@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);


@font-face {
    font-family: 'districtthinregular';
    src: url('../fonts/distth_-webfont.woff2') format('woff2'),
         url('../fonts/distth_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




.img-res{
	width: 100%;
}

.no-padding {
	padding-left: 0px!important;
	padding-right: 0px!important
}


/*Change icons size here*/
.social-icons .fa {
	font-size: 1.6em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	    width: 60px;
    height: 60px;
    line-height: 60px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#ed1c24;}  
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#ed1c24;}
.social-icons .fa-instagram{background-color:#ed1c24;}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#ed1c24;} 
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#ed1c24;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#ed1c24;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#ed1c24;}
 

/* .slbOverlay {
    background-color: #031631!important;
        opacity: 0.7!important;
    filter: alpha(opacity=70)!important;
    -webkit-animation: slbOverlay 0s!important;
    -moz-animation: slbOverlay 0s!important;
    animation: slbOverlay 0s!important;
}*/
 .slbOverlay2 {
    background-color: #000!important;
        opacity: 0.8!important;
    filter: alpha(opacity=80)!important;
    -webkit-animation: slbOverlay 0s!important;
    -moz-animation: slbOverlay 0s!important;
    animation: slbOverlay 0s!important;
}




    .slbArrow.prev {
    left: 10%!important;
        background-image: url(../images/team/left2.png);
    background-repeat: no-repeat;
}

.slbArrow.next {
    right: 10%!important;
        background-image: url(../images/team/right2.png);
    background-repeat: no-repeat;
}



.clear:after, blockquote.blockquote-default footer:before {
	content: ''
}
#page-loader, body, html {
	width: 100%;
	height: 100%
}
body, html {
	-webkit-font-smoothing: antialiased
}
body {
	font-weight: 300;
	font-style: normal;
	color: #fff;
	background: #111;
	text-transform: lowercase!important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
	padding: 0;
	letter-spacing: .02em;
	color: #fff
}
h1 {
	font-size: 50px
}
h2 {
	font-size: 42px
}
h3 {
	font-size: 32px
}
h4 {
	font-size: 24px
}
h5 {
	font-size: 21px
}
h6 {
	font-size: 20px
}
a, a:focus, a:hover, p {
	font-size: 20px!important;
	font-family: 'Source Sans Pro', sans-serif;
}
p {
	line-height: 1.7em
}
a, a:focus, a:hover {
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	color: #fff;
	outline: 0
}
span {
	font-family: 'Source Sans Pro', sans-serif;;
	font-size: 16px;
	letter-spacing: .02em
}
blockquote.blockquote-default {
	font-family: 'Source Sans Pro', sans-serif;;
	font-size: 17.5px;
	font-style: italic;
	margin: 0 0 20px;
	padding: 14px 40px;
	color: #4d4d4d;
	border-left: 4px solid #dd1a22
}
.content.bg-black blockquote.blockquote-default footer {
	color: #ececec
}
blockquote.blockquote-default footer {
	font-size: 100%;
	font-style: normal;
	padding-top: 10px;
	text-transform: none;
	color: #4d4d4d
}
ol.list-default, ul.list-default {
	font-family: 'Source Sans Pro', sans-serif;;
	font-size: 18px;
	margin-left: 20px
}
ol.list-default.custom-icon, ul.list-default.custom-icon {
	margin-left: 0;
	list-style: none
}
ol.list-default.custom-icon li span, ul.list-default.custom-icon li span {
	font-weight: 700;
	margin-right: 8px
}
ol.list-default li, ul.list-default li {
	font-size: 18px;
	line-height: 2.3em;
	color: #3b3d40
}
.content.bg-black ol.list-default li, .content.bg-black ul.list-default li {
	color: #ececec
}
ol.list-default>li {
	padding-left: 6px
}
.clear:after {
	display: table;
	clear: both
}

.fadecolor {
    background-image: url(../skills.jpg);
    background-size: cover;
    background-color: #000;
}

.big i {
	font-size: 30px!important;
    color: #fff!important;
}

#page-loader {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1) .8s;
	transition: all .6s cubic-bezier(.19, 1, .22, 1) .8s;
	background: #000;
}
#page-loader.hide-this {
	top: 100%
}
#page-loader img {
	margin: 0 auto 24px;
	-webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
	transition: all .4s cubic-bezier(.19, 1, .22, 1);
	opacity: 1
}
#page-loader.hide-this img {
	opacity: 0
}
#page-loader .spinner-container {
	position: fixed;
	z-index: 2000;
	left: 50%;
	width: 30px;
	height: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
#page-loader .spinner-container .css-spinner {
	display: block;
	width: 30px;
	height: 30px;
	-webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
	transition: all .4s cubic-bezier(.19, 1, .22, 1);
	-webkit-animation: spinner .4s linear infinite;
	animation: spinner .4s linear infinite;
	opacity: 1;
	border: 2px solid transparent;
	border-top-color: #dd1a22;
	border-left-color: #dd1a22;
	border-radius: 100%
}
#page-loader.hide-this .spinner-container .css-spinner {
	opacity: 0
}
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}



.workpage h4 {
	display: inline;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 36px;

}
.workpage span {
	color: #fff;
	opacity: 0.6;
	font-size: 36px;
	
}
.workpage h1 {
	margin-bottom: 20px;
}

.workpage .active a {
	    color: #fff!important;
	    opacity: 1;
}

.workpage h4 a {
	color: #fff!important;
	text-decoration: none!important;
	font-size: 36px!important;
    opacity: 0.6;
        text-transform: lowercase;
}



.team {
	background: url(../images/parallax/team.jpg);
	background-size: cover;
}


