
/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,600italic,700,700italic);

	
* {
    margin: 0px;
    padding: 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #767676;
	width:100%;
	background: #FFF !important;
	overflow-y: scroll;
	overflow-x: hidden!important;
	-webkit-font-smoothing: antialiased;
	line-height: 1.8em;
}
::selection {
  background: #1ABC9C;
  color: #FFF;
  text-shadow: none;
}
.fa-cog{
    font-size:18px;
	color: #4A4444;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 900ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 900ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform:rotate(0deg);
  }

  to {
    -webkit-transform:rotate(360deg);
  }
}
small.help-block:before {
	top: -8px;
	content: '';
	left: 10%;
	display: block;
	height: 15px;
	width: 15px;
	opacity: 1;
	margin: 0 0 -7px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	background-color: #FFF;
	border-top: 1px solid;
	border-left: 1px solid;
}
small.help-block {
	background-color: #FFFFFF;
	color: #DA0000;
	padding: 10px;
	max-width: 250px;
	font-size: 16px;
	box-shadow: 3px 3px 0px #e9e9e9;
	border: 1px solid #DA0000;
	position: relative;
	margin-top: 13px;
}
.captcha small.help-block {
	margin-left: 23%;
}
/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
.icon-angle-up:before {
  content: "\f106";
    font-family: FontAwesome;
}
#gotoTop {
	display: none;
	z-index: 999999999999999;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #1c1c1c;
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #0068B3; }
ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
	
}

a, a:hover {
    text-decoration: none !important;
}

i {
	font-size: 1.1em;
}
h1 {
    font-size: 24px;
	line-height: 30px;
}

h2 {
    font-size: 22px;
	line-height: 28px;
}

h3 {
    font-size: 18px;
	line-height: 24px;
}

h4 {
    font-size: 16px;
	line-height: 22px;
}

h5 {
    font-size: 14px;
	line-height: 20px;
}

h6 {
    font-size: 12px;
	line-height: 18px;
}

p {
    margin: 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height:22px;
	color: #424242;
	text-align: justify;
}

p strong {
	font-weight: 600;
	color:#545454
}
@media (min-width: 768px){
	.container_menu {
	  width: 750px;
	}
}
@media (min-width: 992px){
	.container_menu {
	  width: 970px;
	}
}
@media (min-width: 1200px){
	.container_menu {
	  width: 1200px;
	}
}
.container_menu {
	padding:0px 15px;
	margin-right: auto;
	margin-left: auto;
}
section.menu_section {
	background-color: #efefef;
	padding-bottom: 20px;
}
a.logo img {
	margin: 15px 0 0 0px;
}
img.img_slogan {
	margin: 20px 0 0 0;
}
.container_menu .col-md-6 {
	padding:0px;
}
.topbar-contact {
	float: right;
	position: relative;
	margin: 23px 0 0 0;
}
.contact-text {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Archivo Narrow', sans-serif;
	color: #555555;
}
.header-contactus .contact-phone {
	clear: both;
	float: left;
}
.phone-content {
	float: left;
}
.iso_logo {
	float: right;
	padding: 0 0 0 15px;
}
.content_txt{
	background: url("../images/telephone.png") no-repeat scroll left 37px transparent;
	float: left;
	padding: 32px 0 0px 45px;
}
.content_wats{
	background: url("../images/watsapp.png") no-repeat scroll left 37px transparent;
	float: left;
	padding: 32px 0 0px 45px;
	margin-left: 15px;
}
span.contact-phone {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:16px;
	color: #555559;
}
section.menu {
	background-color: #5fabce;
}
section.menu .container_menu {
	background-color: #085dad;
}
.navbar-nav > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 15px 20px 19px !important;
	z-index:999;
}
.navbar-nav > li > a:focus {
	text-decoration: none;
	background-color: #F15A29 !important;
}
.navbar-nav > li > a:hover{
	background: none !important; 
}
.navbar-collapse.collapse {
	padding: 0px !important;
}
.navbar-nav > li:hover::before{
	height: 51%;
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
}
.navbar-nav > li:hover::after{
	height: 51%;
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
}
.navbar-nav > li:before {
	content: " ";
	position: absolute;
	background-color: #FC6470;
	width: 100%;
	height: 0%;
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
	z-index:999;
}
.navbar-nav > li:after {
	content: " ";
	position: absolute;
	background-color: #FC6470;
	width: 100%;
	height: 0%;
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
	bottom: 0;
}
a.main.active {
	background-color: #F15A29;
}
@media (min-width: 768px){
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 20px !important;
	}
}
h3.left_menu_title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #085DAD;
	padding: 10px 65px;
	position: relative;
}
span.bar_icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #5FABCE;
	padding: 7px 10px 0 11px;
}
i.fa.fa-bars {
	background-color: #FFF;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	margin: 0px auto;
	line-height: 27px;
	color: #5FABCE;
	font-size: 16px;
	position: relative;
}
span.bar_icon i.fa.fa-bars:before {
	content: "";
	background: url('../images/m_bg.png');
	position: absolute;
	width: 26px;
	height: 24px;
	left: 0px;
	right: 0;
	top: 1px;
	background-repeat: no-repeat;
}
section.menu_slider {
	margin-top: 5px;
}
.left_menu {
	background-color: #efefef;
}

@media (min-width: 992px){
	.left_menu_box {
		width: 23%;
		float: left;
	}
	.slider_box {
		width: 77%;
		float: left;
	}
}
.left_menu_box, .slider_box {
	position: relative;
	min-height: 1px;
	/*padding-right: 15px; */
	height: 100%;
}
.left_menu ul li a {
	color: #085dad;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.left_menu ul {
	padding: 0 12px;
	margin:0px;
}
.left_menu ul li {
	border-bottom: 1px solid #ccc;
	transition: all .5s ease-out;
}
.left_menu ul li:hover {
  background-color: #FC6470;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.33);
  border-radius: 0px 10px 0px 10px;
  padding-left: 5px;
  transition: all .5s ease-out;
}
.left_menu ul li:hover a{
	color: #444;
}
.left_menu ul li:last-child {
	border-bottom: none;
}

#slideshow-wrap {
	display: block;
	margin-top: 20px;
	position: relative;
}

#slideshow-inner {
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    overflow: hidden;
    position: relative;
}

#slideshow-inner>ul {
    list-style: none;
    height: 100%;
    width: 500%;
    overflow: hidden;
    position: relative;
    left: 0px;
    -webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
}

#slideshow-inner>ul>li {
    width: 20%;
    height: 420px;
    float: left;
    position: relative;
}

#slideshow-inner>ul>li>img {
	width: 100%;
	height: 100%;
}

#slideshow-wrap input[type=radio] {
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 100;
    visibility: hidden;
}

#slideshow-wrap label:not(.arrows):not(.show-description-label) {
    position: absolute;/*
    left: 50%;*/
    bottom: -78px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
	width:25%;
	float:left;
}

