﻿/*@charset "utf-8";*/


/*------------------------------------------------------------------
[Main Theme Styles]

Project:  Eventer - Event and Conference Landing Page
Author: Diego Pereira @ DotRex
Version:  1.3
Last change:  23/10/2015
Primary use:  Event and Conference Landing page


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

00. Imports
01. General
02. Page loader
03. Header
04. Intro
05. SECTION: Transportation
06. SECTION: Schedule
07. SECTION: FAQ
08. SECTION: Sponsors 
09. SECTION: Blog
10. SECTION: Blog - Single
11. SECTION: Team
12. SECTION: Register
13. SECTION: About
14. SECTION: Testimonials
15. SECTION: Map
16. SECTION: Prices
17. Tabs
18. Footer
19. Cross-browser Stuff

-------------------------------------------------------------------*/
/*============================================================================
  >> 00. Imports
  ============================================================================
*/
.color1 {
    color: #FFFFFF;
}

.color2 {
    color: rgb(110, 130, 40);
}

.color3 {
    color: #3e4651;
}

.color1l {
    color: #FFFFFF;
}

.font1 {
    font-family: 'Atyp Wood';
}

.font2 {
    font-family: 'Atyp Wood';
}

.anima1 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.anima-none {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.anima-transform {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.background-cover,
.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.responsive-image {
    width: 100%;
}

.no-pl {
    padding-left: 0 !important;
}

.no-pr {
    padding-right: 0 !important;
}

.clean-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .clean-list li {
        padding-left: 0;
        margin-left: 0;
    }
/*============================================================================
  >> 01. General
  ============================================================================
*/
body {
    color: #555555;
    font-family: AtypWood-Regular-Fix;
}

.page-wrapper {
    width: 100%;
    flex: 1;
}

#body-content {
    display: flex;
    flex-direction: column;
    background: #F5F6F6;
    /*    position: relative;
    z-index: 2222;*/
    height: 100%;
}

h1,
h4,
p {
    font-family: AtypWood-Regular-Fix;
}

h2 {
    font-family: AtypWood-Bold-Fix;
    font-size: 56px;
}

h3 {
    font-family: AtypWood-Bold-Fix;
    font-size: 35px;
}
/* PAGE BORDER */
html:before,
html:after,
body:before,
body:after {
    content: "";
    background: #eee;
    opacity: 1;
    position: fixed;
    z-index: 99;
    display: none;
}

.hl-red {
    border-top: 4px solid #EE5246;
    width: 66px;
    margin: 0;
}

.hl-red-reg {
    border-top: 4px solid #EE5246;
    width: 66px;
    margin: 60px 0 0 0;
}

.width-wrapper {
    width: 100%;
    margin: 0 auto;
    z-index: 999;
}

@media (min-width: 768px) {
    html:before,
    html:after,
    body:before,
    body:after {
        /*display: block;*/
    }
}
/* ...and position them! */
html:before {
    height: 12px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 888888;
}

html:after {
    width: 12px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 8888888;
}

body:before {
    height: 12px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 888888;
}

body:after {
    width: 12px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 8888888;
}




/*@media (min-width: 768px) {
    .title-section {
        font-size: 42px;
        text-align: left;
        border-bottom: 0 dotted #ffffff;
        padding-bottom: 5px;
        font-weight: normal;
        margin-top: 45px;
    }
}

@media (min-width:992px) {
    .title-section {
        background: url('../images/title-bg2.png') no-repeat left bottom;
        padding-bottom: 30px;
        padding-left: 40px;
    }
}*/

.title-section small {
    font-size: 18px;
    color: #374619;
}


/* ==========================================================
! 03.  HEADER:
========================================================== */

#header {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 5rem;
    z-index: 7777;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    background-color: #fafafa;
    height: 120px;
}
.header-wrapper {
    display: grid;
    width: 1060px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}

.header-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 11rem;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 2px;
    margin: 3px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: white;
}


#nav-button {
    background-color: transparent;
    margin-top: -30px;
}