.navigation-main {
	position: fixed;
	z-index: 100!important;
	top: 0;
	width: 100%;
	height: 0px!important;
	padding: 0 30px;
	-webkit-transition: all .42s cubic-bezier(.19, 1, .22, 1);
	transition: all .42s cubic-bezier(.19, 1, .22, 1);
	/*border-bottom: 1px solid rgba(0, 0, 0, .15);
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .175)*/
	    background: none;
    border-bottom: none;
}
.navigation-main.sticky-navigation {
	position: relative
}
.navigation-main.popup-navigation {
	-webkit-transform: translateY(-101%);
	transform: translateY(-101%)
}
.navigation-main.popup-navigation.show {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.navigation-main .phantom {
	display: none
}
.navigation-main .navbar-collapse {
	width: 100%
}
.navigation-main .navbar-brand {
	padding: 0
}
.navigation-main .navbar-brand img {
	position: absolute;
	top: 50%;
	max-height: 120px;
    margin: 0;
    margin-top: 80px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.navigation-main button {
	font-size: 28px;
	margin-right: 0;
	color: #000
}
.navigation-main ul li .dropdown-menu a, .navigation-main ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	font-size: 18px;
    font-weight: 400;
	background: 0 0!important;
	text-transform: lowercase;
	cursor: pointer
}

.navigation-main ul li a, .navigation-main ul li span {
	
	
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	color: #fff;
	cursor: pointer;
	font-size: 40px;
}

.navigation-main ul li span:hover {
	color: #fff;
}
.navigation-main ul li a:hover, m.navigation-main ul li.current a {
	color: #b09980
}
.navigation-main ul li .dropdown-menu {
	margin-top: -2px;
	padding: 10px 0;
	border-radius: 0
}
.navigation-main ul li .dropdown-menu a {
	line-height: 54px;
	margin: 0;
	padding: 0 28px;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	color: #000
}
.navigation-main ul li .dropdown-menu a:hover, .navigation-main ul li.dropdown.open span {
	color: #b09980
}







@media (max-width:1000px) {
	.navigation-main ul li a, .navigation-main ul li span {
		padding: 0 10px
	}
	.navigation-main .container {
		width: 100%;
		margin: 0!important;
		padding: 0
	}
	.navigation-main {
		padding: 0
	}
	.navbar-header {
		padding: 0 24px
	}
}
@media (min-width:841px) {
	.navigation-main .dropdown:hover .dropdown-menu {
		display: block
	}
}
@media (max-width:840px) {
	.navigation-main {
		height: 60px
	}
	.navbar-header {
		float: none;
		margin: 0!important
	}
	.navbar-toggle {
		line-height: 60px;
		display: block;
		margin-top: -4px!important;
		margin-bottom: 0!important;
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.navbar-collapse {
		margin: 0!important;
		padding: 0;
		border-top: 1px solid transparent;
		background: #fff;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
	}
	.navbar-collapse.collapse {
		display: none!important
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px
	}
	.navbar-nav>li {
		float: none
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.navbar-text {
		float: none;
		margin: 15px 0
	}
	.navbar-collapse.collapse.in {
		display: block!important;
		padding-bottom: 20px
	}
	.collapsing {
		overflow: hidden!important
	}
	.navigation-main ul li .dropdown-menu a, .navigation-main ul li a, .navigation-main ul li span {
		line-height: 60px!important;
		padding-left: 40px!important
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		padding: 0;
		border: 0;
		background-color: transparent;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding: 0
	}
}
@media (max-height:840px) and (max-width:840px) {
	.navigation-main ul li .dropdown-menu a, .navigation-main ul li a, .navigation-main ul li span {
		line-height: 44px!important
	}
	.navigation-main {
		height: 60px
	}
	.navigation-main .navbar-brand img {
		max-width: 120px
	}
}
@media (max-height:600px) and (max-width:840px) {
	.navigation-main ul li .dropdown-menu a, .navigation-main ul li a, .navigation-main ul li span {
		line-height: 34px!important
	}
}
#main {
	width: 100%;
	height: 100%
}
.content {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%
}
.content.bg-black {
	color: #fff;
	background: #111
}
.content.bg-white {
	color: #000;
	background: #fff
}

.abtcolor .fa {
	background-color:#ed1c24!important;
}
.careerscolor .fa {
	background-color:#ed1c24!important;
}

.photocolor .fa {
	background-color:#ed1c24!important;
}

.creativescolor .fa {
	/*background-color:#41bfb7!important;*/
}


.photographybg {
	background: url(../images/parallax/pbg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.creativebg {
	background: url(../images/parallax/cbg.jpg);
	background-size: cover;
}

.csrbg {
	background: url(../images/parallax/csr.jpg);
	background-size: cover;
}

.filmbg {
	background: url(../images/parallax/fbg.jpg);
	background-size: cover;
}

.photoabout {
	background: url(../images/team/about.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover!important;
}

.careers-bg {
	background: url(../images/careers.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover!important;
}

.content.bg-orange {
	color: #fff;
	background: #ce4024;
}

.content.bg-gold {
	color: #fff;
	background: #85c442;
}
.content.bg-parallax {
	color: #fff;
	background: 0 0
}
.container-mid {
	position: absolute;
	z-index: 100;
	top: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.bg-overlay, .bg-overlay-section {
	position: absolute!important;
	top: 0;
	width: 100%;
	height: 100%
}
.bg-overlay {
	opacity: .7;
	background: rgba(0, 0, 0, 1)
}
.bg-overlay-section {
	opacity: .4;
	background: #000;
}
.bg-pattern, .bg-pattern-section {
	position: absolute!important;
	top: 0;
	height: 100%;
	background: url(../images/bg-pattern.png);
	width: 100%
}
.bg-pattern {
	opacity: .5
}
.bg-pattern-section {
	opacity: .3
}
.phantom-wrapper-popups {
	display: none
}
.noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}


.aboutwidth {
	width: 94%!important;
}
#latest {
	    margin-top:0px;
}
.padding-sides-off {
	padding-right: 0;
	padding-left: 0
}
.padding-bottop-off {
	padding-top: 0;
	padding-bottom: 0
}
.padding-top-10 {
	padding-top: 10px
}
.padding-top-20 {
	padding-top: 20px
}
.padding-top-30 {
	padding-top: 30px
}
.padding-top-40 {
	padding-top: 40px
}
.padding-top-50 {
	padding-top: 50px
}
.padding-top-60 {
	padding-top: 60px
}
.padding-top-70 {
	padding-top: 70px
}
.padding-top-80 {
	padding-top: 80px
}
.padding-top-90 {
	padding-top: 90px
}
.padding-top-100 {
	padding-top: 100px
}
.padding-top-110 {
	padding-top: 110px
}
.padding-top-120 {
	padding-top: 120px
}
.padding-top-130 {
	padding-top: 130px
}
.padding-top-140 {
	padding-top: 140px
}
.padding-top-150 {
	padding-top: 150px
}
.padding-top-160 {
	padding-top: 160px
}
.padding-top-170 {
	padding-top: 170px
}
.padding-top-180 {
	padding-top: 180px
}
.padding-top-190 {
	padding-top: 190px
}
.padding-top-200 {
	padding-top: 200px
}
.padding-top-250 {
	padding-top: 250px
}
.padding-top-300 {
	padding-top: 300px
}
.padding-bot-10 {
	padding-bottom: 10px
}
.padding-bot-20 {
	padding-bottom: 20px
}
.padding-bot-30 {
	padding-bottom: 30px
}
.padding-bot-40 {
	padding-bottom: 40px
}
.padding-bot-50 {
	padding-bottom: 50px
}
.padding-bot-60 {
	padding-bottom: 60px;
	padding-right:30px;
}
.padding-bot-70 {
	padding-bottom: 70px
}
.padding-bot-80 {
	padding-bottom: 80px
}
.padding-bot-90 {
	padding-bottom: 90px
}
.padding-bot-100 {
	padding-bottom: 100px
}
.padding-bot-110 {
	padding-bottom: 110px
}
.padding-bot-120 {
	padding-bottom: 120px
}
.padding-bot-130 {
	padding-bottom: 130px
}
.padding-bot-140 {
	padding-bottom: 140px
}
.padding-bot-150 {
	padding-bottom: 150px
}
.padding-bot-160 {
	padding-bottom: 160px
}
.padding-bot-170 {
	padding-bottom: 170px
}
.padding-bot-180 {
	padding-bottom: 180px
}
.padding-bot-190 {
	padding-bottom: 190px
}
.padding-bot-200 {
	padding-bottom: 200px
}
.padding-bot-250 {
	padding-bottom: 250px
}
.padding-bot-300 {
	padding-bottom: 300px
}
.padding-sides-10 {
	padding-right: 10px;
	padding-left: 10px
}
.padding-sides-20 {
	padding-right: 20px;
	padding-left: 20px
}
.padding-sides-30 {
	padding-right: 30px;
	padding-left: 30px
}
.padding-sides-40 {
	padding-right: 40px;
	padding-left: 40px
}
.padding-sides-50 {
	padding-right: 50px;
	padding-left: 50px
}
.padding-sides-60 {
	padding-right: 60px;
	padding-left: 60px
}
.padding-sides-70 {
	padding-right: 70px;
	padding-left: 70px
}
.padding-sides-80 {
	padding-right: 80px;
	padding-left: 80px
}
.padding-sides-90 {
	padding-right: 90px;
	padding-left: 90px
}
.padding-sides-100 {
	padding-right: 100px;
	padding-left: 100px
}
@media (max-width:500px) {
	.padding-top-10 {
		padding-top: 5px
	}
	.padding-top-20 {
		padding-top: 10px
	}
	.padding-top-30 {
		padding-top: 15px
	}
	.padding-top-40 {
		padding-top: 20px
	}
	.padding-top-50 {
		padding-top: 25px
	}
	.padding-top-60 {
		padding-top: 30px
	}
	.padding-top-70 {
		padding-top: 35px
	}
	.padding-top-80 {
		padding-top: 40px
	}
	.padding-top-90 {
		padding-top: 45px
	}
	.padding-top-100 {
		padding-top: 50px
	}
	.padding-top-110 {
		padding-top: 55px
	}
	.padding-top-120 {
		padding-top: 60px
	}
	.padding-top-130 {
		padding-top: 65px
	}
	.padding-top-140 {
		padding-top: 70px
	}
	.padding-top-150 {
		padding-top: 75px
	}
	.padding-top-160 {
		padding-top: 80px
	}
	.padding-top-170 {
		padding-top: 85px
	}
	.padding-top-180 {
		padding-top: 90px
	}
	.padding-top-190 {
		padding-top: 95px
	}
	.padding-top-200 {
		padding-top: 100px
	}
	.padding-bot-10 {
		padding-bottom: 5px
	}
	.padding-bot-20 {
		padding-bottom: 10px
	}
	.padding-bot-30 {
		padding-bottom: 15px
	}
	.padding-bot-40 {
		padding-bottom: 20px
	}
	.padding-bot-50 {
		padding-bottom: 25px
	}
	.padding-bot-60 {
		padding-bottom: 30px
	}
	.padding-bot-70 {
		padding-bottom: 35px
	}
	.padding-bot-80 {
		padding-bottom: 40px
	}
	.padding-bot-90 {
		padding-bottom: 45px
	}
	.padding-bot-100 {
		padding-bottom: 50px
	}
	.padding-bot-110 {
		padding-bottom: 55px
	}
	.padding-bot-120 {
		padding-bottom: 60px
	}
	.padding-bot-130 {
		padding-bottom: 65px
	}
	.padding-bot-140 {
		padding-bottom: 70px
	}
	.padding-bot-150 {
		padding-bottom: 75px
	}
	.padding-bot-160 {
		padding-bottom: 80px
	}
	.padding-bot-170 {
		padding-bottom: 85px
	}
	.padding-bot-180 {
		padding-bottom: 90px
	}
	.padding-bot-190 {
		padding-bottom: 95px
	}
	.padding-bot-200 {
		padding-bottom: 100px
	}
	.padding-sides-10 {
		padding-right: 5px;
		padding-left: 5px
	}
	.padding-sides-20 {
		padding-right: 10px;
		padding-left: 10px
	}
	.padding-sides-30 {
		padding-right: 15px;
		padding-left: 15px
	}
	.padding-sides-40 {
		padding-right: 20px;
		padding-left: 20px
	}
	.padding-sides-50 {
		padding-right: 25px;
		padding-left: 25px
	}
	.padding-sides-60 {
		padding-right: 30px;
		padding-left: 30px
	}
	.padding-sides-70 {
		padding-right: 35px;
		padding-left: 35px
	}
	.padding-sides-80 {
		padding-right: 40px;
		padding-left: 40px
	}
	.padding-sides-90 {
		padding-right: 45px;
		padding-left: 45px
	}
	.padding-sides-100 {
		padding-right: 50px;
		padding-left: 50px
	}
}
ul.tab-navigation-default {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left
}
ul.tab-navigation-default li {
	line-height: 60px;
	display: inline-block;
	width: 100%;
	margin-bottom: 8px;
	cursor: pointer;
	letter-spacing: .02em;
	color: #fff;
	background: #111
}
.bg-black ul.tab-navigation-default li {
	color: #000;
	background: #fff
}
.bg-black ul.tab-navigation-default li.active {
	color: #fff
}
ul.tab-navigation-default li:last-child {
	margin-right: 0
}
ul.tab-navigation-default li.active {
	background: #dd1a22
}
ul.tab-navigation-default a {
	line-height: inherit;
	display: block;
	width: 100%;
	padding: 0 30px;
	color: inherit
}
.tab-content-default {
	padding: 20px 30px;
	border: 1px solid #e8ebee
}
.bg-black .tab-content-default {
	border: 1px solid #a3a3a3
}
.accordion-item-default {
	margin-bottom: 8px!important;
	background: 0 0
}
.accordion-item-default .panel-heading {
	padding: 0;
	background: #111
}
.bg-black .accordion-item-default .panel-heading {
	padding: 0;
	background: #fff
}
.accordion-item-default .panel-heading a {
	font-weight: 300;
	line-height: 60px;
	display: block;
	width: 100%;
	padding: 0 25px;
	letter-spacing: .02em;
	color: #fff
}
.bg-black .accordion-item-default .panel-heading a {
	color: #000
}
.accordion-item-default .panel-body {
	padding: 20px 26px;
	border: 1px solid #e8ebee;
	background: 0 0
}
.bg-black .accordion-item-default .panel-body {
	border: 1px solid #a3a3a3
}
.progess-bar-default h5 {
	margin-bottom: 1.8em;
	text-transform: uppercase
}
.progess-bar-default .progress {
	overflow: visible;
	height: 4px;
	border-radius: 0;
	background-color: rgba(245, 245, 245, 0);
	box-shadow: none
}
.progess-bar-default .progress-bar {
	font-size: 12px;
	line-height: 20px;
	position: relative;
	float: left;
	width: 0;
	height: 100%;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	text-align: left;
	color: #fff;
	background-color: #dd1a22;
	box-shadow: none
}
.progess-bar-default .progress-bar span {
	font-family: 'Source Sans Pro', sans-serif;;
	font-size: 10px;
	font-weight: 500;
	line-height: 10px;
	position: absolute;
	top: -28px;
	right: 0;
	padding: 5px 4px 5px 6px;
	letter-spacing: .1em;
	border-radius: 2px;
	background-color: #111
}
.bg-black .progess-bar-default .progress-bar span {
	color: #000;
	background-color: #fff
}
.progess-bar-default .progress-bar span:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	content: ' ';
	border: solid transparent;
	border-width: 3px;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #111;
	pointer-event: none
}
.bg-black .progess-bar-default .progress-bar span:after {
	border-top-color: #fff
}
.embed-wrapper {
	position: relative;
	float: none;
	clear: both;
	width: 100%;
	height: 0;
	padding-bottom: 56%
}
.embed-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
a.button-default {
	font-family: 'Source Sans Pro', sans-serif;;
	font-size: 18px;
	font-weight: 400;
	line-height: 60px;
	position: relative;
	z-index: 100;
	display: inline-block;
	overflow: hidden;
	margin: 0!important;
	padding: 0 36px!important;
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
	transition: all .3s cubic-bezier(.19, 1, .22, 1);
	text-align: center;
	letter-spacing: .02em;
	text-transform: none;
	color: #fff!important;
	border: none;
	border-radius: 100px;
	background: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
a.button-default:after, a.button-default:before {
	position: absolute;
	z-index: -1;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	content: ''
}
.bg-black a.button-default.inverted, .bg-black a.button-default:hover {
	color: #000!important
}
.bg-black a.button-default.inverted:hover {
	color: #fff!important
}
a.button-default.edged {
	border-radius: 0
}
a.button-default:before {
	border-radius: 100px;
	background: #dd1a22
}
a.button-default.edged:before {
	border-radius: 0
}
a.button-default.inverted:before {
	background: #111!important
}
.bg-black a.button-default.inverted:before {
	background: #fff!important
}
a.button-default:hover:before {
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1) .1s;
	transition: all .3s cubic-bezier(.19, 1, .22, 1) .1s;
	border: 1px solid #111
}
a.button-default.inverted:hover:before {
	border: 1px solid #dd1a22
}
a.button-default:after {
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
	transition: all .3s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
	border-radius: 100px;
	background: #111
}
.bg-black a.button-default:after {
	background: #fff
}
a.button-default.edged:after {
	border-radius: 0
}
a.button-default.inverted:after {
	background: #dd1a22
}
a.button-default:hover:after {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
a.button-default span {
	margin-left: 6px
}
.default-slider .cbp-nav-pagination {
	right: 20px;
	bottom: 20px
}
.default-slider .cbp-nav-pagination-item {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 7px;
	cursor: pointer;
	-webkit-transition: background .5s;
	transition: background .5s;
	opacity: .5;
	border-radius: 0;
	background: #b09980
}
.default-slider .cbp-nav-pagination-active {
	opacity: 1
}
.default-slider .cbp-nav-controls {
	display: none
}
.pricing-table-default {
	margin: 20px 0;
	padding: 50px 20px;
	text-align: center;
	color: #fff;
	background: #dd1a22
}
.pricing-table-default.featured {
	margin: 0;
	padding: 70px 20px
}
.pricing-table-default p.name {
	margin-bottom: 10px;
	letter-spacing: .1em;
	color: #fff!important
}
.pricing-table-default h1.price {
	margin-bottom: 20px;
	color: #fff!important
}
.pricing-table-default h1.price span {
	font-size: 72px
}
.pricing-table-default ul.features {
	margin: 30px 0 40px;
	padding: 0;
	list-style: none
}
.pricing-table-default ul.features li {
	line-height: 40px
}
.pricing-table-default .button-default {
	color: #000!important
}
.popup-container h5, .pricing-table-default .button-default:hover {
	color: #fff!important
}
.pricing-table-default .button-default:before {
	background: #fff!important
}
.pricing-table-default .button-default:hover:before {
	border-color: #dd1a22
}
.popup-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	background: #dd1a22;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.popup-container:after {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
	transition: all .5s cubic-bezier(.19, 1, .22, 1);
	background: #111
}
.popup-container:hover:after {
	bottom: 0
}
.popup-container a {
	position: absolute;
	z-index: 10;
	top: 0;
	display: block;
	width: 100%;
	height: 100%
}
.popup-container h5 {
	position: relative;
	display: block;
	margin-bottom: 10px
}
.popup-container p {
	margin: 0;
	color: #ececec!important
}
.icon-section {
	clear: both;
	overflow: hidden;
	margin-bottom: 100px
}
.icon-section .icon-container {
	position: relative;
	float: left;
	width: 25%;
	margin-bottom: 25px;
	padding-right: 20px;
	text-align: left
}
.icon-section .icon-container span {
	font-size: 18px;
	display: inline-block;
	margin-right: 16px
}
.icon-section .icon-container span:last-child {
	margin-right: 0
}
@media (max-width:994px) {
	.icon-section .icon-container span {
		font-size: 16px
	}
}
@media (max-width:480px) {
	.default-slider .cbp-nav-pagination-item {
		width: 12px;
		height: 12px;
		margin: 0 5px
	}
	.default-slider .cbp-nav-pagination {
		right: 12px;
		bottom: 12px
	}
	.icon-section .icon-container {
		width: 50%;
		margin-bottom: 25px;
		padding-right: 20px
	}
	.icon-section .icon-container span {
		font-size: 14px;
		display: inline-block;
		margin-right: 8px
	}
}
.cbp-popup-lightbox {
	background: rgba(255, 255, 255,.9);
	backface-visibility: hidden;
	cursor: pointer
}
.cbp-popup-lightbox-isIframe .cbp-popup-content {
	width: 70%
}
.cbp-popup-lightbox-img {
	max-width: 70%;
	margin: 0 auto
}
.pagination-top.cbp {
	margin-top: 80px
}
.cbp .cbp-item {
	padding: 0
}
.cbp-popup-lightbox-iframe iframe {
	box-shadow: none
}
.cbp-popup-lightbox-iframe {
	background: 0 0
}
.cbp-popup-navigation {
	display: none!important
}
.cbp-popup-lightbox-counter, .cbp-popup-singlePage .cbp-popup-navigation-wrap, .cbp-popup-singlePage-counter {
	display: none
}
.cbp-popup-singlePage .cbp-popup-close {
	top: 35px;
	right: auto;
	bottom: auto;
	left: 30px
}
.cbp-popup-singlePage .cbp-popup-content {
	width: auto;
	max-width: none;
	margin: 0 -1px 0 0;
	vertical-align: top
}
.cbp-popup-singlePage {
	padding: 0;
	background: rgba(0, 0, 0, 0.8);
	backface-visibility: hidden
}
.cbp-caption-revealTop .cbp-singlePageInline-active .cbp-caption-defaultWrap {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}
.cbp-caption-opacity .cbp-caption {
	border: 0 solid transparent
}
.cbp .cbp-singlePageInline-active {
	opacity: 1!important
}
.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
	opacity: 1
}
.cbp-lazyload:after, .cbp-popup-loadingBox:after, .cbp-popup-singlePageInline:after, .cbp:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 34px;
	height: 34px;
	margin: auto;
	content: '';
	-webkit-animation: cbp-rotation .8s infinite linear;
	animation: cbp-rotation .8s infinite linear;
	border-top: 3px solid rgba(176, 153, 128, .8);
	border-right: 3px solid rgba(176, 153, 128, .15);
	border-bottom: 3px solid rgba(176, 153, 128, .15);
	border-left: 3px solid rgba(176, 153, 128, .15);
	border-radius: 100%
}
.cbp-caption-pushDown .cbp-caption-activeWrap, .cbp-caption-pushDown .cbp-caption-defaultWrap, .cbp-caption-pushTop .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption-defaultWrap, .cbp-caption-revealBottom .cbp-caption-activeWrap, .cbp-caption-revealBottom .cbp-caption-defaultWrap, .cbp-caption-revealTop .cbp-caption-activeWrap, .cbp-caption-revealTop .cbp-caption-defaultWrap {
	-webkit-transition: .6s cubic-bezier(.19, 1, .22, 1);
	transition: .6s cubic-bezier(.19, 1, .22, 1)
}
.dzsparallaxer {
	position: absolute!important;
	z-index: -1;
	top: 0!important;
	width: 100%;
	height: 100%!important;
	background: 0 0
}
.dzsparallaxer .dzsparallaxer--target {
	height: 144%
}
.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
	position: absolute!important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none
}
.hero-1 .front-content h1, .hero-3 .front-content h1, .slider-revolution-hero-1 h1 {
	font-family: 'Source Sans Pro', sans-serif;
}
.error-404 .front-content h1, .hero-1 .front-content h1, .hero-3 .front-content h1, .slider-revolution-hero-1 h1 {
	font-weight: 500;
	text-transform: uppercase
}
.hero {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100%
}
.hero.half-height {
	height: 50%
}
.hero .front-content {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%
}
.hero .front-content .container-mid {
	text-align: center;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.hero .front-content .controls {
	display: none
}
.hero .front-content .controls .show {
	display: block
}
.hero .front-content .controls .pause-button, .hero .front-content .controls .volume-button {
	font-size: 20px;
	position: absolute;
	z-index: 101;
	bottom: 20px;
	width: 20px;
	cursor: pointer;
	color: #fff
}
.hero .front-content .controls .volume-button {
	left: 66px
}
.hero .front-content .controls .pause-button {
	left: 26px
}
.hero .background-content.page-enter-animated {
	-webkit-transition: all .8s cubic-bezier(.5, .34, .06, .82);
	transition: all .8s cubic-bezier(.5, .34, .06, .82);
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}
.hero .background-content.page-enter-animated.show {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.hero .background-content .level-1, .hero .background-content .level-2 {
	position: absolute;
	width: 100%;
	height: 100%
}
.hero .background-content .level-1 {
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 110%;
	height: 110%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.hero .background-content .level-2 {
	z-index: 1;
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}
.hero .background-content #canvas, .hero .background-content .bg-color, .hero .background-content .bg-image, .hero .background-content .bg-overlay, .hero .background-content .bg-pattern, .hero .background-content .bg-video {
	position: absolute!important;
	width: 100%;
	height: 100%!important
}
.hero .background-content .bg-color {
	z-index: -1;
	opacity: 0;
	background: #dd1a22
}
.hero .background-content #canvas {
	top: 100%;
	-webkit-transition: all .8s cubic-bezier(.5, .34, .06, .82) 1s;
	transition: all .8s cubic-bezier(.5, .34, .06, .82) 1s;
	opacity: 0
}
.hero .background-content.page-enter-animated.show #canvas {
	top: 0;
	opacity: 1
}
.hero .background-content #canvas canvas {
	position: absolute!important
}
.hero .background-content .bg-pattern {
	opacity: 0;
	background: url(../images/bg-pattern.png)
}
.hero-1 .front-content .scroll-down:before, .hero-2 .front-content .scroll-down:before {
	position: absolute;
	left: 50%;
	content: '';
	-webkit-animation: mousewheelScroll 1.6s infinite;
	background: #fff
}
.hero .background-content {
	overflow: hidden;
	position: absolute;
	z-index: -10;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}
