body {
    overflow-x: hidden;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.text-muted {
    color: #777
}
.text-primary {
    color: #58c9c7
}
p {
    font-size: 14px;
    line-height: 1.75
}
p.large {
    font-size: 16px
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}
a {
    color: #58c9c7
}
a:hover,
a:focus,
a:active,
a.active {
    color: #33b6cb;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}
.images-centered {
    margin: 0 auto
}
.bg-light-gray {
    background-color: #f7f7f7
}
.bg-darkest-gray {
    background-color: #222
}
.bottom{
    position: absolute;
    bottom:100px;
    width:100%;
    left:0px;
}
.btn-primary {
    color: #fff;
    background: #58c9c7;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: ease;
}
.btn-login{
    width: 20%;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 400;
    min-width: 140px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1e9bb6;
    border-color: #f6bf01;
    outline: none;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #58c9c7;
    border-color: #58c9c7
}
.btn-primary .badge {
    color: #58c9c7;
    background-color: #fff
}
.btn-xl {
    color: #fff;
    background-color: #58c9c7;
    border-color: #58c9c7;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px
}
.sec-nav>li:first-child>a {
    border-left: white solid 1px;
    margin-left: 20px;
}
.sec-nav>li>a {
    height: 64%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: none;
    font-weight: 600 !important;
    color: #33b6cb !important;
}

section#match{
    background: url("/images/section-bg1.jpg") no-repeat 50%;
    background-size: auto 100%;
}
section#search{
    background: url("/images/section-bg2.jpg") no-repeat 50%;
    background-size: auto 100%;
}
section#match .wrapper,section#manage .wrapper{
    width: 630px;
    float: right;
    text-align: center;
    position: relative;
    height: 100%;
}
section#search .wrapper{
    margin: 0px auto;
    max-width: 600px;
    position: relative;
    height: 100%;
    padding: 80px 0px 0px 0px;
}
section#analysis{
    height: 642px;
    background: url("/images/section-bg3.jpg") no-repeat 50%;
    background-size: auto 100%;
}
section .container{
    height: 100%;
    position: relative;
}
section h1,section h2,section h3,section h4,section h5{
    font-size: 24px;
    font-weight: 300;
    padding: 0px 20px;
    line-height: 1.5;
    text-align: center;
}
section h2{
    padding: 0px 10px;
}
section h3{
    padding: 0px 50px;
}
section h5{
    padding: 0px 10px;
}
section h3 b,section h4 b,section h5 b{
    font-style: italic;
    font-weight: 600;
    color: #29acaa;
    font-size: 30px;
}
.match-icon{
    width: 206px;
    height: 81px;
    display: block;
    margin: 80px auto 30px auto;
    background: url("/images/match-icon.png") no-repeat 50%;
}
.search-icon{
    width: 150px;
    height: 90px;
    display: block;
    margin: 0px auto 20px auto;
    background: url("/images/search-icon.png") no-repeat 50%;
}
.analysis-icon{
    width: 210px;
    height: 60px;
    display: block;
    margin: 0px auto 20px auto;
    background: url("/images/analysis-icon.png") no-repeat 50%;
}
.manage-icon{
    width: 225px;
    height: 78px;
    display: block;
    margin: 65px auto 20px auto;
    background: url("/images/manage-icon.png") no-repeat 50%;
}
section#analysis .wrapper{
    margin: 0px auto;
    max-width: 730px;
    position: relative;
    height: 100%;
    padding: 60px 0px 0px 0px;
}
section#manage{
    background: url("/images/section-bg5.jpg") no-repeat 50%;
    background-size: auto 100%;
}
.device{
    position: absolute;
    bottom: 0px;
    background: url("/images/device.png") no-repeat 50% bottom;
    height: 330px;
    width: 100%;
}
.chart{
    position: absolute;
    bottom: 0px;
    background: url("/images/chart.png") no-repeat -30px top;
    height: 340px;
    width: 100%;
}
.compare-icon{
    width: 260px;
    height: 70px;
    display: block;
    margin: 0px auto 10px auto;
    background: url("/images/compare-icon.png") no-repeat 50%;
}
section#compare{
    background: url("/images/section-bg4.png") no-repeat 50%;
    background-size: auto 100%;
}
section#compare .wrapper{
    margin: 0px auto;
    max-width: 600px;
    position: relative;
    height: 100%;
    padding: 60px 0px 0px 0px;
}
header {
    background: url(../images/header-bg.jpg) no-repeat center;
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    max-height: 830px;
}
header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    height: 830px;
}
header .intro-text .intro-lead-in {
    font-size: 59px;
}
header .intro-text .intro-heading {
    font-size: 30px;
    font-weight: 100;
    margin: 20px 0px 40px 0px;
}
@media (min-width: 768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px
    }
}
section {
    padding: 0px;
}
section .section-heading {
    font-size: 28px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px
}
section#features .section-heading{
    margin-top: 110px;
    margin-bottom: 5px;
    line-height: 1;
}
section .section-heading b{
    color:#29acaa;
    font-size: 44px;
    font-style: italic;
}
section .section-subheading {
    font-size: 16px;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px
}
.feature i{
    width:210px;
    height: 200px;
    background: url("/images/feartures-icon.jpg") no-repeat 50% top;
    display: block;
    margin: 20px auto;
}
.feature i.comparison{
    background: url("/images/feartures-icon.jpg") no-repeat 50% -390px;
}
.feature i.matching{
    background: url("/images/feartures-icon.jpg") no-repeat 50% -200px;
}
.feature b{
    font-weight: 500;
    color:#29acaa;
    font-size: 26px;
    margin: 10px 0px;
    display: block;
}
.feature p{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    padding: 0px 20px;
}
section{
    height: 610px;
}
section#subscribe{
    height: auto;
    min-height: 610px;
    padding-top: 30px;
}
#subscribe .text-primary{
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 700;
    font-size: 36px;
    display: block;
    padding: 0px;
}
#subscribe p.sub{
    font-weight: normal;
    text-align: center;
    font-size: 28px;
    color: #333;
    margin: 10px 0px;
    line-height: 1.1;
}
#enquiry-form  .col-sm-8 p,#enquiry-form  .col-sm-4 b{
    text-align: left;
    padding: 0px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
