@import url(//fonts.googleapis.com/css?family=Rubik:100,300,400,500,700,900&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin,latin-ext);


/*========================================================
                    Main layout styles
=========================================================*/
body {
    background: #191919;
    font: 14px 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #ffffff;
}
a {
    text-decoration: none;
}
a:hover {
    color: #fff !important;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    background: none;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: caret;
}
p {
    margin-bottom: 0;
    line-height: 27px;
    text-transform: uppercase;
}

textarea {
    resize: none;
}

h1.navbar-brand_ {
    margin: 0;
    padding: 0;
    float: none;
    height: auto;
    position: relative;
    display: inline-block;
    top: 0;
    z-index: 10;
}
h1.navbar-brand_ a {
    display: inline-block;
    font: 354px/354px 'Rubik';
    color: #ffffff;
    letter-spacing: -30px;
    text-transform: uppercase;
}
h1.navbar-brand_ a span {
    font-size: 184px;
    line-height: 184px;
    letter-spacing: -14px;
    font-weight: 600;
    display: block;
    margin-top: -62px;
}
h2 {
     font:500 104px/104px 'Rubik';
     color: #ffffff;
     margin: 0 0 40px 0;
     letter-spacing: -4px;
     text-transform: uppercase;
 }
h2.indent {
    margin: 0 0 32px 0;
}

h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3 {
    font: 500 32px/45px 'Rubik';
    color: #ffffff;
    text-transform: uppercase;
}
h3 span {
    color: #e52732;
}
h3 i {
    color: #fc9303;
    font-style: normal;
}
h3 strong {
    color: #0cb0df;
}
h4 {
    font: 20px/20px 'Rubik';
    color: #e52732;
    text-transform: uppercase;
    margin: 0 0 19px 0;
}
h4 span {
    color: #fc9303;
}
h4 i {
    color: #0cb0df;
    font-style: normal;
}

.extra-wrap {
    overflow: hidden;
}
.content {
    padding: 0;
}
.content.indent {
    padding: 135px 0 0 0;
}
.center {
    text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 70px 0 0 40px;
    width: 100%;
    padding: 0;
    height: 0;
    z-index: 11;
}
header.indent {
    position: relative;
    margin: 0;
    padding: 0 52px 150px 52px;
    text-align: center;
    z-index: 0;
}
header.indent h1.navbar-brand_ a {
    font: 90px/90px 'Rubik';
    color: #ffffff;
    letter-spacing: -7px;
}
header.indent h1.navbar-brand_ a span {
    font-size: 47px;
    line-height: 47px;
    letter-spacing: -2px;
    font-weight: 900;
    display: block;
    margin-top: -13px;
}
header.indent .btn_menu {
    /*top: 46px;*/
}

#id_lang_cont {
    float: right;
    line-height: 40px;
}

.flag {
    margin-right: 7px;
    float: left;
    cursor: pointer;
}
.flag img {
    height: 40px;
}

.flag.selected {
    position: relative;
}
.flag.selected:after {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 5px solid #FFFFFF;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    bottom: 1px;
    left: 15px;
}

#logo {
    width: 40%;
    height: auto;
    margin-left: 30%;
    display: block;
}

/* menu
========================================================*/

#top_menu {
    height: 40px;
    background-color: #323232;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    z-index: 11;
}
#otherlangs {
    background-color: #323232;
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    z-index: 11;
    text-align: center;
}
#otherlangs .flag{
    float: none;
    display: inline-block;
    width: 25%;
}
#otherlangs .flag img {
    width: 100%;
    height: auto;
}

#login_menu {
    line-height: 39px;
    float: left;
    padding: 0;
    list-style: none;
}

#login_menu li {
    float: left;
}

#login_menu .text.home {
    position: relative;
    width: 19px;
    height: 39px;
}

#login_menu .text .fa {
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 0;
}

#login_menu li a {
    overflow: hidden;
    text-transform: uppercase;
    color: #fff !important;
    display: block;
    padding: 0 10px;
}
#login_menu li a:hover {
    color: #ffffff;
    background: #0cb0df !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

#login_menu li #id_login_facebook {
    position: relative;
    background-color: rgb(59, 89, 152);
}
#login_menu li #id_login_facebook .fa
{
    position: absolute;
    top: 13px;
    left: 8px;
    width: 14px;
    height: 14px;
    content: '';
    text-align: center;
}
#login_menu li #id_login_facebook .text {
    float: left;
    padding-left: 15px;
}