.header-stick #nav-button {
    background-color: transparent;
    margin-top: -15px;
}

#header:hover {
    opacity: 1;
}

.header-logo {
    width: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    /*margin-left: 20px;*/
    float: left;
    margin-right: 40px;
}

    .header-logo img {
        width: 100%;
        height: 100%;
    }

.header-stick {
    background-color: white !important;
    opacity: 0.9;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed !important;
}

    .header-stick:hover {
        opacity: 1;
    }

    .header-stick .header-logo {
        width: 140px;
        height: 57px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

@media(width < 780px) {
    #header {
        
        margin: 0 auto;
        padding: 0 15px;        
    }
    .header-wrapper{
        margin:0;
        width: 100%;
    }
    .header-left {
        margin-left: 2rem;
        justify-content: flex-start;
    }
    .header-right{
        margin-right: 5rem;
    }
   .header-logo{
       margin-right:10px;
   }

/*    .hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 56px;
        line-height: 3.5rem;
        width: 56px;
        border-radius: 6.25rem;
        border: 0.0625rem solid transparent;
        background-color: #085453;
        position: relative;
        left: 2rem;
    }

        .hamburger.active .bar:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active .bar:nth-child(1) {
            transform: translateY(8px) rotate(45deg);
        }

        .hamburger.active .bar:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }*/
}

@media(width < 480px) {
 

    .header-stick .header-logo {
        display: none;
    }

    #main-logo {
        display: flex;
       
        
    }
}

.header-navbar-visble {
    background-color: #374619 !important;
}



.fa-rounded {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #555555;
    padding: 10px;
}

.menu-button-wrapper {
    padding-left: 0 !important;
}

.menu-button {
    display: inline-block;
}

.btn-menu {
    background: #6e8228;
    border: 0;
    color: #ffffff;
    padding: 15px;
    font-size: 18px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn-menu:hover {
        background: #f39345;
    }

    .btn-menu .fa {
        font-size: 30px;
        vertical-align: middle;
        margin-right: 0;
    }

.main-menu {
    padding: 25px;
    width: 250px;
    background: #111111;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    border: 0;
    color: #374619 !important;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*@media (min-width:992px) {
    .main-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}*/

.main-menu-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.page-menu-open {
    -webkit-transform: translate3d(250px, 0, 0) !important;
    -moz-transform: translate3d(250px, 0, 0) !important;
    transform: translate3d(250px, 0, 0) !important;
}



.hd-list-menu {
    /*display: none;*/
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

/*@media (min-width:992px) {
    .hd-list-menu {
        text-align: right;
        padding-bottom: 0;
        margin-bottom: 5px;
    }
}*/



.vl {
    border-right: 1px solid white;
    margin: 0 5px
}

.vl-edit {
    border-right: 1px solid #4C5C5C;
    margin: 0 5px;
}

/* ==========================================================
! 04. Intro
========================================================== */

.intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 8rem;
    height: 660px;
    width: 100%;
    padding: 150px 100px;
    background-image: url('../../../../Content/images/london_background.jpg');
}

    .intro:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(5, 38, 37, 0.00) 20%, rgba(18, 51, 50, 0.3) 50%, #085453 100%);
    }

.red-label {
    border-radius: 5px;
    background: #EE5246;
    height: 30px;
    padding: 5px 7px;
    font-size: 14px;
    width: fit-content;
    margin-bottom: 20px;
    font-family: AtypWood-Bold-Fix;
}

    .red-label > span {
        font-family: AtypWood-Regular-Fix;
    }


.intro-background {
    z-index: 20;
    color: white;
    display: flex;
    flex-direction: column;
}

.intro-content-background-text > h1 {
    font-size: 56px;
    font-family: AtypWood-Bold-Fix;
    margin: 0;
}

.intro-content-background-text > p {
    font-family: AtypWood-Regular-Fix;
    font-size: 17px;
    margin: 35px 0;
}

