@charset "utf-8";
/* CSS Document */
@-ms-viewport{
    width: device-width;
}
.navbar-brand {
    height: auto;
}
@media only screen and (max-width: 992px){
    .navbar-brand {padding: 3px;}
}
@media only screen and (min-width: 992px){
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 41px 15px;
    }
}
nav.navbar.bootsnav {
    z-index: 16;
}
/*social icons start*/
.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 40px;
    height: 40px;
    font-size:13px;
    background-color: #000; 
    color: #fff;
}
.social-circle li i {
    margin:0;
    line-height:40px;
    text-align: center;
}
.social-circle li a:hover {    
    background-color: #c0252d; 
    color: #fff;
}
/*social icons end*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	nav.navbar.bootsnav ul.nav > li > a { padding:41px 6px; }
}