body{

    font-family: 'Lato', 'Arial', sans;
    background-color: #f5f5f5;

}

@font-face {
    font-family: HelveticaNeueLTStdLt;

    src: url('../fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
}

.box-container a{
    color: #000000 !important;
}

.navbar{

    margin-bottom: 0;
    min-height: 60px;
    background: #2f2925;
    border: none;
    border-radius: 0;
}


.navbar a img{

    float: left;
    height: 55px;
    padding-top: 5px;
}

.links{

    margin-left: 40px;
}

.links a{

    font-family: 'Lato', 'Arial', sans !important;
    color: #ffffff;
    font-size: 11pt;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 500;
}

.links a:first-child{

    margin-right: 20px;
}

.links a:hover, .social-links a:hover, footer li a:hover {

    color: white;
    text-shadow: 0 0 20px #fff;
}
footer li a:focus{

    color: #ffffff;

}

a:visited, a:focus {

    outline: none;
}

.btn:focus, .btn:active{

    outline: none !important;
}

.social-links a{

    color: #979492;
    font-size: 16px;
    padding: 0 5px;
    text-decoration: none;
}

.links, .social-links{

    margin-top: 20px;
}

.button{

    margin-top: 15px;
    margin-bottom: 10px;
    max-width: 230px;
    text-align: center;
}

.login-btn{
    margin-top: 14px;
}

.button .btn{

    border-radius: 20px;
    padding: 4px 7px;
    width: 72px;
    font-size: 13px;
    margin: 0 5px;
    text-transform: capitalize;
    font-weight: normal;

}

.sign{
    font-size: 14px;
}

.btn-primary{

    background: #0b98e1;
}

.btn-default{

    font-weight: bold;
}

.carousel-captioned h1{

    font-family: 'HelveticaNeueLTStdLt';

    font-weight: 500;

    margin: 20px;
    margin-top: 40px;
    left: 0;
    text-align: left;
    color: white;
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  {

    .carousel-captioned  h1{

        font-size: 26px ;
    }

    .col9 {

        padding-top: 30px !important;
    }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1) {

    .carousel-captioned  h1{

        font-size: 32px ;
    }

}


.carousel-captioned{

    top: 0;

}

.slider-bottom {
    position: relative;

    height: 20px;
    margin-top: -20px;
}
.slider-bottom:after,
.slider-bottom:before {
    position: absolute;
    top: 0;
    right: 50%;
    left: 0;
    display: block;
    content: '';
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f5f5f5;
    background-color: transparent;
}
.slider-bottom:after {
    right: 0;
    left: 50%;
    border-right: none;
    border-left: 20px solid transparent;
}

.carousel-inner > .item {

    -webkit-transition: 1.3s ease-in-out left;
    -moz-transition: 1.3s ease-in-out left;
    -o-transition: 1.3s ease-in-out left;
    transition: 1.3s ease-in-out left;
}

.content h2{
    font-family: 'HelveticaNeueLTStdLt';
    font-size: 26pt;
    font-weight: 500;
    line-height: 28pt;
    margin-top: 40px;
    margin-bottom: 5px;
    color: black;
}

#italic{

    font-family: "Times New Roman", serif;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    padding: 20px 0 0;
    color: #414141;
}

.box{
    background: #ffffff;
    border-radius: 15px;
    height: 260px;
    text-align: center;
    padding: 14px;
    margin: 20px 0;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.box:hover{

    -webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.4);
    box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.4);
}

.box h3{

    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 18pt;
    font-weight: 400;
    line-height: 20pt;
    margin-top: 10px;
    margin-bottom: 15px;
    color: black;

}

.box p{

    font-size: 14px;
    line-height: 17px;
}
.no-padding{
    padding: 0;
}

#sub-head{

    color: #204456;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 30px;
}

.ad-box{

    border:  1px solid #666666;
    padding: 5px ;
}

