/*MAIN COLOR */
@import "mail_color.css";

/* MAIN FONTS */
@import url('https://fonts.googleapis.com/css?family=Yeseva+One');



.topBackground {
    background: var( --color_background_Top) ;
}

.menuBackground {
    background: var( --color_background_Menu);
}

.bodyBackground {
    background: var( --color_background_Body);
}


/* for email obfuscate */
.rev{
    direction: rtl;
    unicode-bidi: bidi-override;
}

table tr td{
    border-bottom: none;
}

/*************************
*******HEADER CSS******
**************************/


#header {
    padding: 0 0 20px 0;
    background: var( --color_background_Top);

}

.header_top{
    height: 20px;
}

/* Header_bottom */

.header_bottom{
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    margin-left: 15px;
}


.header_bottom .site-logo{
    margin: 0 auto;
    padding-top: 0;
}

.header_bottom .site-logo img{
    width: 220px;

}



.header_bottom #menu ul#menu_list{
    padding-top: 20px;
}


.header_bottom #menu ul > li > a {
    color: var( --color_text_Menu);
    font-family: var(--menu_family_font);
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 2px;
   text-shadow: none;
}

.header_bottom #menu ul > li > a:first-letter {
    font-family: var(--menu_first_letter_family_font);
    font-size: 25px;
    font-weight:600;
}


.header_bottom #menu ul > li > a.active {
    color: var(--color_text_hoover_Menu);
}

.header_bottom #menu ul > li > a:hover {
    color:  var(--color_text_hoover_Menu);
    text-decoration:none;
    background-color: transparent;
}




.header_bottom #menu ul > li.dropdown >a:active {
    color:  var(--color_text_hoover_Menu);
    outline: none;
    text-decoration:none;
}


.header_bottom #menu ul   .open > a {
    text-decoration:none;
    background-color: transparent;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border: 1px solid red;*/


}

.header_bottom #menu ul.dropdown-menu  > li> a:hover {
    color:  var(--color_text_hoover_Menu);
    outline: none;
    text-decoration:none;
    background-color: transparent;
    background-image: none;
}

.header_bottom #menu .nav > li.dropdown.open {
    position: static;
}

.header_bottom #menu ul.dropdown-menu {
    outline: none;
    text-decoration:none;
    background-color: var( --color_background_Menu);
    background-image: none;
    border-top: 1.5px solid var(--color_design_elements);
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    min-width: 37%;
    box-shadow: none;
    margin-left: 16px;
}

.header_bottom #menu ul.dropdown-menu > ul{
    list-style: none;
}

.header_bottom #menu ul.dropdown-menu .list-inline>li{
    padding-right: 2px;
    padding-left: 0;
}


.header_bottom .navbar.navbar-default {
    background-color: transparent;
    background-image: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px;
}



.header_bottom .navbar.navbar-default .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header_bottom .navbar-header .navbar-toggle .icon-bar {
    background-color: var(--color_text_Menu);
}


.dropdown .dropdown-menu {
    visibility: hidden;
}

@media (max-width: 991px) {
    .header_top{
        height: 0;
    }
    .header_bottom{
        margin: 0;
        border-bottom-left-radius: 35px;
        border-top-left-radius: 0;
    }

    .dropdown .dropdown-menu {
        visibility: visible;
    }

    .header_bottom #menu ul   .open > a {
        color: var(--color_text_Menu);
    }

    .vl{
        border-right: 0;
    }

    .header_bottom .site-logo{
        height: auto;
        padding-top: 15px;
        padding-right: 0;
    }

    .header_bottom .site-logo img {
        width: 150px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*change beaking point for collapse */
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    #subheader ul#menu_submenu li{
        margin: 0;
    }

    #subheader ul#menu_submenu a{
        float:left;
    }
}

@media (min-width: 992px) {

    .sf-menu{
        text-align:center;
    }
    .sf-menu li {
        position: relative;
        display:inline-block;
        margin:0 -2px;
    }

    .header_bottom .main_menu{
        height: 105px;
    }

    .nav > li.dropdown.open_menu{
        position: static;
    }

    .header_bottom #menu .dropdown-menu>li{
        display: inline;
    }
    .header_bottom #menu .dropdown-menu>li > a{
        display: inline;
        border: 0;
    }

   .dropdown.open_menu .dropdown-menu {
        display: block;
        outline: none;
        text-decoration:none;
        background-color: #ffffff;
        background-image: none;
        border-top: 1px solid var(--color_design_elements);
        border-right: 0;
        border-left: 0;
        min-width: 75%;
        box-shadow: none;
        visibility: visible;
        padding-bottom: 0;
    }

    .header_bottom #menu ul > li.dropdown > a:hover {
        color:  var(--color_text_hoover_Menu);
        text-decoration:none;
        background-color: transparent;
        background-image: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .vl {
        border-right: 1px solid var(--color_design_elements);
    }

    #subheader + .container {
        padding: 30px 0 40px 0;

    }
}

