/* Desktop Styling */
*{
	font-family: Trebuchet MS;
}

body, ul, li{
	margin: 0;
	padding: 0;
}

body{
	background: #F7F7F7;
}

p, li{
	color: #4E4E4E;
}

a{
	color: inherit;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.page-title{
	text-transform: uppercase; 
    color: #222;
    letter-spacing: 2px;
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
    margin: 30px auto;
    width: 50%;
    border-bottom: 1px solid #222;
}

.wrapper{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2%;
}

header{
	background: #FFF;
	padding-top: 20px;
}

header h1{
	font-weight: normal;
	font-family: 'Great Vibes', cursive;
	margin: 0;
	float: left;
	font-size: 70px;
	color: #FF1493;
}

header .phone{
	margin-top: 45px;
	float: right;
	font-size: 16px;
	padding-left: 20px;
	background: url(../images/phone.png) no-repeat left;
}

header .subtitle{
	clear: both;
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}

header nav{
	text-align: center;
	width: 100%;
	border: solid #FF1493;
	border-width: 2px 0;
	background: #FFF7FD;
}

header nav h2{
	line-height: 0;
	margin: 0;
	text-indent: -10000px;
}

header nav li{
	float: left;
	list-style-type: none;
	width: 14.28%;
	margin: 0;
	padding: 0;
	display: inline-block;
}

header nav li a{
	text-decoration: none;
	color:#4E4E4E;
	text-transform: capitalize;
	font-weight: bold;
	display: block;
	position: relative;
	padding: 15px 0;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
}

header nav li a.current{
	color: #430839;
}

header nav:after, .boxed-info:after, #social-feed:after, #social-media:after, section:after{
	display: block;
	content: "";
	clear: both;
}

#main-banner img{
	width: 100%;
}

#main-banner{
	max-height: 500px;
	overflow: hidden;
}

#selling-point{
	margin-top: 50px;
}

#selling-point p{
	height: 15px;
    letter-spacing: 1px;
}

#selling-point a{
	margin-top: 50px;
	font-size: 23px;
	width: 180px;
}

.btn-pink{
	-moz-box-shadow: 0 0 4px 1px #666;
	-webkit-box-shadow: 0 0 4px 1px #666;
	box-shadow: 0 0 4px 1px #666;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF69B4), color-stop(1, #FF1493));
	background:-moz-linear-gradient(top, #FF69B4 5%, #FF1493 100%);
	background:-webkit-linear-gradient(top, #FF69B4 5%, #FF1493 100%);
	background:-o-linear-gradient(top, #FF69B4 5%, #FF1493 100%);
	background:-ms-linear-gradient(top, #FF69B4 5%, #FF1493 100%);
	background:linear-gradient(to bottom, #FF69B4 5%, #FF1493 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF69B4', endColorstr='#FF1493',GradientType=0);
	background-color:#FF69B4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #FF1493;
	color:#ffffff;
	font-size:23px;
	padding:10px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 50px;
}

.btn-pink:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF1493), color-stop(1, #FF69B4));
	background:-moz-linear-gradient(top, #FF1493 5%, #FF69B4 100%);
	background:-webkit-linear-gradient(top, #FF1493 5%, #FF69B4 100%);
	background:-o-linear-gradient(top, #FF1493 5%, #FF69B4 100%);
	background:-ms-linear-gradient(top, #FF1493 5%, #FF69B4 100%);
	background:linear-gradient(to bottom, #FF1493 5%, #FF69B4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1493', endColorstr='#FF69B4',GradientType=0);
	background-color:#FF1493;
}

#selling-point img{
	max-width: 550px;
}

.video-frame{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top: 50px;
}

.index-video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#social-feed{
	margin-top: 50px;
}

#social-feed li{
	list-style-type: none;
	float: left;
	width: 32%;
	text-align: center;
}

#social-feed li:nth-child(2){
	margin: 0 2%;
}

#social-feed .twitter-container{
	width: 300px;
	margin: auto;
}

#social-media{
	margin-top: 50px;
}

#social-media li{
	list-style-type: none;
	float: left;
	text-align: center;
	width: 23%;
	margin: 1%;
}

#social-media li a{
	color: #4E4E4E;
	text-decoration: none;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
}

#social-media li a:hover{
	color: #FF1493;
}

#quote{
	margin-top: 60px;
	width: 60%;
	padding: 40px 20%;
	background: url(../images/quote.png) no-repeat center 15px;
	background-color: #EFEFEF;
	color: #4E4E4E;
	font-size: 20px;
	line-height: 1.6em;
	text-align: center;
}

footer{
	background: #202020;
	padding-bottom: 30px;
	border-top: 2px solid #FF69B4;
	text-align: center;
}

footer h3{
	font-weight: normal;
	margin: 0;
	padding: 20px;
	text-align: center;
	font-family: 'Great Vibes', cursive;
	margin: 0;
	font-size: 70px;
	color: #FFCBFB;

}

