@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,800&subset=latin-ext');
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue/BebasNeueThin.otf');
    font-weight: 100;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue/BebasNeueBook.otf');
    font-weight: 200;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue/BebasNeueLight.otf');
    font-weight: 300;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue/BebasNeueRegular.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue/BebasNeueBold.otf');
    font-weight: 700;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNovaThin.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNovaRegular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNovaSemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNovaBold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNovaBlack.ttf');
    font-weight: 900;
}

body {
    min-width: 320px;
    background-color: #020202;
    font-family: 'Open Sans', 'Arial', sans-serif;
    color: #1d1d1b;
}

img,
object,
embed {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    outline: none !important;
}

@media (max-width: 479px) {
    .sizeMax480 {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

.tropic-header {
    position: relative;
    padding-bottom: 56.25%;
    z-index: 1;
}

.header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 98%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 98%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 98%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
    padding: 20px 0 30px;
    z-index: 2;
}

.video-controls {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.video-controls>li {
    float: left;
}

.video-controls>li+li {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .video-controls>li+li {
        margin-left: 5px;
    }
}

.video-controls button {
    width: 36px;
    height: 36px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    border: 2px solid #fff;
    border-radius: 50%;
    outline: 0;
    padding: 0;
    -webkit-transition: background .33s ease, color .33s ease;
    transition: background .33s ease, color .33s ease;
}

#video-play {
    padding-left: 4px;
}

#video-play,
#video-stop {
    font-size: 14px;
}

@media (max-width: 767px) {
    .video-controls button {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    #video-play {
        padding-left: 2px;
    }
    #video-play,
    #video-stop {
        font-size: 10px;
    }
}

.video-controls button:hover,
.video-controls button:focus {
    background: #fff;
    color: #020202;
}

.video-controls li.active button {
    background: #fff;
    color: #020202;
}

.video-title {
    font-family: 'Proxima Nova', 'Open Sans', 'Arial', sans-serif;
    color: #fff;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 0 8px 15px;
}

@media (max-width: 767px) {
    .video-title {
        font-size: 16px;
        padding: 5px 0 5px 10px;
    }
}

.social-media {
    float: right;
    list-style: none;
    padding: 0;
    margin: 6px 0;
}

@media (max-width: 479px) {
    .social-media {
        float: left;
    }
}

.social-media>li {
    float: left;
}

.social-media>li+li {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .social-media>li+li {
        margin-left: 15px;
    }
}

@media (max-width: 479px) {
    .social-media>li+li {
        margin-left: 5px;
    }
}

.social-media>li>a {
    display: block;
    height: 24px;
    color: #acacac;
    font-size: 24px;
    line-height: 1;
    -webkit-transition: color .33s ease;
    transition: color .33s ease;
}

@media (max-width: 479px) {
    .social-media>li>a {
        width: 30px;
        height: 30px;
        background: #fff;
        color: #020202;
        font-size: 14px;
        text-align: center;
        line-height: 26px;
        border: 2px solid #fff;
        border-radius: 50%;
        -webkit-transition: background .33s ease, color .33s ease;
        transition: background .33s ease, color .33s ease;
    }
}

.social-media>li>a:hover,
.social-media>li>a:focus {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 479px) {
    .social-media>li>a:hover,
    .social-media>li>a:focus {
        background: transparent;
    }
}

.social-media .fa {
    color: inherit;
    line-height: inherit;
}

.header-brand {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    z-index: 3;
}

.header-brand_logo {
    display: inline-block;
}

@media (max-width: 1199px) {
    .header-brand_logo {
        max-width: 480px;
    }
}

@media (max-width: 991px) {
    .header-brand_logo {
        max-width: 360px;
    }
}

@media (max-width: 767px) {
    .header-brand {
        bottom: 20px;
    }
    .header-brand_logo {
        display: none;
    }
}

.header-scroll {
    display: block;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 44px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: color .33s ease, background .33s ease;
    transition: color .33s ease, background .33s ease;
    cursor: pointer;
}

@media (min-width: 768px) {
    .header-scroll {
        margin-top: -10px;
    }
}

@media (max-width: 767px) {
    .header-scroll {
        width: 36px;
        height: 36px;
        font-size: 24px;
        line-height: 32px;
    }
}

