@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
/*------ template stylization ------*/
body {
  background: #ffffff;
      font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight:400;
  color: #616161;
  min-width:1170px;
}
a{
	color: #262032 ;
	/*text-decoration:undeline;*/
}
a:hover{
	color: #006c9c;
	text-decoration:none;
}
a:focus{
    outline:none;
}
img {
    max-width: 100%;
}
/* width */
html::-webkit-scrollbar {
	background: #fafafa;
  width: 15px;
}

/* Track */
html::-webkit-scrollbar-track {


}
 
/* Handle */
html::-webkit-scrollbar-thumb {
  background: #426197; 
}

/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
  background: #000000; 
}
.form-control {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fcfcfd;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
	font-family:inherit;
    outline: none;
}
.btn_call_to_action{
	display:inline-block;
    color: white;
	background: #426197;
    border-radius: 0;
    border: solid 1px #fff;
    padding: 0px 25px;
    line-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.btn_call_to_action:hover{
	    background: #eee;
		color:#333;
}
.wrapper{
	margin:0 auto;
	clear: both;
	/*background-color:#f5f5f5;*/
}
.ovhidden{
	overflow:hidden;
}
.row2 {
	margin:0 auto;
	max-width: 1200px;
  }

.fancy{
	margin-bottom:25px;
}
.btn{
	float:left;
	width:auto !important;
	margin-top:10px !important;
}
.btn:hover{
	background:#cccccc !important;
}
.ui-dialog{
	font-size:14px !important;
}
.success{
	background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
	margin-top:20px;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}


.rd-mobilemenu_ul {
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 13%;
  width: 100%;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 5px 25px;
   text-transform:uppercase;
}
.rd-mobilemenu_ul ul{
  list-style:none;
}
.rd-mobilemenu_ul a:hover {
  background: #1599ff !important;
  color: #FFF;
  text-decoration:none;
}
.rd-mobilemenu_ul ul a {
  padding-left: 0;
      text-transform: initial;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: white;
  color: #000;
  /*-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);*/
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 66px;
  right: 66px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display:none;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  right: 8px;
  width: 48px;
  height: 48px;
  background: transparent;
  border:none;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header{
	width:100%;
	float:left;
	
}
#header_top{
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	background:black;
	color:#60edb3;
	display:none;
}
.title_top{
	float:left;
	margin-left:30px;
}
.header_bottom{
	    display: grid;
	width:100%;
	float:left;
	text-align:center;
	background-color:#ffffff80;
	-webkit-box-shadow: -1px -3px 21px 1px rgba(0,0,0,0.37);
	-moz-box-shadow: -1px -3px 21px 1px rgba(0,0,0,0.37);
	box-shadow: -1px -3px 21px 1px rgba(0,0,0,0.37);
	    padding: 15px 0px;
}
#tphone{
	float:left;
	color:white;
	margin:20px 20px;
}
#tphone a{
	color:#426197;
}
#temail{
	float: left;
    font-size: 14px;
    margin: 20px 20px;
}
#temail a{
	color:#426197;
}
#box_header{
	width:100%;
	height:70px;
	float:left;
	margin-top:1px;
}
.header_bottom a{
	color: white;
}
.box_header_title{
	font-size:30px;
	line-height:70px;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}
.logo{
	display:block;
	float:left;
	position:relative;
	z-index:20;
}
.logo img {
	height:60px;
}
.logo_bottom{
	margin-top: -2px;
	float: left;
}
.contact_info i {
    float: left;
    font-size: 26px;
    width: 40px;
	    color: #546e7a;
}
.contact_info i.fa-envelope {
    font-size: 20px;
}
.contact_info div {
    float: left;
    font-size: 14px;
	    color: #546e7a;
}
.cur_date{
	color:#53b4ff;
}
.navb{
	text-align:center;
	    max-width: 1170px;
		    padding: 0px 10px;
    margin: auto;
	width: 100%;
}
.navr{
	text-align:right;
	float: right;
}
.socials_cont{
	width:100%;
	text-align:center;
}

.social{
	display:inline-block;
	margin-right:7px;
	margin-bottom:7px;
	width:31px;
	height:31px;
	background:#ffffff;
	border-radius:50%;
	font-size:20px;
	line-height:31px;
	text-align:center;
	color:black !important;
}

.social:hover{
	opacity:0.8;
}
.socialwhite{
	display:inline-flex;
	    margin-top: 8px;
}
.social img{
	padding-bottom:3px;
	width:20px;;
}
footer{
	background:white;
	padding-top:60px;
	border-top: 1px solid rgba(227,226,231,0.95);
	
}
.footer_bottom{
	width:100%;
	text-align:center;
	font-size:12px;
	/*color:#fff;*/
	padding:30px 0;
    background: #f8f8f8;
    /* border-top: 1px solid rgba(227, 226, 231, 0.95);*/
}
.footer_bottom a{
	/*color:#fff;*/
}

.footer_top{
	color:#000000;
	padding-bottom:30px;
	line-height:24px;
	font-size:14px;
}
.footer_top a{
	color:#546e7a;
	    display: block;
		line-height:1.5;
}
.footer_top a:hover{
	text-decoration:none;
	color:#426197;
}
.links a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.footer_top .social{
	display:inline-block;
}
.footer_top .footer_title{
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
	display: block;
    padding-bottom: 20px;
}
.footer_page_links{
	margin-bottom:15px;
	text-transform:uppercase;
}
.footer_top .footer_title a{
	color:black;
}
.page_title{
	width:100%;
	display:block;
	text-align:left;
	font-size:36px;
	font-weight:normal;

	color:#171717;
}
.categorypage_title{
	text-align:left;
	margin-top: 5px;
}
.page_subtitle{
	width:100%;
	display:block;
	text-align:left;
	font-size:24px;
	font-weight:normal;
	text-transform:capitalize;
	color:#546e7a;
}
.section_subtitle{
	width:100%;
	display:block;
	text-align:center;
	font-size:38px;
	font-weight:normal;
	text-transform:capitalize;
	color:#546e7a;
	position:relative;
	padding-bottom:30px;
}
.ulcatsside{
	list-style:none;
	padding-left:0px;
}
.ulsubcatsside{
	list-style:none;
	padding-top:1px;
	padding-bottom:1px;
	background-color:#f5f4f4;
	    padding-left: 38px;
}
.licatsside {
	font-weight:600;
	    font-size: 15px;
}
.licatsside_div{
	display:flex;
}
.textlink_f{
	/*padding-left:5px;*/
	padding:10px;
}
.lisubcatsside{
	padding:3px;
	background-color:white;
	    padding-left: 30px;
}
.togglebutton{
	    padding: 12px 12px;
    border: 1px solid #f5f4f4;
	    color: #426197;
	        cursor: pointer;
}
.togglebutton.fa-minus-square{
	background-color:#f5f4f4;
}
.content{
	width:100%;
	float:left;
	/*line-height:24px;*/
	font-size:14px;
}
.spacer{
	width:100%;
	clear:both;
}
.spacer5{
	width:100%;
	clear:both;
	height:5px;
}
.spacer10{
	width:100%;
	clear:both;
	height:10px;
}
.spacer20{
	width:100%;
	clear:both;
	height:20px;
}
.spacer30{
	width:100%;
	clear:both;
	height:30px;
}
.spacer100{
	width:100%;
	clear:both;
	height:100px;
}


.slideshow-wrapper{
	position:relative;
	float:left;
	width:100%;
	
}
@media (min-width: 768px) {
	.slideshow-wrapper{
	margin-top:90px;
	}
}
@media screen and (max-width: 1080px) {
  
   .rd-mobilemenu, .rd-mobilepanel {
    display: none;
   }
}  

@media (max-width: 1200px) {
	.owl-nav div.items_4{
		display:inline-block !important;
	}
}	

@media (max-width: 768px) {
	.owl-nav div.items_3{
		display:inline-block !important;
	}
}


