@font-face {
    font-family: 'Proxima';
    src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
    font-family: 'Proxima Bold';
    src: url(../fonts/ProximaNova-Bold.otf);
}

html, body {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Proxima';
    overflow-x: hidden;
    position: relative;
}

html {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

a {
    transition: all 0.3s ease;
    color: #999;
    display: inline-block;
    position: relative;
}


h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

@media screen and (max-width: 768px){
    h2 {
        font-size: 30px;
    }
    h4 {
        font-size: 20px;
    }
}
.heading {
    color: #484d53;
    font-family: 'Proxima Bold';
    line-height: 38px;
}

.subheading {
    color: #6a727b;
    font-family: 'Proxima';
    line-height: 38px;
    margin: 30px 0;
    margin-bottom: 50px;
}

.light {
    font-family: 'Proxima'
}

a:hover {
    text-decoration: none;    
}

.accent {
    color: #2c4e86 !important;
}

.white {
    color: white !important;
}

.muted {
    color: #bbbbbb !important;
}

.muted-light {
    color: #888 !important;
}

.gray {
    color: #6a727b;
}

hr {
    border: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
    display: inline-block;
}

hr:before {
    content: ' ';
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    top: -8px;
    left: -10px;
    border-radius: 50%;
    background: white;
}

hr:after {
    content: ' ';
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    top: -28px;
    right: -10px;
    border-radius: 50%;
    background: white;
}

p {
    margin: 20px 0;
    font-size: 30px;
    line-height: 42px;
}

p.small , ul.small, table.small{
    font-size: 18px;
    line-height: 30px;
    color: #6a727b;
}


.navbar-filler {
    height: 0;
    width: 100%;
}

header {
    background: url('../img/background-top.png') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 400px;
}

header.container {
    position: relative;
    height: 100%;
}

header .intro-book {
    position: relative;
}

.intro-book img {	
    transition: all 0.3s ease;	
}

header .intro-text {
    position: relative;
}


.main-nav {

}

.navbar {
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    padding: 5px 0;
    height: 120px;
}



.navbar .navbar-brand {
    padding: 0;
}

.navbar .navbar-brand img {
    height: 100px;
    width: auto;
}

.navbar-default {
    background-color: white;
    border-color: transparent;
}



.navbar-default .navbar-nav>li {
    margin:22px 5px 22px 0;
}


.navbar-default .navbar-nav>li>a {
    color: #bbb;
    font-size: 18px;
    font-family: 'Proxima';
}

@media (max-width :1110px) {
    .navbar-default .navbar-nav>li {
        margin:22px 0 22px 0;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 10px;
    }
}

@media (max-width :768px) {
    .navbar {
        height: 85px;
    }

    .navbar .navbar-brand img {
        height: 75px;
        width: auto;
    }
}

.navbar-default .navbar-nav>li>a:after {
    position: relative;
    display: block;
    width: 0%;
    height: 3px;
    background: #2c4e86;
    content: ' ';
    margin: 0 auto;
    margin-top: 3px;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav > .active > a:focus
{
    color: #484d53;
    background-color: transparent; 
}


header .heading {
    font-family: 'Proxima Bold';
    color: white;
    font-size: 40px;
    margin: 10px 0;
}

header .subheading {
    color: white;
    opacity: .5;
    font-size: 24px;
    margin: 10px 0px 30px;
}

header p {
    margin: 20px 0;
    font-size: 20px;
    color: white;
    line-height: 34px;
}

@media (max-width :768px) {
    .intro-book img {
        padding: 10px 0px 25px 0px;

    }

    header .container {
        padding-top: 130px;
    }

    header .heading{
        font-size: 30px; 
    }

    header h4{
        font-size: 20px; 
    }
    header .container .img-responsive{
	display: inline;
    }
}
@media ( min-width :768px) {
    .navbar-default .navbar-nav>li>a:hover:after, .navbar-default .navbar-nav>li>a:focus:after,
    .navbar-default .navbar-nav>li.active>a:after {
        width: 100%;
    }
}

.navbar-nav>li>a.btn {
    color: white;
    margin: 0;
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    margin-top: -5px;
    border-width: 0px;
}

.navbar-nav>li>a.btn.btn-green {
    background: white;
    color: #2c4e86;
    border-color: #2c4e86;
}

.navbar-nav>li>a.btn.btn-green:hover {
    background: #2c4e86;
    border: 2px solid #2c4e86;
    color: white;
}

.navbar-nav>li>a.btn:after {
    display: none;
}

.navbar.nav-fixed .navbar-nav>li>a.btn {
    width: auto;
    padding: 15px;
    border-width: 2px;
}

.nav-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}




section {
    padding: 140px 0;
    box-shadow:  0 1px 0 0 rgba(0, 0, 0, 0.05),  0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);

}