@-webkit-keyframes mousewheelScroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}
@keyframes mousewheelScroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}
.hero-1 .front-content h1 {
	font-size: 120px;
	line-height: 1.16em;
	display: inline-block;
	margin-bottom: 0;
	padding: 20px 0;
	text-align: center;
	letter-spacing: .06em
}
.hero-1 .front-content p {
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: .14em
}
.hero-1 .front-content .scroll-down {
	position: absolute;
	bottom: 42px;
	left: 50%;
	width: 23px;
	height: 34px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 25px;
	box-shadow: inset 0 0 0 2px #fff
}
.hero-1 .front-content .scroll-down:before {
	top: 9px;
	width: 3px;
	height: 6px;
	margin-left: -1.5px;
	animation: mousewheelScroll 1.6s infinite;
	border-radius: 10px
}
.hero-1 .front-content.page-enter-animated h1 {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82)!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82)!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.hero-1 .front-content.page-enter-animated.show h1 {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important
}
.hero-1 .front-content.page-enter-animated p {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82) .3s!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82) .3s!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.hero-1 .front-content.page-enter-animated.show p {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important
}
.hero-1 .front-content.page-enter-animated .scroll-down {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82) .6s!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82) .6s!important;
	-webkit-transform: translate(-50%, 80px)!important;
	transform: translate(-50%, 80px)!important;
	opacity: 0!important
}
.hero-1 .front-content.page-enter-animated.show .scroll-down {
	-webkit-transform: translate(-50%, 0)!important;
	transform: translate(-50%, 0)!important;
	opacity: 1!important
}
@media (max-width:994px) {
	.hero-1 .front-content h1 {
		font-size: 70px;
		line-height: 1em;
		padding: 0
	}
	.hero-1 .front-content p {
		font-size: 20px;
		margin-bottom: 0;
		letter-spacing: .12em
	}
	.hero-1 .front-content .scroll-down {
		bottom: 24px;
		width: 21px;
		height: 30px
	}
	.hero-1 .front-content .scroll-down:before {
		top: 8px;
		height: 5px
	}
}
@media (max-width:480px) {
	.hero-1 .front-content h1 {
		font-size: 50px;
		margin-bottom: 10px;
		letter-spacing: .03em
	}
	.hero-1 .front-content p {
		font-size: 14px;
		letter-spacing: .06em
	}
	.hero-1 .front-content .scroll-down {
		bottom: 16px;
		width: 20px;
		height: 29px
	}
}
.hero-2 .front-content img.logo {
	max-height: 230px;
	margin: 20px auto 4px
}
.hero-2 .front-content p {
	font-size: 24px;
	margin-bottom: 40px;
	letter-spacing: .14em
}
.hero-2 .front-content .scroll-down {
	position: absolute;
	bottom: 42px;
	left: 50%;
	width: 23px;
	height: 34px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 25px;
	box-shadow: inset 0 0 0 2px #fff
}
.hero-2 .front-content .scroll-down:before {
	top: 9px;
	width: 3px;
	height: 6px;
	margin-left: -1.5px;
	animation: mousewheelScroll 1.6s infinite;
	border-radius: 10px
}
.hero-3 .front-content .scroll-down:before, .hero-4 .front-content .scroll-down:before {
	left: 50%;
	-webkit-animation: mousewheelScroll 1.6s infinite;
	content: ''
}
.hero-2 .front-content.page-enter-animated img.logo {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82)!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82)!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.hero-2 .front-content.page-enter-animated.show img.logo {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important
}
.hero-2 .front-content.page-enter-animated p {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82) .3s!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82) .3s!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.hero-2 .front-content.page-enter-animated.show p {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important;
	    color: #fff;
    margin-top: 20px;
}
.hero-2 .front-content.page-enter-animated .scroll-down {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82) .6s!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82) .6s!important;
	-webkit-transform: translate(-50%, 80px)!important;
	transform: translate(-50%, 80px)!important;
	opacity: 0!important
}
.hero-2 .front-content.page-enter-animated.show .scroll-down {
	-webkit-transform: translate(-50%, 0)!important;
	transform: translate(-50%, 0)!important;
	opacity: 1!important
}
@media (max-width:994px) {
	.hero-2 .front-content img.logo {
		padding: 0 80px
	}
	.hero-2 .front-content p {
		font-size: 20px;
		margin-bottom: 20px;
		letter-spacing: .12em
	}
	.hero-2 .front-content .scroll-down {
		bottom: 24px;
		width: 21px;
		height: 30px
	}
	.hero-2 .front-content .scroll-down:before {
		top: 8px;
		height: 5px
	}
}
@media (max-width:480px) {
	.hero-2 .front-content img.logo {
		padding: 0 20px
	}
	.hero-2 .front-content p {
		font-size: 14px;
		letter-spacing: .06em
	}
	.hero-2 .front-content .scroll-down {
		bottom: 16px;
		width: 20px;
		height: 29px
	}
}
.hero-3 .front-content .container-mid #cycle {
	width: 100%;
	margin: 18px auto;
	text-align: center
}
.hero-3 .front-content .container-mid #cycle .slide {
	width: 100%;
	margin: 0 auto;
	text-align: center
}
.hero-3 .front-content h1 {
	font-size: 120px;
	line-height: 1.16em;
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	letter-spacing: .06em
}
.hero-3 .front-content p {
	font-size: 24px;
	display: inline-block;
	letter-spacing: .14em
}
.hero-3 .front-content .cycle-pagination {
	display: inline-block;
	margin-left: 30px
}
.hero-3 .front-content .cycle-pagination span {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 8px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	vertical-align: middle;
	opacity: .5;
	color: transparent;
	border: 2px solid transparent;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0)
}
.hero-3 .front-content .cycle-pagination span::after {
	position: absolute;
	width: 8px;
	height: 8px;
	content: '';
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(255, 255, 255, 1)
}
.hero-3 .front-content .cycle-pagination span.cycle-pager-active {
	opacity: 1;
	border: 2px solid rgba(255, 255, 255, 1)
}
.hero-3 .front-content .cycle-pagination span.cycle-pager-active::after {
	opacity: 1
}
.hero-3 .front-content .scroll-down {
	position: absolute;
	bottom: 42px;
	left: 50%;
	width: 23px;
	height: 34px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 25px;
	box-shadow: inset 0 0 0 2px #fff
}
.hero-3 .front-content .scroll-down:before {
	position: absolute;
	top: 9px;
	width: 3px;
	height: 6px;
	margin-left: -1.5px;
	animation: mousewheelScroll 1.6s infinite;
	border-radius: 10px;
	background: #fff
}
.hero-3 .front-content.page-enter-animated #cycle {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82)!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82)!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.hero-3 .front-content.page-enter-animated.show #cycle {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important
}
.hero-3 .front-content.page-enter-animated p {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82) .3s!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82) .3s!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.hero-3 .front-content.page-enter-animated.show p {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important
}
.hero-3 .front-content.page-enter-animated .cycle-pagination {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82) .6s!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82) .6s!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.hero-3 .front-content.page-enter-animated.show .cycle-pagination {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important
}
.hero-3 .front-content.page-enter-animated .scroll-down {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82) .9s!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82) .9s!important;
	-webkit-transform: translate(-50%, 80px)!important;
	transform: translate(-50%, 80px)!important;
	opacity: 0!important
}
.hero-3 .front-content.page-enter-animated.show .scroll-down {
	-webkit-transform: translate(-50%, 0)!important;
	transform: translate(-50%, 0)!important;
	opacity: 1!important
}
@media (max-width:994px) {
	.hero-3 .front-content h1 {
		font-size: 70px;
		line-height: 1em;
		padding: 0
	}
	.hero-3 .front-content p {
		font-size: 20px;
		margin-bottom: 0;
		letter-spacing: .12em
	}
	.hero-3 .front-content .scroll-down {
		bottom: 24px;
		width: 21px;
		height: 30px
	}
	.hero-3 .front-content .scroll-down:before {
		top: 8px;
		height: 5px
	}
	.hero-3 .front-content .cycle-pagination {
		margin-left: 20px
	}
}
@media (max-width:480px) {
	.hero-3 .front-content h1 {
		font-size: 45px;
		letter-spacing: .03em
	}
	.hero-3 .front-content p {
		font-size: 14px;
		letter-spacing: .06em
	}
	.hero-3 .front-content .scroll-down {
		bottom: 16px;
		width: 20px;
		height: 29px
	}
	.hero-3 .front-content .cycle-pagination {
		margin-left: 10px
	}
	.hero-3 .front-content .cycle-pagination span {
		margin: 0 4px;
		padding: 6px
	}
	.hero-3 .front-content .cycle-pagination span::after {
		width: 5px;
		height: 5px
	}
}
.hero-4 .front-content .container-mid #cycle {
	width: 100%;
	margin: 10px auto;
	text-align: center
}
.hero-4 .front-content .container-mid #cycle .slide {
	width: 100%;
	margin: 0 auto;
	text-align: center
}
.hero-4 .front-content img.text-image {
	display: block;
	max-height: 200px;
	margin: 0 auto
}
.hero-4 .front-content p {
	font-size: 24px;
	display: inline-block;
	letter-spacing: .14em
}
.hero-4 .front-content .cycle-pagination {
	display: inline-block;
	margin-left: 30px
}
.hero-4 .front-content .cycle-pagination span {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 5px;
	padding: 8px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	vertical-align: middle;
	opacity: .5;
	color: transparent;
	border: 2px solid transparent;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0)
}
.hero-4 .front-content .cycle-pagination span::after {
	position: absolute;
	width: 8px;
	height: 8px;
	content: '';
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(255, 255, 255, 1)
}
.hero-4 .front-content .cycle-pagination span.cycle-pager-active {
	opacity: 1;
	border: 2px solid rgba(255, 255, 255, 1)
}
.hero-4 .front-content .cycle-pagination span.cycle-pager-active::after {
	opacity: 1
}
.hero-4 .front-content .scroll-down {
	position: absolute;
	bottom: 42px;
	left: 50%;
	width: 23px;
	height: 34px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 25px;
	box-shadow: inset 0 0 0 2px #fff
}
.hero-4 .front-content .scroll-down:before {
	position: absolute;
	top: 9px;
	width: 3px;
	height: 6px;
	margin-left: -1.5px;
	animation: mousewheelScroll 1.6s infinite;
	border-radius: 10px;
	background: #fff
}
.hero-4 .front-content.page-enter-animated #cycle {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82)!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82)!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.hero-4 .front-content.page-enter-animated.show #cycle {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important
}
.hero-4 .front-content.page-enter-animated p {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82) .3s!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82) .3s!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.hero-4 .front-content.page-enter-animated.show p {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important
}
.hero-4 .front-content.page-enter-animated .cycle-pagination {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82) .6s!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82) .6s!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.hero-4 .front-content.page-enter-animated.show .cycle-pagination {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important
}
.hero-4 .front-content.page-enter-animated .scroll-down {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82) .9s!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82) .9s!important;
	-webkit-transform: translate(-50%, 80px)!important;
	transform: translate(-50%, 80px)!important;
	opacity: 0!important
}
.hero-4 .front-content.page-enter-animated.show .scroll-down {
	-webkit-transform: translate(-50%, 0)!important;
	transform: translate(-50%, 0)!important;
	opacity: 1!important
}
@media (max-width:994px) {
	.hero-4 .front-content img.text-image {
		padding: 0 80px
	}
	.hero-4 .front-content .container-mid #cycle {
		margin: 0 auto
	}
	.hero-4 .front-content p {
		font-size: 20px;
		margin-bottom: 20px;
		letter-spacing: .12em
	}
	.hero-4 .front-content .scroll-down {
		bottom: 24px;
		width: 21px;
		height: 30px
	}
	.hero-4 .front-content .scroll-down:before {
		top: 8px;
		height: 5px
	}
	.hero-4 .front-content .cycle-pagination {
		margin-left: 20px
	}
}
@media (max-width:480px) {
	.hero-4 .front-content img.text-image {
		padding: 0 20px
	}
	.hero-4 .front-content p {
		font-size: 14px;
		letter-spacing: .06em
	}
	.hero-4 .front-content .scroll-down {
		bottom: 16px;
		width: 20px;
		height: 29px
	}
	.hero-4 .front-content .cycle-pagination {
		margin-left: 10px
	}
	.hero-4 .front-content .cycle-pagination span {
		margin: 0 4px;
		padding: 6px
	}
	.hero-4 .front-content .cycle-pagination span::after {
		width: 5px;
		height: 5px
	}
}
.slider-revolution-hero-1 .slotholder:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	pointer-events: none;
	background: rgba(0, 0, 0, .5)
}
.slider-revolution-hero-1 h1 {
	font-size: 120px;
	line-height: 1.16em;
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	text-align: center!important;
	letter-spacing: .06em
}
.slider-revolution-hero-1 p {
	font-size: 24px;
	margin-bottom: 0;
	text-align: center!important;
	letter-spacing: .14em
}
.slider-revolution-hero-1 .scroll-down {
	position: absolute;
	z-index: 100;
	bottom: 42px;
	left: 50%;
	width: 23px;
	height: 34px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 25px;
	box-shadow: inset 0 0 0 2px #fff
}
.slider-revolution-hero-1 .scroll-down:before {
	position: absolute;
	top: 9px;
	left: 50%;
	width: 3px;
	height: 6px;
	margin-left: -1.5px;
	content: '';
	-webkit-animation: mousewheelScroll 1.6s infinite;
	animation: mousewheelScroll 1.6s infinite;
	border-radius: 10px;
	background: #fff
}
@media (max-width:994px) {
	.slider-revolution-hero-1 h1 {
		font-size: 100px;
		line-height: 1em;
		padding: 0
	}
	.slider-revolution-hero-1 .scroll-down {
		bottom: 24px;
		width: 21px;
		height: 30px
	}
	.slider-revolution-hero-1 .scroll-down:before {
		top: 8px;
		height: 5px
	}
}
.error-404 .front-content h1 {
	font-family: Source Sans Pro;
	font-size: 120px;
	line-height: 1.16em;
	display: block;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
	letter-spacing: .06em
}
.error-404 .front-content p {
	font-size: 24px;
	line-height: 60px;
	display: inline-block;
	margin-right: 36px;
	margin-bottom: 0;
	vertical-align: top;
	letter-spacing: .14em
}
.error-404 .front-content a.button-default {
	display: inline-block
}
.error-404 .front-content.page-enter-animated h1 {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82)!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82)!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.error-404 .front-content.page-enter-animated.show h1 {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important
}
.error-404 .front-content.page-enter-animated p {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82) .25s!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82) .25s!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.error-404 .front-content.page-enter-animated.show p {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important
}
.error-404 .front-content.page-enter-animated a.button-default {
	-webkit-transition: all .6s cubic-bezier(.5, .34, .06, .82) .45s!important;
	transition: all .6s cubic-bezier(.5, .34, .06, .82) .45s!important;
	-webkit-transform: translateY(80px)!important;
	transform: translateY(80px)!important;
	opacity: 0!important
}
.error-404 .front-content.page-enter-animated.show a.button-default {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
	opacity: 1!important
}
@media (max-width:994px) {
	.error-404 .front-content h1 {
		font-size: 70px;
		line-height: 1em;
		padding: 0
	}
	.error-404 .front-content p {
		font-size: 20px;
		margin-bottom: 0;
		letter-spacing: .12em
	}
}
@media (max-width:480px) {
	.slider-revolution-hero-1 .scroll-down {
		bottom: 16px;
		width: 20px;
		height: 29px
	}
	.error-404 .front-content h1 {
		font-size: 50px;
		margin-bottom: 10px;
		letter-spacing: .03em
	}
	.error-404 .front-content p {
		font-size: 14px;
		letter-spacing: .06em
	}
}
footer, section, section .content, section .header {
	position: relative;
	width: 100%
}
footer, section {
	overflow: hidden
}
section .content {
	display: block;
	overflow: hidden
}
section .header {
	z-index: 1;
	margin: 0;
	padding: 0 0 36px
}
section .header h1, section .header h2, section .header h3, section .header h4, section .header h5, section .header h6 {
	text-transform: normal;
}
section .header h1 {
	letter-spacing: .1em
}