@media (min-width: 980px) and (max-width: 1199px) {
	
	
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  body {
    padding-top: 80px;
	min-width:0px;
	min-height:0 !important;
  }
  .mobnopadding{
		padding-left: 0px!important;
    padding-right: 0px!important;
	}
  
  .navbar{
	  display:none;
  }
  .content{
	  min-height:100px;
  }
  
  .nav{
	  margin-bottom:0px;
  }
  
  .inner{
	  padding:0px;
  }
  .row-fluid [class*="span"]{
	  margin-left: 0;
  }
  .outside{
	  width:100%;
  }
  .rd-mobilepanel_title{
	  display:none;
  }
  #splash{
	  left:0px;
	  right:20px;
	  top:70px;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

.text_field{
	float:left;
	width: 48%;
}
.text_field{
	float:left;
	width: 100%;
}
.text_field input[type="text"]{
	float:left;
	width: 100%;
	background:white;
	box-sizing: border-box;
	height: 40px;
	font-size:15px;
}
select{
    -webkit-appearance: none;
-moz-appearance: none;
padding-right: 25px;
background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
background-repeat: no-repeat;
background-position: 95% 42%;
}
.text_field select{
	float:left;
	width: 100%;
	background:white;
	box-sizing: border-box;
	font-size:15px;
	color:#14295b;
	height: 40px;
}

.text_field input[type="radio"]{
	float:left;
	margin-right:10px;
}
.text_field label{
	font-size:14px;
}
.text_field textarea{
	float:left;
	width: 100%;
	background:white;
	box-sizing: border-box;
	padding:7px;
	font-size:15px;
	height:70px;
}



.pull-right{
	float:right !important;
}
.pull-left{
	float:left !important;
}

.styled-select {
   width: 100%;
   color:#14295b;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
   color: #828181;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
   color: #828181;  
}
input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #828181;  
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
   color: #828181;  
}
.button{
	width:217px;
	padding:18px 14px;
	color:white;
	text-transform:uppercase;
	background:#1599ff;
	font-size:18px;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	float:left;
    transition: background-color 0.5s ease;
}
.button:hover{
	background:#1767a4;
	text-decoration:none;
	color:white;
}
/* PAGINATIN */
.pagination_content{
	width:100%;
	float:left;
	margin:60px 0;
	text-align:center;
}
.pagination li{
	display: inline-block;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f4f4f4;
  border-color: #DDDDDD;
  color: inherit;
  cursor: default;
  z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
}
.hide{
	display:none !important;
}
.found{
	background:#f5f5f5;
	width:100%;
	margin:13px 0;
	float:left;
	font-size:16px;
}
.found_txt{
	float:left;
	padding:12px;
	text-transform:uppercase;
}
.sortby{
	width:200px;
	float:right;
	font-size:14px;
}
.copyright{
	float:left;
}
.webdesign{
	float:right;
}
label.error{
	color:red;
	float: left;
    font-size:12px;
    position: relative;
	width: 100%
}
.slide_icon{
	width:30px;
	height:30px;
	display:block;
	clear:both;
	float:right;
	background-image:url('../img/slide_icon.png');
}
.showmobile{
	display:none !important;
}
.ui-datepicker{
	z-index: 21474836470 !important;
}
.export_div{
	width:300px;
	margin:0 auto;
}
.export_div input{
	width:100%;
	box-sizing:border-box;
	padding:20px;
	font-size:14px;
}
.flexslider{
	background-color:transparent;
}
.slideshow_texts{
    position: absolute;
    color: #000000;
    top: 50px;
    left: 0;
    width: 1170px;
    margin-left: -585px;
    left: 50%;
    text-align: left;
    /* background-color: rgb(45 52 77 / 0.7); */
    padding: 0px 15px;
    text-align: center;
}

.slideshow_title{
	font-size:50px;
	line-height:50px;
	float:left;
	width:100%;
}
.slideshow_description{
	font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-top: 280px;
    color: #546e7a;
}
.slideshow_link{
	padding: 12px 26px;
	background-color: white;
	font-size:16px;
	text-transform:uppercase;
	    margin-top: 35px;
    display: inline-block;
	border:2px solid white;
	    
	
}
.slideshow_link:hover{
	background-color: white;
	color: #ffffff;
    background-color: #426197;
}

.flexslider .slides .slideimg {
	height:500px!important;
	object-fit:cover;
    overflow: hidden;
    /*opacity: 0.8;*/

}
.slideshow_box .slideshow_texts{
	display:none;
}
.slideshow_box .slide_link{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}	
.slideshow_box .single_link{
	width:100%;
	height:100%;
	display:block;
	float:left;
}
.slideshow_box .double_link{
	width:50%;
	height:100%;
	display:block;
	float:left;
}

.top_pages{
	width:100%;
	margin-top:30px;
	float: left;
}
.top_page{
	-moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
    float: left;
	clear:both;
	float:left;
	margin-top:15px;
}
.top_page:hover{
	opacity:0.8;
}
.top_page_icon{
	
    line-height: 112px;
    background-color: #426197;
    color: white;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    /*border: 2px solid white;*/
	margin:auto;
    margin-top: 7px;
    margin-bottom: 10px;
}
.top_page_icon i{
	padding-top:7px;
}
.toppagecol p{
	margin:0px;
	margin-top: 5px;
	    color: #ffffff;

}
.toppagecol a{
	margin-bottom: 3px;
	font-size:16px;
	font-weight:500;
	display: block;
	color: white;
	text-transform: uppercase;
}
.top_page_title{
	width:100%;
	float:left;
	color:#000;
	font-size:28px;
}
.top_page_title span{
	position:relative;
	top:28px;
}
.top_page_description{
	color:#000;
	width:100%;
	margin-top:30px;
	-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
	float:left;
}
.top_page_link{
	color:black;
	border-bottom:2px solid black;
	font-weight:bold;
}
.top_page_link:hover{
	border-bottom:0px solid black;
}

.boxes_container{
	float: left;
    margin-top: -300px;
	margin-bottom: -68px;
	width:100%;
}
.boxes_container_content{
	width:1920px;
	margin:0 auto;
}
.boxes{
	text-align:center;
	transform: rotate(-45deg) translateZ(0);
	-webkit-transform: rotate(-45deg) translateZ(0);
}	
.tpages2{
	padding: 75px 0;
    background: #F0F7EE;
    position: relative;
	text-align:center;
}	
.tpages2 a{
	font-size: 25px;
	color:black;
}	
.tpages2 .owl-carousel{
    background: none;
}	
.parallax{
	width:100%;
	padding: 140px 0;
	background: url('../img/parallax.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
}
.parallax:before{
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgb(0 0 0 / 30%);
}
.parallax_title{
	color:white;
    font-size: 44px;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	    z-index: 1;
    position: relative;
}

.box_info_content{
	transform: rotate(45deg) translateZ(0);
	-webkit-transform: rotate(45deg) translateZ(0);
	width:450px;
	height:438px;
	
}	
.box_container{
	display:inline-block;
	margin-bottom: 15px;
}
.box_image{
	width:450px;
	height:438px;
	overflow:hidden;
	display:inline-block;
	float:left;
}
.box_image img{
	transform: rotate(45deg) translateZ(0);
	-webkit-transform: rotate(45deg) translateZ(0);
	position: relative;
    left: -92px;
    top: -112px;
	max-width:none;
	-moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.box_image img:hover{
   transform: rotate(45deg) scale(1.05, 1.05) translateZ(0);
   -webkit-transform: rotate(45deg) scale(1.05, 1.05) translateZ(0);
}
.box_info{
	width:450px;
	height:438px;
	float:left;
}
.box_container_1 .box_info{
	background: url('../img/box_1.png') no-repeat center center;
	color:#f8f8f8;
}
.box_container_2 .box_info{
	background: url('../img/box_2.png') no-repeat center center;
	color:#3e3e3e;
}
.box_container_3 .box_info{
	background: url('../img/box_3.png') no-repeat center center;
	color:#3e3e3e;
}
.box_container_4 .box_info{
	background: url('../img/box_4.png') no-repeat center center;
	color:#f8f8f8;
}
.box_title{
	line-height: 48px;
	font-size:47px;
}
.box_container_2{
	margin-right:15px;
	position:relative;
}
.box_container_2 .box_image{
	-webkit-clip-path: polygon(100% 0, 100% 100%, 14% 100%, 14% 86%, 0 85%, 0 0);
	-ms-clip-path: polygon(100% 0, 100% 100%, 14% 100%, 14% 86%, 0 85%, 0 0);
	clip-path: polygon(100% 0, 100% 100%, 14% 100%, 14% 86%, 0 85%, 0 0);
}
.box_container_4 .box_image{
	-webkit-clip-path: polygon(100% 0%, 0 0%, 0% 100%, 0% 51%, 100% 154%);
	-ms-clip-path: polygon(100% 0%, 0 0%, 0% 100%, 0% 51%, 100% 154%);
	clip-path: polygon(100% 0%, 0 0%, 0% 100%, 0% 51%, 100% 154%);
}
.box_description{
	font-size:18px;
}

.boxes_inner_container{
	text-align:center;
	overflow:hidden;
	background: url('../img/box_inner.jpg') repeat-x center center;
}

.box_inner_title{
	font-size:24px;
	color:#9b9b9b;
	margin-top:12px;
	float:left;
	width:100%;
	 -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box_inner_image {
  transform: rotate(45deg) translateY(10px);
  width: 190px;
  height: 190px;
  overflow:hidden;
  text-align:center;
  margin-top:39px;
  margin-left: 48px;
  float:left;
}
.box_inner_image .box_inner_image_link img{
  transform: rotate(-45deg) translateY(-74px);
  max-width: 150%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box_inner_link{
	cursor:pointer;
}
.box_inner_link:hover .box_inner_image .box_inner_image_link img{
	max-width: 155%;
}
.box_inner_link:hover .box_inner_title{
	color:#6a3c74;
	text-decoration:none;
}

.elfix{
	width:44px;
	height:44px;
	background:#dac6a5;
	position:absolute;
	bottom:0;
	left:0;
}
.box_btn{
	font-size:11px;
	text-transform:uppercase;
	padding:15px 40px;
	display:inline-block;
	cursor:pointer;
	-moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.box_btn:hover{
	opacity:0.8;
	text-decoration:none;
}
.box_info .box_btn{
	background:#6a3c74;
	color:#ffffff;
}
#map-canvas{
	width:100%;
	height:400px;
}
#header_assets{
	float:right;
	right:0px;
	position:relative;
	z-index:3;
	margin-top: 3px;
}
#header_assets i{
	font-size:22px;
	color:#343842;
}
#header_assets i:hover{
	color:#ccc!important;
}
.cats{
	float: left;
    display: inline-block;
	/*margin:auto 4%;*/
    font-size: 15px;
}
.cats a{
		color:black;
	
}
.rd-mobilepanel_toggle:focus{
	
	outline:none;
}
.catheader a{
	color:white;
	    text-transform: uppercase;
	
	
}

.catheader a:hover{
	
	background-color:white!important;
	
}
.search_title {
    font-size: 16px;
    text-decoration: underline;
}
@media(max-width:1080px){
	.catheader a{
	
    font-weight: bold;
        margin-left: 32px;
    padding-left: 5px!important;
	
    }
}
#searchBtn{
	border-radius:0px;
	color: #fff;
    background-color: #30a5eb;
    border: none;
	padding: 13px;
	font-size:16px;
	width:100%;
	text-transform:uppercase;
	margin-top:15px;
	
}
#btn-search {
  float: left;
  margin: 12px 0 0 0px;
  position: static;
  text-align: center;
  width: 40px;
  z-index: 2;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 767px) {
    #btn-search {
      display: inline-block; } }

