@import url('fonts.css');

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	word-break: break-word;
/*	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
*/
}

body{
	background-color:#ffffff;
	color:#000;
	text-align: center;
	font-family: 'Avenir-Next', helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.75em;
}

h1, h2{
	font-size: 2.1em;
	font-weight:normal;
	margin: 0.75em 0;
	line-height: 1.35em;
	font-family: 'Avenir-Next-Bold';
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

h3{
	font-size: 2.2em;
	font-weight:normal;
	margin: 0.75em 0;
	line-height: 1.35em;
	font-family: 'Avenir-Next';
}

h4{
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 1em auto;
	font-family: 'Avenir-Next-Bold';
	font-weight: normal;
}

a{
	color: inherit;
}

strong{
	font-family: 'Avenir-Next-Bold';
	font-weight: normal;
}

.ul{
	display: inline-block;
	border-bottom: 1px solid #aaa;
}

.initial{
	display: block;
	font-family: 'Avenir-Next-Ultralight';
	font-size: 108px;
	line-height: 1em;
	text-align: center;
}

.red{color:#ff3399;}
.blue{color:#3300ff;}
.green{color:#00ffcc;}

.play-icon{
	display: block;
}

.play-icon img{
	width:98px;
	height:auto;
}

hr{
	color:#000000; 
	background-color:#000000;
	height: 1px;
	text-align:center; 
	border: none;
}

hr.short{
	width: 4em;
	margin: 0 auto;
}

hr.thick{
	height: 2px;
}

hr.mg-red{
	color:#ff1660;
	background-color:#ff1660;
}

img{
	max-width: 100%;
	margin:0 0 0.75em 0;
}

img.medium{
	max-width:50%;
}

blockquote{
	margin:1em auto;
	text-align: left;
	position: relative;
	padding-left:60px;
}

blockquote:before{
	content: '\201D'; /*\201C*/
	font-size: 100px;
	font-family:'Helvetica Neue',Arial,sans-serif;
	text-indent: -20px;
	display: inline-block;
	color:#339999;
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 2;
}

blockquote p{
	margin:0 0 0.5em;
}

.big-quote{
	font-size: 1.35em;
	line-height:1.75em;
	max-width: 980px;
	padding-top:30px;
	padding-right:2%;
	padding-left: 110px;
	padding-bottom:25px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin-bottom: 2em;
}

blockquote.big-quote:before{
	top: 56px;
	left:40px;
}

blockquote.big-quote .name{
	font-size: 0.7em;
	margin:0;
}

label, input{
	display: block;
	text-align: left;
}

input,textarea{
	border: none;
	background-color: #cccccc;
	padding:0.75em;
	width:93.5%;
	margin: 0.25em 0 0.75em;
}

textarea{
	min-height: 6em;
}
[placeholder]{
	font-family:inherit;
}

.lift{
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family:'Avenir-Next-Bold';
	padding-left: 10%;
	border-left: 3px solid #e5e5e5;
}

.button{
	display: inline-block;
	padding:0.75em 1.25em 0.65em;
	border:2px solid #ff3399;
	color:#ff3399;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: 'Avenir-Next-Bold';
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: transparent;
	width: auto;
}

.button:hover{
	text-decoration: underline;
}

.intro{
	font-size:1.6em;
}

.p-intro{
	text-transform: uppercase;
	font-family: 'Avenir-Next-Bold';
	letter-spacing: 0.07rem;
	font-size: 0.85em;
}

.no-wrap{
	white-space: nowrap;
}



/* Header */

.siteheader,
.inner-content{
	margin: 0 auto;
}
.siteheader,
.inner-content{
	max-width:980px;
	overflow: hidden;
}

.langnav{
	width:16.1%;
	float:right;
	text-align:left;
	font-size: 14px;
	line-height: 1.6em;
	padding:0.4em 0 1em;
}

.langnav a{
	text-decoration: none;
	display: inline-block;
	padding:0.1em 0.5em 0.01em;
	margin-right:0.75em;
}

.langnav a:hover{
	border-bottom:3px solid #666;
}

.langnav a.here,
.langnav a.here:hover{
	border-bottom:3px solid #ccc;
}

.sitenav ul{
	width:110%;
	position: relative;
	z-index: 1;
	text-align: left;
	clear: both;
	padding:0 0 1.75em;
	margin:0 0 0 -1%;
	color:#555;
	line-height: 1.45em;
}

.sitenav ul li{
	display: inline-block;
	margin: 0;
	width:21%;
	vertical-align: top;
}

.sitenav ul li a{
	color: inherit;
	display: inline-block;
	padding: 1em 0;
	text-decoration: none;
	border-top: 3px solid #ffffff;
	transition: border 0.4s;
	width:95%;
}

.sitenav ul .symbol{
	width: 15%;
	padding-top:0.8em;
	padding-left:2%;
}

.sitenav ul .symbol a{
	width:85%;
}

.sitenav ul .two,
.sitenav ul .five{
	width: 19%;
}
.sitenav ul .three{
	width: 21%;
}

.sitenav ul li a:hover{
	border-color: #ff0060;
}

.sitenav .symbol{
	color:#000;
	font-size: 0.95em;
	text-transform: uppercase;
	font-family: 'Avenir-Next-Bold', helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1.7px;
	white-space: nowrap;
}
.sitenav ul li.symbol a:hover{
	border-color: #ddd;
}

.sitenav .symbol img{
	height: 1.90em;
	width: auto;
	display: block;
	margin: 0.12em 0 0 0;
	position: relative;
	top: -2px;
	left: 0;
}



/* Col System */

.col{
	display: inline-block;
	margin:0 1%;
	vertical-align: top;
}

.cols2 .col {width:47%;}
.cols3 .col {width:30.75%;}
.cols4 .col {width:20%;}
.cols5 .col {width:16%;}
.cols6 .col {width:14%;}
.col1 {width:100%;}

.cols2-1 .col{
	text-align: left;
}
.cols2-1 .first {width:60%;}
.cols2-1 .second {width:31%;}

.box-head{
	width:30%;
	text-align: left;
	float:left;
	padding:1em 0.5em 1em 2%;
	text-transform: uppercase;
	font-family: 'Avenir-Next-Bold', helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.15em;
}

.box-head *:first-child{
	margin-top: 0;
}

.box{
	width:64%;
	text-align: left;
	float:right;
	padding:1em 0.5em 2em 1em;
}



/* Unslider styles */

.cycle-slideshow { 
	position: relative; 
	overflow: auto; 
	margin: 0 0 2em;
}

.cycle-slideshow .slide { 
	width:100%;
	margin: 1.25em 0;
}

.slide_main_img{
	margin:0 auto;
}

.cycle-pager {
	display: block;
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	top: -5px;

}

.cycle-pager span {
	font-family: arial, helvetica, sans-serif;
	font-size: 40px;
	width: 12px;
	height: 12px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
	margin:0 5px;
}

.cycle-pager span:hover {
	color: #ababab;
}

.cycle-pager span.cycle-pager-active {
	color: #ff0060;
}

.stick .cycle-pager span {
	display: inline-block;
	width: 35px;
	height: 3px;
	margin: 0;
	text-indent: -999em;
	background-color: #d5d5d5;
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	cursor: pointer;
}
.stick .cycle-pager span:hover {
	background-color: #ababab;
}
.stick .cycle-pager span.cycle-pager-active {
	background-color: #ff0060;
}

#no-template-pager.cols3 .col{
	width:28.5%;
	margin:0 2%;
}
#no-template-pager{
	margin-bottom: -1.5em;
}
#no-template-pager h4{
	border-top:2px solid #fff;
	cursor: pointer;
	padding:1em 0 0 0;
	transition: border 0.4s;
}
#no-template-pager h4:after{
	Content:'\25BC';
	font-family: 'Times new roman',arial;
	display: block;
	color:#fff;
}
#no-template-pager h4:hover{
	border-color: #dddddd;
}
#no-template-pager h4:hover:after{
	color: #dddddd;
}
#no-template-pager h4.cycle-pager-active{
	cursor: pointer;
	border-color: #ff0060;
}
#no-template-pager h4.cycle-pager-active:after{
	color: #ff0060;
}