#slideshow-wrap label[for=button-1] { left:0% }

#slideshow-wrap label[for=button-2] { left:25% }

#slideshow-wrap label[for=button-3] { left:50% }

#slideshow-wrap label[for=button-4] { left:75%}

#slideshow-wrap input[type=radio]#button-1:checked~#slideshow-inner>ul { left: 0 }

#slideshow-wrap input[type=radio]#button-2:checked~#slideshow-inner>ul { left: -100% }

#slideshow-wrap input[type=radio]#button-3:checked~#slideshow-inner>ul { left: -200% }

#slideshow-wrap input[type=radio]#button-4:checked~#slideshow-inner>ul { left: -300% }

.cms-texts {
	border-style: solid;
	border-width: 4px 2px 0px 0;
	padding: 15px;
	text-align: center;
	background: none repeat scroll 0 0 #085dad;
	border-color: #1d86c9;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	cursor: pointer;
	transition: border 1s linear;
}
.text1 {
  color: #fff;
  font-size: 18px;
}
.text2 {
  color: #ffe35f;
  font-size: 18px;
}
#slideshow-wrap li {
	list-style: none;
}
#transition_border span {
	width: 25%;
	height: 4px;
	background-color: #FFE35F;
	position: absolute;
	z-index: 999;
	bottom: 7px;
	left: 0;
}/*
#slideshow-wrap label:not(.arrows):not(.show-description-label) :checked .transition_border { border-top-color: #ffe35f;
	transition: border 0.5s linear; }*/

#slideshow-wrap input[type=radio]#button-1:checked~#transition_border span { left: 0%;
	transition: left 0.5s linear; }

#slideshow-wrap input[type=radio]#button-2:checked~#transition_border span { left: 25%;
	transition: left 0.5s linear; }

#slideshow-wrap input[type=radio]#button-3:checked~#transition_border span { left: 50%;
	transition: left 0.5s linear; }

#slideshow-wrap input[type=radio]#button-4:checked~#transition_border span { left: 75%; 
	transition: left 0.5s linear;}

#slideshow-wrap li.thumb img {
position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  max-width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-reflect: below 0px -webkit-gradient( linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255,255,255,0.3)) );
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#slideshow-wrap li.thumb:hover img {
	opacity: 1;
	bottom: 84px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
section.padding-top {
	margin-top: 100px;
}
h3.title {
	color: #373738;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-bottom: 18px;
	border-bottom: 1px solid #e5e4e4;
	margin-bottom: 30px;
}
h3.title span.bottom_border {
	padding-bottom: 15px;
	border-bottom: 1px solid #064b57;
}
h3.title span.color {
	color: #085dad;
	font-size: 14px;
	font-weight: 500;
}
div#owl-demo {
	margin: 60px 0;
}
section.parallax1 {
	padding: 68px 0 85px 0;
	background: url(../images/paralax1.jpg) fixed;
	margin-top: 75px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
}
section.parallax1 img {
	padding: 0;
	margin: 0px auto;
	display: block;
}
h3.as1 {
	color: #fff !important;
	font-weight: bold !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 27px !important;
	margin: 0 !important;
}
p.as2 {
	color: #fff !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
	margin: 0 !important;
}
h3.yellow_parallax {
	color: #fef305 !important;
	font-weight: bold !important;
}
section.parallax1 .right {
	margin-top: 10px;
	position: absolute;
	left: 13%;
}
section.parallax1 .right a, section.parallax2 .right a {
	color: #fff;
	background: #1D86C8;
	border: 1px solid #1D86C8;
	font-size: 17px;
	padding: 10px 47px;
	text-align: center;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.3);
	transition: all .5s ease-in-out;
}
footer#footer {
	padding: 40px 0;
	position: relative;
	background-color: #E1F5FE;
}
.footer_address p{
	color: #5e5e5e;
	line-height: 22px;
	text-align: left;
	font-size: 14px;
}
.footer_address h4 {
	color: #010000;
	font-family: 'Open Sans', sans-serif;
}
.footer_address h4 i {
	color: #1D86C8;
	font-size: 32px;
	position: absolute;
	left: -4px;
	top: 3px;
}
.footer_contact {
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 30px;
	/*border: 1px solid #d9d9d9;*/
	padding-top: 20px;
	width: 100%;
}
.form_border{
    border: 1px solid #d9d9d9;
}
.footer_contact p{
	font-size: 14px;
	color: #5e5e5e;
}
.footer_contact p i {
	color: #1D86C8;
	font-size: 16px;
	margin-right: 5px;
	width: 16px;
}
.footer_contact p span {
	width: 44px;
	display: inline-block;
}
.footer_brochure a{
	color: #fff;
	background: #1D86C8;
	border: 1px solid #1D86C8;
	font-size: 18px;
	padding: 10px 35px;
	text-align: center;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.3);
	transition: all .5s ease-in-out;
}
.footer_brochure a:hover, section.parallax1 .right a:hover, section.parallax2 .right a:hover{
	background: #FC6470;
	color:#fff;
	border: 1px solid #fff;
	transition: all .5s ease-in-out;
}
.footer_brochure {
	margin-top: 30px;
}
footer#copy_right {
	background-color: #00395D;
	padding: 12px 0;
}
footer#copy_right p{
	font-size: 14px;
	color: #fff;
	margin: 0px;
}
footer#copy_right img {
	margin: 0 5px 0 7px;
}