#search_but_id {
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  z-index: 3;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #search_but_id.current.active {
    z-index: 3; }
#tmsearch:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #2d344d transparent;
	position:absolute;
	top: -9px;
    right: 12px;
	content:'';
}	
#searchbox{
	margin:0px;
}
#tmsearch {
 background: #2d344d;
    display: none;
    margin: 0px;
    padding: 15px 15px;
    position: absolute;
    right: 0px;
    top: 70px;
    width: 250px;
    z-index: 3; }
  #tmsearch #tmsearchbox {
    position: relative;
    width: 100%; }
  #tmsearch .btn.button-search {
    background: #716f6d;
    border: none;
    color: #fff;
    display: inline-block;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #tmsearch .btn.button-search span {
      display: none; }
    #tmsearch .btn.button-search:hover {
      background: #a0a0a0;
      color: #fff; }
  #tmsearch #tm_search_query {
    background: #fff;
    border: 1px solid #ecebeb;
    display: block;
    height: 40px;
    width: 100%;
    margin-bottom: 0;
    padding: 6px 13px 7px;
    box-sizing: border-box;
    font-size: 13px; }

.btn {
	font-size: 13px;
}	
	
.current i.fa{
	color:#000;
	-moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.current i.fa:hover{
	color:#888 !important;
}	
	
#header-login {
  float: right;
  margin: 12px 0 10px 10px;
  position: relative; }
  #header-login .header_user_info i:hover {
	  cursor: pointer;
  }	  
  #header-login .header_user_info a {
    cursor: pointer;
    display: block;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #header-login .header_user_info a span {
      display: none; }
  #header-login .header_user_info.current a {
    color: #fff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

  #header-login .logout {
    overflow: hidden;
    margin-bottom: 0; }

#header-login-content:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #2d344d transparent;
	position:absolute;
	top: -9px;
    right: 18px;
	content:'';
}	
#header-login-content {
  background: #2d344d;
  color: #333;
  display: none;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  font-size: 12px;
  right: -18px;
  top: 48px;
  list-style:none;
  width: 240px;
  z-index: 2; }
#header-login-content a:hover{
  text-decoration:none;
	opacity:0.8;  }
  @media (max-width: 479px) {
    #header-login-content {
      right: -18px; } }
  #header-login-content .form-control {
        background: #fff;
    border: 1px solid #ecebeb;
    display: block;
    height: 40px;
    width: 100%;
    padding: 6px 13px 7px;
    box-sizing: border-box;
    font-size: 13px; }
  #header-login-content label {
    color: #888; }

    #header-login-content .logout .btn-default:hover,
    #header-login-content .submit .btn-default:hover {
      background: #716f6d; }
 
  #header-login-content li {
	color:#9b9b9b;
    margin: 0;
    padding: 4px 0; }
    #header-login-content li ul {
      margin: 0 0 10px; }
      #header-login-content li ul li {
        border-top: 1px solid #ecebeb;
        display: block;
        line-height: 35px; }
        #header-login-content li ul li:first-child {
          border: none; }
        #header-login-content li ul li a {
          color: #888;
          display: block;
          font-weight: 600;
          padding: 0 10px;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          #header-login-content li ul li a:hover {
            background: #716f6d;
            color: #fff; }
          #header-login-content li ul li a i {
            display: none; }	
.login_li{
	width:100%;
	display:block;
	padding-top:5px;
	color:white!important;
}
#header_login_form{
	margin-bottom:0px;
}


.shopping_cart {
  float: right;
  margin-left: 20px;
  margin-top: 12px;
  position: relative; }
.cart_block_top:hover:before {
    color: #a0a0a0; }
.cart_block_top:hover span {
    background: #888; }
.cart_block_top:hover {
    cursor:pointer; }

.cart_block_top {
  display: block;
  color: #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .cart_block_top span, .favorites_quantity {
    background: #a0a0a0;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -16px;
    width: 18px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .cart_block_top span.ajax_cart_product_txt,
  .cart_block_top span.ajax_cart_product_txt_s {
    display: none !important; }
  .cart_block_top b {
    display: none; }
.shopping_cart .ajax_cart_total {
  display: none !important; }
.shopping_cart .block_cart_expand:after, .shopping_cart .block_cart_collapse:after {
  color: #686666;
  content: "\f0d7";
  display: inline-block;
  float: right;
  font-family: "FontAwesome";
  font-size: 18px;
  padding: 6px 0 0; }
.shopping_cart .block_cart_collapse:after {
  content: "\f0d8";
  padding: 4px 0 2px 0; }

.cart_block:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    top: -9px;
    right: 18px;
    content: '';
}
.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 10px;
  top: 19px; }
.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #888888;
  display: block;
  width: 100%;
  height: 100%; }
  .cart_block .cart_block_list .remove_link a:before,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px; }
  .cart_block .cart_block_list .remove_link a:hover,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #333333; }
.cart_block .cart-images {
  float: left;
  margin-right: 20px;
  border: 1px solid #e7e7e6;
  padding: 9px;
  position: relative;
  background: white;
  padding: 4px; }
  .cart_block .cart-images img {
    max-width: 100%;
    height: auto; }
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 20px; }
  .cart_block .cart-info .product-name {
    text-align: left;	  
    padding-bottom: 5px; }
    .cart_block .cart-info .product-name a {
      font-size: 13px;
      line-height: 18px;
      display: inline-block; }
  .cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px; }
    .cart_block .cart-info .quantity-formated .quantity {
      font-size: 15px; }
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 20px;
  position: relative; }
.cart_block dd {
  position: relative; }
  .cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333333; }
    .cart_block dd .cart_block_customizations li {
      padding: 10px 20px; }
      .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
        position: absolute;
        right: 10px; }
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px; }
.cart_block .cart-prices {
  border-top: 1px solid #e7e7e6;
  font-weight: bold;
  padding: 10px 20px 22px 20px; }
  .cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #d6d5d5;
    padding: 7px 0; }
    .cart_block .cart-prices .cart-prices-line.last-line {
      border: none; }