.cycle-slideshow .cycle-prev{
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width:15%;
	z-index: 9999;
	cursor: pointer;
	opacity: 0.4;
}

.cycle-slideshow .cycle-next{
	display: block;
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width:15%;
	z-index: 9999;
	cursor: pointer;
	opacity: 0.4;
}

.cycle-slideshow .cycle-prev:hover,
.cycle-slideshow .cycle-next:hover{
	opacity: 1;
}

.cycle-slideshow .cycle-prev img{
	width:70px;
	height:auto;
	position:absolute;
	right:40%;
	top:180px;
}
.cycle-slideshow .cycle-next img{
	width:70px;
	height:auto;
	position:absolute;
	left:35%;
	top:180px;
}



/* Sections */

section{
	position: relative;
	overflow: hidden;
	padding:1em 0 2em;
}

section#highlight{
	min-height: 540px;
	padding: 3em 1em 1em;
	min-height: 600px;
	background-color: #212127;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

section#highlight .intro-heading{
	background-color: #ff1660;
	color:#ffffff;
	display: inline-block;
	margin: 0 auto;
	padding:1em 2em;
	position: relative;
	z-index:2;
}

section#highlight .inner-content {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 2em 6% !important;
  max-width: 780px;
  margin-top: -2em;
  position: relative;
  overflow: visible;
}

