/*
	Theme Name: HTML5 Blank - AA Version
*/




/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */4
html {
	font-size:62.5%;
}

html, body{
	height: 100%;
}

body {
	font:500 11px/1.4 'Open Sans', sans-serif;
	color:#444;
    background: #f7f7f7;
}

body:not(.home){
	padding-top: 70px;
}

/* clear */
.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after {
    clear:both;
}


img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.nav {
    margin-top: 15px;
    display: none;
}

nav ul li {
    display: inline-block;
    margin: 0;
    position: relative;
    margin-left: 5px;
}


nav ul li a{
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: bold;
}

nav ul > li > a:hover,
nav > ul > li:hover > a{
	background: gray;
	color: white;
}

nav > ul > li:hover .sub-menu{
	display: block;
}

.sub-menu{
	display: none;
	position: absolute;
	margin: 0;
	padding:0;
    width: 200px;
    left: 0;
    background: white;
    z-index: 5;
    text-align: left;
    top: 26px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.sub-menu li{
	display: block;
	width: 100%;
	margin: 0;
	padding:0;
}

.sub-menu a{
	display: block;
	width: 100%;
	font-size: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}



.search-header{
	display: none;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

@media (min-width: 1400px){
	.container{
		max-width: 1370px;
	}
}

/* wrapper */
.wrapper {
	width: 100%;
	min-height: 100%;
	position:relative;
	padding-bottom: 60px;
}



.wrap{
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
    padding: 10px;
}


.contact-header li {
    display: inline;
}

.contact-header li a {
	display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #456099;
}

.contact-header li:hover i{
	background: #456099;
	color: white;	
}

.contact-header li i{
    padding: 6px;
    font-size: 14px;
    border: 2px solid #456099;
    color: #456099;
    border-radius: 100%;
    margin-right: 5px;
}


/* header */
.header {
    background: white;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 10px 0px;
    padding-bottom: 10px;
}
/* logo */
.logo {

}
.logo img {
	width: auto;
	height: 50px;
}

@media (min-width: 768px){
    .logo img {
    	height: 80px;
    }	
}

/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 60px;

    background: white;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);	
	
}

.copyright{
	text-align: center;
}

.fl{
	float: left;
}
.fr{
	float: right;
}

ul{
	margin: 0;
	padding: 0;
}

ul li img {
    width: 100%;
    height: auto;
}

.nav-bar{
	text-align: right;
}



.tc-wrap{
	display: table;
	width: 100%;
	height: 100%;
}

.tc-wrap-center{
	display: table-cell;
	vertical-align: middle;
}

.line-spacer {
    height: 4px;
    background: white;
    width: 15%;
    margin: 15px auto;
    margin-bottom: 25px;
}



h2.section-title {
    text-align: center;
    padding: 15px;
    color: #153980;
    font-size: 2.8em;
    margin: 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
}


#mob-menu-btn{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-size: 32px;
    color: #14397f;
    padding: 14px 24px;
    padding-bottom: 13px;
    transition: all .2s ease-out;
}

.mobile-active #mob-menu-btn {
    background: #456099;
    color: white;
}


#mobile-menu{
    display: block;
    position: fixed;
    transform: translateX(-100%);
    transition: all .5s ease-out;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #456099;
    padding-top: 70px;
}

#mobile-menu .search-header,
#mobile-menu .nav	{
	display: block;
}

.mobile-active,
.mobile-active body{
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mobile-active #mobile-menu{
    transform: translateX(0%);
}


#mobile-menu{
    overflow-y: scroll;
    padding-bottom:  50px;
    background: #456099;
	background: -moz-linear-gradient(top, #456099 0%, #14397f 100%);
	background: -webkit-linear-gradient(top, #456099 0%,#14397f 100%);
	background: linear-gradient(to bottom, #456099 0%,#14397f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#456099', endColorstr='#14397f',GradientType=0 );
}

#mobile-menu .search-header{
    padding: 20px 10px;
    background: #14397f;
}

#mobile-menu .nav{
    margin: 0;
}