.ad-box .text-uppercase{

    font-family: 'Lato', sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ad-box img{

    max-width: 260px;
}

.ad-box a{

    font-size: 10px;
    text-decoration: underline;

}

#blue{

    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #0b98e1;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0 0 10px;
}

footer{

    background: #666666;
    padding-top: 50px;
    padding-bottom: 80px;
}

footer img{

    margin-left: 15px;
    height: 45px;
    margin-bottom: 10px;
}

footer li{

    padding-bottom: 5px;
}

footer li a{

    color: #cccccc;
    text-decoration: none !important;
}

footer li :hover{

    color: #ffffff;
}

footer strong{

    font-family: 'Lato', 'Arial', sans;
    line-height: 18pt;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    font-weight: normal;
}

footer h5{

    color: #cccccc;
    font-family: 'lato', sans-serif;
    font-size: 14px;
    margin-top: 30px;
}

footer .social-links a{

    color: #b3b3b3;
}

.no-padding{
    padding:0px;
}

.modal-content {
    border-radius: 0px;
    padding: 20px 20px;
}

.modal-header{
    border-bottom: 0px !important;
}

.modal-footer{
    border-top: 0px !important;

}

.modal-title{
    margin-top:23px;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal !important;
    color: #929292;
}

.signupemail{

    background: #fff;
    border: 1px solid #57bcff;
    box-shadow: 1px 1px 2px #57bcff inset;
    color: #373737;
    height: 38px;


    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;


}

.modaljoin, .modaljoin:hover{

    background-color: #0b98e1;
    border: 0px;
    border-radius: 0px;
    font-size: 24px;
    width: 100%;
    color: #ffffff;
}

.modaljoin:active, .modaljoin:focus {
    background-color: #0d83c0;
    border-radius: 0px;
    color: #ffffff;

}

.modaljoinnow, .modaljoinnow:hover{
    background-color: #929292;
    border: 0px;
    border-radius: 0px;
    font-size: 18px;
    width: 100%;
    color: #ffffff;

}
.modaljoinnow:active, .modaljoinnow:focus{
    background-color: #929292;
    border-radius: 0px;
    color: #ffffff;


}

.rightsep{

    border-right: 2px solid #929292;
    padding-right: 30px;
}



.seperator-text  { position: absolute;
    width: 52px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    left: -28px;
    margin-top: -25px;
    background-color: #fff;
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-family: HelveticaNeueW01-75Bold,HelveticaNeueW02-75Bold,HelveticaNeueW10-75Bold,sans-serif;
}

.modalsoc, .modalsoc:hover{

    background-color: #0b98e1;
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    width: 100%;
    color: #ffffff;
}

.modalsoc .fa{
    font-size: 24px;
    padding-right: 20px;
    margin-left: -20px;

}

.contactreset, .contactreset:hover, .contactreset:active {

    background-color: #8e9090;
    border-radius: 0px;
    border: 0px;

    font-size: 16px;
    width: 60%;
    color: #ffffff;

}

.contactsubmit , .contactsubmit:hover, .contactsubmit:active {

    background-color: #0096db;
    border-radius: 0px;
    border: 0px;

    font-size: 16px;
    width: 60%;
    color: #ffffff;

}


.signupcontact{

    background: #fff;
    border: 1px solid #57bcff;
    box-shadow: 1px 1px 2px #57bcff inset;
    color: #373737;
    height: 38px;
    border-radius: 0px;


    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;


}

#top {
    font-size: 28px;

    position: fixed;
    z-index: 10000;
    right: 40px;
    right: 4vw;
    bottom: 0;

    display: block;

    width: 48px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    opacity: .9;
    color: #666;
    border-radius: 4px 4px 0 0;
    background: white;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}
#top:hover {
    opacity: 1;
}


@media only screen and (max-width: 990px) {


    .carousel-captioned h1{
        margin-top: 10px;
    }

}

