/*!
 * 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;
}

.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(../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;
}

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

    .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%;
    }
	.container {
       max-width: 100%;
       overflow: hidden;
    }
}
@media(max-width:1024px) {
	.container {
		   max-width: 100%;
		   overflow: hidden;
		}
	.navbar-brand > img {
		position: absolute;
		z-index: 9999999;
	}	
}
.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(../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;
    }
}

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

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

/** TABS **/


.index .navbar-fixed-top, .index .navbar-fixed-bottom {
    
    position: static;
	margin-bottom: 0;
    
}
.index .navbar-brand {
	height: auto;
	margin-bottom: -55px;
	/*margin-top: 25px;*/
}
.tab-container{
 background-color: #fff;
    display: block;
   
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: static;
   
   
}

ul.tabs{
  margin: 0;
  list-style-type : none;
  line-height : 35px;
  max-height: 40px;
  
  display: inline-block;
  padding-right: 20px;
  float: left;
  padding-left: 20px;
  margin-top: 5px;
  position: relative;
  left: 0px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
}

ul.tabs > li.active,ul.tabs > li:hover{
  z-index: 2;
  background: #efefef;
}

ul.tabs > li.active:before{
  border-color : transparent #efefef transparent transparent;
}


ul.tabs > li.active:after{
  border-color : transparent transparent transparent #efefef;
}

ul.tabs > li{
  float : left;
  margin : 5px -10px 0;
  border-top-right-radius: 25px 170px;
  border-top-left-radius: 20px 90px;
  padding : 0 30px 0 25px;
  height: 170px;
  background: #ddd;
  position : relative;
  
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  
-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.65);
-moz-box-shadow:    0px 0px 1px 0px rgba(50, 50, 50, 0.65);
box-shadow:         0px 0px 1px 0px rgba(50, 50, 50, 0.65);
  
  
  font-size: 17px;
}

ul.tabs > li > a{
  display: inline-block;
  max-width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #222;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  
}
ul.tabs > li#tab-1 a {
	color: #cf5300;
	font-weight: 700;
}
ul.tabs > li#tab-2 a {
	color: #051751;
	font-weight: 700;
}


ul.tabs > li#tab-2 a span{
	color: #fff;
	background: #055803;
	-moz-border-radius: 110px / 45px; 
   -webkit-border-radius: 110px / 45px; 
   border-radius: 110px / 45px;
	padding: 2px 10px 2px 10px;
	
}
@media (max-width: 366px) { 
ul.tabs > li > a {
	padding-left: 5px;
	padding-right: 5px;
}
ul.tabs > li {
	padding: 0 20px 0 15px;
}
.tab-container {
  
  width: 100%;
  
  }
  ul.tabs{
	  
	  left: 0px;
  }
  
}


.index .navbar-default {
    border: none;
    
}
.index .content-section-b {
	border: 0;
	padding-top: 0;
}

/* Menu */
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header{
	padding: 0;
}
.dropdown-menu-large .dropdown-header a{
  color: #428bca;
  font-size: 18px;
}
.tophead{
	margin-bottom:15px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    /*padding: 3px 15px !important;*/
  }
}
@media (max-width: 767px){
   .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 0;
  } 
}