#enquiry .text-primary{
    font-size: 36px;
    margin: 35px 0px 10px 0px;
    font-weight: bold;
}
#enquiry .sub{
    text-align: center;
    font-size: 24px;
}
#subscribe .btn-login{
    width: 140px;
    margin-top: 15px;
    margin-bottom: 30px;
}
#subscribe .col-sm-4{
    margin-bottom: 30px;
}
#subscribe .form-group{
    margin-bottom: 10px;
}
#subscribe .form-group label{
    margin-top: 5px;
}
@media (min-width: 768px) {
    section {
        padding: 0px;
    }
}
::-moz-selection {
    text-shadow: none;
    background: #58c9c7
}
::selection {
    text-shadow: none;
    background: #58c9c7
}
images::selection {
    background: 0 0
}
images::-moz-selection {
    background: 0 0
}
body {
    webkit-tap-highlight-color: #58c9c7
}
#alert{
    color:#333;
}
#alert h3{
  margin: 0px;
  color:#57cac5;  
  font-size: 20px;
}
#alert h2{
    margin: 0px 0px 4px 0px;
    font-size: 20px;
}
#alert .modal-body{
    font-size: 15px;
}
#alert .btn{
    min-width: 100px;
}
.enquiry-box h4{
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0px 5px 0px;
}
.enquiry-box table{
    width: 100%;
    background: #f8f8f8;
}
.enquiry-box td{
    padding: 8px 12px;
    vertical-align: top;
    border:2px solid #fff;
}
.btn.loading{
    cursor: wait!important;
}
.radio, .checkbox{
    display: inline-block;
    margin: 0px;
}
.radio label, .checkbox label{
   margin: 0px; 
   padding: 0px;
}
.checkbox i{
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    border-radius: 2px;
}
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label{
    line-height: 18px;
}
input[type=checkbox] + label i:before {
  font-family: FontAwesome;
  display: inline-block;
}
input[type=checkbox] + label i{
    margin-right: 10px;
    vertical-align: top;
}
input[type=checkbox] + label i{ 
    width: 18px;
    height: 18px;
    background: #fff;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    padding-left: 0px;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #c8c8c8;
    font-style:normal;
    cursor: default;
}
input[type=checkbox]:disabled + label i{ 
    opacity: 0.7;
    cursor: not-allowed;
}
input[type=checkbox]:checked + label i{
    background-color: #29acaa;
    color:#fff;
    border-color:#29acaa;
}
input[type=checkbox]:checked + label i:before { 
    content: "\f00c"; 
}
.required{
    color:#ff0000;
}
.state-error{
    background-color: #FAEDEC;
}
.alert-warning{
    background: #F2C11B;

}
.alert-info{
    background: #cce9ff;
}
.alert-success{
    background: #B8D776;
}
.alert-danger{
    background: #f0b7b7;
}
.alert{
    border:none;
}
.alert i{
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    font-size: 30px;
    float: left;
    margin-top: -4px;
}
.alert .close{
    color:#000;
}
.alert .title{
    display: block;
    text-shadow: none;
    margin-left: 40px;
}
.alert .message{
    margin-left: 40px;
    display: block;
    line-height: 1.2;
}
.alert-warning i:before{
    content: "\f0f3";
}
.alert-info i:before{
    content: "\f06a";
}
.alert-success i:before{
    content: "\f00c";
}
.alert-danger i:before{
        content: "\f05e";
}
.screenshot1{
    background: url("/images/screenshot1.jpg") no-repeat;
    margin: 23px auto 0px auto;
    height: 471px;
    width: 466px
}
.screenshot2{
    background: url("/images/screenshot2.jpg") no-repeat;
    margin: 23px auto 0px auto;
    height: 471px;
    width: 466px
}
.screenshot3{
    background: url("/images/screenshot3.jpg") no-repeat;
    margin: 23px auto 0px auto;
    height: 471px;
    width: 466px
}
#browser-suggection{
    background: url("/images/browsers.jpg") no-repeat 50% 170px #fff;
    width: 600px;
    height: 350px;
    position: absolute;
    z-index: 10000;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    margin-left: -300px;
    margin-top: -180px;
    color:#000;
    padding: 30px;
}
#browser-suggection h3{
    margin: 5px 0px 20px 0px;
    font-size: 26px;
}
#browser-suggection a{
    color:#339795;
    text-decoration: underline;
}
/*for header and footer*/
#main-nav{
    padding: 8px 0px;
    background-color: #fff!important;
    height: 67px;
}
.navbar-brand{
    background: url(/images/cp_recruitermodule_logo.png) no-repeat;
    background-position: 0% 50%;
    width: 180px;
    position: absolute;
    top:10px;
    left: 15px;
    z-index: 1;
}
#main-nav  li a{
    font-size: 13px;
    color:#00aeef;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 2px 13px;
    margin-top: 8px;
}