#mobile-menu .search-header a,
#mobile-menu .search-header i {
    color: white;
    border-color: white;
}

#mobile-menu .nav li{
    display: block;
    margin: 0;
}

#mobile-menu .nav li .sub-menu{
    display: block;
    position: relative;
    background: none;
    box-shadow: none;
    width: 100%;
    top: 0;
}

#mobile-menu .nav a{
    color: white;
    display: block;
    text-align: center;
    padding: 15px 0px;
    border-bottom: 1px solid #456099;
}


#mobile-menu nav ul > li > a:hover, 
#mobile-menu nav > ul > li:hover > a{
    background: rgba(255, 255, 255, 0.2);
}

#mobile-menu .nav li .sub-menu a{
    padding: 5px 0px;
}






/*------------------------------------*\
    PAGES
\*------------------------------------*/


/* Home */

#welcome-section {
	height: 80vh;
    position: relative;
}



#home-slider {
    position: fixed;
    z-index: -1;
	top: 58px;
    left: 0;
    width: 100%;
    height: 100vh;
}

#home-slider:after{
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	z-index: 5;
}



#home-titles-slider {
    position: absolute;
    top: initial;
    right: 0;
    bottom: 20%;
    margin: auto;
    width: 100%;
    height: 110px;
    text-align: center;
	background: rgba(20, 57, 127, 0.8);
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    color: white;
    overflow: hidden;
}

#home-titles-slider .slick-slide{
	visibility: hidden;
}

#bx-home-titles-slider.slick-initialized .slick-slide{
	visibility: visible;	
}

.slick-slide{
	outline: none;
}


#home-titles-slider .slick-track{
	display: flex;
    align-items: center;
}

#home-slider .bx-wrapper{
	border: none;
    margin: 0;
}


#bx-home-slider {
    overflow: hidden;
}

#bx-home-slider li {
    height: 100%;
    background-size: cover;
    background-position: 40%;
}

.slick-list,
.slick-track{
	height: 100%;
	/* width: 100% !important; */
}

#bx-home-slider,
#home-slider .bx-viewport,
#home-slider .bx-wrapper,
#home-slider .section-wrap{
    height: 100% !important;
}


#bx-home-titles-slider{
	list-style: none;
	overflow: hidden;
}




#homeSeeMore {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    text-align: center;
    background: #143a7f;
    padding: 10px 0px;
    border-radius: 35px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    border: 2px solid #456099;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}




#brands-section {
    padding: 30px 0px;
    padding-top: 45px;
    background: white;
    text-align: center;
}

#brands-section .bx-wrapper {
    max-width: 100% !important;
    padding: 15px 0px;
}

#brands-section .bx-wrapper{
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 0;
	border: 0;
	text-align: center;
}


ul#brands-slider{
	text-align: center;
	padding: 25px 0px;
}

ul#brands-slider li {
    display: inline-block;
    width: 10%;
    margin: 0px 15px;
    vertical-align: middle;
}

ul#brands-slider li:hover img{
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
}

#brands-section img {
    transition: box-shadow .1s cubic-bezier(.56,-0.48,.45,1.34);
    -webkit-transition: box-shadow .1s cubic-bezier(.56,-0.48,.45,1.34);
    display: inline-block;
    width: auto;
    height: auto;
    transition: all .2s ease-out;
}


.section-wrap {
    width: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
}

.section-center-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


#welcome-section h1 {
    font-size: 3.5em;
    font-weight: 900;
    letter-spacing: 2px;
    color: #153980;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.7);
}

.welcome-cta {
    width: 450px;
    margin: 0 auto;
    text-align: center;
}

.cta-btn {
    position: relative;
    display: inline-block;
    padding: 8px 35px;
    border: 2px solid rgba(21, 57, 128, 0.8);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 15px;
    min-width: 180px;
    border-radius: 35px;
    color: #153980;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    z-index: 2;
    
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;    
}

.cta-btn:hover{
	color: white;
	background: rgba(21, 57, 128, 0.8);
}


a.read-more {
    font-style: italic;
    font-weight: 600;
    margin-top: 15px;
}