.banner {
	background:url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 26.5% 0 59px 0 !important;
}
.breadcrumbs h1 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #FFF;
	font-size: 32px;
	text-shadow: -1px -1px 2px #5A5A5A, 1px -1px 2px rgba(82, 82, 82, 1), 1px 2px 1px rgba(95, 95, 95, 1);
}
.breadcrumbs h1 span {
	border-bottom: 1px solid #FFF;
	padding: 10px 100px 10px 100px;
	background-color: rgba(8, 93, 173, 0.6);
	position: relative;
}/*
.breadcrumbs h1 span:before{
	content: " ";
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(241, 90, 41, 0.52);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}*/
.banner ul {
	background-color: #00AFFF;
	position: absolute;
	left: 0;
	right: 0;
}
section.inner_content_area {
	padding: 35px 0;
}
section.inner_content_area h3{
	position: relative;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #3a424a;
}
h3.country_name.inner_style {
	display: block;
}
section.standard_stethoscope .right_list ul li{
	padding: 10px;
}
section.standard_stethoscope p,
section.inner_content_area p {
	color: #444;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

section.menu_slider .left_menu_box:before{
	display: none;
}
.left_menu_box:before{
	content: "\f013";
	position: absolute;
	right: 303px;
	top: 190px;
	line-height: 50px;
	font-size: 24px !important;
	z-index: 999998;
	color: #FFF;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 900ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 900ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 900ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
}
.fixed_menu:before {
	content: " ";
	position: absolute;
	display: block;
	right: 290px;
	top: 8%;
	width: 46px;
	height: 187px;
	line-height: 50px;
	font-size: 24px;
	z-index: 999998;
	background: url('../images/product.png');
}
.fixed_menu.hover {
	-webkit-transform: translateX( 0 );
	-moz-transform: translateX( 0 );
	-o-transform: translateX( 0 );
	transform: translateX( 0 );
}
.fixed_menu {
	position: fixed;
	right: 0;
	top: 0px;
	width: 290px;
	overflow: visible !important;
	/*box-shadow: -3px 0px 10px -1px rgba(0,0,0,0.1);*/
	-webkit-transform: translateX( 100% );
	-moz-transform: translateX( 100% );
	-o-transform: translateX( 100% );
	transform: translateX( 100% );
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-moz-transition: -moz-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	z-index: 99999;
	bottom: 0;
}
ul.inner_list {
	margin: 25px 30px;
}
.download li {
	padding: 10px;
	background-color: #EFEFEF;
	margin-bottom: 10px;
	border: 1px solid #BBB;
	display: inline-block;
    width: 100%;
}
.download {
	display: block;
	margin: 15px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.download h5, .downloadd h5 {
	padding: 5px 0 0 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.download h4, .downloadd h4 {
	color: #474747;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-top: 25px;
}
textarea {
	resize: none;
	padding: 10px !important;
	height: auto !important;
}
textarea {
	max-height: 200px;
}
input:focus, textarea:focus, keygen:focus, select:focus {
	border-color: #0068B3 !important;
	outline: none !important;
}
input.submit-button {
	background: #e48b3e;
	border: none;
	color: #fff;
	padding: 7px 15px;
	border-bottom: 3px solid #B0601B;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input.submit-button:hover {
	border-bottom: 3px solid #47022F;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #7C0653;
}
select, textarea, input[type="Name"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	border-color: #111000;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}

.contact_paralax a{color:#00A685;}
.contact-button {
    background-color: #565656;
	border: 2px solid #565656;
	border-radius: 5px;
	color: white;
	padding: 20px 40px;
}
.mail span{width: 40%;
    float: left;}
.contact-button:hover {
    background-color: #494646;
	border: 2px solid #494646;
}
#contact-form .row {
    margin-bottom: 20px;
}
#contact-form{
    margin-top:10px;
	margin-bottom: 10%;
}
.footer_form {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: table;
	border-collapse: separate;
}
.input_bt .btn_send{
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #0068B3;
	border-color: #0068B3;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0; 
	font-family: 'Raleway', sans-serif !important;
	font-size:16px;
	font-weight: 500;
}
form.footer_contact .col-md-12, form.footer_contact .col-md-6 {
	margin-bottom: 12px;
}
.footer_form .form_icon, .input_bt {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.footer_form .form_icon{
	color: #fff !important;
	background-color: #0068B3 !important;
	border-color: #0068B3 !important;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	border-radius: 4px;
	border-right: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.transparent_form, .footer_form .form_icon, .input_bt {
	display: table-cell;
}
.transparent_form, .message {
	color: #7a7979;
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,.25) !important;
	border-radius: 0 !important;  
	font-family: 'Open Sans', sans-serif !important;
	font-size:14px;
	font-weight: 600;
}
form.footer_contact .form-icon i {
	font-size: 18px;
	margin-right: 15px;
	color: #ffffff;
}
form.footer_contact .form-icon span {
	font-weight: 700;
	color: #ef5040;
}
form.footer_contact .form-icon {
	margin-bottom: 15px;
	font-size: 15px;
	color: #474747;
	line-height: 27px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
article.side_contact_address p {
	margin-bottom: 5px;
    text-align: left;
}
h3.contact_title {
	padding-left: 15px;
	border-left: 6px solid #0068B3;
	margin: 20px 0 10px 0;
}
h3.contact_title_warranty {
	padding-left: 15px;
	border-left: 6px solid #0068B3;
	margin: 20px 0 10px 0;
}
h4.contact_title {
	position: relative;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #3a424a;
	border-bottom: 1px solid #808687;
	padding-bottom: 10px;
	margin-top: 20px;
}
h3.contact_title_warranty  {
    padding: 20px;
    background-color: #EFEFEF;
    margin-bottom: 10px;
    border: 1px solid #BBB;
}
h3.contact_title_warranty {
    padding-left: 14px;
    border-left: 6px solid #0068B3;
    margin: 20px 0 10px 0;
    padding: 1px;
}
h3.contact_title_warranty {
    border-right: none;
    border-top: none;
    border-bottom: none;
}
section.inner_content_area h3.contact_title_warranty {
    position: relative;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #3a424a;
    padding: 0px 15px;
}
article.side_contact_address_warranty {
	padding: 20px;
	background-color: #EFEFEF;
	margin-bottom: 10px;
	border: 1px solid #BBB;
}
article.side_contact_address {
	padding: 20px;
	background-color: #EFEFEF;
	margin-bottom: 10px;
	border: 1px solid #BBB;
}
section.parallax2 {
	padding: 150px 0 250px 0;
	background: url(../images/paralax1.jpg) fixed;
	background-repeat: no-repeat;
	background-position-y: 50%;
	-webkit-background-size: cover;
}
/*====================== GOOGLE MAP ==================*/	
.contact-maps-wrap {
  position: relative;
}

.contact-maps-wrap #gmaps {
	width: 100%;
	height: 500px;
}
/* Locations wrap */

#location-wrap {
	margin-top:90px;
}

#gmaps {
	width:360px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
}

#main-map-text {
	text-align:center;
	margin-bottom:20px;
	font-weight:300;
	font-size:1.2em;
}
h3.inner_style {
	padding-bottom: 10px;
}
h3.inner_style span {
  background-color: #F15A29;
  color: #fff;
  padding: 7px 15px;
  border-radius: 10px 10px 0px 0px;
}
.bg_area{
	background: -moz-linear-gradient(-45deg, #f4f4f4 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f4f4f4), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(-45deg, #f4f4f4 0%,#f4f4f4 100%);
	background: -o-linear-gradient(-45deg, #f4f4f4 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(-45deg, #f4f4f4 0%,#f4f4f4 100%);
	background: linear-gradient(135deg, #f4f4f4 0%,#f4f4f4 100%);
	/*border-bottom: 1px solid #ddd !important; */
	border-bottom: 2px solid #adabab !important;
	
}
.bg_area ul.inner_list {
	margin: 15px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.bpi2 {
	position: relative;
}

.bpi2 img {
	position: absolute;
	right: 10px;
	top: -41px;
	border: 4px solid #1D86C8;
	border-radius: 50% 50% 50% 50%;
}
.bpi2 h4.blue {
	position: absolute;
	left: 65px;
	z-index: 9999999999;
}
.bpi2 h4.blue1{
	position: absolute;
	right: 78px;
	left: 23px;
	z-index: 9999999999;
	display: inline-block;
	top: 100px;
}
h4.blue1 i.fa {
	background: url('../images/pulse.jpg');
	width: 60px;
	height: 60px;
	position: absolute;
	top: -23px;
}
img#img_02 {
	box-shadow: 0px 0px 12px #000;
}
.undefined:first-child {
	display: none;
}
.left_list ul li, .right_list ul li {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #929292;
	position: relative;
	z-index: 9999;
}
.left_list ul, .right_list ul {
	margin-top: 10%;
}
.left_list ul li:before {
	content: " ";
	position: absolute;
	right: -70px;
	width: 70px;
	height: 1px;
	background-color: #929292;
	top: 50%;
}
.left_list ul li:after {
	content: " ";
	position: absolute;
	right: -70px;
	width: 14px;
	height: 14px;
	background-color: #FFFFFF;
	top: 42%;
	border-radius: 50%;
	border: 2px solid #929292;
}
.center_imagePic {
	text-align: center;
}
.right_list ul li {
	padding: 20px;
}
.right_list ul li:before {
	content: " ";
	position: absolute;
	left: -70px;
	width: 70px;
	height: 1px;
	background-color: #929292;
	top: 50%;
	z-index: 99999999;
}
.right_list ul li:after {
	content: " ";
	position: absolute;
	left: -70px;
	width: 14px;
	height: 14px;
	background-color: #FFFFFF;
	top: 42%;
	z-index: 99999999;
	border-radius: 50%;
	border: 2px solid #929292;
}
.center_image {
	display: inline-block;
	position: relative;
}
.center_image h3.inner_style {
	text-align: center;
	margin-bottom: 40px;
}
.center_image  p.inner_stylep {
	max-width: 700px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 30px;
}
.bpi5 {
	text-align: center;
	padding: 60px 0;
}
.bpi5 .thum_images {
	position: absolute;
	top: 10%;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
}
.thum_images img {
	border: 2px solid #0068B3;
	margin-bottom: 10px;
	border-radius: 50%;
	box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.32);
}
ul.left {
	float: left;
}
ul.right {
	float: right;
}
ul.left li, ul.right li {
	margin-bottom: 35px;
	text-align: center;
	position: relative;
}
ul.left li p, ul.right li p {
	text-align: center;
}
ul.left li:before {
	content: " ";
	position: absolute;
	right: -36px; 
	width: 70px;
	height: 1px;
	background-color: #929292;
	top: 38%;
	z-index: 99999999;
}
ul.left li:after {
	content: " ";
	position: absolute;
	right: -47px; 
	width: 14px;
	height: 14px;
	background-color: #FFFFFF;
	top: 32%;
	z-index: 99999999;
	border-radius: 50%;
	border: 2px solid #929292;
}
ul.right li:before {
	content: " ";
	position: absolute;
	left: -22px; 
	width: 70px;
	height: 1px;
	background-color: #929292;
	top: 44%;
	z-index: 99999999;
}
ul.right li:after {
	content: " ";
	position: absolute;
	left: -36px;
	width: 14px;
	height: 14px;
	background-color: #FFFFFF;
	top: 39%;
	z-index: 99999999;
	border-radius: 50%;
	border: 2px solid #929292;
}


/*  New Style starts */

ul.left1 {
	float: left;
}
ul.right1 {
	float: right;
}
ul.left1 li, ul.right1 li {
	margin-bottom: 35px;
	text-align: center;
	position: relative;
}
ul.left1 li p, ul.right1 li p {
	text-align: center;
}
ul.left1 li:before {
	content: " ";
	position: absolute;
	right: -36px; 
	width: 62px;
	height: 1px;
	background-color: #929292;
	top: 38%;
	z-index: 99999999;
}
ul.left1 li:after {
	content: " ";
	position: absolute;
	right: -47px; 
	width: 14px;
	height: 14px;
	background-color: #FFFFFF;
	top: 32%;
	z-index: 99999999;
	border-radius: 50%;
	border: 2px solid #929292;
}
ul.right1 li:before {
	content: " ";
	position: absolute;
	left: -22px; 
	width: 60px;
	height: 1px;
	background-color: #929292;
	top: 44%;
	z-index: 99999999;
}
ul.right1 li:after {
	content: " ";
	position: absolute;
	left: -36px;
	width: 14px;
	height: 14px;
	background-color: #FFFFFF;
	top: 39%;
	z-index: 99999999;
	border-radius: 50%;
	border: 2px solid #929292;
}

@media only screen and (max-width: 760px) and (min-width: 320px){
ul.right1 li:before, ul.right1 li:after, ul.left1 li:after, ul.left1 li:before{
display:none;
}

.office-image{
width: 100%;
}


}

/* New Style ends  */



table.table {
	position: relative;
	border: 1px solid #ffffff;
}
thead.table_mainHead {
	background-color: #0B5F93;
	color: #FFF;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
}
thead {
	background-color: #179BD7;
	color: #fff;
}
thead > tr > th:last-child {
  border-right: 1px solid #0191C6;
}
thead > tr > th:first-child {
  border-left: 1px solid #0191C6;
}
thead.table_mainHead th {
  text-align: center;
}
thead > tr > th {
	border-right: 1px solid #fff;
	border-bottom: none !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
table.table td {
	border-right: 1px solid #ddd;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
ul.accessories {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-span: all; 
	column-span: all; 
}
ul.accessories img {
	border: 1px solid #F15A29;
	border-radius: 10%;
}
ul.accessories li{
	margin-bottom:20px;
	text-align: center;
}
ul.accessories li p{
	text-align: center;
	margin:0px;
}
/*=================MOBILE MENU===================*/

/* -------------------------------- 

Main components 

-------------------------------- */
@media only screen and (min-width: 990px){
	nav.cd-nav {
		display: none;
	}
}
.cd-main-header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (max-width: 960px) {
    .navbar-header .navbar-brand img, ul.social-list{display:none;}
	.hat {padding: 199px 0 40px 40px;}
	.blueimp-gallery>.slides>.slide>.slide-content {margin: 50% auto;}
}

@media only screen and (max-width: 1169px) {
.cd-main-header.nav-is-visible {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
.nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}
.cd-main-header {
  z-index: 3;
}
.nav-is-fixed .cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.cd-logo {
  position: absolute;
  top: 12px;
  left: 5%;
}
.cd-logo img {
  display: block;
}
@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}
.cd-header-buttons {
	position: absolute;
	display: inline-block;
	top: 138px;
	left: 0%;
}
.cd-header-buttons li {
  display: inline-block;
}
@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}
.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent !important;
  z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #085DAD;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #2e3233;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 1290px) {
  .cd-nav-trigger, .cd-main-header {
    display: none;
  }
  
}
.cd-primary-nav li p {
  position: absolute;
  bottom: 20px;
  left: 6px;
  color: #FFF;
  font-size: 20px;
  font-family: Playfair Display !important;
  font-style: italic;
}
.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #085DAD;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 20px 0 60px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #303135;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}
.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #69aa6f;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
@media only screen and (max-width: 1169px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
}
.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search form {
  height: 100%;
  width: 100%;
}
.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
  position: fixed;
}
.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(105, 170, 111, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1170px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
/*=================MOBILE MENU===================*/	
/*===========================Gallery=======================================*/

.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.nvr-pf-box{
	border: 0px !important;
	position: relative;
	overflow: hidden;
	transition: background-color ease-out 0.25s, border ease-out 0.25s;
	-moz-transition: background-color ease-out 0.25s, border ease-out 0.25s;
	-webkit-transition: background-color ease-out 0.25s, border ease-out 0.25s;
	-o-transition: background-color ease-out 0.25s, border ease-out 0.25s;
}
.nvr-pf-img:before {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.nvr-pf-img::before {
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
}
.nvr-pf-img::before {
  background-color: #000;
}
.nvr-pf-box:hover .nvr-pf-img::before {
	opacity: 0.8;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nvr-pf-box:hover .nvr-pf-img a.img_gotospot{
	opacity: 0.9;
	-webkit-transform: scale(1);
	transform: scale(1);
	
}
.nvr-pf-img figure img{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	transition: .3s cubic-bezier(1,0,.5,1);
	-webkit-transition: .3s cubic-bezier(1,0,.5,1);
	-ms-transition: .3s cubic-bezier(1,0,.5,1);
}
.nvr-pf-box:hover .nvr-pf-img figure img{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.nvr-pf-box:hover .nvr-pf-text {
	opacity:1;
}
.nvr-pf-text h2.nvr-pf-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	display: block;
	text-align: center;
	color: #fff !important;
	border-bottom: 1px solid #dcdcdc;
}

.nvr-pf-img .nvr-pf-text {
  position: absolute;
  bottom: 60%;
  width: 100%;
  border-width: 0px;
  left: 0px;
  z-index: 9999999;
  margin-bottom: 0px;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: opacity ease-out 0.5s;
  -moz-transition: opacity ease-out 0.5s;
  -webkit-transition: opacity ease-out 0.5s;
  -o-transition: opacity ease-out 0.5s;
}
.nvr-pf-img a.img_gotospot i.fa.fa-camera-retro {
	font-size: 48px;
	position: relative;
	top: 6px;
	left: 0;
	color: #fff;
}
.nvr-pf-img a.img_gotospot.g_list {
	left: 36%;
}
.nvr-pf-img a.img_gotospot {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 29%;
	margin-top: -30px;
	cursor: pointer;
	font-size: 20px;
	line-height: 59px;
	text-align: center;
	text-transform: uppercase;
	z-index: 200;
	opacity: 0;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	color: #FAFDFF;
	font-family:"Trebuchet_MS",Arial, Helvetica, sans-serif;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.gallery{padding-right: 0px !important;padding-left: 0px !important;}

.blueimp-gallery>.slides>.slide img.poup{  background: white;
  padding: 10px 50px 63px 50px;
  border-radius: 15px 15px 0 0;}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*===========================Gallery=======================================*/

@charset "UTF-8";.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}

.blueimp-gallery>.slides>.slide>.slide-content{margin: 0% auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}

.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}

.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}

.blueimp-gallery-display{display:block;opacity:1}

.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}

.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(0.645,.045,.355,1);transition-timing-function:cubic-bezier(0.645,.045,.355,1)}

.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .5s linear;-moz-transition:opacity .5s linear;-ms-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear}