section#highlight  h1 {
  text-transform: none;
  font-family: 'Avenir-Next', helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 42px;
  line-height: 48px;
}


section#highlight .forward-link{
	font-family: 'Avenir-Next-Bold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family: 'Avenir-Next-Bold';
	text-decoration: none;
	background-color: #ff1660;
	border:2px solid #ffffff;
	color:#ffffff;
	display: inline-block;
	margin: -1em auto 0;
	padding:0.8em 2em;
	position: relative;
	z-index:2;
}

section#intro{
	max-height: 540px;
}

section#intro .content{
	position: absolute;
	padding-top:2em;
	top: 0;
	left:0;
	width: 100%;
}

section#intro .rec-to-play{
	font-family: 'Avenir-Next-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.45em;
	letter-spacing: 0.15em;
	margin:1.5em auto;
}

section#intro h1{
	font-size: 1em;
	line-height: 1.45em;
	margin:0.25em 0;
}

section#intro h4{
	max-width: 500px;
}

section#intro .rec-to-play span{
	display: block;
	width:270px;
	height: 240px;
	margin: 0 auto;
	vertical-align: top;
	text-align: left;
	font-size: 72px;
	color: #ffffff;
	text-transform: none;
	font-family: 'Avenir-Next';
	line-height: 1.05em;
	text-shadow: 1px 1px 40px rgba(0, 0, 0, 0.6);
	position: relative;
	letter-spacing: 0;
}

section#intro .rec-to-play span img{
	width:85px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}

section#intro p{
	max-width: 750px;
	min-width: 320px;
	margin:1em auto;
}

section#intro .section-bg{
	z-index: -1;
	width:500%;
	margin-left:-200%;
	margin-top:-1em;
}

section#intro .section-bg img{
	margin:0 auto;
}

section#about-online-video h2{
	max-width:630px;
	margin-left: auto;
	margin-right: auto;
}

section#weoffer{
	margin-top:-2em;
	padding-bottom: 4em
}

section#weoffer h3{
	margin-bottom: 1em;
}

section#weoffer .cycle-slideshow{
	overflow: hidden;
}

section#weoffer .slide{
	margin-top:0.75em;
}

section#weoffer .slide .inner-content{
	max-width: 850px;
	min-height:7.5em;
}

section#weoffer .slide_main_img{
	position: relative;
}

section#weoffer .slide_bg1{
	width:400%;
	position: absolute;
	bottom: 25%;
	left:-150%;
	z-index: -2;
}

section#weoffer .slide_img{
	width:100%;
	position: absolute;
	top: 0;
	left:-0;
	z-index: 1;
}

section#weoffer .slide_bg1 img{
	max-width: 1600px;
}

section#weoffer .slide_bg2 img{
	width:650px;
	max-width:94%;
}

section#weoffer .slide_img img{
	position: relative;
	width:526px;
	max-width:75%;
	top:31px;
}