#main-nav  li a:hover, #main-nav .navbar-nav > li.active a{
    background: #003d75;
    color:#fff;
    padding-top:10px;
    padding-bottom: 10px;
    line-height: 20px;
    margin-top: 0px;
}
#main-nav .navbar-nav{
    padding: 5px 0px 5px 15px;
}

#main-nav .navbar-nav#nav-product{
    text-transform: uppercase;
    color:#00aeef;
    padding-right: 28px;
    padding: 0px 0px 0px 0px;
    height: 40px;
   margin-top: 5px;
    overflow: hidden;
    margin-right: -15px;
}
#nav-product:after{
    content: "|";
    display: inline-block;
    color:#fff;
    margin: 7px 0px 0px 28px;
    font-size: 20px;
    border-right: #00aeef 1px solid;
    height: 26px;
    vertical-align: middle;
}
#nav-product li a{
    padding: 3px 13px;
}
#nav-sub{
    height: 40px;
}
#nav-sub li a{
    color:#333;
}
#nav-btn{
    text-transform: uppercase;
    float: right;
    margin-right: -15px;
}
#main-nav #nav-btn li a.dropdown-toggle{
    font-size: 14px;
    color:#333;
    font-weight: normal;
    line-height: 22px;
    padding-bottom: 0px;
    letter-spacing: 0px;
}
#nav-btn .dropdown-toggle span{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    display: inline-block;
    height:18px;
}
#main-nav #nav-btn li a.dropdown-toggle:hover{
    color:#fff!important;
    padding-bottom: 6px;
}
#nav-btn .fa{
    font-size: 24px;
    color: #00aeef;
    vertical-align: top;
    margin-left: 10px;
    margin-top: -2px;
}
#nav-btn .fa.fa-spin{
    margin-top: 7px;
}
#nav-btn li{
    margin-left: 5px;
}
#nav-btn .btn-primary{
    padding: 10px 13px;
    margin:0px;
    color:#fff;
}
footer{
    background-color: #e1eaf8;
    padding: 40px 0px 0px 0px;
    color: #666;
    bottom: 0px;
    width: 100%;
    font-size: 13px;
}
footer p{
    font-size: 13px;
    margin: 0 0 10px;
}
footer.absolute{
    position: absolute;
    z-index: 3;
}
#footer-icons{
    padding-top:50px;
    margin-bottom: 50px;
    clear:both;
}
.footer-bottom{
    background-color: #162c56;
    color:#fff;
    font-size: 12px;
    padding: 10px 0px;
}
.footer-bottom a{
    color:#fff;
    margin-left: 15px;
}
footer h4{
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0px;
}
footer a:hover{
    color: #23527c;
    text-decoration: underline;
}
footer .left h4,footer .left p{
    margin-left: 60px;
}
footer a{
    color:#333;
}
.footer-phone{
    padding-left: 18px;
    background: url("/images/phone.png") no-repeat 0px 50%;
}
.footer-email{
    padding-left: 20px;
    background: url("/images/email.png") no-repeat 0px 50%;
}
#footer-logo{
    background: url(/images/cp_recruitermodule_logo.png) no-repeat;
    height:60px;
    display: block;
}
#footer-cp-logo{
    background: url(/images/recruiter_cpjobs-logo.png) no-repeat;
    height:50px;
    display: block;
    margin-top: 20px;
}
#footer-desktop-logo{
    background: url(/images/desktop_icon.png) no-repeat;
    height: 40px;
    width: 60px;
    display:inline-block;
}
#footer-mobile-logo{
    background: url(/images/mdot_icon.png) no-repeat center;
    height: 40px;
    width: 60px;
    display:inline-block;
}
#footer-ios-logo{
    background: url(/images/appstor_icon.png) no-repeat center;
    height: 40px;
    width: 113px;
    display:inline-block;
}
#footer-android-logo{
    background: url(/images/googlePlay_icon.png) no-repeat center;
    height: 40px;
    width: 120px;
    display:inline-block;
    margin-left: 10px;
}
#footer-facebook-icon{
    background: url(/images/facebook_icon.png) no-repeat;
    height: 40px;
    width: 40px;
    display:inline-block;
}
#footer-linkedin-icon{
    background: url(/images/linkedin_icon.png) no-repeat;
    height: 40px;
    width: 40px;
    display:inline-block;
    margin-left: 7px;
}
#footer-youtube-icon{
    background: url(/images/youtube_icon.png) no-repeat;
    height: 40px;
    width: 40px;
    display:inline-block;
    margin-left: 6px;
}
.clear{
    clear:both;
}
#main-nav .col.left{
    width:50%;
}
#main-nav .col.right{
    width:50%;
}
@media (max-width: 1470px){
    #registration-doll,#contactus-doll{
        margin-left: 300px;
    } 
    #main-nav .col.left{
        width:50%;
        display: inline-block;
        vertical-align: top;
        float: left;
    }
    #main-nav .col.right{
        width:50%;
        display: inline-block;
    }
}
@media (max-width: 1280px){
    #registration-doll,#contactus-doll,#help-doll{
        margin-left: 250px;
    }
    #main-nav li a {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}
