﻿
body{position:relative;}
a:focus,
a:hover{text-decoration:none;}

/*--HEADER--*/
header .mobile-header{width:100%; float:left;}
header .mobile-header.active{position:fixed; top:-100px;}
header .mobile-header.active-plus{position:fixed; top:0px; transition:1s;}
header .top-strip{width:100%; float:left;}
header .top-strip .sign-in{float:right; text-decoration:none; font-size:20px; font-weight:600; margin-top:20px;}

header .bottom-strip{width:100%; float:left; background:#eee; padding:10px 0;}
header .navbar{margin:0px; border-radius:0px; min-height:auto;}
header .logo{width:200px; float:left;}
header .logo img{width:100%;}
header .bottom-strip .navbar-nav.ul-menu{display:inline-block; float:left; list-style:none; margin-top:0px; padding:0px; margin-right:0px;}
header .bottom-strip .navbar-nav.ul-menu li{display:inline-block;}
header .bottom-strip .navbar-nav.ul-menu li a{padding:5px 15px; display: inline-block;}

header .bottom-strip .phone-no{float:right; text-decoration:none; font-size:20px; font-weight:600; margin-top:0px;}

header .bottom-strip .navbar-toggle{background:#666;}
header .bottom-strip .navbar-toggle .icon-bar{background:#fff;}

@media (min-width: 320px) and (max-width: 767px){
header .bottom-strip{padding:0px 0;}
header .bottom-strip .phone-no{margin-top:-10px;}
header .bottom-strip .navbar-collapse{width:100%; float:left;}
header .bottom-strip .navbar-nav.ul-menu{width:100%; margin:0px;}
header .bottom-strip .navbar-nav.ul-menu li{width:100%; float:left;}
}

/*--HEADER--*/


/*--CONTENT--*/
.content-full{width:100%; float:left; height:1200px;}
/*--CONTENT--*/


/*--FOOTER--*/
.back-to-top{position:fixed; z-index:1; bottom:50px; right:50px; width:50px; height:50px; line-height:50px; text-align:center; background:#f00; color:#fff;}
.back-to-top:active,
.back-to-top:focus{color:#fff;}
/*--FOOTER--*/

