a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,
canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,
footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,
samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var
{
	background:transparent;
	border:0 none;	
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:middle;
	
}

ol, ul {
	list-style:none;
}

a {
    text-decoration: none;
    color:#000000;
}

html,body {
	min-height: 100%; 
}


body{	
	font-family: 'PT Sans', sans-serif;	
}

.wrap {
    box-sizing: border-box;
    max-width: 1360px;    
}

.wrap.small {
    box-sizing: border-box;
    max-width:800px;    
}


.container{
	position: relative;
}

*, *::after, *::before {
  box-sizing: border-box;
}

.m-0{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.p-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

h1,h2,h3,h4{
	font-family: 'Playfair Display', serif;
	font-weight:normal;
}

/*header*/
header{
	padding-top:10px;
	padding-bottom:10px;
	position: fixed !important;
	left:0;
	right:0;
	background-color:#ffffff;;	
}

.logowrapper{
	display: inline-block;
	position: relative;
	width:300px;
	z-index: 2;
}

#content-wrapper{
	padding-top:78px;
}

/*Navtools*/

.Navtools {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.Navtools li{
	display: inline-block;
	text-align: center;
	position: relative;
}

.Navtools li{
	padding-left: 5px;
	padding-right: 5px;
}

.Navtools li a{
	color:#20252A;	
	display: block;	
	
}

.Navtools .label{
	font-size:0.750em;
	padding-top:5px;
	color: #1D5CAA;
}

.Navtools .icon{
	font-size:1.3em;
}

/*menu*/

#menu{
	position: absolute;
	top:0;
	left:0;
	right:0;	
	text-align:center;
}

.slide{
	position:relative;
}

.slide-container{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	background:rgba(32,37,42,0.7);	
}

.slide-container h1{	
	color:#ffffff;
}

.slide-container .btn-txt{
	color:#ffffff;
}

.btn-txt{
	font-size:1em;	
	font-weight:normal;
	text-decoration:underline;
}

.btn-txt.small{
	font-size:0.675em;	
}

.block{
	 padding:2rem 5rem;
}

.block + .block{
	padding-top:0rem;
	
}

.off-left{
	margin-left:-5rem;
}
.off-right{
	margin-right:-5rem;
}
.full-container{
	margin-left:-5rem;
	margin-right:-5rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

h1.title{
	font-size:2.188em;
}

.color_01{
	background-color: #F2F2F2;
}

.color_02{
	background-color: #1D5CAA;
}
.color_03{
	background-color: #444444;
}

.color_04{
	background-color: #ffffff;
}

.btn.color_01{
	color:#1D5CAA;
}

.search {
  position: relative;
 
}
.search:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height:40px;
  line-height:40px;
   font-family: 'icomoon' !important;
  content: '\e912';
  background: #fff;
  text-align: center;
  color: #000000;  
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: always;
  font-size:1.250em;
  background: none;
 
}

.searchTerm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 5px;
  height:40px; 
  outline: none;
  font-size:0.750em;
  font-weight:300 !important;
  background: none;
  /*border:solid 1px #666666;*/
  color:#bfbfbf;
  background-color: #ffffff;
  
}

.searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
  
}

#search-wrapper h1.title{
	margin-bottom:10px;
	display: block;
}

.sreen{
	max-height:26vw;
}

.border-bottom{
	border-bottom:solid 2px #ffffff;
}

#site-screen{
	position:relative;
	text-align: center;
}
.screen-button{
	position: absolute;
	bottom:2rem;
	left:5rem;
}

.btn{
	padding: 10px 25px;
	color:#ffffff;	
	font-size:1em;	
	display:inline-block;
	text-align:center;
	box-sizing:border-box;
	cursor: pointer;	
    height:auto;
    min-width: 150px;
     -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;    
}

.btn:hover{
	background-color:#21456D;
	color:#ffffff;
}

input.btn{
	border:none;
	width: auto;
}

span{
	display: inline-block;
}

.uppercase{
	text-transform:uppercase;	
}


.service-row .label{
	font-size:1.250em;
	color:#ffffff;
}

.service-row .icon{
	max-width:42px;
	box-sizing:border-box;
	margin-right:10px;	
}

.service-row.block{
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
} 

.service-row li .container:after{
	position: absolute;
	top:0;
	bottom:0;
	content: "";
	right:0;
	width:1px;
	background-color: #2F7ACC;	
}

.service-row li:last-child .container:after{
	content:none;
}

.section{
	padding-top:1rem;
	padding-bottom: 1rem;
}

.section-header{
	padding-bottom: 1rem;
}

.product-item {
    box-sizing: border-box;
    display: flex !important;
    width: 25%;
    padding: 1rem;
    float: left;   
}