section#marketing-and-coms{
	background-color: #efefef;
}
section#marketing-and-coms h3{
	max-width: 700px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom:1.5em;
}
section#production-services{
	background-color: #efefef;
	padding-bottom:2em;
}
section#production-services img{
	width:612px;
	height: auto;
}

section#production-services .inner-content img{
	width:100px;
	height: auto;
}

section#wms .col{
	text-align: left;
}
section#wms-benefits{
	padding-bottom: 5em;
}

section#showcase,
section#showcase .cycle-slideshow .slide{
	background-color: #efefef;
}

section#showcase .cycle-slideshow .slide{
	padding: 30px 0 20px;
	min-height: 500px;
}

section#showcase .cycle-slideshow .slide h3{
	margin-top:-0.25em;
}

section#showcase .cycle-slideshow .slide iframe{
	max-width: 95%;
}

section#contact{
	padding-top:2em;
}

section#contact,
section#contact-form,
footer {
	background-color: #222222;
	color:#ccc;
}

section#contact .map{
	margin-top:-1em;
}

section#contact .inner-content{
	max-width:980px;
	margin:0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
}

section#contact .symbol{
	color:#ff1660;
	font-size: 0.95em;
}

section#contact .symbol img{
	width: auto;
	height: 1.9em;
	display: block;
	margin:-0.3em 0 0;
}

section#contact .icon{
	display: inline-block;
	padding:0.7em 0;
	white-space: nowrap;

}

section#contact .icon img{
	height: 38px;
	width:auto;
	vertical-align: baseline;
	margin: 0 0.25em -0.75em -0.85em;
}

section#contact .icon{
	text-decoration: none;
}

section#contact-form .col1{
	margin-top: 0;
	margin-bottom: 0;
}

section#contact-form  .button{
	color:#cccccc;
	border-color:#cccccc;
	margin:2em 0;
}

section#campaign-page {
background: transparent url('../img/campaign_bg.jpg') center top repeat-x;
}

section.campaign-type2 {
	background:#e5e5e5 !important;
	padding-right:20px;
	padding-left:20px;
}

section#campaign-page section{
	overflow: visible;
	margin:6em 0 8em;
}

section.campaign-type2 section{
	padding-bottom:0;
	min-height:600px;
	background-color: #212127;
	background-position:center top;
	background-repeat:no-repeat; 
	background-size:cover;
}

section.campaign-type2 section.newsletter{
	min-height: 420px;
	max-width: 860px;
	margin-right:auto !important;
	margin-left:auto !important;
}


section#campaign-page h1{
	text-transform: none;
	font-family: 'Avenir-Next', helvetica, sans-serif;
	letter-spacing: 0;
	font-size: 42px;
	line-height: 48px;
}
section#campaign-page h2{
	font-size: 22px;
	line-height: 28px;
	margin:0 0 1em;
}

section.campaign-type2 h2{
	color:#000000;
	display:inline-block;
	border-bottom:4px solid;
	margin-right:auto;
	margin-left:auto;
}

section#campaign-page h3 {
	text-transform: uppercase;
	font-family: 'Avenir-Next-Bold';
	letter-spacing: 0.07rem;
	margin-top:0;
	font-size: 27px;
}

section#campaign-page section.newsletter .section-head h3{
	margin:0 0 1em;
}

section#campaign-page .section-head{
	max-width:520px;
	margin-top:-5em;
	margin-right:auto;
	margin-left:auto;
	padding:1.5em 1em;
	background-color:#3d3d44;
	color:#ffffff;
	position: relative;
	z-index: 10;
}

section#campaign-page section.newsletter .section-head{
	padding-top:3em;
	margin-top:-7.5em;
}

section#campaign-page .inner-content{
	margin-bottom: 5em;
	padding-top: 0;
}

section.campaign-type2 .inner-content{
	margin-bottom: 0 !important;
}


section.campaign-type2 section .inner-content{
	background-color: rgba(0,0,0,0.8);
	color:#fff;
	padding:6em 2em 3em !important;
	max-width: 780px;
	margin-top:-5em;
	position: relative;
}


section#campaign-page .image{
	max-width: 790px;
	margin-bottom: 1em;
}

section#campaign-page .video-container {
	max-width: 790px;
	margin-bottom: 1em;
	width: 100%;
	position: relative;

}