.intro-register {
    color: white;
    background-color: #EE5246;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 170px;
    font-size: 17px;
    font-family: AtypWood-Bold-Fix;
}

    .intro-register > a {
        color: white;
        font-size: 17px;
    }

@media (width < 1180px) {
    .intro {
        padding: 100px;
    }

    .width-wrapper {
        margin: 0;
    }

    .intro-background {
        grid-template-columns: 1fr;
    }
}

@media (width < 780px) {
    .intro {
        padding: 50px;
    }

    .intro-background {
        margin: 0;
    }

    .countdown-title2 {
        margin-top: 40px;
    }
}

@media (width < 480px) {
    .intro {
        padding: 10px;
    }

    .intro-background {
        margin: 0;
        padding-top: 20px;
    }

    .countdown-title2 {
        margin-top: 40px;
    }
}

/*============================================================================
  >> 05. SECTION: Transportation
  ============================================================================
 */

.section-transport {
    background-color: #fafafa;
    padding: 100px;
}

.trans-h3 {
    color: #085453;
    margin: 30px 0;
}

.section-transport-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.section-transport-wrapper-img {
    display: flex;
}

    .section-transport-wrapper-img img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: middle;
    }


.info-text-wrapper {
    margin-left: 25px;
}

.info-text {
    color: #085453;
    border-left: 2px solid #05302F;
    padding-left: 20px;
    font-family: AtypWood-Regular-Fix;
    font-size: 17px;
}

    .info-text p {
        margin-bottom: 20px;
        color: #085453;
    }

        .info-text p:last-child {
            font-family: AtypWood-Bold-Fix
        }

@media(width < 1180px) {
    .section-transport-wrapper {
        grid-template-columns: 1fr;
    }


    .info-text-wrapper {
        margin: 50px 0 0 0;
    }
}

@media (width < 780px) {


    .section-transport-wrapper-img img {
        display: none;
    }
}


@media(max-width:780px) {
    .section-transport {
        padding: 50px;
    }

    .about-img {
        display: none;
    }
}


@media(max-width:480px) {
    .section-transport {
        padding: 40px 10px;
    }

    .info-img {
        /*        min-width: 100%;
        height: 200px;
        border-radius: 30px;
        margin:0;*/
        display: none;
    }

    .info-text-wrapper {
        margin-top: 10px;
    }
}

/*============================================================================
  >> 06. SECTION: Schedule/Agenda
  ============================================================================
 */
.agenda {
    width: 100%;
    padding: 100px;
    color: #085453;
    background-color: #fafafa;
}

.agenda-header > h3 {
    color: #085453;
    margin: 30px 0;
}

.tab-link a {
    color: #085453;
}

.vl-green {
    border-left: 3px solid;
    padding-left: 10px;
    margin-left: 10px;
}

.agenda-main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 30px;
    margin-top: 2rem;
}

@media (width < 780px) {
    .agenda {
        padding: 50px;
    }

    .agenda-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width:480px) {
    .agenda {
        padding: 40px 10px;
    }

    .agenda-main {
        grid-template-columns: 1fr;
    }
}

.agenda-box {
    background-color: white;
    border: 1px solid #DCE7E7;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

    .agenda-box p {
        margin: 0;
        font-size: 15px;
        color: #085453;
    }

    .agenda-box h5 {
        font-size: 17px;
        font-family: AtypWood-Bold-Fix
    }

.tab-links span {
    font-family: AtypWood-Regular-Fix;
    font-size: 17px;
    color: #05302F;
}

    .tab-links span a:hover {
        text-decoration: none;
    }

    .tab-links span > a.active {
        display: inline-block; /* Needed for the border to work as expected */
        border-bottom: 4px solid #EE5246; /* Adjust the thickness and color as needed */
        padding-bottom: 4px;
        text-decoration: none;
        font-family: AtypWood-Bold-Fix;
    }

/* ==========================================================
! 08. SECTION: Sponsors
========================================================== */
.sponsor-item {
    height: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    line-height: 100px;
    text-align: center;
    margin-right: 10px;
}

    .sponsor-item img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        /* Firefox 10+, Firefox on Android */
        filter: gray;
        /* IE6-9 */
        opacity: 0.7;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .sponsor-item:hover img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        opacity: 1;
    }

