*{
	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
{
	font-weight: 300;
	letter-spacing: 1px;
	font-style: normal;
	font-size: 14px;
	height: 100%;
	width: 100%;
	color: #606e72;
	background: #fff;
}
h1 {
	font-size: 29px;
	letter-spacing: 1px;
	text-transform: none;
	margin-bottom: 10px;
}
h1, h2, h3 {
	font-weight: 700;
	color: #ffb900;
	font-family: 'Roboto Slab', sans-serif!important;
}
h4, h5, h6 {
	font-weight: 600;
	color: #ffb900;
}
.container {
	width: 1180px;
	margin: 0 auto;
	padding: 100px 0;
}
img{max-width: 100%;}
a:hover, a:focus{text-decoration: none;}
/*Home*/
ul.language {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 20px;
	margin: 0;
}
ul.language li {
	display: inline-block;
	list-style: none;
	height: auto !important;
}
#hero {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	height: 100%;
}
#hero-styles {
	height: 100%;
	width: 100%;
	position: relative;
}
.logo-main-slider {
	position: absolute;
	top: 20px;
	left: 10px;
	max-width: 98%;
	z-index: 2;
}
.container-main-slider {height: 100% !important;}
#main-slider {height: 100% !important;}
.owl-stage-outer {height: 100% !important;}
.owl-stage {height: 100% !important;}
.item, .owl-item {height: 100% !important;}
.caption-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 30%;
	left: 8%;
	height: 25%;
	width: 40%;
}
.animated-gc.container-text-inner {
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 6500ms;
	-webkit-animation-name: homeSliderText;
	animation-delay: 0s;
	animation-duration: 6500ms;
	animation-name: homeSliderText;
}
.animated-gc {
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease;
	-webkit-transform: translateZ(0);
	animation-fill-mode: forwards;
	animation-timing-function: ease;
	transform: translateZ(0);
}
.slider-quote {
	font-size: 20px;
	line-height: 26px;
	color: #606e72;
}
.slider-quote-source {
	font-size: 16px;
	color: #606e72;
	float: right;
	padding-right: 50px;
}
.hide-desktop {
	display: none;
}
.credits {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	/* letter-spacing: -.1px; */
	border-left: 1px solid #000;
	padding-left: 5px;
}
@-webkit-keyframes homeSliderText {

	0% {
		opacity: 0;
		visibility:visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	5% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}

	35% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	85% {
		opacity: 1;
	}

	92% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes homeSliderText {


	0% {
		opacity: 0;
		visibility:visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	5% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}

	35% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	85% {
		opacity: 1;
	}

	92% {
		opacity: 1;
	}

	100% {
		opacity: 1;

	}
}
/*Menu*/
.sticky-wrapper {height: 65px;}
#navigation {background-color: #f5f5f5;}
.navbar {position: relative;}
.navbar-inner {
	min-height: 65px;
	line-height: 40px !important;
	transition: all 0.3s ease-out 0s;
	border-bottom: none !important;
	padding-left: 20px !important;
	padding-right: 0 !important;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	z-index: 10;
}
.no-padding {padding: 0;}
.navbar .container {width: auto;}
.block-menu-flyout {
	float: right;
	background: #fff;
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 90000;
}
@media only screen and (min-width: 768px){
	.block-menu-flyout {display: none;}
}
.navbar .show-menu {
	float: right;
	width: 30px;
	margin: 15px 30px 15px 10px;
	height: 30px;
	padding: 2px;
	background: url(//sw001.hstatic.net/6/8ca4fcdcb5f2/responsive-menu.png) no-repeat 2px 2px;
	background-color: #fff;
	background-size: 30px 30px;
	cursor: pointer;
	border-radius: 3px;
	opacity: 0.8;
}
#logo {
	position: absolute;
	width: auto;
	height: 50px;
	left: 30px;
	margin-left: 0;
	z-index: 100;
	display: block;
	transform-style: preserve-3d;
	transition: -moz-transform 0.5s ease 0s;
	background-position: 0 7px !important;
	background-size: auto 50px !important;
}
#logo a {
	width: auto;
	height: 50px;
	margin-top: 8px;
	display: block;
}
#logo a img {
	display: block;
	height: 28px;
	max-width: 100%;
	margin-top: 19px;
}
.collapse {
	display: block;
	position: relative;
	height: auto;
	overflow: visible;
	visibility: inherit;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	background: #ffffff;
}
.navbar .nav {
	width: 68%;
	text-align: left;
	height: 65px;
	margin-left: 25%;
}
.navbar .nav > li {
	float: none;
	display: inline-block;
	height: auto !important;
}
.navbar .nav > li > a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	display: block;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	line-height: 45px;
	padding: 11px 15px 9px;
	text-shadow: none;
	font-family: sans-serif !important;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
	background: none;
	box-shadow: none;
	color: #000000;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
