/* Landing Page for Conference-Services with forms
OLD #0095da
NEW #B8997D
Author: Net-Tuning.com */
html, body {
	margin: 0px;
	padding: 0px; 
	font-family: Arial, Helvetica, 'sans-serif';
}

a {
    color: #333;
}

section h2 {
    margin-top: 60px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 36px;
}

section h2 small {
    display: block;
    text-align: center;
    font-size: 17px; 
    line-height: 20px;   
}

/* 1 - Header */


.navbar-brand {
    height: 138px;
    padding: 30px;
}

.navbar-brand img {
    height: 78px;
}

.logo-title {
    float: left;
    font-size: 39px;
    padding: 30px 0;
    height: 138px;
    line-height: 39px;
}

.logo-title small {
    display: block;
    text-align: center;
    font-size: 24px;
    background-color: #f3e2d4;
    border-radius: 5px;
}

.phone-title {
    font-size: 26px;
    line-height: 32px;
    height: 138px; 
    display: flex; justify-content: center; align-items: center;
}

.call-wrap {
   height: 138px; 
   display: flex; justify-content: center; align-items: center;
}

.call-wrap .btn {
    margin: auto;
    background-color: #B8997D;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: none;
    border-color: #84705f;
    border-radius: 0;
    border-style: solid;
    color: #fff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    height: 45px;
    width: 205px;
}

.call-wrap .btn:hover {
    background-color: #84705f;
}

.call-wrap button.btn {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    width: 205px;
    text-transform: uppercase;
    padding: 0;
}

/* Main Menu */

.navbar-default {
    border-radius: 0;
}

#main-menu {
    background: #B8997D;
    margin-bottom: 0;
    border: 0;
}

#main-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 3px 9px rgba(255, 255, 255, 0.25);
}

#main-menu.navbar {
    position: -webkit-sticky; position: sticky; top: 0;
    z-index: 999;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: linear-gradient(to bottom, #ffddbe 0px, #ffeede 100%);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;
    font-weight: bold;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #9c826b;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a.active {
    background-image: linear-gradient(to bottom, #ffddbe 0px, #ffeede 100%);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a.active:focus, .navbar-default .navbar-nav > li > a.active:hover {
    background-color: transparent;
    color: #B8997D;
    font-weight: bold;
}

/* 2 - Big Slide */

#main-block-2 {
    background-color: #fff4ea;
    background-position: 50% 0;
    background-repeat: no-repeat;
    /*border-top: #0671c3 3px solid;*/
    height: 503px;
    width: 100%;
}

.header-gm {
	background: #563d7c;
	color: white;
    display: block;
    height: 541px;
}

.header-gm .container {
    height: 100%;
    display: block;
}

.header-gm .header-title {
	margin-top: 10px;
	font-size: 42px;
	text-align: center;
}

.header-gm .header-description {
	font-size: 20px;
	text-align: center;
	font-style: italic;
}


/* --------------------------------------
   Main Slider
   -------------------------------------- */

.carousel-caption {
    font-size: 24px;
}

.carousel-caption h4 {
    font-size: 32px;
}

#main-block-2 .item { height: 400px; }

#slide1 {
    background: url('../images/slides/slide_medium_01.jpg') top center no-repeat;
}

#slide2 {
    background: url('../images/slides/slide_medium_02.jpg') top center no-repeat;
}

#slide3 {
    background: url('../images/slides/slide_medium_03.jpg') top center no-repeat;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(255, 235, 216, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(255, 235, 216, 0.5) 100%);
}

.carousel-indicators li {
    border: 1px solid #B8997D;
}

.carousel-indicators .active {
    background-color: #B8997D;
}

/* 3 - Big Slogan  */

#about {
    background-color: #B8997D;
    background-position: 50% 0;
    background-repeat: repeat-x;
    border-top: #9c826b 3px solid;
    display: block;
    width: 100%;
}

#about h1 {
    text-align: center;
    font-size:26px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 30px 0 10px 0;
}

#about .row > div {
    height: 100%;
    /*display: flex; justify-content: center; align-items: center;*/
}