#about-section {
	width: 100%;
    padding: 50px 0;
    padding-bottom: 120px;
    position: relative;
    margin: 0 auto;
    background: white;
}

#about-section h2 {
    color: #153980;
    font-size: 2.2em;
    margin-top: 0;    
}

.about-col {
    position: relative;
    background: white;
    z-index: 2;
}

.about-col.about-image{
	background-size: cover;
	background-position: 50%;
    box-shadow: none;
}



.about-col.about-text{
	padding: 15px 20px;
    font-size: 1.4em;
    text-align: center;
}





#about-slider .slick-list{
	padding-bottom: 60px;
	margin-bottom: -40px;
}

.about-slider-controls {
    text-align: center;
    font-size: 30px;
    margin-top: 70px;
    margin-bottom: -80px;
}


.about-slider-controls a:hover{
	opacity: 0.5;
}

@media (min-width: 768px){
	
	
	#mobile-menu,
	#mob-menu-btn{
		display: none;
	}
	
	.about-col{
		box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);	
	}
	
	.about-col.about-text{
		padding: 50px 60px;
	}

	.about-image img{
		box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
	}
	
	.about-slider-controls {
		margin-top: 40px;
	}
	
	.about-col.align-left{
		text-align: left;
	}
	
	.about-col.align-right{
		text-align: right;
	}
	
}

@media (min-width: 992px){
	
	.about-col.about-text{
		right: 40px;
		top: 40px;
	}
	
	.about-col.about-text-2 {
		right: -50px;
	    top: 15px;
	}
	
	.about-col.about-image{
		top: 40px;
		left: 10px;
		z-index: 1;
	}
	
	.about-col.about-image-2{
		top: 20px;
		left: -30px;
		z-index: 1;
	}
}





#home-product-category{
	position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
	text-align: center;
}



#home-product-category .row {
    height: auto;
}

#home-product-category .col-md-3{
	height:	100%;
}

#home-product-category ul{
	list-style: none;
	margin-bottom: 45px;
}
#home-product-category a{
	color: white;
	transition: all .2s ease-out;
}

#home-product-category a:hover{
	opacity: 0.6;
	transform: scale(0.95);
}

#home-product-category .pc-second-main{
	margin-top: 45px;
}

#home-product-category .col-xs-12{
    padding-top: 65px;
    padding-bottom: 65px;	
}


#home-product-category .col-md-3{
	border-right: 1px solid rgba(20, 57, 128, 0.3);
}

#home-product-category .col-md-3:last-child{
	border-right: 0;
}

#home-product-category .col-half-boxes .row {
    height: 50%;
}


#home-product-category .col-box:nth-child(1){
	background: rgba(20, 55, 128, 0.79);
}

#home-product-category .col-box:nth-child(2) {
    background: rgba(20, 70, 128, 0.79);
}

#home-product-category .col-box:nth-child(3) .row:first-child {
    background: rgba(20, 85, 128, 0.79);
}

#home-product-category .col-box:nth-child(3) .row:last-child {
    background: rgba(20, 100, 128, 0.79);
}


#home-product-category .col-box:nth-child(4) {
    background: rgba(20, 115, 128, 0.79);
}



.col-md-3.col-box:not(.col-half-boxes),
.col-md-3.col-half-boxes .row{
    padding-top: 40px;
}



.cat-item-none{
	display: none;
}


.blue-overlay{
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
	position: absolute;
	background: rgba(20, 57, 128, 0.79);
}

.pc-main {
    position: relative;
    margin-bottom: 25px;
    padding: 0px 25px;
    padding-bottom: 10px;
}

.pc-main:after{
	content: " ";
	position: absolute;
	bottom: -10px;
	width: 15%;
	height: 4px;
	background: white;
	left: 0;
	right: 0;
	margin: auto;
}

.pc-main a {
    font-size: 1.6em;
    font-weight: 800;
    letter-spacing: 1px;
}

.pc-sub-cat li a {
    font-size: 1.4em;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}







/* End of Home */


.wbg{
	background: white;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
}

section.page-section {
    margin-top: 20px;
}


/* Category Product Boxes */

