.content-page img{
	width:100%;
}
*{
	font-family: Helvetica Neue, 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:#17395c;
	font-weight: 300;
	overflow-x: hidden;
	background :#fff;
	position: initial !important;
}
body {
	background: #f2f3f7;
	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:#000000; margin:0 0 13px 0;  }
h1,h2,h3,h4,h5,h6,.cart-summary, .toolbar {  }
h1 { font-weight: 400; color: #000000;  font-size: 36px; line-height: 36px; }
h2 { font-weight: 400; color: #000000;  font-size: 28px; line-height: 28px; }
h3 { font-weight: 400; color: #000000;  font-size: 24px; line-height: 24px; }
h4 { font-size: 30px; line-height: 34px; padding:10px 0px; }
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:#c24229;}
a:hover {color:#17395c;}
a:active { outline: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#c24229; }
ul, ol { list-style: none;}
img {	max-width: 100%;}

/*---    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;
	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: #c24229;
	overflow: hidden;
	margin-top: 24px;
	list-style: none;
}
ul.login-menu li {
	float: left;
	line-height: 28px;
}
ul.login-menu li + li {
	margin-left: 40px;
}
ul.login-menu .icon-account {color: #c24229;}
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: 25px;
}
.icemegamenu > ul#main-nav > li > a.iceMenuTitle { 
	display: block;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: initial;
	padding: 25px 0 25px;
	position: relative;
	z-index: 1;
	color: #17395c;
	background: transparent;
	text-transform: uppercase;

}
.icemegamenu > ul#main-nav > li > a.iceMenuTitle:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: #c24229;
	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: #c24229;
	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: #c24229;
	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: 220px;
	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: 16px;
	font-weight: 300;
	padding: 4px 0;
	color: #061626;
	position: relative;
} 
ul.sub-mainmenu li a.iceMenuTitle:after {
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 0;
	background: #061626;
	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: #061626;
}
ul.sub-mainmenu li:hover > a.iceMenuTitle:after{
	background: #061626;
	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: #ffffff;
	width: 300px;
}
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: #ffffff;
	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: #061626;
}
.stuck {
	background: #cdeef6;
	z-index: 1034 !important;
}
#top.stuck.fixed {
	position: fixed;
	width:auto!important;
	left: 0px;
	right: 0px;
	top: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, #mainpartner 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: #000000;
}
.slide-1 .camera_caption .home-article .pretext:before {
	border-bottom: 2px solid #000000;
}
.slide-1 .camera_caption .black h2 {
	color: #000000;
}
.slide-1 .camera_caption .black .item-introtext {
	color: #000000;
}
.slide-2 .camera_caption .black .pretext {
	color: #000000;
}
.slide-2 .camera_caption .home-article .pretext:before {
	border-bottom: 2px solid #000000;
}
.slide-2 .camera_caption .black h2 {
	color: #000000;
}
.slide-2 .camera_caption .black .item-introtext {
	color: #000000;
}
.slide-3 .camera_caption .pretext {
	color: #000000;
}
.slide-3 .camera_caption .home-article .pretext:before {
	border-bottom: 2px solid #000000;
}
.slide-3 .camera_caption h2 {
	color: #000000;
}
.slide-3 .camera_caption .item-introtext {
	color: #000000;
}
/*------------------- 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: #17395c;
	border: 1px solid #17395c;
	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: #17395c;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: #000000;
	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: 20px;
	font-weight: 500;
	line-height: 31px;
	margin-bottom: 33px;
	color: #c24229;
}
.feature-content-col.about {
	padding-top: 0px;
}
.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: #17395c;
//	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/1000377993/1000739442/14/parallax-intro.jpg?v=587");}
.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: #000000;
	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 #000000;
	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: 15px;
}
.feature-content-col.services .item {
	margin-bottom: 15px;
}
.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: #c24229;
	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/1000377993/1000739442/14/parallax-counter.jpg?v=587");}
.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: #c24229;
	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 #c24229;
	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%;
	margin-right: 50px;
	width: 600px;
	height: 315px;
	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: contain;
	-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% - 700px);
	width:calc(100% - 650px);
	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: #c24229;
	content: "";
	height: 2px;
	max-width: 30%;
	position: absolute;
//	right: -17%;
	right: -8%;
	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: #c24229;
	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: 22px;
	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%;
	margin-left: 50px;
}
.feature-content-col.home-blog .row-blog:nth-child(even) .item-img:after {
	right: auto;
//	left: -15%;
	left: -8%;
}
/*------------------- end-mainblog------------------------*/
/* mainmission  */
.parallax-mission {background-image: url("//theme.hstatic.net/1000377993/1000739442/14/parallax-mission.jpg?v=587");}
.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: #c24229;
	font-family: 'FontAwesome';
	font-weight: normal;
}
.item-introtext ul li + li{
	margin-top: 10px;
}
.item-introtext ul a {
	color: #c24229;
	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: #c24229;
}
#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/1000377993/1000739442/14/parallax.jpg?v=587");}
.feature-content-col.home-comment h6 {
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	padding-top: 30px;
	text-transform: none;
}
.parallax .home-comment .item-title {
	text-align: left;
	padding-left: 79px;
}
.home-comment	.item-introtext {
	color: #17395c;
	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;
	left: 30px;
	position: absolute;
//	top: -4px;
	top: 0px;
	color: #c24229;
//	font: 300 110px/110px Raleway, sans-serif;
	font: 300 70px/70px Raleway, sans-serif;
}
@media (max-width: 767px) {
	.parallax .home-comment .item-title, .home-comment	.item-introtext {
		padding-left: 30px;
	}
	.home-comment	.item-introtext::before {
		content: "“";
		left: 0px;
	}
}
/*------------------- end-maincomment  ------------------------*/
/* Footer  */
.footer-wrapper{
	padding-bottom:100px;
	background: #fff;
}
.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: 0px;
	padding: 0;
}
.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;
}
.social-links li + li{
	margin-top: 10px;
}
.copyright p {
	margin: 0;
	padding-top: 15px;
	color: #000000;
}
.scrollToTop {
	border-radius: 50px;
	width:35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 90px;
	right: 20px;
	display: none;
	background:#c24229;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.scrollToTop:hover {
	color: #fff;
}
/*------------------- 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, #c24229 0%, #c24229 100%);
	background: linear-gradient(-45deg, #c24229 0%, #c24229 100%);
	border-bottom: 4px solid #c24229;
	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: #c24229;
	margin-right: 25px;
	width: 65px;
	height: 65px;
	margin-top: 18px;
	padding-top: 6px;
}
.post-meta{display:none;}
.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: #c24229;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.post .post-header .post-meta {
	color: #17395c;
}
.post .post-content {
	padding: 15px 40px 50px;
}
.post .post-readmore {
	margin-top: 35px;
}
.post .post-image img {width: 100%;}
.border-btn {
	border: 1px solid #17395c;
	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:#17395c; 
	-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: #c24229;
}
.sidebar-blog-right .img-recent-thumb .media .content-desc {
	color: #17395c;
	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:#c24229;
	-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:#c24229;}
.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: #c24229;
}

@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: 35px;
	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/1000377993/1000739442/14/service-bg.jpg?v=587");
	
	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;
	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: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
.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;
	}
	.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 {
	}
	.support-item_clock:after {
	}
}

/*------ 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: #c24229;
	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 #c24229;
	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: #17395c;
	width: 34px;
	height: 34px;
	border-radius: 0px;
	font-size: 18px;
	border: 1px solid #17395c;
	-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: #17395c;
}
@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;
	}
}
/*----- Counter -----*/
.pages-about .counter-about {
	padding-top: 110px !important;
	padding-bottom: 81px !important;
	
	background-image: url("//theme.hstatic.net/1000377993/1000739442/14/parallax-counter-about.jpg?v=587") !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;
}
.padding100{
	padding-top:100px;
}
#main-nav span,#main-nav a{
	font-weight:bold;
}




#feature h5 {
	font-size: 14px;
}


.newslider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.article-body.xxx-ul .post-content ul {
	list-style: inherit !important;
	margin-left: 25px;
}

/*
.content-page td,table{
border: none;

}
.content-page td{

border:1px solid #e62535;

}
.content-page td:nth-child(1),.content-page td:nth-child(2),.content-page td:nth-child(3){
border-top: 0px solid #ccc;
}
.content-page tr:nth-last-child(1) td{
border-bottom: 0px solid #ccc;
}
.content-page td:nth-child(3n+1){
border-left: 0px solid #ccc;

}
.content-page td:nth-child(3n){
border-right: 0px solid #ccc;

}

*/
.insArticleLoop .postDetail h3 a {
	display: block;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	font-size: 16px;
	margin-top: 10px;
	display: block;
	display: -webkit-box;
	height: 50px;
	margin: 0 auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleItem{
	margin-bottom: 30px;
}
.postDetail .detail p {
	min-height: 80px;
	max-height: 80px;
	overflow: hidden;
}
@media (min-width: 768px){
	.articleItem:nth-child(3n+1){clear: both}
}
@media (max-width: 767px){
	.articleItem:nth-child(2n+1){clear: both}

}
.ifamre-s{text-align:center;}
.ifamre-s iframe {
	width: 100%;
	max-width: 100%;
}

.frmSearch { 
	padding: 15px;
	position: relative;
}
.frmSearch #searchFRM{
	position: relative;
}
.frmSearch i {
	position: absolute;
	top: 50%;
	right: 35%;
	transform: translateY(-50%);
}
@media(max-width:767px){
	.frmSearch #searchFRM {
		position: relative;
		width: auto;
	}
	.frmSearch i {
		position: absolute;
		top: 40%;
		right: 100px;
		transform: translateY(-50%);
	}
}
button.insButtonk.btnSearch {
	padding: 7px 10px;
	outline: none;
	border: none;
}