.cart_block .cart-buttons {
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  margin: 0;
  background: #f6f6f6; }
  .cart_block .cart-buttons .btn {
    margin-bottom: 10px; }

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
.cart_block {
  background: #2d344d;
  color: #888;
  display: none;
  height: auto;
  position: absolute;
  right: -19px;
  top: 48px;
  width: 270px;
  z-index: 100; }
  .cart_block dl a {
    color: #888; }
    .cart_block dl a:hover {
      color: #e6e6e6; }
  .cart_block .cart_block_list .remove_link a,
  .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #888;
    outline: none;
    text-decoration: none; }
    .cart_block .cart_block_list .remove_link a:hover,
    .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
      color: #333; }
  .cart_block .price {
    color: #888; }
  .cart_block dt {
    }
    .cart_block dt.first_item {
      background: none; }
  .cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px; }
    .cart_block .product-atributes a {
      color: #888; }
      .cart_block .product-atributes a:hover {
        color: #333; }
  .cart_block .cart-prices {
    border: none;
    background: #474c5f; }
  .cart_block .cart-buttons {
    background: repeat-x; }
	.block_content {
  margin-bottom: 0; }

.cart_block #cart_block_summary,
.cart_block .title_block span,
 .cart_block h4,
 .cart_block .title_block,
 .cart_block h4 {
  display: none; }

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
  float: right; }

.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px; }
  .cart_block table.vouchers tr td {
    padding: 2px; }
    .cart_block table.vouchers tr td.quantity {
      margin-right: 5px;
      min-width: 18px; }
    .cart_block table.vouchers tr td.delete {
      padding-left: 0;
      padding-right: 0;
      text-align: right;
      width: 15px; }		
.button-full{
	width:100% !important;
}	
a.btn-sm {
	color:#000 !important;
}

.payment_notice{
	font-size: 13px;
    font-style: italic;
}
.payment_logos{
	width:100%;
	text-align:center;
}
.field{
	width:100%;
	margin-bottom:15px;
	float: left;
}	
.field input[type=text], .field input[type=password], .field textarea, .field select{
    font-size: 14px;
    width: 100%;
    border: 1px solid #ccc;
    background: #fcfcfd;
    border-radius: 0px;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
}
.field input:focus, .field textarea:focus{
	outline:none;
}

.field textarea{
	padding-top: 10px;
    height: 120px;
}
.smform label{
	font-weight:normal;
}
.field_title{
	font-style:italic;
	font-weight:bold;
}

#header_assets.header_assets_box{
	float:right;
	position:relative;
	z-index:3;
	width:600px;
}
.login_title{
	position:relative;
	top:-5px;
}
.header_user_info{
	cursor:pointer;
}
#header_assets.header_assets_box i{
	font-size:28px;
}

.header_favorite_info, .header_user_info{
	cursor:pointer;
	color:#000;
}	
.header_favorite_info:hover, .header_user_info:hover{
	color:#ccc;
}
#search_but_id{
	color:#000000;
}

#header_assets.header_assets_box #header-login {
    margin-right: 40px;
}
#search_but_id2{
	float:left;
	margin-top:15px;
}
#searchBtn2{
	float:left;
	background: white;
    border: 0px;
    height: 40px;
}
#searchBtn2 i, #searchBtn2 i:hover{
	color:#b0b0b0;
}
#search_but_id2 .form-control{
	width:auto;
	float:left;
	height:40px;
	border: solid 0px black;
}
#header-favorites{
	float:right;
	margin: 22px 40px 10px 10px;
	position:relative; 
}
#header_assets .cart_block_top span{
	top: -6px;
    left: 17px;
	background:#565656;
}
.favorites_quantity{
	top: -6px;
    left: 17px;
	background:#565656;
}
#header_assets.header_assets_box .shopping_cart{
	margin-left:0px;
}