.product-item .item_wrap{
	width:100%;
	 padding: 1rem;
	 background-color: #ffffff;
	  -webkit-transition: all 0.15s linear;
transition: all 0.15s linear;
}

.product-item .item_wrap:hover {
    box-shadow: #3F3F3F 0 0 8px;
}

.product-item a{
	display: block;
}

.product-item .product-image {
    margin-bottom: 10px;
     display: block;
     text-align:center;
}

.product-item .product-image img{
	max-height:250px;
	margin: 0 auto;
	
}

.product-item .product-price{
	margin-top: 10px;
	
}

.product-item .product-title{
	 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-title{    
    display: block;
	font-size:1.125em;
	 color:#1D5CAA;
}

.product-brand{
	display: block;
	font-size:0.875em;
}

.product-price{
	margin-left: -5px;
	margin-right: -5px;
	display: block;
}

.product-price span{	
	padding-left:5px;
	padding-right:5px;
}

.old-price{
	text-decoration: line-through;	
	color:#777777;
}

.price{
	font-size:1.125em;
}

.product-item .product-action{
	margin-top: 10px;
}


.product-item .btn-txt{	
	text-decoration:none;
}
   
.right-0{
	padding-right:0 !important;
}

.left-0{
	padding-left:0 !important;
}
.color-white{
	color:#ffffff;
}

.color-grey{
	color:#636363;
}

.coursel {
	margin-left:-1rem !important;
	margin-right:-1rem !important;
}

.coursel .slick-next{
	right:-4.5rem !important;	
}
.coursel .slick-prev{
	left:-5rem !important;	
}

.block.left-0 .slick-prev{
	left:-2.08rem !important;	
}
.block.right-0 .slick-next{
	right:-2.08rem !important;
}

.coursel .slick-prev:before,
.coursel .slick-next:before{
	color:#1D5CAA;
}

.color_02 .coursel .slick-prev:before,
.color_02 .coursel .slick-next:before	{
	color:#ffffff;
}

.item{
	padding: 1rem;
}

.content{
	margin-top: 20px;
}

h2.title{
	font-size:1.563em;
}

.txt{
	font-size:1em;
}

.no-space{
	padding-top: 0;
	padding-bottom:0;
}

.item h2.title{
	padding-bottom:5px;
	
}

.u-vmenu > ul > li {	
	list-style: none;
	margin-bottom: 10px;
	position: relative;
}
.u-vmenu ul ul{
	display: none;
}
.u-vmenu ul li a {
	display: block;
	font-size:0.938em;	
	text-decoration: none;
	outline: none;
	padding-top:5px;
	padding-bottom:5px;
	
}
.u-vmenu > ul > li > a {		
	text-transform:uppercase;
	color:#000000;	
}

.u-vmenu > ul > li > ul > li {
	position: relative;
}
.u-vmenu > ul > li > ul > li > a {
	padding-left:10px;
	/*text-transform:uppercase;*/
	color:#333333;
	padding-top:5px;

}
.u-vmenu > ul > li > ul > li > ul > li > a {
	padding-left:20px;
	color: #636363;
	border-bottom: solid 1px #F2F2F2;
}
.u-vmenu > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 135px;
}

.u-vmenu > ul > li > ul > li.active > a{
	color:#1D5CAA;
	font-weight:700;
}

.u-vmenu > ul > li > ul > li > ul > li.active > a{
	color:#1D5CAA;
	font-weight:700;
}

.u-vmenu > ul > li > ul > li > ul > li:last-child > a{
	border-bottom:none;
}

.u-vmenu ul li .arrrow-sm[data-option='on']{	
	position: relative;
}
.u-vmenu ul li a[data-option='on']:after{
	 font-family: 'icomoon' !important;
	 content:"\e902";
	 position: absolute;
	 right:0;
}

/*.u-vmenu ul li .arrrow-sm[data-option='off'] {
	position: relative;
}*/
.u-vmenu ul li a[data-option='off']:after {
	font-family: 'icomoon' !important;
	 content:"\e902";
	 position: absolute;
	 right:0;
	  transform: rotate(-90deg);
}

.arrrow-sm{
	position: absolute;
	top:0px;
	right:0;
	cursor: pointer;
}

.sidebar-fixed {
    position: -webkit-sticky;
    position: sticky;
    top:78px;   
}

#top-bar{
  height:70px;
  line-height:70px;
}

#top-bar #search-wrapper{
	position: absolute;
	right:0;
	width:33.33%;
}
#top-bar .search:before{
	line-height:70px;
}

#top-bar .searchButton{
	top:25px;
}



.bredcrumbs-wrapper{
	position: absolute;
	top:-65px;
	width:60%;
}

