header {
    background: url(../images/header.jpg) no-repeat center top;
    }
.home-slider h1 {
    background-color: rgba(255,255,255,0.2);
    padding: 30px 25px;
    font-size: 55px;
}
.slider-text .col-md-7 {
    margin: 0 auto;
    float: none;
}
.nav > li > a {
    margin: 10px 13px 10px;
    font-size: 12px;
}
.nav > li.last > a {
    margin: 10px 0 10px 13px;
    color: #083ff1;
}
.shrink-nav .nav > li.last > a {
    margin: 13px 0 10px 13px;
    color: #083ff1;
}
.collapse-navation{
	margin-top:12px;
}
h2.title {
    font-size: 65px;
}
h6 {
    text-transform: inherit;
}
.description h6{
	font-size: 15px;
}
span.title {
	width:100%;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #000;
    display: table;
    text-transform: uppercase;
    line-height: 36px;
    margin: 15px 0 0 0;
}
.small-button {
    margin: 20px 0 0;
}
.seasonal-dishes {
    background: url(../images/promo.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.white-text{
	color: #fff;
}
.dishes-main-text h4 a{
	color: #fff;
}
.gradient-overlay-blue {
    background: rgba(0, 0, 60, 0.95);
    background: -moz-linear-gradient(left, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 60, 0.95)), color-stop(100%, rgba(7, 104, 121, 0.80)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%);
    background: linear-gradient(to right, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%);
}
.gradient-overlay-dark {
    background: rgba(0, 0, 0, 0.30);
}
.black-overlay-custom {
    background-color: rgba(0, 0, 0, 0.30);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.white{
	color: #fff;
}
#blog-details {
    padding-top: 20px;
}
.blog-details{
	padding-bottom: 0;
}
.contact-info {
    margin-top: 0px;
}
.contact-info i{
	width:16px;
	margin-right: 10px;
}
.contact-info ul li{
	margin-bottom: 5px;
}
.pagination {
    display: block;
    margin: 0 0 50px;
    overflow: hidden;
    border-radius: 0;
    padding-bottom: 3px;
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.pagination ul > li {
    display: inline-block;
    margin-right: 2px;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: none
}
.pagination ul > li > a {
    background: #f6f6f6;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 700;
    display: inline-block;
    padding: 9px 18px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {

}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #70aed2
}
iframe, 
embed, 
object { max-width: 100%; width: 100%; height:350px; }
/*-----------------------------------------------------------------------------------*/
/*	26. FORMS
/*-----------------------------------------------------------------------------------*/
select {
        -webkit-appearance: normal !important;
    -moz-appearance: normal !important;
    appearance: normal !important;
    box-shadow: none !important;
    width: 100% !important;
    font-weight: 500;
}

label {
    font-weight: inherit
}

.form-field label {
    width: 100%
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: inherit;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 40px;
    color: inherit;
    border: none;
    border-radius: 0;
    background: rgba(29,29,33,0.06);
    resize: none;
    vertical-align: middle;
    box-shadow: none;
    transition: all 150ms ease-in;
}

.widget input {
    margin-bottom: 0;
}

footer input {
    background: rgba(0,0,0,0.15) !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    background: rgba(29,29,33,0.08);
    box-shadow: none;
}

footer input:focus {
    background: rgba(0,0,0,0.25) !important;
}

textarea {
    height: 100%;
    padding: 8px 13px;
    margin-bottom: 15px;
    min-height: 200px;
    resize: vertical;
    font-weight: inherit;
}

.form-container .form-field {
    position: relative
}

.form-container .form-field i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 13px;
    margin: 1px 0 0 0;
    line-height: 40px;
    color: #a3a3a3;
    height: 38px;
    line-height: 37px;
    border-right: 1px solid rgba(0,0,0,0.15);
    font-weight: normal;
}

.form-container .form-field select {
    background: rgba(29,29,33,0.06) url('../images/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-size: 20px;
    background-position:  right 10px center;
}

.vanilla-form .btn {
    display: block
}

.vanilla-form label.custom-select {
    position: relative;
    display: block;
}

.vanilla-form label.custom-select span {
    position: absolute;
    display: inline-block;
    text-align: center;
    right: -4px;
    top: 0;
    height: 40px;
    width: 40px;
    pointer-events: none;
    padding: 15px 0 0 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.vanilla-form label.custom-select span::after {
    content: '\e84c';
    font-family: 'fontello';
}

.vanilla-form input.error,
.vanilla-form textarea.error,
.vanilla-form label.custom-select select.error,
.vanilla-form label.custom-select select.error:active,
.vanilla-form label.custom-select select.error:focus {
    background: rgba(222,71,71,0.15);
}

.state-error,
.btn.state-error:hover {
    background: #de4747 !important;
    color: #FFF;
}

.vanilla-form .radio-set {
    margin-bottom: 10px
}

.vanilla-form .radio-set label {
    margin-right: 10px
}

.vanilla-form input[type="radio"],
.vanilla-form input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 10px;
}

.vanilla-form input[type="radio"] + span,
.vanilla-form input[type="checkbox"] + span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    text-align: center;
    vertical-align: text-bottom;
    position: relative;
}

.vanilla-form input[type="radio"] + span::after,
.vanilla-form input[type="checkbox"] + span::after {
    content: "";
    display: inline-block;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.vanilla-form input[type="radio"]:focus + span,
.vanilla-form input[type="checkbox"]:focus + span,
.vanilla-form input[type="radio"]:active + span,
.vanilla-form input[type="checkbox"]:active + span {
    border-color: #70aed2
}

.vanilla-form input[type="radio"]:checked + span::after,
.vanilla-form input[type="checkbox"]:checked + span::after {
    opacity: 1
}

.vanilla-form input[type="radio"].error + span,
.vanilla-form input[type="checkbox"].error + span {
    border-color: #de4747
}

.vanilla-form input[type="radio"] + span {
    border-radius: 100%
}

.vanilla-form input[type="radio"] + span::after {
    border-radius: 100%;
    background-color: #70aed2;
    border-color: #70aed2;
}

.vanilla-form input[type="radio"]:checked + span,
.vanilla-form input[type="checkbox"]:checked + span {
    border: 1px solid #70aed2
}

.vanilla-form input[type="radio"]:checked + span::after {
    border: 4px solid #ffffff
}

.vanilla-form input[type="checkbox"] + span::after {
    height: 40%;
    width: 70%;
    background-color: transparent;
    border: 0 solid #70aed2;
    top: 9px;
    left: 2px;
    -webkit-transform: rotate(-45deg) translate(50%, -75%);
    -moz-transform: rotate(-45deg) translate(50%, -75%);
    -ms-transform: rotate(-45deg) translate(50%, -75%);
    -o-transform: rotate(-45deg) translate(50%, -75%);
    transform: rotate(-45deg) translate(50%, -75%);
}

.vanilla-form input[type="checkbox"]:checked + span::after {
    border-left-width: 0.2em;
    border-bottom-width: 0.2em;
}

.vanilla-form .notification-box {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

.vanilla-form .notification-box.show-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.vanilla-form .notification-box.show-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.searchform {
    position: relative
}

.sidebar .searchform {
    max-width: 300px
}

.searchform .btn {
    position: absolute;
    top: 0;
    right: -5px;
    height: 40px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    padding: 0 15px !important;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
}

:-moz-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
}

.searchform .btn {
    border-radius: 0;
}
.contentarea ul{
	margin-left: 20px;
}
.contentarea ul li{
	list-style-type: square;
}
.contentarea ol{
	margin-left: 20px;
}
.contentarea ol li{
	list-style-type:  decimal;
}
.price{
	margin-bottom: 30px;
	font-size: 20px;
}
.price .btn{
	float: right;
	margin: -5px 0 0;
}
.price .qty{
	width: 60px !important;
	background: rgba(29,29,33,0.06) url('../images/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-size: 20px;
    background-position:  right 10px center;
	margin: -6px 0 0;
	height: 33px;
	line-height: 35px;
}
.price .custom{
	width: 170px !important;
	background: rgba(29,29,33,0.06) url('../images/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-size: 20px;
    background-position:  right 10px center;
	margin: -6px 0 0;
	height: 33px;
	line-height: 35px;
}
.blog-details .category_testimonial{
	float: none;
	margin-bottom: 50px;
}
.blog-details .btn{
	float: none;
}
.box_gallery{
	padding:0 10px;
}
.sl-prev,
.sl-next {
    font-size: 64px !important;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
table {
    border-collapse: collapse;
}

table, th, td {
    /*border: 1px solid black;*/
    padding:0 5px;
}
table.order_table {
    border-collapse: collapse;
}

table.order_table, table.order_table th, table.order_table td {
    /*border-top: 1px solid black;
    border-left: 1px solid black;*/
    padding:0 5px;
}
table.order_table select{
	width: 50px;
	padding: 3px 5px;
	text-align: center;
	height: 30px;
	margin: 0 0 0;
	line-height: 25px;
	background: rgba(29,29,33,0.06) url('../images/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-size: 20px;
    background-position:  right 10px center;
}
table.order_table input{
	width: 50px;
	padding: 3px;
	text-align: center;
	height: 30px;
	margin: 0 0 0;
}
table.order_table.no_border td + td + td + td + td + td
{
   border: none;
}
table.order_table.no_border tr th{
	border-right: 0;
}
table.order_table.no_border .input-group .form-control{
	margin: 3px 0;
}
.btn-custom {
    display: inline-block;
    background: rgba(29,29,33,0.09);
    padding: 4px 5px;
    margin: 0px 0;
    font-size: 12px;
    font-weight: 400;
        line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.home-slider span {
    padding: 20px 0 40px;
}
.slider-text {
    bottom: 70px;
}
.clear{
	clear: both;
}
.float-right{
	float: right;
}
.padding-top-10{
	padding-top: 10px;
}
.margin-auto{
	margin: 0 auto;
}
.margin-top-0{
	margin-top:0;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-bottom-10{
	margin-bottom: 10px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.margin-right-10{
	margin-right: 10px;
}
.shadow {
  -moz-box-shadow:    3px 3px 5px 3px #ccc;
  -webkit-box-shadow: 3px 3px 5px 3px #ccc;
  box-shadow:         3px 3px 5px 3px #ccc;
  border-radius: 4px;
}
.button_example{
border:1px solid #15aeec; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #49c0f0; background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
 background-image: -webkit-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: -moz-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: -ms-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: -o-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#49c0f0, endColorstr=#2CAFE3);
}

.button_example:hover{
 border:1px solid #1090c3;
 background-color: #1ab0ec; background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab0ec), to(#1a92c2));
 background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: -moz-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: -ms-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: -o-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec, endColorstr=#1a92c2);
}
.button_orange{
border:1px solid #ffad41; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 3px 10px 3px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #ffc579; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
 background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
 background-image: linear-gradient(to bottom, #ffc579, #fb9d23);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
}

.button_orange:hover{
 border:1px solid #ff9913;
 background-color: #ffaf46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
 background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
 background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
 background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
 background-image: -o-linear-gradient(top, #ffaf46, #e78404);
 background-image: linear-gradient(to bottom, #ffaf46, #e78404);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}
textarea:focus, 
input:focus { color: #000; }
#footer{
	background:#000;
}
footer .color-overlay{
	background:none;
	color: #000;
}
footer a {
    text-decoration: none;
    color: #083ff1;
}