/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1,h2,h3,h4,h5.h6 {color: #013d7b}

p {
    font-size: 18px;
    line-height: 26px
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}


section {background: #fff;}

.backdrop {
    background: url(../images/background.jpg) no-repeat center -50px;
    background-attachment: fixed;
    background-size: 2500px;
    background-color: #013d7b;
}

.column-center {float: none; margin: 0px auto !important;}

/* Custom Button Styles */

.btn-dark {
    border-radius: 5px;
    color: #fff;
    /*background-color: rgba(0,0,0,0.4);*/
    background-color: #0c8442;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 5px;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

.btn-lg {font-size: 35px; border: 2px solid #fff}


/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 99999999999;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    margin: 20px 20px 10px 20px;
}

.sidebar-nav li a {
  text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 99999999999;
    position: fixed;
    top: 40px;
    right: 0;
    font-size: 20px;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: -15px 5px 5px 0;
}

#header-nav-wrapper {
  display: inline-block;
  float: right;
  margin: 15px 10px 20px 20px; }

.header-nav {margin: 0 0 0 0}

.header-nav li {list-style: none; display: inline-block; padding: 15px 30px 0px 30px;}

.header-nav li a {color: #fff; font-weight: bold; font-size: 1.5em}

.header-nav li .btn-lg {margin: -10px 0 0 0 !important}

/* Header */

.header {
    display: block;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    background: url(../images/colorbg-head.jpg) no-repeat center scroll;
    background-size: cover;
    border-bottom:2px solid #fff;
}

.header h1 {margin: 15px 10px 20px 20px; display:block; float: left;}

.header h1 img {width: 250px}

/* leader */

.text_leader{
padding-left:50px;
}


.leader {
    max-width: 100%;
    overflow:  hidden;
    margin: 0px auto;
    color: #fff;
    background-color: rgba(1, 61, 123, .3);
}


.leader h1, .leader h2, .leader h3, .leader p {
   color: #fff;
   text-shadow: 0px 0px 10px rgb(1, 61, 123), 0px 0px 20px rgb(1, 61, 123), 0px 0px 30px rgb(1, 61, 123)
  }

.leader h1 {font-size: 4em; font-weight: bold; color: #fff; line-height: 50px;}

.leader h2 {
font-size:40px;
line-height: 22px;}

.leader h3 {
font-size:30px;
line-height: 33px;}

.leader_inner {
  display: block;
  overflow: hidden;
  margin: 130px auto 80px auto;
  max-width: 1280px;
  }

.video_leader {padding: 30px 0 0 0}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.leader iframe {max-width: 100%}


/* Pricing */

.pricing {padding-bottom: 80px}

.pricing_block {
  border: 2px #013d7b solid;
  solid;
  border-radius:5px
  
  
  
  
  
  
  
  }

.pricing_block h4 {padding: 20px 0 0 0}

.pricing_block h4.vip {color:red}

.pricing_block p {padding: 10px 25px 10px 25px;}

.pricing_block .btn{margin: 0px 0 20px 0; font-size: 20px}

/* About */

.about {
    padding: 50px 0;
}

.about h2{
  font-size:40px;
}

/* Services */

.services, .sponsors, .faq {
    padding: 50px 0;
    background: url(../images/colorbg-big.jpg) no-repeat;
    background-size: 100%;
}

.service-item {
    /* margin-bottom: 30px; */
}

.sponsors .service-item h5 {font-size: 20px}

.sponsors h2, .services h2 {color: #fff;font-size:40px;}

.sponsors h4, .services h4 {color: #fff}

.faq h2 {color: #fff;font-size:40px;}

.faq h4 {color: #fff;font-size:25px;font-weight:bold;}

.faq p {color: #fff;font-size:20px;}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 300px;
    color: #fff;
    background: url(../images/conrad.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 0 0 80px 0;
}

.callout h1{color: #fff; 
text-shadow: 2px 2px 4px #000
}

/* Portfolio */

.portfolio h2{
  font-size:48px;
}

.portfolio h3{
  font-size:40px;
}

.portfolio p{
  font-size:20px;
}

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
    background: url(../images/colorbg.jpg) no-repeat;
    background-size: 100%;
}

.call-to-action .btn {
    margin: 10px;
}


/* Footer */

footer {
     background: #fff
}

footer .footer_inner{padding: 100px 0; background-color: rgba(1, 61, 123, 0.2);}

footer .col-md-6 {}

footer .service-item {display: block; width: 100%; min-height: 130px; background: #fff; padding: 1% 5% 1% 5%; margin-bottom: 30px;}
footer .service-item li {list-style: none;}

footer .service-item:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 80px;
  right: 10%;
  top: 8%;
  content: "\f041";
  opacity:.1;
  }


footer .contact .service-item:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 80px;
  right: 10%;
  top: 8%;
  content: "\f0e0";
  opacity:.1;
  }

/* ================================================
   ADD TO CALENDAR
   ================================================ */
/* Base */

.addtocalendar var {
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover {
    visibility: visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    z-index: 900;
}

.atcb-list,
.atcb-item {
    list-style: none;
    margin: 0;
    padding: 10px;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: center;
}

.atcb-item-link {
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #000;
}

/* custom */

.atc-style-custom .atcb-link:before {
    content:"\f073";
    font-family: fontAwesome;
    padding-right: 10px;
    }

.atc-style-custom .atcb-link {
    margin: 30px 0;
    padding: 15px 25px 15px 25px;
    color: #fff;
    border: solid 2px #fff;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background: #013d7b;
    text-transform: uppercase;
    zoom: 1;
}

.atc-style-custom .atcb-link:hover,
.atc-style-custom .atcb-link:active,
.atc-style-custom .atcb-link:focus {
}

.atc-style-custom .atcb-list {
    border: 1px solid #E7E7E7;
    border-radius: 2px;
}

.atc-style-custom .atcb-list,
.atc-style-custom .atcb-item {
    background: #fff;
    color: #000;
}

.atc-style-custom .atcb-item,
.atc-style-custom .atcb-item-link {
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-custom .atcb-item-link,
.atc-style-custom .atcb-item-link:hover,
.atc-style-custom .atcb-item-link:active,
.atc-style-custom .atcb-item-link:focus {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 10px 20px;
}

.atc-style-custom .atcb-item-link:hover,
.atc-style-custom .atcb-item-link:active,
.atc-style-custom .atcb-item-link:focus {
    /*color: #fff;*/
}

.atc-style-custom .atcb-item.hover,
.atc-style-custom .atcb-item:hover {
    background: #EFEFEF;
}

/**
 countdown clock
 */

#clockdiv{
    margin-top: 50px;
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 26px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    background: #013d7b;
    display: inline-block;
}

#clockdiv div > span{
    padding: 10px;
    border-radius: 3px;
    background-color: rgba(255,255,255,.5);
    display: inline-block;
}



#scarcitydiv{
    margin-top: 0px;
    font-family: sans-serif;
    color: #000;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 26px;
}

#scarcitydiv > div{
    padding: 10px;
    border-radius: 3px;
    background: #000;
    display: inline-block;
}

#scarcitydiv div > span{
    padding: 10px;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block;
}

.scarcitytext{
    color:#fff;
    padding-top: 5px;
    font-size: 16px;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
}

.about h2{
  font-size: 50px;
  text-align:center;
  font-weight:bold;
}
.about h3{
  font-size:40px;
  text-align:center;
  font-weight:bold;
  color: rgba(1, 61, 123, .5);
}


.about p{
  font-size:20px;
  margin:25px 0 25px 0;
  text-align:left;
}

.about li{
  font-size:20px;
  text-align:left;

}

.services p{
  font-size: 12px;
  line-height: 23px;
  display: block;
  height: 130px;
}

.services h4{
  font-size:30px;
  text-align:center;
  font-weight:bold;
}

.services h5{
  display: block;
  height: 80px;
  font-size:18px;
  line-height: 25px;
  text-align:center;
}


@media(max-width:768px) {

  body {
    background: url(../images/miamibg.jpg) no-repeat center 0px;
    background-size: 250%;
  }

    #header-nav-wrapper {display: none}

.text_leader{
padding-left:20px;
}



.leader_inner {
  margin: 70px auto 80px auto;
  }

    .leader {
    width: 100%;
    color: #fff;
    text-align: center
    }

    .leader h1 {
    font-size: 3.2em;
}

    .btn-lg {
    font-size: 25px;
    border: 2px solid #fff;
    }

    .services p, .services h4, .services h5{
    height: auto;
}
  .service-item, .pricing_block {
    margin-bottom: 40px;
}
}


@media(max-width:650px) {
  body {
    background-size: 350%;
  }
}

@media(max-width:510px) {
  body {
    background-size: 450%;
  }
}


@media(min-width:768px) {
    body, .header { min-width: 1275px !important;}

    .header_inner .leader, .container {width: 1275px;}

    #menu-toggle {display: none !important;}
}