.breadcrumbs_item{
	display: inline-block;	
	position:relative;
	line-height: 16px;
	
}

.breadcrumbs_item span{
	vertical-align:middle;
}

.breadcrumbs_item:last-child .breadcrumbs_line{
	width: 0;
	
}

.breadcrumbs_line{
	width: 12px;
	position: relative;
	display: inline-block;
	color:#a0a0a0;
}

.breadcrumbs_line:after{
	content:"/";
	position: absolute;
	left:4px;
	bottom:-8px;
	font-size:10px;	
}

.breadcrumbs_item:last-child
.breadcrumbs_line:after{
	content:none;	
}

.breadcrumbs_link{
	font-size:0.813rem;
	color: #ffffff;	
	vertical-align:middle;	
}

.breadcrumbs_link.active{
	color:#a0a0a0;	
}

.block-wrap{
	 padding:2rem 2rem;
}

.field{
	margin-bottom: 20px;
	position: relative;
}


.product-card.block{
	padding-top: 0;
	padding-bottom: 0;
}
.detail-header{
	margin-bottom: 20px;
}

.detail-header h1{
	font-size:2rem;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
}

.detail-header .product-brand{
	font-size:1em;
}


.price_block .price{
	color:#ffffff;
	font-size:2rem;
}

.price_block .block-wrap{
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.price_block .old-price{
	color:#D6D6D6;
}

.quantity .icon{
	color:#00000;
	font-size:11px;
	
}

.price_block .quantity .icon{
	color:#ffffff
}

.quantity a{	
	display: inline-block;	
	padding-left: 5px;
	padding-right: 5px;
	
	
}

.quantity input{
	text-align:center;
	height: 30px;
	width:40px;
	border:none;
}

.quantity .label{
	margin-right:20px;	
}
.label,
.input{
	font-size: 0.875em;
}
.price_block .option{
	border-bottom:solid 3px #ffffff;
	border-top:solid 3px #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.option.field{
	margin-top:20px;
	margin-bottom:30px;
}

.price_block .required{
	color:#ffffff;
}

.price_block select{
	border:none;
	
}

.price_block .option{
	color:#ffffff;
}
.option li{
	margin-bottom:10px;	
}
.option li .label{
	width:100px;	
}

.price_block .btn,
.price_block .btn-txt,
.popup .btn{
	display: block;
}

.price_block .btn-txt{
	margin-top: 20px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}

select{	
    -webkit-appearance: none;
    position: relative; 
   
}
.select-wrapper{
	position: relative;		
}
.select-wrapper:after{
	position: absolute;
	font-family: 'icomoon' !important;
	content: "\e902";
	right:10px;
	top:10px;	
	pointer-events:none;
	font-size:1.2rem;
	color:#000000;
	transform: rotate(-90deg);
}
.item-gallery img{
	margin: 0 auto;
	max-height:480px;
}

.slider-nav.block{
	padding-top:10px;
	padding-bottom: 0;
}

.popup {
 position: relative;
background:#F2F2F2;
padding:20px;
width: auto;
max-width:600px;
margin: 0 auto;
box-sizing:border-box;
z-index:999999999;
border:solid 1px #636363;
  
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;    
   }
   
   
#cart-table th{
	font-size:1rem;
	color:#494949;
	font-weight:400;
	border-bottom: solid 2px #F2F2F2;
	
}

#cart-table td,
#cart-table th{
	text-align:center;
	padding:10px;
}



.cart-item-info{
	width:45%;
	text-align:left!important;
}

.cart-item-price,
.cart-item-quantity,
.cart-item-total{
	width:15%;
}

.cart-item-action{
	width:10%;
}

.cart-item-total{
	text-align:right !important;
}


.cart-row {
    border-bottom: solid 2px #F2F2F2;   
}

.cart-item-quantity input{
	border:solid 1px #000000;
}

.cart-item-action .icon{
	font-size:1.5rem;
}

.cart-footer{
	margin-top: 20px;
}

#cart-total td{
	padding:5px 10px;
	vertical-align:middle;
	box-sizing:border-box;
}

#cart-total .product-price {
    font-size:1em;
   
   
}

#cart-total .product-price.last{
	font-weight:700;
}

.total-line-name,
.total-line-price{
	text-align:right;	
}

.total-line-price{
	width:150px;
}

.total-line-name{
	font-size:1em;
	color:#494949;
	
}

input, select, textarea {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    border: none;
    font-size:0.875rem;
    border:solid 1px #000000;
    font-family: 'PT Sans', sans-serif;
}

.required {
    margin-bottom: 10px;
    display: block;
    color:#636363;
    font-size:0.875em;
   }

.error{
	color:red;
	font-size:0.688em;
}

.price.total{
	font-weight:700;
}

