/*****
*
*
*Author Name : Mostafizur Rahman
*Author URI : http://mostafiz.me/
*Version : 1.1
*Description : This is a responsive HTML & Bootstrap template developed by Mostafizur Rahman
*Template URI : http://mostafiz.me/demo/doctor/
*
*
****/
@-webkit-keyframes scroll_block
{
0%
{
	-webkit-transform: translate(0%, 0);
	transform: translate(0%, 0);
}
100%
{
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}	
}
@-moz-keyframes scroll_block
{
0%
{
	-moz-transform: translate(0%, 0);
}
100%
{
	-moz-transform: translate(-100%, 0);
}	
}
@-o-keyframes scroll_block
{
0%
{
	-o-transform: translate(0%, 0);
}
100%
{
	-o-transform: translate(-100%, 0);
}	
}
@keyframes scroll_block
{
0%
{
	transform: translate(0%, 0);
}
100%
{
	transform: translate(-100%, 0);
}	
}
@-webkit-keyframes show_banner
{
	0%
	{
		-webkit-transform: translate(300px, 0);
		transform: translate(300px, 0);
	}
	100%
	{
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
}
@-moz-keyframes show_banner
{
	0%
	{
		-moz-transform: translate(300px, 0);
	}
	100%
	{
		-moz-transform: translate(0px, 0);
	}
}
@-o-keyframes show_banner
{
	0%
	{
		-o-transform: translate(300px, 0);
	}
	100%
	{
		-o-transform: translate(0px, 0);
	}
}
@keyframes show_banner
{
	0%
	{
		transform: translate(300px, 0);
	}
	100%
	{
		transform: translate(0px, 0);
	}
}
body{
	margin: 0;
	margin-bottom: 250px;
	padding: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: #eaeef1;
}
body.home{
	background-color: #465e80;
}
body.modal-open
{
overflow: hidden;
/*position: fixed;*/
padding-right: 0 !important;
}
body.viewport-lg
{
	position: absolute;
}
li{
	list-style: none;
}
a:hover, a:visited, a{
	text-decoration: none;
}
a:focus
{
	outline: none;
}
h1, h2{
	text-transform: uppercase;
	font-weight: bold;
}
/*.loaded
{
	height: auto !important;
}*/
.flex
{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo
{
	background-color: #465e80;
}
.header-logo a:focus
{
	outline: none;
}
/*header area*/
.top-header{
	background: #465e80;
	position: fixed; /* position: relative;*/
	width: 100%;
	z-index: 99999;
	top: 0;
}
.header-backup{
	width: 20px;
	height: 119px;
	background: transparent;
	margin:auto;
}
.top-header img.logo{
	margin: 15px !important;
	width: 100px;
	height: 100px;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
  transition:all .5s ease 0s;
}
.home .top-header img.logo
{
	width: 126px;
	height: 126px;
}
.logo-caption
{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	padding-top: 60px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.logo-caption.logo1
{
	text-align: right;
}
.logo-caption.logo2
{
	text-align: left;
}

.logo-caption span
{
	font-size: 16px;
	font-weight: normal;
}
.header-menu
{
	border-top: 2px solid #fff;
	border-bottom: 3px solid #fff;
    background-color: #eaeef1;	
}
.block-links
{
	position: absolute;
	width: 70px;
	top: 0;
	right: 0;
}
.block-links a
{
	display: block;
	width: 100%;
	padding: 3px 5px;
}
.block-links a img
{
	width: 100%;
	height: auto;
}
.modal-banner
{
	position: fixed;
	z-index: 100000;
	right: 10px;
	bottom: 10px;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	background: url('images/slide3.png') no-repeat left top;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transform: translate(350px, 0);
	-moz-transform: translate(350px, 0);
	-o-transform: translate(350px, 0);
	-ms-transform: translate(350px, 0);
	transform: translate(350px, 0);
	-webkit-animation: show_banner 2s ease .5s;
	-moz-animation: show_banner 2s ease .5s;
	-o-animation: show_banner 2s ease .5s;
	animation: show_banner 2s ease .5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.modal-banner .modal-content
{
	background-color: transparent;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.modal-banner img
{
	width: 100px;
	height: auto;
}
.banner-content p
{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.online-modal, .chat-modal
{
    font-family: 'Open Sans', sans-serif;
	padding: 12px 0;
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #e27d09;
	background-color: #fcfcd8;
	border: 1px solid #ecde49;
	-webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
  transition:all .5s ease 0s;
}
.online-modal:hover, .chat-modal:hover, .chat:hover .chat-content
{
    color: #fcfcd8;
	background-color: #e27d09;
	border: 1px solid #ecde49;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  margin-top: 0 !important;
  width: 100%;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
  transition:all .5s ease 0s;
  margin: 0 auto;
}
.nav-bar{
	margin-top: 0 !important;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.sidebar ul.nav
{
	background-color: #fff;
}
.sidebar ul.nav-menu
{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 16px !important;
	color: #49586b;
	text-transform: uppercase;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
	padding: 14px 15px;
	border-bottom: none;
	/*font-weight: bold;*/
		font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-nav>li:nth-of-type(-n+4)
{
border-right: 1px solid #fff;	
}
.navbar-default .navbar-nav>li>a:hover{
	color: #42b3e5;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.nav>li
{
 
}
.down_menu
{
	display: none;
	position:absolute;
	padding: 10px;
	right: 0;
	top: 0;
	color: #a0b2c6;
}

.nav-children, .nav-menu .nav-product, .nav-children .nav-product
{
	display: none;
	
}
.nav-children .nav-product, .nav-menu .nav-product
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #f5f5f5;
padding-left: 0;
	}
.nav-children .nav-product li, .nav-menu  .nav-product li
{

padding-left: 50px;
	}
.nav-children>li:hover, .nav-menu>li:hover
{
	color: #eee;
}
.nav-children li.active, .nav-menu li.active 
{

background-color: #6ea3d9; /*#eee;*/

	}
	.nav-children li.active>a, .nav-menu li.active>a
	{
		color: #fff;
	}
	.nav-children>li.active>a:hover, .nav-children>li.active>a:focus,
	.nav-menu>li.active>a:hover, .nav-menu>li.active>a:focus
	{
	background-color: #6ea3d9;
    color: #fff;	
	}
.nav-children .nav-product li:hover, .nav-children li.product1.active
{

background-color: #6ea3d9;
	}
	.nav-children .nav-product li:hover a, .nav-children .nav-product li.product1.active a
	{
		color: #fff;
	}
	.nav-children .nav-product li a
	{
		border-bottom: 1px solid #bacad9;
	}
	.nav-children .nav-product li:last-of-type a
	{
		border-bottom: none;
	}
	
.nav-children .nav-product li a
{
	color: #5086a0;
}
.nav > li > a:hover > .down_menu, .nav > li.active > a > .down_menu
{
 display: block;
}
.nav>li>a, .nav-product>li>a
{
	display: block;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #dcdeeb;
	padding: 10px 30px 10px 15px;
	color: #465e80;
}
.nav-children li a, .nav-product li 
{
	padding-left: 30px;
}

.nav-product>li>a
li a.active{
	color: #42b3e5 !important;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}
.sidebar-wrapper .navbar-toggle 
{
	background-color: #e7e7e7;
	margin-top: -10px;
}
.sidebar-wrapper .navbar-collapse
{
padding-left: 0;
padding-right: 0;
}
.sidebar-wrapper .navbar-toggle .icon-bar {
    background-color: #000;
}

.sidebar-header
{
	position: relative;
	display: block;
	font-size: 20px;
	color: #fff;
	background-color: #465e80;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4em;
	padding: 50px 20px 10px 20px;
}
.sidebar-header a, .sidebar-header a:hover
{
	color: #fff;
}
.products-header.price, .products-header .product_meta
{
	display: none;
}
.clearfix-top
{
	position: relative;
	margin-top: 182px;
}
.home .clearfix-top
{
margin-top: 211px;
}
/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel-caption h1{
	font-size: 157px;
	color: #99CCFF;
	text-transform: uppercase;
	margin-bottom: 0;
}
.carousel-caption p{
	font-size: 40px;
	color: #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}
.carousel-caption button{
	width: 240px;
	height: 60px;
	background: #3a9ecb;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	border:0;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	transition:all .5s ease 0s;
}
.carousel-caption button:hover{
	background: #2a2a2a;
}
.carousel-control{
	width: 5%;
}
.carousel-inner{
/*	background: -webkit-linear-gradient(left, #000 , blue);*/ /* For Safari 5.1 to 6.0 */
/*	background: -o-linear-gradient(left, #000, blue);*/ /* For Opera 11.1 to 12.0 */
/*	background: -moz-linear-gradient(left, #000, blue);*/ /* For Firefox 3.6 to 15 */
/*	background: linear-gradient(to left, #000 , blue);*/ /* Standard syntax */
	
	background: transparent;
}
.item{
	position: relative;
}
.carousel-caption {
	position: absolute;
	text-align: left;
	left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
  margin-left: 0;
  margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
  margin-right: 0;
  margin-top: 50px;
}
#hCarousel
{
	height: 420px;
}
#hCarousel .wrap > .container
{
	padding: 20px 15px 20px;
}
#hCarousel .carousel-inner
{
	height: 420px;
}
#hCarousel .carousel-control.left, #hCarousel .carousel-control.right, #hCarousel .carousel-control.left:hover, #hCarousel .carousel-control.right:hover
{
	background: transparent;
}

#prodCarousel .carousel-indicators li
{
	background-color: #c3cad4;
	border: none;
	width: 14px;
    height: 14px;
	margin: 2px;
}
#prodCarousel .carousel-indicators li.active
{
	background-color: #6e8daa;
	border: none;
	width: 14px;
    height: 14px;
	margin: 2px;
	
}
#prodCarousel .product-content
{
	
	padding-bottom: 50px;
}
#prodCarousel a, #prodCarousel a:hover
{
	color: #fff;
}

#prodCarousel .category-img  .no-image
{
	height: 270px;
	width: auto;
}
#prodCarousel .product-content img
{
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}
#home .row-img 
{
	height: 420px;
	background: url(images/slide-5.png) no-repeat left top;
	-webkit-background-size: contain;
	background-size: contain;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#home .row-img .flex-column
{
/*padding-top: 20px;
padding-bottom: 20px;*/
}
.flex-column
{
-webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#home .flex-column .row.flex
{
	border-top: 1px solid #fff;
	padding: 10px;
	padding-left: 0;
}
#home
{
	border-top: 1px solid #d6e0ec;
	border-bottom: 1px solid #d6e0ec;
	background-color: #64a09e;
	/*background: -webkit-linear-gradient(left, #2354a0, #6d9ade 15%, #507fc7 40%, #507fc7 85%, #3060aa);
	background: -moz-linear-gradient(left, #2354a0, #6d9ade 15%, #507fc7 40%, #507fc7 85%, #3060aa);
	background: -o-linear-gradient(left, #2354a0, #6d9ade 15%, #507fc7 40%, #507fc7 85%, #3060aa);
	background: linear-gradient(to right, #2354a0, #6d9ade 15%, #638fd6 35%, #507fc7 50%, #507fc7 85%, #3060aa);*/
}
div#home
{
	position: relative;
	overflow: hidden;
}
#home .about-img img
{
	margin-left: -15px;
	vertical-align: bottom;
	
}
#home p
{
	font-size: 22px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
#home p span
{
	font-size: 26px;
	color: #fdfa8f;
}
.modal-title
{
	font-size: 22px;
	color: #3f7ecb;
	font-family: 'Open Sans', sans-serif;
}
.modal-title#bwModalLabel7
{
	    color: #e58224;
}
.product-page
{
	background-color: #eaeef1;
}
.nav-breadcrumb
{
background-color: #fff;
text-align: center;
}
.breadcrumb
{
background-color: #fff;	
padding-top: 10px;
padding-bottom: 10px;
text-align: left;	
width: 1170px;
display: inline-block;
margin-bottom: 0;
padding-left: 450px;
}

.blog-page .breadcrumb
{
	padding-left: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 7px;
}
.blog-page .breadcrumb span
{
	display: inline-block;
	padding-left: 100%;
	-webkit-animation: scroll_block 50s linear 0s infinite;
	-moz-animation: scroll_block 50s linear 0s infinite;
	-o-animation: scroll_block 50s linear 0s infinite;
	animation: scroll_block 50s linear 0s infinite;
}
.blog-page .breadcrumb ul
{
	margin-bottom: 0;
}
.blog-page .breadcrumb ul li
{
	font-weight: bold;
}
.post-excerpt
{
	font-size: 16px;
}
.products-header, .summary
{
	margin-top: 50px;
	background-color: #7c94ac; /*#465e80;*/
	font-family: 'Open Sans', sans-serif;
	padding: 5px 20px 5px 20px;
}
#prodCarousel .products-header
{
padding: 10px 20px 10px 20px;
background-color: #465e80;
height: 90px;
}
#prodCarousel .products-header p
{
	margin-bottom: 0;
}
.content-product h1
{
	margin-top: 10px;
}
.page-title, .entry-title
{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}
h3.page-title
{
	margin-top: 0;
	margin-bottom: 0;
}
.entry-title
{
	text-transform: none;
}
.product-content
{
	position: relative;
	display: block;
	background-color: #fff;
	text-align: center;
}
.entry-content
{
margin-bottom: 0;	
}
.product-content .row-category
{
	padding: 30px;
}
.row-category .category-info
{
	margin-bottom: 30px;
}
.row-category .thumbnail
{
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
}
.row-category .category-info .thumbnail img
{
	height: 100%;
	-webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
}
.row-category .category-info:hover .thumbnail img
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.row-category h3
{
	margin-top: 0;
}
.row-category  h3 a
{
	color: #7b95ac;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-shadow: 1px 1px 0px #ddd;
	display: block;
		
}
#prodCarousel .product-content
{
	min-height: 250px;
}
.product-content ul
{
	padding-left: 0;
}

.panel
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-inline
{
	padding: 10px 20px;
	background-color: #465e80;

}

#submit-form
{
	position: relative;
	font-size: 14px;
	margin-top: 0;
	font-weight: bold;
}

#modal_form #submit-form
{
font-size: 11px;
}
.submit-text
{
	position: relative;
	height: 20px;
}
.submit-text p
{
	position: relative;
	margin-bottom: 0;
}
.button-kons, .modal-kons
{
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 10px 50px;
	background-color: #c9d9f0;
	color: #1590b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.button-kons:focus, .button-kons:active, .modal-kons:focus, .modal-kons:active
{
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#manager_form
{
	padding: 0 30px;
}
#manager_form .button-kons
{
	background-color: #fcfcd8;
    border: 1px solid #ede046;
    color: #e58224;
	-webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
  transition:all .5s ease 0s;
}

#manager_form .button-kons:hover
{
    color: #fcfcd8;
	background-color: #e27d09;
	border: 1px solid #ecde49;
}
#managerModal
{
font-family: 'Open Sans', sans-serif;	
}
#managerModal>div
{
	max-width: 400px;
}
#manager_form label, #manager_form input, #manager_form textarea
{
	width: 100%;
	
}
#manager_form input, #manager_form textarea
{
	min-height: 30px;
}
#manager_form textarea
{
	resize: none;
	overflow: auto;
}
.form-inline input
{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	padding: 5px 10px;
	width: 100%;
}
.form-inline .form-group
{
	padding: 10px;
	width: 33%;
}
#formModalInfo .form-inline .form-group
{
width: 100%;
}
.product-content ul>li>a
{
	font-size: 16px;
	color: #4a5891;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: none !important;
}
.product-content ul>li:hover>a
{
color: #337ab7
}
.product-content ul>li
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.woocommerce-product-gallery
{
	opacity: 1 !important;
}
.woocommerce-product-gallery__trigger, .wc-tabs
{
	display: none !important;
}
.woocommerce-Tabs-panel
{
	margin-top: 10px;
}
.woocommerce-Tabs-panel h2
{
	display: none;
}
.shop_attributes
{
	margin: auto;
	background-color: #eaeef1;
}
.shop_attributes
{

	
}
.shop_attributes th, .shop_attributes td
{
	border-right: 1px solid #fff;
}
.shop_attributes tr th:last-of-type, .shop_attributes tr td:last-of-type
{
  border-right: none;
}
.shop_attributes th
{
	padding: 20px 30px 0 30px;
}
.shop_attributes td
{
	padding: 0; /*10px 40px 10px 30px;*/
vertical-align: top;
	}
.shop_attributes tr:last-of-type td
{
	padding-bottom: 20px; 
	}

	.shop_attributes span
{
	display: block;
}
.col-img
{
	
}
.img-brand
{
	position: absolute;
	top: 60px;
}
.img-brand2
{
	float: right;
	width: 100px;
	height: auto;
}
.sidebar-wrapper
{
	margin-top: -40px;
}
/*about area*/
.about
{
    background-color: #d2dae7;
}
.about-heading, .team-heading
{
	max-width: 1170px;
	margin: auto;
}
.about-text
{
	background-color: #465e80;
}
.about h2{
	font-size: 50px;
	color: #fff;
	margin-top: 50px;
}
.about h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 35px;
	font-family: 'Open Sans', sans-serif;
}


section, main
{
	position: relative;
}
section:not(.slider) .about-img img{
	width: 100%;
}
	
.about-detail
{
	background-color: #d2dae7;
}
.single-about-detail{
	position: relative;
	margin-top: 25px;
	margin-bottom: 55px;
	border: 2px solid #fff;
}
.pentagon-text h1{
	font-size: 60px;
	color: #383838;
	margin-top: 0;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
	position: absolute;
	  left: 15%;
	  width: 50px;
	  top: -6%;
}
.pentagon-text {
  width: 70px;
  height: 52px;
  background: #fff;
  position: relative;
   top: -30px;
  left: 43%;
}
.pentagon-text:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 15px solid #fff;
}
.pentagon-text:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0px;
  border-left: 36px solid transparent;
  border-right: 34px solid transparent;
  border-top: 15px solid #fff;
}
.about-details{
	background: #2a2a2a;
	border-top: 2px solid #fff;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
}
.about-details h3{
	font-size: 36px;
	color: #fff;
	margin-top: 0;
}
.about-details p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.single-about-detail:hover .about-details{
	background: #3a9dca;
}
.single-about-detail:hover .pentagon-text h1{
	color: #3a9dca;
}

/*service area*/
.service{
	background: url(images/pattern.jpg);
	background-repeat: repeat;
	/*margin-top: 40px;*/
}
.service h2{
	font-size: 50px;
	color: #fff;
	margin-top: 70px;
	margin-bottom: 0;
}
.service h4{
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 70px;
	display: block;
}
.single-service-img {
  width: 205px;
  height: 125px;
  background: #fff;
  position: relative;
  left: 50%;
  margin-left: -100px;
}
.single-service-img:before {
  content: "";
  position: absolute;
  top: -42px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 102px solid transparent;
  border-right: 104px solid transparent;
  border-bottom: 42px solid #fff;
}
.single-service-img:after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 102px solid transparent;
  border-right: 102px solid transparent;
  border-top: 42px solid #fff;
  z-index: 10;
}
.service-img {
  width: 200px;
  height: 123px;
  background: #3a9ecb;
  position: relative;
  top: 1px;
  left: 2px;
}
.service-img:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 40px solid #3a9ecb;
}
.service-img:after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 40px solid #3a9ecb;
  z-index: 999;
}
.single-service h3{
	margin-top: 60px;
	color: #fff;
	padding-bottom: 90px;
}
.service-img img.heart{
	left: 20%;
	top: 18%;
}
.service-img img.brain{
	left: 26%;
	top: 11%;
}
.service-img img.knee{
	left: 38%;
}
.service-img img.bone{
	left: 25%;
	top: 14%;
}
.service-img img{
	position: absolute;
}
.product
{
	text-align: center;
}
.product p
{
	color: #58595b;
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
	text-align: left;
	padding-left: 30px;
}
.product p.product-pdf
{
	padding-left: 0;
	text-align: center;
}
.charfix
{
	margin-left: 20px;
}
.woocommerce-product-gallery__image
{
	width: 50%;
	margin: 0 auto;
}
.product .wp-post-image
{
	width: 100%;
	height: auto;

}
/*team section*/
.team-text
{
	background-color: #dfe7f2;
}
.team{
	padding-bottom: 60px;
	background-color: #fff;
}
.team h2{
	font-size: 50px;
	color: #3f7ecb;
	margin-top: 50px;
}
.team h4{
	font-size: 16px;
	color: #3f7ecb;
	margin-top: 0;
	margin-bottom: 45px;
	font-family: 'Open Sans', sans-serif;
}
.team-detail
{
	padding-top: 15px;
}
.single-member{
	margin-top: 25px;
	padding: 0;
}
.person-info
{
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid;
  border-color:#3a9cc8;
}
.person
{
	overflow: hidden;
}
.person img{
	width: 100%;
	-webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
}
.person-detail{
	padding:10px;
	background: #3a9cc8;
	position: relative;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
}
.arrow-top{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #3ba0cc;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	bottom: -10px;
  	left: 46%;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
}
.arrow-bottom{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #3ba0cc;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top: -9px;
  	left: 46%;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
}
.person-detail h3{
	font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}
.person-detail p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.single-member:hover .person-detail{
	background: #2a2a2a;
}
.single-member:hover .arrow-top{
	background: #2a2a2a;
}
.single-member:hover .arrow-bottom{
	background: #2a2a2a;
}
.single-member:hover .person-info{
	border-color: #2a2a2a;
}
.single-member:hover .person img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*contact section*/
.contact-caption{
	background: #3a9dca;
}
.contact-heading h2{
	color: #fff;
	font-size: 90px;
}
.contact-info{
	padding-left: 40px;
}
.contact-info h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-form h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-info ul{
	margin: 0;
	padding: 0;
}
.contact-info ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
.contact-info i.glyphicon{
	font-size: 16px;
  	padding-right: 12px;
  	width: 25px;
  	height: 38px;
}
.contact-info ul li span{
	font-weight: bold;
}
.contact-form input{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	padding:12px;
	width: 100%;
	height: 140px;
	border:0;
	margin-bottom: 12px;
}
.info-detail{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
}
.form{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
	text-align: right;
}
.contact-form button.submit-btn{
	width: 180px;
	height: 50px;
	float: right;
	font-size: 24px;
	color: #fff;
	background: url(images/btn-bg.jpg);
	background-repeat: no-repeat;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
	font-weight: bold;
}
.contact-form{
	padding-right: 40px;
}

/*gmap*/
#map{
	height: 830px;
}
.map{
	position: relative;
	overflow: hidden;
}
.contact{
	position: absolute;
	width: 100%;
	height: 830px;
	margin-top: 0px;
	left: 0;
	margin-top: -830px;
	background: rgba(0, 0, 0, 0.51);
}
.contact-caption{
	margin-top: 120px;
}
.about-page
{
	background-color: #eaeef1;
	padding-top: 20px;
}
.blog-header
{
	margin-top: 20px;
	    background-color: #ddd;
		padding: 5px 0;
		}
		
		.blog-header h1
		{
			margin: 0;
		}
.blog-page article
{
    border: 1px solid #ddd;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
.blog-page article img
{
	max-width: 100%;
}
.post-meta
{
	border-bottom: 1px solid #ddd;
}
.post-meta span
{
	margin: 0 10px;
}

.post-info h2
{
	margin-top: 0;
	margin-bottom: 0;
}
.contacts iframe
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.contact-wrapper
{
	position: relative;
	min-height: 750px;
	height: -webkit-calc(100vh - 435px);
	height: -moz-calc(100vh - 435px);
	height: calc(100vh - 435px);
}
.page-info
{
	position: absolute;
	width: 420px;
	z-index: 2;
	left: 60px;
	background-color: rgba(70, 94, 128, .8);
	padding: 10px 40px 10px 10px;
}

.page-info h1
{
	padding-left: 30px;
}
.page-info h1, .page-info ul li
{
	margin-bottom: 30px;
}
.contacts span.glyphicon
{
	display: block;
	width: 36px;
	float: left;
	position: relative;
	margin: 5px 10px 30px 10px;
}
.contacts span.glyphicon:before
{
font-size: 36px;
width: 34px;
}
.contacts div.contact1
{
display: block;
margin-right: 30px;
}

.contacts a, .contacts a.hover
{
color: #fff;	
}

/*footer*/
.footer
	{
		background-color: #465e80;
		padding-top: 40px;
	}
.footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-top: 20px solid #f5f5f5;
}

	.footer-row
{
 
  position: relative;
}
.footer-para{
	margin: 0;
	padding: 0 10px;
	/*padding-top: 20px;*/
    padding-bottom: 50px;
	color: #fff;
}
.footer p{
	font-size: 12px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 25px 0;
}
.footer p.social
{
	padding: 0;
}
.footer p.social a
{
	display: inline-block;
	color: #b1b1b1;
}
.footer p.social a span
{
	font-size: 12px;
	display: block;
}
.footer p.copyright
{
	padding-top: 10px;
	color: #fff;
}
.footer p span
{
	font-size: 18px;
}

.footer .footer-para p{
	padding: 0;
	color: #fff;
	font-size: 14px;
}

.footer .footer-para p strong
{
	font-size: 16px;
}
.footer .footer-para p span
{
	white-space: nowrap;
	font-size: 14px;
}
.footer a i.fa{
	font-size: 20px;
	color: #b1b1b1;
	padding: 0;
}

.footer a i.fa:hover{
	color: #42b3e5;
}
.contacts
{
	font-size: 16px;
	color: #e2e2e2;
		font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	position: relative;
}
.footer-menu ul li a
{
	font-size: 14px;
	color: #fcfcd8;
	font-family: 'Open Sans', sans-serif;
}
.footer-menu ul li a:hover
{
	color: #ede046;
}
.footer-logo a
{
	display: inline-block;
}
.fb
{
	width: 100px;
	height: auto;
}
.carousel-inner{
	position: relative;
}

/*======================css for carousel=========================*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  	z-index: 2;
    opacity: 1;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
}

@media all and (transform-3d), (-webkit-transform-3d), (-moz-transform-3d), (-o-transform-3d), (-ms-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
	  width: 100%;
/* 	  height: 100%;  */
    }
.modal.fade
{
	z-index: 100001;
	background-color: rgba(0,0,0, .5);
}
#dateModalInfo .modal-dialog, #timeModalInfo .modal-dialog, #formModalInfo .modal-dialog, #responseModalInfo .modal-dialog, #konsModalInfo .modal-dialog, #contentModalInfo .modal-dialog, #managerModal .modal-dialog {
    margin: 100px auto;
	font-family: 'Open Sans', sans-serif;
}
.mon
{
    font-size: 22px;
	color: #3f7ecb;
    font-family: 'Open Sans', sans-serif;
}

.cal-table
{
	margin: 0 auto;
	 font-family: 'Open Sans', sans-serif;
}
.cal-table .mday
{
	cursor: pointer;
}
.cal-table .mday.bg-primary
{
	color: #fff !important;
}
.cal-table .date-now
{
	background-color: #3a9ecb;
}
.btn-prev, .btn-next
{
	margin-top: 20px;
	margin-bottom: 10px;
}
.btn-prev .fa
{
	margin-right: 5px;
}
.btn-next .fa
{
	margin-left: 5px;
}
#formModalInfo .btn-prev
{
	margin-top: 10px;
}
.btn-prev:focus, .btn-prev:active, .btn-next:focus, .btn-next:active
{
outline: none;
}

.btn-prev span.glyphicon
{
	margin-right: 10px;
}
.btn-next span.glyphicon
{
	margin-left: 10px;
}
#select_form
{
	display: inline-block;
	width: 100%;
	position: relative;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	    font-size: 14px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#select_form span
{
	position: absolute;
	display: block;
	right: 5px;
	top: 8px;
	z-index: 1;
}
.modal-banner select
{
	display: inline-block;
	width: 100%;
	 font-size: 14px;
	padding: 6px 12px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	position: relative;
	z-index: 2;
}
.modal-banner select option
{
	font-size: 16px;
}
.modal-banner select:focus, .modal-banner select:active
{ 
outline: none;
}
.modal-banner select::-ms-expand
{
	display: none;
}
#responseModalInfo p
{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
#responseModalInfo p span
{
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

#responseModalInfo .btn
{
		font-family: 'Open Sans', sans-serif;
		margin-top: 10px;
		width: 50%;
}
.text-content
{
	font-size: 16px;
}
.chat {
    height: 110px;
    position: relative;
    width: 100%;
	display: block;
    cursor: pointer;
}
.chat-holder
{
	position: relative;
	width: 110px;
	height: 110px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #dbd26a;
	float: left;
	z-index: 2;
}
.chat-holder img
{
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.chat-content
{
	position: relative;
	top: 24px;
	padding: 15px 20px;
	text-indent: 40px;
	background-color: #fcfcd8;
	border: 1px solid #ede046;
    color: #e58224;
	font-size: 16px;
	line-height: 1em;
	font-family: 'Open Sans', sans-serif;
	margin-left: 60px;
	z-index: 1;
	-webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
  transition:all .5s ease 0s;
	
}
.chat-text
{
	position: relative;
	top: 30px;
	font-size: 14px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-indent: 10px;
}
.chat-text span
{
	font-size: 12px;
	color: #999999;
}

/******************************
responsive area
********************************/
@media (min-width: 1200px)
{
	.logo-caption.logo2
	{
		white-space: nowrap;
	}
	
	.row-category .thumbnail
	{
		width: 300px;
	   height: 122px;
	   margin: 0 auto;
	}
	.category-info .category
	{
		display: block;
		width: 304px;
		margin: 0 auto;
	}
		#prodCarousel, .product-page-content
	{
		width: 90%;
		margin: 0 auto;
	}
    #prodCarousel .products-header
	{
		height: 80px;
	}
	#prodCarousel .category-img
	{
		width: 100%;
		 height: auto;
		 padding-bottom: 10px;
	}
	#prodCarousel .products-header p
	{
		line-height: 1em;
	}
	.row-category .category-info .thumbnail img
{
	width: auto;
	height: 100%;
}
#prodCarousel .category-img
{
	min-height: 270px;
}
#prodCarousel  .carousel-indicators 
{
    bottom: 0;
}
#prodCarousel .product-content {
    padding-bottom: 20px;
}
#prodCarousel .products-header, .products-header, .summary
{
	margin-top: 20px;
}
.page-info
{
	bottom: 0;
}
.contacts span.glyphicon
{
	margin-left: 0;
	margin-right: 20px;
}
.contacts span.glyphicon.glyphicon-envelope
{
	margin-top: -5px;
}
}
@media (min-width: 768px)
{
	body
	{
		height: auto !important;
	}
	
	.form-inline
{
	height: 140px;
}
#formModalInfo .form-inline {
    height: 238px;
}
}
@media (min-width: 1200px) and (max-width: 1320px)
{
	#home .row-img 
{
background-position: -70px 0;
}
	.img-brand
	{
		left: -10px;
	}
}
@media (min-width: 1200px) and (max-width: 1250px)
{
		#prodCarousel
	{
		width: 700px;
		margin: 0 auto;
	}
    
	#prodCarousel .category-img
	{
		 /*height: 300px;*/
		 padding-bottom: 10px;
	}
	}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.logo-caption.logo2
	{
		white-space: nowrap;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 14px !important;
	  padding: 14px 8px;
	  border-bottom: none;
	}
	.online-modal, .chat-modal
	{
		font-size: 16px;
	}
	#hCarousel .wrap > .container 
	{
		margin-top: -70px;
	}
	.carousel-caption h1 {
  		font-size: 120px;
  	}
  	.carousel-caption p {
  		font-size: 32px;
  	}
  	.carousel-caption button {
	  width: 215px;
	  height: 55px;
	  font-size: 26px;
	}
	#home p {
		font-size: 16px;
		line-height: 1.3em;
	}
	#home p span {
     font-size: 22px; 
}
	#home .row-img {
    min-height: 340px;
}
.img-brand
{
	width: 70%;
	height: auto;
	top: 50px;
}
	
	#hCarousel
{
	height: 340px;
}
	#prodCarousel
{
	width: 90%;
	/*height: 340px;*/
	 margin: 0 auto;

}
#prodCarousel .category-img
	{
		padding-bottom: 10px;
	}
	#prodCarousel .product-content
{
	padding-bottom: 20px;
		 min-height: 150px;
}
#prodCarousel .category-img
	{
		/* height: 250px;*/
		 padding-bottom: 10px;
	}
	#prodCarousel .carousel-indicators
	{
	bottom: 0px;
	}
	.page-title, .entry-title {
		font-size: 22px;
    line-height: 1.2em;
}
#prodCarousel .products-header
{
	height: 70px;
}
#hCarousel .wrap
{
margin: 0 auto 0;
padding: 0;
}
.pdf-file
{
	width: 40px;
	height: auto;
}
	.sidebar-header
	{
		padding-top: 40px;
	}
	.products-header, .summary {
    margin-top: 20px;
	}
	.online-modal, .chat-modal
	{
	padding: 12px 0;
	display: block;
	width: 100%;
	}
  	.person-detail h3 {
  		font-size: 16px;
		text-transform: uppercase;
  	}
  	.person-detail p {
  		font-size: 12px;
  	}
 .breadcrumb
{
	width: 970px;
}

#bwModalInfo .modal-dialog {
    margin: 150px auto;
}
.row-category .thumbnail
{
	height: 124px;
}
.row-category .category-info .thumbnail img
{
	width: auto;
	height: 100%;
}
.page-info
{
	bottom: 0;
}
.product p
{
	font-size: 16px;
}
.contacts span.glyphicon
{
	margin-left: 0;
	margin-right: 20px;
}
.contacts span.glyphicon.glyphicon-envelope
{
	margin-top: -5px;
}
.footer
	{
		padding-top: 20px;
	}
	
}

/* sm */
@media (max-width: 991px) {
	body
	{
		height: auto !important;
	}
	.top-header
	{
		position: relative;
	}
	.clearfix-top, .home .clearfix-top
	{
		padding-top: 0;
		margin-top: 0;
	}
	.logo-caption
	{
		padding-top: 20px !important;
	}
	.down_menu
	{
		display: block;
	}
	
	.page-info
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.breadcrumb
	{
		width: 100%;
	}
	.page-info ul li {
  display: block;
  float: left;
  width: 48%;
  margin-bottom: 0;
}
.contacts {
    font-size: 14px;
}
.contacts span
{
	display: inline !important;
}
.contacts span.glyphicon
{
	display: inline;
	float: left;
	margin-top: -2px;
}
.contacts iframe {
    width: 100%;
}

}
@media (min-width: 768px) and (max-width: 991px) {
	.logo-caption.logo2
	{
		font-size: 30px;
	}
	.top-header img.logo {
    width: 90px;
    height: 90px;
	}
	.block-links
	{
		padding-top: 10px;
	}
	.block-links a
{
	width: 70%;
	padding: 2px 0;
}
	.page-title, .entry-title {
    font-size: 20px;
	line-height: 1em;
	}
	.navbar-default .navbar-nav>li
	{
		padding: 5px;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  padding: 10px 2px;
	}
	.online-modal, .chat-modal
	{
	padding: 12px 0;
	white-space: normal;
	font-size: 14px;
	line-height: 1em;
	display: block;
	width: 100%;
	-webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
	}
	.online-modal, .chat-modal, #w1
	{
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
	}
	#w1
	{
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
	}
	#w1-collapse
	{
		padding-left: 0;
		padding-right: 0;
	}
	.products-header, .summary {
    margin-top: 10px;
	}
	#home .row-img
	{
		padding-left: 50px;
		padding-right: 50px;
	}
		#prodCarousel
{
	width: 90%;
	/*height: 340px;*/
	 margin: 0 auto;

}
#prodCarousel .products-header
{
	height: 60px;
}
#prodCarousel .product-content
{
	padding-bottom: 10px;
		 min-height: 150px;
}
#prodCarousel .category-img
	{
		/* height: 250px;*/
		 padding-bottom: 10px;
	}
	#prodCarousel .carousel-indicators
	{
	bottom: -10px;
	}
	.carousel-caption h1 {
  		font-size: 90px;
  	}
  	.carousel-caption p {
  		font-size: 30px;
  	}
  	.carousel-caption button {
		 width: 180px;
		 height: 50px;
		 background: #3a9ecb;
		 color: #fff;
		 font-size: 22px;
	}
	h2 {
  	/*	font-size: 50px !important;*/
  	}
  	h4 {
  		font-size: 18px !important;
  	}
  	#map{
		height: 1050px;
	}
	.contact{
		margin-top:-1050px;
		height: 1050px;
	}
	.contact-caption {
	 margin-top: 110px;
	}
	.page-info ul li 
		{
			padding: 10px;
		}
		.page-info ul li span.glyphicon.glyphicon-earphone, .page-info ul li span.glyphicon.glyphicon-envelope
		{
			margin-top: -5px;
		}
	.navbar-default, .breadcrumb
{
	/*width: 750px;*/
}
.row-category .thumbnail
{
	width: 200px;
	    height: 80px;
		margin: 0 auto;
}
.pdf-file
{
	width: 40px;
	height: auto;
}
.sidebar-wrapper {
    margin-top: 0;
}
.breadcrumb
{
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.img-brand
{
	top: 60px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px !important;
}
.sidebar-header
	{
		padding-top: 40px;
	}
	.footer
	{
		padding-top: 20px;
	}
	
	.footer-para
	{
		padding-bottom: 10px;
	}
	.contacts span.glyphicon {
      margin: 5px 10px 10px 10px;
}
.page-info h1
{
	margin-bottom: 10px;
}
.contact1 p
{
	display: inline-block;
}
}
@media (min-width: 768px) and (max-width: 800px) {
	
	#hCarousel, #hCarousel .carousel-inner, #home .row-img
	{
	height: 480px;	
	}
	}
/* xs */
@media (max-width: 767px)
{
	body.home {
    background-color: #f5f5f5;
}
.block-links
{
	text-align: right;
	width: 300px;
}
.block-links a
{
	display: inline-block;
	width: 70px;
	padding: 0 10px 10px 10px;
}
.row-category .category-info .thumbnail img {
    width: 100%;
    height: auto;
}
.row-category .thumbnail
{
	height: auto;
}
.img-brand
{
	top: 0px;
}

	.navbar-default, .breadcrumb
{
	width: 100%;
}
.logo-caption.logo1, .logo-caption.logo2
{
	text-align: center;
}
.logo-caption.logo1
{
	font-size: 30px;
}
 .logo-caption.logo2
{
	text-align: center;
	font-size: 24px;
}
.logo-caption span
{
	font-size: 30px;
}
.header-logo
{
	text-align: center;
}
.top-header img.logo
{
	display: inline-block;
	width: 60px !important;
	height: 60px !important;
	
}
.online-modal, .chat-modal
{
	margin: 10px 0;
}
.sidebar-wrapper {
    margin-top: 0;
}
#home .row-img
{
	background: transparent !important;
		margin-left: 50px;
		margin-right: 50px;
}
#hCarousel, #hCarousel .carousel-inner, #home .row-img
	{
	height: 500px;	
	}
#home p, #home p span {
    font-size: 20px;
}
.img-brand
{
	position: relative;
}
.breadcrumb
{
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
#prodCarousel
{
	width: 90%;
	margin: 0 auto;
}
#prodCarousel .products-header
{
	height: 60px;
	
}
#prodCarousel
{
	
	/*height: 340px;*/
	 margin: 0 auto;
}
#prodCarousel .product-content
{
	padding-bottom: 10px;
		 min-height: 100px;
}
#prodCarousel .category-img
	{
			 padding-bottom: 10px;
	}
	#prodCarousel .category-img
	{
		/* height: 250px;*/
		 padding-bottom: 10px;
	}
	#prodCarousel .carousel-indicators
	{
	bottom: -10px;
	}
.products-header, .summary {
    margin-top: 10px;
}
.page-title, .entry-title {
    font-size: 20px;
	line-height: 1em;
}
.form-inline .form-group
{
	width: 100%;
	
}
.form-inline .form-group input
{
	width: 70%;
}
.contacts
{
background-color: rgb(70, 94, 128);
}
.contact-wrapper
{
	min-height: 300px;
	height: 350px;
}
.page-info
{
	height: 100%;
}

.page-info h1
{
	font-size: 30px;
}
.page-info ul li
{
	width: 100%;
	padding-bottom: 0;
}
.page-info ul li:last-of-type
{
	padding-bottom: 30px;
}
	.page-info ul li p
{
	display: inline;
}
.contacts span.glyphicon
{
	float: none;
}
.contacts span.glyphicon:before {
    font-size: 24px;
    width: 34px;
}
.footer
{
	padding-top: 20px;
}
.footer p.social
{
	text-align: center;
}
.footer .copyright
{
	padding-bottom: 0;
}

	.footer-para
	{
		padding-bottom: 10px;
		 text-align: center;
	}
	.footer-chat
	{
  position: absolute;
  top: 134px;
	}
	
.footer-logo img
{
	width: 65px;
	height: 65px;
}
.footer-menu ul
{
	padding-left: 0;
}
.footer-menu ul li
{
	text-align: center;
	width: 20%;
    display: inline-block;
}
.footer a i.fa {
    font-size: 24px;
    color: #b1b1b1;
}
.footer p.copyright
{
	text-align: center;
}
.modal-banner .modal-header
{
padding: 5px 15px;
}
.modal-banner img {
    width: 80px;
}
.modal-banner .form-group {
    margin-bottom: 10px;
}
.modal-banner .form-name, .modal-banner .form-phone, .modal-banner .modal_form label, .modal-banner .modal_form #select_form
{
	display: inline-block;
	width: 46%;
}
.modal-banner .button-kons
{
	padding: 5px 50px;
}
.modal-banner .modal-body
{
	padding-bottom: 5px;
}

}

@media (min-width: 480px) and (max-width: 767px) {
	body
{
	margin-bottom: 300px;
}
	.header-logo img{
	  margin-top: 20px;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	}
	.carousel-caption {
	    margin-top: -110px;
	}
	.carousel-caption h1 {
  		font-size: 75px;
  	}
  	.carousel-caption p {
  		font-size: 25px;
  	}
  	.carousel-caption button {
	  width: 160px;
	  height: 40px;
	  font-size: 20px;
	}
	#map{
		height: 1120px;
	}
	.contact{
		height: 1120px;
		margin-top: -1120px;
	}
	.about h2, .service h2, .team h2 {
	  font-size: 50px !important;
	}
	h4{
  		font-size: 21px !important;
  	}
	.contact-info ul {
	  margin-left: 4px;
	}
	.contact-info i.glyphicon {
	  width: 25px;
	}
	.contact-caption {
	  margin-top: 140px;
	}
	.navbar-default .navbar-nav>li:nth-of-type(-n+6) {
    border-right: none;
}

.footer
{
	height: 320px;
}
.chat
{
	width: 70%;
	margin-left: 15%;
}
}
@media (max-width: 650px) {
.logo-caption.logo1, .logo-caption.logo1 span, .logo-caption.logo2 {
   font-size: 20px;
}	

}
@media (max-width: 560px) {

.logo-caption {
    padding-top: 20px !important;
}
.online-modal, .chat-modal
{
	padding: 12px 0;
	white-space: normal;
}
.chat
{
	width: 100%;
	margin-left: 0;
}
}
@media (max-width: 550px) {
body {
	margin-bottom: 400px;
}
#home .flex-column .row.flex
{
	display: block;
}
.navbar-default .navbar-nav>li:nth-of-type(-n+6) {
    border-right: none;
}
#hCarousel, #hCarousel .carousel-inner, #home .row-img
	{
	height: 550px;	
	}
#hCarousel .carousel-control.left
{
	padding-left: 5px;
}
#hCarousel .carousel-control.right
{
	padding-right: 20px;
}
#prodCarousel .carousel-indicators li, #prodCarousel .carousel-indicators li.active
{
	width: 10px;
	height: 10px;
}
#home .row-img .flex-column {
    padding-top: 0;
    padding-bottom: 0;
}
#home p
{
	font-size: 18px;
}
.footer
{
	height: 340px;
}
}
/* XS Portrait */
@media (max-width: 479px) {
	body
{
	word-wrap: break-word;
}
	.top-header img.logo {
	  margin: 20px 10px;
	}
	.logo-caption.logo1, .logo-caption.logo2 {
    font-size: 16px;
}
.row-category h3 a
{
	font-size: 16px;
}
.logo-caption.logo1 span
{
	display: none;
}
#prodCarousel
{
    width: 100%;
	/*height: 340px;*/
	 margin: 0 auto;
}
#prodCarousel .category-img
	{

		 padding-bottom: 20px;
	}
	
	.page-title, .entry-title, .product p {
    font-size: 16px;
  
}
.charfix {
    width: 60px;
	height: auto;
}
.pdf-file
{
	width: 50px;
	height: auto;
}
	.navbar-default .navbar-toggle {
		 border-color: #fff;
		 /*margin-top: -7px;*/
		 right: 10%;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  text-align: left;
	}
	.header-backup{
		  height: 80px;
	}
	.carousel-caption {
	    margin-top: -60px;
	}
	.carousel-caption h1 {
  		  font-size: 20px;
  	}
  	.carousel-caption p {
  		font-size: 12px;
  	}
	.carousel-caption button {
	  width: 90px;
	  height: 23px;
	  font-size: 16px;
	}
	.carousel-control .glyphicon-circle-arrow-right, .carousel-control .icon-next {
	  margin-top: 30px;
	  margin-left: -5px;
	}
	.carousel-control .glyphicon-circle-arrow-left, .carousel-control .icon-prev {
	  margin-top: 30px;
	}
	.about h2 {
	  font-size: 50px;
	  color: #42b3e5;
	  margin-top: 30px;
	}
	.service h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}
	.team h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}
	h4 {
	  font-size: 18px !important;
	}
	.contact-caption{
		margin-top: 38%;
	}
	#map{
		height: 950px;
	}
	.contact{
		height: 950px;
		margin-top: -950px;
	}
	.contact-heading h2 {
	  font-size: 50px;
	  text-align: left;
	  margin-left: 15px;
	}
	.contact-info h3 {
	  margin-left: 8px;
	  font-size: 25px;
	  padding-bottom: 8px;
	}
	.info-detail {
	  margin-left: 8px;
	}
	.contact-info ul li {
	  font-size: 10px;
	}
	.contact-info i.glyphicon {
	  font-size: 13px;
	  width: 20px;
	  height: 18px;
	}
	.contact-info, .contact-form{
		padding: 10px;
	}
	.contact-form h3 {
	  font-size: 25px;
	  padding-bottom: 8px;
	  margin-bottom: 0;
	  margin-right: 0px;
	}
	.page-info
	{
		padding: 10px;
	}
	.footer a i.fa {
	  font-size: 18px;
	  padding: 0;
	}
	.footer p {
  		font-size: 10px;
  	}
	.contacts {
    font-size: 12px;
	}
	
	.footer .footer-para p, .footer .footer-para p span {
    
    font-size: 12px;
}
.chat
{
	height: 150px;
}

