/*
    Created on : Feb 19, 2015, 1:22:48 PM
    Author     : Insult2Injury
*/

@import url(https://fonts.googleapis.com/css?family=Merriweather:900);      /* font-family: 'Merriweather', serif; */

html, body{
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    background-color: #FFF;
    color: #666;
}
body a, .btn{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
}

h1 {
    font-size: 2.75em;
}

h2 {
    font-size: 2.25em;
}

h3 {
    font-size: 1.75em;
}

h4 {
    font-size: 1.25em;
}

/**
 For bots
 */
input.hpot {
    position: absolute;
    left:-1500px;
}

.body-input {
    border: 0;
    height: 0;
    box-shadow: none;
    margin-top: 20px;
}

.light {
    font-weight: 300;
}

.logo{
    float:left;
}
.header{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 55%, rgba(238,249,254,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,rgba(255,255,255,1)), color-stop(100%,rgba(238,249,254,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 55%,rgba(238,249,254,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 55%,rgba(238,249,254,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 55%,rgba(238,249,254,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 55%,rgba(238,249,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef9fe',GradientType=0 );
    padding:.25em 0;
    border-bottom:1px solid #0687FF;

}

.content {
    min-height: 85vh;
}

.bg-splash {
    color: #FFF;
    background: url(../images/banner.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.bg-splash h2 {
    color: #fff;
}

.bg-blue {
    background: #5D9DD5;
}

.bg-blue h3 {
    color: #FFF;
}

.text-muted {
    color: #a9a9a9;
}

.sell-domain-icon {
    color: #5D9DD5;
    line-height: 175pt;
    font-size: 175pt;
}

.input-icon {
    color: #AAA;
    font-size: 12px;
    left: 0;
    margin-top: 8px;
}

.input-with-icon {
    text-indent: 18px;
}

#faqs           { position: relative; }
#faqs h4	{ cursor: pointer; }
#faqs h4.active	{ color: #d74646; }
#faqs div       { height: 0; overflow: hidden; position: relative; }
#faqs div p	{ padding: 10px 0 0; margin-bottom:0; }

.x-small {
    font-size: 8.5pt;
}

/**
 * Landing Pages
 */
section.landing a:link,
section.landing a:visited {
    color: #07ABFB;
}

section.landing a:hover {
    color: #FFB800;
    text-decoration: none;
}
section.landing-title {
    background: #006699;
    color: #FFF;
}

section.landing-title h1,
section.landing-title h2,
section.landing-title h3,
section.landing-title h4,
section.landing-title h5,
section.landing-title h6 {
    color: #FFF;
}

.btn.stylish {
    font-family: 'Merriweather', serif;
    font-weight: 900;
    border: 2px solid #FFF;
    box-shadow: 1px 1px 5px #777;
}

footer {
    background: #34373a;
    color: #999;
    font-size: .75em;
    margin-top: 50px;
    padding: 25px;
}

footer a {
    color: #FFF;
}

footer a:hover {
    color: #999;
}

/*----navbar-nav----*/
.top-nav ul li a{
    color: #999;
    padding: 0.5em 1em;
    font-size: 0.95em;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
    color:#0687ff;
}
.logo a{
    display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
    position: relative;
    float: right;
}
nav ul {
    padding: 0;
    float: right;
    margin: 0.75em 0;
}
nav li {
    display: inline;
    float: left;
    position:relative;
}
nav a {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}
nav a:hover{
    text-decoration:none;
    color:#00A2C1;
}
nav a#pull {
    display: none;
}
/*Styles for screen 768px and lower*/
@media screen and (max-width: 768px) {
    nav {
        height: auto;
        float:none;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
    }
    nav li {
        width: 100%;
        position: relative;
    }
    nav li a {
        border-bottom: 1px solid #eee;
    }
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
}
/*Styles for screen 768px and lower*/
@media only screen and (max-width : 768px) {
    nav {
        border-bottom: 0;
        float:none;
    }
    nav ul {
        display: none;
        height: auto;
        margin:0;
        background: #fff;
    }
    nav a#pull {
        display: block;
        position: relative;
        color: #F26D7D;
        text-align: right;
        position: absolute;
        top:9px;
    }
    nav a#pull:after {
        content:"";
        background: url('nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    nav a#pull img{
        margin-right:2%;
    }
    .top-nav ul li a {
        color: #2C3E50;
        padding: 0em 0;
    }
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
    nav {
        float:none;
    }
    nav li {
        display: block;
        float: none;
        width: 100%;
    }
    nav li a {
        border-bottom: 1px solid #576979;
    }
}