.section-small{
    padding: 80px 0;
    box-shadow:  0 1px 0 0 rgba(0, 0, 0, 0.05),  0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
}

section.call-to-action-back{
    background: #2c4e86 url('../img/background.png') no-repeat center center;
}

section.call-to-action {

    background: #2c4e86;

}
@media ( max-width :768px) {
    #quote p{
        font-size: 25px;
    }
}


section.reviews {
    background: #f5f5f5;
}

.btn-extra {
    display: inline-block;
    font-family: 'Proxima Bold';
    font-size: 18px;
    padding: 15px 30px;
    margin: 20px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

@media (max-width :768px) {
    .btn-extra {
        padding: 10px 20px;        
    }
}

.btn.btn-green {
    background: #2c4e86;
    border: 3px solid #2c4e86;
    color: white;
}

.btn.btn-green:hover {
    background: #6784B3;
    border-color: #6784B3;
}

.btn.btn-white {
    border: 3px solid white;
    background: transparent;
    color: white;
}

.btn.btn-white:hover {
    background: white;
    color: #2c4e86;
}

.btn .price {
    font-family: 'Proxima';
    margin-left: 10px;
}

.btn-dropdown {
    border: 1px solid #cccccc;
    font-family: 'Proxima';
    color: #888888;
}

.btn-dropdown span.caret {
    margin-left: 60px;
}

.modal-footer .btn + .btn{
    margin: 20px 10px;
}

/* Partners*/

.parnters-items{
    overflow: hidden;
    text-align: center;
    margin: 0 0 2em 0;
}
.parnters-items .parnter-item {
    position: relative;
    display: inline-block;
    width: 30%;
    height: auto;
    margin: 1em;
}

@media screen and (max-width: 768px){
    .parnters-items .parnter-item {
        width: 30%;
        height: auto;
        margin: 1%;
    }
}

@media screen and (max-width: 480px){
    .parnters-items .parnter-item {
        width: 48%;
        height: auto;
        margin: 0 0 15px 0;
    }
}

.parnters-items .parnter-item img{
    width: 100%;
    height: auto;
}

/* Owl Slider */
.owl-book {
    width: 80%;
    display: inline-block;
    margin: 0 auto;
}

.owl-book .item {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .2);
}

.owl-book .item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.owl-book  .item:hover .overlay {
    opacity: 1;
}

.owl-book .item img {
    width: 100%;
    margin: 15% auto;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.owl-book .item:hover img {

}

.owl-book .item .overlay>a {
    position: absolute;
    display: inline-block;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
    color: #484d53;
}

.owl-book .item .overlay>a:hover {
    color: white;
    background: #2c4e86;
}

/* Review Styles */
.speaker {
    background: #f5f5f5;
    padding: 35px;
    border-radius: 2px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    margin: 50px 0;
}

.speaker img {
    margin: 0 auto;
    padding:20px;
    width: auto;
}

.speaker .speaker-name {
    margin-top: 15px;
    margin-bottom: 0px;
}

.speaker .speaker-data {
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
}


.rate-amount {
    display: inline-block;
    font-family: 'Proxima Bold';
    font-size: 18px;
    color: #bbbbbb;
    position: relative;
    top: -3px;
}

.rate-amount span {
    font-family: 'Proxima';
}
/* Social Icons */

.social a.facebook:before {
    background: #3b5998;
}

.social a.twitter:before {
    background: #55acee;
}

.social a.github:before {
    background: #4078c0;
}

.social a.dropbox:before {
    background: #007ee5;
}

.social a.google-plus:before {
    background: #dd4b39;
}

.social a.facebook:active {
    color: #3b5998;
}

.social a.twitter:active {
    color: #55acee;
}

.social a.github:active {
    color: #4078c0;
}

.social a.dropbox:active {
    color: #007ee5;
}

.social a.google-plus:active {
    color: #dd4b39;
}

.social a {	
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);	
    display: inline-block;
    text-align: center;
    position: relative;
    color: #cccccc;
    z-index: 2;
}