.blueimp-gallery>.slides>.slide-loading{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}

.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}

.blueimp-gallery>.slides>.slide-error{background:url(../img/error.png) center no-repeat}

.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}

.blueimp-gallery>.prev,.blueimp-gallery>.next{
                            position: absolute;
                            top: 50%;
							left: 15px;
							margin-top: -23px;
							-moz-box-sizing: content-box;
							-moz-border-radius: 23px;
							opacity: .5;
							cursor: pointer;
							display: none;
}

.blueimp-gallery>.prev:before{
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #00A5FF;
}
.blueimp-gallery>.next:before{
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #00A5FF;
}
.blueimp-gallery>.prev{
font-size:90px;}
.blueimp-gallery>.next{left:auto;right:15px;font-size:90px;}

.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}

.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}

.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url(../img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}

.blueimp-gallery-playing>.play-pause{background-position:-15px 0}

.blueimp-gallery>.prev:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>

.close:hover,.blueimp-gallery>.title:hover,.blueimp-gallery>.play-pause:hover{color:#fff;opacity:1}

.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.title,.blueimp-gallery-controls>.play-pause{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}

.blueimp-gallery-single>.prev,.blueimp-gallery-left>.prev,.blueimp-gallery-single>.next,.blueimp-gallery-right>.next,.blueimp-gallery-single>.play-pause{display:none}

.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.prev,.blueimp-gallery>.next,.blueimp-gallery>.close,.blueimp-gallery>.play-pause{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

@charset "UTF-8";.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}

.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25)center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}

