/*===== Common Class =====*/
 
body {
	padding:0  !important ;
	margin: 0   !important;
	font-size:16px;
	color:#666;
	font-style: normal !important;
 
}
html { 
	-webkit-font-smoothing: antialiased;
	margin-top:0 !important; 
}
*
{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
img{
	padding: 0;
	margin: 0;
	border: 0;
	max-width:100%;
}
*{
	padding: 0;
	margin: 0;
	outline: none;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-style: normal;
}
ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-style: normal;
}
a, a:hover, a:focus {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:focus,select:focus{outline: none;}

a, input, button, textarea {
	outline: none !important;
}
:focus {
	outline: none;
}


/*===== Common Class =====*/
.float_none{
	float:none !important; 
}

.main_wapper{ 
	width:100%; 
	float:left;
}

/*=========================================*/
/* Bootstrap Class Overwrite */
/*=========================================*/
.navbar-toggle {
	border:0;
	margin:20px;
	padding:0;
	float:right;
	border-radius:0px;
}
.navbar-toggle:hover {
	background: none !important;
}
.navbar-toggle .icon-bar {
	height: 3px;
	background: #3bb6b1 !important;
}
.navbar-toggle:hover .icon-bar, 
.navbar-toggle:focus .icon-bar {
	background: #e83555 !important;
}
.navbar-toggle:focus {
	background: none !important;
}

/*=========================================*/
/* Main Header */
/*=========================================*/

#header{
	float:left;
	width:100%;
}
.header_wapper{
	width:100%;
	float:left;
	padding:0;
	position:relative;
	z-index:9999;
}
.main_header{display:inline-block; width:100%; padding:30px 90px 0; }
.main_header .logo{display:inline-block; width:auto; padding:0 140px 0 70px; border-right: solid 1px #818181; float:left;}
.main_header .logo a{display:inline-block; width:auto;}
.main_header .logo a img{display:inline-block; width:auto;} 

.contact_link{display:inline-block; width:500px; padding:0 0 0 90px;}
.contact_link ul{display:inline-block; width:100%; margin:3px 0 0 0; }
.contact_link ul li{display:inline-block; width:100%; font-family: 'Poppins-Light'; font-size:18px; color:#000; margin-bottom:20px;}
.contact_link ul li:last-child{margin-bottom:0;}
.contact_link ul li i{display:inline-block; width:auto; margin-right:35px;}
.contact_link ul li i img{display:inline-block; width:auto;}

.right_block{float:right; width:auto;  position:relative; margin:20px 0 0 0;}
.right_block > ul{float:left; width:auto;}
.right_block > ul > li{float:left; width:auto; margin-right:55px;}
.right_block > ul > li > a.search_icon{float:left; width:auto; padding:8px 0 8px 59px; background:url(../images/search.png) no-repeat left center; color:#737373; font-size:18px; font-family: 'Poppins-Light';}
.right_block > ul > li > a{float:left; width:auto; padding:0; font-size:24px; font-family: 'Poppins-Light'; color:#737373;}

/*.search_bar{position:absolute; left:-130px; top:0; width:300px; opacity:0; visibility:hidden;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}*/
.search_bar{float:left; width:300px; margin-right:30px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/*.search_bar.active{opacity:1; visibility:visible;}*/
.search_bar form{float:left; width:100%; position:relative;}
.search_bar form .search_input{float:left; width:100%; height:35px; padding:0 15px; border:solid 1px transparent; font-size:16px; font-family:'Poppins-SemiBold';
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.search_bar form .search_input:focus{border:solid 1px #c1c1c1;}
/*.search_bar form .search_input::-webkit-input-placeholder { color: #fff; text-align:center;  font-size:18px;}
.search_bar form .search_input::-o-placeholder { color: #fff; text-align:center;  font-size:18px;}
.search_bar form .search_input:-ms-input-placeholder {color: #fff; text-align:center;  font-size:18px;}
.search_bar form .search_input:-moz-placeholder {color: #fff; text-align:center; font-size:18px;}*/

.box::-webkit-input-placeholder {
    color: #c1c1c1; text-align:center; font-family: 'Poppins-SemiBold';  font-size:18px; opacity:1; background:#fff url(../images/input_search.png) no-repeat left 50px center; opacity:1; text-transform:capitalize;
}
.box:-moz-placeholder {
    color: #c1c1c1; text-align:center; font-family: 'Poppins-SemiBold';  font-size:18px; opacity:1; background:#fff url(../images/input_search.png) no-repeat left 50px center; opacity:1; text-transform:capitalize;

}
.box::-moz-placeholder {
    color: #c1c1c1; text-align:center; font-family: 'Poppins-SemiBold';  font-size:18px; opacity:1; background:#fff url(../images/input_search.png) no-repeat left 50px center; opacity:1; text-transform:capitalize;

}

.box:-ms-input-placeholder {
	color: #c1c1c1; text-align:center; font-family: 'Poppins-SemiBold';  font-size:18px; opacity:1; background:#fff url(../images/input_search.png) no-repeat left 50px center; opacity:1; text-transform:capitalize;
}



.search_bar form .button_sub{position:absolute; right:1px; top:1px; width:33px; height:33px; background:#fff; border:none;}

.lang_box{float:left; width:40px; position:relative; margin-right:35px;}
.lang_box span{float:left; width:100%; font-size:18px; color:#14425e; font-family: 'Poppins-SemiBold'; padding:0 0 8px 0;}
.click-me {
    background: url(../images/down-arrow.png) no-repeat 0 bottom;
	background-size: 18px auto;
}
.dropdown-menu-inner {
    position: absolute;
    left: 0px;
    top: 20px;
    left: 0px;
    display: none;
	padding:10px 0 0 0;
	background:#fff;
}
.dropdown-menu-inner li {
    display: inline-block;
    width: 100%;
}
.dropdown-menu-inner li a {
    color: #14425e;
    font-size: 14px;
	font-family: 'Poppins-SemiBold';
}
.lang_box:hover .dropdown-menu-inner {display: block;}
.menu_icon{float:right; width:85px; padding:0; text-align:center; }
.menu_icon a{ width:85px; display:inline-block; padding:9px 12px 60px; text-align:center; float:left;}
.menu_icon a.active{padding:9px 12px 57px;}
.menu_icon a span{float:left; width:40px; height:2px; background:#000; 
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.top, .middle, .bottom{
	display:inline-block;
	width: 40px;
	height: 2px;
	background-color: #000;
	margin: 4px 0 4px 10px;
	transition: 0.4s;
	border-radius: 2px;
}

.menu_icon a span:last-child{margin-bottom:0;}
.menu_icon a.active span.top{-webkit-transform: rotate(-45deg) translate(-6px, 5px); transform: rotate(-45deg) translate(-6px, 5px); height:3px;}
.menu_icon a.active span.middle{opacity:0}
.menu_icon a.active span.bottom{-webkit-transform: rotate(45deg) translate(-10px, -8px); transform: rotate(45deg) translate(-10px, -8px); height:3px;}
#header .menu_bar {
    position: fixed;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    width:590px;
    right: -150%;
	max-width:100%;
    top: 145px;
	text-align:center;
	/*border:solid 1px rgba(0,0,0,0.25);*/
    background: rgba(255,255,255,0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#header.active .menu_bar{right: -100%; top:57px; }
#header .menu_bar.active{right: 0;}
#header.active .menu_bar.active{right:0; top:57px; }

.menu_bar .top_menu{display:inline-block; width:100%; text-align:center; padding:80px 0;}
.menu_bar .top_menu ul{display:inline-block; width:100%;}
.menu_bar .top_menu ul li{display:inline-block; width:100%; margin-bottom:21px;}
.menu_bar .top_menu ul li:last-child{margin-bottom:0;}
.menu_bar .top_menu ul li a{font-size:22px; color:#14425e; display:inline-block; width:auto; text-transform:capitalize; border-bottom:solid 1px transparent; line-height:30px; font-family: 'Poppins-Bold';}
.menu_bar .top_menu ul li.current-menu-item a{font-size:28px; border-bottom:solid 1px #14425e;}
.menu_bar .top_menu ul li a:hover{ font-size:28px; border-bottom:solid 1px #14425e;}


.menu_bar .bot_menu{display:inline-block; width:100%; text-align:center;}
.menu_bar .bot_menu h2{font-size:24px; display:inline-block; width:100%; font-family: 'Poppins-Bold'; color:#14425e; margin-bottom:20px;}
.menu_bar .bot_menu ul{display:inline-block; width:100%;}
.menu_bar .bot_menu ul li{display:inline-block; width:100%; margin-bottom:8px;}
.menu_bar .bot_menu ul li:last-child{margin-bottom:0;}
.menu_bar .bot_menu ul li a{font-size:18px; color:#737373; font-family: 'Poppins-SemiBold'; display:inline-block; width:auto; text-transform:capitalize; border-bottom:solid 1px transparent; line-height:30px;}
.menu_bar .bot_menu ul li a:hover{ font-size:24px; border-bottom:solid 1px #14425e;}

.action_block{float:left; width:100%; background:#eaeaea; padding:10px 160px;}
.action_block p{float:left; width:auto; font-size:18px; /*font-family: 'Poppins-Regular';*/}
.action_block p a{display:inline-block; margin:0 0 0 5px; font-size:20px; color:#14425e; font-family: 'Poppins-Bold';}


.sticky_header{display:inline-block; width:100%; background:#eaeaea; position:fixed; left:0;  top:-80px; padding:10px 60px;  opacity: 0; visibility: hidden; z-index:100;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
header.active .sticky_header{top:0; opacity:1; visibility: visible;}
.sticky_header .h_logo{float:left; width:auto; padding-right:60px; border-right:solid 1px #717171; margin-right:60px;}
.sticky_header .h_logo a{float:left; width:auto;}
.sticky_header .h_logo a img{float:left; width:auto;}
.sticky_header .action{display:inline-block; width:auto; margin:3px 0 0 0;} 
.sticky_header .action p{display:inline-block; width:auto; font-size:18px; color:#000; font-family: 'Poppins-Regular'; vertical-align:top;}
.sticky_header .action p a{display:inline-block; width:auto; font-size:20px; color:#14425e; text-transform:uppercase; margin-left:5px; font-family: 'Poppins-Bold';}

.sticky_header .action .blog_blk,
.action_block .blog_blk{display:inline-block; width:auto; margin-left:0px;}
.sticky_header .action .blog_blk span,
.action_block .blog_blk span{display:inline-block; width:auto; font-size: 20px; color: #14425e; font-family: 'Poppins-Bold'; float:left; }
.sticky_header .action .blog_blk a,
.action_block .blog_blk a{display:inline-block; width:auto;  color:#14425e; padding:0 5px; margin-left:8px;   float:left;}
.sticky_header .blog_blk a span.arrow,
.action_block .blog_blk a span.arrow{border:solid 1px #14425e; border-radius:3px; margin-left:5px; padding:0 3px;}


.right_side_block{float:right;}
.sticky_links{display:inline-block;}
.sticky_links ul{display:inline-block; width:auto;}
.sticky_links ul li{display:inline-block; width:auto; font-size:16px; color:#000;  font-family: 'Poppins-Light'; margin:0 63px 0 0; line-height:24px;}
.sticky_links ul li img{display:inline-block; width:auto; margin-right:15px;}


.right_side_block > .menu_icon{float:right; width:85px; padding:0; text-align:center; }
.right_side_block > .menu_icon a{ width:85px; display:inline-block; padding:0px 12px 0px; text-align:center; float:left;}
.right_side_block > .menu_icon a.active{  padding:0px 12px 0;}
.right_side_block > .menu_icon a span{float:left; width:40px; height:2px; background:#000; 
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.top, .middle, .bottom{
	display:inline-block;
	width: 40px;
	height: 2px;
	background-color: #000;
	margin: 4px 0 4px 10px;
	transition: 0.4s;
	border-radius: 2px;
}



/*=========================================*/
/* Main Banner */
/*=========================================*/
.banner_wapper{
	float:left;
	width:100%;
	 
}
.home_banner{ width:100%; float:left; position:relative; min-height:565px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.home_banner:after{ width:100%; float:left; opacity:0.28; position:absolute; left:0px; top:0px; height:100%; content:''; background:#000;  }
.slider_blk{display:inline-block; width:100%; position:relative; min-height:565px; background-repeat:no-repeat; background-position:center center; background-size:cover;}


.slider_blk img{display:inline-block; width:100%; position:absolute;}
.inner_slide{display:inline-block; width:100%; position:absolute; left:0px; top:50%; text-align:center; transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.bnnner_slider { color:#fff; z-index:1000; position:absolute; left:0px; top:50%; text-align:center; width:100%; transform:translateY(-50%); -webkit-transform:translateY(-50%);  }
.inner_slide h4{ padding:0 0 50px; font-family: 'Poppins-Bold'; font-size:60px; text-shadow:#000 0px  2px 4px;  display:inline-block;width:100%;   }
.inner_slide p{ font-family: 'Poppins-Medium'; font-size:22px; display:inline-block;width:100%;   }
.sub-links{ padding:50px 0 0 0; display:inline-block; width:100%;}
.sub-links a{ position:relative; height:40px; line-height:38px; padding:0 50px 0 20px; border:#fff solid 1px; font-size:20px; color:#fff;  font-family: 'Poppins-SemiBold'; display:inline-block; width:auto; min-width:250px; color:#14425e;  }
 
.sub-links a img { margin:0 0 0 0px; width:26px; display:inline-block !important; max-width:26px;}
.sub-links a span{ display:inline-block; font-size:20px; color:#fff; 
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
 .sub-links a .fa{color:#fff; margin:0; position:absolute; left:85%; top:9px;
 -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
 .sub-links a:hover{background:#fff; color:#14425e;}
 .sub-links a:hover span{ opacity:0; backface-visibility:hidden; visibility:hidden;}
  .sub-links a:hover .fa{left:50%; right:auto; transform:translateX(-50%); -webkit-transform:translateX(-50%); color:#14425e;}
.home_banner .owl-dots { position:absolute; right:0px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); width:15px; right:30px; }
.home_banner .owl-dots .owl-dot{ height:12px; width:12px; border:#fff solid 1px; border-radius:100px; margin:5px 0; float:left; }
.home_banner .owl-dots .owl-dot.active { background:#fff; }


.sticky_sidebar{position:absolute; left:-250px; top:50%; width:540px; height:45px; background:#fff; transform:translateY(-50%) rotate(-90deg); -webkit-transform:translateY(-50%) rotate(-90deg); text-align:center; z-index:9998;}

.sticky_sidebar span{font-size:18px; color:#14425e; display:inline-block; width:auto; line-height:44px;}
.sticky_sidebar span:hover{cursor:pointer}
.sticky_sidebar_block{position:absolute; left:-100%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); width:510px; height:540px; background:rgba(255,255,255,0.80); border:solid 1px #000; z-index:9999;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;}
.sticky_sidebar_block.active{left:0;}
.inner_search{display:inline-block; width:100%; }
.inner_search .close_window{float:left; width:100%; text-align:right; padding:15px 0 0 0;}
.inner_search .close_window a{float:right; margin-right:15px;}
.inner_search .search_wapper{float:left; width:100%; padding:40px 40px 0;}


.search {
  margin-bottom: 30px;
  float:left; width:100%;
  
}

.search input[type=text]{float:left; width:100%; height:36px; padding:0 20px; border:solid 1px #000; background:url(../images/search_icon_map.png) no-repeat right 25px center;}
.items{float:left; width:100%;}
#myMenu{float:left; width:100%; height:120px !important; overflow-y:auto}
#myMenu li {
	float:left; 
	width:100%;
	padding: 5px;
  	text-transform:capitalize;
}

#myMenu > li > a{float:left; width:100%; font-size:16px; color:#000; font-family: 'Poppins-Light';}

.items p{float:left; width:100%; font-size:14px; color:#000; font-family: 'Poppins-Light';}
.items span{float:left; width:100%; font-size:18px; color:#14425e; font-family: 'Poppins-SemiBold'; padding:50px 0 0 0;}
.items span img{display:inline-block; margin-right:10px;}
/*=========================================*/
/* Main Content */
/*=========================================*/
#section{
	float:left;
	width:100%;
	background:#fff;
}
.section_wapper{
	width:100%; 
	float:left;
	padding:0;
	position:relative;
	z-index:9997;
}

.icon_block{ padding:68px 0 ; width:100%; display:inline-block;}
.icon_block ul{ width:100%; display:inline-block;}
.icon_block  ul li { width:16%; float:left; text-align:center; }
.icon_block  ul li  a{ width:100%; display:inline-block;}

.icon_block  ul li  a i{ display:inline-block; width:91px; background-repeat:no-repeat; height:58px; background-position:left top; }
.icon_block  ul li  a span{ padding:10px 0 0 0; font-family: 'Poppins-Medium';  display:block; font-size:18px; color:#737373; text-transform:uppercase; }
.icon_block  ul li  a i{
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.icon_block  ul li  a:hover i{ background-position:left bottom;  

}
.icon_block  ul li  a:hover span{ color:#14425e; }

.icon_block  ul li.active  a i{ background-position:left bottom;}
.icon_block  ul li.active  a span{ color:#14425e; }


.counter_block{ display:inline-block; width:100%;}
.counter_block.onas{ display:inline-block; width:100%; padding:0 0 50px 0;}
.counter_block h3{ padding:0 0 100px; font-family: 'Poppins-SemiBold'; text-align:center; font-size:26px; color:#14425e; display:inline-block; width:100%;}
.ct_box{ width:100%; display:inline-block; text-align:center; }
.ct_box strong{  font-family: 'Poppins-Bold'; font-size:90px; color:#14425e; font-weight:normal; width:100%; display:inline-block; line-height:1;}
.ct_box span{ width:100%; display:inline-block; font-family: 'Poppins-Light'; padding:30px 0 0 0;}

.home_full_block{ padding:110px 0 0 0; display:inline-block; width:100%;}
.home_full_block img{  display:inline-block; width:95%;}
.home_full_block .details_box{ padding:0 0 0 5%; display:inline-block; width:100%;}
.home_full_block .details_box p{ display:inline-block; width:100%; font-size:16px; line-height:28px; }
.home_full_block .details_box p strong{ font-weight:normal;  font-family: 'Poppins-Medium';}

.sub-links-blue{ padding:20px 0 0 0; display:inline-block; width:100%;}
.sub-links-blue a{ height:32px; line-height:28px; padding:0 20px; text-align:center; border:#14425e solid 1px; font-size:18px; color:#14425e; display:inline-block; width:auto; min-width:250px; position:relative;  }

.sub-links-blue a span{ display:inline-block; font-size:20px; color:#14425e; 
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.sub-links-blue a .fa{color:#14425e; margin:0; position:absolute; left:88%; top:6px;
 -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.sub-links-blue a:hover{background:#14425e; color:#fff;}
.sub-links-blue a:hover span{ opacity:0; backface-visibility:hidden; visibility:hidden;}
.sub-links-blue a:hover .fa{left:50%; right:auto; transform:translateX(-50%); -webkit-transform:translateX(-50%); color:#fff;}
  
  
.sub-links-blue a img { margin:0 0 0 20px; width:26px; display:inline-block !important; max-width:26px;}
.sub-links-blue a:hover{background:#14425e; color:#fff;}
.sub-links-blue a .fa{margin:0 0 0 0px; }
.sub-links-blue a span{ display:inline-block; }

.sub_menu{position:relative;}

.noveho_block{ padding:100px 0; display:inline-block; width:100%;}
.noveho_block h3{ padding:0 0 80px; font-family: 'Poppins-SemiBold'; text-align:center; font-size:26px; color:#14425e; display:inline-block; width:100%;}
.noveho_block img{  display:inline-block; width:95%;}
.details_box-2{  display:inline-block; width:100%;padding:30px 0 0 5%;}
.details_box-2 h5{ display:inline-block;   font-family: 'Poppins-Bold'; padding:0 0 15px;  width:100%; font-size:20px; color:#14425e; }
.text_area{ display:inline-block; width:100%; min-height:100px;}
/*=========================================*/
/* Main Footer */
/*=========================================*/
#footer{
	float:left;
	width:100%;
}
.footer_wapper{
	width:100%; 
	float:left;
	padding:0;
}

.footer_section{display:inline-block; width:100%; padding:115px 0 0;}
.map_section{float:left; width:100%; position:relative;}
#map {
        height: 540px;
      }

.footer_section .container{width:1230px; max-width:100%;}
.footer_section .f_box{display:inline-block; width:100%;}
.footer_section .f_box h3{display:inline-block; width:100%; font-size:16px; color:#303030; font-family: 'Poppins-SemiBold'; margin-bottom:30px;}
.footer_section .f_box .inner_f_box{display:inline-block; width:100%; border-radius:15px; padding:30px 20px; background:#f6f6f6;}
.footer_section .f_box .inner_f_box p{display:inline-block; width:75%; font-size:16px; color:#000; font-family: 'Poppins-Light';}
.footer_section .f_box .inner_f_box p strong{font-family: 'Poppins-SemiBold'; font-weight:400;}
.footer_section .f_box .inner_f_box img{float:right;}

.footer_section .f_box_mid{display:inline-block; width:100%; text-align:center;}
.footer_section .f_box_mid h3{display:inline-block; width:100%; font-size:16px; color:#303030; font-family: 'Poppins-SemiBold'; margin-bottom:30px;}
.footer_section .f_box_mid .right_side{display:inline-block; width:100%; text-align:right;}

.footer_section .f_box_mid .right_side .f_links{display:inline-block; width:300px; padding:0 20px;}
.footer_section .f_box_mid .right_side .f_links ul{float:left; width:100%;}
.footer_section .f_box_mid .right_side .f_links ul li{float:left; width:50%; margin-bottom:12px; text-align:left;}
.footer_section .f_box_mid .right_side .f_links ul li a{float:left; width:100%; font-size:16px; color:#303030; font-family: 'Poppins-REgular';}


.f_social{display:inline-block; width:100%;}
.f_social ul{display:inline-block; width:100%; }
.f_social ul li{display:inline-block; width:100%; font-size:16px; color:#000;  font-family: 'Poppins-Light'; margin-bottom:18px;}
.f_social ul li:last-child{margin-bottom:0;}
.f_social ul li img{display:inline-block; width:auto; margin-right:20px;}


.copy_block{display:inline-block; width:100%; text-align:center; padding:77px 0 55px;} 
.copy_block p{display:inline-block; width:100%; font-size:16px; color:#303030; font-family: 'Poppins-Light';}





/*=========================================*/
/* Matrace page Start */
/*=========================================*/
.icon_block.inner{ padding:35px 0;  }
.inner_banner{ width:100%; float:left; 
 position:relative; min-height:260px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.inner_banner:after{ width:100%; float:left; opacity:0.28; position:absolute; left:0px; top:0px; height:100%; content:''; background:#000;  }


.mat_block{ width:100%; display:inline-block; float:left; margin:-76px 0 0 0; position:relative; background:#fff;}
.mat_block .title_bar { width:100%; max-width:100%;  z-index:10;  text-align:center; padding:0 100px;  display:inline-block;}
.title_bar span{ display:inline-block; width:100%; font-family: 'Poppins-SemiBold'; padding:55px 0 35px; border-bottom:#a7a7a7 solid 1px; font-size:26px; color:#14425e;  }


.range_block{display:inline-block; width:100%;}
.range_block .inner_range_block{display:inline-block; width:100%;}
.top_text{ padding:77px 0 0 0; display:inline-block; width:100%; font-size:16px; line-height:28px; font-family: 'Poppins-Light';  }
.products_bar_top{ display:inline-block; width:100%;  padding:100px 0 43px 0; border-bottom:solid 1px #cdcdcd;}


.label_line_title{display:inline-block; width:auto;  font-size:16px;  font-family: 'Poppins-Medium'; color:#000; margin:0 0 10px 0;}
.label_line{display:inline-block; width:auto;  font-size:16px;  font-family: 'Poppins-Medium'; color:#000; margin-right:15px;}
.label_line label{margin:0; padding:0; font-weight:400;}
.left_bar_inner{display:inline-block; width:auto;  font-size:16px;  font-family: 'Poppins-Medium'; color:#000;}
.rang_slider{display:inline-block; width:100%; position:relative; padding:0 0 20px 0;}
.range_slider {position:relative; width:100%; padding:10%; }



.left_text{position:absolute; left:0; bottom:0;}
.right_text{position:absolute; right:-15px; bottom:0;}
.input-block{display:inline-block; width:185px; border:solid 1px #c0c0c0; padding:0;}

.row_sub{display:inline-block; width:100%; padding:30px 15px 0;}


.rng-tx{display:inline-block; margin: 0 15px 0 0; position:relative;}
.rng-tx .js-input-from{display:inline-block; width:185px; height:36px; font-size:16px; font-family: 'Poppins-Light'; text-align:center; margin-right:20px; border-radius:0; position:relative;}

.rng-tx .js-input-to{display:inline-block; width:185px; height:36px; font-size:16px; font-family: 'Poppins-Light'; text-align:center; border-radius:0; position:relative;}
.left_bar_inner .rng-tx:after{position:absolute; right:65px; top:6px; content:'Kč'; font-size:18px; color:#555;}
.left_bar_inner:last-child .rng-tx:after{position:absolute; right:45px; top:6px; content:'Kč'; font-size:18px; color:#555;}

.select_box{display:inline-block; width:100%; float:left; margin-right:22px;}
.select_box select{display:inline-block; width:100%; height:36px; font-size:16px; color:#000; font-family: 'Poppins-Medium';  appearance:none; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none; border:solid 1px #909090; background:#fff url(../images/select_arrow.png) no-repeat right 20px center; padding:0 15px;}
.big{max-width:330px;}
.small{max-width:208px;}
.select_box.big .btn-group,
.select_box.small .btn-group{float:left; width:100%; height:36px; text-align:center; border-top:solid 1px #909090; border-right:solid 1px #909090; border-bottom:solid 1px #909090; border-left:solid 1px #909090;}
.select_box.big .btn-group.open{border-bottom:0;}
.select_box.small .btn-group > .btn{width:100%; border:none; height:34px;  background:#fff url(../images/select_arrow.png) no-repeat right 20px center; font-size:16px; color: #000; font-family: 'Poppins-Medium'; text-align:center;}
.select_box.small .btn-group > .btn > span{float:none !important; display:inline-block;}
.select_box.small .btn-group > .btn:hover{background-color:transparent; box-shadow:none;}
.select_box.small .btn-group > .btn > .caret{display:none; }
.select_box.big .btn-group .dropdown-toggle{display:inline-block; width:100%; font-size:16px; color:#000; font-family: 'Poppins-Medium';  appearance:none; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none;  background:#fff url(../images/select_arrow.png) no-repeat right 20px center; padding:0 15px; line-height:34px;}
.select_box.big .btn-group.open .dropdown-toggle,
.select_box.small .btn-group.open .dropdown-toggle{box-shadow:none;}
.select_box.big .btn-group a span{line-height:20px;}
.select_box.big > .btn-group > ul.dropdown-menu{width:100%; max-width:992px; min-width:990px; margin:-1px 0 0 0; padding:30px 80px; border-radius:0; box-shadow:none; left:-1px; border:solid 1px #909090;}
.select_box.big > .btn-group > ul.dropdown-menu:after{position:absolute; left:0; top:-1px; content:''; width:328px; height:1px; background:#fff;}
.select_box.big > .btn-group > .dropdown-menu > li{float:left; width:253px; height:50px; position:relative; z-index:1; border:solid 1px #e5e5e5; margin:0 34px 12px 0;}
.select_box.big > .btn-group > ul.dropdown-menu > li:nth-of-type(3n){margin:0;}
.select_box.big > .btn-group > ul.dropdown-menu > li > .over_bg{position:absolute; left:0; top:0; width:100%; height:100%;}
.select_box.big > .btn-group > ul.dropdown-menu > li > .over_bg > img{position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; visibility:hidden;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.select_box.big > .btn-group > ul.dropdown-menu > li:hover{cursor:pointer;}
.select_box.big > .btn-group > ul.dropdown-menu > li:hover > .over_bg > img{opacity:1; visibility:visible;}
.select_box.big > .btn-group > ul.dropdown-menu > li > .over_bg > span{position:absolute; left:50%; top:50%; width:100%; font-size:16px; color:#606060; font-family: 'Poppins-Regular'; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); text-align:center;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.select_box.big > .btn-group > ul.dropdown-menu > li:hover > .over_bg > span{color:#fff; font-family: 'Poppins-Bold';}

.select_box.small .btn-group > .dropdown-menu.open{position:absolute; left:0; top:100% !important; margin:0; max-height:inherit !important; width:100% !important; border-radius:0; box-shadow:none; padding:0;}
.select_box.small .btn-group > .dropdown-menu.open > ul.dropdown-menu{top:0 !important; position:relative; float:left; width:100%; margin:0; border:none;}
.select_box.small .btn-group > .dropdown-menu.open > ul.dropdown-menu > li > a{color: #000; font-family: 'Poppins-Medium'; font-size:16px; text-align:center; padding:3px 0;}
.select_box.small .btn-group > .dropdown-menu.open > ul.dropdown-menu > li > a > i{display:none;}
.select_box.small .btn-group > .dropdown-menu.open > ul.dropdown-menu > li > a:hover,
.select_box.small .btn-group > .dropdown-menu.open > ul.dropdown-menu > li > a:focus,
.select_box.small.left .btn-group > .dropdown-menu.open > ul.dropdown-menu > li > a:hover,
.select_box.small.left .btn-group > .dropdown-menu.open > ul.dropdown-menu > li > a:focus{background:#14425e; color:#fff; cursor:pointer}
.select_box.small.left .btn-group > .dropdown-menu.open > ul.dropdown-menu > li > a{color: #000; font-family: 'Poppins-Medium'; font-size:16px; text-align:center; padding:3px 0; text-align:left; padding:3px 15px;}




.select_box.last .btn-group{float:left; width:100%; height:36px; text-align:center; border-top:solid 1px #909090; border-right:solid 1px #909090; border-bottom:solid 1px #909090; border-left:solid 1px #909090;}
.select_box.last .btn-group.open{border-bottom:0;}
.select_box.last .btn-group > .btn{width:100%; border:none; height:34px;  background:#fff url(../images/select_arrow.png) no-repeat right 20px center; font-size:16px; color: #000; font-family: 'Poppins-Medium'; text-align:center;}
.select_box.last .btn-group > .btn > span{float:none !important; display:inline-block;}
.select_box.last .btn-group > .btn:hover{background-color:transparent; box-shadow:none;}
.select_box.last .btn-group > .btn > .caret{display:none; }
.select_box.last .btn-group .dropdown-toggle{display:inline-block; width:100%; font-size:16px; color:#000; font-family: 'Poppins-Medium';  appearance:none; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none;  background:#fff url(../images/select_arrow.png) no-repeat right 20px center; padding:0 15px; line-height:34px;}
.select_box.last .btn-group.open .dropdown-toggle{box-shadow:none;}
.select_box.last .btn-group a span{line-height:20px;}
.select_box.last > .btn-group > ul.dropdown-menu{width:100%; max-width:100%; min-width:215px; margin:0px 0 0 0; padding:3px 0; border-radius:0; box-shadow:none; left:-1px; border:solid 1px #909090;}
.select_box.last > .btn-group > .dropdown-menu > li{float:left; width:100%; position:relative; margin: 0; padding:3px 0; font-size:16px; color:#606060;}

.select_box.last > .btn-group > ul.dropdown-menu > li > a{border:none;}
.select_box.last > .btn-group > ul.dropdown-menu > li:hover,
.select_box.last > .btn-group > ul.dropdown-menu > li:hover > a{cursor:pointer; color:#fff; background:#14425e;}
.select_box.last > .btn-group > ul.dropdown-menu > li{ font-size:16px; color:#606060; font-family: 'Poppins-Regular'; text-align:center;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.ui.dropdown{width: 100%;
border: none;
height: 34px;
background: #fff url(../images/select_arrow.png) no-repeat right 20px center;
font-size: 16px;
color: #000;
border:solid 1px #909090;
padding:8px 0;
font-family: 'Poppins-Medium';
border-radius:0;
text-align: center;}
.ui.button:focus,
.ui.active.button,
.ui.active.button:hover{background:#fff url(../images/select_arrow.png) no-repeat right 20px center;}
.ui.button:hover{background:#fff url(../images/select_arrow.png) no-repeat right 20px center;}
.ui.dropdown > .text{font-size:16px; color:#000; font-family: 'Poppins-Medium'; font-weight:normal;}
.ui.dropdown .menu > .item{-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;}
.ui.dropdown .menu > .item:hover{color:#fff; background:#14425e;}
.ui.dropdown .menu > .item > .fa{float:right;}
.input-submit{float:left; width:90px; }
.input-submit input[type=submit]{float:left; width:100%; height:36px; background:#14425e url(../images/submit_arrow.png) no-repeat center center; border:0;}
.ui.dropdown .menu > .item.icon_arrow:after{font-family:'FontAwesome'; content:"\f178"; position:absolute; right:20px; top:10px; font-size:18px; color:#14425e;}
.ui.dropdown .menu > .item.icon_arrow:hover:after{color:#fff;}
.filter_block{float:left; width:100%; padding:53px 0;}
.filter_block .load_btn{float:left; width:250px; margin-right:45px; background:#14425e;}
.filter_block .load_btn p{float:left; width:auto;  color:#fff; font-family: 'Poppins-Regular'; padding:6px 25px 7px;}
.filter_block .load_btn span{display:inline-block; margin-left:15px; float:left; margin:5px 35px 0 0;}

.filter_block .load_bar{float:left; width:auto; opacity:0; visibility:hidden; margin:0 0 0 60px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.filter_block .load_bar.show{opacity:1; visibility:visible; margin:0 ;}
.filter_block .load_bar .first_one,
.filter_block .load_bar .last_one{float:left; width:180px; margin-right:45px;}

.filter_block .load_bar .first_one .select_box,
.filter_block .load_bar .second_one .select_box,
.filter_block .load_bar .last_one,
.filter_block .load_bar .last_one .select_box{margin:0;}

.filter_block .load_bar .second_one{float:left; width:215px; margin-right:45px;}
.filter_block .load_bar .second_one .small{width:100%; max-width:100%;}



.filter_wapper{float:left; width:100%; }
.filter_wapper .title_filter{float:left; width:100%; padding:52px 0 60px 0;}
.filter_wapper .title_filter .left_title_filter{float:left; width:50%;}
.filter_wapper .title_filter .left_title_filter h4{float:left; width:100%; font-size:20px; color:#4b4b4b; font-family: 'Poppins-SemiBold';}
.filter_wapper .title_filter .left_title_filter a{float:right; width:auto; padding:0 30px 0 0; font-size:16px; color:#000; font-family: 'Poppins-Light'; background:url(../images/select_arrow.png) no-repeat right  center;}

.filter_wapper .title_filter .right_title_filter{float:right; width:220px;}
.filter_wapper .title_filter .right_title_filter > .select_box.small{margin:0; width:100%; max-width:100%;}
.filter_wapper .title_filter .right_title_filter > .select_box.small .btn-group{border:none;}


.filter_wapper .filter_wapper_para{float:left; width:100%; margin-bottom:105px;}
.filter_wapper .filter_wapper_para p{float:left; width:100%; font-size:15px; color:#000; font-family: 'Poppins-Light'; letter-spacing:0.2px; line-height:26px;}

.filter_wapper .filter_products{float:left; width:100%;}

.filter_wapper .filter_products .f_product_box{display:inline-block; width:100%; border:solid 1px #ddd; position:relative; padding:10px 15px; margin-bottom:125px; overflow:hidden;}

.filter_wapper .filter_products .f_product_box .number_box{position:absolute; left:20px; top:16px; width:auto; z-index:1;}
.filter_wapper .filter_products .f_product_box .number_box ul{display:inline-block; width:auto;}
.filter_wapper .filter_products .f_product_box .number_box ul li{display:inline-block; width:42px; height:42px; padding:3px 0; font-size:10px; color:#fff; font-family: 'Poppins-Light'; text-align:center; margin-right:4px; line-height:1;}
.filter_wapper .filter_products .f_product_box .number_box ul li:last-child{margin:0;}
.filter_wapper .filter_products .f_product_box .number_box ul li strong{display:inline-block; width:100%; font-size:20px; color:#fff; font-family: 'Poppins-Bold'; font-weight:normal; line-height:1; padding:4px 0 2px 0;}
.red{background:#e95967;}
.gold{background:#b6b174;}
.blue{background:#4585c5;}
.l_red{background:#ef9f95;}
.green{background:#74baaf;}
.d_blue{background:#303a6f;}
.l_blue{background:#9c9cc4;}
.grey{background:#babcb9;}
.orange{background:#f26e41;}
.yellow{background:#eae49a;}
.purple{background:#649bcb;}
.l_blue_1{background:#75cdf0;}
.l_orange{background:#ead1ca;}

.filter_wapper .filter_products .f_product_box .akce_span{position:absolute; right:0; top:0; width:82px; height:82px; z-index:1; font-size:0px; line-height:1;   background:url(../images/akce1.png) no-repeat center center;}
.filter_wapper .filter_products .f_product_box .product_img{display:inline-block; width:100%; height:188px; text-align:center; padding:40px 0 5px; position:relative;}

.filter_wapper .filter_products .f_product_box .product_img.no_pd{padding:0 0 5px;}

.filter_wapper .filter_products .f_product_box .product_img a{display:inline-block; width:100%; height:188px;}
.filter_wapper .filter_products .f_product_box .product_img a img{display:inline-block; max-width:100%; /*height:100%;*/}

.filter_wapper .filter_products .f_product_box .product_text{float:left; width:100%; height:40px;}
.filter_wapper .filter_products .f_product_box .product_text ul{float:left; width:100%;}
.filter_wapper .filter_products .f_product_box .product_text ul li{display:inline-block; width:70%; vertical-align:baseline; text-align:right; overflow: hidden;}
.filter_wapper .filter_products .f_product_box .product_text ul li:last-child{ width:auto; float:right;}
.filter_wapper .filter_products .f_product_box .product_text  ul li h5{display:inline-block; text-align:left; width:240px; font-size:17px; color:#737373; font-family: 'Poppins-SemiBold'; font-weight:normal; position:absolute; left:13px; bottom:12px; white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;}
.filter_wapper .filter_products .f_product_box .product_text  ul li h6{display:inline-block; text-align:right; width:auto; font-size:17px; color:#14425e; font-family: 'Poppins-SemiBold'; font-weight:normal; position:absolute; right:13px; bottom:12px;}


.pagination{float:left; width:100%; text-align:center; margin-bottom:80px;}
.pagination ul{display:inline-block; width:auto;}
.pagination ul li{display:inline-block; width:auto; margin:0 20px 0 0;}
.pagination ul li:last-child{margin:0 0 0 15px; }
.pagination ul li a{display:inline-block; width:auto; font-size:18px; color:#14425e; font-family: 'Poppins-Medium';}
.pagination ul li a.last{display:inline-block; width:auto;}
.pagination ul li.active a{font-family: 'Poppins-Bold'; font-size:21px;}
.pagination ul li a img{margin-left:5px; display:inline-block; width:auto;}
/*=========================================*/
/* Matrace page End */
/*=========================================*/

/*=========================================*/
/* Matrace Detail page Start */
/*=========================================*/

.detail{float:left; width:100%; padding:60px 0 0 0;}
.detail a{float:left; width:auto; font-size:16px; color:#14425e; font-family: 'Poppins-Regular'; padding:0 0 0 30px; background:url(../images/back_arrow.png) no-repeat left center;}
.detail span{float:left; width:100%; font-size:18px; color:#4b4b4b; font-family: 'Poppins-Regular'; margin:44px 0;}

.product_detail_wapper{display:inline-block; width:100%;}
.product_detail_wapper .left_product_detail{display:inline-block; width:100%; position:relative;}
.product_detail_wapper .left_product_detail .n_block{ position:absolute; left:0; top:0;}
.product_detail_wapper .left_product_detail .n_block ul{display:inline-block; width:auto;}
.product_detail_wapper .left_product_detail .n_block ul li{display:inline-block; width:60px; height:60px; padding:3px 0; font-size:15px; color:#fff; font-family: 'Poppins-Light'; text-align:center; margin-right:4px; line-height:1;}
.product_detail_wapper .left_product_detail .n_block ul li:last-child{margin:0;}
.product_detail_wapper .left_product_detail .n_block ul li strong{display:inline-block; width:100%; font-size:30px; color:#fff; font-family: 'Poppins-Bold'; font-weight:normal; line-height:1; padding:4px 0 2px 0;}

.inner_details_block{display:inline-block; width:100%; position:relative; padding:30px 0 0 0;}
.product_img_tab{display:inline-block; width:100%;}
.thumb_tab{display:inline-block; width:100%;}
.thumb_tab .tabs{display:inline-block; width:100%;}
.thumb_tab .tabs .tab-link{float:left; width:25%;}
.thumb_tab .tabs .tab-link img{float:left; width:100%;}

/*.tab-content{display: none;}
.tab-content.current{display: inherit;}*/
		
.mag{width:100%; margin: 0; float: left;}
.mag img {max-width: 100%;}
.magnify {position: relative; cursor: none}
.magnify-large{position: absolute;  display: none; width: 400px; height: 400px;}

.right_matrace_detail{display:inline-block; width:100%; padding:0 20px;}
.right_matrace_detail h4{display:inline-block; width:100%; font-size:26px; color:#4b4b4b; font-family: 'Poppins-SemiBold'; padding:40px 0 60px 0;}
.right_matrace_detail p{display:inline-block; width:100%; font-size:16px; color:#000; font-family: 'Poppins-Light'; padding:0 0 67px 0;}

.right_matrace_detail strong{display:inline-block; width:100%; font-size:36px; color:#14425e; font-family: 'Poppins-SemiBold';}
.right_matrace_detail form{display:inline-block; width:100%;}
.right_matrace_detail form .m_detail{display:inline-block; width:100%; padding:60px 0 0 0;}
.right_matrace_detail form .m_detail .cart_btn{ display:inline-block; width:270px; font-size:16px; color:#14425e; border:solid 1px #14425e; background:#fff; font-family: 'Poppins-Medium'; padding:5px 0 6px;}
.right_matrace_detail form .m_detail .cart_btn img{margin:0 13px;}



.m_detail .select_box.small .btn-group{float:left; width:100%; height:36px; text-align:center; border-top:solid 1px #909090; border-right:solid 1px #909090; border-bottom:solid 1px #909090; border-left:solid 1px #909090; }
.m_detail .select_box.small .btn-group a.dropdown-toggle{}
.m_detail .select_box.small .btn-group.open{border-bottom:0;}
.m_detail .select_box.small .btn-group > .btn{width:100%; border:none; height:34px;  background:#fff url(../images/select_arrow.png) no-repeat right 20px center; font-size:16px; color: #000; font-family: 'Poppins-Medium'; text-align:center;}
.m_detail .select_box.small .btn-group > .btn > span{float:none !important; display:inline-block;}
.m_detail .select_box.small .btn-group > .btn:hover{background-color:transparent; box-shadow:none;}
.m_detail .select_box.small .btn-group > .btn > .caret{display:none; }
.m_detail .select_box.small .btn-group .dropdown-toggle{display:inline-block; width:100%; font-size:14px; color:#000; font-family: 'Poppins-Medium';  appearance:none; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none;  background:#fff url(../images/select_arrow.png) no-repeat right 20px center; padding:0 35px 0 15px; line-height:34px; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
.m_detail .select_box.small .btn-group.open .dropdown-toggle{box-shadow:none;}
.m_detail .select_box.small .btn-group a span{line-height:20px;}
.m_detail .select_box.small > .btn-group > ul.dropdown-menu{width:100%; max-width:100%; min-width:500px; margin:0px 0 0 0; padding:3px 0; border-radius:0; box-shadow:none; left:-1px; border:solid 1px #909090;}
.m_detail .select_box.small > .btn-group > ul.dropdown-menu > li{float:left; width:50%; position:relative; margin: 0; padding:3px 15px; font-size:16px; color:#606060;}

.m_detail .select_box.small > .btn-group > ul.dropdown-menu > li > a{border:none;}
.m_detail .select_box.small > .btn-group > ul.dropdown-menu > li:hover,
.m_detail .select_box.small > .btn-group > ul.dropdown-menu > li:hover > a{cursor:pointer; color:#fff; background:#14425e;}
.m_detail .select_box.small > .btn-group > ul.dropdown-menu > li{ font-size:14px; color:#606060; font-family: 'Poppins-Regular'; text-align:keft; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.varia{display:inline-block; width:100%; padding:20px 20px 0;}
.varia ul{display:inline-block; width:100%;}
.varia ul li{display:inline-block; width:90px; float:left; margin:0 5px 0 0; position:relative; min-height: 120px;}
.varia ul li:last-child{margin:0;}

.varia ul li .radio-container {
  position: relative;
  text-align:center;
  margin-bottom:0;
}

.varia ul li .radio-container input{
  opacity: 0;
  cursor: pointer;
  display:none;
}

.varia ul li .radio-container input:checked ~ .custom-check {
  background-color: transparent;
  
  opacity: 1;
  font-weight:normal; font-size:12px;
}
.varia ul li .radio-container span{  font-weight:normal; font-size:12px; line-height:16px; display:inline-block; margin:5px 0 0 0;}
.varia ul li .radio-container input:checked{opacity:1; }

/*.custom-check span {
  position: absolute;
  right: -4px;
  top: -4px;
  background-color: #00A8E8;
  padding: 4px;
  border-radius: 50%;
  -webkit-transition: all 250ms linear;
     -moz-transition: all 250ms linear;
       -o-transition: all 250ms linear;
          transition: all 250ms linear;
  -webkit-transform: scale(0) rotate(45deg);
     -moz-transform: scale(0) rotate(45deg);
       -o-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
}*/

.radio-container input:checked ~ .custom-check span {
  -webkit-transform: scale(1) rotate(0deg);
     -moz-transform: scale(1) rotate(0deg);
       -o-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.custom-check {
  position: relative;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  width: 91px;
  height: 65px;
  border: none;
  border:solid 2px #fff
}
.custom-check.current{border: 2px solid #14425e;}



.custom-check img {
  color: white;
  width: 91px;
  height:61px;
}


.info_bar_radio{position:absolute; left:100%; top:80%; opacity:0; visibility:hidden;  width:305px; height:190px; background:rgba(0,0,0,0.60); padding:15px 15px; text-align:center; z-index:1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.info_bar_radio.current{opacity:1; visibility:visible;}
.info_bar_radio a.c_win{position:absolute; right:10px; top:10px; width: 100%; max-width:15px; height:15px; margin:0; border:none; left:auto;}
.info_bar_radio a.c_win img{float:left; width:100%;}
.info_bar_radio h4{display:inline-block; width:100%; color:#fff; font-size:14px; font-family: 'Poppins-Medium'; padding:0 0 8px 0 ; background:url(../images/info.png) no-repeat left top 2px; }
.info_bar_radio h4 img{display:inline-block; margin-right:8px;}
.info_bar_radio p{float:left; width:100%; font-size:14px; color:#fff;  font-family: 'Poppins-Light'; line-height:24px; padding:0;}
.info_bar_radio a{    
	float: left;
    width: 275px;
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    margin: 8px 0 0 0;
    border: solid 1px #fff;
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;}
.info_bar_radio a .fa{margin:0 0 0 5px;}
.datail_para{float:left; width:100%; padding:80px 15px 0;}
.datail_para p{float:left; width:100%; font-size:16px; color:#000;  font-family: 'Poppins-Light'; line-height:28px;}
.datail_para ul{display:inline-block; width:100%; list-style:inherit !important;  margin-top:20px;}
.datail_para ul li{display:list-item; width:100%; list-style:inherit !important; list-style-position: outside; color:#000; font-size:16px;}
.datail_para.post-datail{float:left; width:100%; padding:80px 15px;}
.datail_para.post-datail p{float:left; width:100%; font-size:16px; color:#000;  font-family: 'Poppins-Light'; line-height:28px; margin-bottom:10px;}
/*=========================================*/
/* Matrace Detail page End */
/*=========================================*/


/*=========================================*/
/* Postele page Start */
/*=========================================*/

.bor_none{border:none;}
.select_box.big > .btn-group > ul.dropdown-menu.postle{width:100%; max-width:750px; min-width:750px; margin:-1px 0 0 0; padding:30px 80px; border-radius:0; box-shadow:none; left:-1px; border:solid 1px #909090;}
.select_box.big > .btn-group > ul.dropdown-menu > li > .over_bg > img.max{width:auto;}
.select_box.big > .btn-group > ul.dropdown-menu > li > .over_bg > span.gray{}
.select_box.big > .btn-group > ul.dropdown-menu > li:hover > .over_bg > span.gray{color:#606060;}

.filter_wapper .filter_products .f_product_box.postele{display:inline-block; width:100%; border:solid 1px #f2f2f2; position:relative; padding:0; margin-bottom:125px;}

.filter_wapper .filter_products .f_product_box.postele .product_img{display:inline-block; width:100%; height:auto; text-align:center; padding:0; position:relative; margin:0 0 7px 0; overflow:hidden;}
.filter_wapper .filter_products .f_product_box.postele .product_img a{display:inline-block; width:100%;}
.filter_wapper .filter_products .f_product_box.postele .product_img a img{display:inline-block; max-width:100%; /*height:100%;*/}

.filter_wapper .filter_products .f_product_box.postele .product_text{float:left; width:100%; height:40px;}
.filter_wapper .filter_products .f_product_box.postele .product_text ul{float:left; width:100%;}
.filter_wapper .filter_products .f_product_box.postele .product_text ul li{display:inline-block; width:70; vertical-align:baseline; text-align:right;}
.filter_wapper .filter_products .f_product_box.postele .product_text ul li:last-child{ width:auto; float:right;}
.filter_wapper .filter_products .f_product_box.postele .product_text  ul li h5{display:inline-block; text-align:left; width:auto; font-size:17px; color:#737373; font-family: 'Poppins-SemiBold'; font-weight:normal; position:absolute; left:13px; bottom:12px;}
.filter_wapper .filter_products .f_product_box.postele .product_text  ul li h6{display:inline-block; text-align:right; width:auto; font-size:17px; color:#14425e; font-family: 'Poppins-SemiBold'; font-weight:normal; position:absolute; right:13px; bottom:12px;}
/*=========================================*/
/* Postele page End */
/*=========================================*/

/*=========================================*/
/* Potah page Start */
/*=========================================*/
.filter_wapper .filter_products .f_product_box .product_img.potah{padding:15px 0 10px;}
/*=========================================*/
/* Potah page End */
/*=========================================*/

/*=========================================*/
/* Toppery page Start */
/*=========================================*/
.d_grey{background:#b4ada9}
/*=========================================*/
/* Toppery page End */
/*=========================================*/

/*=========================================*/
/* Polstare page Start */
/*=========================================*/
.filter_wapper .filter_products .f_product_box .product_img.polstare{padding:0; height:168px;}
/*=========================================*/
/* Polstare page End */
/*=========================================*/


/*=========================================*/
/* Polstare page Start */
/*=========================================*/
.filter_wapper .filter_products .f_product_box .product_img.resty{padding:0 0 10px; height:168px;}
/*=========================================*/
/* Polstare page End */
/*=========================================*/

/*=========================================*/
/* Prodejci page Start */
/*=========================================*/
.inner_map_tabs{display:inline-block; width:100%;  border-bottom:solid 1px #cdcdcd; padding:0 0 80px 0;}
.map_blocks{display:inline-block; width:100%; margin:60px 0;}
.map_blocks img{display:inline-block; width:100%; min-height:536px;}
.map_tabs{display:inline-block; width:100%; padding:70px 0 0;}

.checz_title{float:left; width:100%;}
.checz_title h4{float:left; width:100%; font-size:18px; color:#000; font-family: 'Poppins-SemiBold'; margin-bottom:40px; text-align:left ;}

.map_tabs_block{display:inline-block; width:100%;}
.map_tabs_block ul{display:inline-block; width:100%; margin-bottom:30px;}
.map_tabs_block ul li{display:inline-block; width:100%; float:left; width:270px; border:solid 1px #ededed; padding:3px 10px; margin:0 15px 15px 0;}
.map_tabs_block ul li input[type=radio]{display:inline-block; width:auto; position:absolute; left:-9999px;}
.map_tabs_block ul li label{margin-bottom:0; color:#000;}


/*=========================================*/
/* Prodejci page End */
/*=========================================*/


/*=========================================*/
/* Kontakty page Start */
/*=========================================*/
.title_bar span.padd{padding:55px 30px 35px;}
.cont_wapper{display:inline-block; width:100%; padding:55px 0 0 0;}
.cont_wapper .cont_box{display:inline-block; width:100%; min-height:210px; margin-bottom:122px;}
.cont_wapper .cont_box h5{display:inline-block; width:100%; font-family: 'Poppins-Bold'; font-size:21px; color:#14425e; margin:0 0 30px 0;}
.cont_wapper .cont_box p{display:inline-block; width:100%; font-family: 'Poppins-Bold'; font-size:18px; color:#14425e;}
.cont_wapper .cont_box ul{display:inline-block; width:100%;}
.cont_wapper .cont_box ul li{display:inline-block; width:100%; font-family: 'Poppins-Regular'; font-size:18px; color:#14425e; margin-bottom:4px;}
.cont_wapper .cont_box ul li:last-child{margin-bottom:0;}
.cont_wapper .cont_box ul li a{display:inline-block; width:auto; font-family: 'Poppins-Regular'; font-size:18px; color:#14425e;}
/*=========================================*/
/* Kontakty page End */
/*=========================================*/




.tab_in_block{ padding:110px  0; width:100%; display:inline-block; }
.tab_block{ width:100%; display:inline-block; }

.tab_in_block .nav-tabs{border:none;	}

.tab_in_block .nav-tabs > li.active > a{border:none;}

.tab_list{ width:100%; display:inline-block;}
.tab_list ul{ width:100%; display:inline-block;}
.tab_list ul li{ width:100%; display:inline-block;}
.first-text{ width:50%; float:left;font-size:16px;  font-family: 'Poppins-Light'; }
.second_text{ display:inline-block; width:50%; float:left;font-family: 'Poppins-Medium'; font-size:16px; }

.tab_row{ display:inline-block;width:100%; padding:0 0 15px; }
.tab_row .title, .tab_row .image {display:inline-block; width:auto;}
.tab_row .title{display:inline-block; width:100%; font-size:18px; color:#000; font-family: 'Poppins-Medium'; margin-bottom:8px;}

.nav-tabs{ padding:0px 0 75px 0; border:0px; }
.nav-tabs > li{ padding:0 35px 0 0; }
.nav-tabs > li > a,
.nav-tabs > li > a:focus{ margin:0px; padding:0px 20px; height:36px; line-height:34px;  border:#131313 solid  1px;font-family: 'Poppins-Light'; font-size:16px; color:#131313; background:none; border-radius:0px; }
.tab_in_block .nav-tabs > li.active > a,
.tab_in_block .nav-tabs > li.active > a:focus{font-family: 'Poppins-Bold'; background:none;  color:#14425e; border:#14425e solid 1px; }



.tab_form{ width:100%; display:inline-block; }
.form_blk{ width:100%; display:inline-block;      font-family: 'Poppins-Light'; font-size:16px; color:#000;}
.form_blk .title{ width:100%; display:inline-block; font-weight:normal; margin:0; }
.form_blk .input-text{display:inline-block; width:100%; height:37px; border:solid 1px #828282; margin-bottom:15px; padding:0 20px;}
.form_blk .input-textarea{display:inline-block; width:100%; height:135px;  border:solid 1px #828282; margin-bottom:15px; padding:0 20px;}

.check_box [type="checkbox"]:not(:checked),
.check_box [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.check_box [type="checkbox"]:not(:checked) + label,
.check_box [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 50px;
  line-height:28px;
  color:#14425e; 
  font-family: 'Poppins-Light'; font-size:16px;
  font-weight:normal;
  cursor: pointer;
}

/* checkbox aspect */
.check_box [type="checkbox"]:not(:checked) + label:before,
.check_box [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 25px; height: 25px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
}
/* checked mark aspect */
.check_box [type="checkbox"]:not(:checked) + label:after,
.check_box [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
    border: 1px solid #ccc;
    width: 25px; height: 25px;
	background:url(../images/check_sign.png) no-repeat center center;
  top:0; left: 0;
}
/* checked mark aspect changes */
.check_box [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.check_box [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.check_box{display:inline-block; width:auto;}
.check_lnk{display:inline-block; color:#14425e; font-weight:600; }

.form_blk .input_submit{float:right; width:200px; height:34px; border:solid 1px #14425e; font-family: 'Poppins-Medium'; font-size:16px; color:#14425e; background:none;}

.form_blk p{ width:auto; display:inline-block; float:right;}



.stores-info-wrap{float:left; width:28%;}
.stores-info {
    position: relative;
    float: left;
    width: 28%;
    max-width: 460px;
    min-width: 320px;
    min-height: 400px;
}






/*****************added by drpn**************************/
.input-submit input[type="button"] {
    float: left;
    width: 100%;
    height: 36px;
    background: #14425e url(../images/submit_arrow.png) no-repeat center center;
    border: 0;
}

.sponsor-loader {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255,255,255,0.60);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.sponsor-loader .loader-sub {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.sponsor-loader .loader-sub .fa-spinner {
    font-size: 30px;
    color: #282d43;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
}
svg:not(:root) {
    overflow: hidden;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}	

#map {
    width: 100%;
    /*height: 400px;*/
   /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.gm-ui-hover-effect{right:5px !important; top:5px !important;}
.gm-ui-hover-effect img{width:37px !important ; height:33px !important; margin:0 !important;}
#iw-container{display:inline-block; width:530px; height:350px;}
#iw-container .info-title{display:inline-block; width:100%; font-size:18px; color:#14425e;  font-family: 'Poppins-Bold'; text-align:center; padding:15px 0;}
#iw-container ul{display:inline-block; width:100%; text-align:center;}
#iw-container ul li{display:inline-block; width:155px; text-align:center; margin-right:10px; border:solid 1px #14425e}
#iw-container ul li:last-child{margin-right:0;}
#iw-container ul li a{display:inline-block; width:100%; font-size:15px; color:#000;  font-family: 'Poppins-Medium';}

#iw-container .infowin-content{display:inline-block; width:100%;}
#iw-container .infowin-content .inf-con{padding:20px 0 0;}
#iw-container .infowin-content .inf-con.adr-content{display:inline-block; width:100%;}
#iw-container .infowin-content .inf-con.adr-content .image{display:inline-block; width:50%; float:left; padding:0 8px;}
#iw-container .infowin-content .inf-con.adr-content .image img{display:inline-block; width:100%; float:left;}
#iw-container .infowin-content .inf-con.adr-content .adr-text{display:inline-block; width:50%; float:left; padding:30px 8px 0;}
#iw-container .infowin-content .inf-con.adr-content .adr-text p{display:inline-block; width:100%; float:left; font-size:15px; color:#000;  font-family: 'Poppins-Medium';}
#iw-container .infowin-content .inf-con.adr-content .adr-text-bottom{display:inline-block; width:100%; padding:10px 8px 0;}
#iw-container .infowin-content .inf-con.adr-content .adr-text-bottom p{display:inline-block; width:100%; font-size:16px; color:#000; font-family: 'Poppins-Light'; margin-bottom:5px;}
#iw-container .infowin-content .inf-con.adr-content .adr-text-bottom p strong{display:inline-block; width:auto; font-size:16px; color:#000; font-family: 'Poppins-Medium';}

#iw-container .infowin-content .inf-con.contact-content{display:inline-block; width:100%; padding:20px 8px 0;}
#iw-container .infowin-content .inf-con.contact-content p{display:inline-block; width:100%; font-size:16px; color:#000; font-family: 'Poppins-Light'; margin-bottom:5px;}
#iw-container .infowin-content .inf-con.contact-content p a{display:inline-block; width:auto; font-size:16px; color:#000; font-family: 'Poppins-Light'; }
#iw-container .infowin-content .inf-con.contact-content p strong{display:inline-block; width:auto; font-size:16px; color:#000; font-family: 'Poppins-Medium'; margin-right:15px;}

#iw-container .infowin-content .inf-con.vystavene-content{display:inline-block; width:100%; padding:20px 8px 0;}
#iw-container .infowin-content .inf-con.vystavene-content ul{display:inline-block; width:100%; text-align:center;}
#iw-container .infowin-content .inf-con.vystavene-content ul li{display:inline-block; width:155px; text-align:left; margin-right:10px; border:none; font-size:12px; color:#000; font-family: 'Poppins-Light'; float:left;}



.certi_blk{display:inline-block; width:100%; padding:80px 0;}
.onas_para{display:inline-block; width:100%; padding:50px 0 0 0;}
.onas_para p{display:inline-block; width:100%; margin-bottom:20px; color: #000; font-size: 18px;}



.vysvetlivky_para{display:inline-block; width:100%; padding:80px 0 40px;}
.vysvetlivky_para h4 {
	display:inline-block;
	width:100%;
    color: #2b2a28;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
	font-family: 'Poppins-Medium';
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
}

.vysvetlivky_para ul{display:inline-block; width:100%; margin-bottom:30px;}
.vysvetlivky_para ul li{display:inline-block; width:50%; float:left; margin-bottom:8px;}
.vysvetlivky_para ul li img{display:inline-block; float:left; max-width:100%; margin-right:15px; height:45px;}
.vysvetlivky_para ul li span{display:inline-block; float:left; width:auto; font-size:14px; color:#000; font-family: 'Poppins-Regular'; margin-top:8px;}



.title_bar.sortiment,
.title_bar.redce { width:100%; max-width:100%;  z-index:10;  text-align:center; padding:0 100px;  display:inline-block;}


.title_bar.sortiment h2,
.title_bar.redce h2 {

    display: inline-block;
    width: 100%;
    font-family: 'Poppins-SemiBold';
    padding: 0px;
	margin-bottom:20px;
    font-size: 20px;
    color: #14425e;

}

.onas_para.sortiment ul,
.onas_para.redce ul{display:inline-block; width:100%; margin-bottom:30px;}
.onas_para.sortiment ul li,
.onas_para.redce ul li{display: inline-block;
width: 100%;
margin-bottom: 8px;
color: #000;
font-size: 18px;
position:relative; padding:0 0 0 30px;}
.onas_para.sortiment ul li:after,
.onas_para.redce ul li:after{position:absolute; left:6px; bottom:6px; width:8px; height:8px; content:''; background:#000; border-radius:10px;}
.onas_para.sortiment p a,
.onas_para.redce p a{color:#000;}


#move-back{ display:inline-block; width:auto; font-size:18px; color:#000; font-family: 'Poppins-Regular'; margin-bottom:20px;}

.add-listing{display:inline-block; width:100%; margin-bottom:10px; height: 125px; overflow-y: auto;}
.add-listing li{display:inline-block; width:100%; border-bottom:solid 1px #000; margin-bottom:5px; padding-bottom:5px;}
.add-listing li span.address{display:inline-block; width:192px; float:left; font-size: 13px; padding:0;

color: #14425e;

font-family: 'Poppins-Regular';}
.add-listing li span.distance{display:inline-block; width:auto; float:right; font-size: 13px;

color: #14425e;

font-family: 'Poppins-Regular'; padding:0;}



.title-mn{display:inline-block; width:100%; font-size: 16px;

color: #14425e;

font-family: 'Poppins-Medium';

text-align: center;

padding: 5px 0;}


.get_current{display:inline-block; width:auto; font-size:16px; color:#000; background:url(../images/GPS_image.png) no-repeat left center; padding:0 0 0 28px;}


.varia_carousel_postele{display:inline-block; width:100%; padding:20px 0 0 0;}

.vari_inner_postele{ display:inline-block; width:160px; height:43px; border:solid 1px #14425d; padding:5px 5px;}
.vari_inner_postele span{ display:inline-block; width:100%; color: #2b2a28;
    font-size: 14px;
	line-height:1;
	font-family: 'Poppins-Medium';}
	
	
#variation_sld_postele.owl-carousel .owl-nav button.owl-prev,
#variation_sld_postele.owl-carousel .owl-nav button.owl-next{margin:0 8px; width:20px; height:35px; border:solid 1px #14425d;}

#variation_sld_postele.owl-carousel .owl-nav span {font-size:30px; }

#variation_sld_postele.owl-theme .owl-nav .disabled{opacity:0;}



.extra-variation{display:inline-block; width:100%; padding:20px 0 0 0;}
.extra-variation .slider_variation{display:inline-block; width:78px; height:78px; background-size:cover !important; position:relative;}
.extra-variation .slider_variation:hover{cursor:pointer;}
.extra-variation .slider_variation.active{border:solid 3px #14425e;}
.extra-variation .slider_variation .inner_slide{display:inline-block; width:100%; }
.owl-carousel-variation.owl-carousel .item{text-align:center;}
.extra-variation .slider_variation .inner_slide .var-title{display:inline-block; width:100%; font-size:13px; color:#fff; font-family: 'Poppins-Medium';}
.owl-carousel-variation.owl-carousel .owl-nav button.owl-prev{position:absolute; left:auto; right:100%; top:38%; transform:translateY(-50%); -webkit-transform:translateY(-50%); font-size:70px !important;}
.owl-carousel-variation.owl-carousel .owl-nav button.owl-next{position:absolute; right:auto; top:38%; transform:translateY(-50%); -webkit-transform:translateY(-50%); font-size:70px !important; left:100%;}

.owl-carousel-variation.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel-variation.owl-carousel .owl-nav button.owl-next span{font-size:70px;}



.image .inner_para,
.image .inner_para_last{display:inline-block; width:100%; margin-bottom:15px;}
.image .inner_para ul,
.image .inner_para_last ul{display:inline-block; width:100%;}
.image .inner_para ul li,
.image .inner_para_last ul li{display:inline-block; width:60px; height:60px; margin:0 10px 15px 0;}
.image .inner_para_last ul li{margin-bottom:8px;}
.image .inner_para ul li img,
.image .inner_para_last ul li img{display:inline-block; max-width:100%;}

.pdf_class{display:inline-block; width:100%; padding:0}
.pdf_class .pdf_btn{display:inline-block; width:228px; max-width:100%; font-size: 16px; color: #000; font-family: 'Poppins-Medium'; text-align:center; padding: 6px 15px; background:#fff url(../images/download.png) no-repeat left 14px center; border:solid 1px #14425e;}


.wrap{float:left; width:100%;}
.wrap .page-header{text-align:center;}
.content-area{display:inline-block; width:100%;}
.content-area .site-main, .widget-area{max-width:1170px; margin:0 auto; text-align:center;}
.entry-header{display:inline-block; width:33.33%; padding:0 15px; float:left; margin-bottom:20px;}
.entry-summary{float:left; width:100%; text-align:center;}
.entry-summary p{display:inline-block; width:100%; margin-bottom:10px;}
.entry-header .entry-meta{display:inline-block; width:auto;}
.entry-header .entry-meta a{display:inline-block; width:auto; font-size:16px; color:#666;}
.entry-header .entry-meta a .entry-date,
.entry-header .entry-meta a .updated{margin-right:8px;}
.entry-header h2.entry-title{display:inline-block; width:100%; position:absolute; left:0; bottom:0;}
.entry-header h2.entry-title a{display:inline-block; width:auto; font-size:16px; color:#666;}

.post-thumbnail{display:inline-block; width:100%; max-width:100%; text-align:center; padding:0; }
.post-thumbnail a{display:inline-block; width:100%; min-height:182px;}
.post-thumbnail a img{display:inline-block; width:100%; height:auto;}	

.entry-content{display:inline-block; width:100%; text-align:center; padding:0 15px;}
.entry-content p{display:inline-block; width:100%; text-align:left; margin-bottom:20px;}

.widget_recent_entries, .widget_recent_comments, .widget_archive, .widget_categories, .widget_meta{display:inline-block; width:100%; padding:15px 0;}
.widget_recent_entries h2, .widget_recent_comments h2, .widget_archive h2, .widget_categories h2, .widget_meta h2{display:inline-block; width:100%; text-align:left;}
.widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul{display:inline-block; width:100%; text-align:left;}
.widget_recent_entries ul li, .widget_recent_comments ul li, .widget_archive ul li, .widget_categories ul li, .widget_meta ul li{display:inline-block; width:auto; }
.widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a{display:inline-block; width:auto; font-size:17px; color:#666;}


.site-main article.product.type-product{display:inline-block; width:33.33%; padding:0 15px; float:left; margin-bottom:20px;}
.site-main article.product.type-product .entry-header{display:inline-block; width:100%; text-align:center; border-top: solid 1px #ddd; border-left: solid 1px #ddd; border-right: solid 1px #ddd; margin-bottom:0; min-height:217px; position:relative;}
.site-main article.product.type-product .entry-summary{float:left; width:100%; text-align:center; border-bottom: solid 1px #ddd; border-left: solid 1px #ddd; border-right: solid 1px #ddd; overflow:hidden; padding:0 15px;}
.site-main article.product.type-product .entry-summary p{display:inline-block; width:100%; height:auto; margin-bottom:10px; overflow:hidden; white-space: nowrap;
text-overflow: ellipsis;}
.nav-links{display:inline-block; width:100%; text-align:center;}
.icon-arrow-right{
	display: inline-block;
    width: auto;
    font-size: 18px;
    color: #14425e;
    font-family: 'Poppins-Medium';
}
		
.nav-links span {
    display: inline-block;
    width: auto;
    margin:0; float: none;
}
.nav-links span.current {
    display: inline-block;
    width: auto;
    font-size: 18px;
    color: #14425e;
    font-family: 'Poppins-Medium';
	float:none;
	margin:5px 8px 0  0;
}
		
.page-numbers{
	display: inline-block;
    width: auto;
    font-size: 16px;
    color: #14425e;
    font-family: 'Poppins-Medium';
	float:none;
	margin:5px 8px 0  0;
}	
.screen-reader-text{margin:0;}
.next, .prev {display: inline-block; width: 180px; margin:0 0 0 5px;}
.prev {margin:0px 35px 0 0px;}
.next{margin-left:15px;}
.next svg, .prev svg{display:inline-block; width:30px; height:30px; float:none; position:relative; top:10px;}
.prev svg{float:none;}
.next .screen-reader-text{display: inline-block; width: auto; margin: 3px 10px 0 0; float: none;}
.prev .screen-reader-text{margin: 5px 0px 0 0; position:relative; top:10px;}
.prev span{float:right;}		 
.page-numbers.dots{float:none; margin:8px 8px 0 -8px; line-height:1;}
.meta-nav{margin-left:5px !important;}
	
.dekory.type-dekory, .post.type-post{float:left; width:33.33%; padding:0 15px; }
.dekory.type-dekory .entry-header, .post.type-post .entry-header{display:inline-block; width:100%;  border-top: solid 1px #ddd; border-left: solid 1px #ddd; border-right: solid 1px #ddd;}
.dekory.type-dekory .entry-header, .post.type-post .entry-summary{border-bottom: solid 1px #ddd; border-left: solid 1px #ddd; border-right: solid 1px #ddd; padding:15px; position:relative;	}
.dekory.type-dekory .entry-header h2.entry-title, .entry-header{margin-bottom:10px;}
.post.type-post .entry-header .post-thumbnail a img{display:inline-block; width:100%; height:auto; min-height:189px;}	
.post.type-post .entry-header .entry-meta{display:none;}

.page.type-page{display:inline-block; width:100%; text-align:center; margin-bottom:20px;}
.page.type-page .entry-header{float:none;}