.header .careers h1 {
	font-size: 60px;
    text-align: left;
    margin-top: 300px;
    margin-left: 0px;
    font-family: 'districtthinregular', sans-serif;
}

.header .careers .careerst2 {
	font-size: 103px;
	line-height: 80px;
    opacity: 1;
    font-family: 'districtthinregular', sans-serif;
}

.header .careers .careerst3 {
	font-size: 158px;
	line-height: 120px;
    opacity: 1;
    font-family: 'districtthinregular', sans-serif;
}

.careerstitle h3 {
	font-size: 36px;
	font-weight: 600;
	padding-top: 20px;
	    padding-left: 20px;
    padding-right: 20px;
}

.careerstitle a {
	text-decoration: none;
	color: #000;
}

.careerstitle a:hover {
	text-decoration: none;
}

.careerstitle p {
	color: #000;
	font-size: 16px;
	padding-left: 20px;
    padding-right: 20px;

}
section .pagination-top .cbp-nav-pagination {
	position: absolute;
	z-index: 100;
	top: -70px;
	right: 0;
	bottom: auto;
	left: 0;
	text-align: center
}
section .pagination-bottom .cbp-nav-pagination {
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: -70px;
	left: 0;
	text-align: center
}
section .pagination-custom-1 .cbp-nav-pagination-item {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 5px;
	padding: 8px;
	cursor: pointer;
	-webkit-transition: background .5s;
	transition: background .5s;
	opacity: .5;
	border: 2px solid;
	border-radius: 50%
}
section .pagination-custom-1 .cbp-nav-pagination-item::after {
	position: absolute;
	width: 8px;
	height: 8px;
	content: '';
	cursor: pointer;
	-webkit-transition: background .5s;
	transition: background .5s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%
}
section .pagination-custom-1 .cbp-nav-pagination-active {
	opacity: 1;
	border: 2px solid
}
.pagination-custom-1 .cbp-nav-pagination-active::after {
	opacity: 1
}
section .content.bg-white h1, section .content.bg-white h2, section .content.bg-white h3, section .content.bg-white h4, section .content.bg-white h5, section .content.bg-white h6 {
	color: #000
}
section .content.bg-white p {
	color: #3b3d40
}
section .content.bg-white .pagination-custom-1 .cbp-nav-pagination-item {
	border-color: transparent;
	background: rgba(0, 0, 0, 0)
}
section .content.bg-white .pagination-custom-1 .cbp-nav-pagination-active {
	border-color: rgba(0, 0, 0, 1)
}
section .content.bg-white .pagination-custom-1 .cbp-nav-pagination-item::after {
	background: rgba(0, 0, 0, 1)
}
section .content.bg-black h1, section .content.bg-black h2, section .content.bg-black h3, section .content.bg-black h4, section .content.bg-black h5, section .content.bg-black h6 {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}
section .content.bg-black p {
	color: #ececec;	
    text-align: center;
    line-height:30px;
        font-size: 18px!important;
        text-transform: none;
}
section .content.bg-black .pagination-custom-1 .cbp-nav-pagination-item {
	border-color: rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0)
}
section .content.bg-black .pagination-custom-1 .cbp-nav-pagination-active {
	border-color: rgba(255, 255, 255, 1)
}
section .content.bg-black .pagination-custom-1 .cbp-nav-pagination-item::after {
	background: rgba(255, 255, 255, 1)
}
.block-about-1 p {
	margin-top: 1em;
	margin-bottom: 1em
}
.block-about-1 img {
	width: 100%;
	padding-right: 30px;
	-webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
	transition: all .4s cubic-bezier(.19, 1, .22, 1);
	-webkit-filter: brightness(1);
	filter: brightness(1)
}
.block-about-1 h3 {
	font-weight: 300;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: -.5em
}
.block-about-1 .container-video {
	position: relative;
	z-index: 1;
	cursor: pointer
}
.block-about-1 .container-video a {
	position: absolute;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 100%
}
.block-about-1 .container-video:hover img {
	-webkit-filter: brightness(.8);
	filter: brightness(.8)
}
.block-about-1 .container-video a span {
	font-size: 30px;
	line-height: 80px;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	overflow: hidden;
	width: 80px;
	height: 80px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}