.slogan {
    margin-top: 20px;  
    /*background-color: rgba(226, 245, 243, 0.7);*/
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

.slogan .header-title, .slogan .header-description {
    color: #464646;
}

.slogan .header-description {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 4 - Rooms */

.rooms {
    padding-bottom: 20px;
    background-color: #FFFFFF;
    background-position: 50% 0;
    background-repeat: repeat-x;
}

.rooms h3 {
    margin-bottom: 15px;
}

.rooms-title {
    text-align: center;
    margin-bottom: 15px;
}

.rooms-title p {
    text-align: left;
    padding-left: 15px;
}

.rooms-title p.text-right{
    text-align: right;
    padding-right: 15px;
}

.rooms-title ul {
    text-align: left;
    min-height: 160px;
    background-color: #eedecf;
    border-radius: 10px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 30px;
}

.rooms-block {
    border:0;
}

.rooms button.show_text, #restaurant a.btn-info, #presentation a.btn-primary  {
    background: #B8997D;
    border-color: #84705f;
    border-radius: 0;
}

.rooms button.show_text:hover, #restaurant a.btn-info:hover, #presentation a.btn-primary:hover {
    background-color: #84705f;
}


/* 10 - Locations */

#locations {    
    display: block;
    padding-bottom: 20px;
    width: 100%;
}

.block-inside {
    margin:0;
    position: relative;
}

.owl-item {
   /*border: 3px #cccccc dotted;
   border-radius: 4px; */
   padding: 10px 30px 10px 30px;
   
}

.owl-item  em {
    float:right;
    text-align: right;
}

img.img-icon {
    width: 16px !important;
    height: 16px;
    display: inline !important;
    padding-right: 5px;
}

/* Arrows */
.owl-my-nav {
    position: absolute;
    width: 100%;
    height: 100%;
}

.owl-my-nav .owl-prev,
.owl-my-nav .owl-next{
    position: absolute;
    width: 36px;
    top:35%;
    font-size: 36px;
    z-index: 20;
    cursor:pointer;
    opacity: 0.5;
    -webkit-transition:opacity .3s ease;
    transition:opacity .3s ease;
}

.owl-my-nav .owl-prev:hover,
.owl-my-nav .owl-next:hover{
    opacity: 0.8;
}

.owl-my-nav .owl-prev {
    left: 50px;
}

.owl-my-nav .owl-next {
    right: 50px;
    text-align: right;
}

.owl-stage-outer {
    
}

/* Tables */

.prices {
    position: relative;
}

.prices table {
    border: 1px solid #ebeced;
    border-collapse: collapse;
    width: 100%;
}

.prices td {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(245, 246, 248) 0%, rgb(255, 255, 255) 100%) repeat scroll 0 0;
    border-bottom: 1px solid #ebeced;
    border-left: 1px solid #ebeced;
    padding: 7px;
    text-align: center;
}
.prices td div {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 10;
}
.prices td div span {
    background-color: rgba(84, 131, 169, 0.85);
    border-radius: 2px;
    color: #ffffff;
    display: none;
    font-size: 13px;
    font-weight: bold;
    margin: -15px 0 20px;
    min-width: 100%;
    padding: 5px 8px;
    position: absolute;
    right: 100%;
    text-decoration: none;
    top: 50%;
    white-space: nowrap;
    z-index: 100;
}
.prices td div span::after {
    border-color: transparent transparent transparent rgba(84, 131, 169, 0.85);
    border-style: dashed none dashed solid;
    border-width: 6px 0 6px 5px;
    content: "";
    display: block;
    height: 0;
    margin: -6px 0 0;
    position: absolute;
    right: -5px;
    top: 50%;
    width: 0;
    z-index: 100;
}
.prices td div:hover span {
    display: block;
}

#locations .nav-stacked > li + li {
    margin-left: 0;
    margin-top: 5px;
}

#locations .text-testimonial {
    margin-top: 20px;
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
}

.configuration {
    margin-top: 10px;
    padding: 0 10px;
}

#locations h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
}

#locations .nav {
    padding-left: 15px;
}

#locations .nav > li > a:focus, #locations .nav > li > a:hover {
    background-color: transparent !important;
    text-decoration: underline;
}

#locations .nav > li > a:focus {
    outline: none;
    outline-offset: none;
}

.alert.alert-info {
    margin-bottom: 10px;
}


/* 5 - Advantages */

#main-block-5 {
    background-color: #eedecf;
    background-position: 50% 0;
    background-repeat: repeat-x;
    border-top: 3px solid #cab9aa;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
.triggers {
    margin-top: 10px;
}

.triggers .triggers-title {
    font-size: 24px;
    text-align: center;
}

.trigger, .response {
    text-align: center;
}