.blueimp-gallery>.indicator>li:hover,.blueimp-gallery>.indicator>.active{background-color:#fff;border-color:#fff;opacity:1}

.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}

.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}

@charset "UTF-8";.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}

.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(../img/video-play.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}
								/*=================Gallery================*/
h3.country_name {
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-top: 60px;
}

h3.country_name span{
	padding-bottom: 10px;
	border-bottom: 1px solid #0068B3;
}
.box h3 {
	padding-bottom: 20px;
	position:relative;
}
.box h3:after {
	content: "\f0a7";
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: 42%;
	top: 68%;
	z-index: 999;
	color: #0068B3;
	background-color: #FFF;
	border-radius: 50%;
	padding: 10px;
	box-shadow: 0px 6px 5px rgba(59, 59, 59, 0.72);
}
ul.list {
  width: 50%;
  float: left;
  padding: 0 15px;
}
ul.list p {
  text-align: left;
}
ul.innerlist li p {
	text-align: left;
}
/*!--************************* Large Screen******************************--*/
@media only screen and (max-width:560px){
	section.parallax1 .right {
		margin-top: 10px;
		display: inline-block;
		position: relative;
		left:0;
	}
	select#tele_phone_type_1{
		width: 100px;
	}
	select#lotSerialType {
		width: 100px;
	}
	select#prodname_1{
		width: 140px;
		font-size:12px;
	}
	ul.list {
		width: 100%;
	}
	img.img_slogan {
	  width: 42%;
	  margin: 0;
	}
	a.logo img {
		width: 38%;
		margin: 2px 14px;
	}
	.content_txt {
		  background-size: 0px;
		  padding: 4px;
	}
	.content_wats {
		  background-size: 0px;
		  padding: 4px;
		  
	}
	.contact-text,span.contact-phone{
		display:none;
	}
	h3.country_name {
		margin-top: 10px;
	}
	.topbar-contact, .iso_logo{
		float: none;
		margin: 0px;
	}
	.iso_logo.inner_xs_logo {
		text-align: center;
	}
	.iso_logo img{
		width: 156px;
		/* float: right; */
		text-align: center;
		margin: 0px auto;
		display: table;
	}
	.cd-header-buttons{
		top: 97px !important;
		border: 1px solid#0068b3;
		height: 42px;
		padding: 0px 2px;
		margin: 0px 20px;
	}
	#slideshow-inner>ul>li img {
		width: 100%;
	}
	#slideshow-inner>ul>li {
		height: auto;
	}
	#slideshow-wrap label:not(.arrows):not(.show-description-label) {
		bottom: -65px;
	}
	
	.text1, .text2 {
		font-size: 12px;
	}
	h3.title span.bottom_border {
		border-bottom: none;
	}
	.footer_address h4 {
		padding: 0 0 0 15px;
	}
	.footer_address h4 i {
		left: 9px;
		top: -5px;
	}
	.breadcrumbs h1 span {
		border-bottom: 1px solid #fff;
		padding: 5px;
		line-height: 52px;
		word-wrap: break-word;
	}
	.download {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.bpi2 {
		padding: 150px 0;
	}
	.bpi2 h4.blue {
		left: 0;
		bottom: 28px;
	}
	.bpi2 h4.blue1 {
		right: 0;
		left: 0;
		bottom: 0;
		top: initial;
	}
	.bpi2 img {
		top: -24px
	}
	h3.inner_style span {
		line-height: 20px;
		margin: 0px auto;
		display: table;
	}
	.bg_area ul.inner_list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.thum_images img {
		width: 30%;
	}
	ul.left li p, ul.left li  {
		text-align: left;	
	}
	ul.right li p, ul.right li  {
		text-align: right;	
	}
	ul.right li {
		margin-right: 10px;
	}
	ul.left li {
		margin-left:10px;
	}
	ul.left li:before, ul.left li:after, ul.right li:before, ul.right li:after, .left_list ul li:after{
		display: none;
	}
	
	ul.left {
		width: 50%;
	}
	ul.right {
		float: left;
		width: 50%;
	}
	.bpi5 img.bpi5_img {
		width: 100%;
		padding: 19%;
	}
	.center_image {
		width: 100%;
	}
	.center_imagePic img {
		width: 100%;
	}
	ul.accessories {
		-webkit-column-count: 2;
		-moz-column-count: 4;
		column-count: 4;
	}
	.slider_box {
		padding: 0 9px !important;
	}
	.cms-texts {
		padding: 3px;
	}
	.left_list ul li:before, .right_list ul li:before, .right_list ul li:after{
		display: none;
	}
	.right_list ul{
		width: 100% !important;
	}
	.fixed_menu:before{
		width: 40px;
		top: 35px;
		height: 141px;
	}
	.fixed_menu:after {
		right: 270px;
		font-size: 19px;
		top: 80px;
	}
	.left_menu_box:before {
		right: 298px;
		top: 150px;
	}
	ul.innerlist li {
		float: none;
		width: 100%;
	}
	.fixed_menu.hover .left_menu{
		max-height: 100%;
		overflow-Y: scroll !important;
		overflow-X: hidden;
	}
	.videoContainer {
		margin: 0;
		width: 100%;
	}
	.youtube-player iframe#youtube-iframe {
		width: 100%;
		height: 216px !important;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 990px) and (min-width: 560px){
	#slideshow-inner>ul>li img {
		width: 100%;
	}
	#slideshow-inner>ul>li {
		height: auto;
	}
	#slideshow-wrap label:not(.arrows):not(.show-description-label) {
		bottom: -69px;
	}
	.text1, .text2 {
		font-size: 14px;
	}
	.download {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.breadcrumbs h1 span {
		border-bottom: 1px solid #fff;
		padding: 5px;
		line-height: 52px;
	}
	.bpi1 {
		width: 100%;
		float: left;
	}
	.bpi2 h4.blue {
		right: 31%;
		left: initial;
		font-size: 16px;
	}
	.bpi2 h4.blue1 {
		right: 26%;
		left: initial;
		top: 200px;
		font-size: 16px;
	}
	.topbar-contact, .iso_logo{
		float: none;
	}
	.iso_logo.inner_xs_logo {
		text-align: center;
	}
	.left_menu_box:before {
		top: 140px;
	}
	.fixed_menu:after{
		top: 66px;
	}
	.footer_address h4 {
		padding: 0 0 0 15px;
	}
	.footer_address h4 i {
		left: 9px;
		top: -5px;
	}
	
	.videoContainer {
		margin: 0;
		width: 100%;
	}
}


