/* Theme Name: Meetup - Responsive Boostrap Theme
Author: CbsNet
Version: 1.0.0
Created: January 2016
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Main CSS file of the template 
*/

body {
    color:#666666;
    font-family:'Open sans';
    font-size:14px;
    font-weight:400;
    line-height:23px;
    overflow-x: hidden;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;

}

a {
    color: #fac42b;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #fac42b;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.nav > li > a {
    padding: 10px;
}

.nav > li > a > img{
    margin-left: 30px;
}

@media (max-width: 992px){
    .nav > li > a > img{
        margin-left: 0;
    }
}

h1, h2, h3, h4, h5, h6 {
    color:#262626;
}


h1 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: 0px;
}

h2 {
    color:#333;
    font-family:'Roboto';
    font-size:40px;
    font-weight: bold;
    margin-bottom: 0px;
}

h3 {
    font-family:'Roboto';
    font-size:28px;
    letter-spacing:-2px;
    color:#262626;
    line-height:28px;
    padding-bottom:5px;
}

h4 {
    font-family:'Roboto';
    font-size:18px;
    letter-spacing:1px;
}

h5 {
    font-family:'Roboto';
}

section {
    padding-top: 75px;
    padding-right: 0;
    padding-bottom: 90px;
    padding-left: 0;
}

.uppercase {
    text-transform:uppercase;
}

.blog-title {
    text-transform:uppercase;
    margin-top: -250px;

}


.no-padding {
    padding:0;
}

.mfp-bg {
    background:#ffffff;
}

.lead {
    color:#999999;
}

a {
    outline:none;
}

.owl-theme .owl-controls .owl-page span {
    background:#fac42b;
}


/* NAVBAR */

.navbar-custom {
    font-family:'Open sans';
    font-size:12px;
    font-weight:400;
    /*letter-spacing:1px;*/
    margin-bottom:0;
    border-radius:0;
    z-index:1041;

    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    background-color: transparent;
}

.navbar-custom a {
    color:#333333;
}

.navbar-custom .navbar-nav > li > a:hover {
    color:#fac42b;
    background:transparent;
}

.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:focus {
    color:#fac42b;
    background:transparent;
}

.navbar-custom .icon-bar {
    background:#fac42b;
}

.sticky-wrapper {
    position:absolute;
    width:100%;
    padding-top:10px;
}

.sticky-wrapper a {
    color:#ffffff;
}

.is-sticky .navbar-custom {
    width:100%;
    background:#262626;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.is-sticky a {
    color:#ffffff;
}


/* navbar effect */

.navbar-custom a {
    padding: 8px 0;
}

.navbar-custom .navbar-nav > li > a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0,0,0,0.1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.navbar-custom .navbar-nav > li > a:hover::after,
.navbar-custom .navbar-nav > li > a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}


/* HIGHLIGHT */

#highlight {
    padding:0px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 50px;
}

#highlight h3 {
    color:#ffffff;
    margin-bottom:0;
    margin-top: 25px;
    font-size: 36px;
    font-weight: bold;
}

#highlight #left {
    color:#b0b0b0;
    background:#262626;
    min-height:100px;
}

#highlight #right {
    background:#fac42b;
    min-height:100px;
}

#right #countdown {
    margin:15px 0;
}




/**** MAIN VIDEO BACKGROUND ****/


video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(img/slider/slide1.html) no-repeat;
    background-size: cover;

}


/**** Video transparent Overlay  ****/

div#overlay-banner {
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50%;
    height: 100%;
    float: left;
}


/**** Video Overlay text ****/




#image-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
    #image-wrapper{
        max-width:60%;
    }
}


div#overlay-above {
    position: absolute;
    left: 25%;
    width: 50%;
    top: 50%;
    margin-top: -78px;
    text-align: center;
    font-size: 44px;
    color: #FFF;
}


div#overlay {
    position: absolute;
    left: 25%;
    width: 50%;
    top: 50%;
    margin-top: 60px;
    text-align: center;
    font-size: 64px;
    font-weight:bold;
    color: #FFF;
}