.header-scroll:hover {
    background: #fff;
    color: #1d1d1b;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
    }
    60% {
        -webkit-transform: translateY(-8px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
    }
    60% {
        -webkit-transform: translateY(-8px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
    }
    60% {
        -webkit-transform: translateY(-8px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
    }
    60% {
        -webkit-transform: translateY(-8px);
    }
}

.header-scroll>span {
    display: block;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.header-scroll .fa {
    line-height: inherit;
}

.header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.header-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tropic-fixed {
    position: relative;
    background: #020202;
    z-index: 2;
}

.fixed-fluid {
    padding-top: 82px;
}

.tropic-navigation {
    background: #020202;
    border-bottom: 2px solid #fff;
}

.tropic-navigation-fluid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    box-shadow: 0 2px 12px rgba(255, 255, 255, .25);
    -webkit-transition: box-shadow .33s ease;
    transition: box-shadow .33s ease;
    z-index: 10000;
}

.navbar-default {
    position: relative;
}

@media (min-width: 1200px) {
    .navbar-collapse {
        margin: 0 -20px;
    }
}

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

@media (max-width: 767px) {
    .navbar-header {
        margin: 0 -15px;
    }
}

.navbar-brand {
    height: 80px;
    padding: 15px;
}

.tropic-navigation-fluid .navbar-brand {
    height: 50px;
    padding: 5px 15px;
}

.navbar-brand img {
    max-height: 100%;
}

.navbar-toggle {
    float: right;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 0;
    border-radius: 0;
    outline: 0;
    padding: 9px;
    margin: 15px 15px 15px 0;
}

.tropic-navigation-fluid .navbar-toggle {
    margin: 0;
}

.navbar-icon {
    display: block;
    width: 32px;
    height: 6px;
    background: #020202;
    border-radius: 4px;
}

.navbar-icon+.navbar-icon {
    margin-top: 5px;
}

.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .navbar-nav {
        display: table;
        width: 100%;
    }
    .navbar-nav>li {
        display: table-cell;
        text-align: center;
    }
    .tropic-navigation-fluid .navbar-nav>li {
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: padding .33s ease;
        transition: padding .33s ease;
    }
}

.navbar-nav>li>a {
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 30px;
}

@media (min-width: 768px) {
    .navbar-collapse {
        margin: 0 -5px;
    }
    .navbar-nav>li {
        padding: 25px 5px;
    }
    .navbar-nav>li>a {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        margin: 0 -10px;
    }
    .navbar-nav>li {
        padding: 25px 10px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav>li {
        padding: 25px 20px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #020202;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .5s ease;
        transition: max-height .5s ease;
    }
    .navbar-mobile .navbar-collapse {
        max-height: 240px;
    }
    .navbar-nav {
        border: 2px solid #fff;
        padding: 5px 0;
    }
    .navbar-nav:before,
    .navbar-nav:after {
        content: '';
        display: table;
    }
    .navbar-nav:after {
        clear: both;
    }
    .navbar-nav>li {
        float: left;
        width: 50%;
    }
    .navbar-nav>li>a {
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 5px 15px;
    }
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active {
    text-decoration: none;
}

.tropic-about {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 40px 30px;
}

.entry-content {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.tropic-about-title,
.tropic-records-title,
.entry-content h1 {
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
    border-bottom: 2px solid #fff;
    padding: 20px 0;
    margin: 0 0 40px;
}


@media (max-width: 479px) {
    .tropic-about {
        padding: 60px 15px 40px;
    }
}

@media (max-width: 359px) {
    .tropic-about {
        font-size: 14px;
        line-height: 1.42857143;
        padding: 40px 0 20px;
    }
}

.tropic-records {
    background: #ffffff;
    font-family: 'Proxima Nova', 'Open Sans', 'Arial', sans-serif;
    color: #020202;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 30px 0;
}

@media (max-width: 359px) {
    .tropic-records {
        padding: 10px 15px 0;
    }
}

.tropic-about-title,
.tropic-records-title {
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
    border-bottom: 2px solid #fff;
    padding: 20px 0;
    margin: 0 0 40px;
}

@media (max-width: 767px) {
    .tropic-about-title,
    .tropic-records-title,
    .tropic-music-header,
    .tropic-concert-heading {
        text-align: center;
    }
}

@media (max-width: 359px) {
    .tropic-about-title {
        margin: 0 0 20px;
    }
}

.tropic-records-title {
    color: #020202;
    border-color: #020202;
    margin-bottom: 20px;
}

.tropic-about p,
.tropic-records p {
    margin: 0 0 20px;
}

.tropic-records-wrapper {
    background-image: url(../img/records-vinyl.jpg);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 0 30px 148px 386px;
    margin: 0 -30px;
}

@media (max-width: 1199px) {
    .tropic-records-wrapper {
        padding-left: 318px;
    }
}

@media (max-width: 991px) {
    .tropic-records-wrapper {
        padding: 0 30px 148px 30px;
    }
    .tropic-records-wrapper .tropic-records-button {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .tropic-records-wrapper {
        padding-bottom: 25%;
    }
}

@media (max-width: 599px) {
    .tropic-records-wrapper {
        padding-bottom: 20%;
    }
}

@media (max-width: 359px) {
    .tropic-records-wrapper {
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 -15px;
    }
}

.btn-primary {
    display: inline-block;
    position: relative;
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    border: 2px solid #9ede1b;
    padding: 13px 30px 11px;
    -webkit-transition: color .33s ease;
    transition: color .33s ease;
    z-index: 1;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #9ede1b;
    text-decoration: none;
}

.btn-primary:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9ede1b;
    z-index: -1;
    -webkit-transition: height .33s ease;
    transition: height .33s ease;
}

.btn-primary:hover:before,
.btn-primary:focus:before {
    height: 0;
}

.tropic-music {
    background: #ffffff;
    padding: 30px 30px 60px;
}

@media (max-width: 359px) {
    .tropic-music {
        padding: 30px 15px 40px;
    }
}

.tropic-music-header {
    border-bottom: 2px solid #1d1d1b;
    padding-bottom: 20px;
}

.tropic-music-title {
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    color: #020202;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
    margin: 0;
}

.music-carousel {
    position: relative;
    padding: 0 80px;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .music-carousel {
        padding: 0 66px;
    }
}

@media (max-width: 767px) {
    .music-carousel {
        padding: 0;
    }
}

.music-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

@media (max-width: 767px) {
    .music-carousel .owl-nav {
        display: none;
    }
}

.music-carousel .owl-nav>div {
    font-size: 0;
    pointer-events: all;
}

.music-carousel .owl-nav>div:before {
    display: block;
    width: 36px;
    height: 36px;
    font-family: 'FontAwesome';
    background: #020202;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    border: 2px solid #020202;
    border-radius: 50%;
    -webkit-transition: background .33s ease, border .33s ease;
    transition: background .33s ease, border .33s ease;
}

.music-carousel .owl-nav>div:hover:before {
    background: #9ede1b;
    border-color: #9ede1b;
}

.music-carousel .owl-prev {
    float: left;
}

.music-carousel .owl-prev:before {
    content: '\f0d9';
    padding-left: 10px;
}

.music-carousel .owl-next {
    float: right;
}

.music-carousel .owl-next:before {
    content: '\f0da';
    text-align: right;
    padding-right: 11px;
}

.music-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #9c9c9b;
    padding: 15px 0;
}

@media (max-width: 767px) {
    .music-row {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.music-title {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .music-title {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
}

.music-title h2, .music-title p {
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    color: #020202;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    -webkit-transition: color .33s ease;
    transition: color .33s ease;
}

.music-playing .music-title h2 {
    color: #2ec342;
}

.music-controls ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.music-controls ul>li {
    float: left;
}

.music-controls ul>li+li {
    margin-left: 5px;
}

.music-controls ul>li:not(:first-child) {
    margin-left: 5px;
}

.music-controls button {
    display: block;
    height: 24px;
    background: transparent;
    color: #1d1d1b;
    font-size: 24px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    padding: 0;
    -webkit-transition: color .33s ease;
    transition: color .33s ease;
}

.music-controls button:hover {
    color: #2ec342;
}

.music-time {
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    color: #020202;
    font-size: 24px;
    font-weight: 200;
    padding: 0 30px;
}

.music-tools-btn {
    display: inline-block;
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    color: #1d1d1b;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border: 2px solid #1d1d1b;
    padding: 4px 20px 2px;
    -webkit-transition: background .33s ease, color .33s ease, border-color .33s ease;
    transition: background .33s ease, color .33s ease, border-color .33s ease;
}

.music-tools-btn:hover,
.music-tools-btn:focus {
    background: #2ec342;
    color: #fff;
    border-color: #2ec342;
    text-decoration: none;
}

.tropic-preview {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .tropic-preview .row {
        margin-right: -30px;
        margin-left: -30px;
    }
    .tropic-preview .row>div {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.tropic-preview_widget-heading {
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    color: #fff;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 2px solid #fff;
    padding: 20px 0 15px;
    margin: 0 0 40px;
}

.widget-heading_decor {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .widget-heading_longer {
        width: calc(100% + 60px);
    }
}

.widget-heading_decor:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -32px;
    width: 341px;
    height: 272px;
    background: url(../img/green-smoke.png);
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

.widget-heading_decor_red {
    position: relative;
    z-index: 1;
}

.widget-heading_decor_red:before {
    content: '';
    position: absolute;
    left: -20px;
    bottom: -42px;
    width: 432px;
    height: 230px;
    background: url(../img/red-smoke.png);
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}


@media (max-width: 479px) {
    .widget-heading_decor:before {
        width: 308px;
        height: 246px;
    }
}

@media (max-width: 359px) {
    .widget-heading_decor:before {
        width: 280px;
        height: 224px;
    }
}

.tropic-preview_widget {
    margin-bottom: 20px;
}

.tropic-preview_widget-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
}

.tropic-preview_widget-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tropic-preview_widget-thumbnail {
    margin-bottom: 30px;
}

.tropic-preview_widget-title {
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.tropic-preview_widget-button {
    display: inline-block;
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    border: 2px solid #fff;
    padding: 0 40px;
    -webkit-transition: background .33s ease, color .33s ease;
    transition: background .33s ease, color .33s ease;
}

.tropic-preview_widget-button:hover,
.tropic-preview_widget-button:focus {
    background: #fff;
    color: #020202;
    text-decoration: none;
}

.tropic-concert {
    position: relative;
    background-color: #faab57;
    background-size: cover;
    background-position: center;
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 100px 30px 164px;
    margin: 80px 0;
    z-index: 2;
}

@media (max-width: 479px) {
    .tropic-concert {
        text-align: center;
        font-size: 20px;
        padding: 78px 30px 128px;
    }
}

@media (max-width: 359px) {
    .tropic-concert {
        padding: 60px 15px 96px;
        margin-bottom: 60px;
    }
}

.tropic-concert:before {
    content: '';
    position: absolute;
    top: -148px;
    left: -32px;
    width: 432px;
    height: 230px;
    background: url(../img/red-smoke.png);
    background-size: cover;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 479px) {
    .tropic-concert:before {
        width: 360px;
        height: 192px;
        top: -136px;
    }
}

@media (max-width: 359px) {
    .tropic-concert:before {
        width: 316px;
        height: 168px;
        top: -128px;
    }
}

.tropic-concert:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/concert_text.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.tropic-concert-wrapper {
    background: rgba(0, 0, 0, .75);
    padding: 20px 20px 0;
    margin-bottom: 30px;
}

.tropic-concert-heading {
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin: 0;
}

.concert-row {
    padding: 20px;
}

.concert-row:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.tropic-concert-date {
    font-weight: 700;
    letter-spacing: .1em;
}

.tropic-concert-place {
    font-weight: 300;
    letter-spacing: .1em;
    margin-top: 4px;
}

.tropic-concert .fa {
    font-size: 20px;
    font-weight: 400;
    vertical-align: 2px;
    margin-right: 8px;
}

@media (max-width: 479px) {
    .tropic-concert .fa {
        font-size: 16px;
    }
}

.tropic-footer {
    background: #fff;
    overflow: hidden;
    padding: 60px 120px 0;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .tropic-footer {
        padding: 60px 60px 0;
    }
}

@media (max-width: 767px) {
    .tropic-footer {
        padding: 60px 30px 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 359px) {
    .tropic-footer {
        padding: 40px 15px 0;
    }
}

.tropic-contact {}

.contact-heading {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 359px) {
    .contact-heading {
        margin-bottom: 20px;
    }
}

.contact-heading h3 {
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

.contact-heading h4 {
    font-family: 'Proxima Nova', 'Open Sans', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
}

.contact-content {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 50px;
}

@media (max-width: 479px) {
    .contact-content b,
    .contact-content strong {
        display: block;
    }
    .contact-content br {
        display: none;
    }
}

@media (max-width: 359px) {
    .contact-content {
        margin-bottom: 30px;
    }
}

@media (min-width: 480px) {
    .contact-wrapper {
        padding: 0 40px;
    }
}

@media (min-width: 1200px) {
    .contact-wrapper {
        padding: 0 80px;
    }
}

.contact-form {
    margin-bottom: 40px;
}

.form-row {
    margin-bottom: 10px;
}

.form-row:before,
.form-row:after {
    content: '';
    display: table;
}

.form-row:after {
    clear: both;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field textarea {
    display: block;
    width: 100%;
    font-family: 'Proxima Nova', 'Open Sans', 'Arial', sans-serif;
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    border: 2px solid #1d1d1b;
    padding: 8px 12px;
    -webkit-transition: border .33s ease, box-shadow .33s ease;
    transition: border .33s ease, box-shadow .33s ease;
}

.form-field textarea {
    height: 140px;
    min-height: 140px;
    resize: vertical;
}

.form-field input[type="text"]:focus,
.form-field input[type="email"]:focus,
.form-field input[type="tel"]:focus,
.form-field textarea:focus {
    border-color: #2ec342;
    box-shadow: 0 0 4px rgba(46, 195, 66, .5);
}

.form-field input[type="submit"] {
    display: block;
    float: right;
    height: 36px;
    background: #1d1d1b;
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    border: 2px solid #1d1d1b;
    padding: 2px 25px 0;
    -webkit-transition: background .33s ease, color .33s ease;
    transition: background .33s ease, color .33s ease;
}

.form-field input[type="submit"]:hover {
    background: #fff;
    color: #1d1d1b;
}

.contact-map {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .contact-map {
        min-height: 240px;
        padding-bottom: 56.25%;
    }
}

.contact-map iframe {
    position: absolute;
    bottom: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    border: 0;
}

.tropic-info {
    background: #020202;
    padding: 20px 80px;
}

@media (max-width: 1199px) {
    .tropic-info {
        padding: 20px 40px;
    }
}

@media (max-width: 991px) {
    .tropic-info {
        padding: 30px 40px;
    }
}

@media (max-width: 479px) {
    .tropic-info {
        padding: 20px 0;
    }
}

@media (min-width: 992px) {
    .tropic-info>.row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.tropic-info>.row {
    margin-right: -40px;
    margin-left: -40px;
}

.tropic-info>.row>div {
    padding-right: 40px;
    padding-left: 40px;
}

@media (min-width: 992px) {
    .tropic-info>.row>div+div {
        border-left: 2px solid #fff;
    }
}

.tropic-info-box {
    font-family: 'Proxima Nova', 'Open Sans', 'Arial', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.28571428;
}

@media (max-width: 991px) {
    .tropic-info-box {
        text-align: center;
    }
    .tropic-info>.row>div:not(:last-child) .tropic-info-box {
        border-bottom: 2px solid #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .tropic-info>.row>div:not(:last-child) .tropic-info-box {
        border-bottom: 5px solid #fff;
    }
}

.tropic-info-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}

.tropic-info-box p:last-child {
    margin: 0;
}

.tropic-brand {
    font-family: 'Proxima Nova', 'Open Sans', 'Arial', sans-serif;
    color: #000;
    font-size: 10px;
    text-align: center;
    padding: 20px 0;
}

.tropic-brand_logo {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: transform .33s ease;
    transition: transform .33s ease;
    cursor: pointer;
}

.tropic-brand_logo:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.tropic-copyrights {
    margin-top: 10px;
}

.tropic-copyrights a {
    color: inherit !important;
}


.tropic-modal2 {
    /*position: fixed;*/
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
    width: 100%;
    /*z-index: 9999999;*/
    background: rgba(0, 0, 0, 0.8);
    /*display: none;
    height: 100vh;*/
}

.tropic-modal2 ul {
    flex-wrap: wrap;
    padding: 0;
    /*overflow-y: scroll;
    height: 100vh;*/
    align-items: flex-start;
    justify-content: flex-start;
}

.tropic-modal2 ul li {
    width: 50%;
    float: left;
}

.tropic-modal2 ul li iframe {
    width: 100%;
}


.tropic-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100vh;
}

.tropic-modal ul {
    flex-wrap: wrap;
    padding: 0;
    overflow-y: scroll;
    height: 100vh;
    align-items: flex-start;
    justify-content: flex-start;
}

.tropic-modal ul li {
    width: 50%;
    float: left;
}

.tropic-modal ul li iframe {
    width: 100%;
}

.tropic-modal-close {
    color: white;
    font-size: 55px;
    position: fixed;
    top: 0px;
    right: 50px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.tropic-modal-close:hover {
    color: red;
    transform: rotate(90deg);
}

.tropic-modal-show {
    cursor: pointer;
}

@media (max-width: 769px) {
    .tropic-modal ul {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .tropic-modal ul li {
        width: 100%;
    }
}

.entry-content .row .col-sm-4 img
{
    margin-top:25px;
}

#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    font-family: 'Bebas Neue', 'Open Sans', 'Arial', sans-serif;
}