@media only screen and (max-width: 1300px) and (min-width: 1200px){
	.iso_logo{
		padding-right: 55px;
	}
}




@media only screen and (max-width: 1150px) and (min-width: 992px){
	.topbar-contact {
		float: left;
	}
	img.wow.zoomIn.animated {
		width: 100%;
		margin-top: 5%;
	}
	.bg_area ul.inner_list {
		margin: 0;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-break-inside: auto;
		-webkit-column-gap: 18px;
	}
	ul.left li {
		text-align: left;
	}
	ul.right li{
		text-align: right;
	}
	ul.left li:before {
		right: 0;
	}
	ul.left li:after {
		right: 0;
	}
	ul.right li:before {
		left: 24px;
	}
	ul.right li:after {
		left: 22px;
	}
	.bpi7 img.wow.zoomIn.animated {
		width: initial;
		position: relative;
	}
	.footer_address h4 {
		padding: 0 0 0 15px;
	}
	.footer_address h4 i {
		left: 9px;
		top: -5px;
	}
	div#slideshow-inner ul li img{
		width:100%;
	}
	#slideshow-wrap label:not(.arrows):not(.show-description-label) {
		bottom: 1px;
		margin-bottom: 0;
	}
	#slideshow-inner>ul {
			margin-bottom: 0;
	}
	h3.left_menu_title{
		padding: 10px 55px;
	}
	.bpi2 h4.blue1 {
		top: 240px;
	}
	.bpi2 h4.blue {
		left: -15px;
	}
}