.block-about-1 .container-video a span:after {
	position: absolute;
	z-index: -1;
	right: 100%;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
	transition: all .3s cubic-bezier(.19, 1, .22, 1)
}
.block-about-1 .container-video:hover a span:after {
	right: 0
}
@media (max-width:994px) {
	.block-about-1 p {
		margin-top: 2em;
		margin-right: 1.6em;
		margin-bottom: 2em
	}
	.block-about-1 img {
		padding-right: 0
	}
}
@media (max-width:770px) {
	.block-about-1 p {
		margin-top: 1.6em;
		margin-right: 0;
		margin-bottom: 1.6em
	}
	.block-about-1 h3 {
		margin-top: .8em
	}
	.block-about-1 .container-video a span {
		font-size: 24px;
		line-height: 66px;
		width: 66px;
		height: 66px
	}
}
.block-about-1.bg-white p {
	color: #3b3d40
}
.block-about-1.bg-white h3 {
	color: #000
}
.block-about-1.bg-white .container-video a span {
	color: #fff!important;
	background: #dd1a22
}
.block-about-1.bg-white .container-video:hover a {
	color: #fff!important
}
.block-about-1.bg-white .container-video a span:after {
	color: #fff;
	background: #121212
}
.block-about-1.bg-black p {
	color: #ececec
}
.block-about-1.bg-black h3 {
	color: #fff
}
.block-about-1.bg-black .container-video a span {
	color: #fff;
	background: #dd1a22
}
.block-about-1.bg-black .container-video a span:after {
	color: #fff;
	background: #121212
}
.block-service-1 .tab-navigation {
	width: 100%;
	margin: 0;
	padding: 60px 0 80px;
	positon: absolute
}
.block-service-1 .tab-navigation li {
	display: inline-block;
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border: 0
}
.block-service-1 .tab-navigation li a {
	font-size: 16px;
	font-weight: 400;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
	text-decoration: none;
	letter-spacing: .1em;
	text-transform: uppercase;
	opacity: .5
}
.block-service-1 .tab-navigation li.active a {
	opacity: 1
}
.block-service-1 .tab-navigation li a span {
	font-size: 50px;
	display: block;
	margin-bottom: 20px
}
.block-service-1 .tab-content h4 {
	line-height: 1.7em
}
@media (max-width:994px) {
	.block-service-1 .tab-navigation li a {
		font-size: 13px;
		letter-spacing: .06em
	}
	.block-service-1 .tab-navigation li a span {
		font-size: 40px
	}
	.block-service-1 .tab-navigation {
		margin: 0;
		padding: 30px 0
	}
	.block-service-1 .tab-content h4 {
		font-size: 22px;
		margin-bottom: 14px
	}
}

@media (max-width:1366px) {
	 .hidethis {
		display: none!important;
	}
}


@media (max-width:480px) {
	.block-service-1 .tab-navigation li {
		width: 32%;
		float: none;
		margin-bottom: 36px
	}
	.block-service-1 .tab-navigation li a span {
		font-size: 36px;
		margin-bottom: 14px
	}
	.block-service-1 .tab-navigation {
		padding: 30px 0 10px
	}
}
.block-service-1.bg-white .tab-navigation li a, .block-service-1.bg-white .tab-navigation li a span {
	color: #000
}
.block-service-1.bg-white .tab-navigation li.active a span {
	color: #dd1a22
}
.block-service-1.bg-white .tab-content p {
	color: #3b3d40
}
.block-service-1.bg-black .tab-navigation li a, .block-service-1.bg-black .tab-navigation li a span {
	color: #fff
}
.block-service-1.bg-black .tab-navigation li.active a span {
	color: #dd1a22
}
.block-service-1.bg-black .tab-content p {
	color: #bbbaba
}
.block-work-1 .work-grid {
	margin: 0px auto 0px
}
.block-work-1 .work-grid a .cbp-caption-activeWrap {
	padding-right: 55px;
	padding-left: 55px
}
.block-work-1 .work-grid a .cbp-caption-activeWrap h5 {
	font-weight: 600;
	margin-bottom: .35em;
	text-transform: uppercase
}
.block-work-1 .work-grid a .cbp-caption-activeWrap p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .02em;
	text-transform: uppercase
}

.block-work-1 .work-grid a .cbp-caption-activeWrap p span{
   
    text-transform: capitalize;
}


.block-work-1 .work-grid a .cbp-caption-activeWrap h5.hover-animated, .block-work-1 .work-grid a .cbp-caption-activeWrap p.hover-animated {
	-webkit-transition: all .1s cubic-bezier(.57, .18, .04, 1);
	transition: all .1s cubic-bezier(.57, .18, .04, 1);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	opacity: 0
}
.block-work-1 .work-grid a:hover .cbp-caption-activeWrap h5.hover-animated, .block-work-1 .work-grid a:hover .cbp-caption-activeWrap p.hover-animated {
	-webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: all .5s cubic-bezier(.57, .18, .04, 1);
	transition: all .5s cubic-bezier(.57, .18, .04, 1);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}
.block-work-1 .load-more, .block-work-1 .load-more:before {
	z-index: 1;
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1)
}
.block-work-1 .load-more {
	position: relative;
	overflow: hidden;
	margin: 0!important;
	transition: all .3s cubic-bezier(.19, 1, .22, 1);
	border: none;
	border-radius: 100px;
	background: 0 0
}
.block-work-1 .load-more:after, .block-work-1 .load-more:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	right: 0
}
.block-work-1 .load-more:before {
	transition: all .3s cubic-bezier(.19, 1, .22, 1);
	border-radius: 100px
}
.block-work-1 .load-more:hover:before {
	border: 1px solid
}
.block-work-1 .load-more:after {
	z-index: 2;
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
	transition: all .3s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
	border-radius: 100px
}
.block-work-1 .load-more:hover:after {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.block-work-1 .load-more.cbp-l-loadMore-stop {
	height: 0;
	opacity: 0
}
.block-work-1 .load-more span {
	font-family: 'Source Sans Pro', sans-serif;;
	font-size: 18px;
	font-weight: 400;
	line-height: 60px;
	position: relative;
	z-index: 10;
	height: 60px;
	padding: 0 .6em!important;
	letter-spacing: .02em;
	text-transform: none
}
@media (max-width:780px) {
	.block-process-1.bg-black .process-info-box {
		width: 61.8%
	}




	.slbArrow.prev {
    left: 30%!important;
    margin-top: 50%;
        background-image: url(../images/team/left2.png);
    background-repeat: no-repeat;
}

.slbArrow.next {
	margin-top: 50%;
    right: 30%!important;
        background-image: url(../images/team/right2.png);
    background-repeat: no-repeat;
}

.content.bg-gold {
	margin-top: 80px;
}

.content.bg-orange {
	margin-top: 80px;
}

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



    


.header .careers h1 {
	font-size: 30px;
    text-align: left;
    margin-top:200px;
}

.header .careers .careerst2 {
	font-size: 50px;
	line-height: 80px;
}

.header .careers .careerst3 {
	font-size: 100px;
	line-height: 80px;
}



	.block-process-1.bg-black .process-info-box {
		width: 100%
	}
}
.block-work-1.bg-white .work-grid a .cbp-caption-activeWrap {
	background-color: #b09980
}
.block-work-1.bg-white .work-grid a .cbp-caption-activeWrap h5 {
	color: #fff
}
.block-work-1.bg-white .work-grid a .cbp-caption-activeWrap p {
	    color: #fff;
    text-transform: lowercase;
    text-align: right;
    font-size: 50px!important;
    line-height: 50px!important;
    font-weight: 300;
    font-family: 'districtthinregular', sans-serif;
}
.block-work-1.bg-white .load-more {
	color: #fff!important
}
.block-work-1.bg-black .load-more:hover a, .block-work-1.bg-black .work-grid a .cbp-caption-activeWrap h5 {
	color: #fff
}
.block-work-1.bg-white .load-more:before {
	background: #dd1a22
}
.block-work-1.bg-white .load-more:hover:before {
	border-color: #fff
}
.block-work-1.bg-white .load-more:after {
	background: #111
}
.block-work-1.bg-black .work-grid a .cbp-caption-activeWrap {
	background-color: #b09980
}
.block-work-1.bg-black .work-grid a .cbp-caption-activeWrap p {
	color: #ececec
}
.block-work-1.bg-black .load-more {
	color: #fff!important
}
.block-work-1.bg-black .load-more:before {
	background: #dd1a22
}
.block-work-1.bg-black .load-more:hover:before {
	border-color: #111
}
.block-work-1.bg-black .load-more:after {
	background: #fff
}
.block-process-1.bg-black .process-info-box, .block-process-1.bg-white .process-info-box {
	background: #dd1a22
}
.block-work-1.bg-black .load-more:hover span {
	color: #000
}
.block-process-1.bg-black .process-info-box h4, .block-process-1.bg-black .process-info-box p, .block-process-1.bg-white .process-info-box h4, .block-process-1.bg-white .process-info-box p, .block-team-1.bg-white .cbp-item .cbp-caption-activeWrap h5 {
	color: #fff
}
.block-process-1 .process-info-box {
	position: absolute;
	top: 50%;
	right: 0;
	overflow: hidden;
	width: 34%;
	padding: 50px 0;
	-webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
	transition: all .5s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translatex(100%) translateY(-50%);
	transform: translatex(100%) translateY(-50%)
}
.block-process-1 .process-info-box.active {
	-webkit-transform: translatex(0) translateY(-50%);
	transform: translatex(0) translateY(-50%)
}
.block-process-1 .process-info-box h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: .5em;
	padding-right: 40px;
	padding-left: 46px;
	letter-spacing: .05em;
	text-transform: uppercase
}
.block-process-1 .process-info-box p {
	line-height: 1.7em;
	padding-right: 40px;
	padding-left: 46px
}
.block-process-1 .process-info-box h4, .block-process-1 .process-info-box p {
	-webkit-transform: translatex(50px);
	transform: translateX(50px);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.block-process-1 .process-info-box.active h4, .block-process-1 .process-info-box.active p {
	-webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1) .1s;
	transition: all .5s cubic-bezier(.19, 1, .22, 1) .1s;
	-webkit-transform: translatex(0);
	transform: translateX(0);
	opacity: 1
}
@media (max-width:994px) {
	.block-process-1 .process-info-box h4 {
		margin-bottom: .4em;
		padding-left: 40px
	}
	.block-process-1 .process-info-box p {
		padding-left: 40px
	}
	.block-process-1 .process-info-box {
		width: 36%;
		padding: 35px 0
	}
}
.block-team-1 .cbp-item .cbp-caption-activeWrap h5 {
	font-weight: 600;
	margin-bottom: .3em;
	letter-spacing: .02em;
	text-transform: uppercase
}
.block-team-1 .cbp-item .cbp-caption-activeWrap p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .02em;
	text-transform: uppercase
}
.block-team-1 .cbp-item .cbp-caption-activeWrap h5.hover-animated, .block-team-1 .cbp-item .cbp-caption-activeWrap p.hover-animated {
	-webkit-transition: all .1s cubic-bezier(.57, .18, .04, 1);
	transition: all .1s cubic-bezier(.57, .18, .04, 1);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	opacity: 0
}
.block-team-1 .cbp-item:hover .cbp-caption-activeWrap h5.hover-animated, .block-team-1 .cbp-item:hover .cbp-caption-activeWrap p.hover-animated {
	-webkit-transition: all .5s cubic-bezier(.57, .18, .04, 1);
	transition: all .5s cubic-bezier(.57, .18, .04, 1);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}