.page-banner {
	background: url('images/tork-banner.jpg');
	background-size: cover;
	background-position: 50%;
	margin-bottom: 20px;
}

.page-banner .tc-wrap{
    background: rgba(0, 0, 0, 0.3);
}

.page-banner h1 {
    color: white;
    font-size: 2.5em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0;
}

.page-banner h2 {
	margin: 0;
    padding: 0;
    color: white;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    display: none;
}

.page-banner .tc-wrap-center {
    padding: 5%;
    text-align: center;
}



.products-sidebar, .products-wrap{
	height: 100%;
	min-height: 250px;
}

.products-sidebar{

}

.products-sidebar-wrap {
    margin-right: 15px;
    background: white;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    padding: 15px;
}




.pr-sb-box{
	margin: 10px;
}

.pr-sb-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.pr-sb-title div:first-child {
    font-weight: 400;
}

.pr-sb-line{
    height: 2px;
    background: gray;
    width: 100%;
    margin: 5px 0;
}

.pr-sb-brands {
    margin-left: -5px;
}

.pr-sb-brands-wrap {
	padding: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #efefef;
    border-bottom: 3px solid rgba(69, 96, 153, 0.3);
    text-align: center;
    
    font-size: 10px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #456099;
    
    box-shadow: -14px 0px 10px -15px rgba(0, 0, 0, 0.1);
    
    transition: box-shadow .1s cubic-bezier(.56,-0.48,.45,1.34);
    -webkit-transition: box-shadow .1s cubic-bezier(.56,-0.48,.45,1.34);
}

.pr-sb-brands-wrap img {
    height: 60px;
}

.current-brand .pr-sb-brands-wrap {
    border-color: #b0c2e8;
    background: #f3f3f3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.pr-sb-brands-wrap:hover {
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
}
.pr-sb-brands-wrap:active{
	box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.1);
}

.pr-sb-brand-logo {
	width: 100%;
}






.pr-sidebar-cat, .pr-sidebar-cat ul {
    list-style: none;
}

#pr-sidebar-categories li{
	display: none;
}

#pr-sidebar-categories .current-cat-ancestor, 
#pr-sidebar-categories .current-cat-ancestor .current-cat-ancestor li, 
#pr-sidebar-categories .current-cat, 
#pr-sidebar-categories .current-cat li {
    display: block;
}



ul#pr-sidebar-rest-categories .current-cat-ancestor .current-cat-ancestor,
ul#pr-sidebar-rest-categories .current-cat-ancestor .current-cat,
ul#pr-sidebar-rest-categories ul li ul  {
    display: none;
}

ul#pr-sidebar-rest-categories ul li {
    display: block;
}



.pr-sidebar-cat li a:hover{
	background: #456099;
	color: white;
}

.pr-sidebar-cat li a:hover span{
	color: white;
}

.pr-sidebar-cat a{
	display: block;
	
	padding: 5px;
	padding-left: 12px;
	
	border-bottom: 1px solid gainsboro;
	transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
}

.pr-sidebar-cat > li > a {
    font-size: 16px;
    background: #d0d0d0;
    font-weight: 600;
    pointer-events: none;
}


span.count {
    vertical-align: super;
    font-size: 8px;
    font-weight: 800;
    color: #c33232;
    letter-spacing: 1px;
}


.pr-sidebar-cat > li > a > span{
	display: none;
}

.pr-sidebar-cat > li > ul > li > a{
	font-size: 12px;
	background: #efefef;
}

.pr-sidebar-cat > li > ul > li > ul > li > a{
	font-size: 12px;
	padding-left: 18px;
}

.pr-sidebar-cat > li > ul > li > ul > li > ul > li > a{
    padding-left: 30px;
    font-size: 10px;
}

.pr-sidebar-cat .current-cat > a{
	font-weight: bold;
	background: #153980;
    color: white;
}
.pr-sidebar-cat .current-cat > a span{
	color: white;
}



.pr-grid-row{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100%;
    margin-bottom: 10px;
}