#login_menu li #id_login_google {
    position: relative;
    background-color: rgb(187, 38, 1);
}
#login_menu li #id_login_google .fa
{
    position: absolute;
    top: 13px;
    left: 8px;
    width: 14px;
    height: 14px;
    content: '';
    text-align: center;
}
#login_menu li #id_login_google .text {
    float: left;
    padding-left: 15px;
}

#login_menu #logged_name {
    padding: 0 10px;
    float: left;
}

.btn_menu {
    margin: 0;
    position: relative;
    z-index: 11;
}
.btn_menu .nav_open {
    position: relative;
    z-index: 0;
    display: inline-block;
    font: 500 42px 'Rubik';
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn_menu .nav_open:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

nav.tm_navbar {
    border: none;
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
    min-height: 0;
    background: none;
    width: 600px;
    border-top: 1px solid #363636;
    position: absolute;
    top: 58px;
    left: -650px;
    text-align: center;
}

nav.tm_navbar li {
    width: 49%;
    float: left;
    line-height: 27px;
    padding: 0;
    margin: 1px;
}
nav.tm_navbar li a {
    position: relative;
    padding: 0;
    font: 500 25px/50px 'Rubik';
    color: #ffffff;
    text-transform: uppercase;
    background: #323232 !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar li.active > a {
    color: #ffffff;
    background: #0cb0df !important;
}
nav.tm_navbar li:hover > a {
    color: #ffffff;
    background: #0cb0df !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
    color: #ffffff;
    background: #0cb0df;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar li span {
    width: 9px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
    position: absolute;
    display: none;
    width: 100%;
    left: 100%;
    top: -1px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: none;
    border-top: 1px solid #363636;
    padding: 0;
    margin: 0 0 0 2px;
    text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
    background: none;
    position: relative;
    border: none;
    width: auto;
    float: none;
    margin: 0 0 2px 0;
    padding: 0;
    display: block;
}
nav.tm_navbar .sub-menu > ul li a {
    margin: 0;
    float: none;
    display: block;
    width: auto;
    text-shadow: none;
    text-align: center;
    padding: 0;
    font: bold 26px/58px 'Rubik';
    color: #ffffff;
    background: #323232 !important;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
    width: 9px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
    text-decoration: none;
    color: #ffffff !important;
    background: #e52732 !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
    text-decoration: none;
    color: #ffffff !important;
    background: #e52732 !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
    position: absolute;
    display: none;
    width: 100%;
    left: 100%;
    top: 0;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: none;
    padding: 0;
    margin: 0 0 0 2px;
    text-align: left;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
    text-decoration: none;
    color: #ffffff !important;
    background: #fc9303 !important;
}
.select-menu {
    display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    color: #333;
    font-size: 31px;
    z-index: 20;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
#toTop:hover {
    outline: none;
    color: #e62934;
}
.logo-box {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin-top: -220px;
    text-align: center;
    z-index: 500;
}
.who-box {
    overflow: hidden;
    padding-bottom: 100px;
}
.who-box .col-lg-4 {
    margin-bottom: 50px;
}
.thumb-box1 {
    padding: 133px 0 0 0;
    overflow: hidden;
    background-position: 0 0;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}
.thumb-box1 .description {
    color: #ffffff;
    text-transform: uppercase;
    font: bold 34px/45px 'Rubik';
    margin-bottom: 0;
}
.thumb-box2 {
    position: relative;
    overflow: hidden;
}
.thumb-box2 .box {
    width: 50%;
    float: left;
    padding: 100px;
    text-align: center;
}

.thumb-box3 {
    padding: 133px 0 76px 0;
    overflow: hidden;
    background-position: left 100%;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}
.thumb-box4 {
    overflow: hidden;
    padding: 100px 0 150px 0;
    text-align: center;
}

.thumb-box4 .list1 {
    margin: 0;
}
.thumb-box4 h2,.thumb-box4 h3 {
    margin-bottom: 50px;
}
.thumb-box5 {
    padding: 133px 0 150px 0;
    overflow: hidden;
    background-position: left 100%;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}
.thumb-box5 h2 {
    margin-bottom: 56px;
}
.thumb-box5 time {
    font: bold 26px/55px 'Rubik';
    color: #ffffff;
    background: #fd222c;
    text-align: center;
    display: inline-block;
    margin-bottom: 21px;
}
.thumb-box5 .indent1 {
    color: #ffffff;
    background: #fe9103;
}
.thumb-box5 .indent2 {
    color: #ffffff;
    background: #1bacd6;
}
.thumb-box5 .col-lg-4 {
    margin-bottom: 64px;
}
.thumb-box6 {
    padding: 131px 0 103px 0;
    overflow: hidden;
    background-position: left 100%;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}
.thumb-box7 {
    overflow: hidden;
    padding: 135px 0 72px 0;
}
.thumb-box7 .col-lg-3, .thumb-box7 .col-lg-4, .thumb-box7 .col-lg-5 {
    margin-bottom: 40px;
}
.thumb-box8 {
    overflow: hidden;
    text-align: center;
    padding: 0 0 60px 0;
}
.thumb-box9 {
    padding: 133px 0 150px 0;
    overflow: hidden;
    background-position: left 100%;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}
.thumb-box10 {
    overflow: hidden;
    padding: 135px 0 60px 0;
    text-align: center;
}
.thumb-box10 h2 {
    margin-bottom: 56px;
}
.thumb-box10 time {
    font: bold 26px/55px 'Rubik';
    color: #ffffff;
    background: #fd222c;
    width: 120px;
    text-align: center;
    display: inline-block;
    margin-bottom: 21px;
}
.thumb-box10 .indent1 {
    color: #ffffff;
    background: #fe9103;
}
.thumb-box10 .indent2 {
    color: #ffffff;
    background: #1bacd6;
}
.thumb-box10 .col-lg-4 {
    margin-bottom: 64px;
}
.thumb-box11 {
    position: relative;
    overflow: hidden;
}
.thumb-box11 .box {
    width: 50%;
    float: left;
    padding: 140px 100px 180px 100px;
    text-align: center;
}
.thumb-box12 {
    text-align: center;
    overflow: hidden;
    padding: 0 0 153px 0;
}
.thumb-box13 {
    overflow: hidden;
    padding: 111px 0 0 0;
}
.thumb-box13 hr {
    margin: 60px 0 0 0;
    border-top: 1px solid #323232;
}
.thumb-box14 {
    text-align: center;
    overflow: hidden;
    padding: 0 0 160px 0;
}
.thumb-box14 h2 {
    font-size: 172px;
    line-height: 162px;
    font-weight: 900;
    margin-bottom: 0;
}
.thumb-box14 h3 {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -5px;
    margin-bottom: 36px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
    margin: 0 0 36px 0;
    overflow: hidden;
    text-align: center;
}
.thumb-pad1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
    padding: 0;
}
.thumb-pad1 figure {
    margin: 0 0 34px 0;
}
.thumb-pad2 {
    overflow: hidden;
    margin: 0 0 92px 0;
    text-align: left;
}
.thumb-pad2 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad2 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
    margin-bottom: 25px;
}
.thumb-pad2 .thumbnail .caption time {
    font: bold 26px/55px 'Rubik';
    color: #ffffff;
    background: #fd222c;
    width: 120px;
    text-align: center;
    display: inline-block;
    margin-bottom: 21px;
}
.thumb-pad2 figure {
    margin: 0 30px 0 0;
    float: left;
}
.thumb-pad3 {
    margin: 0 0 40px 0;
    overflow: hidden;
    text-align: left;
}
.thumb-pad3 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad3 .thumbnail .caption {
    padding: 0;
}
.thumb-pad3 .thumbnail .caption a {
    font: bold 34px/45px 'Rubik';
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 11px;
    display: inline-block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
    color: #e52732;
}
.thumb-pad3 figure {
    margin: 0 0 26px 0;
    overflow: hidden;
}
.thumb-pad3 figure img {
    width: 100%;
}
.thumb-pad4 {
    margin: 0;
    overflow: hidden;
}
.thumb-pad4 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad4 .thumbnail .caption {
    padding: 0;
}
.thumb-pad4 figure {
    margin: 0 0 26px 0;
    position: relative;
}
.thumb-pad4 figure img {
    width: 100%;
}
.thumb-pad5 {
    margin: 0;
    border-radius: 3px 3px 0 0;
}
.thumb-pad5 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad5 .thumbnail .caption {
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}
.thumb-pad5 .thumbnail .caption > div {
    float: right;
    text-align: right;
}
.thumb-pad5 .thumbnail .caption > div a {
    font: italic 24px 'Times New Roman';
    color: #707070;
    margin-bottom: 2px;
    display: inline-block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption > div a:hover {
    color: #ff9d6d;
}
.thumb-pad5 .thumbnail .caption > div p {
    margin-bottom: 21px;
}
.thumb-pad5 figure {
    margin: 0 30px 0 0;
    padding: 9px 0 0 0;
    background: #e9e9e9;
    float: left;
    position: relative;
    border-radius: 3px;
}
.thumb-pad5 figure img {
    width: 100%;
    border-radius: 3px;
}
.thumb-pad5 figure:after {
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -10px;
    left: 0;
    content: '';
}
.thumb-pad5 figure:before {
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -10px;
    right: 0;
    content: '';
}
.thumb-pad6 {
    overflow: hidden;
}
.thumb-pad6 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.thumb-pad6 .thumbnail figure {
    margin: 0;
    position: relative;
}
.thumb-pad6 .thumbnail figure img {
    width: 100%;
}
.thumb-pad6 .thumbnail figure:hover i {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.thumb-pad6 .thumbnail figure i {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    display: block;
    font-weight: normal;
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.thumb-pad7 {
    margin: 0 0 50px 0;
}
.thumb-pad7 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad7 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}
.thumb-pad7 .thumbnail .caption h2 {
    margin-bottom: 13px;
}
.thumb-pad7 .thumbnail .caption time {
    display: block;
    font: 14px 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 14px;
}
.thumb-pad7 .thumbnail .caption img {
    margin-bottom: 11px;
}
.thumb-pad7 .thumbnail .caption .bt p {
    float: left;
    margin: 0 0 13px 0;
}
.thumb-pad7 .thumbnail .caption .bt .lnk {
    font: 14px 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ed2017;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .bt .lnk:hover {
    color: #ffffff;
}
.thumb-pad7 figure {
    margin: 0 30px 0 0;
    float: left;
}
.thumb-pad8 {
    margin: 0 0 30px 0;
    overflow: hidden;
}
.thumb-pad8 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad8 .thumbnail figure {
    position: relative;
    overflow: hidden;
}
.thumb-pad8 .thumbnail figure img {
    width: 100%;
}
.thumb-pad8 .thumbnail figure span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    font: 30px/36px 'Sanchez';
    color: #ffffff;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-pad8 .thumbnail figure em {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 63px 20px;
    top: 0;
    left: 0;
    display: block;
    font-weight: normal;
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.thumb-pad8 .thumbnail figure:hover em {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.thumb-pad8 .thumbnail figure:hover span {
    bottom: -150px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-pad9 {
    margin: 0 0 30px 0;
    overflow: hidden;
}
.thumb-pad9 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad9 .thumbnail figure {
    position: relative;
    overflow: hidden;
}
.thumb-pad9 .thumbnail figure img {
    width: 100%;
}
.thumb-pad9 .thumbnail figure span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    font: 18px/18px 'Sanchez';
    color: #ffffff;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.thumb-pad9 .thumbnail figure em {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 63px 20px;
    top: 0;
    left: 0;
    display: block;
    font-weight: normal;
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.thumb-pad9 .thumbnail figure:hover em {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.thumb-pad9 .thumbnail figure:hover span {
    bottom: -100px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
/* btn
========================================================*/
.btn-default.btn1 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 60px;
    font: bold 26px/69px 'Rubik';
    margin: 24px 0 0 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    background: rgba(0, 0, 0, 0.58);
    border: none;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn1:hover {
    color: #ffffff;
    background: #0cb0df;
    background: rgba(12, 176, 223, 0.58);
    text-decoration: none;
}
.btn-default.btn2 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 88px;
    font: bold 26px/69px 'Rubik';
    margin: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    background: #323232;
    border: none;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn2:hover {
    color: #ffffff;
    background: #0cb0df;
    text-decoration: none;
}
.btn-default.btn3 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 54px;
    font: bold 26px/69px 'Rubik';
    margin: 25px 0 0 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    background: #323232;
    border: none;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn3:hover {
    color: #ffffff;
    background: #0cb0df;
    text-decoration: none;
}
/* list
========================================================*/
.gall-box {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.gall-box.box1 li {
    width: 33.33%;
}
.gall-box.box2 li {
    width: auto;
}
.gall-box.box2 li {
    width: auto;
}
.gall-box li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0;
    float: left;
    overflow: hidden;
}
.gall-box li a {
    display: block;
    position: relative;
}
.gall-box li a:hover i {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.gall-box li a i {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    display: block;
    font-weight: normal;
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.gall-box li img {
    width: 100%;
}
.list1 {
    margin: 0 0 60px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.list1 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0;
    width: 33.3%;
    float: left;
}
.list1 li a {
    display: block;
    position: relative;
}
.list1 li a img {
    width: 100%;
}
.list1 li a em {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-weight: normal;
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.list1 li a:hover em {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.list1-1 {
    margin: 0;
    padding: 21px 0 27px 0;
    list-style: none;
}
.list1-1 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 16px 0;
    padding-left: 35px;
}
.list1-1 li a {
    font: 14px 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list1-1 li a:hover {
    color: #0cb0df;
}
.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list2 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 33px 0;
}
.list2 li p {
    margin-bottom: 0;
}
.list2 li strong {
    width: 81px;
    height: 70px;
    float: left;
    font: bold 34px/70px 'Rubik';
    color: #e52732;
    text-align: center;
    margin: 11px 25px 0 0;
    display: inline-block;
}
.list2 li:first-child + li strong {
    color: #fc9303;
}
.list2 li:first-child + li + li strong {
    color: #0cb0df;
}
.list3 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list3 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 33px 0;
}
.list3 li p {
    margin-bottom: 0;
}
.list4 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list4 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 16px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #c7c7c7;
    overflow: hidden;
}
.list4 li .badge {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #333;
    text-align: center;
    color: #ffffff;
    font: bold 36px/63px 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    margin: 4px 30px 0 0;
}
.list4 li p {
    margin-bottom: 0;
}
.list4 li:last-child {
    border-bottom: none;
}
.list5 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list5 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 19px 0;
    overflow: hidden;
}
.list5 li .badge {
    width: 70px;
    height: 70px;
    border-radius: 0;
    background: none;
    text-align: center;
    color: #ed2017;
    font-size: 48px;
    float: left;
    margin: -4px 30px 0 0;
}
.list5 li p {
    margin-bottom: 0;
}
.list6 {
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
}
.list6 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0 0 14px 0;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
    font: 18px 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 17px;
    padding-left: 30px;
}
.list6 li p {
    margin-bottom: 0;
}
.list6 li:last-child {
    border-bottom: none;
}
.list8 {
    padding: 0;
    margin: 0 0 148px 0;
    list-style: none;
    text-align: center;
}
.list8 li {
    margin-bottom: 34px;
}
.list8 li p {
    margin-bottom: 0;
}
/* search
========================================================*/
#search-404 {
    padding: 0;
    margin: 10px 0 0 0;
    position: relative;
    display: inline-block;
}
#search-404 a {
    width: 40px;
    height: 47px;
    text-align: center;
    line-height: 45px;
    float: left;
    display: inline-block;
    background: #878787;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#search-404 a:hover {
    background: #5b5b5b;
}
#search-404 input {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1px 0 0;
    width: 425px;
    outline: none;
    background: #5b5b5b;
    border: 1px solid #5b5b5b;
    font: 14px 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #ffffff;
    padding: 13px 35px 13px 14px;
    height: 47px;
    float: left;
    resize: none;
}
#search {
    margin: 13px 0 0 0;
    position: relative;
    float: right;
}
#search a {
    position: absolute;
    top: 10px;
    right: 15px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#search a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#search input {
    box-shadow: none;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin: 0;
    width: 667px;
    border: 1px solid #ffffff;
    font: bold 14px 'Roboto';
    color: #333;
    background: #ffffff;
    padding: 11px 35px 11px 30px;
    height: 43px;
    outline: none;
    resize: none;
    overflow: hidden;
}


.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-flex;
    float:none !important;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

div.p {
    margin-bottom: 10px;
    line-height: 25px;
    text-transform: uppercase;
}

/* map
========================================================*/

.content {
    margin-bottom: 20px;
}

.content_map {
    position: relative;
    height: 485px;
}
.coordinates {
    background: rgba(0, 0, 0, 0.58);
    text-align: center;
    padding: 15px;
}

.coordinates .title {
    font: 400 22px/40px 'Rubik';
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#coord_details {
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 1;
}

#coord_details .title {
    font: 400 34px/45px 'Rubik';
}
.coordinates .follow_icon {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.coordinates .follow_icon div {
    display: inline-block;
    margin: 4px 9px;
}
.coordinates .follow_icon a {
    font-size: 42px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.coordinates .follow_icon div[data-follow='facebook'] .fa {
    color: #536ed2;
}
.coordinates .follow_icon div[data-follow='google'] .fa {
    color: #C83929;
}
.coordinates .follow_icon div[data-follow='twitter'] .fa {
    color: #08e6f4;
}
.coordinates .follow_icon div[data-follow='instagram'] .fa {
    color: #A47156;
}
.coordinates .follow_icon div[data-follow='pinterest'] .fa {
    color: #CA1F26;
}
.coordinates .follow_icon div[data-follow='flicker'] .fa {
    color: #0062DD;
}
.coordinates .follow_icon div[data-follow='tumblr'] .fa {
    color: #FFFFFF;
}
.coordinates .follow_icon div[data-follow='tripadvisor'] {
    position: relative;
    width: 39px;
    height: 34px;

}
.coordinates .follow_icon .trip_inner{
    background-color: #5A9643;
    border-radius: 7px;
    position: absolute;
    top: 1px;
    left: 0;
    margin-left: 0;
    margin-right: 0;
}
.coordinates .follow_icon .trip_inner .fa{
    color: #FFFFFF;
    padding: 8px 5px;
    font-size: 21px;
}


.content_map .box .follow_icon li a:hover {
    color: #ffffff;
}
.content_map .container {
    position: relative;
}
.google-map-api, #map-canvas, #map_target {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#map_toggle_target {
    position: relative;
    height: 0;
}
#map_toggle_target.show {
    height: 485px;
}