div#overlay-under {
    position: absolute;
    z-index: 1;
    text-align: center;
    font-size: 45px;
    color: #FFF;
    margin-top: 28%;
    margin-left: 17%;
}




/* COUNTDOWN */

#countdown {
    margin-top:0;

}

#countdown .countdown_amount {
    color:#666666;
    font-family:'roboto-light';
    font-size:40px;
    text-align:left;
    line-height:50px;
    text-align:center;
}

#countdown .countdown_section {
    color:#262626;
    font-family:'robotoslab-bold';
    font-size:13px;
    text-align:left;
    line-height:10px;
    letter-spacing:0;
    text-align:center;
}


/*INFO*/

#info {
    padding-top: 70px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
}

#info i {
    color:#fac42b;
    margin-bottom:10px;
}

.feature {
    margin:50px 0 0 0;
}




/* BAND */

#speakers {
    background:#f5f5f5;
    border-top:1px solid #f0f0f0;
    padding:70px 0 90px 0;
}

.speaker {
    margin-bottom:30px;
    background:#ffffff;
}

.speaker .caption {
    padding:10px;
}

.speaker h4 {
    font-family:'roboto';
    font-size:18px;
    font-weight: bold;
    letter-spacing:1px;
    margin-bottom:0;
}

.speaker h4:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    margin:0 auto;
    background-color: #fac42b;
    margin-top: 10px;
    margin-bottom: 5px;
}

.speaker .company {
    color:#999999;
    font-family:'Open sans';
    font-size:11px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin:0;
}

#speakers .owl-buttons {
    position: absolute;
    font-size: 10px;
    right: 0;
}

#list-speaker li{
    display:none;
}

/* speaker detail */

#speaker-detail {
    background:#ffffff;
    box-shadow: 0px 3px 5px rgba(0,0,0,.1);
}

#speaker-detail h2 {
    font-family:'roboto-light';
    margin-bottom:0;
}

#speaker-detail h2 span {
    font-family:'robotoslab-bold';
}

#speaker-detail img {
    width:100%;
    height:500px;
    padding: 10px;
}

#speaker-detail .lead {
    margin-bottom:10px;
}

#speaker-detail .social{
    margin-bottom:10px;
}

#speaker-detail .social li{
    padding-left:1px;
}

#speaker-detail .social li:first-child{
    padding-left:5px;
}

#speaker-detail .social a {
    opacity:0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#speaker-detail .social a:hover {
    opacity:1;
}

#speaker-detail .social a .fa-facebook-square{
    color:#3b5998;
}

#speaker-detail .social a .fa-twitter-square{
    color:#00aced;
}

#speaker-detail .social a .fa-linkedin-square{
    color:#007bb6;
}

#speaker-detail .social a .fa-google-plus-square{
    color:#dd4b39;
}

#speaker-detail .mfp-close {
    color:#ffffff;
    opacity:1;
    background-color: #e46f61;
}

#speaker-detail li {
    padding-right:1px;
}

#speaker-detail #content {
    height:230px;
    margin-bottom:15px;
}


/* PROGRAM */

#concerts {
    color:#ffffff;
    background:#fac42b;
    padding:70px 0 90px 0;
    /*background-image: url("../img/folkarria/bg/dark-wall.png");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;*/
}

.no-border{
    border: none !important;
}

#concerts h4 {
    font-size:17px;
    letter-spacing:0;
}

#concerts .lead {
    color:#ffffff;
}

#concerts img {
    border:1px solid #ffffff;
}

#concerts .nav-tabs {
    border-bottom:1px solid rgba(48, 48, 48, 0.80);
    margin-bottom:20px;
    font-size:19px;
}

#concerts .nav-tabs > li > a {
    color: rgba(48, 48, 48, 0.60);
    padding:10px 40px 10px 0;
    background: none;
    border:none;
    cursor: pointer;
}

#concerts .nav-tabs > li.active > a {
    color: #232323;
    padding:10px 40px 10px 0;
    border-bottom:4px solid rgba(48, 48, 48, 0.80);
    font-size:21px;
}

