/*
Theme Name: Blue-1
Description: The 2015 responsive theme
Version: 1.00
author: Kozhoma S. by SeoPro
*/


/*BASE RULES
-------------------------------------------------*/
@font-face {
  font-family: 'Rokkitt';
  font-style: normal;
  font-weight: 400;
  src: local('Rokkitt'), url('css/fonts/Rokkitt.woff2') format('woff2');
}

html {font-family:'Times New Roman', Times, serif;font-size:14px;line-height:1.25;}

body {
    margin: 0;
    background: #fff;
    color: #222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
}
a:active,
a:focus {
    outline: none;
}

ol,
ul {
    padding-left: 0;
    list-style-position: inside;
}

.alignleft {
    float: left;
    margin: 0.25em 1em 01em 0;
}

.alignright {
    float: right;
    margin: 0.25em 0 1em 1em;
}

.aligncenter {
    display: block;
    margin: 0.25em auto 1em auto;
}
.text-right { text-align: right; }
.text-left{ text-align: left; }
.text-center { text-align: center; }

/*HEADER
-------------------------------------------------*/

.header {
    background: #f9f9f9;
}
.phone-header {
    margin: 2px 0 0;
    text-align: center;
}

.header.fixed {
	position: fixed;
	width: 100%;
	z-index: 10000;
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
	box-shadow: 6px 0 5px rgba(0,0,0,0.3);
}

/*LOGO*/
.logo {
    line-height: 44px;
    color: #33bee5 !important;
    text-transform: capitalize !important;}

.logo.desktop {
  font-size: 20px;
}
.logo.mobile {
    display: none;
    line-height: 40px;
    font-size: 17px;
    margin: 5px;
}
@media ( max-width: 600px ) {
    .logo.desktop {
        display: none;
    }
    .logo.mobile {
        display: inline-block;
        float: left;
    }
}
.logo:hover {
    text-decoration: none;
}
.header .text-right img {
    max-height: 44px;
}
/*NAV*/

