/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {

	background: url('../../landing-icons/awesome_incentives.jpg') no-repeat center center; 
	background-size: cover; 
	background-attachment: fixed;

}
.full-testimonial {
	position: relative;
	margin: 15px 0px 10px;
	padding: 20px;
	background-color: #FAFAFA;
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	border: 5px solid #eee;
}
.img-featured {

	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);

}
.quote {
	font-weight: 300;

}
.attribution {

	text-align: right;	
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica,Arial,sans-serif;
   
}
h1 {
	color: #024890;
}
.lead {
    font-size: 14px;
    font-weight: 400;
}
.navbar-default {
	background-color: #FFFFFF;
	border-color: #AA0000;
}



.intro-header {
	/* padding-top: 50px;  If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #F9F9F9;
    /*background: url(../../back/9.jpg) no-repeat center center; 
    background-size: cover;*/
	height: 100%;
}

.intro-buttons {

	width: 96%;  
	background-color: #ed1b2f;  
	color: white;  
	position: absolute;  
	bottom: 3px;  
	left: 2%;
}

video#bgvid {
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url(../../back/current.jpg) no-repeat;
	background-size: cover;
}





.intro-message {
    position: relative;

    /*padding-top: 20%;
    padding-bottom: 20%;*/
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.show_login {display: none; }
.mobileOnly {display: none !important;}
.desktopOnly {display: block !important;}

@media(max-width:767px) {

	.social_links_top {display: none; }

	.mobileOnly { display: block !important; }
	.desktopOnly { display: none !important; }

    .intro-message {
        padding-bottom: 15%;
    }

	.hide_login {display: none; }
	.show_login {display: block; }

	#bgvid { display: none; }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}


.content-section-a {
    /*padding: 50px 0;
    background-color: #FDFDFD;*/
	margin: 59px 0px 0px 0px;
	background-color: rgba(255, 255, 255, 0.9);

}

.skewLeft {

	-webkit-transform: rotate(2deg) skew(2deg, 0);
	-moz-transform: rotate(2deg) skew(2deg);
	-ms-transform: rotate(2deg) skew(2deg);
	-o-transform: rotate(2deg) skew(2deg);
	transform: rotate(2deg) skew(2deg);

}

.skewRight {

	-webkit-transform: rotate(-2deg) skew(-2deg, 0);
	-moz-transform: rotate(-2deg) skew(-2deg);
	-ms-transform: rotate(-2deg) skew(-2deg);
	-o-transform: rotate(-2deg) skew(-2deg);
	transform: rotate(-2deg) skew(-2deg);

}

.content-section-b {
	/* padding: 50px 0;
	 background-color: #adadad;*/

	padding: 50px 0px;
	background-color: rgba(150, 150, 150, 0.9);
	margin: 50px 0px 50px 0px;

}

.section-heading {
    margin-bottom: 10px;
}

/*.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}*/

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../../img/banner-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}