*{
	font-family: Open Sans, sans-serif!important;
}
.glyphicon{
	font-family: 'Glyphicons Halflings'!important;
}
.fa{
	font-family: 'FontAwesome'!important;
}
html,body
{
	border: 0;
	background-color: #fff;
}
*{
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:100%;
}
body {
	line-height: 27px;
	font-size: 16px;
	color:#000000;
	font-weight: 300;
	overflow-x: hidden;
	background :#fff;
	position: initial !important;
}
body {
	background: #fff;
	overflow: auto !important;
}
/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section { display:block; }

/* 1.4 - Typography */
h1,h2,h3,h4,h5,h6 { color:#5b2b38; margin:0 0 13px 0;  }
h1,h2,h3,h4,h5,h6,.cart-summary, .toolbar {  }
h1 { font-weight: 400; color: #5b2b38;  font-size: 36px; line-height: 36px; }
h2 { font-weight: 400; color: #5b2b38;  font-size: 28px; line-height: 28px; }
h3 { font-weight: 400; color: #5b2b38;  font-size: 24px; line-height: 24px; }
h4 { font-size: 13px; line-height: 18px; }
h5 { font-size: 12px; line-height: 18px; }
h6 { font-size: 10px; line-height: 18px; text-transform:uppercase; }
h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note { margin-left: 8px; font-weight: 400; font-size: 12px;}
h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a { color: #ef8742; }
p { margin: 0 0 20px 0; line-height: 27px }

/* 1.5 - Links and Buttons */
a {  text-decoration: none; outline: none; color:#5b2b38;}
a:hover {color:#646762;}
a:active { outline: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#5b2b38; }
ul, ol { list-style: none;}
img {	max-width: 100%;}
.sitebox-recaptcha {padding:6px 0 0;text-align: left;color: #9e9e9e; font-size: 13px;    clear: both;}
.sitebox-recaptcha a{color: #2962ff;}
.grecaptcha-badge { visibility: hidden; }

/*---    Body   ----*/
#wrapper{
	margin: 0 auto;
}
.padding-20{
	padding:0 20px;
}
#top .top-container {
	border-bottom: 1px solid #efeff0;
}
#top {
	text-align: center;
	padding: 0 20px;
}
.logo {
	color: #4a4d54;
	float: left;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	margin: 30px 0 10px;
	position: relative;
	text-transform: uppercase;
}
.logo a img, .logo h1 a { display: block; }
.logo a img, .logo h1 a:hover{opacity:1; filter: alpha(opacity = 100); }
.logo h1 { text-align: left; }
.logo h1 { margin:0; border:0; }
.logo h1 a { word-break:break-all; text-decoration:none; font-size:32px; line-height:32px; color:#333333;  margin:0; padding:0; border:0; }
.logo h1 a:hover { text-decoration:none; color:#333333; }
.logo a, .logo img { display:block; margin:0; }

ul.login-menu {
	font-weight: bold;
	color: #5b2b38;
	//overflow: hidden;
	margin-top: 37px;
	list-style: none;
}
ul.login-menu li {
	float: left;
	line-height: 28px;
}
ul.login-menu li + li {
	margin-left: 25px;
}
ul.login-menu li.lang-switcher img{width: 28px;}
ul.login-menu .icon-account {color: #5b2b38;}
ul.login-menu .icon-account i{
	font-size: 20px;
}

/*------------------- menu ------------------------*/
nav.moduletable {
	display: -webkit-flex;
	display: flex;
}
nav.moduletable .module_container {
	text-align: center;
	margin: auto;
}
.icemegamenu {
	position: static; 
	text-align: center; 
}
.icemegamenu > ul#main-nav{
	display: table;
	clear: both;
	margin: 0 auto;
	padding: 0;
	z-index: 999;
}
.icemegamenu > ul:before,
.icemegamenu > ul:after {
	display: table;
	content: "";
	line-height: 0;
}
.icemegamenu > ul:after {
	clear: both;
}
.icemegamenu > ul#main-nav > li {
	display: block;
	float: left;
	padding: 0;
	position: relative;
	z-index: 1;
}
.icemegamenu > ul#main-nav > li + li {
	margin-left: 46px;
}
.icemegamenu > ul#main-nav > li > a.iceMenuTitle {
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 39px 0 35px;
	position: relative;
	z-index: 1;
	color: #5b2b38;
	background: transparent;
	text-transform: uppercase;

}
.icemegamenu > ul#main-nav > li > a.iceMenuTitle:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: #5b2b38;
	height: 5px;
	content: '';
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.icemegamenu > ul#main-nav > li > a.iceMenuTitle:hover
.icemegamenu > ul#main-nav > li > a.iceMenuTitle.current{
	color: #5b2b38;
	background: transparent;
}
.icemegamenu > ul#main-nav > li > a.iceMenuTitle:hover:after,
.icemegamenu > ul#main-nav > li > a.iceMenuTitle.current:after {
	width: 100%;
	left: 0;
}
ul#main-nav  > li:hover > a.iceMenuTitle,
ul#main-nav  > li > a.iceMenuTitle.current {
	color: #5b2b38;
	background: transparent;
}
/* submenu subtitle */
ul.sub-mainmenu{
	height: auto;
	left: 50%;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform: translate(-50%, 30px);
	-moz-transform: translate(-50%, 30px);
	-ms-transform: translate(-50%, 30px);
	-o-transform: translate(-50%, 30px);
	transform: translate(-50%, 30px);
	z-index: 9999;
	background: #4a4d54;
	border: none;
	width: 180px;
	visibility: hidden;

}

ul.sub-mainmenu li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 20px;
}
ul.sub-mainmenu li a.iceMenuTitle {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	padding: 4px 0;
	color: #5b2b38;
	position: relative;
} 
ul.sub-mainmenu li a.iceMenuTitle:after {
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 0;
	background: #5b2b38;
	height: 1px;
	content: '';
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
ul.sub-mainmenu li:hover > a.iceMenuTitle{
	color: #5b2b38;
}
ul.sub-mainmenu li:hover > a.iceMenuTitle:after{
	background: #5b2b38;
	width: 100%;
}
.icemegamenu > ul#main-nav > li:hover ul.sub-mainmenu {
	opacity: 1;
	height: auto;
	visibility: visible;
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}
ul#main-nav ul{
	padding: 20px 0;
	background: #e2c429;
}
ul.sub-mainmenu li.sub-mainmenu-children  ul.sub_level_2{
	height: auto;
	left: 100%;
	margin: 0;
	opacity: 0;
	visibility:hidden;
	position: absolute;
	text-align: left;
	top: -20px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	width: 160px;
	z-index: 9999;
	background: #e2c429;
	border: none;

	-webkit-transform: translate(30px, 0);
	-moz-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	-o-transform: translate(30px, 0);
	transform: translate(30px, 0);
}
ul.sub-mainmenu li.sub-mainmenu-children:hover > ul {
	opacity: 1;

	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	visibility: visible;
}
ul.sub-mainmenu li.sub-mainmenu-children:hover{
	visibility: visible;
}
ul.sub-mainmenu > li{
	position: relative;
}
ul.sub-mainmenu li.sub-mainmenu-children:after {
	content: '\f107';
	position: absolute;
	font-family: 'FontAwesome';
	opacity: 0.7;
	top:5px;
	right: 8px;
	z-index: 1;
	font-size: 14px;
	color: #5b2b38;
}
.stuck {
	background: #ffffff;
	z-index: 1034 !important;
}
#top.stuck.fixed {
	position: fixed;
	width:auto!important;
	left: 0px;
	right: 0px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-animation: fadeInDown 0.6s both;
	animation: fadeInDown 0.6s both;
}
/*------------------- end-menu ------------------------*/
/*    slide    */
#header h2, #feature h2, #maintop h2, #services-wrap h2, #mainblog h2, #mainmission h2, #mainteam h2, #maincomment h2  {
	font-size: 50px;
	font-weight: 800;
	line-height: 65px;
	margin-bottom: 56px;
	text-transform: uppercase;
}
#header h2 {
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.span8 {
		width: 770px;
		float: left;
		min-height: 1px;
		margin-left: 30px;
	}
}
.home-article {
	margin-bottom: 54px;
	text-align: left;
}
.home-slider {
	padding:0 20px;
	padding-bottom: 79px;
}
/*   setting color slide    */
.slide-1 .camera_caption .black .pretext {
	color: #b59a48;
}
.slide-1 .camera_caption .home-article .pretext:before {
	border-bottom: 2px solid #b59a48;
}
.slide-1 .camera_caption .black h2 {
	color: #ffffff;
}
.slide-1 .camera_caption .black .item-introtext {
	color: #b59a48;
}
.slide-2 .camera_caption .black .pretext {
	color: #b59a48;
}
.slide-2 .camera_caption .home-article .pretext:before {
	border-bottom: 2px solid #b59a48;
}
.slide-2 .camera_caption .black h2 {
	color: #ffffff;
}
.slide-2 .camera_caption .black .item-introtext {
	color: #b59a48;
}
.slide-3 .camera_caption .pretext {
	color: #ffffff;
}
.slide-3 .camera_caption .home-article .pretext:before {
	border-bottom: 2px solid #ffffff;
}
.slide-3 .camera_caption h2 {
	color: #ffffff;
}
.slide-3 .camera_caption .item-introtext {
	color: #ffffff;
}
/*------------------- end-slide ------------------------*/