.btn-clean{
	background:none;
	border-radius:0;
	border:solid 1px #fff;
	padding:0px 25px;
	line-height:50px;
	font-size:16px;
	text-transform:uppercase;
	-moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-clean:hover{
	background:#eee !important;
}
.smform{
	width:350px;
	margin:0 auto;
}
.products_list{
	/*text-align:center;*/
}
.products_list .col-sm-3{
	margin-bottom:30px;
}
.products-slider .col-sm-3{
	padding:0px;
	margin:0px;
	width:100%;
}
.product_title{
	margin-top:14px;
	margin-bottom:7px;
	text-transform:capitalize;
	font-size:16px;
	padding:0 10px;
	color:#616161;
	font-weight:600;
	font-family: sans-serif;
	line-height: inherit;

	
}
.category_title{
	margin-top:10px;
	text-transform:uppercase;
	font-size:18px;
	line-height:normal;
}
.product_price{
	font-weight:600;
    color: black;
	padding:10px;
}
.price{
	font-size:14px;
	
}
.old_price{
	text-decoration: line-through;
	font-size:13px;
}
.btn-clean-bord{
    float: none;
    color: white;
    background-color: #426197;
    border-radius: 48px;
    padding: 14px 30px;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-clean-bord:hover{
    color: #fff;
        background-color: #006592!important;
}
.product_pic, .category_pic, .news_pic{
	width:100%;
	display:block;
	position:relative;
	overflow: hidden;
}
.product_pic img, .category_pic img, .news_pic img {
	-moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.product_index_pic{
	position:relative;
}
.banners_vertical{
	padding:0px;
	text-align:center;
}
.news_title{
	font-size: 18px;
    line-height:normal;
    margin-top: 10px;
    margin-bottom: 15px;
}
.news_shdescription{
	color: #546e7a;
}
.news_date{
	float:left;
	margin-bottom:10px;
	    color: #a7b0b4
}

.favorite.btn-add{
	color:black;
	cursor:pointer;
	border: 1px solid #6a3c74;
}
.favorite.btn-added, .favorite.btn-added:hover{
	color:white;
	cursor:pointer;
	border: 1px solid #6a3c74;
	background:#6a3c74 !important;
}
.favorite{
	display:inline-block;
	float:none;
}
.favorite_product_code{
	width:180px;
}
.favorite_table img, .favorite_product_pic{
	width:80px;
}
.favorite_table img:hover{
	opacity:0.8;
}
.mfControls {
	vertical-align: top;
}
.product_pic .promo, .category_pic .promo{
    text-align:center;
	z-index:2;
	font-size:11px;
	background:#6a3c74;
	color:white;
	text-transform:uppercase;
	line-height: 209px;
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -60px;
	right: -60px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	
}
.banner_horizontal_1{
	text-align:center;
}
.banner_horizontal_2{
	text-align:right;
}
.page_content{
	text-align:justify;
}
.newsletter{
	
	width:100%;
	
	background:url('../img/newsletter-2.jpg') center top;
	background-size: cover;
	clear:both;
	float:left;
}
.newsletter .nlabel, .newsletter .nlabel a{
	
	text-align:left;
	color:white;
}
.newsletter .nlabel{
	
	width: inherit;
}

.newsletter_title{
	margin-top:35px;
	font-size:48px;
	color:#fff;
	text-transform:uppercase;
}
.newsletter_note{
	font-size:20px;
	color:#fff;
	
    margin: 20px auto 34px;
}
.newsletter_form{
	clear:both;
}
#subscribeBtn{
	background-color: #426197;
    margin-top: 0px !important;
    padding: 15px 55px;
    height: 50px;
    text-transform: uppercase;
    border-radius: 25px;
    border: 1px solid #426197;
	color:white;
}
#subscribeBtn:hover{
	
	background-color:#006592!important;
	border:1px solid #006592;
}
.newsletter_field{
	width: 50%;;
}
#newsletter_email{
	    border-radius: 50px;
    padding-left: 25px;
    border: 1px solid #ffffff33;
    background: #ffffff33;
    height: 50px;
	color:white;
}
#newsletter_email::placeholder{
	color:white;
}
.subcategories{
	margin-top:30px;
	text-align:center;
}
.breadcrumb_border_bottom{
	border-bottom: 1px solid #f3f3ed;	
    margin-bottom: 20px;
}
.breadcrumb{
	    background: transparent;
    padding: 20px 0px;
    font-size: 14px;
    text-align: center;
	margin-bottom: 0px;
	text-transform:uppercase;
    
	
}
.breadcrumbs_title{
	    background: url('../img/breadcrumbs.jpg') bottom;
    background-size: cover;
	display:grid;
	text-align:center;
	padding:55px 0;
	    margin-top: 80px;
	color:white;
	    text-transform: capitalize;
		    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.breadcrumbs_title h1{
	font-size:38px;
}

.breadcrumb a{
	color:#888787;
}
.breadcrumb_container {
    width: 100%;
    float: left;
}
.product_gallery{
	position:relative;
	overflow:hidden;
}
.product_info{
	float:left;
}

.product_title_view{
	width:100%;
	display:block;
	text-align:left;
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;
	color:#171717;
	position:relative;
	padding-bottom:30px;
}

.filt_ind{
	text-align:center;
}
.filt_ind img{
	border-radius:50%;
}
.filt_ind span{
	margin-top:10px;
	display:inline-block;
}	


.product_info .product_price{
	     margin-top: 10px;
    float: left;
    line-height: 40px;
    text-align: center;
    width: 50%;
    display: block;
}
.product_info .price{
	font-size:20px;
}
.product_info .old_price{
	font-size:20px;
}
.product_custom_info{
	font-size:14px;
	text-transform:uppercase;
	margin-top:20px;
}
.version_link{
	width:100%;
	text-align:center;
	float:left;
	margin-bottom:30px;
	margin-top:-10px;
	font-size:12px;
}
.available_F{
	width:21px;
	height:24px;
	display:inline-block;
	background:url('../img/available_F.jpg') no-repeat;
	margin-left:15px;
	position:relative;
	top:3px;
}
.available_T{
	width:21px;
	height:24px;
	display:inline-block;
	background:url('../img/available_T.jpg') no-repeat;
	margin-left:15px;
	position:relative;
	top:3px;
}
.product_availability{
	margin-top:15px;
}
.product_gallery_thumbs{
	/*height:77px;*/
}
.product_gallery_thumbs a{
	width:20%;
	/*height:77px;*/
	float:left;
	display:inline-block;
	border:1px solid white;
	/*margin-left:1px;*/
	margin-bottom:1px;
}
.product_gallery_thumbs a img{
	height:77px;
	object-fit:cover;
	width: 100%;
}
.product_quantity{
	
	display:flex;
	margin-top:10px;
	float:left;
	clear:both;
}
.product_quantity input{
	line-height:45px;
	height:40px;
	border-top:1px solid #eceff1;
	border-bottom:1px solid #eceff1;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	    background-color: #eceff1;
		    text-align: center;
			box-shadow:initial;
}
#button-cart{
	background-color: #00b06c;
	border:2px solid #00b06c;
	border-radius:25px;
	    text-align: center;
		width:100%!important;
}
#button-cart:hover{
	background-color:white!important;
	border:2px solid #00b06c;
	color:#00b06c;
	border-radius:25px;
	    text-align: center;
}
.product_quantity .btn{
	margin-top: 0px !important;
	height:40px;
	background:#eceff1;
	border-radius: 0;
	color:black;
	border:0px solid #eceff1;
}
.product_quantity .bootstrap-touchspin-up{
	border-radius:25px;
}
.product_quantity .bootstrap-touchspin-down{
	border-radius:25px;
}
.product_buttons{
	width:100%;
	clear:both;
	margin-top:10px;
	float:left;
}
.lang_quantity{
	text-transform:uppercase;
	line-height:40px;
	    padding-right: 15px;
		    float: left;
}
.product_buttons .btn{
	width:250px !important;
	text-align:left;
	font-size:14px;
	border-radius:0px;
	background:#2d2b29;
	color:#fff;
	border:1px solid #fff;
	-moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product_buttons .btn:hover{
	color:#2d2b29;
}
.product_buttons .favorite{
	background:#ffffff;
	color:#2d2b29;
	border:1px solid #6a3c74;
	margin-top: 16px !important;
}
.product_buttons .favorite i{
	color:#6a3c74;
}
.product_buttons i{
	font-size:28px;
}
.product_buttons span{
	position:relative;
	top:-5px;
}
.product_buttons .favorite span{
	left:8px;
}
.socialsharing_product{
	width:100%;
	margin-top:10px;
	float:left;
	padding-top:15px;
	    border-top: 1px solid #f3f3ed;
}
.socialsharing_product .social_btn{
	float: left;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    line-height: 40px;
    border-radius: 50%;
    background: #262626;
    text-align: center;
    color: white;
}
.socialsharing_product .social_btn:hover{
	cursor:pointer;
	opacity:0.8;
}
.socialsharing_product .social_btn i{
	font-size:22px;
	line-height:31px;
}
.product_phone{
	width:100%;
	margin-top:17px;
	float:left;
	font-size:20px;
}
.product_phone i{
	font-size:36px;
}
.product_phone a{
	color:#000000;
}
.product_phone span{
	left:0px;
}
.tabs_container .nav-tabs > li > a {
    color: #555;
	font-size:18px;
	border-radius: 15px 15px 0 0;
	padding: 10px 25px;
}
.tabs_container .nav-tabs > li.active > a, .tabs_container  .nav-tabs > li.active > a:hover, .tabs_container  .nav-tabs > li.active > a:focus {
    background-color: #426197;
    border: 1px solid #f3f3ed !important;
	color:white;
}
.tabs_container .nav-tabs{
    border-bottom: 2px solid #f3f3ed !important;
	margin-bottom:20px;
	margin:auto;
}
.nav-tabs > li > a:hover {
   border-bottom: 1px solid #f3f3ed !important;
}
.firstpic{
	float:left;
	margin-right:20px;
}
.filters{
	width:100%;
}
.filters td{
	width:50%;
	padding:5px;
}
.filters tr:nth-child(odd) {background: #f1f1f2}
.filters tr:nth-child(even) {background: #f8f8f8}

.filters td:first-child {width:30%;}
.filters td:last-child {width:70%;}

.mytable td, .mytable2 td, #tblCart td, #tblCart th{
	padding:8px;
	vertical-align: middle;
}

.table thead td{
	text-transform:uppercase;
	font-weight:bold;
	color:#323232!important;
	font-size:13px;
	background-color:#F9F9F9;
}
.table th,.table td{
	padding:20px;
	border-color:#D7D7D7;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}	
.gwd-img-7og1 {
  position: absolute;
  z-index:10000;
}
.gwd-gen-oa91 .gwd-gen-pm9ogwdanimation {
  -webkit-animation: gwd-gen-pm9ogwdanimation_animation 0.8s linear 0s 1 forwards;
  -moz-animation: gwd-gen-pm9ogwdanimation_animation 0.8s linear 0s 1 forwards;
  animation: gwd-gen-pm9ogwdanimation_animation 0.8s linear 0s 1 forwards;
}
.btn-danger.delete{
	float:right;
	height:45px;
	border-radius:0px;
	    margin-top: 5px!important;
}
.img-thumbnail{
	border:0px;
	border-radius:0px;
}
.quantable{
	width: 200px;
}
.noborderradius{
	border-radius:0;
}
#coupon_code{
	width:180px;
	float:left;
	height: 32px;
    font-size:13px;
}
.table-total td{
	vertical-align:middle !important;
}
.use{
	float:left;
	margin-left:10px;
	margin-top:0 !important;
}
#frmCheckout legend {
    padding-bottom: 10px;
	text-align:center;
}	
#frmCheckout{
	width:100%;
	max-width:700px;
	margin:0 auto;
}
.mytable{
	width:100%;
}
.myorders2{
	background-color:#eaeaea;
	width:100%;
}
.order_header td{
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	background:black;
}
.mytable tr:nth-child(odd) {background: #f1f1f2}
.mytable tr:nth-child(even) {background: #f8f8f8}
.myorders2 td{background: #e0e0e0}
.myorders2 .order_header td{background: #d4d3d3; color:black;}
.c_wide_title{padding: 5px;font-weight:bold;text-transform:uppercase;background:#c5c4c4}
.viewfavorite.btn-added{
	background:#6a3c74;
}
.viewfavorite.btn-added i, .viewfavorite.btn-added span{
	color:#ffffff;
}
.pagination_div{
	width:100%;
	text-align:center;
}
.product-helpers select{
	padding:8px 5px;
	position: relative;
    top: -6px;
}
ul.sn{
	width: 100%;
    margin: 0;
    padding: 0
}
ul.sn > li {
	 border-bottom: solid 1px #ccc;
}	
ul.sn .active {
	  text-transform: uppercase;
}	
ul.sn li {
	list-style-type:none;
	float: none;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    line-height: 18px;
    margin-bottom: 0;
    padding: 9px 0;
    position: relative;
}
ul.sn li a{
	color: #426197;
    display: block;
    text-decoration: none;
	font-weight:bold;
	padding: 5px;
    background: #f5f5f5;
}
ul.sn li a:after{
	font-family: "FontAwesome";
    content: "\f078";
    height: 14px;
    position: absolute;
    right: 6px;
    position: absolute;
    top: 13px;
}
ul.sn li ul li a:after{
	background: none;
}
ul.sn li ul li a{
	 font-size: 12px;
	 font-weight:normal;
	 color:#333333;
}

ul.sn li ul li a:hover{
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.4);
}
ul.sn li a:hover:after {
	background-position: right 0;
}
ul.sn .acitem {
	padding:0;
}
.clear_filters{
	font-size:12px;
	display:none;
}
.nobold{
	font-weight:normal;
}
#unsubscribeBtn{
	margin:0px !important;
	padding: 7px 10px;
}
.me{
	font-size:13px;
}
.filter_more{
	font-size:12px;
	color: #cc3036;
}
.filter_more:hover{
	cursor:pointer;
}
.morsubcatpics a{
	width:32%;
	float:left;
}
.morsubcatpics .second{
	margin:0 2%;
}
.news_iframe iframe {
    display: inline-block;
    float:left;
	    margin-right: 20px;
    margin-bottom: 20px;
}
#map-iframe iframe {
    display: block;
    width: 100%;
}
embed, iframe, object {
    max-width: 100%;
}

.isStuck {
	z-index:99;
	margin:0;
	-webkit-box-shadow:0 5px 5px 0 rgba(0, 0, 0, .1);
	box-shadow:0 5px 5px 0 rgba(0, 0, 0, .1);
	    background-color: white;
}
.isStuck .info-row{
	display:none;
}
.isStuck .cats {
    display: inline-block;
}
.isStuck #header_assets {
    
}	
.isStuck .nav.sf-menu {
	margin-top:0!important
}
.isStuck nav.tm_navbar .sub-menu>ul {
    top: 74px;
}


.isStuck #welcome {
    display:none;
}	
.isStuck nav.tm_navbar {
    margin: 2px 0;
}
.isStuck .menu_container {
    height: auto;
	padding: 5px 0;
}
#header_top .tcats{
	display:none !important;
}
.header_bottom .activeLink{
	background: white;
    color: #426197!important;
}
.selfilters{
	display:none;
}
.main_pic{
	float:left;
}
.main_pic.fancy{
	margin-bottom:10px;
}
.title_top2{
	width:100%;
	text-align:center;
	background:#000;
	color:white;
	float:left;
	padding:20px 0;
}
.ctcat{
	width:100%;
	
	margin: auto;
    max-width: 1200px;
}
.catsbial{
	background-color:#426197;
	max-width: 100%;
}
.catcont{
    width:100%;
	background-color: #064183;
	margin: auto;
    max-width: 1200px;
}
.cat_title{
    font-size: 26px;
    font-weight: bold;
    margin-top: 15px;
}
.cat_shdescription{
    font-size: 14px;
    margin-top: 5px;
    padding-bottom: 15px;
}
.cat_title a{
	color:black;
}
.ctcat .btn{
	margin-top:20px !important;
}
.leftalign{
	text-align:left;
}
.ulsubsub{
	list-style-type:none;
}
.subsub{
	display:none;
}