.block-team-1 .our-skills h4 {
	font-weight: 500;
	margin-bottom: 1em;
	letter-spacing: .1em;
	text-transform: uppercase
}
.block-team-1 .our-skills p {
	padding-right: 20px
}
.block-team-1 .our-skills h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: .6em;
	letter-spacing: .1em;
	text-transform: uppercase
}
.block-team-1 .our-skills h5:first-child {
	margin-top: 1em
}
.block-team-1 .our-skills .progress {
	overflow: visible;
	height: 3px;
	margin-bottom: 30px;
	border-radius: 0;
	box-shadow: none
}
.block-team-1 .our-skills .progress-bar {
	font-size: 12px;
	line-height: 20px;
	position: relative;
	float: left;
	width: 0;
	height: 100%;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	text-align: left;
	box-shadow: none
}
.block-team-1 .our-skills .progress-bar span {
	font-family: 'Source Sans Pro', sans-serif;;
	font-size: 10px;
	font-weight: 500;
	line-height: 10px;
	position: absolute;
	top: -22px;
	right: 0;
	padding: 3px 3px 3px 5px;
	letter-spacing: .1em;
	border-radius: 2px
}
.block-team-1 .our-skills .progress-bar span:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	content: ' ';
	pointer-events: none;
	border: solid transparent;
	border-width: 3px
}
@media (max-width:994px) {
	.block-team-1 .our-skills p {
		margin-bottom: 30px;
		padding-right: 0
	}
}
.block-team-1.bg-white .cbp-item .cbp-caption-activeWrap {
	background: #b09980
}
.block-team-1.bg-white .cbp-item .cbp-caption-activeWrap p {
	color: #ececec
}
.block-team-1.bg-white .our-skills .progress {
	background-color: #f7f9fa
}
.block-team-1.bg-white .our-skills .progress-bar {
	color: #fff;
	background-color: #dd1a22
}
.block-team-1.bg-white .our-skills .progress-bar span {
	background-color: #111
}
.block-team-1.bg-white .our-skills .progress-bar span:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #111
}
.block-team-1.bg-black .cbp-item .cbp-caption-activeWrap {
	background: #b09980
}
.block-team-1.bg-black .cbp-item .cbp-caption-activeWrap h5 {
	color: #fff
}
.block-team-1.bg-black .cbp-item .cbp-caption-activeWrap p {
	color: #ececec
}
.block-team-1.bg-black .our-skills .progress {
	background-color: #f2f2f2
}
.block-team-1.bg-black .our-skills .progress-bar {
	color: #000;
	background-color: #dd1a22
}
.block-team-1.bg-black .our-skills .progress-bar span {
	background-color: #fff
}
.block-news-1.bg-black .container-news .container-article-info .container-button, .block-news-1.bg-black .container-news .container-article-info .container-title, .block-news-1.bg-white .container-news .container-article-info .container-button, .block-news-1.bg-white .container-news .container-article-info .container-title {
	background: #dd1a22;
}
.block-team-1.bg-black .our-skills .progress-bar span:after {
	border-color: #fff transparent transparent
}
.block-news-1 .container-news img {
	display: block;
	width: auto;
	height: auto;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	border: 0;
	-webkit-filter: brightness(1);
	filter: brightness(1)
}
.block-news-1 .container-news:hover img {
	-webkit-filter: brightness(.8);
	filter: brightness(.8)
}
.block-news-1 .container-news .container-article-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.block-news-1 .container-news .container-article-info .container-title {
	position: absolute;
	top: 50%;
	right: 0;
	width: 42.2%;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 26px;
	-webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1) .2s;
	transition: all .5s cubic-bezier(.19, 1, .22, 1) .2s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	webkit-transform: translateY(-50%)
}
.block-news-1 .container-news:hover .container-article-info .container-title {
	right: -100%;
	-webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
	transition: all .5s cubic-bezier(.19, 1, .22, 1)
}
.block-news-1 .container-news .container-article-info .container-title h4 {
	font-weight: 300;
	line-height: 1.2em;
	letter-spacing: .05em;
	text-transform: uppercase
}
.block-news-1 .container-news .container-article-info .container-title p {
	line-height: 1em;
	margin-bottom: .4em;
	letter-spacing: .05em;
	text-transform: uppercase;
	opacity: .8
}
.block-news-1 .container-news .container-article-info .container-button {
	position: absolute;
	top: 50%;
	right: -100%;
	width: 40%;
	padding-left: 26px;
	-webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
	transition: all .4s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	webkit-transform: translateY(-50%)
}
.block-news-1 .container-news:hover .container-article-info .container-button {
	right: 0;
	-webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1) .2s;
	transition: all .5s cubic-bezier(.19, 1, .22, 1) .2s
}
.block-news-1 .container-news .container-article-info .container-button span {
	font-size: 32px;
	line-height: 90px
}
.block-news-1 .container-news .container-article-info .container-button p {
	font-weight: 400;
	line-height: 90px;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 12px;
	vertical-align: bottom;
	letter-spacing: .05em;
	text-transform: uppercase
}
@media (max-width:480px) {
	.block-news-1 .container-news .container-article-info .container-button, .block-news-1 .container-news .container-article-info .container-title {
		width: 61.8%
	}
}
.block-news-1.bg-white .container-news .container-article-info .container-title h4 {
	color: #fff
}
.block-news-1.bg-white .container-news .container-article-info .container-title p {
	color: #ececec
}
.block-news-1.bg-black .container-news .container-article-info .container-title h4, .block-news-1.bg-white .container-news .container-article-info .container-button p, .block-news-1.bg-white .container-news .container-article-info .container-button span {
	color: #fff
}
.block-news-1.bg-black .container-news .container-article-info .container-title p {
	color: #ececec
}
.block-news-1.bg-black .container-news .container-article-info .container-button p, .block-news-1.bg-black .container-news .container-article-info .container-button span {
	color: #fff
}