/*  modal login  */
#mylogin{
	background:transparent;
	z-index: 9999;
}
@media (min-width: 992px){
	.modal-lg {
		width: 404px !important;
	}
}
#mylogin .modal-content {
	padding: 49px 53px;
	color: #858a94;
	border-radius: 0;
	top: 72px;
}
#mylogin .close a {
	position: absolute;
	top: 0;
	padding: 14px;
	right: 0;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
	font-weight: 800;
	line-height: 27px;
}
#modal-login h2,#recover-password-modal h2{
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	line-height: 31px;
}
.login-modal, .register-modal,.btn-recover,.hide-recover{
	margin-bottom: 10px;
	padding: 10px 20px;
	display: inline-block;
	background: #fff;
	color: #5b2b38;
	border: 1px solid #5b2b38;
font-size: 14px;
font-weight: bold;
line-height: 27px;
text-shadow: none;
text-transform: uppercase;
box-shadow: none;
text-align: center;
border-radius: 0;
width: 49%;
vertical-align: middle;
height: initial;
}
.login-modal:hover, .register-modal:hover {background: #5b2b38;color: #fff;}
#modal-login form .large_form input{
	margin-bottom:12px;
	width: 100%;
}
#modal-login .req_pass{
	margin-bottom: 15px;
}
#recover-password-modal form  input,.hide-recover{
	margin-bottom: 20px;
}
.modal-backdrop {
	background-color: transparent;
}
/*------------------- end  modal login ------------------------*/
/*  feature  */
#feature {
	padding-bottom: 54px;
	text-align: left;
}
#feature .page_header .section-title,
#feature .page_header .section-title {
	margin-bottom: 45px;
}
.page_header .block-counter, 
.page_header .block-counter {
	border-bottom: 2px solid #e4e4e6;
	color: #5b2b38;
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 38px;
	max-width: 170px;
	padding-bottom: 16px;
	width: 100%;
}
#feature .page_header .section-title{
	margin-bottom: 45px;
}
#feature h5, #services-wrap h5, #feature .content-left p {
	font-size: 35px;
	font-weight: 500;
	line-height: 31px;
	margin-bottom: 33px;
	color: #5b2b38;
}
.feature-content-col.about {
	padding-top: 98px;
}
.feature-content-col.about .item {
	margin-bottom: 27px;
}
.feature-content-col img.img-icon{
	max-width: 53px;
	display: inline-block;
	line-height: 48px;
	margin-bottom: 45px;
}