#map-canvas img, #map_target img {
    max-width: none !important;
}
#map-canvas .gm-wrapper div:first-child div + div + div + div {
    background-color: transparent !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

#map-canvas .gm-wrapper * {
    box-shadow: 0 0 0 #000 !important;
    background-color: transparent !important;
}

#map-canvas .gm-style-iw {
    text-align: center;
    width: 330px !important;
    height: 127px !important;
    right: 0;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    color: #ffffff;
    padding: 38px 0 0 20px;
    font: 14px 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    overflow: visible !important;
}

label[for='cust_wantnewsletter'] {
    display: block;
}

#map-canvas .gm-style-iw:after {
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    margin-top: 17px;
    left: 50%;
    margin-left: 5px;
    border-style: solid;
    border-width: 25px 15px 0 15px;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    position: absolute;
}

#map-canvas .gm-style-iw span {
    font-weight: bold;
    display: block;
    font-size: 18px;
    color: #ffffff;
}

#map_target .gm-style-iw {
    max-width: 200px;
}
#map_target .gm-style-iw div {
    color: #000;
    text-align: left;
}
#map_target  .gm-style-iw a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    margin-right: 10px;
}

.info {
    margin-bottom: 40px;
    text-align: center;
}
.info p {
    margin-bottom: 0;
}
.info p a {
    color: #0cb0df;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.info p a:hover {
    color: #e62934;
}
.mail {
    color: #ffffff;
    font: 14px 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.mail:hover {
    color: #e62934;
    text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
}
footer p {
    font: 13px 'Rubik';
    color: #888;
    margin: 0;
    text-transform: none;
}
footer p a {
    color: #888;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-transform: uppercase;
}
footer p a:hover {
    color: #ffffff;
}
footer span {
    padding: 0;
}
footer em {
    font-style: normal;
}

.thumbnail .caption {
    padding: 9px;
    color: #ffffff;
}
.navbar-header {
    position: absolute;
}

.navbar-toggle {
    float: left;
    /*margin: 50px 10px 10px;*/
    border-radius: 0;
    height: 39px;
    margin: 0;
    border-right: 1px solid #fff;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}


.select_city {
    background-color: #231010;
    margin: 70px 0 0;
}

.select_city #city_cont {
    padding: 15px 0;
}

#city_cont .separator {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 41px;
}