.social a:before {
    content: ' ';
    z-index: -1;
    border-radius: 50%;
    transition: all 0.15s ease;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background: black;
}

.social a:hover {
    color: white;
}

.social a:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.social a:active:before {
    width: 200%;
    height: 200%;
    opacity: 0;
    top: -50%;
    left: -50%;
}

/* Contact & Connect */
.social a {
    margin: 0 10px;
    width: 60px;
    height: 60px;
    line-height: 62px;
    font-size: 30px;
    color: white;
}

#contact  .social a:hover {
    color: #2c4e86;
}

#contact .details{
    display: inline-block;
    margin: 10px 20px 10px 0;
}

/* Footer */
footer {
    width: 100%;
    background: white;
}

footer .social {
    padding: 20px 0;
}

footer .social a {
    margin: 0 3px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 20px;
    color: #2c4e86;
}

footer .social a:hover {
    color: white;
} 
/* Custom Styles */
@media ( max-width :768px) {
    .text-left-mobile {
        text-align: left;
    }
    .text-center-mobile {
        text-align: center;
    }
}

/* Author */
.speakers {
    margin-bottom: 40px;
}

.speakers .speakers-name {
    padding-top: 25px;
}

.speakers .pic {
    width: 100%;
}

@media ( max-width :768px) {
    .speakers .pic {
        width: 150px;
    }
}

.speakers .speakers-name .heading {
    margin-bottom: 0;
}

.speakers .speakers-name .subheading {
    margin-top: 0;
}

.locations {
    margin-top: 60px;
}

.locations .location {
    margin-bottom: 40px;
}

.locations .location .date {
    color: #6a727b;
    display: inline-block;
    margin-right: 20px;
}

.locations .location .date .fa {
    color: #bbbbbb;
    margin-right: 10px;
    font-size: 20px;
}

.locations .location .time {
    color: #6a727b;
    display: inline-block;
    margin-right: 20px;
}

.locations .location .time .fa {
    color: #bbbbbb;
    margin-right: 10px;
    font-size: 20px;
}

.locations .location .directions {
    display: inline-block;
}

.locations .location .directions a {
    color: #ffc107;
    font-size: 20px;
}

.locations .location.done {
    margin-bottom: 20px;
}

.locations .location.done .heading {
    color: #bbbbbb;
    text-decoration: line-through;
}

.call-to-action .top-fit {
    margin-top: 15px;
    margin-bottom: 0;
}


/* Form Controls */
.form-control-extra {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2c4e86;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin: 15px 0;
    transition: all 0.3s ease;
}

.form-control-extra:focus {
    border-color: #2c4e86;
    outline: 0;
}

.form-control-extra::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}

.form-control-extra:-ms-input-placeholder {
    color: #bbb;
}

.form-control-extra::-webkit-input-placeholder {
    color: #bbb;
}

.contact-button {
    margin: 15px;
}

button:focus {
    outline: 0;
}

/* Sample Form */
#sample-form {
    padding: 20px 0;
    display: none;
}

#sample-form .sign-up-button {
    padding: 10px 25px;
    margin: 15px 0;
    width: 100%;
}

/* Notification Box */
.notification-box {
    width: 30%;
    padding: 10px;
    background: #2c4e86;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border-radius: 3px;
    text-align: center;
    color: white;
    position: fixed;
    left: 35%;
    bottom: -40px;
    z-index: 4000;
    opacity: 0;
    transition: all 0.5s ease;
}

.notification-box.active {
    opacity: 1;
    bottom: 40px;
}

.notification-box>.content {
    color: #bbb;
    border: 0;
    padding: 0;
    text-align: center;
}

.form-incomplete {
    border: 1px solid #bb5555;
}

/* Content Wrapper */
#wrapper {
    transition: all 0.3s ease;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
}

/*#wrapper.behind {*/
    /*position: relative;*/
    /*transform: scale(0.8) translateY(-5%);*/
/*}*/

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 9500;
    color: #222;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, .95);
    display: table;
    opacity: 0;
}

.mobile-nav.active {
    top: 0;
    opacity: 1;
}

@media ( min-width :768px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav>ul {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    width: 100%;
    padding: 0;
    text-align: center;
    overflow-y: hidden;
}

.mobile-nav>ul>li>a {
    margin: 10px 0;
    font-size: 16px;
}

.mobile-nav a {
    color: #888;
}

.mobile-nav a.close-btn {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 10px);
    color: #666;
    font-size: 24px;
}