.check{
	position: relative;
	display: inline-block;	
	margin-left: 30px;	
}

.check.disply--block{
	display: block;
}

.check label {
  cursor: pointer;  
  position:relative;
  text-align:left;
  font-size:13px;
  
 
}
.check label:before, .check label:after {
  content: '';
  position: absolute;
  top:0;
 
}
.check label:before {
  left:-30px;
  width: 20px;
  height: 20px;
  margin: 0px 0 0;
  /*background: #ccc;*/
 border: solid 1px #000;
}
.check label:after {
  left:-26px;
  width: 12px;
  height: 12px;
  margin: 4px 0 0;
  opacity: 0;
  background:#000;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.check input[type="radio"],
.check input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
.check input[type="radio"]:checked + label:after,
.check input[type="radio"]:checked + label.error + label:after,
.check input[type="checkbox"]:checked + label:after,
.check input[type="checkbox"]:checked + label.error + label:after  {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.check label.error:before, .check label.error:after{
	content: none;
}

.check label.error{
	position: absolute;
	width:200px;
	left:-30px;
	bottom:-20px;
}

.style-input--round label:before, .style-input--round label:after {
  border-radius:50%;
} 

.row__{
	margin-left: -5px !important;
	margin-right: -5px !important;
}

.hide {
	display: none !important;
}

.col__ {
    padding-right: 5px !important;
    padding-left: 5px !important;
}


.info .label, 
.info .input{
	font-size:1em;
}

.info li{
	display: flex;
	padding-top:2px;
	padding-bottom:2px;
}

.info li .label{
	width: 150px;
	color:#636363;
}

.action{
	margin-top: 20px;
}

/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

#table td,
#table th{
	text-align:left;	
	padding:10px 5px;	
	font-weight:normal;
}



table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
  
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
 
  width: 8.5em;
  display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}


.dropdown-content {
  display: none;
  position: absolute;
  background: #ffffff;
  min-width:200px;
  border: solid 1px #F2F2F2;
  z-index: 1;
  padding:10px;
  box-sizing: border-box;
  left:-50px;
  text-align:left;
}

.dropdown:hover .dropdown-content {display: block;}


.dropdown-content a{
	font-size:0.875em;
	padding-top:10px;
	padding-bottom: 10px;
}

.dropdown-content .label{
	font-size:0.875em;
	margin-bottom:10px;
	display: block;
	border-bottom:solid 1px #F2F2F2;
	padding-bottom: 10px;
}

address{
	font-style:normal;
}

#captcha {
    max-height: 40px;
    width: 100%;
}

.badge{
position: absolute;
top:-8px;
right:0px;
background-color: #1D5CAA;
width: 18px;
height: 18px;
color: #fff;
border-radius: 50%;
text-align: center;
font-size: 10px;
line-height: 18px;
}

footer a{
	color:#ffffff;
}

.fw .txt{
	color:#ffffff;
}

.fw-link {
    display: block;
    font-size: 1em;
   }
.soc-icon{
	margin-top: 20px;
}   
.soc-icon li {
    display: inline-block;
}   
.soc-icon li a {
    padding: 5px;
    display: block;
    }

.soc-icon .icon{
	font-size:2rem;
}
.footer-bottom {
    background-color: #0d4984;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
   }
   
.sitemap{
  	display: inline-block;
  }
  
  .sitemap li{	
	padding:0px 20px;	
	box-sizing: border-box; 
	vertical-align:top;
	display: inline-block;
	font-size: 1rem !important;
	text-align:left;
}


.sitemap li a{
	color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom:solid 1px #999999;
	
}

.sitemap li ul li{
	display:block;
	padding-left:0px;
	padding-right:0px;
	
}

.sitemap li ul li ul li{
	padding-left:10px;
	padding-right:10px;
}


.sitemap li ul li a{
	color:#1D5CAA;
	border-bottom: none;
}

.sitemap li ul li ul li a{
	color:#2e3233;
	border-bottom:solid 1px #999999;
}


#modalContainer {
	background-color:rgba(0, 0, 0, 0.3);
	position:absolute;
  	top:0;
	width:100%;
	height:100%;
	left:0px;
	z-index:10000;
	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:relative;
	width:100%;
	max-width:600px;	  	
	border:1px solid #000;
	background-color:#F2F2F2;;
	background-repeat:no-repeat;
  	top:30%;
  	/*transform:translateY(-50%);*/
  	padding: 20px;
  	box-sizing: border-box;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	color:#FFF;
	
}

#alertBox h2 {
	text-align:center;
	margin-bottom: 20px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:0px auto ;
	padding:7px;
	border:0 none;
	width:100px;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#21456D;
	border-radius: 0px;
	text-decoration:none;
  outline:0!important;
}