.sponsors-list-wrapper {
    width: 100%;
    overflow: hidden;
}

.sponsors-list {
    padding-top: 20px;
}
/* ==========================================================
! 09. SECTION: Blog
========================================================== */
#blog-itens-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
    padding-top: 20px;
}

.blog-item {
    margin-bottom: 0px;
    padding: 9px;
}

    .blog-item:hover .blog-item-wrapper {
        margin-top: -5px;
    }

    .blog-item:hover .title-border:after {
        width: 80px;
    }

.blog-item-wrapper {
    border: 1px solid #ddd;
    border-top: 3px solid #3e4651;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 5px;
    background: #f4f4f4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.5);
}

.blog-item-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: -1px;
}

    .blog-item-title a {
        color: #3e4651;
    }

        .blog-item-title a:hover {
            text-decoration: none;
        }

.blog-item-thumb a {
    display: block;
}

.blog-item-thumb img {
    width: 100%;
}

.blog-item-title-hr {
    border: 0;
    border-top: 3px solid rgb(110, 130, 40);
    width: 20%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
}

.blog-item-description p {
    font-size: 14px;
}

.blog-item-description a {
    color: #555555 !important;
}

    .blog-item-description a:hover {
        text-decoration: none;
    }

.blog-item-link {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .blog-item-link .btn-default {
        font-size: 11px !important;
    }

.section-header-image {
    margin-bottom: 40px;
}

    .section-header-image img {
        width: 100%;
    }
/* ==========================================================
! 10. SECTION: Blog - Single
========================================================== */
.blog-single-post {
    display: block;
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
    padding: 25px;
    padding-right: 20px;
}

@media (min-width:992px) {
    .blog-single-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.blog-single-content p {
    font-size: 16px;
    line-height: 28px;
}

.blog-comments-title {
    margin-top: 120px;
    font-size: 18px !important;
}

.post-header-image {
    margin-left: -25px;
    margin-right: -20px;
    margin-top: -25px;
    margin-bottom: 25px;
}

@media (min-width:992px) {
    .post-header-image {
        margin-bottom: 40px;
    }
}

.post-header-image img {
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.blog-single-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -1px;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    border-bottom: 0px;
}

    .blog-single-title a {
        color: #3e4651;
    }

        .blog-single-title a:hover {
            text-decoration: none;
        }

    .blog-single-title:after {
        content: '';
        display: block;
        background: #04cd8f;
        width: 25%;
        height: 3px;
        margin: 0 auto;
        margin-top: 12px;
    }

@media (min-width:992px) {
    .blog-single-title:after {
        margin-bottom: 40px;
    }
}

.fancybox-close {
    position: absolute;
    top: 4px;
    right: 24px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: url('../images/fancybox-close.png') no-repeat center center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .fancybox-close:hover {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
/*! Blog Comments */
.blog-comments-title {
    margin-bottom: 20px;
    margin-top: 40px;
}

.media-heading {
    font-weight: bold;
}

    .media-heading small {
        display: block;
        color: #13a77a;
        margin-top: 8px;
    }

.media-body {
    font-size: 12px;
}

.well {
    background-color: transparent !important;
}

.blog-comments > .media {
    border-bottom: 1px dotted #000000;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.media img {
    width: 64px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* ==========================================================
! 11. SECTION: TEAM
========================================================== */
.team-item {
    width: 100%;
    padding-right: 10px;
}

.team-member-picture-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

    .team-member-picture-wrapper:hover .team-item-picture img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    .team-member-picture-wrapper:hover .team-member-find {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    .team-member-picture-wrapper .team-member-find {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        opacity: 0;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .team-member-picture-wrapper .team-member-find-overlay {
        position: relative;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
    }

        .team-member-picture-wrapper .team-member-find-overlay a {
            color: #ffffff;
        }

        .team-member-picture-wrapper .team-member-find-overlay .block-link {
            min-width: 35px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .team-member-picture-wrapper .team-member-find-overlay .block-link:hover {
                background: #ffffff;
                color: rgb(110, 130, 40);
            }

    .team-member-picture-wrapper .team-member-find-content {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        margin-top: -20px;
    }

.block-link {
    display: inline-block;
    padding: 5px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.team-item-picture {
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .team-item-picture img {
        width: 100%;
        -webkit-transition: all 1s linear;
        -moz-transition: all 1s linear;
        transition: all 1s linear;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

@media (min-width: 768px) {
    .team-item-picture img {
        margin-bottom: 0;
    }
}

.team-item-content span.fa {
    margin-right: 5px;
}

.team-item-content p {
    word-wrap: break-word;
}

.team-item-title {
    margin-top: 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 0;
}

.team-item-subtitle {
    font-style: italic;
    font-size: 13px;
}

/*============================================================================
  >> 12. SECTION: Register
  ============================================================================
 */
.form-control {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 100px;
    height: 54px;
    font-size: 14px;
    color: #111;
    margin-bottom: 5px;
    font-family: AtypWood-Regular-Fix;
    border: 1px solid #DCE7E7;
}

.btn-form {
    width: 100%;
    height: 50px;
}

.modal-wrap {
    display: none;
}

.modal-bg {
    background: #333;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal-content {
    background: #b6c6ad;
    font-size: 18px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    z-index: 9999;
    padding: 10px 20px;
}

    .modal-content .modal-title {
        color: rgb(110, 130, 40);
        font-size: 22px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .modal-content p {
        font-size: 14px;
        margin-bottom: 0;
    }

#contactError .modal-title {
    color: #fff;
}
/*============================================================================
  >> 13. About
============================================================================*/
.section-about {
    background-color: #085453;
    padding: 100px;
}

.about-h3 {
    color: white;
    margin: 30px 0;
    font-size: 35px;
}

.section-about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.section-about-wrapper-img {
    display: block;
}

.section-about-wrapper img {
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.about-text-wrapper {
    margin-left: 25px;
}

.about-text {
    color: white;
    border-left: 2px solid white;
    padding-left: 25px;
    font-family: AtypWood-Regular-Fix;
    font-size: 17px;
}

    .about-text b {
        font-family: AtypWood-Bold-Fix;
    }

@media(max-width:1180px) {
    .section-about-wrapper {
        display: flex;
        flex-direction: column;
    }

    .about-text-wrapper {
        margin: 50px 0 0 0;
    }
}

@media(max-width:780px) {
    .section-about-wrapper {
        display: flex;
        flex-direction: column;
    }

    .about-text-wrapper {
        margin: 30px 0 0 0;
    }

    .section-about {
        padding: 50px;
    }

    .section-about-wrapper-img img {
        display: none;
    }
}

@media(max-width:480px) {
    .section-about {
        padding: 40px 10px;
    }

    .about-img {
        /*        min-width: 100%;
        height: 200px;
        border-radius: 30px;
        margin:0;*/
        display: none;
    }

    .about-text-wrapper {
        margin-top: 10px;
    }
}


/* ==========================================================
! 14. SECTION: Testimonials
========================================================== */
.section-testimonials {
    text-align: center;
    font-size: 18px;
}

.testimonial-item {
    max-width: 700px;
    margin: 0 auto;
    font-family: 'Atyp Wood';
}

@media (min-width: 768px) {
    .testimonial-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.quote-text {
    font-style: italic;
}

.testimonial-credits {
    margin-top: 30px;
}

.testimonial-author {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: bold;
}

.testimonial-content {
    background: url('../images/bgmask2.png') no-repeat center center #04cd8f;
    color: #ffffff;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

    .testimonial-content:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: url('../images/bgmask2.png') no-repeat center center #04cd8f;
        position: absolute;
        left: 50%;
        bottom: -5px;
        margin-left: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .testimonial-content p {
        font-size: 13px;
    }

@media (min-width: 768px) {
    .testimonial-content p {
        font-size: 14px;
    }
}

.testimonial-picture {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin: 0 auto;
}

    .testimonial-picture img {
        width: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 6px solid #ddd;
    }

.testimonial-firm {
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* ==========================================================
! 15. SECTION: Map
========================================================== */
.map {
    display: flex;
    flex-direction: column;
    /*    height: 850px;*/
    width: 100%;
    background-color: #085453;
    padding: 100px
}

.map-header {
    color: white;
    margin: 30px 0;
}

.map-box {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 515px 500px;
}

.map-left {
    border: 20px solid white;
    border-radius: 20px;
    width: 515px;
    height: 441px;
}

#googleMap {
    width: 100%;
    height: 100%;
}

.map-right {
    color: white;
}

.map-right-wrapper {
    border-left: 2px solid white;
    padding-left: 25px;
}

    .map-right-wrapper > h3 {
        font-size: 24px;
        margin-top: 0;
    }

    .map-right-wrapper > p {
        font-size: 17px;
        margin: 15px 0;
    }

        .map-right-wrapper > p span {
            font-weight: 800;
        }

    .map-right-wrapper > u {
        font-size: 17px;
        font-weight: 600;
    }

@media (max-width: 1200px) {
    .map {
        padding: 60px 150px;
    }

    .map-box {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .map-right {
        padding-left: 2px;
    }
}

@media (width < 780px) {
    .width-wrapper {
        margin: 0;
    }

    .map {
        padding: 50px;
    }

    .map-left {
        width: 100%;
    }
}

@media (max-width:480px) {
    .map {
        padding: 40px 10px;
    }

    .map-left {
        width: 100%;
    }
}

/* ==========================================================
! 16. SECTION: Prices
========================================================== */
.price-ticket-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
}

.price-ticket-type {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}

.price-ticket-infos-wrapper {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 14px;
    padding-top: 10px;
    padding-bottom: 1px;
    font-size: 12px;
}

.price-ticket-item {
    display: block;
    width: 100%;
}

@media (min-width:992px) {
    .price-ticket-item {
        height: 200px;
    }
}

.price-ticket-item {
    perspective: 1000;
}
    /* flip the pane when hovered */
    .price-ticket-item:hover .price-ticket-item-wrapper,
    .price-ticket-item.hover .price-ticket-item-wrapper {
        transform: rotateY(180deg);
    }

.price-ticket-item-wrapper {
    position: relative;
}

@media (min-width:992px) {
    .price-ticket-item-wrapper {
        height: 200px;
    }
}

.price-ticket-item-front,
.price-ticket-item-back {
    width: 100%;
    padding: 10px;
    backface-visibility: hidden;
    background: url('../images/bgmask2.png') no-repeat bottom center #3e4651;
    color: #ffffff;
}

@media (min-width:992px) {
    .price-ticket-item-front,
    .price-ticket-item-back {
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
    }
}
/* flip speed goes here */
.price-ticket-item-wrapper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.price-ticket-item-front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
    margin-bottom: 15px;
}

.price-ticket-item-back {
    transform: rotateY(180deg);
    background-color: #04cd8f;
    display: none;
}

@media (min-width:992px) {
    .price-ticket-item-back {
        display: block;
    }
}

.price-ticket-item-border {
    border: 1px dashed #ffffff;
    padding: 20px;
}

@media (min-width:992px) {
    .price-ticket-item-border {
        height: 180px;
    }
}

.price-ticket-buy {
    padding: 0px;
    text-align: center;
    color: #ffffff;
}

.ticket-item-buy-ico {
    color: #ffffff;
    font-size: 42px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ticket-item-buy-text {
    margin-top: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3px;
}
/* ==========================================================
! 17. Tabs
========================================================== */
/*.tab-links2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tab-links2 a {
        display: inline-block;
        padding: 5px;
        width: 100%;
        background: #04cd8f;
        color: #374619;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 20px;
        margin-bottom: 3px;
    }

        .tab-links2 a:hover {
            text-decoration: none;
        }

    .tab-links2 li.active a {
        background: rgb(110, 130, 40);
        text-decoration: none !important;
    }

.tabs-content2 .tab {
    border: 2px solid #04cd8f;
    padding: 20px;
    min-height: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}*/
/*============================================================================
  >> 18. Footer
  ============================================================================*/
footer {
    background-color: #085453;
    color: white;
    margin: 100px 140px 80px 140px;
}

    footer > div {
        margin-bottom: 15px;
        font-size: 18px;
        font-family: AtypWood-Regular-Fix
    }

    footer > p {
        font-size: 18px;
        font-family: AtypWood-Bold-Fix
    }

.footer-links {
    margin-top: 30px;
}

.footer-link {
    font-size: inherit;
    text-decoration: underline;
}

@media (max-width: 780px) {
    footer {
        padding: 50px;
        margin: 0;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 40px 10px;
    }
}
/*============================================================================
  >> 19. Cross-browser
  ============================================================================
 */
html.safari:before,
html.safari:after {
    display: none !important;
}

.safari body:before,
.safari body:after {
    content: "";
    display: none !important;
    visibility: hidden !important;
    opacity: 0;
    position: relative;
    z-index: -99999;
}

@media (min-width: 768px) {
    .safari body:before,
    .safari body:after {
        display: none !important;
    }
}

.safari body:before {
    height: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: !important;
}

.safari body:after {
    width: 0px;
    top: 0;
    display: !important;
}

.ie .price-ticket-item:hover .price-ticket-item-wrapper,
.ie .price-ticket-item.hover .price-ticket-item-wrapper {
    transform: rotateY(0deg) !important;
}


.gecko .price-ticket-item:hover .price-ticket-item-wrapper,
.gecko .price-ticket-item.hover .price-ticket-item-wrapper {
    transform: rotateY(0deg) !important;
}

.check-red {
    color: white;
    font-size: 25px;
    cursor: pointer;
}

.check-green {
    color: green;
    font-size: 25px;
    cursor: pointer;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    opacity: 0.7;
    margin: auto;
    margin-top: 0px;
}

.mapdisplay {
    display: none;
}



.color-orange {
    color: rgb(243, 146, 0);
}


/*Style for screen with less than 767 width*/
@media (max-width: 767px) {
    .intro-content .btn,
    .intro-content .btn2 {
        min-width: 0;
        max-width: 350px;
    }
}
/******************************************Scheduler ****************************/
/* Style the list */
ul.tab {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #6e8228;
}

    /* Float the list items side by side */
    ul.tab li {
        float: left;
    }

        /* Style the links inside the list items */
        ul.tab li a {
            display: inline-block;
            color: black;
            border: 1px solid #6e8228;
            text-align: center;
            padding: 10px;
            text-decoration: none;
            transition: 0.3s;
            background-color: #f1f1f1;
        }

            /* Change background color of links on hover */
            ul.tab li a:hover {
                background: url('../images/bgmask-btn.png') no-repeat top left #f39345;
                color: #ffffff;
            }

/* Create an active/current tablink class */
.myRegistrationScheduler li.active a {
    background: url('../images/bgmask-btn.png') no-repeat top left #6e8228;
    color: #ffffff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 4px;
    font-size: 14px;
}

#SchedulerSelectBox {
    height: 30px;
    width: 160px;
}

/************************Visual Update*********************/
@media (max-width: 1300px) {
    .ic-logo img {
        max-width: 260px;
    }

    #subTitle {
        line-height: 1.3em;
        font-size: 0.2em;
        letter-spacing: 0.7em;
    }

    .ic-infos p {
        font-size: 0.8em;
    }

    .ic-buttons .btn {
        font-size: 0.8em;
        min-width: 180px;
    }
}

.ellipsisText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/************************ /Visual Update*********************/
