﻿@font-face {
    font-family: 'aqua';
    src: url('fontAqua/aqua.ttf');
}
body,body *{
    font-family:Calibri;
    color:#7e7877;  
}
h1,h2,h3,h4,h5,h6,.couple-name{
    font-family:'aqua';
}

/* #Menu Styles

================================================== */

header .navbar {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}


.menu {
    margin-top: 0px;
}

    .menu li {
        list-style: none;
        padding: 15px 15px 0 15px;
    }

        .menu li.logo {
            padding: 0;
        }

        .menu li a {
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 4px;
            color: #000;
            font-size: 14px;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            transition: all 1s ease;
            padding: 0;
        }

.dropdown-noeffect {
    padding: 0 0 15px 0 !important;
}


.menu li.active a,
.menu li a:hover {
    color: #c5a47e;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #c5a47e;
    -moz-transition: border-color 3s linear;
    -o-transition: border-color 3s linear;
    -webkit-transition: border-color 3s linear;
    transition: border-color 3s linear;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

ul.menu-buttons {
    display: table-cell;
    vertical-align: middle;
    padding-top: 25px;
    float: right;
}

    ul.menu-buttons li {
        background: rgba(204, 204, 204, 0.05);
    }

.menu-buttons li.current-menu-item a {
    color: #c5a47e;
}

.main-menu-wrapper {
    float: left;
}

.margin-index-menu {
    margin-right: 20px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #fff;
    height: 75px;
}

    .navbar-default .navbar-brand {
        color: #333;
        -moz-transition: border-color 3s linear;
        -o-transition: border-color 3s linear;
        -webkit-transition: border-color 3s linear;
        transition: border-color 3s linear;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .navbar-default .navbar-brand:hover {
            color: #c5a47e;
            -moz-transition: border-color 3s linear;
            -o-transition: border-color 3s linear;
            -webkit-transition: border-color 3s linear;
            transition: border-color 3s linear;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

    .navbar-default .navbar-collapse {
        border-color: #fff;
    }

.navbar-toggle {
    border: none;
    margin-top: 23px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    width: 15px;
    height: 1.5px;
}

.navbar-nav {
    background: rgba(204, 204, 204, 0.05);
    min-height: 65.2px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #c5a47e;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-nav > li > a {
    line-height: 35px;
}

header.top-menu {
    margin-top: 2%;
}

.full-width {
    width: 100%;
}

@media (max-width: 767px) {
    header.top-menu {
        height: 75px;
    }

        header.top-menu .container {
            background: #fff;
        }

    .navbar.navbar-default {
        left: 0;
        width: 100%;
        top: 0px;
        z-index: 8889;
    }
}

a.dropdown-noeffect {
    border-bottom: none !important;
    background: transparent !important;
    color: #777 !important;
}


    a.dropdown-noeffect:hover {
        color: #c5a47e !important;
    }

ul.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: #fdfdfd;
}

.nav .open > a {
    border-color: #c5a47e !important;
}




.dropdown-menu > li.kopie > a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
    }

    .dropdown-submenu:hover > a:after {
    }



@media (min-width: 768px) {

    #navbar {
        text-align: center;
    }
}

.mr0 {
    margin-right: 0 !important;
}

/* #Social Networks Styles

================================================== */