.trigger h4 {
    font-size: 24px;
}
.trigger ul {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

.round-adv {
    width: 152px;
    height: 152px;
    border: 4px #B8997D solid;
    border-radius: 50%;
    margin: 0 auto;
    display: flex; justify-content: center; align-items: center;
}

.round-adv img {
    width: 84px;
    height: 84px;
    text-align: center;
}
    

.round-adv i {
    font-size: 64px;
    line-height: 150px;
    color: #B8997D;
}

/* 6 - Request Form */

#request {
    background-color: #edece9;
    background-image: url("../images/grey.png");
    background-position: 50% 0;
    background-repeat: repeat-x;
    display: block;
    width: 100%;
    padding-bottom: 30px;
}

#request  .btn {
    margin: 20px auto auto auto;
    background-color: #B8997D;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: none;
    border-color: #84705f;
    border-radius: 0;
    border-style: solid;
    color: #fff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    height: 45px;
    width: 100%;    
}

#request .btn:hover {
    background-color: #84705f;
}

.form-group div {
    margin-bottom: 15px;
}

#request .text-muted {
    text-decoration: underline;
    text-align: center;
}

#request .text-muted:hover {
    text-decoration: none;
}


/* 7 - Our Team */


#gallery {
    background-color: #eedecf;
}

.direction-title h4 {
    margin-top: 35px;
    margin-bottom: 45px;
}


/* 8 - Gallery */

#restaurant {
    background-color: #eedecf;
    background-position: 50% 0;
    background-repeat: repeat-x;
    border-width: 1px;
    display: block;    
    width: 100%;
}

.menu-buttons {
    margin-bottom: 30px;
}

/*.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}*/

.table-bordered {
    border: 2px solid #b8997d;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom: 2px solid #b8997d;
}


/* Presentation */

#presentation h3 {
    margin-bottom: 50px;
}

#presentation iframe {
    width: 720px;
    height: 400px;
}

/* 9 - Request Form */

#main-block-9 {
    background-color: #edece9;
    background-image: url("../images/grey.png");
    background-position: 50% 0;
    background-repeat: repeat-x;
    display: block;
    width: 100%;
    padding-bottom: 30px;
}

#main-block-9  .btn {
    margin: 20px auto auto auto;
    background-color: #B8997D;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: none;
    border-color: #045169;
    border-radius: 0;
    border-style: solid;
    color: #fff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    height: 45px;
    width: 100%;    
}

#main-block-9 .btn:hover {
    background-color: #007cb5;
}

#main-block-9 .text-muted {
    text-decoration: underline;
    text-align: center;
}

#main-block-9 .text-muted:hover {
    text-decoration: none;
}

/* Conference Menu */

ul.tab-content {
    padding-left: 0;
}


/* 11 - Google Map */

#contacts {
    height: 750px;
    width: 100%;
    position:relative; 
}

.responses {
	margin-top: 10px;
}

.responses .responses-title {
	font-size: 24px;
	text-align: center;
}


#contacts .overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 650px;
    top: 0px;
}

#contacts iframe {
    width: 100%;
    border:0;    
}

/* 12 - Footer */

.footer {
	color: #FFFFFF;
    text-align: center;
    margin-left:0;
    margin-right: 0;
    padding-top: 10px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    width: 100%;
    background-color: #B8997D;
    border-top: #9c826b 3px solid;
}

/*  Call Back Button  */

.popup {
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:none;
}

    .popup_bg {
        background:rgba(0,0,0,0.4);
        position:absolute;
        z-index:1;
        height:100%;
        width:100%;
    }
    
    
    .form {
        position: relative;
        margin:10% auto;
        z-index:2;
        width:200px;
        padding:40px 20px;
        background:#FFFFFF;
        border:1px solid #666666;
        border-radius:20px;
        box-shadow:0 0 2px rgba(0,0,0,0.5);
    }

        .form input {
            width:96%;
            padding:5px 2%;
            margin:10px 0;
            border-radius:4px;
        }

/*  To Top Button  */

#toTop {
    width:100px;
    border:1px solid #ccc;
    background:#f7f7f7;
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:20px; /* button's padding from bottom of page */
    right:20px;
    cursor:pointer;
    display:none;
    color:#333;
    font-family:verdana;
    font-size:11px;
}

/*  Styles for callback.php and consult.php */

.triggers.answer-block p {
    font-size: 1em; 
    text-align: center;
}

.triggers.answer-block a {
    margin-top: 20px; 
    display: block; 
    text-align: center; 
    font-size: 30px;
}

/* features-table */