.pr-grid-box{
    position: relative;
    width: 32.59%;
    min-height: 430px;
    margin-right: 10px;
}

.pr-grid-row .pr-grid-box:last-child{
	margin-right: 0px;
}

.pr-brand-box {
    position: absolute;
    right: 25px;
    padding: 5px;
    padding-top: 10px;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
    background: white;
}
.pr-brand-box img {
    height: 30px;
}

h2.pr-main-title .pr-brand-box {
    top: 23px;
    box-shadow: 0 0 0;
}

.pr-main-title{
	background: white;
    font-size: 18px;
    padding: 15px 25px;
    margin: 0;
    border: 1px solid #ececec;
    margin-bottom: 10px;
}

.pr-main-title .pr-brand-box{
	padding: 0;
}

.product-box{
	margin-bottom: 25px;
	outline: none;
	text-align: center;
}

.slick-slide img {
    display: inline-block;
}


.pr-grid-box-wrap {
    width: 100%;
    height: 100%;
    min-height: 345px;
    border: 1px solid #ececec;
    background: white;
    transition: all .2s cubic-bezier(.56,-0.48,.45,1.34);
    -webkit-transition: all .2s cubic-bezier(.56,-0.48,.45,1.34);
}

.pr-grid-box-wrap:hover {
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
}
.pr-grid-box-wrap:active{
	box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.1);
}

.pr-image {
    padding: 25px;
    text-align: center;
    margin: 0 auto;
}

.product-related-wrap .pr-image{
	min-height: 185px;
}

.pr-brand-cat {
    margin-top: 10px;
    color: rgb(69, 96, 153);
    font-weight: 600;
}

.pr-brand-cat a{
	color: rgb(69, 96, 153);
    font-weight: 600;
}

.pr-info{
	text-align: center;
    padding-bottom: 20px;	
}

.pr-title {
    font-weight: 600;
    font-size: 1.3em;
    padding: 0px 15px;
}

.pr-line {
    height: 3px;
    background: #ececec;
    width: 20%;
    margin: 10px auto;
}


.not-found i{
	font-size: 56px;
    color: #c53b3b;
    margin-bottom: 20px;
}
.not-found {
    padding: 10%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
    background: white;
    margin: 0 15px;
    text-align: center;
    border: 1px solid #ececec;
}






.product-wrap{
    background: white;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
}



.product-wrap .col-lg-6:last-of-type{
    border-left: 1px solid #f7f7f7;
    border-top: 2px solid #1c3f84;
}


/*------------------------------------*\
    SINGLE PRODUCT P<div class="product-wrap wrap clear">AGE
\*------------------------------------*/

.single-product .wrapper {
    padding-top: 55px;
}

.product-title{
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px; 
}

div#product-breadcrumbs {
    padding: 8px 15px;
    background: #456099;
    color: white;
}

div#product-breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

div#product-breadcrumbs a:hover{
	color: rgba(255, 255, 255, 1);
}

.product-info{
    padding: 35px;
}


.product-meta {
    margin-top: 15px;
    padding: 15px 0px;
    border-top: 1px solid #dedede;
    text-align: center;
    background: #f7f7f7;
}

.product-meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.product-meta ul li {
    text-align: center;
    flex: 1;
}

.pr-mt-label {
    letter-spacing: 1px;
    font-size: 0.9em;
    font-weight: 500;
}

.pr-mt-val {
    font-weight: bold;
    font-size: 1.2em;
}


.product-image{
	width: 100%;
	height: 350px;
	text-align: center;
	background: white;
	padding: 25px;
}
.product-image img{
	width: auto;
	height: 100%;
}

.product-image .pr-line{
	width: 80%;
	border-radius: 100%;
    border-top: 1px solid #c7c7c7;
}