.type-post .shadow-box {
	height: 615px;
}


.type-post .shadow-box {
	height: initial;
}
.content-des {
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
@media (min-width: 768px){
	.results.content-page article:nth-child(4n+1){clear: both}
}
@media (max-width: 767px){
	.results.content-page article:nth-child(2n+1){clear: both}
}

@media (max-width: 768px){
	.breadcrumb-header .breadcrumb-header-content h2 {
		padding: 10px;
		margin-top: 40px!important;
		padding: 10px;
		font-weight: 700;
		text-transform: uppercase;
		color: #ffffff !important;
		font-size: 18px;
	}
	.feature-content.col-md-4 {
		padding: 0px 55px 0px 20px !important;
	}
	.home-slider .swiper-container {
		height: 185px !important;
	}
	.home-slider .swiper-slide {
		background-size: contain!important;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.feature-content.col-md-7 .about .feature-content-col.about.wrapper-video {
		margin-right: 45px;
	}
	.feature-content.col-md-7 .about .feature-content-col.about.wrapper-video {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}
	.feature-content.col-md-7 .about .feature-content-col.about.wrapper-video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.feature-content-col.home-blog .item {
		margin-bottom: 46px;
		padding-right: 55px;
	}
	.pages-about {
		margin-bottom: 46px;
		padding-right: 35px;
	}
	footer.footer-wrapper {
		padding-right: 45px !important;
	}
	#mainblog .feature-content-coxx{
	padding-right: 45px !important;
	}
	.breadcrumb-header {
		height: 250px!important;
	}
	.insArticleLoop {
		margin-bottom:30px;
	}
	.insArticleLoop .postDetail h3{
	 font-size: 22px;
    margin-bottom: 5px;
    margin-top: 25px;
	}
	.pages-contact h3 {
	text-align: center;
	}
}
.mce-item-table {
	width: auto!important;
	height: auto!important;
}
@media (max-width: 768px) {
	.post-content table {
		width: 100% !important;
	}
}
@media (min-width: 1024px) {
	.post-content table {
		width: 100% !important;
	}
}

.feature-content-coxx .home-title {
	font-size: 18px;
}
#mainblog .mainblog_item {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
#mainblog .mainblog_item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mainpartner {
    padding: 30px 0;
}

.partner-item a img {
//    width: 100%;
    transition: 0.5s ease all;
}

.partner-item a {
    display: block;
    border-radius: 5px;
    padding: 15px;
    border-style: double;
    border-color: #ccc;
	  text-align: center;
}

.partner-item a:hover img {
}