#concerts .nav-tabs > li > a:hover,
#concerts .nav-tabs > li.active > a:hover {
    color: #262626;
}

#concerts .panel {
    background:transparent;
}

#concerts .panel-body {
    border-top:1px solid rgba(48, 48, 48, 0.70);
    padding:20px 0;
}

#concerts .panel-default {
    border:none;
    border-bottom:1px solid rgba(48, 48, 48, 0.70);
    border-radius:3px;
}

#concerts .panel-default > .panel-heading {
    color: #333333;
    background:transparent;
    border-color: #ffffff;
    padding:10px 0;
}

#concerts .panel-title {
    float:left;
}

#concerts .panel-title > a {
    font-weight: bold;
    color: #262626;
    text-decoration:none;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    font-style: italic;
}

#concerts .panel-title > a:hover {
    color: rgba(38, 38, 38, 0.70);
    text-decoration: underline;
}

#concerts .date {
    margin-bottom:0;
    font-size:17px;
    line-height:18px;
}

#concerts .speaker-name {
    color:#262626;
    font-weight: bold;
    font-size:12px;
    letter-spacing:1px;
}

#concerts .panel-body h4 {
    color:#666666;
    font-size:21px;
}

#concerts .panel-body p {
    margin-right:10px;
    display:inline-block;
}

#concerts .panel-body p span {
    color:#333;
    display:inherit;
}

#concerts .about-speaker i{
    color:#262626;
}

#concerts .about-speaker a{
    color:#262626;
    text-decoration:none;
}

#concerts .about-speaker a:hover{
    color:#000000;
    text-decoration:none;
}




/* SOUNDCLOUD MUSIC PLAYER */


.lan-video-holder {
    padding-bottom: 0;
}
.lan-single-video {
    padding-bottom: 30px;

}
.lan-music-holder .lan-single-video iframe{
    width: 100%;
}
.lan-single-video iframe{
    border: 1px solid #4b4b4b !important;
}




/* DOWNLOAD */

#download {
    padding:90px 0 110px 0;
}

#download h3:after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background-color: #fac42b;
    margin-top: 12px;
    margin-bottom: 15px;}




/* BUY TICKET */

#buy-ticket {
    padding:70px 0 90px 0;
    color:#333;
    background: rgba(250, 196, 43, 0.81);
}

#buy-ticket h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 0;
}

#buy-ticket h3 {
    margin-top:30px;
}

#buy-ticket h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #333;
    margin-top: 12px;
    margin-bottom: 15px;
}


#buy-ticket h4 {
    margin-top:30px;
}

#buy-ticket h4:after {
    content: "";
    display: block;
    width: 140px;
    height: 3px;
    background-color: #333;
    margin-top: 12px;
    margin-bottom: 15px;
}

#buy-ticket i {
    color:#fac42b;
}

/*************************
******Table CSS****
**************************/

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 1em;
}

table {
    margin: 0 0 2em 0;
    width: 100%;
}

table tbody tr {
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-left: 0;
    border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
    background-color: rgba(255, 255, 255, 0.075);
}

table td {
    padding: 0.35em 0.75em;
    color: #333;
    font-size: 0.9em;
    /*font-weight: bold;*/
}

table tr.completo td:first-child{
    background: #e44c65;
    border-radius: 100%;
    display: inline-block;
    height: 1.2em;
    margin-left: 1em;
    vertical-align: middle;
}
table tr.completo a{
    color: #e44c65;
    text-decoration: none;
}

strong.header.completo{
    color: #e44c65;
    /*font-size: 1.3em;
    font-weight: bold;*/
}

table tr.pack td:first-child{
    background: #9aac00;
    border-radius: 100%;
    display: inline-block;
    height: 1.2em;
    margin-left: 1em;
    vertical-align: middle;
}

table tr.pack a{
    color: #9aac00;
    text-decoration: none;
}

strong.header.pack{
    color: #9aac00;
    /*font-size: 1.3em;
    font-weight: bold;*/
}

table tr.suelto td:first-child{
    background: #f7941d;
    border-radius: 100%;
    display: inline-block;
    height: 1.2em;
    margin-left: 1em;
    vertical-align: middle;
}