.social-networks,
.social-networks li {
    list-style: none;
    float: right;
    border-bottom: none;
    padding: 0 10px;
    margin-top: 11px;
    color: #000;
}

    .social-networks li:last-child {
        padding-right: 0;
    }

    .social-networks li a {
        border-bottom: none;
        color: #000;
        -moz-transition: border-color 3s linear;
        -o-transition: border-color 3s linear;
        -webkit-transition: border-color 3s linear;
        transition: border-color 3s linear;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .social-networks li a:hover {
            color: #c5a47e;
            -moz-transition: border-color 3s linear;
            -o-transition: border-color 3s linear;
            -webkit-transition: border-color 3s linear;
            transition: border-color 3s linear;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

.social-networks-aba,
.social-networks-aba li {
    list-style: none;
    float: right;
}

.social-networks {
    border: none;
    padding-right: 0;
    display: flex;
}

.social-networks-aba {
    border: none;
    margin-right: 16px;
}



/* #Logo and copyright Styles

================================================== */

a.navbar-brand {
    text-decoration: none;
    color: #000;
    display: inline-block;
}

    a.navbar-brand:hover {
        text-decoration: none;
        color: rgba(0, 0, 0, 0.75);
    }

    a.navbar-brand h2,
    a.navbar-brand h3 {
        font-family: "Baskerville";
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2px;
    }

    a.navbar-brand h2 {
        margin: 0;
        font-size: 20px;
    }

    a.navbar-brand h3 {
        margin-top: 3px;
        margin-bottom: 0;
        font-size: 10px;
    }

/*a.navbar-brand img {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 20px;
	display: block;
}*/

.copyright {
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Jura', sans-serif;
}

    .copyright a {
        color: #000;
    }

        .copyright a:hover {
            text-decoration: none;
            color: #c5a47e;
        }

.footer-copyright {
    border-bottom: 1px solid #eee;
    width: 90%;
    margin: 0 auto;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.p-rel {
    position: relative;
}
/*.couple-name{
    position:absolute;
    bottom:10px;
    background:rgba(255,255,255,0.7);
    font-size:24px;
    left:0;
    right:0;
    font-weight:600;
    padding:0px 15px;
    color:black;
}*/
.couple-name {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    font-size: 16px;
    right: 15px;
    padding: 8px 15px;
    color: white;
    text-transform:uppercase;
}

@media (max-width: 767px) {
    .navbar-nav {
        background: #fff;
    }

    .navbar-nav {
        padding: 0 10px 20px 10px;
    }
}

.prices-content {
    /*font-family: 'Jura', sans-serif;*/
    /*background: linear-gradient(rgba(255, 255, 255, 0.91),rgba(255,255,255,0.97)), url(../Images/p_10.jpg) 50% 50%;*/
    padding: 30px 30px !important;
}


.contacts-content {
    /*background: linear-gradient(rgba(255, 255, 255, 0.96),rgba(255,255,255,0.97)), url("../Images/p_10.jpg") 70% 50%;*/
    
}

.button-submit button {
    border: 1px solid #adadad;
    background: none;
    border-radius: 0;
    color: #999;
    font-family: 'Lekton', sans-serif !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    margin: 30px 15px 0 30px;
    width: 25%;
    float: right;
}

    .button-submit button:hover {
        color: #fff;
        background-color: #c5a47e;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
    }

.contacts-info {
    padding: 4px;
    display: -webkit-inline-box;
}


    .contacts-info a {
        color: #7e7877;
        font-size: 16px;
    }

fieldset ul {
    width: 100% !important;
}

fieldset.col-md-6.no-padding {
    padding-left: 0;
}

form#contactform {
    height: auto;
}

.contacts-address-img {
    background: url("../Images/image-2.jpg") top left;
    min-height: auto;
    padding: 30px 0;
}

.contacts-info h3 {
    padding: 20px;
    margin: 0;
    color: #fff;
    font-family: 'Jura', sans-serif;
    font-size: 40px;
}

.contacts-info strong {
    padding: 0px 5px 0 15px;
    color: #c5a47e;
    font-family: 'Jura', sans-serif;
    margin: 0;
}

a.contacts-info-a {
    color: #fff;
    padding: 0 10px;
    font-size: 23px;
    font-family: 'Jura', sans-serif;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

    a.contacts-info-a:hover {
        color: #c5a47e;
        text-decoration: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
    }

.contacts-info span {
    color: #c5a47e;
}

.contacts-trans {
    padding: 30px;
}

hr.sep-left {
    margin: .7em 0;
    width: 92%;
    display: block;
    border: 1px solid #c5a47e;
    margin: 0 13px 30px 13px;
}

#map {
    height: 295px;
}

.contacts-info-wrap {
    margin-bottom: 30px;
}

fieldset .field-size {
    width: 100% !important;
    border-bottom: 1px dotted #999;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.contacts-content input:not(.btn), .contacts-content textarea {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #999;
    background-color: transparent;
    background: transparent;
    padding: 3em 1em 0.5em .1em;
    margin: 0;
}

.contacts-content input:not(.btn), .contacts-content textarea, .contacts-content select {
    font-family: Calibri;
    font-size: 100%;
    background: transparent;
    color: rgba(0,0,0,0.9);
    border: none;
    outline: 0;
    padding: 1.36em .4em 0.55em;
    margin: .5em 0;
    display: block;
    width: 100% !important;
    display: block !important;
    float: none !important;
    font-weight: 400;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

textarea {
    font-family: Calibri  !important;
    font-size: 100% !important;
    min-height: 140px;
    border-bottom: 1px dotted #999;
}

.font-w-normal {
    font-weight: 300 !important;
}

.font-16 {
    font-size: 16px;
}

#success_message {
    display: none;
}

.bv-form .help-block {
    margin-bottom: 0;
}

.bv-form .tooltip-inner {
    text-align: left;
}

.nav-tabs li.bv-tab-success > a {
    color: #3c763d;
}

.nav-tabs li.bv-tab-error > a {
    color: #a94442;
}

#contact_form .form-group {
    position: relative;
}

#contact_form .form-group {
    position: relative;
}

    #contact_form .form-group .glyphicon {
        position: absolute;
        right: 0px;
        top: 15px !important;
    }

#contact_form.bv-form .help-block {
    position: absolute;
}
.card{
    width:49% !important
}
#photos{
    width:100% !important;
}
.pt0{
    padding-top:0px;
}
.max-w-100{
    max-width:100%;
}
.mb30{
    margin-bottom:30px;
}
.font-calibri p{
    font-family:Calibri;
    font-size:16px;
}
.navbar-brand   {
    margin-top:-35px;
}

.lang-dropdown {
    position: absolute !important;
    right: 10px;
    top: -40px;
    z-index: 1000;
}

@media screen and (min-width:768px){
   .lang-dropdown {
 
   right: 10%;
}
.lang-dropdown >a{
   min-width:160px;
}
}

   .lang-dropdown img {
      max-width: 25px;
      margin-right: 5px;
   }
   .lang-dropdown  li > a{
      padding:10px  !important;
      display:block;
      border-bottom:1px solid #ccc;
   }

   .navbar {
    z-index: 999;
    margin-top: 50px;
}
.top-menu{
    position:relative;
}
.btn .glyphicon{
    color:white !important;
}
#footer a:hover{
    text-decoration:none;

}
@media (max-width:767px){
.card{
    width:100% !important
}
.transl{
    margin-right:0px !important;
    margin-top:0px !important;

}
.button-submit button{
    width:auto ;
}
}