/*************************
*******Subheader CSS******
**************************/

#subheader {
      width: 100%;
      padding: 0;
  }



#subheader h1 {
    text-align: left;
    background: none!important;
    color: var(--color_text_info_Title)!important;
    font-size: 30px!important;
    line-height: 50px !important;
    font-family: var(--text-info_title_font)!important;
    font-weight: bold!important;
    text-indent: 1em;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    padding-left: 50px;

}

#subheader h1:first-letter{
    font-size: 60px!important;
    font-family: var(--text-first_letter_info_title_font)!important;

}

#subheader h1:before{
    content: " ";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 40px;
    border-bottom: 1px solid var(--color_text_info_Title);
}


#subheader ul#menu_submenu{
     padding-top: 30px;
    border-bottom: 0;
 }

#subheader ul#menu_submenu a{
    display: inline-block;
    text-transform: capitalize;
    text-align: left;
    background: none!important;
    color: var(--color_text_Menu)!important;
    font-size: 18px!important;
    line-height: 20px !important;
    font-family: var(--text-info_title_font)!important;
    border-bottom: 0;
}

#subheader ul#menu_submenu a:hover{
    color: var(--color_text_info_Title)!important;
    border:0;
}

#subheader ul#menu_submenu a.active{
    color: var(--color_text_info_Title)!important;
    border:0;
}



/*************************
*******Body CSS******
**************************/
.body{
    background: var(--color_background_Body)!important;
    padding: 0!important;
}



/*************************
*******Footer CSS******
**************************/

#footer{
    padding: 0;
}


/* Footer_top */


#footer .footer_top{
    width: 100%;
    background:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ) var(--color_background_Footer_top)!important;

}


#footer .footer_top ul {
    list-style-type: none;
    padding: 30px 0 30px 0;
}

#footer .footer_top ul li{
    padding-top: 15px;
}

#footer .footer_top  a{
    color: var( --color_text_Footer_top) ;
    padding-bottom: 10px;
}

#footer .footer_top  p{
    color: var( --color_text_Footer_top) ;
    display: inline;
}

#footer .footer_top i{
    color: var( --color_text_Footer_top);
}

#footer .footer_top table{
    margin-top: 30px;
}

#footer .footer_top table tr{
    background: none;

}

#footer .footer_top table tr td{
    border-bottom: none;
}


#footer .footer_top .social {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

#footer .footer_top .social .link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px dashed white;
    padding: 10px;
    transition: .5s;
    color: #D7D0BE;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 20px;
}

#footer .footer_top .social .link i, #footer .footer_top .social .link img {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#footer .footer_top .social .link:hover {
    padding: 20px;
    color: white;
    margin-left: -5px;
    transform: translateX(10px) rotate(360deg);
}


#footer .footer_top .social .link.facebook {
    background-color: #3B5998;
    color: white;
}

#footer .footer_top .social .link.instagram {
    background:linear-gradient(to bottom left, #c11293, #fbd003)!important;
    color: white;
}

#footer .footer_top .social .link.turistinfo {
    background-color: #0e94ec;
    color: white;
}




/* Footer_bottom */

#footer .footer_bottom{
    width: 100%;
    background: var(--color_background_Footer_bottom);

}

#footer .footer_bottom  a{
    color: var(  --color_text_Footer_bottom);
}

#footer .footer_bottom  p{
    color: var(  --color_text_Footer_bottom);
    margin-top: 5px;
    margin-bottom: 5px;
}


/* COOKIE */


.cookie-message-container {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color_background_Footer_top);
    color: var(  --color_text_Footer_top);
    z-index: 1000;
    padding: 10px;
}
.cookie-message-container a{
    color: var(--color_text_Footer_top);
    font-weight: normal;
}
.cookie-message-container .message-left p a{
    color: var(--color_text_Footer_top);
    font-weight: bold;
    color: var(--color_accent_elements2);
}

.cookie-message-container .message-left p a:hover{
    color: black;
}



/* Miscellaneous */


.icon{
    height: 21px;
    width: 21px;
    vertical-align: -25%;
    padding-bottom: 2px;
}



.col-sm-auto {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
}