table tr.suelto a{
    color: #f7941d;
    text-decoration: none;
}

strong.header.suelto{
    color: #f7941d;
    /*font-size: 1.3em;
    font-weight: bold;*/
}

table tr.other td:first-child{
    background: #ffe207;
    border-radius: 100%;
    display: inline-block;
    height: 1.2em;
    margin-left: 1em;
    vertical-align: middle;
}

table tr.other a{
    color: #ffe207;
    text-decoration: none;
}

strong.header.other{
    color: #ffe207;
    /*font-size: 1.3em;
    font-weight: bold;*/
}

table tr a:hover {
    color: #ffffff !important;
    border-bottom-color: transparent;
}

table th {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 300;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}

table thead {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

table tfoot {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}


/* ACCOMODATION */

#venue {
    padding:70px 0 90px 0;
}

#venue .venue {
    background-image: url(../img/hotel-ext.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height:200px;
    margin-bottom:110px;
    display:table;
    width:100%;
}

#venue .venue .venue-inner {
    color:#b0b0b0;
    background:rgba(0,0,0, 0.7);
    display:table-cell;
    vertical-align:middle;

}

.venue-inner h2 {
    color:#ffffff;
    margin-top:0;
}

#venue h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 0;
}

#venue h3 {
    margin-top:30px;
}

#venue h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #fac42b;
    margin-top: 12px;
    margin-bottom: 15px;
}


#venue h5.transporte {
    margin-top:50px;
}

#venue h5.transporte:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #fac42b;
    margin-top: 12px;
    margin-bottom: 15px;
}

.venue-inner h4 {
    color:#ffffff;
}

#venue i {
    color:#fac42b;
}

.venue-inner .lead {
    color:#b0b0b0;
}

.venue-info {
    margin-bottom:45px;
}


.hotel-carousel {
    margin-top:20px;
    margin-bottom:70px;
}

#hotel-carousel .item {
    margin:0 7px;
}

.hotel .caption {
    position:relative;
    padding:10px 0 0 0;
    line-height:19px;
}

.hotel .caption h5 {
    font-family:'roboto-light';
}

.hotel .caption .rating {
    position:absolute;
    top:0;
    right:0;
    padding:17px 0 0 0;
}




/* BLOG CONTENT */

#speakers {
    background:#f5f5f5;
    border-top:1px solid #f0f0f0;
    padding:70px 0 90px 0;
}

.blog-post {
    margin-bottom:30px;
    background:#ffffff;
}

.blog-post .caption {
    padding:10px;
}

.blog-post h4 {
    font-family:'roboto-light';
    font-size:16px;
    letter-spacing:1px;
    margin-bottom:0;
}

.blog-post h4:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    margin:0 auto;
    background-color: #fac42b;
    margin-top: 10px;
    margin-bottom: 5px;
}

.blog-post .company {
    color:#999999;
    font-family:'Open sans';
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin:0;
}

#blog-post .owl-buttons {
    position: absolute;
    font-size: 10px;
    right: 0;
}

#list-blog li{
    display:none;
}

/* speaker detail */

#blog-post-detail {
    background:#ffffff;
    box-shadow: 0px 3px 5px rgba(0,0,0,.1);
}

#blog-post-detail h2 {
    font-family:'roboto-light';
    margin-bottom:0;
}

#blog-post-detail h2 span {
    font-family:'robotoslab-bold';
}

#blog-post-detail img {
    width:100%;
    height:500px;
    padding: 10px;
}

#blog-post-detail .lead {
    margin-bottom:10px;
}

#blog-post-detail .social{
    margin-bottom:10px;
}

#blog-post-detail .social li{
    padding-left:1px;
}

#blog-post-detail .social li:first-child{
    padding-left:5px;
}

#blog-post-detail .social a {
    opacity:0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#blog-post-detail .social a:hover {
    opacity:1;
}

#blog-post-detail .social a .fa-facebook-square{
    color:#3b5998;
}

#blog-post-detail .social a .fa-twitter-square{
    color:#00aced;
}