.block-contact-2 {
	background: url(../images/parallax/footer.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover!important;
}

.block-contact-1 {
	background: url(../images/team/about.jpg) no-repeat!important; 
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; 
}

.contentInPopup {
        padding: 2em; max-width: 40em;
        min-width: 600px;
    max-width: 800px;
    min-height: 300px;
    }

.block-contact-1 .tab-navigation {
	    width: 65%;
    margin: 30px 17.5% 50px;
	padding: 0
}
.block-contact-1 .tab-navigation li {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border: 0
	text-decoration: none;
}
.block-contact-1 .tab-navigation li a {
	font-size: 16px;
	font-weight: 600;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
	letter-spacing: .04em;
	opacity: 1;
	text-decoration: none;
    color: #fff;
}
.block-contact-1 .tab-navigation li.active a {
	opacity: 1;
	text-decoration: none;
    color: #fff;
}
.block-contact-1 .tab-navigation li a span {
	font-size: 50px;
	display: block;
	margin-bottom: 18px;
	    color: #fff;
	    text-decoration: none;
}
.block-contact-1 .tab-content {
	margin: 0 11%
}
.block-contact-1 .tab-content form {
	    width: 75%;
    margin: 0 auto;
    text-transform: lowercase;
}
.block-contact-1 .tab-content form .form-group {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 0 40px;
	border-radius: 100px;
	background: rgba(0,0,0,0.3)!important;
    border: 2px solid #fff;
}


    
.block-contact-1 .tab-content form .form-group.button-container {
	margin-bottom: 60px
}
.block-contact-1 .tab-content form .form-group:before {
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	height: 100%;
	content: '';
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
	transition: all .3s cubic-bezier(.19, 1, .22, 1);
	border-radius: 100px
}
.block-contact-1 .tab-content form .form-group.switch-color:before {
	border: 1px solid
}
.block-contact-1 .tab-content form .form-group.button-container.move:before {
	right: 90px;
	border: 0 solid
}
.block-contact-1 .tab-content form .form-group:after {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
	transition: all .3s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
	border-radius: 100px
}
.block-contact-1 .tab-content form .form-group.switch-color:after {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.block-contact-1 .tab-content form .form-group.button-container.switch-color.move:after {
	right: 90px
}
.block-contact-1 .tab-content form .form-group input {
	font-family: 'Source Sans Pro', sans-serif;;
	font-size: 16px;
	text-transform: lowercase;
	font-weight: 300;
	position: relative;
	z-index: 10;
	height: 50px;
	padding-right: 3em;
	padding-left: 1.9em;
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
	transition: all .3s cubic-bezier(.19, 1, .22, 1);
	letter-spacing: .02em;
	border: none!important;
	outline: 0!important;
	background: 0 0;
	box-shadow: none!important;
	width: 50%;
}
.block-contact-1 .tab-content form .form-group input:focus {
	padding-left: 2.4em
}
.block-contact-1 .tab-content form .form-group.button-container input {
	padding-right: 4em
}
.block-contact-1 .tab-content form .form-group.button-container.move input {
	padding-right: 6.5em
}
.block-contact-1 .tab-content form .form-group input::-webkit-input-placeholder {
	color: #fff
}
.block-contact-1 .tab-content form .form-group input::-moz-placeholder {
	color: #fff
}
.block-contact-1 .tab-content form .form-group .button-wrapper {
	position: absolute;
	z-index: 15;
	top: 0;
	right: 0;
	height: 100%
}
.block-contact-1 .tab-content form.success .form-group .button-wrapper {
	z-index: 6
}
.block-contact-1 .tab-content form .form-group .button-wrapper button {
	font-weight: 700;
	width: 60px;
	height: inherit;
	padding-right: 30px;
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
	transition: all .3s cubic-bezier(.19, 1, .22, 1);
	text-align: right;
	color: #fff;
	border: none!important;
	border-radius: 100px;
	outline: 0!important;
	background: 0 0;
	box-shadow: none!important
}
.block-contact-1 .tab-content form .form-group.move .button-wrapper button {
	width: 90px;
	padding-right: 46px
}
.block-contact-1 .tab-content form p.info-line {
	font-weight: 500;
	text-align: right;
	letter-spacing: .02em
}
.block-contact-1 .tab-content .map-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px
}
.block-contact-1 .tab-content .map-wrapper #panel {
	display: none
}
.block-contact-1 .tab-content .map-wrapper #map {
	width: 100%;
	height: 100%
}
.block-contact-1 .tab-content .map-wrapper .button-description {
	font-size: 22px;
	line-height: 70px;
	position: absolute;
	z-index: 60;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 70px;
	height: 70px;
	cursor: pointer;
	text-align: center
}
.block-contact-1 .tab-content .map-wrapper .button-description .content-hidden, .block-contact-1 .tab-content .map-wrapper .button-description .content-visible {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1)
}
.block-contact-1 .tab-content .map-wrapper .button-description .content-visible {
	left: 0
}
.block-contact-1 .tab-content .map-wrapper .button-description .content-hidden, .block-contact-1 .tab-content .map-wrapper .button-description.active .content-visible {
	left: 300%
}
.block-contact-1 .tab-content .map-wrapper .button-description.active .content-hidden {
	left: 0
}
.block-contact-1 .tab-content .map-wrapper .container-info {
	position: absolute;
	z-index: 50;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 40%;
	height: auto;
	-webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
	transition: all .5s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translatex(101%);
	transform: translatex(101%)
}
.block-contact-1 .tab-content .map-wrapper .container-info.active {
	-webkit-transform: translatex(0);
	transform: translatex(0)
}
.block-contact-1 .tab-content .map-wrapper .container-info ul {
	padding: 0;
	list-style: none;
	-webkit-transform: translatex(40px);
	transform: translatex(40px);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 70px 40px 90px 70px
}
.block-contact-1 .tab-content .map-wrapper .container-info.active ul {
	-webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1) .1s;
	transition: all .5s cubic-bezier(.19, 1, .22, 1) .1s;
	-webkit-transform: translatex(0);
	transform: translateX(0);
	opacity: 1
}
.block-contact-1 .tab-content .map-wrapper .container-info ul li {
	margin-bottom: 34px
}
.block-contact-1 .tab-content .map-wrapper .container-info ul li:last-child {
	margin-bottom: 0
}
.block-contact-1 .tab-content .map-wrapper .container-info ul li h5 {
	font-weight: 300;
	margin-bottom: .5em;
	letter-spacing: .02em;
	text-transform: uppercase
}
.block-contact-1 .tab-content .map-wrapper .container-info ul li span {
	margin-right: .5em
}
.block-contact-1 .tab-content .map-wrapper .container-info ul li p {
	line-height: 1.7em;
	margin-bottom: 0;
	letter-spacing: .02em
}
.block-contact-1 .tab-content .map-wrapper .container-info ul li a {
	font-size: 21px;
	font-weight: 300;
	letter-spacing: .02em;
	text-transform: uppercase
}
.block-contact-1 .tab-content .map-wrapper a[href^='http://maps.google.com/maps'], .block-contact-1 .tab-content .map-wrapper a[href^='https://maps.google.com/maps'] {
	display: none!important
}
.block-contact-1 .tab-content .map-wrapper .gmnoprint a, .gm-style-cc, .gmnoprint span {
	display: none
}
.block-contact-1 .tab-content .map-wrapper .gmnoprint div {
	background: 0 0!important
}
.block-contact-1 .tab-content .row .col-xs-4 {
	padding: 0 15px 30px
}
.block-contact-1 .tab-content .row .col-xs-4:first-child {
	padding-right: 20px
}
.block-contact-1 .tab-content .row .col-xs-4:last-child {
	padding-left: 20px
}
.block-contact-1 .tab-content .row:last-child .col-xs-4 {
	padding-bottom: 0
}
.block-contact-1 .tab-content .row .col-xs-4 .container-social-item {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%
}
.block-contact-1 .tab-content .row .col-xs-4 .container-social-item .container-icon {
	position: absolute;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1)
}
.block-contact-1 .tab-content .row .col-xs-4 .container-social-item:hover .container-icon {
	top: 100%
}
.block-contact-1 .tab-content .row .col-xs-4 .container-social-item .container-icon span {
	font-size: 30px;
	position: relative;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transition: all .5s cubic-bezier(0, .25, 0, .99) .1s;
	transition: all .5s cubic-bezier(0, .25, 0, .99) .1s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	opacity: 1
}
.block-contact-1 .tab-content .row .col-xs-4 .container-social-item:hover .container-icon span {
	-webkit-transition: all .2s cubic-bezier(0, .25, 0, .99);
	transition: all .2s cubic-bezier(0, .25, 0, .99);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0
}
.block-contact-1 .tab-content .row .col-xs-4 .container-social-item .container-description {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	moz-transition: all .6s cubic-bezier(.19, 1, .22, 1)
}
.block-contact-1 .tab-content .row .col-xs-4 .container-social-item .container-description a {
	position: absolute;
	width: 100%;
	height: 100%
}
.block-contact-1 .tab-content .row .col-xs-4 .container-social-item .container-description a h5 {
	font-weight: 600;
	position: relative;
	top: 50%;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .1s cubic-bezier(.57, .18, .04, 1.02);
	transition: all .1s cubic-bezier(.57, .18, .04, 1.02);
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px);
	opacity: 0
}
.block-contact-1 .tab-content .row .col-xs-4 .container-social-item:hover .container-description a h5 {
	-webkit-transition: all .5s cubic-bezier(.57, .18, .04, 1.02);
	transition: all .5s cubic-bezier(.57, .18, .04, 1.02);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1
}
.block-contact-1 .tab-content .row .col-xs-4 .container-social-item .container-description a h5 span {
	font-size: 1em;
	margin-left: .55em
}
@media (max-width:994px) {
	.block-contact-1 .tab-content .map-wrapper .container-info {
		width: 56%;
		height: 100%
	}
	.block-contact-1 .tab-navigation li a {
		font-size: 15px
	}
	.block-contact-1 .tab-navigation li a span {
		font-size: 46px;
		margin-bottom: 16px
	}
	.block-contact-1 .tab-content .row .col-xs-4 {
		padding: 0 12px 24px
	}
	.block-contact-1 .tab-content .row .col-xs-4:first-child {
		padding-right: 12px
	}
	.block-contact-1 .tab-content .row .col-xs-4:last-child {
		padding-left: 12px
	}
}
@media (max-width:700px) {
	.block-contact-1 .tab-content .map-wrapper .container-info {
		width: 61.8%;
		height: 100%
	}
	.block-contact-1 .tab-content .map-wrapper .container-info ul li {
		margin-bottom: 28px
	}
	.block-contact-1 .tab-content .map-wrapper .container-info ul {
		margin: 50px 20px 50px 60px
	}
	.block-contact-1 .tab-content .row .col-xs-4 .container-social-item .container-description a h5 {
		font-size: 18px
	}
	.block-contact-1 .tab-content .row .col-xs-4 .container-social-item .container-description a h5 span {
		display: block;
		margin-top: .4em;
		margin-left: 0
	}
}
@media (max-width:600px) {
	.block-contact-1 .tab-navigation {
		width: 80%;
		margin: 40px 10% 70px;
		padding: 0
	}
	.block-contact-1 .tab-content {
		margin: 0 5%
	}
	.block-contact-1 .tab-content form .form-group {
		margin: 0 0 55px
	}
}
@media (max-width:480px) {
	.block-contact-1 .tab-navigation li a span {
		font-size: 36px;
		margin-bottom: 14px
	}
	.block-contact-1 .tab-navigation {
		width: 90%;
		margin: 10px 5% 50px;
		padding: 0
	}
	.block-contact-1 .tab-content {
		margin: 0
	}
	.block-contact-1 .tab-content form .form-group {
		margin: 0 0 36px
	}
	.block-contact-1 .tab-content .map-wrapper .container-info {
		width: 100%;
		height: 100%
	}
	.block-contact-1 .tab-content .map-wrapper .container-info ul li {
		margin-bottom: 10px
	}
	.block-contact-1 .tab-content .map-wrapper .container-info ul {
		margin: 26px 10px 20px 40px
	}
	.block-contact-1 .tab-content .row .col-xs-4 .container-social-item .container-icon span {
		font-size: 22px
	}
	.block-contact-1 .tab-content .row .col-xs-4 .container-social-item .container-description a h5 {
		font-size: 0;
		opacity: 0
	}
	.block-contact-1 .tab-content .row .col-xs-4 .container-social-item .container-description a h5 span {
		font-size: 22px;
		margin: 0
	}
	.block-contact-1 .tab-content .row .col-xs-4 {
		padding: 0 10px 20px
	}
	.block-contact-1 .tab-content .row .col-xs-4:first-child {
		padding-right: 10px
	}
	.block-contact-1 .tab-content .row .col-xs-4:last-child {
		padding-left: 10px
	}
}
.popup-news-style-1 .container, .popup-showcase-style-1 .container {
	padding: 0
}
.block-contact-1.bg-white .tab-navigation li a, .block-contact-1.bg-white .tab-navigation li a span, .block-contact-1.bg-white .tab-navigation li.active a span {
	color: #000;
	text-decoration: none;
}
.block-contact-1.bg-white .tab-content form .form-group {
	background: #dd1a22
}
.block-contact-1.bg-white .tab-content form.success .form-group.button-container {
	background: #00b84a
}
.block-contact-1.bg-white .tab-content form .form-group.button-container.switch-color {
	background: #141414!important
}
.block-contact-1.bg-white .tab-content form .form-group:before {
	background: #141414
}
.block-contact-1.bg-white .tab-content form .form-group.error:before {
	background: red
}
.block-contact-1.bg-white .tab-content form .form-group.button-container.move:before, .block-contact-1.bg-white .tab-content form .form-group.switch-color:before {
	border-color: #fff
}
.block-contact-1.bg-white .tab-content form .form-group:after {
	background: #dd1a22
}
.block-contact-1.bg-white .tab-content form .form-group .button-wrapper button, .block-contact-1.bg-white .tab-content form .form-group input {
	color: #fff;
	background: 0 0
}
.block-contact-1.bg-white .tab-content form .form-group input::-webkit-input-placeholder {
	color: #fff
}
.block-contact-1.bg-white .tab-content form .form-group input::-moz-placeholder {
	color: #fff
}
.block-contact-1.bg-white .tab-content form p.info-line {
	color: rgba(0, 0, 0, .5)
}
.block-contact-1.bg-white .tab-content .map-wrapper .button-description {
	color: #fff
}
.block-contact-1.bg-white .tab-content .map-wrapper .button-description .content-hidden, .block-contact-1.bg-white .tab-content .map-wrapper .button-description .content-visible {
	background: #dd1a22
}
.block-contact-1.bg-white .tab-content .map-wrapper .container-info {
	background: #111
}
.block-contact-1.bg-white .tab-content .map-wrapper .container-info ul li h5 {
	color: #dd1a22
}
.block-contact-1.bg-white .tab-content .map-wrapper .container-info ul li p {
	color: #fff
}
.block-contact-1.bg-white .tab-content .map-wrapper .container-info ul li a {
	color: #dd1a22;
	    text-decoration: none;
}
.block-contact-1.bg-black .tab-navigation li a span, .block-contact-1.bg-black .tab-navigation li.active a span, .block-contact-1.bg-white .tab-content .row .col-xs-4 .container-social-item .container-description a h5, .block-contact-1.bg-white .tab-content .row .col-xs-4 .container-social-item .container-icon span {
	color: #fff
}
.block-contact-1.bg-white .tab-content .row .col-xs-4 .container-social-item .container-icon {
	background: #141414
}
.block-contact-1.bg-black .tab-content form .form-group, .block-contact-1.bg-white .tab-content .row .col-xs-4 .container-social-item .container-description {
	background: #dd1a22
}
.block-contact-1.bg-black .tab-navigation li a {
	font-weight: 500;
	color: #fff
}
.block-contact-1.bg-black .tab-content form.success .form-group.button-container {
	background: #00b84a
}
.block-contact-1.bg-black .tab-content form .form-group.button-container.switch-color, .block-contact-1.bg-black .tab-content form .form-group:before {
	background: #fff
}
.block-contact-1.bg-black .tab-content form .form-group.error:before {
	background: red
}
.block-contact-1.bg-black .tab-content .map-wrapper .button-description .content-hidden, .block-contact-1.bg-black .tab-content .map-wrapper .button-description .content-visible, .block-contact-1.bg-black .tab-content form .form-group:after {
	background: #dd1a22
}
.block-contact-1.bg-black .tab-content form .form-group.button-container.move:before, .block-contact-1.bg-black .tab-content form .form-group.switch-color:before {
	border-color: #111
}
.block-contact-1.bg-black .tab-content form .form-group input {
	color: #000
}
.block-contact-1.bg-black .tab-content form .form-group input:focus {
	color: #fff
}
.block-contact-1.bg-black .tab-content form .form-group input::-webkit-input-placeholder {
	color: #000
}
.block-contact-1.bg-black .tab-content form .form-group input:focus::-webkit-input-placeholder {
	color: #fff
}
.block-contact-1.bg-black .tab-content form .form-group input::-moz-placeholder {
	color: #000
}
.block-contact-1.bg-black .tab-content form .form-group input:focus::-moz-placeholder {
	color: #fff
}
.block-contact-1.bg-black .tab-content form .form-group .button-wrapper button {
	color: #000
}
.block-contact-1.bg-black .tab-content form .form-group.move .button-wrapper button, .block-contact-1.bg-black .tab-content form .form-group.switch-color .button-wrapper button {
	color: #fff
}
.block-contact-1.bg-black .tab-content form .form-group.move.switch-color .button-wrapper button {
	color: #000
}
.block-contact-1.bg-black .tab-content form p.info-line {
	font-weight: 400;
	color: rgba(255, 255, 255, .9)
}
.block-contact-1.bg-black .tab-content .map-wrapper .button-description {
	color: #fff
}
.block-contact-1.bg-black .tab-content .map-wrapper .container-info {
	background: #111
}
.block-contact-1.bg-black .tab-content .map-wrapper .container-info ul li h5 {
	color: #dd1a22
}
.block-contact-1.bg-black .tab-content .map-wrapper .container-info ul li p {
	color: #fff
}
.block-contact-1.bg-black .tab-content .map-wrapper .container-info ul li a {
	color: #dd1a22
}
.block-contact-1.bg-black .tab-content .row .col-xs-4 .container-social-item .container-icon {
	background: #fff
}
.block-contact-1.bg-black .tab-content .row .col-xs-4 .container-social-item .container-icon span {
	color: #000
}
.block-contact-1.bg-black .tab-content .row .col-xs-4 .container-social-item .container-description {
	background: #dd1a22
}
.block-contact-1.bg-black .tab-content .row .col-xs-4 .container-social-item .container-description a h5 {
	color: #fff
}

.block-footer-1 {
	background: url(../images/parallax/4.jpg) no-repeat!important; 
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; 
}

.block-footer-1-csr {
	background: url(../images/csr/bottom_csr.jpg) no-repeat!important; 
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; 
}


.block-footer-1 img {
	display: block;
	max-width: 280px;
	margin: 0 auto 16px
}
.block-footer-1 h5 {
	font-weight: 300;
	margin: 0;
	letter-spacing: .03em;
	text-transform: uppercase
}
.block-footer-1 .scroll-top {
	font-size: 17px;
	line-height: 65px;
	position: absolute;
	bottom: 0;
	left: 50%;
	overflow: hidden;
	width: 65px;
	height: 65px;
	cursor: pointer;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	color: #000;
	background: #fff
}
.block-footer-1 .scroll-top:hover {
	line-height: 62px;
	height: 74px
}
.block-footer-1 .scroll-top-inner {
	overflow: hidden;
	width: 100%;
	text-align: center;
	color: #000
}
.block-footer-1 .scroll-top .scroll-top-inner span {
	font-size: inherit
}


