﻿/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

img {
  max-width: 100%;
}

/* padded section */
.pad-section {
  padding-top: 75px;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media(max-width: 400px) {
  .text-vcenter h1 {
    font-size: 35px;
  }
  .text-vcenter h4 {
    font-size: 14px;
  }
}

/* additional sections */
#home {
  background: url(/inspire/images/home-bg-new.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#firstSection {
  display: table;
  height: 50%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#keynote{
	background: url(/inspire/img/banner-bg_v3.jpg) no-repeat center center fixed; 
  display: table;
	position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#keynoteDark{
	background: #FFFFFF no-repeat center center fixed; 
  display: table;
	position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#pricing{
	background: url(/inspire/img/banner-bg_v2.jpg) no-repeat center center fixed; 
  display: table;
	position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
}

#services {
	 background: url(../images/experience2.jpg) no-repeat center center fixed; 
  background-color: #306d9f;
  color: #ffffff;
}
#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#information {
  background: url(../images/sponsors.jpg) no-repeat center center fixed; 
  display: table;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  opacity: 0.85;
}

#google_map {
  height: 500px;
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h3 {
	font-size: 40px;

}

.shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.btn {background-color: #caab34; color: #ffffff; text-transform: uppercase; text-shadow: none;}


.videoIconOverlay,
.videoIconOverlay img{
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.videoIconOverlay.dark i {
  color: rgba(26, 180, 255, .5);
}
.videoIconOverlay.dark:hover i{
color: rgba(255, 255, 255, .75);
}
.videoIconOverlay i{
	position: absolute;
	z-index: 2;
	text-align: center;
	font-size: 4em;
	color: rgba(255, 255, 255, .75);
	right: calc(50% - 30px);
	top: calc(50% - 30px);
}

.videoIconOverlay i.offset{
	right: 10%;
	top: calc(50% - 30px);
}

.videoIconOverlay:hover i{
	cursor: pointer;
	color: rgba(26, 180, 255, .5);
}

H3 {
	margin-bottom: 50px; text-align: center; text-transform: uppercase; color: #000000;
}

H1 {
	
	color: #ffffff; text-shadow: 2px 2px 4px #000000; text-align: center; font-weight: bold; margin-bottom: 100px;
}


.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.navbar-collapse ul {
  padding-top: 37px;
}
@media(max-width: 1032px) {
  div.navbar-collapse ul {
    padding-top: 40px;
  }
}
@media(max-width: 1199px) {
  .sponsorSection h1 {
    font-size: 120px;
  }
}
@media(max-width: 850px) {
  .sponsorSection h1 {
    font-size: 80px;
  }
}
@media(max-width: 510px) {
  .sponsorSection h1 {
    font-size: 40px;
  }
}
@media(max-width: 1115px) {
  ul.navbar-right li {
    font-size: 12px;
  }
}
@media(max-width: 1039px) {
  ul.navbar-right li  a {
  /*  padding-left: 10px; */
    padding-right: 10px;
  }
}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}




.dropdown-toggle {
background: none;
border: none;
padding: 15px;
  }
.dropdown-toggle a {
color: #fff;
}
.dropdown-toggle:hover .dropdown-menu  {
  display: block;
}
.dropdown {
  padding: 15px;
}
.dropdown button {
  padding: 0;
  color: #fff;
}
.nav .open > a {
  background-color: transparent;
}
.nav .open>a, .nav .open>a:hover {
  background-color: transparent;
  border: none;
}
ul.dropdown-menu {
  padding: 15px!important;
}
ul.dropdown-menu a:hover {
  color: #ccac36;
  background-color: transparent;
}
.dropdown-toggle:hover,
.dropdown-toggle:active {
  background: none!important;
}
.open .dropdown-toggle.btn-default {
  background-color: transparent;
}
.dropdown > a {      
  color: #fff;
}
.nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.dropdown button >  span {
  color: #fff;
}
.dropdown a:hover {       
  text-decoration: none;
  color: #ccac36;
}
#agendaDropdown { display: none; }
.visible { display: initial; }


.tabsSection{	
	background: #f2f2f2;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	width:100%;
	overflow: hidden;
}

.tabsSection .tabs-content {
	background: #fff; 
	padding:1.5em 3em;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.tabsSection .tabs .tab-title{
	font-family: 'museo-sans-condensed', sans-serif; 
	font-weight:700;
	text-transform: uppercase;
	text-align:center;
	font-size: 1.5em;
}

.tabsSection  .tabs .tab-title > a {
	background: #efefef;
	color: #000;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.tabsSection  .tabs .tab-title:last-child > a {
	border-right:1px solid #ccc;
}


.tabsSection .tabs .tab-title.active a{
  background: #fff;
  color: #1ab4ff;
  border-bottom:1px solid #fff;
}

.tabsSection .tabs .tab-title a:hover {
  color: #1ab4ff;
}


.tabsSection [class*="block-grid-"] > li {
	padding: 0;
}



.navbar-default .navbar-nav>li>a {
    color: #000000;
}
div.dropdown {
  max-width: 200px;
}
div.dropdown span.caret {
  border-top-color: #000;
  border-bottom: #000;
}
div.dropdown .dropdown-toggle:active {
  box-shadow:none!important;
}
div.dropdown .dropdown-toggle a {
  text-shadow: none;
  color: #000;
}
div.dropdown .dropdown-toggle a:hover {
  color: #ccac36;
}
div.mobileNav {
  visibility: hidden;
}
@media(max-width: 900px) {
  div.dropdown {
    padding: 10px 15px;
  }
  div.dropdown a {font-size: 12px;}
  }
}

#awardSection {

}

#core1{
background-color:#2a4788;
}

#core2{
background-color:#1ab4ff;

}

#core3{
background-color:#091a34;

}