#select_city, #map_toggle {
    background-color: #751013;
    color: #fff !important;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
#map_toggle img {
    height: 24px;
    margin: -2px 6px 0 0;
}

a, a:hover, a:active {
    border: none;
    color: #fff;
}

.button_grey {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    font: bold 14px 'Rubik';
    padding: 3px 15px;
    border-radius: 0;
    text-transform: uppercase;
    color: #777;
    background: #ddd;
    border: none;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.red {
    color: #AA0000;
}
div.alert {
    margin-top: 15px;
    box-shadow: none;
    text-decoration: none;
    font: bold 14px 'Rubik';
    padding: 10px 15px;
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    background: #CC0000;
    background: rgba(204, 0, 0, 0.58);
    border: none;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
div.alert p {
    margin: 0;
    line-height: normal;
}


.jconfirm-scrollpane {
    background: rgba(204, 204, 204, 0.50);
}
.jconfirm-box {
    border: 10px solid #191919;
    color: #000;
    padding: 10px;
    -webkit-border-radius: 15px !important;;
    -moz-border-radius: 15px !important;;
    border-radius: 15px !important;
}
@media (min-width: 992px) {
    .col-md-offset-2-5 {
        margin-left: 20.83333333%;
    }
}
.jconfirm .jconfirm-box .buttons {
    width: 100%;
}
.jconfirm .jconfirm-box .buttons .btn_single{
    width: 100%;
}
.jconfirm .jconfirm-box .buttons .btn_half{
    width: 50%;
    margin: 0 25%;
}
.jconfirm .jconfirm-box .buttons .btn_double{
    float: left;
    width: 46%;
    margin: 0 2%;
}

.jconfirm-box .btn{
    cursor: pointer !important;;
    font-size: 14px !important;
    padding: 10px 20px 10px !important;;
    -moz-border-radius: 6px !important;;
    -webkit-border-radius: 6px !important;;
    text-shadow: 0 -1px 0 rgba(30, 30, 30, 0.8) !important;;
    color: #ffffff;
    background: #000000;
    -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5) !important;;
    -moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.5) !important;;
    box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.5) !important;;
}
.jconfirm-box .btn:hover {
    color: #ffffff;
    background: #0A6A85;

}