.item{

    position: relative;
}
.carousel-captioned {
    position: absolute;
    z-index: 10;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

@media only screen and (min-width: 687px) and (max-width: 767px) {

    .links{

        width: 40%;
        float: left;
    }

    nav .social-links{

        width: 33%;
        float: right;
    }
    .button{

        margin-left: 40px;
        float: left;

    }

}

@media only screen and (min-width: 600px) and (max-width: 687px) {

    .links{

        width: 90%;
        text-align: center;
        float: left;
    }

    nav .social-links{

        width: 40%;
        float: right;
        min-width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .button{

        width: 50%;
        margin-top: 70px;
        min-width: 100%;
        text-align: center;
        float: none;

    }
    .carousel-captioned h1{
        font-size: 24px !important;
    }

    .navlogo{

        position: absolute !important;
        left: 0px;
    }
}

@media only screen and (max-width: 600px) {

    .links,nav .social-links, .button{

        width: 100%;
        text-align: center;
        clear: both;
        margin-top: 5px;
        margin-left: 10px;
    }

    .social-links .fa{

        font-size: 14px !important;
    }

    .social-links{
        margin-top: 10px;
    }

    footer h5{

        margin-top: 10px !important;
    }

    .navbar a img{

        height: 40px !important;
        margin-left: -15px;
    }
    .carousel-captioned h1{

        margin-left: 0;
        font-size: 17px !important;
        margin-top: -5px;
    }

    .button{

        min-width: 100%;
        text-align: center;
    }
    .navlogo{

        position: absolute !important;
    }
    .links a:first-child{
        margin-right: 0px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1280px) {


    .ad-box img{

        max-width: 230px;
    }

    .carousel-captioned h1{

        margin-top: 40px !important;
    }
}

@media only screen and (max-width: 800px) {

    .slider-bottom:after,
    .slider-bottom:before {
        position: absolute;
        bottom: 0;
        right: 50%;
        left: 0;
        display: block;
        content: '';
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f5f5f5;
        background-color: transparent;
    }
    .slider-bottom:after {
        right: 0;
        left: 50%;
        border-right: none;
        border-left: 10px solid transparent;
    }

    .carousel-inner > .item {

        -webkit-transition: .8s ease-in-out left;
        -moz-transition: .8s ease-in-out left;
        -o-transition: .8s ease-in-out left;
        transition: .8s ease-in-out left;
    }

    .box{
        height: 240px !important;
        margin-top: 0px;
    }

}

.forgot{

    position:absolute;
    margin-top:-27px;
    margin-left:140px;
    font-size:11px;
    color:#0000ff;
    text-decoration: underline;

}

.firstname{
    padding-right: 10px;
}

@media only screen and (min-width: 687px) and (max-width: 768px){


    .rightsep {
        border-right: 0px ;
        padding-right: 30px;
    }

    .seperator-text{
        visibility: hidden;
    }
    .modalsoc{
        margin-left: -30px;
    }


    .contactreset, .contactreset:hover{
        width: 50%;
    }

    .contactsubmit, .contactsubmit:hover{
        width: 50%;

    }
    .firstname{
        padding-right: 0px;
    }

    .button{

        margin-left: 30px;
    }

}


@media only screen and (max-width: 360px){

    .rightsep {
        border-right: 0px ;
        padding-right: 0px;
    }

    .seperator-text{
        visibility: hidden;
    }
    .modalsoc{

        width: 100%;
        margin-left: -20px;

    }

    .modalsoc .fa{
        font-size: 24px;
        padding-right: 10px;
        margin-left: -10px;

    }

    .forgot{

        position:absolute;margin-top:-27px;
        margin-left: 130px;


    }

    .firstname{
        padding-right: 0px;
    }

    .ad-box img{

        max-width: 180px;
    }

    .contactsubmit, .contactreset{

        width: 100% !important;
        margin: 0 -5px;
    }

    .white{

        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .search_div{

        padding-left: 20px;
    }

    .secondrow{

        padding-top: 0 !important;
    }

    .delete2{

        display: none;
    }

    .display{

        display: inline !important;
    }

}

@media only screen and (min-width: 360px) and (max-width: 687px){

    .rightsep {
        border-right: 0px ;
        padding-right: 0px;
    }

    .seperator-text{
        visibility: hidden;
    }
    .modalsoc{

        width: 100%;
        margin-left: -20px;

    }

    .modalsoc .fa{
        font-size: 24px;
        padding-right: 10px;
        margin-left: -10px;

    }

    .forgot{

        margin-left: 170px;
    }

    .firstname{
        padding-right: 0px;
    }

    .search_div{

        padding-left: 40px;
    }

    .secondrow{

        padding-top: 0 !important;
    }

    .delete2{

        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 995px){

    .rightsep {
        border-right: 0px ;
        padding-right: 0px;
    }

    .seperator-text{
        visibility: hidden;
    }
    .modalsoc{

        width: 100%;
        margin-left: -10px;

    }

    .modalsoc .fa{
        font-size: 24px;
        padding-right: 10px;
        margin-left: -10px;

    }

    .firstname{
        padding-right: 0px;
    }


    .button{
        margin-top: -5px;
        margin-left: 0;
    }
    .login-btn{
        margin-top: 14px;
    }
    .social-links{
        padding: 0;
        width: 160px;
    }

    .links{
        margin-left: 0;
        width: 245px;
    }

    .links a:first-child {
        margin-right: 0;
    }


}
/****** blog ******/

.blogbox, .sidebox{

    font-family: 'lato', sans-serif;

}

.blogbox{

    background: #ffffff;
    margin-bottom: 15px ;
    border-right: 10px solid #f5f5f5;
    padding: 25px 15px;
}

.author, .date{

    font-size: 11px !important;
    font-weight: 800;
}

.date{
    color: #0b98e1;
    float: right;
}

.blogbox h3, .sidebox h3{

    margin-top: 15px;
    font-size: 22px;
}

.blogbox p{

    font-size: 13px;
    line-height: 15px;
}

.sidebox h3{

    border-bottom: 3px solid #0b98e1;
    padding-bottom: 5px;
}

.newsitem{

    padding: 0;
    margin-top: 10px;
    border-bottom: 1px solid #0b98e1;
    padding-bottom: 10px;
}
.newsitem .date{
    float: left;
    margin-bottom: 0;
}

.newsitem img{

    float: right;
}

.sidebox .title{

    line-height: 15px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    color: #414141;
    font-size: 13px;
}

.graybox{

    width: 50px;
    float: right;
    background: #eaeaea;
    font-size: 11px;
    padding: 2px 5px;
    margin-right: 3px;
    text-align: center;
    color: #8d8d8d;
}

.blogbox .contents{

    max-height: 90px !important;
    overflow: hidden;
}

@media only screen and (max-width: 540px){

    .blogbox{

        width: 100%;
    }

}

@media only screen and (max-width: 600px){

    .sideboxInner{

        width: 100%;
    }

}

@media only screen and (min-width: 600px) and (max-width: 991px){


    .sideboxInner{

        border-right: 10px solid transparent;
    }

}


/****** sitemap ******/


.search, .search:focus , .search:active , .searchform-control:hover {



    border-radius: 0px !important;
    background-color: #ededed;
    border-right: 0px;
    box-shadow: none;
    border-color: #d6d6d6;

}



.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #a1a8ab;
    text-align: center;
    background-color:#ededed;
    border-left: 0px !important;
    border-radius: 0px !important;
    margin-left: -40px;

}

.white{
    background-color:#ffffff;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 50px !important;
    padding-left: 40px;
    padding-right: 40px;
}

.text-left{

    border-right: 1px solid #dfe5e6;
}

.last{

    border-right: 0px !important;
}

.white a{
    color: #333;
}

.white a:hover , .white a:active , .white a:focus , .white a:visited{
    text-decoration: none;
}

.mid{

    padding-left: 20px !important;
}

.mid2{

    padding-left: 40px;
}

.secondrow{
    padding-top: 30px;

}

.col6{

    width: 45% !important;
}

.col8{

    width: 30% !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px){


    .col3 {

        padding-left: 0px !important;
        padding-top: 30px;

    }

    .col4 , .col7 , .col10{

        padding-top: 30px;
    }

    .bordr2, .bordr5, .bordr8{

        border-right: 0px !important

    }



    .col7 , .col10{

        left: 25% !important;
    }

    .author, .date{

        margin-top: 10px;
    }

    .col8{
        width: 50% !important;
    }

    .col4{

        padding-left: 40px !important;
    }

}

@media only screen and (min-width: 300px) and (max-width: 768px){

    .text-left{

        border-right: 0px;
    }

    .mid , .mid2{
        padding-left: 0px !important;
    }

    .col3 , .col4 , .col6 , .col8 , .col5{
        padding-top: 30px !important;
    }


    .col2 {
        padding-top: 0px !important;

    }
    .col2 , .col4 {


        padding-right: 0px;

    }
    .author, .date{

        margin-top: 10px;
    }

    .delete{

        display: none;
    }


}

@media only screen and (min-width: 300px) and (max-width: 767px){
    .col6 , .col8 {
        width: 100% !important;
    }

}


@media only screen and (min-width: 360px) and (max-width: 992px){



    .bordr1, .bordr3{

        border-right: 1px solid #dfe5e6 !important;

    }

    .col1{
        padding-right: 15px !important;
    }

    .blogbox .col-md-8{

        padding: 0;
    }

}

@media only screen and (min-width: 990px) and (max-width: 1200px){


    .mid {
        padding-left: 10px !important;
    }

    .mid2{
        padding-left:30px !important;
    }

}

@media only screen and (min-width: 991px) and (max-width: 2280px){

    .col1 .text-left{
        margin-right: 40px !important;
    }

    .col2 .text-left{
        margin-left: -40px !important;
    }



}


@media only screen and (min-width: 320px) and (max-width: 767px){
    .sear{

        width: 65% !important;
    }
}

.boxed{
    background: #ffffff;
    text-align: center;
    padding: 15px 20px;
    margin: 117px 0 20px;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.boxed h3{

    color: #4C2C08;
    padding-bottom: 20px !important;
}

.white ul li:before {
    content: "";
    border-left: 4px solid #ccc;
    padding-left: 10px;
}
.white ul li{
    list-style-type: none;
}
.boxed:hover{

    -webkit-box-shadow: -1px 1px 20px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 1px 20px 5px rgba(0,0,0,0.3);
    box-shadow: -1px 1px 20px 5px rgba(0,0,0,0.3);
}

.subhead{

    padding-bottom: 20px;
}

@media only screen and (max-width: 600px) {

    .boxed h3{
        clear: both;
    }

    #sitelock_shield_logo{
        float: none !important;
        left: 0 !important;
        top: 0 !important;
    }
}

.boxedart{
    background: #ffffff;
    text-align: center;
    padding: 15px 20px;
    margin: 20px 0 40px;

}

@media only screen and (min-width: 768px){

    .loginimg{

        padding-top: 65px;
    }

    .forimg{

        padding-top: 103px;
    }
}


#sitelock_shield_logo{

    clear: both;
}

.boxed .btn{

    border-radius: 20px;
    padding: 4px 7px;
    width: 90px;
    font-size: 16px;
    margin: 0 5px;
}

.boxed .sign{
    border-radius: 20px;
    padding: 4px 7px;
    width: 72px;
    font-size: 13px;
    margin: 0 5px;
    text-transform: capitalize;
    font-weight: normal !important;
}

.boxed .btn1 {
    margin-top: 10px;
    margin-left: 0;
}

@media only screen and (min-width : 480px) and (max-width : 560px) and (orientation : landscape)
{

    .links{

        margin-left: 18px;
        margin-top: 18px;
        width: 155px;
    }
    .links a{
        font-size: 11px;
        margin-right: 0 !important;
        padding: 0 5px;
    }

    .social-links{

        top: 14px;
        height: 0px ! important;
        position: absolute;
        left: 140px;
        width: 173px !important;
    }

    .button{

        position: absolute;
        top: 10px;
        right: 10px;
        min-width: 0px !important;
        width: 157px;
        padding: 0;
    }

    .button .btn{

        margin-right: 0;
        margin-left: 0;
    }

    .button .btn:first-child{

        margin-right: 10px;
    }


}
@media only screen and (min-width : 561px) and (max-width : 600px)and (orientation : landscape)
{

    .links{

        margin-left: 45px !important;
        margin-top: 18px;
        width: 191px;
    }
    .links a{
        font-size: 12px;
        margin-right: 0 !important;
        padding: 0 5px;
    }

    .social-links{

        top: 12px;
        height: 0px ! important;
        left: 0px;
        min-width: 0px !important;
        width: 310px !important;
        margin-left: 152px !important;
        position: absolute;
    }

    .button{

        position: absolute;
        top: 10px;
        min-width: 0px !important;
        width: 157px;
        padding: 0;
    }

    .login-btn{
        position: absolute;
        right: 10px;
        margin-top: 4px;
    }
    .button .btn{

        margin-right: 0;
        margin-left: 0;
    }

    .button .btn:first-child{

        margin-right: 10px;
    }


}

@media only screen and (min-width : 601px) and (max-width : 680px)and (orientation : landscape)
{

    .links{

        margin-left: 65px !important;
        margin-top: 18px;
        width: 214px;
    }
    .links a{
        font-size: 14px;
        margin-right: 0 !important;
        padding: 0 5px;
    }

    .social-links{

        top: 16px;
        height: 0px ! important;
        left: 0px;
        min-width: 0px !important;
        width: 310px !important;
        margin-left: 222px !important;
        position: absolute;
    }

    .button{

        position: absolute;
        top: 10px;
        min-width: 0px !important;
        width: 157px;
        padding: 0;
    }

    .login-btn{
        position: absolute;
        right: 10px;
        margin-top: 4px;
    }
    .button .btn{

        margin-right: 0;
        margin-left: 0;
    }

    .button .btn:first-child{

        margin-right: 10px;
    }


}
@media only screen and (min-width : 681px) and (max-width : 738px)and (orientation : landscape)
{

    .links{

        margin-left: 65px !important;
        margin-top: 18px;
        width: 214px;
    }
    .links a{
        font-size: 14px;
        margin-right: 0 !important;
        padding: 0 5px;
    }

    .social-links{

        top: 0px;
        height: 0px ! important;
        left: 0px;
        min-width: 0px !important;
        width: 310px !important;
        margin-left: 222px !important;
        position: absolute;
    }

    .button{

        position: absolute;
        top: 10px;
        min-width: 0px !important;
        width: 157px;
        padding: 0;
    }

    .login-btn{
        position: absolute;
        right: 10px;
        margin-top: 4px;
    }
    .button .btn{

        margin-right: 0;
        margin-left: 0;
    }

    .button .btn:first-child{

        margin-right: 10px;
    }


}
@media only screen and (device-width : 568px){

    .carousel-captioned h1{

        font-size: 24px !important;
    }

}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

    .links, nav .social-links, .button{

        margin-left: 20px;
    }

    .links{

        margin-top: 13px;
    }

    .carousel-captioned h1{

        font-size: 11px !important;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

    .navbar{

        min-height: 45px !important;
    }

    .links{

        margin-top: 12px;
    }

    .social-links {

        top: 6px;
    }
    .button {
        top: 3px;
    }

}


/* iphone6 */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {

    .navbar a img{

        height: 40px;
    }

    .social-links{

        top: 10px;
    }


}

/* STYLES GO HERE */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape) {

    .social-links{
        margin-top: 0;
    }

    .carousel-captioned h1{


        font-size: 24px;
    }
}