@media (max-width: 1680px) {
	.boxes_container_content {
		width: 1920px;
		position: relative;
		left: 50%;
		margin-left: -1026px;
	}

}	
@media (max-width: 1366px) {
	.boxes_container_content {
		margin-left: -1077px;
	}

}	
@media (max-width: 1200px) {
	.boxes_container_content {
		margin-left: -1100px;
	}

	.copyright{
		width:100%;
		text-align:left;
	}
	.webdesign{
		margin-top:15px;
		width:100%;
		text-align:left;
	}
	
	.content{
		padding-left:15px;
		padding-right:15px;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
	}
	
}	
@media (max-width: 1023px) {
	  .rd-mobilemenu_ul .showmobile{
		display:inline-block !important;
	}
	
}	
@media (max-width: 979px) {
	.isStuck {
	display:none!important
	}
	
}	
@media (max-width: 767px) {
	.breadcrumb_border_bottom{
		display:none;
	}
	.newsletcol{
		text-align:left;
	}
	.product_custom_info{
		display:inline-block;
	}
	.ulcatsside{
		display:none;
	}
	.header_bottom i {
    font-size: 22px;
    }
    .newsletter_title{
        font-size:32px;
    }
	#btn-search {
		margin: 22px 0 0 20px;
	}
	#header-login {
		margin: 22px 0 10px 10px;
	}
	.shopping_cart {
		margin-top: 22px;
	}
	.footer_top{

		padding-right: 10px;
	}
	.footer_top a{
		padding-right: 15px;
		display: inline-block;
		font-size:16px;
	}
	.footer_top .social{
		margin-top: 15px;
	}
	.contact_info div {
		float: left;
	}
	.contact_info i {
		float: left;
	}
	
	.product_gallery_thumbs a{

	width: 25%;
	}
	.logo_bottom {
		float: none;
	}
	/*.page_content{
		text-align:left;
	}*/
	.page_content > *{
		text-align:left!important;
	}
	.col-sm-4 {
		width:100%;
		float:left;
	}	
	.top_page {
		width:100%;
		float:left;
		margin-bottom:10px;
	}	
	.top_page_description {
		margin-top: 20px;
	}
	.flexslider .slides .slideimg {
		height:auto!important;
	}
	.slideshow_texts {

    bottom: auto;
    top: 10%;
	}
	.header_bottom .cats {
		display:none;
	}
	.rd-mobilemenu, .rd-mobilepanel {
		display: none;
	  }
	#header_assets {
	position: absolute;
    right: 65px;
    top: 3px;
    z-index: 1;
	}  
	.catheader a {
    color: white;
	}
	.logo {
		display: block;
		float: left;
		position: relative;
		z-index: 300000000;
		/*margin-left: -80px;*/
		left: 0px;
		/*left: 50%;*/
	}
	.title_top {
		margin-left: 20px;
	}
	#tphone {
		
	}
	.header_bottom{
		padding:0;
		background-color: #ffffff;
		    height: 80px;
		
	}
	#tphone a {
		color: #000000;
	}
	#temail a {
		color:  #000000;
	}
	.content_container{
		/*padding: 0 10px;*/
	}
	.cattitle{
		background:black;
		color:white;
		text-align:center
	}
	
	.categories{
		/*margin-left: -32px;*/
		padding:0px;
	}
	.rd-mobilemenu_ul .cattitle{
		display:none;
	}
	.rd-mobilemenu_ul .categories{
		display:none;
	}
	.activeLink a{
		color:white;
	}
	.rd-mobilemenu_ul .categories li{
		padding: 0 15px;
	}
	.selfilters{
		display:block;
	}
	.selfilter{
		float:left;
		margin-right:20px;
		white-space: nowrap;
	}
	.product_gallery {
		margin-bottom: 30px;
	}
	.tabs_container li{
		width:100%;
	}
	.prodfilt{
		margin-top:40px
	}
	.filt_ind{
		margin-bottom:30px;
	}
	.mobhide{
		display:none;
	}
	.firstpic {
		margin-right: 0;
	}
	.parallax_title {
        font-size: 36px;
        text-align: center;
	}	
	.cat_item {
		
	}
	.newsletter{
		width:100%;
		height:auto;
	}
	#newsletter_email{
	border-radius:25px;
	padding-left: 25px;
    }
	#subscribeBtn{
		border-radius:25px;
		margin-bottom:15px;
	}
	.newsletter_field{
		width:100%;
	}
	.othercontainer {
    width: 100%!important;
    
   }
   .nomobile{
	   display:none;
   }
   #header_assets i {
  
    color: black;
   }
 
}	
.topofferpic img{
	    max-height: 235px;
    width: 100%;
    object-fit: cover;
	   /* border-radius: 5px 5px 0px 0px;*/
		
}
.shadow{
-webkit-box-shadow: 0px 5px 10px 0px rgba(186,177,186,1);
-moz-box-shadow: 0px 5px 10px 0px rgba(186,177,186,1);
box-shadow: 0px 5px 10px 0px rgba(186,177,186,1);
}
.topoffer{
	margin-bottom: 20px;
	display:table;
	display:flow-root;
    -moz-box-shadow: 1px 1px 13px 1px rgba(52,66,81,0.1);
    box-shadow: 1px 1px 13px 1px rgba(52,66,81,0.1);
	background-color:white;
	
	
}
.topoffer:hover{
box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
transition: box-shadow 0.5s ease;
}
.news_pic{
	height: 270px;
}
.news_pic iframe{
	height: 270px;
}
.homenewsimg{
	height: 270px;
    width: 100%;
    object-fit: cover;
}
.homenews{

	background-color:white;

}
.btn_topnews{
	color:#426197;
	text-transform:uppercase;
	    float: right;
}
.topstranici{
	/*transform: translateY(-70px);*/
	background-color:#426197;
}
.top_page_subtitle{
	color:white;
	text-align:center;
	font-size:24px;
	    font-weight: 400;
}
.first_info_row{

}
.first_info_desc{
	background:#d2eafc;
	background:linear-gradient(180deg, rgba(210,234,252,1) 0%, rgba(240,248,255,1) 40%, rgba(255,255,255,1) 85%);
}
.first_info_desc_white{
	background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
}
.first_info_desc_col{
	padding: 35px 45px 25px 45px;
}
#home_page_counters_container {
	    background-color: #2d344d;
	margin:auto;
	display:none;
}
.counter_td{
	border-left:1px solid;
	padding: 30px 0;
}
.counter_td:last-child{
	border-right:1px solid;
}
.count-number{
	color:white;
}

.count-letter{
	color:#ffffff99;
}
.toppagecol{
  
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 20px 0px 20px 0px;
}
/*Търсачка*/
.searchcontainer{
	    position: absolute;
    width: 60%;
    padding: 30px;
    margin: 20%;
        background: rgba(255,255,255,0.6);
}
.othercontainer{
	width:20%;
	padding:1%;
	    float: left;
}
.search-select{
	width:100%;
	min-height:40px;
	    color: black;
        padding: 10px;
        background-color:white;
        border:1px solid #a9a9a9;
}