/**
Organization and Speakers
*/

.organizers, .speakers{
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}


.organizers .organizer, .speakers .speaker{
    position: relative;
    display: inline-block;
    width: 15em;
    margin: 1em;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 0 15px;
}

.speakers .speaker{
    vertical-align: top;
    min-height: 380px;
    width: 20em;
    background: #f5f5f5;
}

.organizer img , .speaker img{
    margin: 0 auto;
    width: auto;
    padding: 20px;
}

.organizer .speaker-name, .speaker .speaker-name {
    margin-top: 15px;
    margin-bottom: 0px;
}

.organizer .speaker-data , .speaker .speaker-data{
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
}
.speaker .speaker-data{
    padding-left: 20px;
}

@media screen and (max-width: 480px){
    .organizers .organizer  {
        width: 48%;
        margin: 0 0 15px 0;
    } 

    .speakers .speaker{
        width: 70%;
    }
}




/** Venue */

#venue .nav-tabs > li, #venue .nav-pills > li {
    margin: 20px 0;
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */    
}

#venue .nav-tabs, #venue .nav-pills {
    text-align:center;
}

#venue .nav-tabs {
    border-bottom: none;   
}

#venue .nav-tabs>li>a{
    font-size: 18px;
    background: white;
    color: #2c4e86;
    border: 2px solid #2c4e86;
    padding: 10px 30px;
    white-space: nowrap;
    border-radius: 4px;
}

#venue .nav>li>a:hover, #venue .nav>li>a:focus{
    background: #2c4e86;
    border: 2px solid #2c4e86;
    color: white;
}

#venue .nav-tabs>li.active>a, #venue .nav-tabs>li.active>a:focus,#venue .nav-tabs>li.active>a:hover{
    border: none;
    background-color: #2c4e86;
    color:white;
}

#venue  ul{
    font-size: 18px;
    line-height: 30px;
    color: #6a727b;
}

#hot_to > ul > li > i{
    padding-right: 10px;
}


/******************************************
********* Css of Calendar ***********
********************************************/
#calendar .fc-event{
    color: #fff;
    border: 1px solid #ccc;    
    border-radius: 0px;
    padding: 5px 10px;

    font-size: 14px;
}
#calendar .fc-title{
    font-weight: 700;
}

#calendar .general-event {
    background-color: #DF8500;
}

#calendar .talk {
    cursor: pointer;
    background-color: #2C4E86;
}

#calendar .talk:hover {
    background-color: #6784B3;
}

.fc-time-grid .fc-slats td {
    height: 40px !important;
}

.fc-event .fc-title{
    display: inline-flex;
}

/******************************************
********* Register ***********
********************************************/
#register img{
    width: 45%;
    height: auto;
}

#register a:hover{
    text-decoration: underline;
}

#thanks{
    margin: 50px;
}

/******************************************
********* Register ***********
********************************************/
.talk-box {
    text-align: left;
}

.talk-box h2{
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    margin: 20px 0 20px 35px;
}

.talk-box .sa-icon.sa-custom {
    float: left;
}

.talk-box p{
    padding: 10px 0 0 0;
    text-align: justify;
}

.talk-box button{
    padding: 5px 12px;
}


/* speaker-cal */
#talk_modal{
    text-align: justify;
}


#talk_modal_label{
    background: url('../img/ws-logo-dark-bold.png');
    background-position: left top;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
}

#hour_time, #room{
    padding-top: 20px;
    padding-left: 40px;
    font-weight: 600;
}

#talk_modal .speaker {
    background: #f5f5f5;
    border-radius: 2px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    padding:5px;
    margin: 10px 0;
}

#gallery img{
    width: 100%;
    height: auto;
}


/* ----------------------------------------------- */
.col-center {
    margin: 0 auto;
    float: none !important;
}
.carousel {
    margin: 30px auto 50px;
    padding: 0 68px;
}
.carousel .item {
    text-align: center;
    overflow: hidden;
    height: 160px;
}
.carousel .item .img-box {
    background: #fff;
    padding: 6px;
    box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4);
}
.carousel .item img {
    margin: 0 auto;
}
.carousel .carousel-control {
    width: 68px;
    background: none;
}
.carousel .carousel-control i {
    font-size: 28px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -15px;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 1px 4px;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li {
    background: #999;
    border-color: transparent;
}
.carousel-indicators li.active {
    background: #555;
}