.modal_alert {
    text-align: center;
    background: rgb(232, 0, 0);
    border-radius: 5px;
    margin: 20px 0 10px;
    line-height: 25px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 20px;
    color: #eee;
    border: 1px solid #B61010;
}

.button_orange {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    font: bold 14px 'Rubik';
    padding: 3px 15px;
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    background: rgba(0, 0, 0, 0.58);
    border: none;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.week_nav {
    cursor: pointer;
    width: 200px;
    text-align: center;
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    font: 14px 'Rubik';
    padding: 10px 10px;
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    background: #323232;
    border: none;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    max-width: 47%;
}

.button_orange:hover, .week_nav:hover {
    color: #ffffff;
    background: #0cb0df;
    background: rgba(12, 176, 223, 0.58);
    text-decoration: none;
}

.terms_text_block {
    padding: 5px;
    background: rgba(50, 50, 50, 0.58);
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: right;
}

.terms_text_block a {
    color: #fff !important;
}
.terms_text_block .checkbox {
    margin: 5px 0;
}
.terms_text_block label {
    padding-left: 0;
    font-weight: bold;
}
.terms_text_block input[type="checkbox"] {
    position: inherit;
    margin-left: 0;
}

.small {
    text-transform: uppercase;
}


.modal_outer {
    position: fixed;
    z-index: 1300;
    left: 0;
    top: 0;
    width: 100%;
}
#id_date_modal .modal{
    display: block;
    padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 10px solid #191919;
    background-color: white;
    overflow: hidden;
    position: relative;
}