#feature p {
	padding-bottom: 27px;
	font-size: 16px;
}
/*------------------- end-feature ------------------------*/
/* maintop  */
.parallax {
	color: #000000;
	margin-bottom: 135px;
	padding: 11.5% 0 8%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.parallax_image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: center center;
	will-change: transform;
}
.parallax_image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.parallax-maintop {background-image: url("//theme.hstatic.net/200000884531/1001242319/14/parallax-intro.jpg?v=562");}
.parallax-content {position: relative;}
.parallax-row {
	max-width: 1210px;
	margin-right: auto;
	margin-left: auto;
}
.parallax .pull-right {
	text-align: right;
}
.parallax .item-introtext {font-size: 16px;}
.parallax .pretext {
	color: #5b2b38;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 38px;
	padding-bottom: 19px;
	position: relative;
	max-width: 170px;
	width: 100%;
	text-align: right;
}
.parallax .pretext:before {
	border-bottom: 2px solid #5b2b38;
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.feature-content-col img.img-icon, 
#feature .page_header .section-title {margin-bottom: 30px;}
.feature-content-col.about .item {margin-bottom: 0px;}
/*------------------- end-maintop------------------------*/
/* services  */
#services-wrap {
	text-align: left;
	margin-bottom: 81px;
}
.feature-content-col.services .item {
	margin-bottom: 54px;
}
.feature-content-col.services .item .item-content {
	padding: 29px 30px 35px 41px;
	position: relative;
}
.feature-content-col.services .item .item-content:hover {
	color: white;
}
.feature-content-col.services .item .header-item {margin-bottom: 33px;}
.feature-content-col.services .item .header-item h5.item-title {margin-bottom: 0!important;}
.feature-content-col.services .item .item-content i,
.feature-content-col.services .item .item-content .item-title {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.feature-content-col.services .item .item-content:hover .item-title a {
	color: white;
}
.feature-content-col.services .item img {
	margin-top: 8px;
	margin-bottom: 0px;
	float: left;
	margin-right: 26px;
}
.feature-content-col.services .item .item-content:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.feature-content-col.services .item .item-content:before {
	content: '';
	background: #5b2b38;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: -1;
}
.feature-content-col.services .item .item-content:hover:before {
	width: 100%;
}
/*------------------- end-services------------------------*/
/* maincounter  */
.parallax-counter {background-image: url("//theme.hstatic.net/200000884531/1001242319/14/parallax-counter.jpg?v=562");}
.feature-content-col.section-counters {
	font: 300 40px/53px 'Raleway', sans-serif;
	margin-bottom: 54px;
	text-transform: uppercase;
}
.feature-content-col.section-counters .item-content {
	padding: 18% 0 26%;
}
.feature-content-col.section-counters .counter {
	color: #5b2b38;
	font: bold 90px/120px 'Montserrat', sans-serif;
	margin-bottom: 43px;
	position: relative;
}
.feature-content-col.section-counters .item-content span {
	display: block;
}
.feature-content-col.section-counters .item + .item {
	position: relative;
}
.feature-content-col.section-counters .item + .item:before {
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	border-left: 2px solid #5b2b38;
content: '';
}
/*------------------- end-maincounter------------------------*/
/* mainblog  */
#mainblog {text-align: left;}
.feature-content-col.home-blog {
	margin-bottom: 81px;
}
.feature-content-col.home-blog .item {
	margin-bottom: 46px;
}
.item-img {
	font-size: 0;
	line-height: 0;
	margin: 0 0 39px;
	position: relative;
}
.feature-content-col.home-blog .item .item-img {
	float: left;
	margin-bottom: 14px;
	margin-right: 8.4%;
	width: 370px;
	height: 370px;
	position: relative;
	text-align: center;
}
.feature-content-col.home-blog .item .item-img .bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
}
.feature-content-col.home-blog .item .item-img a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.feature-content-col.home-blog .item .item_content {
	width:calc(100% - 466px);
	float: left;
}
.item-img a {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.item-img img {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.feature-content-col.home-blog .item .item-img:after {
	background: #5b2b38;
	content: "";
	height: 2px;
	max-width: 33%;
	position: absolute;
	right: -17%;
	top: 31%;
	width: 100%;
}
.feature-content-col.home-blog .item-content {
	display: inline-block;
	max-width: 600px;
	overflow: hidden;
	padding-top: 3.5%;
}
.item-info-body {
	color: #5b2b38;
	font-weight: bold;
	margin: 0 0 22px;
}
.item-info-body .article-info-term {font-weight: bold; line-height: 27px;}
.item-info-body div {
	display: inline;
	margin: 0;
}
.item-createdby, item-timepost {
	white-space: nowrap;
	margin: 0;
}
#mainblog h3, #mainteam h3, .pages-contact h3 {
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.feature-content-col.home-blog .row-blog:nth-child(even) {
	text-align: right;
}
.feature-content-col.home-blog .row-blog:nth-child(even) .item-img {
	float: right;
	margin-right: 0px;
	margin-left: 8.4%;
}
.feature-content-col.home-blog .row-blog:nth-child(even) .item-img:after {
	right: auto;
	left: -17%;
}
/*------------------- end-mainblog------------------------*/
/* mainmission  */
.parallax-mission {background-image: url("//theme.hstatic.net/200000884531/1001242319/14/parallax-mission.jpg?v=562");}
.parallax  .item-introtext > ul {
	display: inline-block;
	max-width: 270px;
	padding-top: 27px;
	text-align: left;
	margin: 0 0 27px;
	padding: 0;
	list-style: none;
}
.item-introtext ul li {
	font-weight: bold;
	padding-left: 21px;
	position: relative;
	text-transform: uppercase;
}
.item-introtext ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '\f105';
	color: #5b2b38;
	font-family: 'FontAwesome';
	font-weight: normal;
}
.item-introtext ul li + li{
	margin-top: 10px;
}
.item-introtext ul a {
	color: #5b2b38;
	text-decoration: none;
}
/*------------------- end-mainmission ------------------------*/
/* mainteam  */
#mainteam {text-align: left;}
.feature-content-col.home-team .item {
	margin-bottom: 27px;
}
.feature-content-col.home-team .item .item-img {
	float: left;
	margin-bottom: 14px;
	margin-right: 50px;
	padding-top: 9px;
	position: relative;
}
.feature-content-col.home-team .item .item-img:after {
	position: absolute;
	right: -20px;
	top: 50px;
	content: '';
	width: 100%;
	max-width: 41px;
	height: 2px;
	background: #5b2b38;
}
#mainteam h3 {margin-bottom: 20px;}
.feature-content-col.home-team  .row-team:nth-child(even) {
	text-align: right;
}
.feature-content-col.home-team  .row-team:nth-child(even) .item-img {
	float: right;
	margin-right: 0px;
	margin-left: 50px;
	padding-top: 9px;
}
.feature-content-col.home-team  .row-team:nth-child(even) .item-img:after {
	right: auto;
	left: -20px;
}
/*------------------- end-mainteam  ------------------------*/
/* maincomment  */
.parallax-comment {background-image: url("//theme.hstatic.net/200000884531/1001242319/14/parallax.jpg?v=562");}
.feature-content-col.home-comment h6 {
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	padding-top: 30px;
}
.parallax .home-comment .item-title {
	text-align: left;
	padding-left: 79px;
}
.home-comment	.item-introtext {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 31px;
	padding: 4px 0 4px 79px;
	margin: 0;
	position: relative;
	text-align: left;
}
.home-comment	.item-introtext::before {
	content: "“";
	left: 0px;
	position: absolute;
	top: -4px;
	color: #5b2b38;
	font: 300 110px/110px Raleway, sans-serif;
}

/*------------------- end-maincomment  ------------------------*/
/* Footer  */
.footer-wrapper{
	padding-bottom:100px;
}
.footer-map {
	margin-bottom: 54px;
	padding-top: 98px;
}
.footer-static-title .block_counter{
	border-bottom: 2px solid #e4e4e6;
	color: #4a4d54;
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 38px;
	max-width: 170px;
	padding-bottom: 16px;
	width: 100%;
}
.footer-static-title h4{
	font-size: 60px;
	font-weight: 800;
	line-height: 65px;
	text-transform: uppercase;
	margin-bottom: 69px;
}
.footer-static-content h3.heading-style{
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.footer-static-content .contact-add p{
	margin:0;

	line-height: 27px;
	font-size: 16px;
}
.footer-static-content .contact-add p + p{
	margin-top: 10px;
}
.footer-static-content .contact-add{
	margin: 0 0 27px;
}
.social-links {
	margin-bottom: 75px;
	padding: 45px 0 0;
  display: flex;
  align-items: flex-end;
}
.social-links li {
	display: inline-block;
	font-size: 23px;
	margin: 0 19px 0 0;
	padding: 0 ;
	font-weight: bold;;
}
.social-links li a {
	color: #c8c9cb;
  display: flex;
}
.social-links li a svg{
  width: 24px;
  height: 24px;
}
.social-links li + li{
	margin-top: 10px;
}
.copyright p {
	margin: 0;
	padding-top: 45px;
	color: #5b2b38;
}
@media (max-width: 767px){
	.scrollToTop{
		position: fixed;
		left: 14px;
		bottom: 30px;
	}
	.scrollToTop.scrollToTop-left{
		right: 10px;
		left: initial;
		bottom: 55px;
	}
}
.scrollToTop i{
	text-align: center;
	height: 45px;
	width: 45px;
	line-height: 45px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	color: #fff;
	background: #5b2b38;
	-webkit-flex: 0 0 calc(50% - 240px/16);
	-ms-flex: 0 0 calc(50% - 240px/16);
	flex: 0 0 calc(50% - 240px/16);
	cursor: pointer;
}
/*------------------- end Footer------------------------*/
.item__module,.item-module{
	opacity: 0;
	transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.item__module.visible-first,.item-module.visible-first{
	opacity: 1;
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
}

/* -------------- Breadcrumb ------------- */
.breadcrumb {
	position: relative;
	margin: 0 0 50px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
}
.breadcrumb>li+li:before {content: none;}
.breadcrumb li a, 
.breadcrumb li .breadcrumb-sep, 
.breadcrumb li span  {
	margin: 0 5px;
	padding: 0!important;
}
.breadcrumb-arrow li a:after {border-left: none;}
.breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus {
	background-color: transparent;
	border: none;
}
.breadcrumb-arrow li a:before {
	border-left-width: 0;
}
.breadcrumb {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*------------------- end Breadcrumb------------------------*/

/* Blog page  */
#blog-container, .sidebar-blog-right, .articles-content {
	margin-top: 70px;
	margin-bottom: 70px;
}
#blog .header-page h1 {margin-top: 20px;}
#blog, #article {
	background: #fff;
}
.post {
	margin-bottom: 30px;
}
.shadow-box {
	border-radius: 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-in-out;
	background: #fff;
}
.shadow-box:hover {
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.35);
}
.post .post-image, .sidebar-blog-right .img-recent-thumb .image-wrapper {
	background: -webkit-linear-gradient(-45deg, #5b2b38 0%, #5b2b38 100%);
background: linear-gradient(-45deg, #5b2b38 0%, #5b2b38 100%);
border-bottom: 4px solid #5b2b38;
overflow: hidden;
}
.post .post-image img, .sidebar-blog-right .img-recent-thumb img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.post .post-image img:hover, .sidebar-blog-right .img-recent-thumb img:hover {
	opacity: 0.5;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.post .post-header {
	padding: 20px 40px 10px;
}
.post .post-header .post-date-meta {
	background-color: #5b2b38;
	margin-right: 25px;
	width: 65px;
	height: 65px;
	margin-top: 18px;
	padding-top: 6px;
}
.post .post-header .post-date-meta span {
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.post .post-header .post-date-meta .post-date-day {
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
}
.post .post-header .post-date-meta .post-date-month {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}

.post .post-header .post-title {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 25px;
}
.post .post-header .post-title a {
	color: #5b2b38;
}
.post .post-header .post-meta {
	color: #000000;
}
.post .post-content {
	padding: 15px 40px 50px;
}
.post .post-readmore {
	margin-top: 35px;
}
.post .post-image img {width: 100%;}
.border-btn {
	border: 1px solid #5b2b38;
padding: 10px 30px;
text-transform: uppercase;
color: #4a4d54;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
/*
.border-btn:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #4a4d54;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
*/
.border-btn:hover, .border-btn:focus, .border-btn:active {
	color: #fff;
	background:#5b2b38; 
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*
.border-btn:hover:before, .border-btn:focus:before, .border-btn:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
*/
.sidebar-blog-right .shadow-box {
	padding-top: 30px;
}
.sidebar-blog-right .sidebar-style   {
	padding: 0 15px 15px;
}
.sidebar-blog-right .sidebar-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold
}
.sidebar-blog-right .img-recent-thumb {
	margin-top: 30px;
	margin-bottom: 30px;
}
.sidebar-blog-right .img-recent-thumb .media .image-wrapper img {
	width: 80px;
	height: auto;
	max-width: inherit;
}
.sidebar-blog-right .img-recent-thumb .media .media-body {
	padding-left: 10px;
}
.sidebar-blog-right .img-recent-thumb .media .media-heading {
	font-size: 16px;
}
.sidebar-blog-right .img-recent-thumb .media .media-heading a {
	color: #5b2b38;
}
.sidebar-blog-right .img-recent-thumb .media .content-desc {
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 4px;
}

.sidebar-blog-right .sidebar-style:after {
	content: '';
	border-bottom: 1px solid #ebebeb;
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 15px;
}

.sidebar-blog-right .sidebar-style:last-child:after, .sidebar-blog-right .sidebar-style.sidebar_categories ul li:last-child a {
	border-bottom: none;
}
.sidebar_categories .nav>li>a {
	padding: 0;
}
.sidebar_categories .nav>li>a:hover {
	color: #4a4d54;
}

.sidebar-blog-right .sidebar-style.sidebar_tag ul li {
	padding: 10px 0;
	margin-right: 10px;

	display: inline-block;
}
.sidebar_tag .border-btn {
	padding: 5px 20px!important;
}

/*------ Article -------*/
.article-body .pl0 {
	padding: 0px 40px 50px;
}
.article-body .product-comment input, .article-body .product-comment textarea {margin-bottom: 20px;}
.article-body .nav>li>a:hover, .article-body .nav>li>a:focus {
	text-decoration: none;
	background-color: #fff;
}
#comments .border-btn {background: #fff;}
.pl0 .product-comment .nav>li>a {
	padding: 0px;
}
.comment-post .comment-img {text-align: center;}
.comment-post .comment-img img {border-radius: 50%; margin-right: 20px;}
.comment-post #binhluan:after {
	content: "";
	position: absolute;
	top: auto;
	left: 8px;
	bottom: 36px;
	right: auto;
	width: 25px;
	height: 25px;
	border: 1px solid #eee;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	z-index: 0;
	background: #eee;
	border-top: none;
	border-left: none;
}
#binhluan {
	background: #eee;
	padding: 15px;
}
.title-bl {margin-top: 20px;}
.title-bl h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	color: #232222;
}
#binhluan .author {
	color: #232222;
	font-weight: 300;
	font-size: 15px;
}

/*------------------- end Blog page------------------------*/
/*----------------------------------------------------------------------
GALLERY PAGE
----------------------------------------------------------------------*/

.page-gallery-box {margin-bottom: 50px;}
#gallery-page-tabs {
	margin: 50px 0 5px;
	padding: 0px;
	border: none;
	display: inline-block;
	background: transparent;
}
#gallery-tabcontent{
	padding: 0;
	padding-top: 30px;
}
#gallery-page-tabs li {
	cursor: pointer;
	display: inline-block;
	background: transparent;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
	margin: 0 28px 0 0;
	border:0;
	border-collapse: collapse;
}
#gallery-page-tabs li a {
	border: none;
	color: #858a94;
	background-color: transparent;
	line-height: 30px;
	display: inline-block;

	margin: 0;
	outline: none;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-weight: 600;
	font-size: 18px;
	padding: 0;
	padding-bottom: 14px;
}

