﻿
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 .bottom-strip{width:100%; float:left; background:#eee;}
header .navbar{margin:0px; border-radius:0px;}
header .bottom-strip .logo{width:200px; float:left;}
header .bottom-strip .logo img{width:100%;}
header .bottom-strip .navbar-nav.ul-menu{display:inline-block; float:right; list-style:none; margin-top:20px; padding:0px; margin-right:50px;}
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:20px;}
header .bottom-strip .phone-no .icon .svg{color:#f00; width:30px;}
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 .phone-no{margin-top:-20px;}
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--*/

.ul-columns {column-count: 3; column-gap:20px;}
.ul-columns ul {margin-top: 0;}




/*--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--*/