#day_selector {
    overflow: hidden;
    margin: 5px 0 10px;
}

#day_selector .day_block {
    width: calc((100% / 7) - 2px);
    margin: 1px;
    float: left;
    text-align: center;
    height: 57px;
    padding: 5px;
    box-sizing: border-box;
    visibility: hidden;
}
#day_selector .day_block.day_active {
    visibility: visible;
    cursor: pointer;
    background-color: #0e690e;
}
#day_selector .day_block.day_selected {
    background: #10708B;
}
#day_selector .day_block .day {
    line-height: 30px;
    font-size: 22px;
}
#day_selector .day_block .month {
    line-height: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.modal_close {
    color: #888;
    text-align: center;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: right;
    position: absolute;
    right: 10px;
    font-size: 15px;
    box-sizing: content-box;
    cursor: pointer;

}
.modal_bg {
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    opacity: 0.5;
}

div.button.button_fb {
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 10px 10px 10px;
    margin-top: 10px;
    background: rgb(59, 89, 152);
    border: 1px solid #2B416F;
    position:relative;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    line-height: 27px;
}

div.button.button_google {
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 10px 10px 10px;
    margin-top: 10px;
    background: rgb(187, 38, 1);
    border: 1px solid #8E2004;
    position:relative;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    line-height: 27px;
}

