/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@font-face {
    font-family: 'museo_slab500';
    src: url('../fonts/museo_slab_500_2-webfont.eot');
    src: url('../fonts/museo_slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_500_2-webfont.woff') format('woff'),
         url('../fonts/museo_slab_500_2-webfont.ttf') format('truetype'),
         url('../fonts/museo_slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
height:auto;    
min-height:800px;    
color: #5a5a5a;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 77%, #666666 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(77%,#ffffff), color-stop(100%,#666666)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 77%,#666666 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 77%,#666666 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 77%,#666666 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 77%,#666666 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#666666',GradientType=0 ); /* IE6-9 */

}

.btn, .btn-primary {  
color:#fff;
border:none;
background: rgb(255,228,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,228,76,1) 0%, rgba(255,131,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,228,76,1)), color-stop(100%,rgba(255,131,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,228,76,1) 0%,rgba(255,131,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,228,76,1) 0%,rgba(255,131,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,228,76,1) 0%,rgba(255,131,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,228,76,1) 0%,rgba(255,131,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe44c', endColorstr='#ff8300',GradientType=0 ); /* IE6-9 */

}    

.btn:hover, .btn:focus, .btn:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-default:hover {
transition:all 0.6s ease-in-out;
background: #fff;    
color: rgb(255,131,0); /* Old browsers */
color: -moz-linear-gradient(top,  rgba(255,131,0,1) 0%, rgba(255,228,76,1) 100%); /* FF3.6+ */
color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,131,0,1)), color-stop(100%,rgba(255,228,76,1))); /* Chrome,Safari4+ */
color: -webkit-linear-gradient(top,  rgba(255,131,0,1) 0%,rgba(255,228,76,1) 100%); /* Chrome10+,Safari5.1+ */
color: -o-linear-gradient(top,  rgba(255,131,0,1) 0%,rgba(255,228,76,1) 100%); /* Opera 11.10+ */
color: -ms-linear-gradient(top,  rgba(255,131,0,1) 0%,rgba(255,228,76,1) 100%); /* IE10+ */
color: linear-gradient(to bottom,  rgba(255,131,0,1) 0%,rgba(255,228,76,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8300', endColorstr='#ffe44c',GradientType=0 ); /* IE6-9 */

} 

p {
font-family: 'museo_slab500';    
}

p.pull-right.btn.btn-default a {
color: white !important;    
}

p.pull-right.btn.btn-default a:hover {
text-decoration:none;    
}

a>img:hover {
opacity: 0.7;
transition:all 0.35s ease-in-out;
}

h2.featurette-heading.about, h2.about {
margin:140px 0 100px 0 !important;    
}

footer {
border-top: 1px solid #bbbbbb;
margin-top: 160px;
padding: 60px 0;
}

.container.top-margin-offset {
margin-top: 100px;
}

.underline {
border-bottom: 1px solid #999999;
margin-bottom:40px;
margin-top: 60px;
padding: 30px 0;    
}

.statement-text {
font-size: 20px;
line-height: 1.4em;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
position: relative;
z-index: 15;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
background: rgb(255,228,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,228,76,1) 0%, rgba(255,131,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,228,76,1)), color-stop(100%,rgba(255,131,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,228,76,1) 0%,rgba(255,131,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,228,76,1) 0%,rgba(255,131,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,228,76,1) 0%,rgba(255,131,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,228,76,1) 0%,rgba(255,131,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe44c', endColorstr='#ff8300',GradientType=0 ); /* IE6-9 */   
}
.dropdown-menu > .active > a {
background:#fff;    
color: rgb(255,131,0); /* Old browsers */
color: -moz-linear-gradient(top,  rgba(255,131,0,1) 0%, rgba(255,228,76,1) 100%); /* FF3.6+ */
color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,131,0,1)), color-stop(100%,rgba(255,228,76,1))); /* Chrome,Safari4+ */
color: -webkit-linear-gradient(top,  rgba(255,131,0,1) 0%,rgba(255,228,76,1) 100%); /* Chrome10+,Safari5.1+ */
color: -o-linear-gradient(top,  rgba(255,131,0,1) 0%,rgba(255,228,76,1) 100%); /* Opera 11.10+ */
color: -ms-linear-gradient(top,  rgba(255,131,0,1) 0%,rgba(255,228,76,1) 100%); /* IE10+ */
color: linear-gradient(to bottom,  rgba(255,131,0,1) 0%,rgba(255,228,76,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8300', endColorstr='#ffe44c',GradientType=0 ); /* IE6-9 */  
}    

ul.nav li>a>img {
width:20px;
height:20px;
}

ul.nav li>a>img:hover {
opacity:0.5;
transition:all 0.35s ease-in-out;
}

.navbar-header a>img {
width: 300px;   
}

ul.footer-nav {
margin-left:0;   
}

ul.footer-nav li>a {
text-decoration:none;
list-style:none;
display:inline;
float:left;
}

.navbar-nav {
margin: 10px;   
}  
.nav {
padding-left:5%;   
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a:hover .fa-facebook {
color: #3B5998;
}
.navbar-inverse .navbar-nav>li>a:hover .fa-twitter {
color: #4099FF;
}
.navbar-inverse .navbar-nav>li>a:hover .fa-youtube {
color: #CD332D;
} 


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
/* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
margin-top: 120px;
}


/* Change carousel width*/
.small-container {
max-width: 900px;
height:600px;
margin-left:auto;
margin-right:auto;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
z-index: 0;
bottom: -60px;
color: #5a5a5a;
text-shadow:none;
right: 5% !important;
left: 5% !important;
padding-bottom: 50px;
text-shadow:1px 1px 1px #999;
}

.carousel-caption h2 {
font-size: 46px;
color: #5a5a5a;
}

.carousel-caption p {
font-size: 30px;
color: #999999;
}

.carousel-control {
width:10%;
opacity:0.8;
}

.carousel-control.right, .carousel-control.left {
background-image:none;   
}

.carousel-control .glyphicon-chevron-right {
left: 20%;   
}

/* Declare heights because of positioning of img element */
.carousel .item {
height: 500px;
}
.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
/*height: 300px;*/
margin-bottom: 15px;
}
.carousel-indicators {
bottom:50px;
}    
.carousel-indicators li {
bottom: 10px; 
border: 1px solid #999999;    
}

.carousel-indicators .active {
background-color: #666666;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
padding-left: 15px;
padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
text-align: center;
margin-bottom: 20px;
}
.marketing h2 {
font-weight: normal;
}
.marketing .col-lg-4 p {
margin-left: 10px;
margin-right: 10px;
}

img.featurette-image {
box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5); 
border-radius: 10px;    
}

