/* apply a natural box layout model to all elements */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chromeframe {
	position: absolute;
	top: 0;
}




/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
	background: #ccc;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #ccc;
	color: #fff;
	text-shadow: none;
}
/*	j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #ccc;
}
ins {
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ccc;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
color:#a9a9a9;
}
textarea:-moz-placeholder {
color:#a9a9a9;
}
/* ======================================== Conde Nast promotion styles ======================================== */


.KKbillboard { width:100%; max-width:970px; min-width:300px; margin:auto; height:250px; background-color:#000; overflow:hidden;}
.KKbillboard .frame1 { width:100%; max-width:970px; min-width:300px; margin:0px auto 0 auto; height:750px; background-image:url(../img/bg.jpg); background-position:right;
-moz-animation-duration: 9s;
-o-animation-duration: 9s;
-ms-animation-duration: 9s;
-webkit-animation-duration: 9s;
animation-duration: 9s;

-moz-transition-timing-function: linear, ease-in;
-o-transition-timing-function: linear, ease-in;
-ms-transition-timing-function: linear, ease-in;
-webkit-transition-timing-function: linear, ease-in;
transition-timing-function: linear, ease-in;
  
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
-ms-animation-delay: 1s;
-webkit-animation-delay: 1s;
animation-delay: 1s;

-moz-animation-iteration-count: 1;
-o-animation-iteration-count: 1;
-ms-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;

-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;

}

.kglogo {
-moz-animation-duration: 6s;
-o-animation-duration: 6s;
-ms-animation-duration: 6s;
-webkit-animation-duration: 6s;
animation-duration: 6s;

-moz-transition-timing-function: linear, ease-in;
-o-transition-timing-function: linear, ease-in;
-ms-transition-timing-function: linear, ease-in;
-webkit-transition-timing-function: linear, ease-in;
transition-timing-function: linear, ease-in;
  
-moz-animation-delay: 9s;
-o-animation-delay: 9s;
-ms-animation-delay: 9s;
-webkit-animation-delay: 9s;
animation-delay: 9s;
}


.KKbillboard .frame2 { width:80%; max-width:970px; min-width:300px; margin:0px auto 0 auto; height:250px; background-image:url(../img/bgdark.jpg); background-position:right; z-index:1; text-align:center; padding:0;
-webkit-transition: padding 0.3s ease-in-out;
-moz-transition: padding 0.3s ease-in-out;
-o-transition: padding 0.3s ease-in-out;
transition: padding 0.3s ease-in-out;
}

.kkbillboard .top { text-align:center; display:block; width:90%; margin:auto;
-moz-animation-delay: 13s;
-o-animation-delay: 13s;
-ms-animation-delay: 13s;
-webkit-animation-delay: 13s;
animation-delay: 13s;

-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
-ms-transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;

-moz-animation-duration: 15s;
-o-animation-duration: 15s;
-ms-animation-duration: 15s;
-webkit-animation-duration: 15s;
animation-duration: 15s;
}

.kkbillboard .middle { text-align:center; display:block; width:100%; margin:auto;
-moz-animation-delay: 20s;
-o-animation-delay: 20s;
-ms-animation-delay: 20s;
-webkit-animation-delay: 20s;
animation-delay: 20s;

-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
-ms-transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;

-moz-animation-duration: 15s;
-o-animation-duration: 15s;
-ms-animation-duration: 15s;
-webkit-animation-duration: 15s;
animation-duration: 15s;
}

.kkbillboard .bottom { text-align:center; display:block; width:100%; margin:auto;
-moz-animation-delay: 15s;
-o-animation-delay: 15s;
-ms-animation-delay: 15s;
-webkit-animation-delay: 15s;
animation-delay: 15s;

-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
-ms-transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;

-moz-animation-duration: 15s;
-o-animation-duration: 15s;
-ms-animation-duration: 15s;
-webkit-animation-duration: 15s;
animation-duration: 15s;
}

.KKsupermpu { width:100%; max-width:300px; min-width:300px; margin:auto; height:600px; background-color:#000; overflow:hidden;}


/* Media queries 650px
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 400px) {
	.KKbillboard .frame2 { width:80%; max-width:970px; min-width:300px; padding:40px 0 0 0; margin:0px auto 0 auto; height:250px; background-color:#000; z-index:1; text-align:center;}
	
	.kglogo {margin:100px auto 0 auto;}
	
}







.siteWidth {
	width: 100% !important;
}
/*#main { display:none;}*/

/* ========= OVERALL ========= */
.promobackground {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.promoclear {
	clear: both
}
.promowrapper a {
	text-decoration: none;
	color: #333;
}
.promowrapper {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	background-color: #FFF;
	max-width: 1400px;
	margin: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* ========= SHARE ========= */
.promosharegrey {
	margin: 5px auto 5px auto;
	color: #666;
	width: 100%;
	padding: 10px 0 10px 0;
}
.promosharewhite {
	margin: 0 auto 15px auto;
	color: #333;
	width: 100%;
	padding: 10px 0 10px 0;
}
.promoshareblack {
	margin: 0 auto 15px auto;
	color: #fff;
	width: 100%;
	background-color: #000;
	padding: 10px 0 10px 0;
}
.promosharelinks {
	width: 150px;
	float: right;
}
.promosharelinks a {
	display: inline-block;
}
.promosharelinks p {
	display: inline-block;
	font-size: 12px;
}
.promosharelinkscenter {
	width: 150px;
	margin: auto;
}
.promosharelinkscenter a {
	display: inline-block;
}
.promosharelinkscenter p {
	display: inline-block;
	font-size: 12px;
}
.promosharelinksright {
	width: 150px;
	float: left;
	margin: 0 0 0 10px;
}
.promosharelinksright a {
	display: inline-block;
}
.promosharelinksright p {
	display: inline-block;
	font-size: 12px;
}
/* ========= NAVIGATION ========= */
.promologo {
	text-align: center;
	margin: 10px auto 10px auto;
}
.promonav {
	font-size: 20px;
	width: 100%;
	background-color: #2f8af0;
	text-align: center;
	padding: 10px 0 10px 0;
}
.promonav a {
	margin: 0 10px 0 10px;
	color: #fff;
	display: inline-block;
}
.promonav a.active {
	color: #f1f1f1;
}
.promonav a:hover {
	color: #f1f1f1;
}
/* ========= SOCIAL LIKES ========= */
.promosocial {
	background-color: #e1e1e1;
	padding: 15px 15px 10px 15px;
	width: 300px;
	margin: 20px auto 20px auto;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.promosocialbtn {
	display: inline-block;
}
/* ========= CONTENT ========= */
.promocontent {
	width: 100%;
	min-height: 600px;
}
.promovideo {
	width: 100%;
	max-width: 854px;
	height: auto;
	margin: 20px auto 10px auto;
	background-color: #000;
	cursor: pointer;
}
.promogallery {
	text-align: center;
	max-width: 1600px;
	margin: 0px auto 0 auto;
}
.promovidgallery {
	text-align: center;
	max-width: 1000px;
	margin: 10px auto 20px auto;
}
.promovidgallery .bx-pager {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 14px auto 0 auto;
}
.promovidgallery .bx-pager a {
	width: 31.6%;
	margin: 0 0.5% 10px 0.5%;
	text-align: left;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.promovidgallery .bx-pager a:hover {
	background-color: #ddd;
}
.promovidgallery .bx-pager a p {
	font-size: 12px;
	padding: 0px 10px 5px 10px;
}
.promovidgallery .bx-pager a p b {
	font-size: 14px;
	font-weight: 800;
	color: #666;
}
.promovidgallery .bx-pager a img {
	margin: 0 0 5px 0;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.promovidgallery .bx-pager a:hover img {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.promovidgallery .bx-pager a.active img {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.promoscroll {
	width: 100%;
	max-width: 1024px;
	margin: auto;
}
.promoscrollnav {
	text-align: center;
	font-size: 16px;
	margin: 10px 0 20px 0;
}
.promoscrollnav a {
	margin: 0 10px 0 10px;
}
.promoscrollline {
	width: 100%;
	margin: 20px 0 20px 0;
	text-align: center;
}
.promoscrollline a {
	width: 80px;
	height: 50px;
	display: inline-block;
	background-repeat: no-repeat;
}
/* ========= CTA LINKS ========= */
.promoctalinksgrey {
	font-size: 12px;
	margin: 20px 0 0 0;
	background-color: #FFF;
	padding: 10px 0 10px 0;
}
.promoctalinksgrey img {
	margin: 0 0 -5px 0;
	display: inline-block;
}
.promoctalinkgrey {
	width: 33%;
	display: inline-block;
	color: #666;
	text-align: center;
}
.promoctalinksblack {
	font-size: 12px;
	margin: 20px 0 0 0;
	border-top: 1px solid #333;
	padding: 10px 0 15px 0;
	background-color: #000;
}
.promoctalinksblack img {
	margin: 0 0 -5px 0;
	display: inline-block;
}
.promoctalinkblack {
	width: 33%;
	display: inline-block;
	color: #f1f1f1 !important;
	text-align: center;
}
.promoctalinksgreynew {
	font-size: 12px;
	margin: 20px 0 0 0;
	background-color: #f3f3f3;
	padding: 10px 0 15px 0;
}
.promoctalinksgreynew img {
	margin: 0 5px -10px 0;
	display: inline-block;
}
.promoctalinkgreynew {
	width: 33%;
	display: inline-block;
	color: #5e5e5e;
	text-align: center;
}
.promoctalinkscolor {
	font-size: 12px;
	margin: 20px 0 0 0;
	background-color: #2f8af0;
	padding: 10px 0 15px 0;
}
.promoctalinkscolor img {
	margin: 0 5px -10px 0;
	display: inline-block;
}
.promoctalinkcolor {
	width: 33%;
	display: inline-block;
	color: #fff !important;
	text-align: center;
}
.promolinkswrap {
	width: 70%;
	margin: auto;
}
.promototop a {
	width: 80px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
	margin: 20px auto 20px auto;
}
/* ========= COMPETITION ========= */
.cncompetition {
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 20px auto 0 auto;
	background-color: #FFF;
	padding: 20px;
}
.cncompetition label {
	font-size: 12px;
}
.cncompetition .textinput input {
	padding: 8px;
	border: 1px solid #ccc;
	width: 100%;
	color: #333;
	margin: 5px 0 15px 0;
	background-color: #f9f9f9;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.cncompetition .textinput select {
	padding: 7px;
	border: 1px solid #ccc;
	width: 100%;
	color: #333;
	margin: 5px 0 15px 0;
	background-color: #f9f9f9;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.cncompetition .textinput input:hover {
	border: 1px solid #bbb;
	background-color: #fff;
}
.cncompetition .textinput select:hover {
	border: 1px solid #bbb;
	background-color: #fff;
}
.cncompetition .compoptions {
	margin: 10px 0 15px 0;
}
.cncompetition .compoptions label {
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	color: #333;
	float: left;
	width: 90%;
	margin: 0 0 15px 0;
}
.cncompetition .compoptions input {
	width: 12px;
	margin: 0px 15px 10px 0;
	float: left;
	-webkit-appearance: field !important;
}
.cncompetition .compoptions a {
	text-decoration: underline;
	font-weight: bold;
}
.cncompetition .compleft {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.cncompetition .compright {
	width: 49%;
	float: left;
}
.cncompetition .compsubmit {
	margin: 10px auto 0 auto;
	width: 120px;
	font-family: inherit;
	border: none;
}
.cncompetition input.compsubmit {
	font-family: inherit;
	border: none;
	background-color: #000;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
	border: 1px solid #000;
}
.cncompetition .texterror {
	border: 1px solid #F00 !important;
}
.cncompetition .compotionserror {
	color: #F00 !important;
}
.cncompetition .captcha {
	background-color: #f3f3f3;
	padding: 5px;
	height: 50px;
	display: block;
	float: left;
	color: #666;
	border: 1px solid #ccc;
	width: 270px;
	font-size: 13px;
}
.cncompetition .captcha input {
	padding: 10px;
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 0 5px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}
#terms {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.parallaxintro {
	background: url(../img/firstBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 800px;
	margin: 0 auto;
	padding: 0;
}
.parallaxsecond {
	background: url(../img/secondBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
.parallaxthird {
	background: url(../img/thirdBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 650px;
	padding: 100px 0 0 0;
}
.parallaxfourth {
	background: url(../img/fourthBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 650px;
	padding: 100px 0 0 0;
}
.parallaxfifth {
	background: #333;
	margin: 0 auto;
	padding: 0px 0 0 0;
}
.story {
	margin: 0 auto;
	overflow: auto;
	width: 90%;
}
.story .float-left, .story .float-right {
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;
}



/* Media queries 1600px
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
}


/* Media queries 1250px
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1250px) {
/* ========= CTA LINKS ========= */
.promolinkswrap {
	width: 100%;
	margin: auto;
}
.promoctalinksgrey img {
	display: block;
	margin: 0 auto 10px auto;
}
.promoctalinksblack img {
	display: block;
	margin: 0 auto 10px auto;
}
.promoctalinksgreynew img {
	display: block;
	margin: 0 auto 10px auto;
}
.promoctalinkscolor img {
	display: block;
	margin: 0 auto 10px auto;
}
}


/* Media queries 768px
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
/* ========= CTA LINKS ========= */
.promoctalinksgrey img {
	display: block;
	margin: 0 auto 10px auto;
}
.promoctalinksblack img {
	display: block;
	margin: 0 auto 10px auto;
}
.promoctalinksgreynew img {
	display: block;
	margin: 0 auto 10px auto;
}
.promoctalinkscolor img {
	display: block;
	margin: 0 auto 10px auto;
}
}

/* Media queries 650px
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 650px) {
/* ========= CTA LINKS ========= */
.promoctalinksgrey img {
	margin-bottom: -5px;
	display: inline-block
}
.promoctalinksblack img {
	margin-bottom: -5px;
	display: inline-block
}
.promoctalinksgreynew img {
	margin: 0 10px -5px 0;
	display: inline-block
}
.promoctalinkscolor img {
	margin: 0 10px -5px 0;
	display: inline-block
}
.promoctalinkgrey {
	width: 100%;
	display: block;
	text-align: center;
	margin: 25px 0 15px 0;
	font-size: 16px;
}
.promoctalinkblack {
	width: 100%;
	display: block;
	text-align: center;
	margin: 25px 0 15px 0;
	font-size: 16px;
}
.promoctalinkgreynew {
	width: 100%;
	display: block;
	text-align: center;
	margin: 25px 0 15px 0;
	font-size: 16px;
}
.promoctalinkcolor {
	width: 100%;
	display: block;
	text-align: center;
	margin: 25px 0 15px 0;
	font-size: 16px;
}
.promosharelinks {
	width: 85px;
	float: none;
	margin: auto;
	padding: 0 0 0 5px;
}
.promosharelinks a {
	display: inline-block;
}
.promosharelinks p {
	display: none;
}
.promosharelinkscenter {
	width: 85px;
	margin: auto;
	padding: 0 0 0 5px;
}
.promosharelinkscenter a {
	display: inline-block;
}
.promosharelinkscenter p {
	display: none;
}
.promosharelinksright {
	width: 85px;
	float: none;
	margin: auto;
	padding: 0 0 0 5px;
}
.promosharelinksright a {
	display: inline-block;
}
.promosharelinksright p {
	display: none;
}
/* ========= COMPETITION ========= */
.cncompetition .compleft {
	width: 100%;
	float: none;
	margin-right: 2%;
}
.cncompetition .compright {
	width: 100%;
	float: none;
}
.promonav {
	font-size: 20px;
	width: 100%;
	text-align: center;
	padding: 0;
}
.promonav a {
	margin: 0 0px 0 0px;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 10px 0 10px 0;
}
}