div.button.connected {
    margin-top: 1px;
    width: 50px;
    height: 50px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

div.external_not_connected {
    margin-top: 20px;
    text-transform: uppercase !important;
    font-size: 14px !important;
    line-height: 27px;
}

div.button.button_fb .fa, div.button.button_google .fa {
    top: 6px;
    position: absolute;
    left: 8px;
    width: 30px;
    height: 27px;
    line-height: 24px;
    content: '';
    text-align: center;
    border-right: 1px solid #FFFFFF;
    font-size: 24px;
}

div.button.button_fb .fa {
    padding: 2px 25px 2px 4px;
}


div.button.connected .fa {
    left: 0;
    border: none;
    font-size: 32px;
    padding: 7px 10px;
    width: 37px;
}

div.button.button_fb:hover, div.button.button_google:hover {
    color: #fff !important;
}

.form-control {
    outline: none;
    border: 1px solid #323232 !important;
    background-color: #323232;
    color: #fff;;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    font: 14px/18px 'Lato';
    height: 41px;
    padding: 10px 14px;
}

.content_contact {
    margin: 30px 0 15px;
}

.facebooklikebox {
    border: none;
    overflow: hidden;
    width: 100% !important;
    height: 550px;
    background-color: #191919;
}

#id_bottom_contact table td {
    border: none !important;
}