.small-image {
width: 40px;   
}
.small-image.rounded-corners {
border-radius: 5px;   
}

.top-margin {
margin-top:15%;    
}

/* Featurettes
------------------------- */

.featurette-divider {
margin: 160px 0; /* Space out the Bootstrap <hr> more */
}
.press-divider {
margin: 160px 0 80px 0; /* Space out the Bootstrap <hr> more */
}

hr {
border-top:0;
}    

/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
margin-top: 10px !important;
}

.text-muted {
font-size: 50px; 
line-height:1em;
}

h2.featurette-heading {
font-size:60px;   
}

/* Sprites
---------------------------------------- */
.icons{ 
background:url("../images/icons.png") top left no-repeat; 
}
.icon_star{ 
width:461px; 
height:451px; 
background-position:-20px -20px; 
}
.icon_10s{ 
width:461px; 
height:462px; 
background-position:-20px -491px; 
}
.icon_medina { 
width:462px; 
height:462px;
background:url("../images/icons.png") -20px -973px;
}
.sprites{ background:url("sprites.png") top left no-repeat; }
.sp_ui-arrow{ 
width:51px;
height:102px;
background: url("../images/sprites.png") -20px -20px; 
}
a.sp_apple { 
width:126px; 
height:44px; 
background:url("../images/sprites.png") -20px -142px; 
text-indent:-9999px; 
position:absolute;  
display:inline-block;    
}
.sp_android { 
width:104px; 
height:44px; 
background:url("../images/sprites.png") -20px -206px; 
position:absolute;  
display:inline-block;        
}
a.sp_logo { 
width:300px; 
height:50px; 
background:url("../images/sprites.png") -20px -270px;
text-indent:-9999px;
margin-top: 5%;   
}