@media (max-width:500px) {
	.block-footer-1 h5 {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: .02em
	}
	.block-footer-1 img {
		max-width: 170px;
		margin-top: 10px;
		margin-bottom: 8px
	}
	.block-footer-1 .scroll-top {
		font-size: 13px;
		line-height: 50px;
		top: 0;
		bottom: auto;
		width: 50px;
		height: 50px
	}
}
.block-footer-1.bg-white h5 {
	color: #000
}
.block-footer-1.bg-black h5 {
	color: #fff
}
.popup p {
	margin-bottom: 0;

}
.popup .intro-video {
	width: 100%
}
.popup .allow-push-by-menu {
	-webkit-transition: all .58s cubic-bezier(.19, 1, .22, 1);
	transition: all .58s cubic-bezier(.19, 1, .22, 1);

}
.popup .allow-push-by-menu.active {
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateX(-32.6%);
	transform: translateX(-32.6%)
}
#popup-close-button-1 {
	position: fixed;
    z-index: 100;
       top: 10%;
    left: 78%;
    overflow: hidden;
    width: 0;
    height: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
}
#popup-close-button-1.active {
	width: 160px;
	color: #fff;
	-webkit-transition: all .3s cubic-bezier(.5, .34, .06, .82);
	transition: all .3s cubic-bezier(.5, .34, .06, .82)
}
#popup-close-button-1 span {
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.popup-showcase-style-1 {
	margin-top: 50%;
	margin-bottom: 10%;
	-webkit-transition: all .35s cubic-bezier(.5, .34, .06, .82);
	transition: all .35s cubic-bezier(.5, .34, .06, .82);
	opacity: 0!important;
	border-bottom: none
}
.popup-showcase-style-1.active {
	margin-top: 10%;
	opacity: 1!important
}
.popup-showcase-style-1 .showcase-title h3 {
	margin-top: .12em;
	margin-right: 35px;
	margin-bottom: .7em;
	letter-spacing: .05em;
	text-transform: uppercase;
	    font-size: 22px;
}
.popup-showcase-style-1 .showcase-title p {
	line-height: 1em;
	margin-right: 35px;
	letter-spacing: .05em;
	text-transform: uppercase
}
.popup-showcase-style-1 .showcase-title-text p {
	line-height: 1.7em;
	margin-right: 40px
}
.popup-showcase-style-1 .showcase-service span {
	font-size: 50px
}
.popup-showcase-style-1 .showcase-service p {
	font-weight: 400;
	margin-top: 1em;
	letter-spacing: .06em;
	text-transform: uppercase
}
.popup-showcase-style-1 .showcase-info h4 {
	font-weight: 300;
	margin-bottom: .5em;
	letter-spacing: .06em;
	text-transform: uppercase
}
.popup-showcase-style-1 .showcase-info p {
	line-height: 1.6em
}
.popup-showcase-style-1 .cbp-nav-pagination {
	right: 20px;
	bottom: 20px
}
.popup-showcase-style-1 .cbp-nav-pagination-item {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 7px;
	cursor: pointer;
	-webkit-transition: background .5s;
	transition: background .5s;
	opacity: .5;
	border-radius: 0;
	background: #b09980
}
.popup-showcase-style-1 .cbp-nav-pagination-active {
	opacity: 1
}
.popup-showcase-style-1 .cbp-nav-controls {
	display: none
}
.popup-showcase-style-1 .button-description {
	font-size: 22px;
	line-height: 70px;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 70px;
	height: 70px;
	cursor: pointer;
	text-align: center;
	color: #fff
}
.popup-showcase-style-1 .button-description .content-hidden, .popup-showcase-style-1 .button-description .content-visible {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	background: #dd1a22
}
.popup-showcase-style-1 .button-description .content-visible {
	left: 0
}
.popup-showcase-style-1 .button-description .content-hidden, .popup-showcase-style-1 .button-description.active .content-visible {
	left: 300%
}
.popup-showcase-style-1 .button-description.active .content-hidden {
	left: 0
}
.popup-showcase-style-1 .container-info {
	position: absolute;
	z-index: 50;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 32.8%;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translatex(100%);
	transform: translateX(100%);
	background: #111
}
.popup-showcase-style-1 .container-info.active {
	-webkit-transform: translatex(0);
	transform: translateX(0)
}
.popup-showcase-style-1 .container-info ul {
	padding: 0;
	list-style: none;
	-webkit-transform: translatex(-40px);
	transform: translateX(-40px);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 20px 40px 0 89px
}
.popup-showcase-style-1 .container-info.active ul {
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1) .14s;
	transition: all .6s cubic-bezier(.19, 1, .22, 1) .14s;
	-webkit-transform: translatex(0);
	transform: translateX(0);
	opacity: 1
}
.popup-showcase-style-1 .container-info ul li {
	margin-bottom: 50px
}
.popup-showcase-style-1 .container-info ul li:last-child {
	margin-bottom: 0
}
.popup-showcase-style-1 .container-info ul li.last {
	margin-bottom: 40px
}
.popup-showcase-style-1 .container-info ul li h5 {
	font-weight: 300;
	margin-bottom: .5em;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #dd1a22
}
.popup-showcase-style-1 .container-info ul li p {
	line-height: 1.7em;
	margin-bottom: 0;
	color: #fff
}
.popup-showcase-style-1 .container-info ul li a {
	font-weight: 300;
	letter-spacing: .02em;
	color: #dd1a22
}
.popup-news-style-1 {
	margin-top: 60%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0!important;
	border-bottom: none
}
.popup-news-style-1.active {
	opacity: 1!important
}
.popup-news-style-1 .news-title h3 {
	margin-top: 0em;
	margin-right: 35px;
	margin-bottom: .7em;
	letter-spacing: .05em;
	text-transform: uppercase
}
.popup-news-style-1 .news-title p {
	line-height: 1em;
	margin-right: 35px;
	letter-spacing: .05em;
	text-transform: uppercase
}
.popup-news-style-1 .news-text-block p, .popup-news-style-1 .news-title-text p {
	line-height: 1.7em
}

@media (max-width:994px) {
	#popup-close-button-1 {
		top: 0;
		left: 0;
		height: 70px;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	#popup-close-button-1.active {
		width: 70px
	}
	#popup-close-button-1 span {
		font-size: 26px
	}
	.popup-showcase-style-1 .button-description {
		height: 70px;
		width: 70px
	}
	.cbp-popup-singlePage .cbp-popup-content, .popup .container {
		width: 100%
	}
	.popup {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.popup-showcase-style-1 .container-info {
		width: 42%
	}
	.popup .allow-push-by-menu.active {
		-webkit-transform: translateX(-42%);
		transform: translateX(-42%)
	}
	.popup-showcase-style-1 .container-info ul {
		margin-left: 80px
	}
	.popup-showcase-style-1 .showcase-title-text p {
		margin-right: 30px
	}
	.popup-showcase-style-1 .showcase-title h3, .popup-showcase-style-1 .showcase-title p {
		margin-right: 20px
	}
	.cbp-popup-lightbox-img, .cbp-popup-lightbox-isIframe .cbp-popup-content {
		width: 100%!important;
		max-width: 100%!important;
		margin: 0 auto
	}
}
@media (max-width:770px) {
	.popup-news-style-1 .news-title, .popup-news-style-1 .news-title-text, .popup-showcase-style-1 .showcase-title, .popup-showcase-style-1 .showcase-title-text {
		padding: 0 50px;
		text-align: left
	}
	.popup-news-style-1 .news-title, .popup-showcase-style-1 .showcase-title {
		margin-bottom: 16px
	}
	.popup-showcase-style-1 .showcase-info p {
		margin-bottom: 30px
	}
	.popup-showcase-style-1 .showcase-service p {
		margin-bottom: 24px
	}
	.popup-showcase-style-1 .showcase-service span {
		display: block;
		margin-top: 24px
	}
	.popup-showcase-style-1 .container-info {
		width: 100%
	}
	.popup .allow-push-by-menu.active {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	.popup-showcase-style-1 .container-info ul {
		margin-top: 40px;
		margin-left: 60px
	}
}
@media (max-width:480px) {
	#popup-close-button-1 {
		top: 0;
		left: 0;
		height: 50px;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	#popup-close-button-1.active {
		width: 50px
	}
	#popup-close-button-1 span {
		font-size: 18px
	}
	.popup-showcase-style-1 .button-description {
		height: 50px;
		width: 50px;
		line-height: 50px
	}
	.popup-showcase-style-1 .showcase-service p {
		font-size: 16px;
		margin-top: .4em;
		margin-bottom: 20px;
		letter-spacing: .05em
	}
	.popup-showcase-style-1 .showcase-service span {
		font-size: 40px
	}
	.popup-showcase-style-1 .container-info ul li {
		margin-bottom: 40px
	}
	.popup-showcase-style-1 .container-info ul li.last {
		margin-bottom: 30px
	}
	.popup-showcase-style-1 .container-info ul {
		margin-top: 0
	}
	.popup-showcase-style-1 .cbp-nav-pagination-item {
		width: 12px;
		height: 12px;
		margin: 0 5px
	}
	.popup-showcase-style-1 .cbp-nav-pagination {
		right: 12px;
		bottom: 12px
	}
}
.options-panel, .options-panel h2 {
	font-family: 'Source Sans Pro', sans-serif
}
.options-panel, .options-panel .panel-button {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	color: #000
}
.options-panel {
	position: fixed;
	z-index: 200;
	left: 0;
	height: auto;
	padding: 60px 46px;
	top: 50%;
	transform: translateY(-50%) translateX(-100%);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .175);
	transition: all .3s ease
}
.options-panel.active {
	transform: translateY(-50%) translateX(0)
}
.options-panel .panel-button {
	position: absolute;
	right: 0;
	top: -1px;
	width: 50px;
	height: 50px;
	margin: 0;
	text-align: center;
	line-height: 50px;
	transform: scale(1)!important;
	box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .175);
	box-shadow-left: none;
	transition: all .2s ease!important
}
.options-panel p, .options-panel span {
	display: inline-block;
	cursor: pointer;
	transition: all .1s ease
}
.options-panel.active .panel-button {
	font-size: 14px
}
.options-panel.active .panel-button:before {
	content: "\e646"
}
.options-panel h2 {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #E7E7E7
}
.options-panel h4, .options-panel p {
	color: #000;
	letter-spacing: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px
}
.options-panel h4 {
	text-transform: uppercase;
	margin-bottom: 12px;
	margin-top: 16px;
	font-weight: 400
}
.options-panel p {
	background: #F6F6F6;
	padding: 3px 10px;
	margin-right: 10px;
	border-radius: 2px;
	border: 1px solid #E6E6E6
}
.options-panel p.active, .options-panel p:hover {
	border: 1px solid #AEACAC
}
.options-panel span {
	height: 20px;
	width: 32px;
	background: #ccc;
	margin: 0 8px 8px 0;
	transform: scale(1)
}
.options-panel span:hover {
	transform: scale(1.08)
}
.options-panel .row {
	margin: 0
}
@media (max-width:450px) {
	.options-panel {
		height: 100%;
		width: 100%;
		padding: 60px 46px
	}
	.options-panel .panel-button {
		top: auto;
		bottom: -1px
	}
	.options-panel.active .panel-button {
		font-size: 14px;
		top: auto;
		margin-right: 0!important
	}
}





.mob-menu {
float: right!important;
}

.menu-ico{

	margin-left: 15px;
	margin-top: 40px;
  width: 35px;
  height:35px;
  position: fixed;
  overflow: hidden;
  display: inline block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 100000;
}
.menu-ico span{   
  width: 35px;
  height: 4px;
  margin-top: 20px;
  background-color: #fff;
  position: absolute;
  display:block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-ico span::before{
  height: 4px;
  width: 35px; 
  margin-top:10px;
  background-color: #fff;
  position: absolute;
  content: '';
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu-ico span::after{   
  height: 4px;
  width: 35px;  
  margin-top: -10px;  
  background-color: #fff;
  position: absolute;
  content: '';
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu-ico:hover{
  cursor: pointer;
  height: 80%;
  width: 120px;
}
.menu-ico:hover > span{  
  background-color: rgba(0, 0, 0, 0)
}
.menu-ico:hover > span::before{
  background-color: #aaa;  
  margin: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-ico:hover > span::after{
  background-color: #aaa;
  margin: 0;  
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu2{
  top: 50px;
  position: relative;
  display: inline;     width: 220px;
 }
.menu2 li{
  list-style:none; 
  margin-bottom: 0px;  
  width: 220px;
  text-align: left;
  padding: 10px;  
  background-color: #ed1c24;
  border-bottom: 4px solid #ed1c24;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px!important;
  font-weight: 400;
  text-transform: lowercase;
  color: white;   
  opacity: 0;
  display: block;
}

.menu2 li a {
	text-transform: none;
	text-decoration: none;
	color: #fff;
	font-size: 14px!important;  width: 220px;
}

.menu-ico:hover > .menu2 li{
  opacity: 1;
}

.menu2 li:hover{  
  cursor: pointer;
  background-color: #f14b23;
  border-bottom: 3px solid #f14b23; 
}
#contact #contact-data-1 a,#contact #contact-data-1 a:hover{
	color:#ffffff;
}

.arrow {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 22px;
 }
 .arrow i{
 	background: #ed1c2482;
    padding: 12px;
    border-radius: 50%;

 }
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.contact-page-form{
	padding:5% 30%;
}