.search-btn{
	width:100%;
	min-height:40px;
	background-color:#064183;
	color:white;
	    border: none;
}
.search-btn:hover{
	background-color:#006592;
}
.product_pic img{
	min-height:200px;
}
@media (max-width: 1600px){
	.searchcontainer{
	    position: absolute;
    width: 80%;
    padding: 30px;
    margin: 10%;
	margin-top:20%;
        background: rgba(255,255,255,0.6);
}
}
@media (max-width: 1200px){
	body {
		min-width:100%;
	}
	#home_page_counters_container{
		display:none;
	}
	.newsletter .nlabel, .newsletter .nlabel a {
		width:auto;    
}
	.slideshow_title{
		font-size:24px;
	}
	.slideshow_description{
		font-size:16px;
		margin:auto;

	}
	.slideshow_link {

		margin-top: 15px;

	}
	.searchcontainer{
	    position: relative;
    width: 100%;
    padding: 15px;
    margin: auto;
	margin-top:auto;
        background: none;
    }
	.toppagecol {
    
    min-height: 150px;
    /* width: 100%; */
    padding: 30px;
    border-radius: 5px;
    margin: 13px 0px;
   }
}
@media (max-width: 1100px){
	.othercontainer {
    width: 50%;
    
   }
   .mediasearch{
	   width:100%;
   }
}
.newshort{
    padding: 0 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 55px;
	font-size: 13px;
}
.townsview{
	
	    color: black;
    font-size: 16px;
	   /* border: 1px solid;
    margin: 5px;

	padding-left: 5px;*/
	
}
p.townsview{
	/*width:20%;*/
	float:left;
	    
	
}
@media screen and (max-width: 1080px) {
   p.townsview{

	  float:left;
	      margin-bottom: 0px;
   }
   #tphone{
	       margin-right:100px;
   }
}  

@media screen and (max-width: 780px) {


}
@media screen and (min-width: 780px) {
	.hidedesc{
		display:none;
	}

}
@media screen and (min-width: 480px) {
	#catskriy{
		display:none!important;
	}

}
@media screen and (max-width: 480px) {
	
	.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span{
		background-color: #426197;
	}
   p.townsview{
	

   }
      .product_info {
    padding: 0px;
    width: 100%;
   }
   #tphone{
	       margin-right:20px;
   }
   .breadcrumbs_title{
	   display:none;
   }
   .breadcrumb > li {
	   
   }
   .breadcrumb_container{
	   padding:15px;
   }
   .product_title_view{
	   font-size:18px;
   }
   .breadcrumb{
	   display:none;
   }
   
} 
.h3dati{
	    font-size: 18px;
    
    
    color: #064183;
    
	margin-top:7px;
	    padding-bottom: 10px;
  
	    margin-bottom: 0px;
	
}
.zadati{
	border: 1px solid;
}
#priceBox{
	padding:0px;
	
}
.marsh{
	
	    padding: 0px;
}
.catheader .activeLink a{

	background-color: white;
	color:#1e538f;

}
.catheader .activeLink a:hover{
    color: #343842 !important;
}
.nopadding{
	padding:0px;
}
.indexproducttitle{
	
}
.product_datata{
	width: 50%;
    float: left;
	padding: 0 5px;
	    color: #2196F3;
}
.homedatata{
	width: 50%;
    float: left;
	padding: 0 10px;
	color: #2196F3;
}
.customprice{
	
    
	    margin-bottom: 5px;
}
.product-helpers{
	display:none;
}
.indexproducshort{
	padding: 0 10px;
	font-size: 13px;
}
/*За Резервация*/
.fieldres1{
	    width: 40%;

    float: left;
	color:black;
	    text-align: right;    
		padding-right: 10px;
}
.fieldres2{
	    width: 60%;
    margin-bottom: 15px;
    float: right;
	    color: black;
}
.fieldres2 input{
	min-width: 50%;
}
.fieldres2 select{
	min-width: 50%;
	padding: 4px;
}
.fieldres2 textarea{
	min-width: 50%;
}
.fieldres3{
	min-width: 60%;
    margin-left: 40%;

}
.home_header{
	position: fixed;
    top: 0px;
    z-index: 3;
    border-bottom: 1px solid #0000001a;
	background-color:white;
}
.pages_header{
	position: fixed;
    top: 0px;
    z-index: 3;
    border-bottom: 1px solid #0000001a;
	background-color:white;
}
@media screen and (max-width: 480px) {
	.fieldres1 {
    width: 100%;
	float:none;

    text-align: center;
    }
	.fieldres2 {
    width: 100%;
	float:none;

    text-align: center;
    }
	.fieldres2 input{
	    width: 100%;
	}
	.fieldres2 select{
		width: 100%;
		padding: 4px;
	}
	.fieldres2 textarea{
		width: 100%;
	}
	.fieldres3{
		width:100%;
		margin:auto;
	}
	.resgrey{
		background-color: #f3f3f3;
		    padding: 5px;
	}
	.footer_top .footer_title{
    padding-top:25px;
    padding-bottom: 10px;
    }
}
.flex{
	display:flex;
}
.center{
	text-align:center;
	
}
.black{
	color:black;
}
.othercontainer2{
	    width: 33.22%;
		padding: 1%;
		float: left;
}
.spacetarsene{
	width:100%;
	height:30px;
}
@media (max-width: 1100px){
	.othercontainer2 {
		width: 50%;
	}
}
@media (max-width: 767px){
    .othercontainer2 {
        width: 100%!important;
    }
	.spacetarsene{
		display:none;
	}
}
.cvetizprati{
        background-color: #426197;
    color: white;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #006c9c!important;
}
.nav-tabs > li > a:focus{
	color: white!important;
}
.white{
    color:white!important;
}
.datecart{
	white-space:nowrap;
}
#payment_method{
    -webkit-appearance: button;
}

.snserarch{
	display:inline-flex;
}
.snserarch .parent_filter{
	    width: 33.33%;
        margin: 15px;
	    border-bottom: 0px;
}
ul.snserarch li a {
    color: black;
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    background: white;
    border: 1px solid #a9a9a9;
}
ul.snserarch li a:after{
	right: 20px;
    top: auto;
	    content: "\f0dd";
}

.noboxshadow{
	box-shadow:none;
}
ul.snserarch .acitem{
	    position: absolute;
    z-index: 1;
	padding-left:15px;
	padding-right:15px;
    background-color: white;
    width: 100%;
        padding: 0px 10px;
	    border: 1px solid darkgrey;
    border-top: 0px;
	
}
.bootstrap-touchspin .input-group-btn{
    vertical-align:baseline;
}
.dropdowncat  {
	display:none!important;
	    position: relative;
		    text-align: left;
}
.dropdowncat  a{
	display:block;
}
.dropdowncat  a span{
	display:block;
	    z-index: 1;
    background-color: #064183;
    position: relative;
	    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	padding-top:10px;
}
.dropdowncat_more{
	cursor:pointer;
	    float: left;
	color:white;
	padding-top:17px;
	padding-bottom:17px;
	text-transform:uppercase;
	position: absolute;
}
.dropdownli{
	display:inline-block;
	cursor: pointer;
    float: left;
    color: white;
    padding-top: 17px;
    padding-bottom: 17px;
    text-transform: uppercase;
	    padding-left: 10px;
    padding-right: 10px;
	    min-width: 180px;
}
.dropdowncat a span:hover{
	background-color: #235a98
}
.dropdownlitext{
	padding-left: 10px;
	padding-right: 10px;
	    text-align: left;
    display: block;
}
/*.dropdowncat_more:hover .dropdowncat{
	display:block!important;
}*/
.dropdownli:hover .dropdowncat{
	display:block!important;
}
.product_title_view_mob{
    display:none;
}
#lang_bar{
	float:right;
	margin-top: 10px;
    margin-left: 5px;
	display:flex;
}

.active_lang{
	/*color: #006c9c!important;
	text-decoration:underline;*/
}
.lang_box{
	width: 40px;
}

.current_lang{
	font-size: 14px;
    text-transform: uppercase;
    height: 40px;
    line-height: 38px;
    color: #343842;
	    cursor: pointer;
		font-weight:500;
}
.link_box{
	position:absolute;
	width: 40px;
	    display: grid;
}
.lang_box .lang_links {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
    padding-top: 0px;
    color: #ffffff;
    background-color: #2d344d;
	display:none;
	font-weight:500;
}
.lang_links:hover{
	text-decoration:underline;
}
.lang_box .lang_links:first-child {
  padding-top: 10px;
}
.cart{
	margin-top:150px;
}
#frmCheckout{
	margin-top:90px;
}
.tablink_h2{
	font-size: 18px;
    margin: 0px;
    line-height: 1.42857143;
}
.newsinf_bred{
	font-size: 38px;
}

.page2_div a{
    color: #39312f;
    font-size: 16px;

    display: inline-block;
}
.page2_link{
	width: 80%;
    padding: 5px 10px;
	text-decoration:none;
}
.page3_div a{
	text-transform: none;
	 padding-bottom: 10px;
}
.page3_div_box{
	padding-top: 10px;
	padding-left: 20px;
	background-color:white;
	display:none;
	

}
.page3_open{
	width: 20%;
    height: 30px;
    position: absolute;
    cursor: pointer;
	padding-top: 5px;
    padding-right: 15px;
    text-align: right;
	font-size: 20px!important;
}