.product-desc {
    font-size: 1.1em;
    line-height: 1.5em;    
    color: #505050;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}

.product-desc ul{
	list-style-position: inside;
}

.product-btns{
	margin-top: 25px;
	text-align: right;
}


.the-button{
    display: inline-block;
    border: 1px solid;
	border-bottom: 4px solid;
    color: white;
    letter-spacing: 1px;
    padding: 8px 20px;
    font-weight: bold;
    outline: none;
    position: relative;
    
    font-size: 0.8em;
    
    transition: position .1s ease-out;
    -webkit-transition: position .1s ease-out;
}

.the-button.blue,
.the-button.blue:hover{
	border-color: #1c3f84;
    background: #456099;	
}

.the-button.green,
.the-button.green:hover{
    border-color: rgb(28, 132, 68);
    background: rgb(69, 153, 93);
}

.the-button:hover{
	color: white;
	top: 2px;
	border-bottom: 3px solid;
}


.product-full-wrap{
	background: white;
    padding: 20px;
    min-height: 505px;
}

.product-full-wrap .section-title{
	padding-top: 0px;
}

.product-related-wrap{
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}

.product-related-row{
	margin-bottom: 35px;
}

.product-related-row .col-md-6:nth-child(1) .product-related-wrap{
	margin-right: 7px;
}

.product-related-row .col-md-6:nth-child(2) .product-related-wrap{
	margin-left: 7px;
}


.product-carousel .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background: white;
    border-radius: 100%;
    border: 1px solid lightgray;
    font-size: 16px;
    color: #888888;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    z-index: 25;
    outline: none;
    transition: all .2s ease-out;
}

.product-carousel .slick-arrow:hover{
	transform: scale(0.98);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.product-carousel  .slick-next {
    right: -20px;
}

.product-carousel .slick-prev{
	left: -20px;
}



#contact{
	position: relative;
	z-index: 5;
	padding: 50px 0px;
}


#contact-map {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: -1;
}

#contact-map-bg{
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
}


#contact-map::after{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	opacity: 1;
	transition: all .2s ease-out;
}

.contact-wrap{
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.45);
	padding: 35px;
	font-size: 14px;
	color: white;
	text-align: center;
}

.contact-wrap .section-title{
    color: white;
    font-size: 24px;
    margin-bottom: 5px;
    padding: 5px;
}

.contact-info ul{
	list-style-position: inside;
	list-style: none;
	margin-top: 10px;
}

.contact-info ul li{
	display: block;
	margin-bottom: 5px;
	min-height: 5px;
}

.contact-info a{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.input-row p{
	display: none;
}

label {
    display: block;
    margin-top: 10px;
    margin-bottom: 3px;
}

.contact-wrap input,
.contact-wrap textarea{
    z-index: auto;
    position: relative;
    line-height: normal;
    font-size: 12px;
    padding: 2px 5px;
    max-height: 100px;
    resize: none;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.67);
    background: transparent !important;
    width: 80%;
}

.contact-wrap input:focus,
.contact-wrap textarea:focus{
	border: 1px solid white;
}

.contact-wrap textarea{
	border: 1px solid white;
}

.contact-wrap input[type=submit]{
	border: 1px solid white;
	padding 8px 25px;
	margin-top: 10px;
}


#seeOnMap {
    position: absolute;
    bottom: 25px;
    right: 55px;
    color: white;
    font-size: 14px;
    background: white;
    color: #143a7f;
    font-weight: bold;
    padding: 8px 45px;
    z-index: 50;
}

.map-full #contact-map::after{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}


.map-full #contact-map,
.map-full #contact-map-bg{
	z-index: 15;
}

.map-full #seeOnMap{
	background: #143a7f;
    color: white;
}




#tech-support{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 50%,#ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    padding: 60px 0px;
}

.tech-box {
    text-align: center;
    margin: 25px 0px;
}

.tech-image img{
	width: 100%;
}

.tech-title{
	font-size: 36px;
	font-weight: 100;
	margin: 0 auto;
	margin-top: 15px;
}

.tech-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 100;
    margin: 0 auto;
}




.cd-timeline {
  overflow: hidden;
  margin: 0 auto;
}

.cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0;
}

.cd-timeline__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin: auto;
    width: 4px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    right: 0;
}


.cd-timeline__img.cd-timeline__img--picture.js-cd-img {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    margin: 0 auto;
    z-index: 15;
    position: relative;
    border: 5px solid white;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}