/*****************************************======OWL CArsoul=======********************************/
.owl-next, .owl-prev {
	color: #176798 !important;
	font-size: 0px !important;
	width: 35px;
	height: 35px;
	border-radius: 50% !important;
	position: absolute;
	top: 30%;
	background-color: transparent !important;
	border: 2px solid #085DAD;
	padding: 0px !important;
	opacity: .8 !important;
}
.owl-next:after, .owl-prev:after{
	position: absolute;
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #085DAD !important;
	font-size: 24px;
	left: 13px;
	top: 3px;
}
.owl-prev:after{
	content: "\f104";
	left: 10px;
}
.owl-next{
	right: -30px;
}
.owl-prev{
	left: -30px;
}
/*****************************************======OWL CArsoul=======********************************/
a.read {
	color: #0375E0;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	float: right;
	border-bottom: 1px solid #0375E0;
	padding-bottom: 5px;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
a.read:hover{
	transform: translateX(-35px);
	color: #F08701;
	border-bottom-color: #F28701;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
@media only screen and (max-width:1200px){
	.text2 {
		color: #ffe35f;
		font-size: 14px;
		word-wrap: break-word;
	}

}


	.fixed_menu .left_menu{
	max-height: 100%;
	overflow-Y: scroll !important;
	overflow-X: hidden;
	}

.left_menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color:  rgb(0, 0, 0, .5);border-radius:10px;direction: rtl;
}

.left_menu::-webkit-scrollbar
{
	width: 10px;
	background-color: rgb(0, 0, 0, .5);border-radius:10px;direction: rtl;
}

.left_menu::-webkit-scrollbar-thumb
{
	background-color: #d66060;border-radius:10px;direction: rtl;
}
/*==============																=================*/
.stethoscopes_images {
	width: 100%;
	height: 100%;
	position: relative;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
	-moz-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
	-o-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
	-ms-transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
	transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
}
.stethoscopes_images .stethoscopes img {
	width: 100%;
	max-height:263px;
	max-height:263px;
	height: auto;
	-webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.stethoscopes_images_overlay{
	width: -moz-calc(100% - 16px);
	width: -webkit-calc(100% - 16px);
	width: calc(100% - 16px);
	height: -moz-calc(100% - 16px);
	height: -webkit-calc(100% - 16px);
	height: calc(100% - 16px);
	margin: 8px;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	-ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
	position: absolute;
	top: 0;
	opacity: 0;
	border-radius: 0;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.stethoscopes_images_overlay .info_desc {
  top: 50%;
  margin-top: -48px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.stethoscopes{
	position: relative;
	display: block;
	overflow: hidden;
	opacity: 0.999;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.info_desc h4{
	margin: 6px 30px 0 30px;
	font-size: 19px;
	line-height: 24px;
	text-align:  center;
	padding: 6px 0 0 0;
}
.info_desc h4, .info_desc p{
	color: #333;
	-webkit-transition: all 0.1s 0 ease-out;
	-moz-transition: all 0.1s 0 ease-out;
	-o-transition: all 0.1s 0 ease-out;
	-ms-transition: all 0.1s 0 ease-out;
	transition: all 0.1s 0 ease-out;
	opacity: 0;
	top: 28px;
	position: relative;
}
.info_desc p{
	line-height: 25px;
	color: #777;
	margin: 4px 10px 0 15px;
	text-align:  center;
}
.info_desc p strong {
	margin-right: 5px;
}
.stethoscopes_images:hover .stethoscopes_images_overlay{
	opacity: 1;
}
.stethoscopes_images:hover .stethoscopes img{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.stethoscopes_images:hover .info_desc h4{
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.25s 0.2s ease-out;
	-moz-transition: all 0.25s 0.2s ease-out;
	-o-transition: all 0.25s 0.2s ease-out;
	-ms-transition: all 0.25s 0.2s ease-out;
	transition: all 0.25s 0.2s ease-out;
}

.stethoscopes_images:hover .info_desc p{
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.25s 0.3s ease-out;
	-moz-transition: all 0.25s 0.3s ease-out;
	-o-transition: all 0.25s 0.3s ease-out;
	-ms-transition: all 0.25s 0.3s ease-out;
	transition: all 0.25s 0.3s ease-out;
}
.col-md-3.parent.stethoscopes_images {
	margin-bottom: 30px;
}
a.name_on_image h4 {
	/* color: #ff893b; */
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 25px 0 15px 0;
	-webkit-transition: all 0.25s 0.3s ease-out;
	-moz-transition: all 0.25s 0.3s ease-out;
	-o-transition: all 0.25s 0.3s ease-out;
	-ms-transition: all 0.25s 0.3s ease-out;
	transition: all 0.25s 0.3s ease-out;
}
.stethoscopes_images:hover a.name_on_image h4{
	-webkit-transform: scale(0);
	transform: scale(0);
}
.searchByName {
	padding: 10px 10px;
	background-color: #fafafa;
	margin-bottom: 30px;
	border-radius: 5px;
}
p.introP {
	text-align: center;
	color: #DA7804;
}
p.searchBy {
	font-family: 'Exo 2', sans-serif;
	font-size: 22px;
	text-align: center;
}
p.searchBy a {
	display: inline-block;
	padding: 10px 10px;
	-webkit-transition: all 0.06s ease-in-out;
	-moz-transition: all 0.06s ease-in-out;
	-o-transition: all 0.06s ease-in-out;
	-ms-transition: all 0.06s ease-in-out;
	transition: all 0.06s ease-in-out;
}
p.searchBy a:hover {
	font-size:24px;
	color: #FF8972;
}
/*=========								PREIST LIST 								====*/
.modal {
	z-index: 999999999999999 !important;
	background-color: rgba(0, 89, 117, 0.69);
}
.stethoscopes_images h4.sth_name{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #27262c;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 25px 0 15px 0;
}
@media only screen and (max-width:890px){

	.bpi7 img{
		width: 100%;
	}
}

i.fa.fa-facebook {
	background-color: #3B5998;
	text-align: center;
	padding: 2px 10px;
	color: #fff;
	border-radius: 2px;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
  position: relative;
  bottom: -3px;
  right: 2px;
}
.news_box {
  padding: 20px;
  border: 1px solid #0068B3;
  box-shadow: 3px 3px 0px #e9e9e9;
}
section.inner_content_area .news_box h3 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #3a424a;
  text-align: left;padding-bottom: 0;
  margin-top: 0;
}
section.inner_content_area .news_box h3:after{
	display:none;
}

.fb-like{
	padding-left:50px;
	
}
.videoContainer {
	position: relative;
	overflow: hidden;
	color: #ccc;
}
video#myVideo {
	width: 100%;
}
.videoContainer:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
	z-index: 6;
	border-radius: 6px;
	pointer-events: none;
}

/* video caption css */


/*** VIDEO CONTROLS CSS ***/
/* control holder */
.control {
	color: #ccc;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 100%;
	z-index: 5;
	display: none;
}

/* control bottom part */
.btmControl {
	clear: both;
	display: inline-block;
	position: relative;
	width: 100%;
	float: left;
}
.control .btnPlay {
	float: left;
	width: 34px;
	height: 30px;
	padding: 5px;/*
	background: rgba(0, 0, 0, 0.5);*/
	cursor: pointer;
	border-radius: 6px 0 0 6px;/*
	border: 1px solid rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);*/
}

.control .icon-play {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-left: 15px solid white;
	border-bottom: 9px solid transparent;
	display: block;
	left: 5px;
	position: relative;
}
.control .btnPlay:hover .icon-play {
	border-left: 15px solid #fc0000;
}
.control .icon-pause {
  background: url('../images/pause.png') no-repeat;
  width: 16px;
  height: 15px;
  display: block;
  margin: 1px 0 0 3px;
}

.control .selected {
  font-size: 15px;
  color: #ccc;
}

.control .sound {
  width: 30px;
  height: 30px;
  float: left;/*
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.7);*/
  border-left: none;/*
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);*/
  cursor: pointer;
}

.control .icon-sound {
	background: url('../images/speaker.png') no-repeat;
	width: 20px;
	height: 15px;
	display: block;
	margin: 5px 0 0 6px;
}

.control .muted .icon-sound {
  width: 11px !important;
}

.control .btnFS {
  width: 30px;
  height: 30px;
  border-radius: 0 6px 6px 0;
  float: left;
}

.control .icon-fullscreen {
  background: url('../images/full_screen.png') no-repeat 0 0;
  width: 16px;
  height: 15px;
  display: block;
  margin: 6px 0 0 6px;
}

/* PROGRESS BAR CSS */
/* Progress bar */
.progress-bar {
	height: 30px !important;
	padding: 10px !important;
	background: rgba(0, 0, 0, 0) !important;
	border: 1px solid rgba(0, 0, 0, 0) !important;
	border-left: none !important;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0) !important;
	float: left;
	width: 75% !important;
}

.progress {
	height: 10px !important;
	position: relative;
	cursor: pointer;
	background: rgba(0, 0, 0, 0) !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px black;
	border-radius: 10px;
}

.progress span {
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 5px;
}

.timeBar {
	z-index: 10;
	width: 0;
	background: #fc0000;
}

.bufferBar {
  z-index: 5;
  width: 0;
  background: rgba(255, 255, 255, 0.6);
}

/* VOLUME BAR CSS */
/* volume bar */
.volume {
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 10px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.volumeBar {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
  z-index: 10;
}
.youtube-player iframe#youtube-iframe {
  width: 100%;
  height: 312px;
}
img.youtube-thumb {
	width: 100%;
}
.play-button {
  position: absolute;
  top: 38%;
  left: 46%;
  cursor: pointer;
}
.play-button:before {
  content: "\f16a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 48px;
  color: #fc0000;
}
/*-----START--------*/

ul.Digital_Weighing_scale li a:before {
    content: "\f064";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding:0px 10px;
    color: #444;
    font-size: 13px;
}
ul.Digital_Weighing_scale li a {
    line-height: 30px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #444;
}
h3.specification {
    position: relative;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #3a424a;
}
section.Digital {
    padding-top: 20px;
}
p.warning {
    text-align: center;
    font-size: 12px;
    color: #f1592a;
    font-family: roboto,sans-serif;
}
section.inner_content_area.digital {
    padding-top: 10px;
    padding-bottom: 1px;
}
h3.left {
    width: 100%;
    padding-bottom: 2px;
}
.photo img {
    width: 86%;
    margin-top: 60px;
}
span.file_size {
    font-size: 11px;
    color: #e00c0c;
    font-family: roboto,sans-serif;
    font-weight: 500;
}
@import "compass/css3";

.simple-reg-terms a { color: inherit;
  text-decoration: none; 
  &:hover { text-decoration: underline; }
}
a.add_btt {
	cursor: pointer;
    background: #0168b2;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 10px 11px;
    float: right;
	margin-top: -5px;
    margin-right: 6px;
}
input, button, select, textarea {
    border: 1px solid#cec5c5;
}
span.warranty_bt button.btn_send {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 30px;
    line-height: 1.42857143;
    margin: 0px auto;
    display: table;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #0068B3;
    border-color: #0068B3;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}


/*RADIO BUTTON START*/
.radio_butt {
    display: block;
    position: relative;
    padding-left: 38px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #5f5b5b;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}
/* Hide the browser's default radio button */
.radio_butt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid#1f1c1c;
}
/* On mouse-over, add a grey background color */
.radio_butt:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radio_butt input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio_butt input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.radio_butt .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/*RADIO BUTTON END*/

/* The container */
.container_box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.container_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.check_mark {
    position: absolute;
    top: 42px;
    left: 4px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container_box:hover input ~ .check_mark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container_box input:checked ~ .check_mark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.check_mark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container_box input:checked ~ .check_mark:after {
    display: block;
}
/* Style the checkmark/indicator */
.container_box .check_mark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bg_color {
    background: #f1f1f1;
    margin: 0px;
    line-height: 50px;
}
.product {
    /*background: #f1f1f1;*/
    padding-top: 30px;
}
a.click_here {
    text-decoration: underline;
    color: #1a657b;
}
/*-----END--------*/
@media only screen and (max-width: 600px) and (min-width: 320px){
	form.footer_contact .form-icon {
		margin-top: 20px;
	}
	form.footer_contact .form-icon {
		font-size: 13px;
		float: left;
		font-weight:600;
		text-align: left!important;
	}
	input#lotSerialNo {
		width: 100px;
	}
	table.table {
		position: relative;
		border: 1px solid #fff;
	}
	input#fileToUpload {
		width: 100%;
	}
	.table-responsive > .table {
		border: 1px solid#cec5c5 !important;
		margin-top: 10px;
	}
	.table-responsive {
		border: none!important;
	}
	.col-md-12.space {
		padding: 0px 48px 0px 16px;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 320px){
	article.side_contact_address_warranty {
		display: none!important;
	}
	.navbar-nav > li > a {
		font-size: 14px!important;
	}
}
@media only screen and (max-width: 1700px) and (min-width: 1345px){
	.left_menu_box:before {
		content: "\f013";
		position: absolute;
		right: 303px;
		top: 170px;
	}
	.fixed_menu:before {
		content: " ";
		position: absolute;
		display: block;
		right: 290px;
		top: 7%;
		width: 46px;
		height: 150px;
	}
}
.table-hover > tbody > tr:hover {
    background-color: #FFFFFF !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #FFFFFF !important;
}
.form-width_center {
    padding: 0px 30px;
}

.fill {
    position: relative;
    margin: 8px 7px;
    padding: 5px 9px;
    font-weight: 700;
    background: #034e9a;
    font-size: 14px;
    color: #ffffff;
    border: 1px #0066cc solid;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    float: left;
    text-decoration: none;
    text-align: center;
}
a.fill:hover {
    background: #ffffff;
    color: #f1592a;
    border: 1px solid#f1582a;
    transition: 0.4s ease all;
}
.fill:before {
    content: "";
    position: absolute;
    background: #ee4936;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in;
}




.singa-approval img {
	height: 120px;
}

@media only screen and (max-width: 760px) and (min-width: 320px) {
	.singa-approval img {
		height: 60px;
	}
}










