/*!
 * 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,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar-default{
	background-color:transparent;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.scrolled .navbar-default{
	background-color:rgba(254,209,54,.9);
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.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: #f8f8f8;
    background: url(../../../../inc/img/intro-bg.jpg) no-repeat center center;
    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;
    color:rgb(98, 185, 240);
}

.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);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
        padding-top:0;
    }

    .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: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../../../../inc/img/banner-bg.jpg) no-repeat center center;
    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;
    }
    
    .navbar-collapse{
    	background-color: rgba(254,209,54,.9);
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

/*VU*/
a.ic-appstore img{height:30px;margin:10px;}
.navbar-brand.page-scroll{position: relative;text-indent: 30px;color:#fff;text-shadow: 2px 2px 3px rgba(0,0,0,0.6);}
.navbar-brand.page-scroll:hover,.navbar-brand.page-scroll:active,.navbar-brand.page-scroll:visited {color:#fff;}
.navbar-brand.page-scroll img{height:34px;position:absolute;top:8px;left:5px;}
.img-hero{margin-top: 50px;}
.navbar-default .navbar-nav>li>a{color: #F65C08;}
.navbar-nav li a{font-size:16px;}

#appList{font-family:Arial,Helvetica,sans-serif;}
#appList li{list-style-type:none;}
#appList li a{
	display:block;
	width:100%;
	height:100px;
	text-decoration:none;
	color:#333;
	border-bottom:1px solid white;
	background: #f5f5f5;
    background: -moz-linear-gradient(#f5f5f5, #ccc);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ccc),color-stop(1, #f5f5f5));
    background: -webkit-linear-gradient(#f5f5f5, #ccc);    
    background: -o-linear-gradient(#f5f5f5, #ccc);	
    background: -ms-linear-gradient(#f5f5f5, #ccc);	
    background: linear-gradient(#f5f5f5, #ccc);
}
#appList li a:hover{
	background: #f5f5f5;
    background: -moz-linear-gradient(#f5f5f5, #999);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #999),color-stop(1, #f5f5f5));
    background: -webkit-linear-gradient(#f5f5f5, #999);    
    background: -o-linear-gradient(#f5f5f5, #999);	
    background: -ms-linear-gradient(#f5f5f5, #999);	
    background: linear-gradient(#f5f5f5, #999);
}
#appList li a img{
	width:57px;
	height:57px;
	margin:10px;
	float:left;
}
#appList li a h2{
	display:block;
	width:auto;
	padding:10px 10px 0 10px;
	line-height:120%;
}
#appList li a p{
	padding:10px 10px 10px 0;
	line-height:120%;
	font-size:0.9em;
}

#more-apps .portfolio-item {
    right: 0;
    margin: 0 0 15px;
    text-align: center;
}

#more-apps .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}
#more-apps .portfolio-item .portfolio-link img{
    margin: 2em auto;
}

#more-apps .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#more-apps .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#more-apps .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#more-apps .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#more-apps .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#more-apps .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#more-apps .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#more-apps .portfolio-item .portfolio-caption h4 {
    margin: 0 0 1em 0;
    text-transform: none;
}

#more-apps .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#more-apps * {
    z-index: 2;
}

@media(min-width:767px) {
    #more-apps .portfolio-item {
        margin: 0 0 30px;
    }
}

#more-apps .portfolio-link:hover .fa{visibility: visible}
#more-apps .portfolio-link .fa{visibility: hidden}