/* Magnific Pop-up CSS 
---------------------------------------- */
#open-popup, #open-popup-two {
height:46px;
margin:-1px 0 0 0;    
color:#fff;    
padding:11px; 
border-radius:4px; 
border: none;
background: rgb(255,228,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,228,76,1) 0%, rgba(255,131,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,228,76,1)), color-stop(100%,rgba(255,131,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,228,76,1) 0%,rgba(255,131,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,228,76,1) 0%,rgba(255,131,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,228,76,1) 0%,rgba(255,131,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,228,76,1) 0%,rgba(255,131,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe44c', endColorstr='#ff8300',GradientType=0 ); /* IE6-9 */

}
#open-popup:hover, #open-popup-two:hover {
transition:all 0.6s ease-in-out;
background: #FFFBF4;    
color: rgb(255,131,0); /* Old browsers */
color: -moz-linear-gradient(top,  rgba(255,131,0,1) 0%, rgba(255,228,76,1) 100%); /* FF3.6+ */
color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,131,0,1)), color-stop(100%,rgba(255,228,76,1))); /* Chrome,Safari4+ */
color: -webkit-linear-gradient(top,  rgba(255,131,0,1) 0%,rgba(255,228,76,1) 100%); /* Chrome10+,Safari5.1+ */
color: -o-linear-gradient(top,  rgba(255,131,0,1) 0%,rgba(255,228,76,1) 100%); /* Opera 11.10+ */
color: -ms-linear-gradient(top,  rgba(255,131,0,1) 0%,rgba(255,228,76,1) 100%); /* IE10+ */
color: linear-gradient(to bottom,  rgba(255,131,0,1) 0%,rgba(255,228,76,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8300', endColorstr='#ffe44c',GradientType=0 ); /* IE6-9 */
}

.white-popup {
position: relative;
background: #FFF;
padding: 40px;
width: auto;
max-width: 200px;
margin: 20px auto;
text-align: center;
}

/* Modal 
--------------------------------------------------*/
.modal-dialog {
right: auto;
width: 300px;
height:auto;
padding: 0;
margin-top: 100px;    
}

.modal-body {
padding:0;   
}    

.modal-content {
position: relative;
background-color: #ffffff;
border: none;
border-radius: 0;
}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
display:none;
text-decoration:none;
position:fixed;
bottom:10px;
right:10px;
overflow:hidden;
width:51px;
height:51px;
border:none;
text-indent:100%;
background: url("../images/sprites.png") -20px -20px; 
}

#toTopHover {
background: url("../images/sprites.png") -20px -71px; 
width:51px;
height:51px;
display:block;
overflow:hidden;
float:left;
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
outline:none;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 480px) {
.jumbotron {
margin-top: 100px;   
}
.navbar .container {
padding-left:5px;
padding-right:5px;
}
.navbar-header a>img {
width:200px;   
}
.carousel-caption h2 {
font-size: 2.5em;
}

.carousel-caption p {
font-size: 2em;
}    
h2.featurette-heading, .text-muted {
font-size: 30px;
.container {
margin-top:10px;        
}
.featurette-image .img-responsive {
margin-top: 15px;        
}
.featurette-divider {
margin: 60px 0;
}  
body {
min-height:inherit;            
}
}

@media (min-width: 768px) {

/* Remove the edge padding needed for mobile */
.marketing {
padding-left: 0;
padding-right: 0;
}

/* Navbar positioning foo */
.navbar-wrapper {
margin-top: 20px;
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
border-radius: 4px;
}

/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 20px;
font-size: 21px;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
.featurette-divider {
margin: 60px 0;
} 
}

@media (min-width: 992px) {
.featurette-heading {
margin-top: 120px;
}
}
@media (min-width: 768px) and (max-width:1199px) {
.navbar-nav {
 float:right;   
}
}