.form-inline .form-group input {
    width: 100%;
}
.button-kons, .modal-kons
{
	padding: 10px;
}
#hCarousel .wrap > .container {
    padding: 20px 15px 20px;
}
.footer-menu ul li a
{
	font-size: 12px;
	word-wrap: normal;
}
.modal-banner img
{
	width: 70px;
}
.modal-banner .modal-header {
    padding: 0;
    border-bottom: none;
}
.modal-banner .modal-header .close {
    margin-top: 2px;
    margin-right: 2px;
}
.modal-banner .modal-body
{
padding: 5px 15px;
}
.modal-banner p, .modal-banner input, .modal-banner select, .modal-banner select option, .modal-banner label, .modal-banner button 
{
	font-size: 12px;
}
.modal-banner input, .modal-banner select
{
height: 24px;
}

.modal-banner .form-group {
    margin-bottom: 5px;
}
.modal-banner input, .modal-banner select 
{
padding: 3px 12px;
}
.modal-banner #select_form span
{
	top: 4px;
}
.modal-banner .button-kons {
    padding: 5px;
}
}
@media (max-width: 400px) {
	.top-header img.logo {
    width: 50px !important;
    height: 50px !important;
	margin-top: 24px !important;
}
.logo-caption {
    padding-top: 24px !important;
}
.block-links {
    width: 240px;
}
#home p
{
	font-size: 16px;
}
#hCarousel, #hCarousel .carousel-inner, #home .row-img
	{
	height: 620px;	
	}
	#home .row-img
	{
    margin-left: 20px;
    margin-right: 20px;
	}
	.wrap
	{
		padding: 0;
	}
.about-page img
{
	width: 100%;
	height: auto;
}
.footer
{
	height: 380px;
}
.footer-menu ul li
{
width: 50%;
}
}
@media (max-width: 350px) {
	.top-header img.logo {
    width: 40px !important;
    height: 40px !important;
}
.logo-caption {
    padding-top: 20px !important;
}

#hCarousel {
   /* height: 500px;*/
}
#prodCarousel
{

	/*height: 340px;*/
	 margin: 0 auto;
}
#prodCarousel .category-img
	{

		 padding-bottom: 20px;
	}
	.page-title, .entry-title {
    font-size: 14px;
}
.footer ul
{
	padding-left: 0;
}
.footer-chat
{
	top: 190px;
}
}
@media (max-width: 320px) {

.footer-chat
{
	top: 200px;
}
}
@media (max-width: 300px) {
	.top-header img.logo {
    width: 30px !important;
    height: 30px !important;
}
.logo-caption.logo1, .logo-caption.logo1 span, .logo-caption.logo2 {
   font-size: 13px;
}
.logo-caption.logo1
{
	white-space: nowrap;
}
.block-links a {
    width: 50px;
    padding: 0 0 10px 0;
    margin: 0 2px;
}	
.table.cal-table>thead>tr>td, .table.cal-table>tbody>tr>td
{
	padding: 2px;
}
.sidebar-wrapper .navbar-toggle {
    margin-top: -70px;
}
#home .row-img {
    margin-left: 30px;
    margin-right: 20px;
}
#home .flex-column .row.flex
{
	border: none;
}
#home p, #home p span {
    font-size: 14px;
}
.img-brand, .img-brand2
{
	width: 60px;
	height: auto;
}
.about h2, .service h2, .team h2
{
	font-size: 34px;
}
.about-page h2
{
	font-size: 22px;
}
.page-info h1{
padding-left: 20px;
}
.page-info ul
		{
			padding-left: 0;
		}
		.contacts div.contact1
		{
			margin-right: 10px;
		}
		
.button-kons {
    white-space: normal;
}
.footer {
    height: 380px;
}
.footer-menu ul li a, .chat-content, .chat-text {
    font-size: 12px;
	text-indent: 0;
	text-align: center;
	}
	.chat-content, .chat-text {
		word-wrap: break-word;
	}
	.chat-text, .chat-text span {
    font-size: 10px;
	}
	.footer-menu ul
	{
		padding-left: 0;
		margin-bottom: 0;
	}
	.footer-menu ul li a
	{
		word-wrap: normal;
		font-size: 10px;
		text-align: left;
		white-space: nowrap;
	}
	.chat-holder
	{
		width: 90px;
    height: 90px;
	}
	.footer-chat
{
	top: 210px;
}
.footer-menu ul li
{
	width: 50%;

}
.modal-banner .form-name, .modal-banner .form-phone, .modal-banner .modal_form label, .modal-banner .modal_form #select_form
{
	width: 100%;
}
}