.is-sticky{
	position: fixed;
	top: 0;
}
/*about*/
section {
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.section-title {
	text-align: center;
	width: 800px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.about .section-title {margin-bottom: 20px;}
p.hero {
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 2px;
	text-align: justify;
}
/*portfolio*/
.portfolio_home {
	padding-bottom: 0;
	position: relative;
	z-index: 2!important;
	overflow: hidden;
}
.portfolio {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#portfolio-wrap {
	position: relative;
	margin: 0 auto;
	height: inherit;
	padding-bottom: 10px;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
#portfolio-wrap.no-gutter {padding-bottom: 0px;}
.portfolio-item {
	padding: 0;
	position: relative;
	overflow: hidden;
	height: 236px;
}
.portfolio-item{background-color: #fff;}
hr {
	background-color: #e9e9e9;
	height: 1px;
	width: 100%;
	margin: 60px 0;
	float: left;
	border: none!important;
}
.mobile {display: none;}
.gray {color: #ccc !important;}
.portfolio-item .portfolio-image {
	display: block;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.portfolio-item .portfolio-image img {
	width: 100%;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
}
.portfolio-item.portfolio-item-modern .portfolio-image img {
	-webkit-filter: grayscale(1) brightness(0%) !important;
	-moz-filter: grayscale(1) brightness(0%) !important;
	-ms-filter: grayscale(1) brightness(0%) !important;
	filter: grayscale(1) brightness(0%) !important;
	-webkit-transform: scale(1) translate(0, 0);
	-moz-transform: scale(1) translate(0, 0);
	-o-transform: scale(1) translate(0, 0);
	-ms-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.portfolio-item.portfolio-item-modern:hover .portfolio-image img {
	-webkit-filter: grayscale(0) !important;
	-moz-filter: grayscale(0) !important;
	-ms-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
	-webkit-transform: scale(1) translate(0, -30px);
	-moz-transform: scale(1) translate(0, -30px);
	-o-transform: scale(1) translate(0, -30px);
	-ms-transform: scale(1) translate(0, -30px);
	transform: scale(1) translate(0, -30px);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.project-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	cursor: pointer;
	background-color: transparent !important;
}
.project-info {
	color: #333;
	position: absolute;
	height: 140px;
	line-height: 140px;
	width: 100%;
	top: 50%;
	margin-top: 0;
	text-align: center;
	opacity: 0;
	transition: opacity .45s ease-in-out;
	-moz-transition: opacity .45s ease-in-out;
	-webkit-transition: opacity .45s ease-in-out;
}
.project-info p {
	padding: 0 20%;
	font-size: 18px;
	line-height: 24px;
	vertical-align: middle;
	display: inline-block;
	color: #606e72;
}
@media only screen and (max-width: 1550px) and (min-width: 1281px){
	.project-info p {
		padding: 0 10%;
		font-size: 14px;
		line-height: 24px;
		vertical-align: middle;
		display: inline-block;
	}
}
.portfolio-item:hover .project-overlay {
	opacity: 1;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.portfolio-item.portfolio-item-modern:hover .project-info {opacity: 1;}
.portfolio-item:nth-of-type(2), .portfolio-item:nth-of-type(4), .portfolio-item:nth-of-type(5), .portfolio-item:nth-of-type(7), .portfolio-item:nth-of-type(10), .portfolio-item:nth-of-type(12), .portfolio-item:nth-of-type(13), .portfolio-item:nth-of-type(15), .portfolio-item:nth-of-type(18), .portfolio-item:nth-of-type(20), .portfolio-item:nth-of-type(21), .portfolio-item:nth-of-type(23) {
	background: #f9f9f9;
}
.description{position: relative;display: block; text-align: center;}
.description img {
	text-align: center;
	display: inline-block;
}
.description *{text-align: left; color: #606e72 !important;}
/*quote*/
.quote {
	text-align: left;
	background-image: url("//theme.hstatic.net/200000911265/1001382546/14/comment_bg.jpg?v=155");
	background-position: 50% -13px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-attachment: fixed !important;
}
.quote_en{background-image: url("//theme.hstatic.net/200000911265/1001382546/14/comment_bg_en.jpg?v=155");}
.full-width {
	width: 100%!important;
	padding: 0;
}
.container-quotes {
	margin: 50px 50% 50px 50px;
}
.quote li {
	background: rgba(255,255,255,0.9);
	padding: 25px 25px 50px;
	color: #606e72;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.quote li h1 {
	color: #606e72;
	padding: 10px 0 10px 0;
	line-height: 36px;
	word-wrap: break-word;
	font-weight: 300;
	font-size: 20px;
	margin-top: 0;
	font-family: Helvetica Neue, sans-serif!important;
}
.quote li p {
	color: #606e72;
	opacity: 0.95;
	text-align: right;
	font-size: 18px;
	font-weight: 600;
}
.bx-wrapper .bx-loading{background: url(//sw001.hstatic.net/2/ea1d3b43ea1c/bx_loader.gif) center center no-repeat #fff;}
/*team*/
.full-width .section-title {margin-top: 100px;}
#team-wrap {
	position: relative;
	margin: 0 auto;
	height: inherit;
	padding-bottom: 10px;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.team-item {
	opacity: 1;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 25%;
	cursor: pointer;
	float: left;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 40ms ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
[data-count="1"], [data-count="2"]{width: 50%;}
.profile-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	background: rgba(255,255,255, 0.9);
	font-size: 16px;
	font-weight: 500;
}
.profile-info-inner {padding: 25px;}
.profile-info h4 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 1px;
	font-family: 'Roboto Slab', sans-serif!important;
}
.team-item-off {
	opacity: 0.3;
	background-color: #000;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 40ms ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.team-item-description {
	clear: both;
	float: none;
	width: 1180px;
	padding: 60px 15px;
	display: none;
	margin: 0 auto;
}
.close-profile {
	background: url(//sw001.hstatic.net/5/956fb4be2ee9/sprite-sherpa.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	float: right;
	margin-right: 30px;
}
.team-item-description .subtitle {font-size: 16px;}
.team-item-description p {
	padding-top: 10px;
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	column-count: 1;
	column-gap: 10px;
	width: 90%;
	font-size: 16px;
	line-height: 1.6;
}
#team-wrap h2 {
	clear: both;
	padding: 28px;
	text-align: center;
	background-color: #fff;
	font-size: 24px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 0;
}
/*press*/
.press .section-title {
	text-align: center;
	width: 100%;
}
.press .section-title p.hero {text-align: center;}
.container-video {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0;
}
.container-video-mobile {display: none;}
.container-video-desktop, .row-fluid{min-height: 480px;}
ul.list-video {
	float: left;
	width: 100%;
	letter-spacing: 0;
	height: 380px;
}
ul.list-video li {
	font-size: 14px;
	line-height: 22px;
	border-top: 1px solid #ccc;
	padding: 15px;
	display: flex;
	flex-flow: row wrap;
	height: auto !important;
}
ul.list-video li.active {
	background-color: #efefef;
	border-top: 1px solid #efefef;
	border-bottom: none;
}
ul.list-video li:nth-child(5n + 5) {border-bottom: 1px solid #ccc;}
ul.list-video li a {
	color: #606e72;
	display: block;
	width: 100%;
}
ul.list-video li a:hover, ul.list-video li a:active, ul.list-video li a.active {
	color: #000000;
	cursor: pointer;
}
.list-video-date {
	float: left;
	font-weight: 600;
	text-align: left;
	min-width: 84px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .5px;
}
.list-video-text {
	float: left;
	font-weight: 500;
	text-align: left;
	width: 460px;
	padding-right: 10px;
	letter-spacing: .5px;
}
.icon-leave-arrow {
	width: 24px;
	background: url(http://sherpa.com/wp-content/themes/newave-theme-child/images/sprite-sherpa.png) no-repeat;
	background-position: 0 -25px;
	float: left;
	height: 40px;
	line-height: 40px;
}
.container-pager {
	width: 100%;
	/* border-top: 1px solid #ccc; */
	height: 100px;
	/* display: table; */
}
.gc-pager {
	clear: both;
	float: right;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 600;
	text-align: right;
}
.gc-pager li {
	float: left;
	text-align: right;
	margin: 0 10px 0 0;
	cursor: pointer;
	color: #606e72;
	font-weight: 500;
	list-style: none;
}
.gc-pager li:hover, .gc-pager li.current {color: #000000;}
.container-inner-press-images {
	position: relative;
	width: 575px;
	display: table-cell;
}
.press-holder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#video-carousel-desktop {
	width: 575px;
	float: right;
}
.container-video-text {
	position: absolute;
	top: 398px;
	width: 100%;
	text-align: left;
}
/*contact*/
.contact .container {
	padding: 0;
	color: #ffffff;
	height: 380px;
}
.container-contact {
	width: 100%;
	height: 100%;
}
.container-contact .contact-item {
	margin: 0;
	padding: 0;
}
.contact .col-1 {
	background-color: #6d6e72;
	height: 100%;
}
.inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-item .inner {padding: 0 0 0 25px;}
.contact .container h2 {
	margin: 30px 0 12px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Roboto Slab', sans-serif!important;
}
.contact-item p {margin: 0 50px 15px 0;}
.contact p a {color: #ffffff;}
.contact .col-2 {
	background-color: #7d7e82;
	height: 100%;
}
.contact .col-3 {
	background-color: #7d7e82;
	height: 100%;
}
.contact-item-map iframe {
	max-width: 100%;
	height: 380px;
}
/*footer*/
footer {
	box-shadow: none !important;
	z-index: 100;
	position: relative;
	padding: 30px 0;
	text-align: center;
}
p.copyright {line-height: 22px;}
p.copyright a{color: #ffb900;}

/* - 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 ============== */
ul li{list-style: none;}
.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:30px 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:30px 10px 40px;}
}
/* modal-succes */
.modal-succesform .modal-title{font-size: 18px;font-weight: 600;margin:0;color: #ffb900;}
.modal-succesform p:not(.modal-title){font-size: 15px;margin:10px 0 5px}
.modal-succesform p.txtloading{color: #aaa;font-size: 13px;}
@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;outline: none;background-color: #ffb900;}
.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;}
}

.portfolio-item.portfolio-item-modern .project-info {opacity: 1;}
.portfolio-item.portfolio-item-modern .portfolio-image img {
      transform: scale(1) translate(0, -30px);
      filter: grayscale(0) !important;
}