.page2_div.hidesedcat{
	background: #426197;
}
.page2_div.hidesedcat a{
	color:white;
}
.hidesedcat .page3_div_box{
	display:block;
	-webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
	

}
.page2_div:hover{
	background: #426197;
}
.page2_div:hover a{
	color:white;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.go_margin_up{
	margin-top:-70px;
}

.report_filelinks{
	    color: #337ab7;
    font-size: 16px;
}
@media (min-width: 768px){
	
	.navbar-nav {
		float: right;
	}
}
@media (max-width: 767px){
	.current_lang, .lang_links{
		font-size:16px!important;
	}
	.parallax{
		background-position: inherit!important;
		margin-bottom: 15px;
	    padding: 100px 0;
	}
	.go_margin_up{
		padding:0px;
		margin-top: 0px;
	}
	#cssmenu{
		display:none;
	}
	.responsive td{
		width: 100%!important;
		display: block;
	}
	#tblCart td{
		white-space:nowrap;
	}
	.topstranici{
		transform: inherit;
		padding-top: 20px;
	}
	.toppagecol {
		padding: 0px;
		min-height: auto;
		text-align:center;
		    margin-bottom: 30px;
	 }
	 .toppagecol a{
		display: inline-block;
		vertical-align: middle;
		margin-bottom:0px;
		    display: block;
	 }
	 .toppagecol p {

		margin-top: 0px;
		margin-bottom:20px;
	}
	.page_title.search{
		padding-bottom:20px;
	}
	.smform {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	#frmCheckout{
		margin-top:auto;
	}
	#frmCheckout .col-sm-9{
		padding-left:0px;
		padding-right:0px;
	}
	#frmCheckout .col-sm-3{
		padding-left:0px;
		padding-right:0px;
	}
	#frmCheckout legend {
	
		text-align: left;
	}
	.cart{
		margin-top:auto;
	}
	.cart .tblCart .image{
		width:100px;
	}
	.quantityflex{
		display:inline-flex;
	}
	.tblCart .product_quantity{
		min-width:110px;
	}
	.cart .tblCart .product_quantity input {

		padding: 0px;
	}
    .lang_quantity{
		display:none;
	}
	.page_title{
		text-align:left;
	}
	#lang_bar {
        margin-top:12px;
        margin-left:50px;
        float:left;
    }
    #lang_bar a{
        color:white!important;
    }
	.flex-direction-nav{
		display:none;
	}
    .active_lang{
    	color: #262032!important;
    	text-decoration: none;
    }
    .product_title_view_mob{
		display: block;
		font-size: 18px;
		padding-bottom: 30px;
	}
	.product_title_view {
		display: none;
	}
	.snserarch {
		display: block;
	}
	.snserarch .parent_filter{
	    width: 100%;
		    margin: 0px;
  
	}
	.cat_content{
	    padding: 0px 15px;
	}
	.top-catsbtn{
	    margin: 0px 15px;
	}
	.socialwhite {
        display: none;
        margin-top: 12px;
    }
	ul.snserarch li a:after{
	right: 15px;

	}
	.dropdownlitext{
		display:none;
	}
	.dropdowncat{
		display:block!important;
	}
	.dropdownli{
		padding:0px;
	}
	.dropdowncat a span{
		padding:0px;
		background-color:transparent;
	}
	.dropdowncat_more{
		padding:0px;
	}
	.home_header{
		border-bottom:0px;
	}
	.pages_header{
		border-bottom:0px;
	}
}
.table_div table td, .table_div table th{
	    padding: 5px 10px;
}

.white_noprice {
	color:white;
}
#mainul{
	list-style:none;
	display:flex;
}
.first_sub{
	font-size: 15px;
    line-height: 18px;
	font-weight:500;
}
#mainul > .first_sub > a {
	padding-left:8px;
	padding-right:8px;
	    padding-top: 20px;
		text-transform:uppercase;
}

.first_sub a {
    position: relative;
    color: #343842;

}
.first_sub:hover > a{
	color: #006c9c;
}
/*.fullfixn {
    position: fixed;
    width: 100%;
    left: 0px;
    display: flex;
    z-index: 1;
}*/
.fullfixn {
    position: absolute;
    width: auto;
    left: 0px;
    display: flex;
    z-index: 1;
}
.first_sub:hover .secondnav_box {
    display: block;
}
/*.secondnav_box {
    width: 1170px;
    margin: auto;
    max-height: 400px;
    position: relative;
    display: none;
    list-style: none;
    zoom: 1;
    z-index: 11;
    background: #2d344d;
    padding: 30px;
    padding-top: 0px;
    text-align: left;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}*/
.secondnav_box {
    width: 250px;
    margin: auto;
    
    position: relative;
    display: none;
    list-style: none;
    zoom: 1;
    z-index: 11;
    background: #2d344d;
    padding: 10px 20px;
    padding-top: 10px;
    text-align: left;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}
.second_sub {
    /*width: 25%;*/
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    border-top: 1px solid rgb(255 255 255 / 50%);
}
.second_sub:first-child {
	border-top: 0px solid rgb(255 255 255 / 50%);
}
.second_sub a {
    color: white;
    font-size: 14px;
	/*text-transform: uppercase;*/
}
.thirdnav_box {
    position: relative;
    list-style: none;
    zoom: 1;
    z-index: 11;
    background: #2d344d;
    padding: 15px 0px;
    margin: 0;
    text-align: left;
}
.third_sub {
    display: block;
    width: 100%;
}
.third_sub a {
	padding: 2px 0;
    margin: 0;
    float: none;
    font-size: 14px;
    color: #8f96af;
	text-transform: none;
}
#mobile-menu-icon {
	width: 32px;
    height: 26px;
    padding: 4px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    cursor: pointer;
    display: none;
    transition: 0.3s !important;
}
#mobile-menu-icon>div {
    width: 100%;
    height: 3px;
    background-color: #000000;
}
.mobilemenuc {
    background-color: white;
    overflow-y: scroll;
    height: 100vh;
    width: 100%;
    color: white;
    top: 0px;
    position: fixed;
    z-index: 9999999999;
	    display: none;
}
.mobilemenucclose {
    padding: 15px;
    padding-right: 25px;
    display: block;
    font-size: 22px;
    background-color: #426197;
    text-align: right;
}
.firslevelbox {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
}
.mobilemenuc a {
    color: #666666;
}
.firstllink {
    padding: 15px;
    display: block;
    font-size: 18px;
    width: 80%;
}
.firslevelbox .openmob_icon {
    width: 50px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    margin-left: auto;
    margin-right: 15px;
    color: #666666;
}
.openmob_icont_hree {
    width: 50px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    margin-left: auto;
    margin-right: 15px;
    color: #666666;
}
.openmob_icont_hree span {
    padding-left: 10px;
    font-size: 26px;
    vertical-align: text-bottom;
}
.openmob_icon span {
    padding-left: 10px;
    font-size: 26px;
    vertical-align: text-bottom;
}
.secondlevelm {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: white;
    top: 0px;
	z-index: 1;

}

.backsondmenu {
    padding: 15px;
    display: block;
    font-size: 18px;
    background-color: #426197;
}
.leftarrow_nest {
    padding-right: 15px;
}
.secondllink {
    padding: 15px;
    display: block;
    font-size: 18px;
}
.secondlevelbox{
	    display: flex;
    border-bottom: 1px solid #e1e1e1;
}
.backthirdmenu {
    padding: 15px;
    display: block;
    font-size: 18px;
    background-color: #426197;
}
.thirdlevelm{
	display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: white;
    top: 0px;
	z-index: 2;

}
.thirdllink {
    padding: 15px;
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
}
.pinfshow {
    display: block;
}
.shopping_cart{
	display:none;
}
#header-login{
	display:none;
}
/*png icons*/
.videomp4{
	background-color:white;
}
.png_1::before{
	content:'';
	background: url('../img/icons/png_1.png');
}
.png_2::before{
	content:'';
	background: url('../img/icons/png_2.png');
}
.png_3::before{
	content:'';
	background: url('../img/icons/png_3.png');
}
.png_4::before{
	content:'';
	background: url('../img/icons/png_4.png');
}
.png_5::before{
	content:'';
	background: url('../img/icons/png_5.png');
}
.png_6::before{
	content:'';
	background: url('../img/icons/png_6.png');
}
.pngi::before{
	content: '';
	width: 45px;
	height: 50px;   
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 45px 50px;
    background-position: center;
}
.top_page_icon .pngi {
	padding-top:10px;
}
@media (max-width: 767px){
	
	.top_page_icon .pngi {
		padding-top: 2px;
	}	
	#mobile-menu-icon {
		
		display: flex;
		position: fixed;
		right: 15px;
		top: 40px;
		transform: translateY(-50%);
		transition: 0.3s;
	}
	.first_info_desc_col{
		padding:25px 15px 30px 15px;
	}
}