#blog-post-detail .social a .fa-linkedin-square{
    color:#007bb6;
}

#blog-post-detail .social a .fa-google-plus-square{
    color:#dd4b39;
}

#blog-post-detail .mfp-close {
    color:#ffffff;
    opacity:1;
    background-color: #e46f61;
}

#blog-post-detail li {
    padding-right:1px;
}

#blog-post-detail #content {
    height:230px;
    margin-bottom:15px;
}



#spacedata  {
    background-image: url(../img/folkarria/space/folkarria1_opt.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height:270px;
    position:relative;
    padding:0;
    display: block;
}


/* INFO DATA */

#infodata  {
    background-image: url(../img/folkarria/space/folkarria8_opt.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height:310px;
    position:relative;
    padding:0;
    display: block;
}

.infodata-inner {
    color:#ffffff;
    background:rgba(0,0,0, 0.5);
    position:absolute;
    width:100%;
    height:100%;
}

#infodata .item {
    margin:100px 0 0 0;
    display:table;


}

#infodata i {
    float:left;
    border-right:1px solid #ffffff;
    padding:20px 20px 20px 0;
}

#infodata .desc {
    padding-left:20px;
    display:table-cell;
    vertical-align:middle;
}

#infodata .number {
    font-family:'robotoslab-bold';
    font-size:40px;
    font-weight:700;
    margin-top:15px;
    margin-bottom:0;
    line-height:1;
}

#infodata .description {
    font-size:12px;
    font-weight:400;
    letter-spacing:2px;
    text-transform:uppercase;
}


/* REGISTER */

#pricing-table {
    background: #f3f3f3;
    border-bottom:1px solid #f0f0f0;
    padding:70px 0 90px 0;
}

#price-carousel {
    margin:20px 0 40px 0;

}


/* register form */

#register-form {
    padding:25px;
    background:#ffffff;
}

#register-form h2 {
    margin-bottom:15px;
}

.register-form {
    margin-top:10px;
}


/* GALLERY */

#gallery {
    padding:70px 0 90px 0;
}

#timeline .item {
    margin:10px 10px 20px 10px;
}


/* TESTIMONIAL */

#testimonial {
    background:#fac42b;
    background-image: url(../img/folkarria/space/folkarria7_opt.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    color:#ffffff;
    padding:0;
    margin-bottom: -75px;
}

#testimonial .testimonial-inner {
    background:rgba(0, 0, 0, 0.7);
    padding:50px 40px 30px 40px;
    min-height:200px;
}

#testimonial-carousel img {
    border:2px solid #ffffff;
    margin:0 0 20px 0;
}

#testimonial .lead {
    color:#b0b0b0;
}

#testimonial .name {
    color:#ffffff;
    font-family:'Lato';
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
}

#testimonial .owl-theme .owl-controls {
    text-align: left;
}


/* SPONSORS */

#sponsors {
    margin:30px 0;
    padding:70px 0 90px 0;
}

.sponsor {
    border:2px solid #fac42b;
    margin:0 5px;
    padding:10px;
    text-align:center;
}

#sponsors-carousel:first-child {
    margin-left:0;
}

#sponsors-carousel:last-child {
    margin-right:0;
}

#sponsors i {
    color:#fac42b;
}




/********** CONTACT SECTION *********/


.form-section{
    padding-top:60px;
    padding-bottom:60px;
    height: 340px;
    background-color: #f5f5f5;
    margin-bottom: -100px;
}


input.shortcode_button,
button.shortcode_button {
    padding-top:0px;
    padding-bottom:0px;
    height: 35px;
    line-height:34px;
    margin:0;
}
.contact_form {
    background:#f8f8f8;
    margin:0 -30px 30px;
    padding:38px 40px 40px 30px;
}
.contact_form .inp {
    width:calc(100% + 10px);
}
.inp {
    background: #fff;
    margin:0 0 20px;
    padding: 7px 10px;
    width: 100%;
    border:none;
    border:1px #999999 solid;
    outline:none;
    box-shadow:none;
    font-size:16px;
    color:#666;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
}
form textarea {
    resize:none;
}
.contact_form .shortcode_button {
    margin-top:10px;
}