.cd-timeline__block{
	margin: 80px 0px;
	position: relative;
}

.cd-timeline__block.cd-timeline_bounce {
	visibility: visible;
	animation: cd-bounce-1 0.6s;
}



.cd-timeline__content.js-cd-content {
    width: 200px;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    margin: auto;
}

.cd-timeline__content p{
	font-size: 14px;
}

.cd-timeline__block .cd-timeline__content{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}


.cd-is-hidden {
    visibility: hidden;
  }


.cd-timeline__block .cd-timeline__content .content-wrap{
	display: table;
	width: 100%;
	height: 100%;
}

.cd-timeline__block .cd-timeline__content .content-center-wrap{
	vertical-align: middle;
	display: table-cell;
}


.cd-timeline__content.js-cd-content{
	padding: 15px 25px;
    width: 80%;
    text-align: center;
	position: relative;
    margin-top: 25px;
    background: white;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}



.cd-timeline__block:nth-child(odd) .cd-timeline__content{
	right: 0;
	left: 0;
	
}

.cd-timeline__block:nth-child(even) .cd-timeline__content{
    left: 0;
	right: 0;
}





@media (min-width: 768px){
	
	.cd-timeline__content.js-cd-content {
		width: 200px;
		position: absolute;
		text-align: right;
		background: none;
	    box-shadow: none;
	    padding: 0;
	    margin-top: 0;
	}

	.cd-timeline__block:nth-child(odd) .cd-timeline__content{
		right: 450px;
		
	}

	.cd-timeline__block:nth-child(even) .cd-timeline__content{
	    left: 450px;
	    text-align: left;
	}
	
	.contact-wrap{
		text-align: left;
	}
	
	.contact-wrap .section-title{
		text-align: left;
	}
	
	.page-banner h2{
		width: 45%;
	}
	
	.page-banner .tc-wrap-center{
		text-align: left;
	}
	
	.products-wrap{
	    padding-left: 10px;
	    border-left: 1px solid #eaeaea;
		box-shadow: -14px 0px 10px -15px rgba(0, 0, 0, 0.1);
	}

}



@media (min-width: 1024px) {
	
	.cd-timeline__content.js-cd-content {
    	width: 350px;
    }

	.cd-timeline__block:nth-child(odd) .cd-timeline__content{
		right: 600px;
	}
	
	.cd-timeline__block:nth-child(even) .cd-timeline__content{
		left: 600px;
	}

}




@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}













#services-section{
	background: white;
	padding: 50px 0px;
}

.srv-box{
	text-align: center;
	margin:	35px 0px;
}

.srv-icon{
	font-size: 42px;
	margin-bottom: 15px;
}

.srv-icon i {
    padding: 15px;
    font-size: 32px;
    color: white;
    background: #456099;
    border: 2px solid #14397f;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 45px;
    text-align: center;
}

.srv-title{
	font-size: 22px;
	margin-bottom: 15px;
}

.srv-text{
	font-size: 14px;
	width: 80%;
    margin: 0 auto;
    margin-top: 25px;
}

.srv-box ol,
.srv-box ul {
    text-align: left;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 15px;
    color: gray;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/





/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

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

	#home-titles-slider {
	    top: 0;
	    bottom: 0;
	    width: 55%;
	    height: 109px;
	    font-size: 28px;
	    text-align: right;
	    padding-right: 35px;
	}
	
	#welcome-section,
	#home-product-category .row{
		height: 100vh;
	}
	
	#home-product-category ul{
		margin-bottom: 0px;
	}
	
	.tech-image img{
		width: 60%;
	}
	
	.tech-text,
	.tech-title{
		width: 80%;
	}
	
	.col-md-3.col-box:not(.col-half-boxes),
	.col-md-3.col-half-boxes .row{
	    padding-top: 0px;
	}
	

}

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

	.nav,
	.search-header{
   		display: block;
	}
	

}

@media only screen and (min-width:1280px) {
	
	#home-titles-slider {
	    top: 0;
	    bottom: 0;
		width: 50%;
	    height: 166px;
	    font-size: 48px;
	}
	
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