#id_bottom_contact_cont h3 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
}

#id_bottom_contact_cont {
    margin-bottom: 20px;
}

#id_bottom_contact h1{
    margin-bottom: 0;
}

#id_bottom_contact_cont h3,
#id_bottom_contact_cont strong {
    color: #e52732;
    margin-top: 20px;
}
#id_bottom_contact_cont .location_1 h3,
#id_bottom_contact_cont .location_1 strong {
    color: #fc9303;
}
#id_bottom_contact_cont .location_2 h3,
#id_bottom_contact_cont .location_2 strong {
    color: #0cb0df;
}
#id_bottom_contact_cont .city_row {
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #FFFFFF;
    display: block;
    text-decoration: none;
    position: relative;
}
#id_bottom_contact_cont .city_row:after {
    position: absolute;
    border-left: 15px solid #FFFFFF;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 0;
    height: 0;
    content: '';
    top: 12px;
    right: 0;
}

div.image_bg img {
    width: 100%;
}

#tacont {
    float: left;
}


#footer_city {
    margin-top: 15px;
}
#footer_city a {
    color: #888;
    text-decoration: none;
}
#footer_city a:hover {
    color: #fff;
}
#footer_city .cities {
    margin-bottom: 15px!important;
    text-align: left;
}
#footer_city li.ctry {
    /*font-family: Helvetica, Verdana, sans-serif;*/
    padding-bottom: 5px;
    font-size: 15px!important;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    display: block;
    font-weight: bold;
}
#footer_city ul {
    padding: 0;
}
#footer_city li.city {
    line-height: 20px;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    display: block;
}
#offsite_bottom img,
#offsite_top img {
    width: 140px;
}
#offsite_top {
    position: fixed;
    top: 51px;
    right: 5px;
    z-index: 999;
}

#courses img {
    max-width: 100%
}
#fields_block .course_item {
    overflow: hidden;
    padding-bottom: 20px;
}

#fields_block h1:nth-child(n+2) {
    border-top: 1px solid #fff;
    margin-top: 0;
    padding-top: 20px;
}

#fields_block .course_item .thumb-pad1{
    margin: 0;
}

#courses .course_item:nth-child(3n+1) h4 {
    color: #e52732;
}

#courses .course_item:nth-child(3n+2) h4 {
    color: #fc9303;
}

#courses .course_item:nth-child(3n+3) h4 {
    color: #0cb0df;
}


input.red, textarea.red {
    background: #CC0000;
    background: rgba(204, 0, 0, 0.58);
}
#login_facebook {
    margin-top: 0;
}

#id_lang_cont .responsive .flag {
    float: right;
}

#id_bottom_facebook {
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

#google_conversion_frame_cont {
    display: none !important;
}

.content span,
#sitemap a,
#teambuilding div {
    text-transform: uppercase !important;
    font-size: 14px !important;
    line-height: 27px;
}
#id_bottom_contact_cont td {
    text-transform: uppercase;
}

#login_menu li #id_login_reservation {
    position: relative;
    background-color: rgba(11, 134, 11, 1);
}