/* Placeholder */
.contact_form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666;
}
.contact_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #666;
    opacity:  1;
}
.contact_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #666;
    opacity:  1;
}
.contact_form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #666;
}

.address-content{
    margin-top: 30px;
    width: 550px;
}

.address-content li {
    margin-bottom: 10px;
}
.icon-text{
    padding-left: 20px;
    font-size: 20px;
}


ul {
    list-style: outside none none;
}


/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
/***/

/** form valid style **/
.notification_error,
.notification_ok {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 0 30px;
    padding: 12px 10px 12px 35px;
    position:relative;
}
.notification_ok {
    border: 1px #038BD4 solid;
    color: #038BD4;
    background:#D0E3EA;
    margin-bottom:10px;
}
.notification_error {
    border: 1px #C93119 solid;
    color: #C93119;
    background:#FFCFCF;
    margin-top: -100px;
}
.notification_error:before,
.notification_ok:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left:11px;
    top:15px;
    background-position:0 0;
    background-repeat:no-repeat;
}
.notification_error:before {background-image:url(../images/error.html);
}
.notification_ok:before {background-image:url(../images/info.html);
}

.no_bottom {padding-bottom:0;
}

#note {
    max-width:770px;
    margin:0 auto;
}


/* MAP SECTION */

.map-canvas iframe {
    width: 100%;
    height: 450px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:  grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


.gmnoprint,
.gm-style-cc {
    display:none;
}


/* MODAL */

.portfolio-modal .modal-content {
    padding: 10px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    background-position: center top;
    background-size: 100% auto;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-repeat: repeat;
    padding-bottom: 30px;
    height: auto;
    /*background: rgb(132,158,205); /!* Old browsers *!/
    background: -moz-linear-gradient(top, rgba(132,158,205,1) 0%, rgba(203,170,162,1) 50%, rgba(132,158,205,1) 100%); /!* FF3.6-15 *!/
    background: -webkit-linear-gradient(top, rgba(132,158,205,1) 0%, rgba(203,170,162,1) 50%, rgba(132,158,205,1) 100%); /!* Chrome10-25,Safari5.1-6 *!/
    background: linear-gradient(to bottom, rgba(132,158,205,1) 0%, rgba(203,170,162,1) 50%, rgba(132,158,205,1) 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849ecd', endColorstr='#849ecd', GradientType=0 ); /!* IE6-9 *!/*/
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: #fac42b;
    cursor: pointer;
    padding-top: .6em;
    z-index: 99999;
}
.portfolio-modal .close-modal:hover {
    opacity: .6;
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 3px;
    height: 55px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 3px;
    height: 55px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
    .portfolio-modal .close-modal {
        top: 15px;
        right: 15px;
        width: 29px;
        height: 29px;
        padding-top: .3em;
    }

    .portfolio-modal .close-modal .lr {
        width: 2px;
        height: 20px;
        margin-left: 13px;
    }
    .portfolio-modal .close-modal .lr .rl {
        width: 2px;
        height: 20px;
    }
}
/* FOOTER */


footer {
    color:#b0b0b0;
    font-size:18px;
    background: #2d2d2d;
    margin-top: -30px;
    padding-top: 90px;
    padding-right: 0;
    padding-bottom: 70px;
    padding-left: 0;
}
footer h4 {
    color:#ffffff;
}

footer h4:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #fac42b;
    margin-top: 12px;
    margin-bottom: 15px;
}

footer ul li a {
    color:#ececee;
}

footer ul li a:hover {
    color:#ffffff;
}

footer .button-big {
    font-size:16px;
    width:100%;
}

footer dt {
    color:#ffffff;
    font-size:15px;
    margin-top:5px;
    margin-bottom:3px;
    cursor:pointer;
    font-weight: normal;
}


/* Subfooter */

.subfooter {
    color:#ececee;
    font-size:13px;
    letter-spacing:.05em;
    background:#000000;
    padding:15px 0;
    line-height:20px;
}

.subfooter ul {
    margin-bottom:0;
}

.subfooter li a {
    color:#ececee;
}

