body{
	font-family: 'roboto_slablight';
	color: #2a383d;
}
p{
	font-family: 'roboto_slabregular';
	margin: 0;
	line-height: 1.555;
	padding-bottom: 1.555em;
}
.bold,
strong,
b{
	font-family: 'roboto_slabbold';
}
.light{
	font-family: 'roboto_slablight';
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light{
	font-family: 'robotolight';
}
h1.medium,
h2.medium,
h3.medium,
h4.medium,
h5.medium{
	font-family: 'robotomedium';
}
.thin{
	font-family: 'roboto_slabthin';
}
.regular{
	font-family: 'roboto_slabregular';
}
.caps{
	text-transform: uppercase;
}
a{
	color: inherit;
	text-decoration: none;
	outline: 0
}
a:focus,
a:active{
	outline: 0;
}
/* Social icons */
.socicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.socicon:empty{
    width: 1em;
}
.socicon-twitter:before { content: "a"; }
.socicon-facebook:before { content: "b"; }
.socicon-linkedin:before { content: "j"; }
.mail{
	color: #299a55;
}
.clear-style{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.list-style{
	font-size: 1.125em;
	line-height: 1.555;
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-style li{
	padding-left: 35px;
}
.list-style li:before{
	content: "•";
	text-indent: -35px;
	display: inline-block;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'robotobold';
	font-weight: normal;
}
.page-intro{
	font-family: 'roboto_slabbold';
	font-size: 2.1875em;
	line-height: 1.285;
}
.caps{
	text-transform: uppercase;
}
.pure-u{
	display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Inputs */
.button-container{
	
}
.button-container.right{
	text-align: right;
	overflow: hidden;
}
.button-container.right .button{
	float: right;
}
.button{
	height: 55px;

}
.button .text{
	display: block;
	float: left;
	height: 55px;
	background: #18191a;
	padding: 18px 30px;
	border-left: 1px solid #fff;
	color: #fff;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 200ms ease;
	-o-transition: background 200ms ease;
	transition: background 200ms ease;
}
.button .squares{
	display: block;
	float: left;
	width: 55px;
	height: 55px;
	background: #4e4e50;
	position: relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 200ms ease;
	-o-transition: background 200ms ease;
	transition: background 200ms ease;
}
.button .squares .square{
	display: block;
	width: 7px;
	height: 7px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;

	-webkit-transition: -webkit-transform 200ms ease;
	-o-transition: -o-transform 200ms ease;
	transition: transform 200ms ease;
}
.button .squares .tl{
	-webkit-transform: translate(-6px, -6px);
	-ms-transform: translate(-6px, -6px);
	-o-transform: translate(-6px, -6px);
	transform: translate(-6px, -6px);
}
.button .squares .tr{
	-webkit-transform: translate(6px, -6px);
	-ms-transform: translate(6px, -6px);
	-o-transform: translate(6px, -6px);
	transform: translate(6px, -6px);
}
.button .squares .bl{
	-webkit-transform: translate(-6px, 6px);
	-ms-transform: translate(-6px, 6px);
	-o-transform: translate(-6px, 6px);
	transform: translate(-6px, 6px);
}
.button .squares .br{
	-webkit-transform: translate(6px, 6px);
	-ms-transform: translate(6px, 6px);
	-o-transform: translate(6px, 6px);
	transform: translate(6px, 6px);
}
/* BUTTON ANIMATION */
@-webkit-keyframes tl{
	0% {
		-webkit-transform: translate(-6px, -6px);
		-ms-transform: translate(-6px, -6px);
		-o-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-6px, -6px);
		-ms-transform: translate(-6px, -6px);
		-o-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
}	
@-moz-keyframes tl{
	0% {
		-webkit-transform: translate(-6px, -6px);
		-ms-transform: translate(-6px, -6px);
		-o-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-6px, -6px);
		-ms-transform: translate(-6px, -6px);
		-o-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
}	
 
@keyframes tl{
	0% {
		-webkit-transform: translate(-6px, -6px);
		-ms-transform: translate(-6px, -6px);
		-o-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-6px, -6px);
		-ms-transform: translate(-6px, -6px);
		-o-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
}	
/* TR */
@-webkit-keyframes topr{
	0% {
		-webkit-transform: translate(6px, -6px);
		-ms-transform: translate(6px, -6px);
		-o-transform: translate(6px, -6px);
		transform: translate(6px, -6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(6px, -6px);
		-ms-transform: translate(6px, -6px);
		-o-transform: translate(6px, -6px);
		transform: translate(6px, -6px);
	}
}	
@-moz-keyframes topr{
	0% {
		-webkit-transform: translate(6px, -6px);
		-ms-transform: translate(6px, -6px);
		-o-transform: translate(6px, -6px);
		transform: translate(6px, -6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(6px, -6px);
		-ms-transform: translate(6px, -6px);
		-o-transform: translate(6px, -6px);
		transform: translate(6px, -6px);
	}
}	
 
@keyframes topr{
	0% {
		-webkit-transform: translate(-6px, 6px);
		-ms-transform: translate(-6px, 6px);
		-o-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-6px, 6px);
		-ms-transform: translate(-6px, 6px);
		-o-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}
}

/* BL */
@-webkit-keyframes bl{
	0% {
		-webkit-transform: translate(-6px, 6px);
		-ms-transform: translate(-6px, 6px);
		-o-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-6px, 6px);
		-ms-transform: translate(-6px, 6px);
		-o-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}
}	
@-moz-keyframes bl{
	0% {
		-webkit-transform: translate(-6px, 6px);
		-ms-transform: translate(-6px, 6px);
		-o-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-6px, 6px);
		-ms-transform: translate(-6px, 6px);
		-o-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}
}	
 
@keyframes bl{
	0% {
		-webkit-transform: translate(6px, -6px);
		-ms-transform: translate(6px, -6px);
		-o-transform: translate(6px, -6px);
		transform: translate(6px, -6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(6px, -6px);
		-ms-transform: translate(6px, -6px);
		-o-transform: translate(6px, -6px);
		transform: translate(6px, -6px);
	}
}	
 
@keyframes bl{
	0% {
		-webkit-transform: translate(-6px, -6px);
		-ms-transform: translate(-6px, -6px);
		-o-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-6px, -6px);
		-ms-transform: translate(-6px, -6px);
		-o-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
}
/* BR */
@-webkit-keyframes br{
	0% {
		-webkit-transform: translate(6px, 6px);
		-ms-transform: translate(6px, 6px);
		-o-transform: translate(6px, 6px);
		transform: translate(6px, 6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(6px, 6px);
		-ms-transform: translate(6px, 6px);
		-o-transform: translate(6px, 6px);
		transform: translate(6px, 6px);
	}
}	
@-moz-keyframes br{
	0% {
		-webkit-transform: translate(6px, 6px);
		-ms-transform: translate(6px, 6px);
		-o-transform: translate(6px, 6px);
		transform: translate(6px, 6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(6px, 6px);
		-ms-transform: translate(6px, 6px);
		-o-transform: translate(6px, 6px);
		transform: translate(6px, 6px);
	}
}	
 
@keyframes br{
	0% {
		-webkit-transform: translate(6px, -6px);
		-ms-transform: translate(6px, -6px);
		-o-transform: translate(6px, -6px);
		transform: translate(6px, -6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(6px, -6px);
		-ms-transform: translate(6px, -6px);
		-o-transform: translate(6px, -6px);
		transform: translate(6px, -6px);
	}
}	
 
@keyframes br{
	0% {
		-webkit-transform: translate(6px, -6px);
		-ms-transform: translate(6px, -6px);
		-o-transform: translate(6px, -6px);
		transform: translate(6px, -6px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(6px, -6px);
		-ms-transform: translate(6px, -6px);
		-o-transform: translate(6px, -6px);
		transform: translate(6px, -6px);
	}
}
 
.button:hover .text{
	background: #eb2327;
}
.button:hover .squares{
	background: #18191a;
}
.button:hover .squares .tl{
	-webkit-animation: tl 300ms ease;
	-moz-animation: tl 300ms ease;
	-ms-animation: tl 300ms ease;
	-o-animation: tl 300ms ease;
    animation: tl 300ms ease;
}
.button:hover .squares .tr{
	-webkit-animation: topr 300ms ease;
	-moz-animation: topr 300ms ease;
	-ms-animation: topr 300ms ease;
	-o-animation: topr 300ms ease;
    animation: topr 300ms ease;
}
.button:hover .squares .bl{
	-webkit-animation: bl 300ms ease;
	-moz-animation: bl 300ms ease;
	-ms-animation: bl 300ms ease;
	-o-animation: bl 300ms ease;
    animation: bl 300ms ease;
}
.button:hover .squares .br{
	-webkit-animation: br 300ms ease;
	-moz-animation: br 300ms ease;
	-ms-animation: br 300ms ease;
	-o-animation: br 300ms ease;
    animation: br 300ms ease;
}


.customSelect{
	background: url(../img/ico-arrow-down.png) no-repeat right 20px center;
	background-size: 15px auto;
	font-size: 1em;
	font-family: 'roboto_slablight';
	border: 1px solid #8d8c8c;
	outline: 0;
	width: 100%;
	height: 38px;
	padding: 0.3em 0.625em;
	color: rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.text input{
	font-size: 1em;
	font-family: 'roboto_slablight';
	border: 1px solid #8d8c8c;
	outline: 0;
	width: 100%;
	height: 38px;
	padding: 0.3em 0.625em;
	color: rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.textarea textarea{
	font-size: 1em;
	font-family: 'roboto_slablight';
	border: 1px solid #8d8c8c;
	outline: 0;
	width: 100%;
	padding: 0.3em 0.625em;
	color: rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.file{
	overflow: hidden;
	position: relative;
}
.file input{
	text-indent: -150px;
	outline: 0;
	display: block;
	width: 120%;
	position: relative;
	z-index: 2;
	margin-left: -90px;
}
.file span{
	position: absolute;
	right: 0;
	top: 0;
}
form p{
	padding-bottom: 10px;
}
:not(#foo) .third input[type='radio'], 
:not(#foo) .third input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 18px;
}


:not(#foo) .third input[type='radio'] + label,
:not(#foo) .third input[type='checkbox'] + label {
    margin: 0;
    clear: none;
    padding: 5px 0 4px 34px;
    cursor: pointer;
    background: url(../img/checkbox.png) left center no-repeat; 
}
:not(#foo) .third input[type='radio']:checked + label,
:not(#foo) .third input[type='checkbox']:checked + label {
    background-image: url(../img/checkbox-checked.png);
}
.wrapper{
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 1em;
}
/* Header */
.header .container{
	background: #1b1919;
	position: relative;
}
.header .logo{
	padding-top: 1em;
	display: block;
}
.header .logo img{
	max-width: 90%;
}
.header .container .white{
	background: #fff;
	position: relative;
}
.header .container .white:before{
	content: "";
	position: absolute;
	height: 100%;
	right: 100%;
	width: 200%;
	background: #fff;
}
.header .affiliate{
	padding: 52px 0 30px 25px;
	background: #1b1919;
	color: #fff;
}
.header .affiliate .light{
	display: block;
	white-space: nowrap;
}
.header .affiliate .light span{
	display: inline-block;
	-webkit-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.header .affiliate .light img{
	display: block;
}
.header .affiliate .light .text{
	padding-left: 1em;
}
.header .affiliate .light:hover .icon{
	background: #7d7d7d;
}
.header .menu{
	text-align: right;
	background: #1b1919;
	padding: 64px 0 0;
	position: relative;
}
.header .menu li{
	display: inline-block;
	color: #fff;
	margin: 0 0.875em;
	min-height: 52px;

	-webkit-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.header .menu .active a{
	color: #595252;
}
.header .menu li:last-child{
	margin-right: 0;
}
.header .menu .submenu-container{
	position: absolute;
	z-index: 98;
	top: 100%;
	/*width: 100%;*/
	left: 0;
	background: #fff;
	padding: 47px 20px 27px;
	-webkit-box-shadow: 2px 5px 0 0 rgba(0,0,0,.3);
box-shadow: 2px 5px 0 0 rgba(0,0,0,.3);
	display: none;
}
.header .menu-item:hover .submenu-container{
	display: block;
}
.header .menu .submenu{
	text-align: left;
}
.header .menu .has-submenu > a{
	position: relative;
}
.header .menu .has-submenu:hover > a:after{
	content: "";
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -20px;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
	border-bottom: 20px solid #fff;
}
.header .menu .submenu-item{
	width: 20%;
	margin: 0;
	text-align: center;
}
.header .menu .submenu-item a{
	border: 1px solid #bababa;
	display: block;
	min-height: 160px;
	margin: 0 15px 20px;
}
.header .menu .submenu-item a img{
	margin-top: 20px;
}
.header .menu .submenu-item span{
	display: block;
	margin: 24px 5px 10px;
	color: #1b1919;
	font-size: 0.875em;
}

/* Page heading */

.page-heading{
	margin: 95px 0 50px;
}
.page-heading h1{
	font-size: 2.5em;
	margin: 0;
}
.page-heading .red{
	color: #eb2327;
}
.page-subtitle{
	font-size: 2.125em;
	position: relative;
	padding-left: 20px;
	margin-top: 0;
	line-height: 1.2em;
}
.page-subtitle:before{
	content: "";
	width: 12px;
	height: 12px;
	background: #eb2327;
	position: absolute;
	left: 0;
	bottom: 8px;
}
/* Homepage */
.slider .text-container{
	position: absolute;
	top: 0;
	bottom: 0;
}
.slider .text-container .slider-title{
	font-size: 2.5em;
	line-height: 1;
	letter-spacing: -0.05em;
}
.slider .text-container .slider-title .red{
	font-size: 2.2em;
	display: block;
	color: #eb2327;
	font-family: 'robotobold';
	letter-spacing: 0em;
}
.slider .text-container .slider-subtitle{
	font-size: 2.5em;
	position: relative;
	margin-top: 300px;
}
.white-background{
	display: block;
	background: #fff;
	padding: 0 10px 0 34px;
	position: relative;
}
.white-background:before{
	content: "";
	width: 12px;
	height: 12px;
	background: #eb2327;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.red-background{
	background: #df2a2c;
	color: #fff;
	display: block;
	font-size: 0.625em;
	float: left;
	padding: 2px 50px;
	margin-top: 3px;
}
.affiliates{
	margin: 0 -14px;
}
.affiliate{
	position: relative;
	margin-bottom: 26px;
}
.affiliate:hover .affiliate-hover{
	opacity: 1;
}
.affiliate-hover{
	position: absolute;
	top: 0;
	left: 14px;
	right: 14px;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
.affiliate-hover .img-container{
	overflow: hidden;
}
.affiliate-hover .img-container img{
	height: 80%;
	width: auto;
	max-width: none;

	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.affiliate .img-container{
	border: 1px solid #d1d1d1;
}
.affiliate-heading{
	min-height: 47px;
	background: #eb2327;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 1.5em;
}
.affiliate-heading h4{
	font-family: 'robotoregular';
	padding: 0 14px;
	margin: 0;
	line-height: 47px;
}
.pure-u-1-5{
	width: 20%;
	padding: 0 14px;
}
#home .references{
	margin-top: 30px;
}
#home .references .img-container{
	direction: rtl;
	padding-right: 30px;
}
#home .references .img-container img{
	width: auto;
	max-width: none;
	height: 100%;
}
#home .references .page-heading{
	margin: 0;
}
#home .item img{
	width: 100%;
}
#home .thirds{
	margin: 0 -15px;
}
#home .thirds > div{
	padding: 0 15px;
}
#home .thirds .page-heading{
	letter-spacing: -0.03em;
	margin-bottom: 1.6em;
}
.news-item-title{
	font-family: 'robotomedium';
	margin: 0.5em 0 0.2em;
	font-size: 1.5em;
}
.news-item-date{
	font-family: 'robotoregular';
	color: #eb2327;
	display: block;
	margin-bottom: 1em;
}
/* About */
#about .alpha .text{
	padding-right: 2em;
	line-height: 1.375em;
}
#about .page-subtitle{
	margin-top: 1em;
}
#about .omega .text{
	padding-left: 2em;
	line-height: 1.375em;
}
.testimonial h4{
	font-family: 'robotomedium';
	margin: 0 0 0.3em;
	font-size: 1.5em;
	color: #eb2327;
}
.img-container img{
	max-width: 100%;
	width: 100%;
}
.img-container.text{
	position: relative;
}
.img-container.text .text-holder{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1b1919;
	color: #fff;
	padding: 1em 2em;
}
/* Careers */
#careers .alpha{
	padding-right: 30px;
}
#careers .omega{
	padding-left: 30px;
}
.job-position{
	position: relative;
}
.plus-container{
	position: absolute;
	width: 27px;
	height: 27px;
	/*background: olive;*/
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 50px;
}
.plus-container span{
	position: absolute;
}
.plus-container .horizontal{
	width: 100%;
	height: 2px;
	background: #4e4e50;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.plus-container .vertical{
	height: 100%;
	width: 2px;
	background: #4e4e50;
	left: 50%;
	top: 50%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-transition: height 200ms ease;
	-o-transition: height 200ms ease;
	transition: height 200ms ease;
}
.active .plus-container .vertical{
	height: 0;
}
.jobs{
	border-top: 1px solid #cacaca;
}
.job{
	border-bottom: 1px solid #cacaca;
}
.job-position{
	font-size: 1.375em;
	margin: 1em 0;
	cursor: pointer;
}
.job-position .red{
	display: block;
	font-size: 0.7272em;
	color: #eb2327;
}
.job-description{
	height: 0;
	overflow: hidden;
}
.job-description .desc{
	font-size: 1.125em;
	margin: 1em 0 0.3em;
}
.job-description .button-container{
	margin-bottom: 23px;
}
.active .job-description{
	height: auto;
}
p.file{
	text-align: right;
	color: #eb2327;
}
/* Contact */
#contact .alpha{
	padding-right: 2em;
}
.address .light span{
	display: block;+
}
.address p{
	padding-bottom: 0.75em;
}
.address h4{
	font-size: 1.375em;
	margin-bottom: 0;
}
.red-dot{
	border-bottom: 1px solid #4e4e50;
	padding-bottom: 1px;
	position: relative;
	padding-left: 2em;
	margin-bottom: 1em;
}
.red-dot:before{
	content: "";
	width: 16px;
	height: 16px;
	background: #eb2327;
	position: absolute;
	left: 0;
	top: 14px;
}
.red-dot.textarea:before{
	top: 8px;
}
.red-dot input,
.red-dot textarea{
	border: 0;
	padding-bottom: 0;
}
#contact .button-container .button{
	float: right;
}
#map_canvas{
	width: 100%;
	height: 775px;
}
/* News */
.news-container{
	margin: 0 -15px;
}
.news-container .news-item{
	padding: 0 15px;
	margin-bottom: 31px;
}

.news-container .news-item .news-item-excerpt{
	height: 72px;
	overflow: hidden;
	padding-bottom: 0;
}
.news-sidebar{
	border-top: 1px solid #b9baba;
	margin-right: 20px;
}
.newsinner-container .news-sidebar-item{
	overflow: hidden;
	padding: 1em 0;
	border-bottom: 1px solid #b9baba;

	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
.newsinner-container .news-sidebar-item:hover,
.newsinner-container .news-sidebar-item.current{
	opacity: 0.5;
}
.newsinner-container .news-sidebar-item img{
	float: left;
	margin-right: 1em;
}
.newsinner-container .omega{
	padding-left: 20px;
}
.news-cover-container img{
	width: 100%;
}
.news-body .news-title{
	font-size: 2.125em;
	color: #1b1919;
	margin: 1.3em 0 0;
}
.news-body .news-date{
	font-size: 1.125em;
	color: #eb2327;
	margin-bottom: 2em;
	display: block;
}
/* Reference inner */
.pure-u-md-1-9{
	width: 11.1111%;
}
.reference-container{
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}
.reference-inner{
	/*border: */
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	padding: 1px;
}
.reference-inner img{
	max-width: 100%;
}
/* Testimonials */
.testimonial-container{
	margin: 0 -15px;
}
.testimonial-container .testimonial{
	padding: 0 15px;
	margin-bottom: 30px;
}




/* Popup */
.popup{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(11,11,11,0.94);
	z-index: 9999;
	display: none;
}
.popup .page-subtitle{
	padding-left: 40px;
	margin-top: 50px;
	color: #fff;
	font-size: 2.5em;
}
.popup .page-subtitle .close{
	width: 34px;
	height: 34px;
	display: inline-block;
	background: url(../img/ico-close.png) no-repeat;
	margin-left: 50px;
	cursor: pointer;
}
.popup  .companies{
	max-width: 700px;
	margin: 0 auto;
}
.popup .company{
	padding: 0 9px;
}
.popup .company a{
	position: relative;
	
	display: block;
	margin-bottom: 18px;
}
.popup .company span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #eb2327;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	line-height: 160px;
	opacity: 0;

	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup .company a:hover span{
	opacity: 1;
}

/* Footer */
.footer{
	background: #eb2327;
	color: #fff;
	margin-top: 250px;
}
.footer p{
	padding: 0.5em 0;
}
.footer p.right{
	text-align: right;
}

/* INNER SITE */
.mini .wrapper{
	padding: 0 30px;
}
.mini .page-heading{
	margin: 25px 0 50px;
}
.mini .header{
	border-bottom: 0;
}
.mini .header .container.white{
	background: #fff;
}
.mini .header .container .white:before{
	display: none;
}
.mini .header .container .white{
	background: transparent;
	border-right: 1px solid rgba(0,0,0,1);
}
.mini .header .logo{
	padding-top: 0;
}
.mini .header .container .border-left{
	border-left: 1px solid rgba(255,255,255,0.1);
}
.mini .header .affiliate{
	padding: 13px 0 10px 25px;
}
.mini .menu{
	padding-top: 25px;
}
.mini .header .menu li{
	min-height: 35px;
}
/* Inner mini menu */
.social-container{
	text-align: right;
	margin: 30px 0 40px;
}
.social-container a{
	display: inline-block;
	width: 38px;
	height: 38px;
	background: #d0cccc;
	color: #fff;
	text-align: center;
	line-height: 42px;
	border-radius: 50%;
	font-size: 1.25em;
	margin: 0 3px;

	-webkit-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.social-container a:hover{
	background: #7d7d7d;
}
.minimenu{
	text-align: right;
}
.minimenu li{
	display: inline-block;
	padding: 3px 0.875em;
	border-right: 1px solid #ece6e6;
}
.minimenu li:last-child{
	border-right: 0;
}
.minimenu li.active{
	color: #eb2327;
}
/* Mini Home */
#mini_home .slider .text-container{
	margin-top: 100px;
	text-align: right;
}
#mini_home .slider .text-container{
	right: 0;
}
#mini_home .slider .white-bg{
	background: #fff;
	font-size: 2.5em;
	padding: 0 30px;
	margin: 0;
}
#mini_home .slider .white-bg .red{
	color: #eb2327;
}
#mini_home .thirds{
	margin: 0 -15px;
}
#mini_home .thirds > div{
	padding: 0 30px
}
#mini_home .thirds .page-heading{
	margin-top: 60px;
	letter-spacing: -0.13em
}
/* Products */
.mini .second > .alpha{
	padding-right: 30px;
}
.mini .second > .omega{
	padding-left: 30px;
}
.mini .products .alpha {
	position: relative;
}
.mini .products .alpha .img-holder{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;

/*	-webkit-transition: opacity 800ms ease;
	-o-transition: opacity 800ms ease;
	transition: opacity 800ms ease;*/
}
.mini .products .alpha .img-holder img{
	position: absolute;
	height: 100%;
	width: auto;

	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.mini .products .alpha .img-holder.active{
	opacity: 1;
	visibility: visible;
}
.mini .products .alpha .img-holder .button-container{
	position: absolute;
	bottom: 0;
}
.mini .products .omega h4{
	border-bottom: 1px solid #ccc;
	padding: 2.15em 57px;
	margin: 0;
	position: relative;
}
.mini .products .omega h4.active:before,
.mini .products .omega h4:hover:before{
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -18px;
	width: 0; 
	height: 0; 
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent; 
	
	border-right:10px solid #fff; 
}
.mini .products .omega:hover h4.active:before{
	opacity: 0;
}
.mini .products .omega h4.active:hover:before{
	opacity: 1
}






/* Mini About */
#mini_about .alpha{
	padding-right: 30px;
}
#mini_about .omega{
	padding-left: 30px;
}
#mini_about p{
	font-family: 'roboto_slablight';
}
#mini_about .side-heading{
	margin-top: 0;
	font-size: 2.125em;
	line-height: 1.2;
}
#mini_about .alpha .red{
	color: #eb2327;
}
#mini_about .omega .red-bg{
	background: #eb2327;
	color: #fff;
	padding: 0 2px;
}
/* Mini-contact */
.mini #mini_contact .img-split .img-container{
	margin-bottom: 16px;
}
.mini #mini_contact .img-split .alpha{
	padding-right: 8px;
}
.mini #mini_contact .img-split .omega{
	padding-left: 8px;
}
.mini #mini_contact #map_canvas{
	max-height: 435px;
}
.mini #contact .map .alpha{
	padding-right: 8px;
}
.mini #mini_contact .first > .alpha{
	padding-right: 30px;
}
.mini #mini_contact .first > .omega{
	padding-left: 30px;
}
/* Mini Products */
.mini #mini_products .first{
	margin: 0 -30px;
}
.mini #mini_products .alpha{
	padding: 0 30px;
}
.mini #mini_products .omega{
	padding: 0 30px;
}
.mini #mini_products .first .page-subtitle{
	margin-top: 100px;
}
.mini #mini_products .second{
	margin: 60px -30px 0;
}
.mini #mini_products .second > .pure-u{
	padding: 0 30px;
	margin-bottom: 30px;
}
.mini #mini_products .second .page-subtitle{
	margin: 0.3em 0 0.5em;
}
.mini #mini_products .second p{
	padding-bottom: 0.5em;
}
.mini #mini_products .second p,
.mini #mini_products .second ul{
	padding-left: 20px;
}
/* Projects */
.mini .main-project{
	opacity: 0;

	-webkit-transition: opacity 600ms ease;
	-o-transition: opacity 600ms ease;
	transition: opacity 600ms ease;
}
.mini .main-project.ready{
	opacity: 1;
}
.mini .projects-container{
	margin: 0 -30px;
}
.mini .projects-container > div{
	padding: 0 30px;
}
.mini .projects-container .project{
	margin-bottom: 50px;
}
.mini .projects-container .project .img-container{
	border: 4px solid transparent;
	cursor: pointer;

	-webkit-transition: border 300ms ease;
	-o-transition: border 300ms ease;
	transition: border 300ms ease;
}
.mini .projects-container .project:hover .img-container,
.mini .projects-container .project.active .img-container{
	border: 4px solid #eb2327;
}
.mini .projects-container .project .page-subtitle,
.mini .main-project .page-subtitle{
	margin: 0.3em 0 0;
}
.mini .projects-container .project .location,
.mini .main-project .location{
	margin: 0.2em 0 0.5em;
	font-size: 1.5625em;
}
.mini .projects-container .project .text,
.mini .main-project .text{
	padding-left: 20px;
}
.mini .projects-container .project p,
.mini .main-project p{
	padding-bottom: 0;
	line-height: 1.1;
}
.mini .projects-container .project p .big,
.mini .main-project p .big{
	font-size: 1.375em;
	font-family: 'robotoregular';
}