#gallery-page-tabs li a:hover:after,#gallery-page-tabs .item-tab.active a:after{
	width: 100%;

}

#gallery-page-tabs li a:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	height: 2px;
	width: 0;
	background:#5b2b38;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#gallery-page-tabs li:hover a, #gallery-page-tabs li:focus a, #gallery-page-tabs li.active a{color:#5b2b38;}
.tab-content > .tab-pane {display: none; }
.tab-content > .active {display: block; }
/*-- Tabdrop --*/
.gallery-page-tabs 
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #f77383;
	text-decoration: none;
	background-color: #ffffff;
}
ul.group-gallery img{
	opacity: 0;
	position: relative;
	-webkit-animation: zoomOut 700ms ease both;
	-webkit-animation-play-state: paused;
	-moz-animation: zoomOut 700ms ease both;
	-moz-animation-play-state: paused;
	-o-animation: zoomOut 700ms ease both;
	-o-animation-play-state: paused;
	animation: zoomOut 700ms ease both;
	animation-play-state: paused;
}
ul.group-gallery.active img {
	opacity: 1;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes zoomOut {
	0% { opacity: 0; -webkit-transform: scale(.6); }
	100% { opacity: 1; -webkit-transform: scale(1); }
}

@-moz-keyframes zoomOut {
	0% { opacity: 0; -moz-transform: scale(.6); }
	100% { opacity: 1; -moz-transform: scale(1); }
}

@-o-keyframes zoomOut {
	0% { opacity: 0; -o-transform: scale(.6); }
	100% { opacity: 1; -o-transform: scale(1); }
}

@keyframes zoomOut {
	0% { opacity: 0; transform: scale(.6); }
	100% { opacity: 1; transform: scale(1); }
}
/*-------------- Contact -------------*/
.contact_right .title-line:before{border-top: 1px solid #d2d2d2;top: 18px;}
.contact_right form{
	margin-top: 24px;
	position: relative;
}
.pages-contact form fieldset {border: none;}
.pages-contact form label {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
	letter-spacing: normal;
	margin: 0 0 8px;
	width: 100%;
	float: left;
	text-align: left;
}
.pages-contact form fieldset label {
	float: left;
	width: 32%;
}
.pages-contact form p {
	margin-bottom: 9px;
	line-height: 24px;
	margin-top: 11px;
	font-weight: normal;
}
.pages-contact form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 400 14px "Roboto Condensed", sans-serif;
	line-height: 24px;
	padding: 12.5px 20px 12.5px;
	color: #9b9b9b;
	background-color: #f7f8f9;
	border: 1px solid #d5d5d5;
	width: 100%;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	height: 49px;
	margin: 0;
}
.pages-contact form fieldset label + label {margin-left: 2%;}
.pages-contact form label.message {
	max-width: 100%;
	width: 100%;
	margin: 0 0 32px;
}
.pages-contact form textarea {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding: 12.5px 20px 12.5px;
	color: #9b9b9b;
	background-color: #f7f8f9;
	border: 1px solid #d5d5d5;
	width: 100%;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	resize: none;
	height: 189px;
	overflow: auto;
}
.pages-contact form .btn-wr input {
	border: 1px solid #4a4d54;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #4a4d54;
	background: #fff;
	width: 150px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.pages-contact form .btn-wr input:hover {
	background: #4a4d54;
	color: #fff;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.pages-contact {margin-top: 70px;}
.pages-contact h3 {margin-bottom: 20px;}
.contact-text {
	overflow: hidden;
	padding-bottom: 15px;
}
.contact-text i {
	display: block;
	float: left;
	line-height: 27px;
	margin-right: 5px;
	width: 16px;
	color: #5b2b38;
}

@media (max-width: 767px){
	.pages-contact form fieldset label {
		float: none;
		width: 100%;
	}
	.pages-contact form fieldset label + label {margin-left: 0px;}
}

/*----- Page About -----*/
.pages-about {
	padding-top: 95px;
	padding-bottom: 120px;
}
.about-intro h2 {
	font-weight: 300;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 30px;
}
@media only screen and (max-width: 991px){
	.about-intro h2 {margin-top: 30px;}
}
.pages-about .banners-about a {
	position: relative;
	display: block;
	overflow: hidden;
}
.pages-about .banners-about a img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: 0.6s ease all;
	z-index: 1;
	display: block;
	width: 100%;
}
.pages-about .banner-slider .owl-pagination {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 3%;
	display: inline-block;
	text-align: center;
	line-height: 0;
	z-index: 6;
}
.pages-about .banner-slider .owl-pagination > div {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	margin: 0;
}
.pages-about .banner-slider .owl-pagination > div > span {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	z-index: 9;
	padding: 3px;
	margin: 0;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.pages-about .banner-slider .owl-pagination > div > span:before {
	position: absolute;
	left: 3px;
	right: 3px;
	bottom: 3px;
	top: 3px;
	content: "";
	border: 1px solid #e8e8e8;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}
.pages-about .banner-slider .owl-pagination > div.active > span:before, 
.pages-about .banner-slider .owl-pagination > div > span:hover:before {
	background: #ffffff;
	border-color: #ffffff;
}
/*
.pages-about .post-readmore a.border-btn {
background: #ffeb3b none repeat scroll 0 0;
border: none;
color: #212121;
display: inline-block;
font-size: 16px;
height: 43px;
width: 200px;
padding: 0
}
.pages-about .post-readmore .border-btn:before,
.pages-about .post-readmore .border-btn:hover:before, .border-btn:focus:before, .border-btn:active:before {
border-radius: 20px;
}
.pages-about .post-readmore a.border-btn span {
display: inline-block!important;
float: left;
margin: 10px 0 0 28px;
}
.pages-about .post-readmore a.border-btn i {
color: #4a4d54;
float: right;
font-size: 40px;
margin: 2px 6px;
}
.pages-about .post-readmore a.border-btn:hover span, .pages-about .post-readmore a.border-btn:hover i {
color: #fff;
}
*/
/*----- Support -----*/
.support-about {
	padding: 60px 0px 30px;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	
	background-image: url("//theme.hstatic.net/200000884531/1001242319/14/service-bg.jpg?v=562");
	
	margin-top: 70px;
	z-index: 0;
}
.support-about:before {
	content: '';
	display: block !important;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(17, 17, 17, 0.85);
	z-index: 0;
}
.support-about .support-item {
	text-align: center;
	margin-bottom: 30px;
}
.support-about .support-item_icon {
	font-size: 80px;
	color: #FBD232;
	margin-bottom: 20px;
}
.support-about .support-item_title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.support-about .support-item_description {
	color: #fff;
	padding: 0px 15px;
}

@media (min-width: 768px) {
	.support-item_price:before,
	.support-item_clock:before {
		content: "";
		position: absolute;
		display: block;
		z-index: -2;
		top: -60px;
		left: -30px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 169px 90px 169px 0;
	}
	.support-item_clock:before {
		border-color: transparent rgba(17, 17, 17, 0.6) transparent transparent;
	}
	.support-item_price:before {
		border-color: transparent rgba(17, 17, 17, 0.7) transparent transparent;
	}
	.support-item_price:after,
	.support-item_clock:after {
		content: "";
		position: absolute;
		display: block;
		z-index: -1;
		top: -60px;
		left: 60px;
		height: 200%;
		width: 1200px;
	}
	.support-item_price:after {
		background: rgba(17, 17, 17, 0.7);
	}
	.support-item_clock:after {
		background: rgba(17, 17, 17, 0.6);
	}
}

/*------ Team ------*/
.team-about {margin-top: 70px;}
.title-team {
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.spliter {
	display: inline-block;
	height: 2px;
	background:#e4e4e6;
	border-radius: 10px;
	width: 90px;
	clear: both;
	transition: all 0.4s ease;
}
.team-body {
	margin-bottom: 38px;
	margin-top: 20px;

	position: relative;
}
.team-body .navslider a {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	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: 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
}
.navslider .prev, .navslider .next {
	font-size: 40px;
	color: #5b2b38;
	opacity: 0;
	transition: all 0.6s ease 0s;
	display: block;
}
.navslider .prev {
	position: absolute;
	top: 36.45%;
	transform: translateY(-50%);
	left: 0px;
}
.team-body:hover .prev {
	left: -45px;
	opacity: .7;
}
.navslider .next {
	position: absolute;
	top: 36.45%;
	transform: translateY(-50%);
	right: 0px;
}
.team-body:hover .next {
	right: -45px;
	opacity: .7;
}
.item-team {
	margin: 0 auto;
	width: 90%;
}
.item-team .portrait-member {
	display: block;
	z-index: 1;
}
.item-team .portrait-member img {
	filter: contrast(0.9);
	transition: all 0.6s ease 0s;
	margin: 0 auto;
}
.item-shadow {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	transition: all 0.6s ease 0s;
}
.item-team:hover .item-shadow, 
.item-team:focus .item-shadow, 
.item-team:active .item-shadow{
	transform: translateY(-15px);
}
.item-shadow::before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 1px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
	transition: all 0.6s ease 0s;
}
.item-team:hover .item-shadow::before, 
.item-team:focus .item-shadow::before, 
.item-team:active .item-shadow::before {
	opacity: .6;
	height: 7px;
	transform: translateY(10px);
}
.item-team .member-info {
	width: 304px;
	height: 131px;
	border: 3px solid #5b2b38;
margin: 0 auto;
margin-top: -21px;
z-index: 2;
position: relative;
background: #fff;
padding: 10px 0;
}
.item-team .member-info h5 {text-transform: uppercase;}
.item-team .member-info p.member-job {
	margin-bottom: 15px;
	margin-top: 0;
}
.item-team .member-info .social-member {
	display: block;
}
.item-team .member-info .social-member a {
	display: inline-block;
	color: #5b2b38;
	width: 34px;
	height: 34px;
	border-radius: 0px;
	font-size: 18px;
	border: 1px solid #5b2b38;
-webkit-transition: .6s;
-moz-transition: .6s;
-o-transition: .6s;
-ms-transition: .6s;
transition: .6s;
text-align: center;
line-height: 35px;

}
.item-team .member-info .social-member a:hover {
	color: #fff;
	background: #5b2b38;
}
@media only screen and (max-width: 991px){
	.item-team .member-info {
		width: 90%;
	}
}
@media only screen and (max-width: 1024px){
	.navslider .next, .navslider .prev {
		display: none;
	}
}
.content-page-about ul, .content-page-about ol {
	margin-bottom:15px;
	padding-left: 40px;
}
.content-page-about ul {list-style-type: initial;}
/*----- Counter -----*/
.pages-about .counter-about {
	padding-top: 110px !important;
	padding-bottom: 81px !important;
	
	background-image: url("//theme.hstatic.net/200000884531/1001242319/14/parallax-counter-about.jpg?v=562") !important;
	
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed;
	position: relative;
	margin-top: 70px;
}
.pages-about .counter-about:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
	display: block;
}
.counter-heading {
	margin-bottom: 61px !important;
}
.counter-heading mark {
	color: #fde428;
	background: none;
	padding: inherit;
}
.stats_counter {
	position: relative;
}
.stats_counter h3 {
	color: #fff;
	margin: 0 0 14px;
	padding: 17px 0 0;
	font-size: 50px;
	letter-spacing: 0;
	white-space: nowrap;
}
.stats_counter .counter_title {
	clear: both;
	color: #fff;
	font-weight: 600;
}

/* - Harafunnel mobile */
.harafunnel-mb {
	position: fixed;
	right: 10px;
	bottom:40px;
	z-index: 9999;
	width: 65px;
	height: 65px;
	padding:8px;
	background: #fff;	
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	transition: box-shadow 150ms linear;
}
.harafunnel-mb:hover {box-shadow: 0 5px 24px rgba(0, 0, 0, .3);}
.harafunnel-mb a {display: block;}
.harafunnel-mb a svg{width:100%;height:100%;}
/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge{ right: 18px!important;;}
.addThis_listSharing {
	position: fixed;bottom:85px;z-index: 999;	
	right:-15px;opacity: 0;	visibility: hidden;
	transition: all .3s ease;	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;
}
.addThis_listSharing.is-show{right: 0;opacity: 1;	visibility: visible;}
.addThis_listing .addThis_item{margin-bottom:5px;margin-right:24px;}
.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;display: inline-block;text-align: center;
	width: 44px;height: 44px;line-height: 44px;color: #fff;
	border-radius: 50%;cursor: pointer;box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	background-size: auto;background-repeat: no-repeat;background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;top: 4px;right: 55px;z-index: 9;
	height: 32px;line-height: 26px;padding:3px 10px;
	width: auto;border-radius: 5px;font-size: 11px;color: #fff;text-align: center;
	white-space: nowrap;cursor: pointer;background-color: rgba(0, 0, 0, 1);
	visibility: hidden;opacity: 0;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after{
	content: "";width: 0;height: 0;
	border-width:5px;border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	position: absolute;left: 100%;top: 0;bottom: 0;margin: auto;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {text-decoration: none; opacity: .9;box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text{visibility: visible;opacity: 1;}
.actionToolbar_mobile {
	position: fixed;bottom: 0;left: 0; right: 0;margin: 0 auto;z-index: 999;
	height:45px;width: 100%;border-top: 1px solid #e7e7e7;background: #fff; padding:5px 10px;
}
.actionToolbar_mobile  ul.actionToolbar_listing{
	margin:0;
	display: -webkit-flex;display: -moz-flex;display: flex;
	-webkit-justify-content: space-between;justify-content: space-between;
	-webkit-align-items: center;align-items: center;
}
.actionToolbar_mobile  ul.actionToolbar_listing li{width: 20%;float: left;}
.actionToolbar_mobile  ul.actionToolbar_listing li a {display: block;color: #696969;font-size: 12px;text-align: center;position: relative;}
.actionToolbar_mobile  ul.actionToolbar_listing li a svg {fill: #696969;width: 35px;height: 35px;	display: inline-block;vertical-align: middle;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {margin-top: -25px;display: inline-block;vertical-align: top;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a svg{width:44px;height:44px;}
/* modal- center */
.modal-addThis{font-size:0;text-align:center;padding:0!important;background: rgba(3, 17, 27, 0.7);-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;}
.modal-addThis:before {	content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-addThis .modal-dialog-centered {font-size:14px;display: inline-block;text-align: left;vertical-align: middle;}
.modal-addThis.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-addThis .modal-dialog-centered .modal-content {width: 100%; }
.modal-addThis .modal-dialog-centered{ margin: 35px auto 50px;} 
.modal-addThis.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-addThis.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
@media (max-width: 767px) {
	.modal-addThis .modal-dialog-centered{margin:35px 10px 50px;}
}
.modal-backdrop.in {display: none;opacity: 0!important;}
/* modal-succes */
.modal-succesform .modal-body {padding:15px;}
.modal-succesform .modal-body .modal-title{font-size: 18px;font-weight: 600;margin:0;}
.modal-succesform .modal-body p:not(.modal-title){font-size: 15px;margin:10px 0 5px}
.modal-succesform .modal-body .txtloading{color: #aaa;font-size: 13.5px;}
@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}}
@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}
@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0px;top:35px}100%{width:47px;right:8px;top:38px}}
.modal-icon.sweet-alert {padding-top: 15px;}
.animateSuccessTip {animation: animateSuccessTip 0.75s;}
.animateSuccessLong {animation: animateSuccessLong 0.75s;}
.sa-icon.sa-success.animate::after {animation: rotatePlaceholder 4.25s ease-in;}
.sweet-alert .sa-icon.sa-success{width:80px;height:80px;border:4px solid #4cae4c;border-radius:50%;margin:20px auto 0;position:relative;box-sizing:content-box}
.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after{content:'';border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;-moz-transform-origin:60px 60px;-o-transform-origin:60px 60px;transform-origin:60px 60px}
.sweet-alert .sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0px 60px;-moz-transform-origin:0px 60px;-o-transform-origin:0px 60px;transform-origin:0px 60px}
.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(92, 184, 92, 0.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#5cb85c;display:block;border-radius:2px;position:absolute;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
/* modal-contactform */  
.modal-contactform .modal-header h4.modal-title {text-align: center;font-size: 18px;font-weight: 500;}
.modal-contactform .modal-header .close {	margin-top: -10px;opacity: 0.5;font-size: 26px;width: 30px;	margin-right: -8px;}
.modal-contactform .content_popupform button{padding: 10px 20px; border: 0;text-transform: uppercase;margin-bottom: 10px;outline: none;}
.modal-contactform .content_popupform .input-group{ width: 100%;margin:0 0 15px;}
.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea{
	border: 1px solid #e7e7e7;
	box-shadow: none;
	height: 40px;
	font-weight: 500;
	padding:5px 20px;
	background: #fbfbfb;
	color: #252a2b;
	width: 100%;
}
.modal-contactform .content_popupform .input-group textarea{resize: none;height:80px;}
.fb_dialog.fb_dialog_mobile.fb_customer_chat_bubble_animated_no_badge{right: 20px !important;}
@media(min-width:992px){
	.modal-addThis.modal-contactform .modal-dialog{width: 600px;}
	.modal-addThis.modal-succesform .modal-dialog{width:450px;}
}
.page-search {
  padding-top: 60px;
      margin-left: auto;
    margin-right: auto;
    float: unset;
}
.page-search h1 {
      text-align: center;
    margin-bottom: 30px;
}
.page-search .search_box {height: 34px;}
div#search {margin-bottom: 30px;}


.product-toshare {
  display: flex;
  align-items: center;
  padding: 0px; }
.product-toshare .pro-title {
    min-width: 10%;
    font-size: 14px;
    font-weight: 600; }
.product-toshare a {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    color: #fff;
    cursor: pointer; }
 .product-toshare a:hover {
      color: #fff; }
.product-toshare a svg {
      width: 30px;
      height: 30px;
      vertical-align: initial; }


.mainHeader .header-wrap-action .header-action {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
    .mainHeader .header-wrap-action .header-action .header-action-item {
      margin-left: 10px;
      align-self: center; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text {
        position: relative;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
        position: absolute;
        width: 24px;
        height: 15px;
        top: 100%;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle svg {
        -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
        filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link {
        position: relative;
        display: block;
        font-size: 13px;
        color: var(--shop-color-text);
        white-space: nowrap; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon,
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
        display: inline-block;
        vertical-align: middle; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
        padding-left: 2px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
        font-size: 11px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
        font-size: 13px;
        display: block;
        font-weight: 500; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
        max-width: 115px;
        overflow: hidden; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .fa {
        display: inline-block;
        font-size: 16px;
        vertical-align: middle;
        margin-left: 3px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
        position: relative;
        width: 32px;
        height: 40px;
        text-align: center; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
        width: 22px;
        height: 40px;
        fill: var(--shop-color-text); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
        width: 22px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
        width: 20px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.3);
        transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
          width: 18px; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        display: inline-block;
        vertical-align: top;
        background: #ff0000;
        color: #fff;
        font-size: 11px;
        text-align: center;
        position: absolute;
        left: 16px;
        top: -1px;
        padding: 0px 3px;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 50%; }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link:hover svg.svg-ico-search {
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg); }
      .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
        position: absolute;
        top: calc(100% + 15px);
        left: auto;
        right: 0px;
        z-index: 990;
        min-width: 320px;
        border-radius: 3px;
        color: #677279;
        background: #fff;
        border: solid 1px #dfe3e8;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
        will-change: transform; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .box-triangle {
          position: absolute;
          bottom: calc(100% - 2px);
          margin: 0 auto;
          width: 22px;
          height: 15px;
          right: 19px; }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .box-triangle svg {
          -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); }
        .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
          width: 100%;
          height: 100%;
          max-height: 100%;
          overflow: hidden;
          padding: 15px 20px; }
          .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
            font-size: 18px;
            color: var(--shop-color-title);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin: 0;
            font-weight: 500;
            padding-bottom: 8px;
            text-align: center;
            border-bottom: 1px solid var(--shop-color-border); }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown .box-triangle {
        right: 58px; }
      .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown .box-triangle {
        right: 98px; }
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .box-triangle {
      visibility: visible;
      opacity: 1; }
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_dropdown {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
      transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1); }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
      visibility: visible; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh;
      width: 100%;
      background: #000;
      opacity: 0.7;
      z-index: 100;
      margin: auto; }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
      z-index: 101; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink {
    display: none; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink a {
    margin-right: 0px;
    width: 20px;
    line-height: 32px;
    color: #fff;
    height: 35px;
    display: block;
    font-size: 28px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
    right: initial;
    left: 16px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
    width: 25px; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
      width: 25px;
      height: 35px;
      cursor: pointer;
      display: block;
      position: relative; }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar, .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after, .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
        height: 2px;
        background: var(--shop-color-text); }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
        position: relative;
        top: 22px;
        display: block;
        margin: auto;
        width: 25px;
        -ms-transition: all 0ms 100ms, width 150ms linear;
        -webkit-transition: all 0ms 100ms, width 150ms linear;
        transition: all 0ms 100ms, width 150ms linear;
        -ms-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px); }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 7px;
        width: 18px;
        -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
      .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 15px;
        -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
        transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear; }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
      height: 35px; }
  .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu.js-action-show .hamburger-menu {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
.sitenav-search form.searchform .btn-search {
    width: 50px;
    height: 44px;
    line-height: 40px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
}
.sitenav-search form.searchform {
    position: relative;
    padding: 0;
}
.sitenav-search form.searchform input.input-search {
    height: 44px;
    line-height: 28px;
    padding: 8px 50px 8px 20px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.sitenav-search form.searchform .btn-search svg {
    width: 18px;
    height: 44px;
    opacity: 0.4;
}
@media (min-width: 992px) {
  .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown {
      width: 420px;
      }
}

@media (max-width: 767px) {
  div#feature {
    padding-bottom: 20px;
}
  .parallax {
    padding: unset;
    height: 380px;    
    margin-bottom: 35px;
  }
  .parallax-maintop,.parallax-mission {
    background-size: contain;
    background-attachment: unset !important;
  }
}
.camera_caption .home-article .pretext:before {
    content: none !important;
}
.feature-content-col.home-team .item .item-img:after {
    content: none !important;
}

span.title-lang {
    padding-left: 5px;
}

.content_style_list ul {
	 list-style: initial;
	 padding-left: 25px;
}
 .content_style_list ol {
	 list-style: decimal;
	 padding-left: 25px;
}
 .content_style_list ul, .content_style_list ol {
	 margin-bottom: 10px;
}
 .content_style_list ul li:last-child, .content_style_list ol li:last-child {
	 margin-bottom: 0;
}
 .content_style_list ul ul, .content_style_list ol ul {
	 list-style: circle;
}
 .content_style_list li, .content_style_list p {
	 margin-bottom: 10px;
}
 .content_style_list table {
	 width: 100% !important;
}
 .content_style_list h1 {
	 font-size: 26px;
	 margin-bottom: 10px;
	 font-weight: bold;
}
 .content_style_list h2 {
	 font-size: 22px;
	 margin-bottom: 10px;
	 font-weight: bold;
}
 .content_style_list h3 {
	 font-size: 20px;
	 margin-bottom: 10px;
	 font-weight: bold;
}
 .content_style_list h4 {
	 font-size: 18px;
	 margin-bottom: 10px;
	 font-weight: bold;
}
 .content_style_list a[href] {
	 color: #007bff;
}
 





  