.subfooter li a:hover {
    color:#ffffff;
    text-decoration:none;
}

/* Newsletter */

#newsletter {
    color:#262626;
    background:#ebe8e8;
    margin-bottom:0;
}


/* MISC. */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select,
textarea {
    font-size:16px;
    font-family:inherit;
    width:100%;
    min-height:30px;
    padding:12px 10px;
    text-transform:uppercase;
    border:0;
    border:1px solid #999999;
    margin-bottom:20px;
    outline:none;
}


/* BUTTONS */

.button {
    font-family:'lato';
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button-xsmall {
    padding:2px 7px;
    font-size:11px;
    letter-spacing:1px;
}

.button-small {
    font-size:13px;
    letter-spacing:1px;
    margin-top: 30px;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    position: relative;
}

.button-big {
    padding:10px 18px;
    font-size:21px;
}

.button-line-light {
    color:#ffffff;
    background:transparent;
    border:2px solid #ffffff;
}

.button-line-light:hover,
.button-line-light:active {
    color: #262626;
    background: #ffffff;
    text-decoration:none;
}

.button-line-dark {
    color:#262626;
    background:transparent;
    border:2px solid #262626;
}

.button-line-dark:hover,
.button-line-dark:active {
    color: #ffffff;
    background: #262626;
    text-decoration:none;
}


/* PRELOAD */

#preload {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display:table;
    background-color: #fff;
}

#preload .preload {
    display:table-cell;
    vertical-align:middle;
}

.spinner {
    width: 30px;
    height: 30px;
    background-color: #fff;

    margin: 100px auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}


/* OWL CAROUSEL */

.owl-theme .owl-controls .owl-buttons div {
    color: #fac42b;
    margin:0;
    padding: 1px;
    font-size: 12px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

/* GALLERY IMG OVERLAY EFFECT */

.wrap {
    display: block;
    overflow: hidden;
    position: relative;
}

.wrap .overlay:after {
    background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
    height: 100%;
    content:"";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

.wrap:hover .overlay:after {
    top: 50%;
    opacity: 1;
}

.wrap .overlay:before {
    background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
    bottom: -100%;
    height: 100%;
    content:"";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

.wrap:hover .overlay:before {
    bottom: 50%;
    opacity: 1;
}

.wrap .icon {
    color:#ffffff;
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.wrap:hover .icon {
    opacity: 1;
    visibility: visible;
}

.wrap .icon a {
    color:#ffffff;
}

.wrap .icon a:hover {
    color:#333333;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Speaker hover effect */

/* Common style */
.speaker figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.speaker figure img {
    position: relative;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 0.8;
}

.speaker figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.speaker figure figcaption::before,
.speaker figure figcaption::after {
    pointer-events: none;
}

.speaker figure figcaption,
.speaker figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.speaker figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    outline:none;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
    background: #030c17;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}

figure.effect-ming span img {
    padding: 1.4em 0;
    opacity: 0;
    margin:0 auto;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover span img {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
}



@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {


    .navbar-collapse {
        background: rgba(0, 0, 0, 0.5); /*replace with desired color*/ }


    #highlight #left {
        background:none;
        text-align:center;
    }

    #highlight h2 {
        color:#262626;
    }

    #highlight #right {
        background:none;
    }




    div#overlay-banner {
        display:none;
    }

    div#overlay-above {
        display:none;
    }


    div#overlay {
        position: absolute;
        z-index: 1;
        text-align: center;
        font-size: 45px;
        color: #FFF;
        margin-top: -80px;
        margin-left: 0%;
    }
    div#overlay-under {
        position: absolute;
        z-index: 1;
        text-align: center;
        font-size: 25px;
        color: #FFF;
        margin-top: 59%;
        margin-left: 17%;
    }

    .form-fields{
        padding-bottom:80px;
    }

    .map-canvas{
        padding-top: 160px;
    }



    #myTab li {
        width:100%;
    }

    #concerts .panel-title {
        display:block;
        float:none;
    }

    #concerts .speaker-name {
        text-align:center;
        margin-top:20px;
    }
}