/* Main priject ajax */
#mini_main_project{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 52px;
	margin-bottom: 50px;
}
#mini_main_project.empty{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.mini .main-project .omega{
	position: relative;
}
.mini .main-project .alpha{
	padding-right: 30px;
}
.mini .main-project .omega{
	padding-left: 30px;
}
.mini .main-project .text{
	margin-bottom: 70px;
}
.mini .main-project .bx-wrapper{
	margin-bottom: 0;
}
.mini .main-project .main-description{
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 0;
}
.mini .main-project .project-close{
	display: block;
	width: 41px;
	height: 40px;
	background: url(../img/ico-main-project-close.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.mini #bx-pager a{
	padding: 0 5px;
}
.mini #bx-pager a img{
	width: 100%;
}






































/* Responsive */
@media screen and (max-width: 97.5em){
	.slider .text-container .slider-subtitle{
		margin-top: 200px;
	}
}
@media screen and (max-width: 90em){
	.header .affiliate{
		padding-top: 64px;
	}
	.header .affiliate .light .icon{
		display: none;
	}
	.header .affiliate .light .text{
		padding-left: 0;
	}
	/* Mini site */
	.mini .header .affiliate{
		padding-top: 28px;
	}
}
@media screen and (max-width: 80em){
	.slider .text-container .slider-subtitle{
		margin-top: 80px;
	}
	.header .affiliate .light .icon{
		display: inline-block;
	}
	.header .affiliate .light .text{
		display: none;
	}
	.header .menu li{
		margin: 0 0.5em;
	}
	.header .logo{
		padding-top: 2.5em;
	}
	/* Mini site */
	.mini .header .affiliate{
		padding-top: 13px;
	}
}
@media screen and (max-width: 64em){
	.slider .text-container .slider-subtitle{
		margin-top: 20px;
		font-size: 1.9em;
	}
	.slider .text-container .slider-title{
		font-size: 1.6em;
	}

	.job-position{
		padding-right: 90px;
	}
	#about .pure-g{
		margin-bottom: 30px;
	}
	.popup .page-subtitle .close{
		width: 23px;
		height: 23px;
		background-size: 100% auto;
	}
	/* Menu */
	.header .affiliate{
		padding: 25px 0 15px 25px;
	}
	.header .logo{
		padding-top: 15px;
	}
	.menu-activator{
		position: absolute;
		top: 28px;
		right : 30px;
	}
	.menu-activator span{
		width: 23px;
		height: 23px;
		display: block;
		cursor: pointer;
		background: url(../img/ico-menu.png) no-repeat center center;
	}
	.header.open .menu-activator span{
		background: url(../img/ico-menu-close.png) no-repeat center center;
	}
	.header .menu-container{
		position: absolute;
		z-index: 99;
		top: 74px;
		width: 100%;
		left: 0;
		display: none;
	}
	.header.open .menu-container{
		display: block;
	}
	.header .menu{
		padding-top: 24px;
	}
	.header .menu li{
		display: block;
		text-align: left;
	}
	.header .menu .submenu-container{
		position: static;
		padding: 16px 16px 0;
		width: auto;
		margin: 16px 0;
	}
	.header .menu-item:hover .submenu-container{
		display: none;
	}
	.header .menu-item.open .submenu-container{
		display: block;
	}
	.header .menu .submenu-item{
		display: block;
		width: 100%;
		text-align: left;
	}
	.header .menu .submenu-item a {
		border: 0;
		display: block;
		min-height: 0;
		margin: 0;
	}
	.header .menu .has-submenu:hover > a:after{
		display: none;
	}
	.header .menu .submenu-item a img{
		margin: 0;
		display: inline-block;
		max-width: 24px;
	}
	.header .menu .submenu-item span{
		margin: 0;
		display: inline-block;
	}
	.page-subtitle{
		font-size: 1.3em;
	}

	/* Mini site */
	.menu-activator{
		top: 18px;
	}
	.minimenu li{
		padding: 3px 0.5em;
	}
	.mini .projects-container .project .text, 
	.mini .main-project .text{
		font-size: 0.85em
	}
	.mini #mini_products .first .page-subtitle{
		margin-top: 0;
	}
	#mini_home .slider .white-bg{
		font-size: 1.8em;
	}
}
@media screen and (max-width: 48em){
	.slider .text-container .slider-subtitle{
		margin-top: 20px;
		font-size: 1.5em;
	}
	.slider .bx-wrapper,
	.slider .bx-wrapper .bx-viewport,
	.slider .bx-wrapper .bx-viewport li{
		height: 350px!important;
	}
	.slider .bx-wrapper .bx-viewport li{
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.slider .bx-wrapper .bx-viewport li img,
	#home .slider .item img{
		height: 100%;
		width: auto;
		max-width: none;
		position: absolute;
		left: 50%;

		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.slider .text-container .slider-title{
		font-size: 1.3em;
	}
	.page-heading{
		margin-top: 2em;
	}
	.page-heading h1{
		font-size: 1.6em;
	}
	.pure-u-md-1-9{
		width: 25%
	}
	.news-sidebar{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.newsinner-container .omega{
		padding-left: 0;
	}
	.references .img-container{
		display: none;
	}
	#careers .alpha{
		padding-right: 0;
		margin-bottom: 30px;
	}
	#careers .omega{
		padding-left: 0;
	}
	.plus-container{
		right: 10px;
	}
	.job-position{
		padding-right: 50px;
	}
	#contact .alpha {
		padding-right: 0;
		margin-bottom: 30px;
	}
	#map_canvas{
		height: 300px;
	}
	.popup .page-subtitle{
		font-size: 1.8em;
	}
	.inpopup{
		overflow: hidden;
	}
	.inpopup #header,
	.inpopup #page,
	.inpopup #footer{
		display: none
	}
	.inpopup{
		background: rgba(11,11,11,0.95);
	}
	.popup{
		position: absolute;
		height: 100%;
		background: 0;
	}
	.popup .page-subtitle .close{
		position: absolute;
		right: 0
	}
	.popup .company span{
		line-height: 1.2;
		padding-top: 20px;
	}
	.pure-u-1-5{
		width: 50%;
	}
	.img-container.text .text-holder{
		position: static;
	}
	/* Mini site */
	.minimenu li{
		display: block;
		border-right: 0;
	}
	.mini #mini_contact .first > .alpha{
		padding-right: 0;
		margin-bottom: 30px;
	}
	.mini #mini_contact .first > .omega{
		padding-left: 0px;
	}
	.mini .main-project{
		position: relative;
		padding-top: 50px;
	}
	.mini .main-project .omega{
		position: static;
	}
	.mini .main-project .main-description{
		position: static;
	}
	.mini .main-project .alpha{
		padding-right: 0;
	}
	.mini .main-project .omega{
		padding-left: 0;
	}
	#mini_about .alpha{
		padding-right: 0;
	}
	#mini_about .omega{
		padding-left: 0;
	}
	.mini .second > .alpha{
		padding-right: 0;
	}
	.mini .second > .omega{
		padding-left: 0;
	}
	.footer p,
	.footer p.right{
		text-align: center;
	}
}
@media screen and (max-width: 30em){
	.popup .company span{
		line-height: 1.2;
		padding-top: 20px;
	}
	.references-slider{
		margin-bottom: 70px;
	}
	.mini .products .omega h4{
		padding: 20px;
	}
}