footer h4{
	margin: 0;
	color: #555;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}

footer ul{
	float: left;
	width: 33.3%;
	list-style-type: none;
}

footer:after{
	content:"";
	display: block;
	clear: both;
}

footer li{
	color: #AAA;
	margin: 20px auto;
	width: 80%;
	font-size: 14px;
	line-height: 1.6em;
}
footer a:hover{
	color: #FFF;
}

#copyright{
	clear: both;
	padding-top: 30px;
	margin-top: 30px;
	float: left;
	width: 100%;
	border-top: 2px solid #333;
	color: #999;
	font-size: 14px;
}

.boxed-info{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background: #FFF;
	border: 1px solid #E5E6E9;
	border-radius: 2px;
	margin: 30px auto;
	padding: 20px;
}

.boxed-info h2{
	text-transform: uppercase; 
    color: #222;
    letter-spacing: 2px;
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
}

.boxed-info .img-right{
	float: right;
	width: 40%;
	max-width: 387px;
	margin: 0 0 10px 10px;
}

.boxed-info .video-frame{
	margin-top: 20px;
}

.description{
	text-align: center;
	letter-spacing: 1px;
}

.btn-join{
	width: 30%;
	font-size: 30px;
	min-width: 135px;
}

.btn-youtube{
	width: 30%;
	min-width: 325px;
	margin-top: 0;
}

.column-2 article{
	width: 48%;
	margin: 20px 0;
	float: left;
}

.column-2 article:nth-child(odd){
	clear: both;
	margin-right: 4%;
}

.img-100{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid #E5E6E9;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.market-logo{
	max-width: 250px;
	border: none;
}



/* Media Queries */

@media screen and (max-width: 1130px){
	#social-feed li{
		width: 40%;
		margin: 0 5% !important;
	}
	#social-feed li:last-of-type{
		width:100%;
		margin: 0 !important;
	}
	#social-feed .twitter-container{
		width: 100%;
	}
}

@media screen and (max-width: 900px){
	#quote{
		width: 90%;
		padding: 40px 5%;
	}
}

/* Tablets */
@media screen and (max-width:768px){

	#social-media li{
		width: 40%;
		margin: 10px 5%;
	}

	#social-feed li{
		width: 100%;
		float: none;
		margin: 40px 0 !important;
	}
	#social-feed .twitter-container{
		width: 300px;
	}

	footer ul{
		width: 50%;
	}

	footer ul:last-of-type{
		width: 100%;
    	border-top: 2px solid #333;
	}

	#selling-point{
		margin-top: 10px;
	}

	#selling-point p{
		height: auto;
	}

	#selling-point a{
		margin-top: 20px;
	}

	footer #copyright{
		margin-top: 0;
	}

	.boxed-info .img-right{
		float: none;
		width: 100%;
		display: block;
		margin: auto;
	}

	.column-2 article{
		width: 100%;
		margin: 20px 0;
		float: none;
	}

}

@media screen and (min-width: 481px){
	header nav ul a.current:before {
		width: 100%;
	}

	header nav ul li a:hover {
		color: #FF69B4;
	}

	header nav ul li a:hover:before {
		width: 100%;
	}

	header nav ul li a:before {
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		bottom: 0px;
		height: 3px;
		width: 0;
		background: #FF69B4;
		-webkit-transition: width .25s;
		-moz-transition: width .25s;
		-ms-transition: width .25s;
		-o-transition: width .25s;
		transition: width .25s;
	}

	.show-mobile{
		display: none;
	}
}

@media screen and (max-width:480px){ 

	#social-media li{
		width: 100%;
		float: none;
		margin: 40px 0;
	}

	#quote{
    	font-size: 16px;
    	font-weight: bold;
    }

    footer ul{
    	width: 100%;
    	float: none;
    	border-top: 2px solid #333;
    }

    header nav li{
    	float: none;
    	width: 100%;
    	margin: 0;
    }

    header nav li a{
    	display: block;
    	text-align: center;
    	padding: 10px;
    	border-top: 1px solid #FFAAAA;
    }

    #burger-nav{
    	width: 100%;
    	height: 40px;
    	background: url(../images/burger.png) no-repeat 98% center;
    	cursor: pointer;
    	display: table;
    }

    #burger-nav .phone{
    	text-align: center; 
		vertical-align: middle;
		display: table-cell; 
		float: none;
		width: 30px;
    }

    header nav ul{
    	height:0;
    	overflow: hidden;
    }

    header nav ul.open{
    	height: auto;
    }

	header h1{
		float: none;
		text-align: center;
	}

	.hide-mobile{
		display: none;
	}
	.subtitle{
		text-align: center;
	}
	header .phone{
		background-image: none;
	}
	.btn-youtube{
		min-width: 200px;
		font-size: 20px;
	}
}