section#campaign-page .video-player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width:100%;
}

section#campaign-page .video-player iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section#campaign-page .col{
	margin:0 2%;
}

section#campaign-page .cols2-1 .second {
	border-top: 2px solid #ff3399;

}

section#campaign-page .button {
	padding: 0.5em 1em;
}

section#campaign-page .intro {
	margin:-0.5em 0 1.5em;
}

section.campaign-type2 section .button {
	padding: 1.1em 1.25em 1em !important;
	border: 2px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color:#3d3d44;
	width: auto;
}

section.campaign-type2 section.newsletter .button {
	padding: 0.65em 1.25em !important;
	background-color:transparent;
	display: inline-block;
	margin-left:4%;
}

.newsletter ::-webkit-input-placeholder {color:#ffffff;}
.newsletter :-moz-placeholder {color:#ffffff;}
.newsletter ::-moz-placeholder {color:#ffffff;}
.newsletter :-ms-input-placeholder {color:#ffffff;}

.newsletter input, .newsletter textarea {
	border: none;
	background-color: transparent;
	width: 62%;
	border-bottom:1px solid #fff;
	display: inline-block;
	padding-left: 0;
	color:#ffffff;
}

.newsletter input:focus, .newsletter textarea:focus {
	outline:none;
}

section#campaign-page .form-type2{
	margin: 40px auto;
	border-top: 1px solid #ccc
}
section#campaign-page .form-type2 h4{
	max-width: none;
}
section#campaign-page .form-type2 form{
	text-align: left;
	margin:0 0 0 25px;
}
section#campaign-page .form-type2 .col{
	width:47%;
	margin:0 2% 0 0;
}
section#campaign-page .form-type2 input,
section#campaign-page .form-type2 textarea{
	width:100%;
	background-color: #e5e5e5;
}
section#campaign-page .form-type2 .button{
	margin:20px 0;
	width: auto;
	background-color:transparent;
}


footer .inner-content{
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #333333;
	padding-bottom: 4em
}





@media all and (max-width: 700px) {
	h1,h2,h3{
		font-size: 1.75em;
	}
	h2{
		margin-left:auto;
		margin-right: auto; 
	}
	h4{
		font-size: 0.9em;
	}
	.lift{
		padding-left: 0;
		border-left: 0;
		font-size: 0.9em;
	}
	.langnav{
		width:93%;
		text-align: center;
	}
	.sitenav ul li{
		display: none;
	}
	.sitenav li.symbol{
		display: inline-block;
		width: 95%;
		text-align: center;
		font-size: 1.25em;
		padding-bottom: 0.5em;
	}
	.sitenav li.symbol img{
		margin: -0.55em auto 0.5em;
		width: 4.2em;
		height: auto;
	}
	section#intro .rec-to-play span {
		display: block;
		width: 210px;
		height: 190px;
		font-size: 60px;
		font-family: 'Avenir-Next';
		line-height: 1.05em;
	}
	section#intro .rec-to-play span img {
		width: 68px;
	}
	.col {
		width:90%!important;
		text-align: center!important;
		margin-left: auto;
		margin-right: auto;
	}
	.col img {
		max-width:70%;
	}
	.box, .box-head{
		width: 100%
	}
	.box .col{
		width:47%!important;
		text-align: left!important;
		position: relative;
	}
	.box-head{
		text-align: center;
	}
	.big-quote{
		padding-left: 75px;
	}
	img.medium {
		max-width:96%;
	}
	blockquote.big-quote,blockquote.big-quote .name{
		font-size: 1em;
	}

	section#weoffer .slide_img img{
	top:19px;
	}

	section#weoffer .slide_bg1{
	display: none;
	}
	section#contact .symbol img{
	margin: -0.55em auto 0.5em;
	width: 4.2em;
	height: auto;
	}
	footer .inner-content{
		text-align: center;
	}
}


@media all and (max-width: 420px) {
	body{
		font-size: 14px;
	}
	.box .col{
		width:100%!important;
		text-align:center!important;
	}
	#contact hr{
		display:none;
	}
	#contact-form .box-head h4{
		padding-top:1em;
		border-top:1px solid #444;
	}
}