.features-table {
    background: #fafafa linear-gradient(to top, #fff 0%, #eaeaea 50%, #fff 100%) repeat scroll 0 0;
    border: 0 none;
    border-collapse: separate;
    border-spacing: 0;
    color: #2a2a2a;
    font-size: 13px;
    margin: 20px auto;
    text-shadow: 0 1px 0 #fff;
    width: 100%;
}
.features-table td, .features-table th {
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0 1px 0 white;
    display: table-cell;
    height: 50px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
}
.features-table tbody td, .features-table thead th {
    text-align: center;
    width: 150px;
}
.features-table td.grey, .features-table th.grey {
    background: rgba(144, 144, 144, 0.15) none repeat scroll 0 0;
    border-right: 1px solid white;
}
.features-table td.green, .features-table th.green {
    background: rgba(184, 243, 85, 0.3) none repeat scroll 0 0;
}
.features-table thead td, .features-table tbody *:first-child td {
    border-top: 1px solid #eaeaea;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*font-weight: bold;*/
}
.features-table tr:last-child td {
    border-bottom: 1px solid #dadada;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.features-table td div, .features-table th div {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 10;
}
.features-table td div span, .features-table th div span {
    background-color: rgba(84, 131, 169, 0.85);
    border-radius: 2px;
    color: #ffffff;
    display: none;
    font-size: 13px;
    margin: -15px 0 20px;
    min-width: 100%;
    padding: 5px 8px;
    position: absolute;
    right: 100%;
    text-decoration: none;
    top: 50%;
    white-space: nowrap;
    z-index: 100;
}
.features-table td div span::after, .features-table th div span::after {
    border-color: transparent transparent transparent rgba(84, 131, 169, 0.85);
    border-style: dashed none dashed solid;
    border-width: 6px 0 6px 5px;
    content: "";
    display: block;
    height: 0;
    margin: -6px 0 0;
    position: absolute;
    right: -5px;
    top: 50%;
    width: 0;
    z-index: 100;
}
.features-table td div:hover span, .features-table th div:hover span {
    display: block;
} 

.alert-info {
    background-image: linear-gradient(to bottom, #ffeede 0px, #ffddbe 100%);
    background-repeat: repeat-x;
    border-color: #B8997D;
}

.alert-info strong {
    color: #9c826b;
}


/*  Media Queries  */

@media (min-width: 1200px) {

.container {
    width: 1100px;
    padding: 0;
}

#about {
    height: 230px;
}

#main-block-10 .container {
    width: 960px;
}

/*
.owl-item {
   height: 220px;  
}*/

}


@media (max-width: 768px) {

:target:before { 
  display: block; 
  content: " "; 
  margin-top: -50px; 
  height: 50px; 
  visibility: hidden; 
}

.logotop {
    display: flex; justify-content: center; align-items: center;
}

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

.logo-title {
    height: 108px;
    padding: 15px 20px;
}

.phone-title {
    line-height: 68px;
}

.call-wrap {
    height: 68px;
}

#about {
    height: auto;
}

#about .slogan {
    margin-bottom: 20px;  
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

#gallery {
    height: auto;
    padding-bottom: 20px;
}

#main-block-10 {
    height: auto;
}

.owl-item {
   height: auto;  
}

ul.tabs__caption {
    padding-left: 0;
}

.liquid ul {
    height: 200px !important;
}

.liquid ul li {
    width:300px !important;
}

.liquid .previous, .liquid .next {
    margin-top: 75px !important;
}

#presentation iframe {
    width: 100%;
    height: 250px;
}

.navbar-nav {
    margin: 7.5px;
}

.phone-title {
    font-size: 22px;
}

}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
    
    #main-block-2 { height: 313px; }

    #main-block-2 .item { height: 310px; }
    
    #slide1 {
        background: url('../images/slides/slide_small_01.jpg') top center no-repeat;
    }
    
    #slide2 {
        background: url('../images/slides/slide_small_02.jpg') top center no-repeat;
    }
    
    #slide3 {
        background: url('../images/slides/slide_small_03.jpg') top center no-repeat;
    }
    
    .carousel-caption {
        font-size: 16px;
    }
    
    .carousel-caption h4 {
        font-size: 22px;
    }
    
}

/* Large desktop */
@media (min-width: 1200px) {

    #main-menu .container {
        width: 1170px;
    }

    #main-block-2 { height: 500px; }

    #main-block-2 .item { height: 500px; }
    
    #slide1 {
        background: url('../images/slides/slide_large_01.jpg') top center no-repeat;
    }
    
    #slide2 {
        background: url('../images/slides/slide_large_02.jpg') top center no-repeat;
    }
    
    #slide3 {
        background: url('../images/slides/slide_large_03.jpg') top center no-repeat;
    }

}