.header-btm {
    border-top: 1px solid #F1F1F1;
}
.nav {
    position: relative;
    z-index: 9999;
    
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav ul li {
    display: inline-block;
    list-style-type: none;
    background: url("images/line-1.png") repeat-y right 0;
    position: relative;
}

.nav ul li a {
    display: block;
    padding: 28px 21px 10px;
    text-align: center;
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    margin: 0;
    color: #464646;
    text-transform: uppercase;
    transition: top  0.3s ease-in-out 0s;
    transition: background  0.3s ease-in-out 0s;
}

.nav ul li a:hover {
    background: #33bee5;
    text-decoration: none;
    color: #fff;
    
}

.nav ul li.current-menu-item a {
    background: #33bee5;
    margin: 0;
    text-decoration: none;
    color: #fff;
}

.fa:before {
    display: block;
    color: #cfd0de;
    font-size: 16px;
    font-style: normal;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 6px;
}

.nav ul li.current-menu-item.fa:before,
.fa:hover:before {
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.slicknav_nav ul li.fa::before {
    content: none;
}
/*FOOTER
-------------------------------------------------*/

.footer {
    padding: 15px 0 35px;
    background: #303030;
}
.footer-menu {margin: 0 0 10px;}
.footer-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-menu ul li {
	margin: 0 0 0 10px;
	list-style:none;
	display: inline-block;
}

.footer-menu ul li.fa::before {
    content: none;
}
.footer-menu ul li a {
	font-size:14px;	
	padding:5px 0;
	color: #999;	
}
.footer-menu ul li a:hover {
	text-decoration: none;
	color: #fff;
}


/*COPYRIGHT*/

.copyright {
    font-size: 12px;
    color: #fff;
}


/*MAIN
-------------------------------------------------*/

.main {-webkit-box-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex: 1 0 auto; padding: 40px 0;}
.article,
.article-text {
    margin-bottom: 30px;
}

h1 {
    border-bottom: 1px solid #ececec;
    color: #333;
    font-family: 'Times New Roman', Times, serif;
    margin: 0 0 15px;
    padding-bottom: 10px;
    position: relative;
    font-size: 32px;
}

h1 span {
    background-color: #33bee5;
    bottom: -1px;
    height: 1px;
    left: 0;
    position: absolute;
    width: 40%;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

.btn-wrap {
    margin: 30px auto;
}


/*SIDEBAR
-------------------------------------------------*/

.sidebar ul li {
	margin: 0 0 0 10px;
}
.sidebar ul li.fa {display:flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;}

.sidebar ul li.fa::before {
    content: none;
}
.sidebar ul li a {
	float: left;
	font-size:16px;	
	padding:5px 0;
	color: #33BEE5;
}
.sidebar ul li a:hover {
	text-decoration: none;
	color: #000;
}

/*SLICKNAV MENU
-------------------------------------------------*/

.slicknav_menu {
    font-size: 1.4em;
    background: #fff;
    overflow: hidden;
    border-bottom: 4px solid #5a5a5a;
    position: fixed;
    z-index:10000;
    top:0;
    left:0;
    width:100%;
    
}

.slicknav_menu a {
    color: #fff;
    text-decoration: none;
}

.slicknav_menu .slicknav_open {color:#fff;}

.ie7 .slicknav_btn, .ie8 .slicknav_btn, .ie9 .slicknav_btn{width: 92px;}

.slicknav_btn {
    float: right;
    padding: 10px;
    margin: 5px;
    font: bold 16px/20px Arial, sans-serif;
    background: #33bee5;
    z-index: 10000000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.slicknav_menutxt,
.slicknav_icon {
    float: left;
}

.slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    margin: 3px;
    background-color: #fff;
}

.slicknav_nav {
    padding: 0;
    clear: both;
    list-style: none;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.slicknav_nav li {
    float: left;
    width: 100%;
}

.slicknav_nav a {
    display: block;
    padding: 10px;
    color: #444;
    text-decoration: none;
    outline: 0;
}

.slicknav_nav .main-title {
    font-size: 1.2em;
}

.slicknav_nav .extra-title {
    font-size: 0.8em;
}

.slicknav_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slicknav_nav a:hover,
.slicknav_nav a:active,
.slicknav_nav .current-menu-item a,
.slicknav_nav .current_page_item a {
    color: #33bee5;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.slicknav_menu {
    display: none;
}

@media (max-width: 1100px) {
    .slicknav_menu {
        display: block;
    }
    .nav {
        display: none;
    }
    .phone-header,
    .copyright,
    .phone-footer {
        text-align: center;
        margin: 10% auto;
    }
    .header{
    	margin-top: 54px;
    }
}



/*Custom Style*/

.container-fluid {
    max-width: 1086px;
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.margin-top{
	margin-top: 22px;
}

.sticky-header .fa:before {
    display: none;
    transition: all 0.3s ease-in-out 0s;
}

.sticky-header .nav ul li.current-menu-item a,
.sticky-header .nav ul li a {
    padding: 16px 21px;
    transition: all 0.3s ease-in-out 0s;
}

.sticky-header .logo {
    margin: 7px 0;
    transition: all 0.3s ease-in-out 0s;
}

.sticky-header .phone-header {
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
}

.admin-bar .sticky-header {
    top: 32px;
    transition: all 0.3s ease-in-out 0s;
}

.btn-order {
    background: #F74A0E;
    border-radius: 2px;
    color: #fff;
    font: 700 18px/48px "Open Sans", sans-serif;
    margin-top: 20px;
    text-align: center;
    text-shadow: 0.5px 0.866px 0 #bcb215;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 11px 25px;
}

.btn-order:hover, .btn-order:active, .btn-order:focus {
    text-decoration: none;
    color: #fff;
    background: #f7893d;
}

/*TOP SLIDER
-------------------------------------------------*/

.top-slider,
.bx-viewport,
.bx-wrapper {
    margin: 0 !important;
    height: 435px !important;
    left: 0 !important;
    overflow: hidden;
}

.top-slider .bxslider,
.top-slider li {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    background: #000;
    position: relative;
}

.top-slider .img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 435px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-slider .inner {
    position: relative;
}

.top-slider .inner {
    display: block;
    text-align: center;
}

.text {
    font-family:'Times New Roman', Times, serif;
    font-size:64px;
    line-height:80px;
    display: block;
    color: #fff;
    margin: 4% 0 3%;
    max-height: 285px;
    overflow: hidden;
}
.text p {font-family:'Times New Roman', Times, serif; font-size:16px; line-height:16px; margin:20px 0 0; padding:0;}
.text img {margin: 0 auto;}
.top-slider .bx-viewport {
    border: none;
}
.page .top-slider {display:none;}
.home.page .top-slider {display:block;}
.top-slider .bx-pager {
    padding-top: 0;
    bottom: 40px;
}

.top-slider .bx-pager a {
    width: 11px !important;
    height: 11px !important;
    background: #8F8D8C !important;
}

.top-slider .bx-pager a:hover {
    background: #C6C5C5 !important;
}

.top-slider .bx-pager a.active {
    background: #fff !important;
}
.sl-style {color:#333;}

.txt-black {
    color: #000;
}
.tpl-404 {
	margin: 0 0 100px;
	text-align: center;
}
.tpl-404 h2 {
	font-size: 60px;
}
.tpl-404 span {
	font-size: 24px;
}
.tpl-blog article h2 span {
	background-color: #33bee5;
    bottom: -1px;
    height: 1px;
    left: 0;
    position: absolute;
    width: 40%;
}
.tpl-blog article h2 {
    border-bottom: 1px solid #ececec;    
    font-family: 'Times New Roman', Times, serif;
    font-size: 32px;
    margin: 0 0 15px;
    padding-bottom: 10px;
    position: relative;
}
.tpl-blog article h2 a {
	color: #333;
}
.tpl-blog article h2 a:hover {
	color: #33bee5;
	text-decoration: none;
}
.more-link {
    color: #33bee5;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}

.more-link:hover {
	text-decoration: none;
}
.more-link .fa::before {
    color: #33bee5;
    display: block;
    font-size:inherit;
    font-style: normal;
    left:inherit;
    margin-left:inherit;
    position:inherit;
    top:inherit;
}

.more-link span.fa.fa-link {
    float: none;
    line-height: 30px;
    margin: 0 5px 0 0;    
}
.screen-reader-text {display: none;}

/*PAGINATION*/

.blog-pagination {
	margin: 30px 0;
	text-align: center;
}
.blog-pagination .nav-links {font-size: 16px;}
.blog-pagination .nav-links a:hover {color: #000;}
.blog-pagination .page-numbers {
	display: inline-block;
  	text-decoration: none;
	padding: 2px 7px;
	font-family: 'Times New Roman', Times, serif;
        font-size: 16px;
}
.blog-pagination .page-numbers.current {
	background: #33bee5;
	color: #fff;
}
.blog-pagination .screen-reader-text {display: none;}

/*Scroll to top*/

#back-top {
    bottom: 60px;
    margin-bottom: 0;
    margin-right: 15px;
    position: fixed;
    right: 0;
    z-index: 100;
}
#back-top a {
    background-color: #33bee5;
    background-image: url("images/arrow-up.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    outline: medium none;
    position: relative;
    text-align: center;
    text-indent: -9999px;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
    z-index: 0;
}
#back-top a:hover {
    background-color: #c9c9c9;
}

/*Sidebar menu
-------------------------------------------------*/

.sidebar ul {margin: 0 0 0 15px;}
.sidebar ul li {    
    float: left;
    width: 100%;
    list-style: none;
}
.widget {display:inline-block; margin:0 0 15px;}
.widget-testimonials .widget-title {margin:10px 0; font-size:24px;}


/*RESPONSIVE
-------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .phone-header,
    .copyright,
    .phone-footer {
        text-align: center;
        margin: 3% auto;
    }
    .widget {display:inline;}
}

@media only screen and (max-width: 600px) {
    .admin-bar .sticky-header {top:0px;}
    .header-top .col-xs-6.text-right {
    width: 100%;
    float: none;
    text-align: center;
}

.header-top .col-xs-6.text-left {
    display: none;
}
}

@media only screen and (max-width: 424px) {
    #back-top {bottom:30px;}
    .footer {padding: 15px 0 120px;}
}