@media (max-width: 1210px){
    #registration-doll,#contactus-doll,#help-doll{
        display: none;
    }
    #footer-ios-logo,#footer-android-logo{
        width:100px;
        background-size: 100% auto;
    }
    #nav-btn .dropdown-toggle span{
        width: 80px;
    }
    #main-nav li a {
        padding-left: 7px!important;
        padding-right: 7px!important;
    }
}

@media (max-width: 1125px){
    #main-nav li a{
        padding-left: 7px!important;
        padding-right: 7px!important;
    }
    #main-nav .col.left{
        padding-right: 0px;
    }
    #nav-product:after{
        margin-left: 10px;
    }
}
@media (max-width: 1080px){
    #main-nav li a{
        font-size: 12px;
        letter-spacing: 0px;
    }
    #main-nav #nav-btn li a.dropdown-toggle{
        font-size: 13px;
    }
    #main-nav #nav-btn{
        margin-left: 0px;
        padding-left: 0px;
    }
    #nav-btn .dropdown-toggle span{
        width: 100px;
    }
    footer .container {
        width: 100%;
     }
    footer .col-xs-4 a{
        height: 28px!important;
        width: 28px!important;
        background-size: auto 100%!important;
    }
    footer .col-sm-8 .col-xs-4{
        padding: 0px 5px;
    }
    #footer-desktop-logo{
        width: 50px!important;
    }
    #footer-android-logo{
        margin-left: 5px;
    }
    #footer-ios-logo,#footer-android-logo{
        width: 43%!important;
        background-size: 100% auto!important;
    }
}
@media (max-width: 992px){
    #main-nav li a{
        font-size: 10px;
        letter-spacing: 0px;
    }
    .help-box ul{
        min-height: 214px;
    }
    .help-box p{
        padding-top: 65%;
    }
    .ad #login-form{
        width:270px;
    }
    #main-nav .col.left{
        width:40%;
        display: none;
    }
    #main-nav .col.right{
        width:100%;
        text-align: center;
    }
    #main-nav #nav-sub{
        margin-left: 27%;
    }
}
@media (max-width: 920px){
    #main-nav li a { font-size:10px; letter-spacing: 0px;}
    #main-nav .navbar-brand{
        width:140px;
        background-size: 100% auto;
        top:0px;
        left: 10px;
    }
    #main-nav  .container-fluid{
        padding: 0px 10px;
    }
    #main-nav{
        padding:0px;
        height: 55px;
    }
    #main-nav.navbar-default .navbar-toggle{
        margin-right: 0px;
    }
    #nav-btn .dropdown-toggle span{
        width: 75px;
    }
    #page-wrapper{
        margin-top: 55px;
    }
}
@media (max-width: 840px){
    #login-doll{
        display: none;
    }
}
@media (max-width: 767px){
    
    #main-nav #nav-btn{
        text-align: center;
    }
    .help-box ul{
        min-height: 300px;
    }
    #nav-menu .col.left,#nav-menu .col.right{
        width:100%;
        padding: 0px;
        position: static;
        display: block;
        clear:both;
    }
    #main-nav #nav-btn li a.dropdown-toggle{
        margin: 0px -50%!important;
        padding-bottom: 10px!important;
    }
    #nav-btn .dropdown-toggle span{
        width: 65%;
        max-width: inherit;
    }
    #nav-btn .fa{
        float:right;
    }
    #nav-product:after{
        display: none;
    }
    #nav-btn li{
        width: 100%;
    }
    footer{
        padding: 0px 0px 0px 0px;
        font-size: 12px;
    }
    footer h4{
        font-size: 12px;
    }
    footer .col{
        padding: 0px;
    }
    footer p{
        margin-bottom: 2px;
    }
    footer > .container{
        display: none;
    }
    .footer-phone{
        padding-left: 20px;
    }
    #footer-logo{
        position: absolute;
        left: 0px;
        top:10px;
        z-index: 1;
        width:140px;
        background-size: 100% auto;
    }
    #footer-cp-logo{
        background-size: 170px;
        margin: 0px;
        height: 40px;
    }
    #footer-icons{
        margin: 10px 0px;
        padding: 10px 0px 0px 0px;
    }
    footer .left h4, footer .left p{
        margin-left:50%; 
    }
    .navbar-toggle{
        margin-right: 5px;
    }
    #nav-menu{
        padding: 10px 10px 65px 10px;
        margin: 55px 0px 0px 0px;
        background: #fff;
        position: relative;
    }
    #nav-menu.in{
        height: 350px;
    }
    #main-nav .col-md-6{
        width:100%;
        padding: 0px;
        margin: 0px;
        position: static;
    }
    #main-nav .navbar-nav#nav-product{
        padding: 0px;
        border: 0px;
        height: auto;
    }
    #main-nav .navbar-nav li {
        display: block!important;
        width: 100%;
        text-align: center;
    }
    #nav-btn{
        float: none;
        width: 100%;
        margin: 0px;
        padding: 10px!important;
        position: absolute;
        bottom: 0px;
        left: 0px;
        border-top: 1px solid #e7e7e7;
        background: #fff;
        z-index: 1;
    }
    #main-nav .navbar-nav#nav-btn li{
        width: 49.5%!important;
        margin: 0px;
        display: inline-block!important;
        background: #fff;
        padding: 0px !important;
    }
    #main-nav li a{
        padding: 8px!important;
        margin: 0px!important;
    }
    #main-nav li a:hover{
        background-color: #003d75;
    }
    .navbar-nav{
        margin: 0px;
    }
    #main-nav .navbar-nav#nav-product{
        padding: 0px 0px 10px 0px;
        border-bottom: 1px solid #e7e7e7;
        margin-top: 0px;
        width:100%;
    }
    #nav-sub{
        padding:0px!important;
        margin: 0px;
    }
    #main-nav .navbar-nav{
        padding: 0px 20px;
        margin-top: 10px;
        margin-left: 0px!important;
    }
    footer .col-xs-4 a{
        height: 30px!important;
        width: 30px!important;
        background-size: auto 100%!important;
    }
     .footer-bottom .col{
       text-align: center!important;
    }
    #registration-page .panel-body{
        padding: 15px;
    }
    #register_save{
        width: 100%;
    }
    #login-page.ad #page-wrapper .panel-default{
        width:400px;
    }
    .ad #login-form{
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 480px){
    footer .col-sm-3.col-xs-4 a{
        width: 20px!important;
        height: 20px!important;
    }
    .footer-bottom a{
        margin: 0px;
        padding: 5px;
    }
    .footer-bottom .text-left{
        margin-bottom: 10px;
    }
    .ad .login-ad iframe{
        margin: 0px auto;
    }
    #login-page.ad #page-wrapper .panel-default{
        width: 100%;
    }
    #login-page.ad #page-wrapper .login-ad{
        margin: 0px auto;
        display: block;
        text-align: center;
    }
    #login-page #page-wrapper .panel-body, #authorize-page #page-wrapper .panel-body{
        padding: 20px;
    }
    #page-wrapper .head h2,#page-wrapper .head h2 span{
        font-size: 26px;
        margin: 20px 0px 0px 0px;
    }
    #login-page #page-wrapper .panel-footer{
        margin: 0px -20px 0px -20px!important;
        padding: 20px 20px 0px 20px!important;
    }
    #page-wrapper .head h2 span{
        padding-bottom: 2px;
        line-height: 1.3;
    }
    #login-page #page-wrapper .panel-default, #authorize-page #page-wrapper .panel-default{
        margin: 30px auto;
    }
    #page-wrapper .head h4{
        font-size: 16px;
        padding: 10px 0px;
    }
    .panel-body {
        padding: 15px 20px;
    }
    #main-nav .navbar-nav#nav-btn li{
        width: 49%!important;
    }
}
/****/
#main-nav .btn-primary {
    border-radius: 0px;
    background: #00aeef;
    color: #fff!important;
}
@media screen and (max-width:640px){
    section{
        overflow: hidden;
    }
    .device{
        width:400px;
        left:30%;
        background-size: 100% auto;
    }
    .screenshot1,.screenshot3,.screenshot2{
        margin: 136px 0px 0px 51px;
        width: 296px;
        background-size: 100%;
        height: 200px;
    }
    section#match .wrapper, section#manage .wrapper{
        width:100%;
        padding-left: 160px;
    }
    section#match {
        background: url("/images/section-bg1.jpg") no-repeat -680px 50%;
        background-size: auto 100%;
    }
    .match-icon{
        margin:40px auto 30px auto;
    }
    section#match h3{
        padding: 5px;
    }
    section#search{
        background-size: 100% auto;
    }
    section#search .wrapper,section#analysis .wrapper{
        padding-top:40px;
    }
    #search .device,#compare .device{
        left: 50%;
        margin-left: -200px;
    }
    .chart{
        width: 310px;
        background: url("/images/chart.png") no-repeat 0px top;
        background-size: 100% auto;
        height: 197px;
        z-index: 11;
        opacity: 0.3;
    }
    section#analysis{
            height: 610px;
            background: url("/images/section-bg3.jpg") no-repeat 64%;
            background-size: auto 100%;
    }
    section h3{
        text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
    }
    section#compare .wrapper{
        padding-top: 40px;
    }
    .manage-icon{
        margin-top: 40px;
    }
    section#manage {
        background-position: 34%;
    }
    .sec-nav {
        border-bottom: white dashed 1px;
    }
    .sec-nav>li>a {
        border-left: none;
        margin-left: 0px;
    }
    header .intro-text{
        height: 610px;
    }
    header .intro-text .intro-lead-in{
        font-size: 40px;
    }
    header .intro-text .intro-heading{
        font-size: 24px;
        padding: 0px 20px;
    }
}
@media screen and (max-width:767px){
    section#features{
        height:auto;
        padding-bottom: 30px;
    }
}
@media screen and (max-width:1024px){
    section#features .section-heading{
        margin-top: 60px;
    }
    .feature p{
        line-height:1.2;
    }
}
