* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    background: #b2e8fa;
    color: #353535;
}

/****** Text styling *******/
h1, h2, h3, h4 {
    color: #353535;
    font-weight: 700;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

.alert {
    opacity: 1;
}

/******* HEADER ************/
header {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}
header .header-top {
    position: relative;
    width: 100%;
    background: #8dc63f;
}
header .header-top .languages {
    position: absolute;
    top: 5px;
    right: 10px;
}
header .header-top .languages ul {
    list-style-type: none;
}
header .header-top .languages ul li {
    float: left;
    margin-left: 10px;
}
header .header-top .logo {
    width: 81px;
    height: 130px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    header .header-top .logo {
        margin: 0 0 0 15px;
        float: left;
    }
}
header .header-top .title {
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
header .header-top .title h1 {
    margin: 0;
    padding: 7px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
@media (min-width: 768px) {
    header .header-top .title h1 {
        font-size: 30px;
    }
}
@media (min-width: 992px) {
    header .header-top .title h1 {
        font-size: 40px;
    }
}
@media (min-width: 768px) {
    header .header-top .title {
        width: 610px;
        height: 130px;
        padding: 55px 0;
        font-size: 30px;
        float: right;
    }
}
@media (min-width: 992px) {
    header .header-top .title {
        width: 814px;
        font-size: 40px;
    }
}
@media (min-width: 1200px) {
    header .header-top .title {
        width: 1014px;
    }
}

.content-block {
    width: 100%;
    min-height: 300px;
    padding: 40px;
    border: 1px solid #e5e5e7;
    font-family: 'Roboto', sans-serif;
    color: #6c6d74 !important;
}

@media (max-width:960px) {
    .content-block {
        padding: 15px !important;
    }
}

nav {
    width: 100%;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
nav .navbar-header {
    background: #8dc63f;
}
nav .navbar-header .navbar-toggle {
    margin: 6px 15px 5px 0;
    background: #6d9f28;
}
nav .navbar-header .text {
    width: 40px;
    height: 15px;
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}
nav .navbar-header .icon-bars {
    width: 22px;
    height: 15px;
    margin-left: 15px;
    float: right;
}
nav .navbar-header .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
}
nav .navigation {
    width: 100%;
    min-height: 48px !important;
    padding: 5px 15px;
    background: #8dc63f;
}
nav .navigation ul {
    list-style: none;
}
nav .navigation ul li {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    nav .navigation ul li {
        margin-bottom: 5px;
    }
}
nav .navigation ul li a {
    display: block;
    padding: 9px 20px;
    background: #6d9f28;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
nav .navigation ul li a:hover, nav .navigation ul li a:focus {
    background: #4b8101;
}
@media (min-width: 768px) {
    nav .navigation ul li a {
        margin-right: 7px;
    }
}
nav .navigation ul li .dropdown-toggle {
    padding: 9px 12px 9px 20px;
}
nav .navigation ul li .dropdown-toggle .caret {
    margin-left: 8px;
}
nav .navigation ul li .dropdown-menu {
    padding: 0;
    background: #6d9f28;
    border: 0;
    border-radius: 0px;
}
nav .navigation ul li .dropdown-menu li {
    width: 100%;
    float: none;
}
nav .navigation ul li .dropdown-menu li a {
    margin: 0;
    color: #fff;
}
@media (min-width: 768px) {
    nav .navigation ul li li {
        float: left;
    }
}
nav .navigation .navbar-nav {
    margin: -4.5px -15px;
}
@media (min-width: 768px) {
    nav .navigation .navbar-nav {
        margin: 0;
    }
}
nav .nav .open > a, nav .nav .open > a:focus, nav .nav .open > a:hover {
    background: #4b8101;
}

article {
    width: 100%;
    min-height: 100px;
    margin-bottom: 15px;
    background: #fff;
}
article h1, article h2 {
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 11px 15px;
    background: #8dc63f;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
article .content {
    padding: 15px;
}
article .content h2 {
    display: inline-block;
    width: auto;
    min-width: 50%;
    height: auto;
    margin: 15px 0;
    padding: 8px 15px 11px 15px;
    font-size: 17px;
    background: #6d9f28;
}
@media (max-width: 992px) {
    article .content h2 {
        width: 100%;
    }
}
article .content ul, article .content ol {
    margin-left: 20px;
}


h3 {
    font-size: 22px;
    font-weight: bold;
    color: #3dc372 !important;
    margin-top: 0px !important;
}

.pickadate {
    background-color: #fff !important;
}

.form-div {
    padding-bottom: 5px !important;
    margin-bottom: 15px !important;
    border-bottom: calc(.5px + .03em) solid #e5e5e7 !important;
}

.party-info-div {
    padding-top: 12px !important;
    margin-top: 5px !important;
    border-top: calc(.5px + .03em) solid #e5e5e7 !important;
}

.req {
    color: #8dc63f;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.alert ul {
    list-style-type: none;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.copyright-div a {
    color: #717171;
    font-size: 12px;
}

.d-none {
    display: none !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: .5rem!important;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.mb-5 {
    margin-bottom: 3rem!important;
}

.exclusive-div {
    border: 2px solid #5e5e5e !important;
    border-radius: 10px;
    padding: 10px 15px !important;
}

.exclusive-div h3 {
    font-size: 18px;
}

.d-inline-block {
    display: inline-block!important;
}

.prices {
    width: 100%;
}
.prices tr td {
    width: 35%;
    padding: 6px 0;
}
.prices tr .first {
    width: 65%;
    font-weight: 700;
    padding-left: 15px;
}

.prices tr:nth-child(even) {
    background: #f1f9e2;
}

.w-100 {
    width: 100% !important;
}

.errors ul {
    margin-left: 0 !important;
}

a.disabed {
    pointer-events: none;
    cursor: default;
}