.header .menu {
    margin: 0;
    display: inline-block;
}

.header .menu > li {
    margin-right: 5px !important;
}

.header .menu > li {
    display: inline-block;
    list-style: none;
    font-size: 13px;
    margin-right: 12px;
    vertical-align: middle;
}

ul > li, ol > li {
    padding-left: 3px;
    line-height: 24px;
}

.header.transparent-dark .menu > li > a {
    color: #1d1c80;
    font-weight: bold;
}

.header .menu > li > a {
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat';
    padding-right: 21px;
    display: block;
}

.header .menu > li > a:hover{
    color: #f24b00;
}

.header .menu > li > a::before {
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
    white-space: pre;
    line-height: inherit;
    content: attr(data-text);
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

.header .menu > li:last-child {
    border-right: none;
}

.header .menu > li {
    display: inline-block;
    list-style: none;
    font-size: 13px;
    margin-right: 12px;
    vertical-align: middle;
}

#header .cont {
    border: 2px solid #f24b00;
    padding: 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.header.bg-header .header-inner {
    line-height: 70px;
}
.header .header-inner {
    width: 100%;
    transition: line-height 0.4s ease;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 415px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    /* margin-top: 12px; */
    margin-right: -12px;
}

nav .container .logo {
    float: left;
    width: 160px!important;
}
nav .container .nav-links {
    display: inline!important;	line-height: 95px;
}
#header{
    width: 100%;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    /*background-color: #f9f9f9;*/
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}

.dropdown-content a {
    /*color: black;*/
    /*padding: 0px 12px !important;*/
    text-decoration: none;
    display: block;
    font-family: 'Raleway', sans-serif;
    /*background: #fff;*/
    width: 70% !important;
}

.dropdown-content a:hover {
    color: red;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.table.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top-color: rgba(0, 0, 0, 0.02);
}
#cartProductTable th {
    text-transform: uppercase;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    font-size: 12px;
}
.text-right {
    text-align: right !important;
}
.dropdown-content .btn-remove {
    background-color: unset !important;
    padding-right: unset !important;
}
#fancybox-close,
.btn-remove {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle
}
#fancybox-close:before,
.btn-remove:before {
    content: '\f00d';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #666
}
#fancybox-close:hover,
.btn-remove:hover {
    border-color: #e34444
}
#fancybox-close:hover:before,
.btn-remove:hover:before {
    color: #e34444
}
.dropdown-content button {
    color: black;
    background-color: #ffffff;
    font-weight: 600;
    font-size: 13px;
}
.uneditable-input, input, textarea {
    width: 206px;
}
.section2-booking .booking-info .booking-select .booking-address .dropdown {
    height: unset!important;
}
/*.section2-booking .booking-info .booking-select .booking-address .dropdown .select {
    height: 16%!important;
    padding: 10px 20px 15px 15px!important;
}*/
[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}
.alert {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    border-radius: 3px;
    font-size: 13px;
    border-width: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.alert.bordered {
    border-width: 1px;
}
.alert .link {
    color: #ce8f22;
    font-weight: bold;
}
.alert .alert-heading {
    color: #ce8f22 !important;
    margin-bottom: 5px;
    font-weight: 600;
}
.alert .btn-small {
    position: relative;
    top: -3.5px;
}
.alert .button-set .btn {
    position: relative;
    top: 8px;
}
.alert .close {
    background: url("../img/icons/noti-cross.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    top: 4.5px;
    margin-left: 20px;
    font-size: 0;
}
.alert .close:hover {
    opacity: 1;
}
/* Alert : Color Options
------------------------------------
*/
.alert-danger,
.alert-error {
    background-color: #fddddd;
    color: #933432;
    border-color: #933432;
}
.alert-danger .close,
.alert-error .close {
    background-position: -95px -10px !important;
}
.alert-warning {
    background-color: #fef6dd;
    color: #957d32;
    border-color: #957d32;
}
.alert-info {
    background-color: #daeffd;
    color: #2b6a94;
    border-color: #2b6a94;
}
.alert-info .close {
    background-position: -67px -10px !important;
}
.alert-success {
    background-color: #cff5f2;
    color: #0a7c71;
    border-color: #0a7c71;
    font-weight: 600;
}
.alert-success .close {
    background-position: -38px -10px !important;
}
.alert-default {
    background-color: #fff;
    color: #626262;
    border-color: #e6e6e6;
}
.alert-default .close {
    background-position: -67px -10px !important;
}

.login-block .alert.alert-warning {
	position: absolute;
    top: 23%;
	font-size:10px;
	color:red;
}