@import url("font-awesome.css");
@import url("ionicons.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("revolution-slider.css");
@import url("jquery.fancybox.css");
@import url("magnific-popup.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Raleway:400,500|Montserrat:400,500");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i");

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow: hidden;
}

@font-face {
    font-family: blackchancherry;
    src: url(../fonts/BLKCHCRY.TTF)
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 14px/25px "Poppins", sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #565656;
}

a,
img {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #0b3a78;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding: 0;
}

img {
    max-width: 100%;
}

.img-right {
    margin: 0 0 0 50px !important;
    float: right;
}

b,
strong {
    font-weight: 900;
}

.entry-page p {
    margin-bottom: 25px;
}

h1 {
    font: 36px/42px "Poppins", sans-serif;
}

h2 {
    font: 24px/32px "Poppins", sans-serif;
}

h3 {
    font: 18px/30px "Poppins", sans-serif;
}

h4 {
    font: 16px/30px "Poppins", sans-serif;
}

h5 {
    font: 14px/30px "Poppins", sans-serif;
}

h6 {
    font: 13px/19px "Poppins", sans-serif;
}

h1,
h2,
h3,
h5,
h6 {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}

button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 2px solid #4c9a2a;
    font-size: 12px;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    padding: 14.5px 30px;
    background-color: #4c9a2a;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    letter-spacing: 0.6px;
}

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"] {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    height: 44px;
    padding-left: 15px;
    font-size: 12px;
    outline: none;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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 {
    border: 1px solid #4c9a2a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    height: 81px;
    padding: 8px 16px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #6a6a6a;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #6a6a6a;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}

/* bootstrap resetting elements */
.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
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,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.box {
    background-color: #ccc;
    /* padding: 0 3.5%; */
    position: absolute;
    width: 100%;
}

.container {
    max-width: 100%;
}

.btn-menu {
    display: none;
}

.header {
    position: relative;
}

/* Mobile navigation
---------------------------------------- */
.logo-mobi {
    display: none;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #4c9a2a;
    z-index: 100000;
    position: absolute;
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid rgb(63, 132, 33);
    cursor: pointer;
}

#mainnav-mobi ul>li>a {
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #fff;
}

#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #1d2738;
}

#mainnav-mobi>ul>li>ul>li,
#mainnav-mobi>ul>li>ul>li>ul>li {
    border-top: 1px solid rgba(150, 150, 150, 0.15);
    background-color: #333;
}

#mainnav-mobi>ul>li>ul>li>ul>li a {
    padding-left: 45px !important;
}

#mainnav-mobi ul.sub-menu>li>a {
    display: block;
    text-decoration: none;
    padding: 0 30px;
    border-top-color: rgba(255, 255, 255, .1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mainnav-mobi>ul>li>ul>li:first-child a {
    border-top: none;
}

#mainnav-mobi ul.sub-menu>li>a:hover,
#mainnav-mobi>ul>li>ul>li.active>a {
    color: #fff;
}

.btn-menu {
    display: none;
    float: right;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin: -3px 0px 38px 20px;
    width: 27px;
    height: 25px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    top: 20px;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
    background-color: #ffffff;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.btn-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.btn-menu:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
    opacity: 0;
}

.btn-menu.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
    position: absolute;
    left: -21px;
    top: 0;
    font: 20px/50px 'FontAwesome';
    text-align: right;
    cursor: pointer;
    width: 100%;
    height: 44px;
}

.btn-submenu:before {
    content: "\f107";
    color: #fff;
}

.btn-submenu.active:before {
    content: "\f106";
}

.btn-menu {
    display: none;
}

.flat-vertical {
    display: inline-block;
    position: absolute;
    top: 47.8%;
    transform: translate(-50%, 50%) rotate(-90deg);
    -ms-transform: translate(-50%, 50%) rotate(-90deg);
    -webkit-transform: translate(-50%, 50%) rotate(-90deg);
    z-index: 10000;
}

.flat-vertical.social-links a {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: inline-block;
}

.box .flat-vertical.social-links {
    left: -2%;
}

.flat-vertical.social-links span:after {
    content: '';
    height: 1px;
    width: 40px;
    background: #b5b5b5;
    left: 5px;
    top: 36%;
    position: absolute;
}

.flat-vertical.social-links span {
    padding-left: 65px;
    position: relative;
    letter-spacing: 1px;
}

.wide.flat-vertical.social-links,
.wide.flat-vertical.reservation {
    display: none;
}

.box .flat-vertical.reservation {
    right: -2.1%;
    transform: translate(50%, 50%) rotate(90deg);
    -ms-transform: translate(50%, 50%) rotate(90deg);
    -webkit-transform: translate(50%, 50%) rotate(90deg);
    top: 68%;
    letter-spacing: 1.2px;
}

.flat-sliders-container {
    position: relative;
}

.flat-vertical.social-links a,
.flat-vertical.social-links span,
.flat-vertical.reservation {
    font-size: 18px;
    font-weight: 700;
}

/*Header
-------------------------------------------------------------*/
/* navigation */

#mainnav ul li {
    position: relative;
}

#mainnav>ul>li {
    display: inline-block;
}

#mainnav>ul>li>a {
    position: relative;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    padding: 0px 10px 0;
    outline: none;
    letter-spacing: 0.78px;
}

#mainnav>ul>li:last-child>a {
    padding-right: 29px;
}

#mainnav>ul>li.logo>a {
    padding: 10px 26px 0 29px;
}

#mainnav>ul>li.logo img {
    margin-top: -20px;
    margin-right: 15px;
}

/* submenu */
#mainnav ul.submenu {
    text-align: left;
    position: absolute;
    left: 27px;
    top: 150%;
    width: 275px;
    background-color: #202020;
    z-index: 9999;
    z-indexms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Right sub-menu */
#mainnav ul.right-sub-menu {
    /*left: auto;*/
    right: 0;
}

#mainnav ul li:hover>ul.submenu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

#mainnav ul li ul li {
    margin-left: 0;
}

#mainnav ul.submenu li ul {
    position: absolute;
    left: 300px;
    top: 0 !important;
}

#mainnav ul.submenu>li.sub-parent:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: 25px;
    top: 11px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

#mainnav ul.submenu li:first-child {
    border-top: none;
}

#mainnav ul.submenu>li>a {
    display: block;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    padding: 7px 0 7px 26px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu>li>a:hover {
    background-color: #4c9a2a;
    color: #fff;
}

#mainnav ul.submenu>li>a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

#mainnav ul.submenu>li.sub-parent:hover::after {
    right: 18px;
}

#mainnav>ul>li>a:hover {
    color: #0b3a78;
    position: relative;
}

#mainnav-mobi>ul>li>ul>li:first-child a {
    border-top: none;
}

#mainnav-mobi ul.submenu>li {
    padding: 0 30px;
}

/* Home
-------------------------------------------------------------- */
.flat-row.index-1 {
    padding-top: 3px;
    padding-bottom: 0;
}
.title-section{
    margin-top: 10%;
}
.flat-row.index-1 .title-section.style2 {
    margin-bottom: 42px;
}

.flat-row.index-1 .title-section.style2 .title:before {
    width: 28px;
    left: -16px;
}

.flat-row.index-1 .title-section.style2 .top-section {
    padding-left: 1px;
}

.flat-row.index-1 {
    background: url("../images/imagebox/1.jpg") no-repeat;
    background-position: right;
}

.index-2 .reservation-page-form .title:before {
    margin-top: -2px;
    left: -17px;
}

.flat-row.index-3 {
    padding-bottom: 78px;
}

/* Page title
-------------------------------------------------------------- */
.page-title {
    padding: 83px 0 80px 0;
}

.page-title .page-title-heading {
    text-align: center;
}

.page-title .page-title-heading h1.title {
    font-weight: 500;
    color: #ffffff;
}

.page-title .breadcrumbs ul li {
    display: inline-block;
    color: #ffffff;
    padding: 0 9px;
}

.page-title .breadcrumbs ul li a {
    color: #959595;
    position: relative;
}

.page-title .breadcrumbs ul li a:hover {
    color: #0b3a78;
}

.page-title .breadcrumbs ul li:last-child a {
    color: #fff;
}

.page-title .breadcrumbs ul li a:before {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    top: -4px;
    left: -12px;
    font-size: 15px;
    color: #959595;
}

.page-title .breadcrumbs ul li:first-child a:before {
    content: '';
}

/* Blog
-------------------------------------------------------------- */
.post:first-child .header-post {
    margin-bottom: 32px;
}

.post .header-post {
    margin-bottom: 37px;
}

.post .header-post h2.title-post {
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.post .header-post p.time-post a {
    margin-left: 26px;
    color: #b5b5b5;
}

.post .header-post p.time-post a:hover {
    color: #0b3a78;
}

.post .header-post p.time-post {
    position: relative;
    color: #b5b5b5;
}

.post .header-post p.time-post:after {
    position: absolute;
    content: "\f10c";
    top: -1px;
    left: 107px;
    font-family: 'FontAwesome';
    font-size: 10px;
}

.post .feature-post {
    margin-bottom: 28px;
}

.main-content .post .content-post .readmore {
    margin-bottom: 19px;
}

.main-content {
    margin-bottom: 101px;
    padding-top: 95px;
}

.main-content.blog-single {
    margin-bottom: 65px;
}

.main-content article.post {
    margin-bottom: 43px;

}

.main-content .content-post {
    letter-spacing: 0.35px;
}

.main-content.blog-single article.post {
    line-height: 23px;
}

.main-content.blog-single .post .content-post {
    letter-spacing: -0.04px;
    margin-bottom: 62px;
}

.main-content.blog-single .post .content-post h5.custom-title-1 {
    letter-spacing: -0.58px;
    margin-bottom: 12px;
}

.main-content.blog-single .post .content-post p.custom-p-1 {
    margin-bottom: 15px;
}

.main-content .content-wrap .older-post a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    float: right;
    position: relative;
    margin-right: 12px;
}

.main-content .content-wrap .older-post a:before {
    position: absolute;
    content: "\f061";
    top: 0;
    right: -16px;
    font-family: 'FontAwesome';
}


.main-content .post .content-post .readmore a {
    font-size: 12px;
    color: #0b3a78;
    text-transform: uppercase;
    letter-spacing: 0.62px;
}

.main-content .post .content-post p {
    margin-bottom: 24px;
}

.post .content-post .meta-post {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.post .content-post .meta-post .social-links {
    /*	position: absolute;
top: 0;
left: 35%;*/
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    max-width: 230px;
    text-align: center;
    /*    padding-right: 30px;
padding-left: 30px;*/
}

.post .content-post .meta-post .social-links a {
    padding-right: 11px;
    padding-left: 11px;
}

.post .content-post .meta-post .social-links a i {
    font-size: 15px;
    padding-top: 14px;
    padding-bottom: 11px;
}

.post .content-post .meta-post .by-author,
.post .content-post .meta-post .social-links {
    float: left;
    width: 35.065%;
}

.post .content-post .meta-post .by-author {
    /*margin-left: 35px;*/
    letter-spacing: 0.3px;
    padding-left: 35px;
    padding-top: 9px;
}

.post .content-post .meta-post .leave-comment {
    margin-right: 41px;
    letter-spacing: 0.3px;
}

.post .content-post .meta-post .leave-comment {
    float: right;
    padding-top: 8px;
}

/* Blog Single
-------------------------------------------------------------- */
.main-content.blog-single .post .feature-post {
    margin-bottom: 36px;
}

.main-content.blog-single .post .content-post h5 {
    font-weight: 600;
    margin-bottom: 13px;
    letter-spacing: -0.43px;
}

.main-content.blog-single .post .content-post p {
    margin-bottom: 22px;
}

.main-content.blog-single .post .direction {
    border-top: 1px solid #e5e5e5;
    padding-top: 44px;
    padding-bottom: 50px;
}

.main-content.blog-single .post .direction ul {
    float: left;
}

.main-content.blog-single .post .direction ul li {
    display: inline-block;
    margin-right: 5px;
}

.main-content.blog-single .post .direction ul li:first-child,
.main-content.blog-single .post .direction .social-links span {
    font-weight: 600;
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 12px;
}

.main-content.blog-single .post .direction .social-links a {
    padding: 0 8.1px;
}

.main-content.blog-single .post .direction .social-links span {
    margin-right: 7px;
}

.main-content.blog-single .post .direction ul li a {
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 400;
}

.main-content.blog-single .post .direction ul li a:hover {
    color: #0b3a78;
}

.main-content.blog-single .post .direction .social-links {
    float: right;

}

.main-content.blog-single .post .direction .social-links a i {
    color: #b5b5b5;
    font-size: 14px;
}

.main-content.blog-single .post .direction .social-links a.last {
    margin-right: 0;
    padding-right: 0;
}

/* Comment */

.blog-single .comment-list-wrap {
    margin-bottom: 66px;
}

.blog-single .comment-post .comment-title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.3px;
}

.blog-single .comment-post .comment {
    border-bottom: 1px solid #e5e5e5;
    padding: 34px 0 42px;
}

.blog-single .comment-post li:first-child .comment {
    padding-top: 29px;
}

.blog-single .comment-post .comment.style1 {
    border-bottom: none;
}

.blog-single .comment-post .comment-avatar {
    float: left;
}

.blog-single .comment-post .comment-avatar>img {
    margin-right: 18px;
    margin-bottom: 90px;
    margin-top: 5px;
}

.blog-single .comment-post .comment-detail .comment-author {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    text-transform: uppercase;
}

.blog-single .comment-post .comment-detail .comment-author a {
    color: #333;
    letter-spacing: 0.4px;
}

.blog-single .comment-post .comment-detail .comment-author a:hover {
    color: #edb820;
}

.blog-single .comment-post .comment-detail .comment-date a {
    font-size: 12px;
    line-height: 23px;
    color: #999999;
    margin-left: 11px;
}

.blog-single .comment-post .comment-detail .comment-body {
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.1px;
}

.blog-single .comment-post .comment-detail a.comment-reply {
    padding: 9px 18px;
    background-color: #333333;
    font-size: 12px;
    line-height: 23px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.blog-single .comment-post .comment-detail a.comment-reply:hover {
    background-color: #0b3a78;
    border-color: #0b3a78;
}

.blog-single .comment-post .comment-title.style1 {
    padding-bottom: 34px;
}

/* Comment form contact */
.contact .comment-form .name-container,
.flat-contact-form .input-wrap.name {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.flat-contact-form .wrap-type-input {
    overflow: hidden;
}

.flat-contact-form .input-wrap,
.flat-contact-form .textarea-wrap {
    position: relative;
}

.flat-contact-form .input-wrap::before,
.flat-contact-form .textarea-wrap::before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    top: 13px;
    left: 15px;
    color: #bcbcbc;
}

.flat-contact-form .input-wrap.email::before {
    content: "\f0e0";
}

.flat-contact-form .input-wrap.Subject::before {
    content: "\f084";
}

.flat-contact-form .textarea-wrap::before {
    content: "\f075";
}

.contact .comment-form .email-container,
.flat-contact-form .input-wrap.email {
    float: left;
    width: 32%;
}

.contact .comment-form .subject-container,
.flat-contact-form .input-wrap.Subject {
    float: right;
    width: 32%;
}

.flat-contact-form .flat-button {
    background-color: #e0b539;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 17px 23px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

/* Comment form */
.comment-post {
    background-color: #f9f9f9;
    padding: 63px 70px;
}

.comment-form .name-container {
    width: 48.27%;
    float: left;
    margin-right: 3.44%;
}

.comment-form .email-container {
    float: right;
    width: 48.27%;
}

.comment-form .message {
    width: 100%;
}

.comment-form fieldset label {
    font-size: 14px;
    font-family: "Karla", sans-serif;
    line-height: 38px;
    color: #666666;
}

.comment-form .name-container,
.comment-form .email-container,
.comment-form .subject-container,
.comment-form .message {
    position: relative;
}

.comment-form .name-container::before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    top: 13px;
    left: 15px;
    color: #bcbcbc;
}

.comment-form .email-container::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    top: 13px;
    left: 15px;
    color: #bcbcbc;
}

.comment-form .subject-container::before {
    content: "\f084";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    top: 13px;
    left: 15px;
    color: #bcbcbc;
}

.comment-form .message::before {
    content: "\f075";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #bcbcbc;
}

.comment-form .submit {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 16px 23px;
    background: #222;
    border-color: #222;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.comment-form .submit:hover {
    background-color: #0b3a78;
    border-color: #0b3a78;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
    padding-left: 36px;
    height: 50px;
    font-size: 14px;
    margin-bottom: 22px;
}

.comment-form textarea {
    height: 180px;
}

/* Google Map
--------------------------------------------------------------- */
#flat-map {
    width: 100%;
    height: 500px;
}

/* Widget
-------------------------------------------------------------- */
.sidebars {
    padding-left: 71px;
    margin-top: -4px;
}

.widget {
    margin-bottom: 12px;
}

.widget .widget-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 22px;
    margin-top: 0;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    position: relative;
}

/* Widget search */
.widget.widget_search .widget-title {
    margin-bottom: 23px;
}

.widget.widget_search .search-form {
    position: relative;
}

.widget.widget_search .search-form .search-field {
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding-left: 18px;
    color: #b5b5b5;
}

.widget.widget_search .search-form .search-submit {
    background-image: url(../images/search.svg);
    background-color: transparent;
    background-size: 14px 13px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;
    padding: 5px 0 5px 10px;
    text-indent: -9999px;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 14px;
    border: none;
}

/* Widget categories */
.widget.widget_categories {
    margin-bottom: 40px;
}

.widget.widget_categories .widget-title {
    margin-bottom: 22px;
}

.widget.widget_categories ul li {
    list-style: none;
    border-bottom: 1px solid #ededed;
    padding: 16px 0 9px 15px;
    position: relative;
}

.widget.widget_categories ul li:first-child {
    padding-top: 0;
    padding-bottom: 9px;
}

.widget.widget_categories ul li:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f0da";
    top: 16px;
    left: 0;
}

.widget.widget_categories ul li:first-child:after {
    top: 0;
    left: 0;
}

.widget.widget_categories ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    letter-spacing: -0.05px;
}

.widget.widget_categories ul li a:hover {
    color: #0b3a78;
}

/* Widget Recent Post */
.widget.widget_recent_entries {
    margin-bottom: 7px;
}

.widget.widget_recent_entries .widget-title {
    margin-bottom: 25px;
}

.widget.widget_recent_entries ul li {
    overflow: hidden;
    margin-bottom: 35px;
}

.widget.widget_recent_entries ul li .thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    margin-top: 5px;
}

.widget.widget_recent_entries ul li .thumb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.widget.widget_recent_entries ul li:hover .thumb:after {
    background-color: #0b3a78;
}

.widget.widget_recent_entries ul li .text h4 {
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 11px;
}

.widget.widget_recent_entries ul li .text p {
    color: #b5b5b5;
}

/* Widget Latest Tweets */
.widget.widget_latest_tweets {
    margin-bottom: 36px;
}

.widget.widget_latest_tweets ul li {
    margin-bottom: 25px;
    letter-spacing: -0.05px;
}

.widget.widget_latest_tweets ul li p {
    margin-bottom: 2px;
}

.widget.widget_latest_tweets ul li p:nth-of-type(3) {
    color: #b5b5b5;
    margin-top: 8px;
    margin-bottom: 0;
}

.widget.widget_latest_tweets ul li p a {
    color: #0b3a78;
}

/* widget tag-list*/
.tag-list a {
    letter-spacing: -0.1px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 2px;
}

/* Footer
-------------------------------------------------------------- */
.footer {
    padding-top: 86px;
    background: #000;
    margin-top: 60px;
}

.footer P {
    color: #f2f2f2 !important;
}

.footer h3 {
    color: #f2f2f2 !important;
}

.footer ul li {
    color: #f2f2f2 !important;
}

.footer a {
    color: #f2f2f2 !important;
}

.footer .footer-widgets .widget .widget-title {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}

.footer .footer-widgets .widget .textwidget p {
    margin-bottom: 20px;
}

.footer .footer-widgets .widget .footer-info li {
    position: relative;
    padding: 0 0 7px 25px;
    line-height: 21px;
    margin-bottom: 6px;
}

.footer .footer-widgets .widget .footer-info li:before {
    content: "\f041";
    font-family: "FontAwesome";
    color: #f2f2f2;
    position: absolute;
    left: 1px;
    top: -1px;
    font-size: 14px;
}

.footer .footer-widgets .widget .footer-info li.email:before {
    content: "\f0e0";

}

.footer .footer-widgets .widget .footer-info li.phone:before {
    content: "\f095";
}

.widget.widget_recent_posts ul {
    margin-top: 29px;
}

.widget.widget_recent_posts ul li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 19px;
    padding-top: 15px;
}

.widget.widget_recent_posts ul li:first-child {
    padding-top: 0;
}

.widget.widget_recent_posts ul li:last-child {
    /*padding-top: 15px;*/
    border-bottom: none;
}

.widget.widget_recent_posts ul li .thumb {
    float: left;
    margin-right: 20px;
}

.widget.widget_recent_posts ul li .content {
    overflow: hidden;
}

.widget.widget_recent_posts ul li .content h5.title {
    font-size: 13px;
    line-height: 19px;
    color: #565656;
    font-weight: 600;
    margin-bottom: 7px;
}

.widget.widget_recent_posts ul li .content h5.title:hover {
    color: #0b3a78;
}

.widget.widget_recent_posts ul li .content h6 {
    font-weight: 600;
    margin-bottom: 6px;
}

.widget.widget_recent_posts ul li .content .meta {
    font-size: 12px;
    color: #999999;
}

.widget.widget-link ul.links {
    float: left;
    margin-top: 3px;
}

.widget.widget-link ul.links li {
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
    color: #565656;
}

.widget.widget-link ul.links li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: -2px;
    left: 0;
    color: #f2f2f2;
    font-size: 15px;
}


.widget.widget-link .social-links {
    float: right;
    margin-right: 18px;
    margin-top: 3px;
}

.widget.widget-link .social-links a i {
    margin-right: 10px;
}

.widget.widget-link .social-links a {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #565656;
}

.widget.widget_instagram ul {
    margin: 0 -7px;
    padding-top: 6px;
}

.widget.widget_instagram ul li {
    float: left;
    padding: 0 7px;
    margin-bottom: 15px;
}

.widget.widget_instagram ul li img {
    width: 80px;
    height: 80px;
}

.footer-content {
    margin-top: 30px;
}

.footer-content .copyright {
    border-top: 1px solid #e5e5e5;
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer-content .copyright-content {
    max-width: calc(100% - 100px);
}

.footer-content .copyright a {
    color: #0b3a78;
}

.footer-content .copyright a:hover {
    color: #222;
}

/* Hover Images */
.flat-hover-images {
    position: relative;
}

.flat-hover-images:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.flat-hover-images:hover:after {
    background-color: #0b3a78;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* Go Top
-------------------------------------------------------------- */
.go-top-v1 {
    font-size: 13px;
    line-height: 25px;
    color: #0b3a78;
    position: absolute;
    top: 32px;
    cursor: pointer;
    right: 15px;
}

.go-top-v1:hover {
    color: #222;
}

.go-top-v1 i {
    color: #0b3a78;
}

/* Flat Testimonial 
-------------------------------------------------------------- */
.flat-testimonial .flat-carousel {
    padding: 0 70px;
}

.flat-testimonial .flat-carousel .owl-item {
    padding: 0 40px;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
}

.parallax1 {
    background-image: url(../images/inner-banner.png);
}

.parallax2 {
    background-image: url(../images/parallax/bg-parallax2.html);
}

.parallax3 {
    background-image: url(../images/parallax/bg-parallax3.html);
}

.bg-contact {
    background-image: url(../images/parallax/bg-parallax5.html);
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-playvideo {
    background-image: url(../images/parallax/bg-parallax2.html);
}

.bg-playvideo {
    background-size: cover;
}

.parallax4 {
    background-image: url(../images/parallax/bg-parallax4.html);
}

.parallax5 {
    background-image: url(../images/parallax/bg-parallax5.html);
}

.parallax7 {
    background-image: url(../images/parallax/bg-parallax7.html);
}

.parallax8 {
    background-image: url(../images/parallax/bg-parallax8.html);
}


/* Preload
-------------------------------------------------------------- */
.loading-overlay {
    background: #FFF;
    color: #424242;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.loader,
.loader:after {
    width: 30px;
    height: 30px;
}

.loader {
    margin: 20% auto;
    border-radius: 50%;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(194, 193, 193, 0.5);
    border-right: 1.1em solid rgba(199, 197, 197, 0.5);
    border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
    border-left: 1em solid #0b3a78;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.error404 .page-wrap {
    padding: 0 0 100px;
}

/* Revolution Slider
--------------------------------------------  */
.tp-banner-container {
    max-height: 853px !important;
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0;
    background-color: #fff;
}

#slider-counter a {
    font-size: 12px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

#slider-counter a.active {
    color: #ffffff;
    position: relative;

}


#slider-counter a.active:before {
    content: "";
    position: absolute;
    width: 49px;
    height: 2px;
    background-color: #ffffff;
    top: 50px;
    right: -7px;
    transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
}

/* reservation page
----------------------------------------------------- */
.flat-row.section1 {
    padding-top: 97px;
}

/* menu single
----------------------------------------------------- */
.woocommerce-page .entry-summary {
    float: right;
    max-width: 532px;
}

.woocommerce-page .product_title {
    margin-top: -5px;
    margin-bottom: 7px;
}

.woocommerce-page .favorite li i {
    margin-right: 2px;
}

.woocommerce-page .entry-summary .price {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
    color: #0b3a78;
}

.woocommerce-page .entry-summary .iconlist {
    margin-bottom: 40px;
}

.woocommerce-page .description {
    margin-bottom: 33px;
}

.woocommerce-page .cart input[type=number] {
    max-width: 373px;
    margin-bottom: 13px;
}

.woocommerce-page .cart button {
    min-width: 180px;
    margin-right: 8px;
    padding: 14.5px 22px 14.5px 30px;
}

.quantity input[type="number"] {
    color: #565656;
    font-size: 13px;
    padding-left: 20px;
}

/* Menu single 
------------------------------------------------------- */
.flat-row.flat-wooc {
    padding-bottom: 103px;
}

.flat-row.menu-single2 {
    padding-top: 86px;
    padding-bottom: 120px;
}

/* Menu 
------------------------------------------------------- */
.flat-row.menu-2 {
    padding-top: 65px;
    padding-bottom: 99px;
    border-bottom: 1px solid #ebebeb;
}

.flat-row.menu-2 .top-section {
    padding-right: 9px;
}

.flat-row.menu-2 ul.menu-tab {
    margin-top: 0;
}

.flat-row.menu-2 ul.menu-tab li:first-child a {
    padding-left: 14px;
}

.flat-row.menu-2 .flat-tabs .title-section .title:before {
    left: -24px;
    margin-top: -6px;
}

.flat-row.menu-3 .reservation-page-form {
    margin-top: -3px;
}

/* About 
------------------------------------------------------- */
p.entry-content {
    margin-bottom: 33px;
}

.flat-row.about-1 {
    padding-bottom: 0;
}

.flat-row.about-2 {
    padding-top: 70px;
}

.flat-row.about-1 .entry-content,
.flat-row.about-2 .entry-content {
    max-width: 457px;
}

.flat-row.team .title-section {
    margin-bottom: 47px;
}

.flat-row.team .social-links a {
    padding: 0 9px;
}

.flat-row.about-3 {
    padding-bottom: 89px;
}

.flat-row.about-3 .title-section,
.flat-row.flat-event .title-section {
    margin-bottom: 32px;
}

.flat-row.flat-event .title-section p:not(.date-event) {
    letter-spacing: 0.3px;
    word-spacing: -1.45px;
}

/* shop
------------------------------------------------------- */
.flat-row.shop-1 {
    padding-top: 116px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 79px;
}

.flat-row.shop-1 .title-section {
    margin-left: 16px;
    margin-bottom: 51px;
}

.flat-row.shop-1 .title-section .title:before {
    margin-top: -4px;
}

.flat-shop-ordering select {
    width: 151px;
    height: 45px;
    font-size: 13px;
    position: absolute;
    right: 26px;
    top: -13px;
    padding-left: 20px;
}

/* pagination*/
.navigation {
    text-align: center;
    padding-right: 2.2px;
    padding-right: 0;
    margin-top: 3px;
}

.pagination {
    margin: 0;
}

.pagination a,
.pagination span,
.pagination i {
    font-size: 12px;
}

.pager .pagination i {
    margin-right: : -2px;
    padding-left: 3px;
}

.pager .pagination {
    width: 100%;
    letter-spacing: 0.3px;
}

.pagination .paging-next {
    float: right;
}

.pagination a:hover {
    color: #0b3a78;
}

.flat-row.shop-2 {
    padding-top: 99px;
}

.flat-row.shop-2 .reservation-page-form {
    margin-top: -3px;
}

/* Gallery
------------------------------------------------------- */
.flat-row.gallery-1 {
    padding-bottom: 34px;
}

/* Contact
------------------------------------------------------- */
.flat-row.contact-1 {
    padding-bottom: 65px;
}

.flat-row.contact-2 {
    padding-top: 0;
}

.flat-row.contact-2 .reservation-page-form {
    padding-top: 29px;
}

.flat-row.contact-2 .title-section {
    margin-bottom: 46px;
}


.main-head {
    font-size: 120px !important;
    color: #fff !important;
}

.main-head2 {
    font-size: 70px !important;
    color: #fff !important;
}

.slider-para {
    font-size: 16px !important;
    line-height: 23px !important;
    text-align: justify !important;
    color: #fff !important;
}

.welcome-to {
    color: #fff !important;
}

.ImageBlock {
    position: relative;
}

.ImageBlock--halkaOverlay .ImageBlock__image {
    width: 47%;
}

.ImageBlock--switch .ImageBlock__image {
    left: auto;
    right: 0;
}

.ImageBlock__image {
    position: absolute;
    z-index: 2;
    top: 50px;
    right: 0;
    height: 100%;
    padding: 0;
}

.u-BoxShadow100 {
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .1);
    box-shadow: 0 0 100px rgba(0, 0, 0, .1);
}

.ImageBackground {
    position: relative;
    height: 85%;
}

[data-overlay="0"]::before {
    opacity: 0;
}

.ImageBackground--overlay::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
}

.ImageBackground__holder {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}


.ImageBlock--halkaOverlay>.container .col-md-7 div[class*=bg-] {
    padding: 60px 100px;
}


.ImageBlock--halkaOverlay>.container .col-md-7 div[class*=bg-] {
    padding: 35px;
}

.ImageBlock--halkaOverlay>.container .col-md-7 .bg-white {
    background-color: rgba(255, 255, 255, .97);
}

.u-BoxShadow100 {
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .1);
    box-shadow: 0 0 100px rgba(0, 0, 0, .1);
}

.u-BorderRadius4 {
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 999;
    position: relative;
}


.u-TextGradiennt {
    background: -webkit-linear-gradient(120deg, #457aff 0%, #457aff 30%, #30d4b9 65%, #30d4b9 100%);
    background: linear-gradient(330deg, #457aff 0%, #457aff 30%, #30d4b9 65%, #30d4b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.u-PaddingTop20 {
    padding-top: 20px;
}

.u-MarginTop0 {
    margin-top: 0;
}

.u-FontSize75 {
    font-size: 75px;
}

.u-MarginTop60 {
    margin-top: 60px;
}

.Heading::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    content: attr(data-title);
    cursor: default;
    text-transform: uppercase;
    opacity: .05;
    font-size: 120px;
    font-weight: 700;
    line-height: 1.2;
}

.Heading--center,
.Heading--center::before {
    text-align: center;
}

.Heading,
.select-wrapper {
    position: relative;
}

.Heading--ff-Anton::before {
    font-family: 'Anton', sans-serif;
}

.Heading--shadow::before {
    opacity: 1;
    color: #fff;
    text-shadow: 0 0 50px rgba(0, 0, 0, .1);
}



.second-head {
    padding-top: 20px;
    margin-top: 0;
    color: #0b3a78;
    font: 75px/75px 'Playball', cursive;
    z-index: 999;
    position: relative;
}

.ImageBlock--switch>.container>.row>div[class*=col-] {
    float: left;
}

.u-MarginTop150 {
    margin-top: 10px;
}

.u-MarginBottom150 {
    margin-bottom: 80px;
}

.ImageBlock>.container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding-top: 7em;
    padding-bottom: 7em;
}

.content-story {
    text-align: justify;
}



.ImageBlock-far {
    position: relative;
}

.ImageBlock--halkaOverlay-far .ImageBlock__image-far {
    width: 47%;
}

.ImageBlock--switch-far .ImageBlock__image-far {
    right: auto;
    left: 0;
}

.ImageBlock__image-far {
    position: absolute;
    z-index: 2;
    top: 50px;
    right: 0;
    height: 100%;
    padding: 0;
}

.u-BoxShadow100-far {
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .1);
    box-shadow: 0 0 100px rgba(0, 0, 0, .1);
}

.ImageBackground-far {
    position: relative;
    height: 85%;
}

[data-overlay="0"]::before {
    opacity: 0;
}

.ImageBackground--overlay-far::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
}

.ImageBackground__holder-far {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}


.ImageBlock--halkaOverlay-far>.container .col-md-7 div[class*=bg-] {
    padding: 60px 100px;
}


.ImageBlock--halkaOverlay-far>.container .col-md-7 div[class*=bg-] {
    padding: 35px;
}

.ImageBlock--halkaOverlay-far>.container .col-md-7 .bg-white-far {
    background-color: rgba(255, 255, 255, .97);
}

.u-BoxShadow100-far {
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .1);
    box-shadow: 0 0 100px rgba(0, 0, 0, .1);
}

.u-BorderRadius4-far {
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 999;
    position: relative;
}


.u-TextGradiennt-far {
    background: -webkit-linear-gradient(120deg, #457aff 0%, #457aff 30%, #30d4b9 65%, #30d4b9 100%);
    background: linear-gradient(330deg, #457aff 0%, #457aff 30%, #30d4b9 65%, #30d4b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.u-PaddingTop20-far {
    padding-top: 20px;
}

.u-MarginTop0-far {
    margin-top: 0;
}

.u-FontSize75-far {
    font-size: 75px;
}

.u-MarginTop60-far {
    margin-top: 60px;
}

.Heading-far::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    content: attr(data-title);
    cursor: default;
    text-transform: uppercase;
    opacity: .05;
    font-size: 120px;
    font-weight: 700;
    line-height: 1.2;
}

.Heading--center-far,
.Heading--center-far::before {
    text-align: center;
}

.Heading-far,
.select-wrapper-far {
    position: relative;
}

.Heading--ff-Anton-far::before {
    font-family: 'Anton', sans-serif;
}

.Heading--shadow-far::before {
    opacity: 1;
    color: #fff;
    text-shadow: 0 0 50px rgba(0, 0, 0, .1);
}



.second-head-far {
    padding-top: 20px;
    margin-top: 0;
    color: #0b3a78;
    font: 75px/75px 'Playball', cursive;
    z-index: 999;
    position: relative;
}

.ImageBlock--switch-far>.container>.row>div[class*=col-] {
    float: right;
}

.u-MarginTop150-far {
    margin-top: 10px;
}

.u-MarginBottom150-far {
    margin-bottom: 80px;
}

.ImageBlock-far>.container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding-top: 7em;
    padding-bottom: 7em;
}

.content-story-far {
    margin-top: 15px;
    text-align: justify;
}

#headings {
    margin-bottom: 50px;
}

.box .flat-vertical.logo360-logo {
    right: -2.1%;
    transform: translate(50%, 50%) rotate(90deg);
    -ms-transform: translate(50%, 50%) rotate(90deg);
    -webkit-transform: translate(50%, 50%) rotate(90deg);
    top: 35%;
    letter-spacing: 1.2px;
}

.box .flat-vertical.logo360-logo img {
    width: 50px;
}

.box .flat-vertical.logo360-logo {
    font-size: 12px;
    font-weight: 700;
}

h2.logo360 {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    color: #fff;
}

.background-blue {
    background: #0b3a78;
}

.background-blue img {
    padding-top: 50px;
    padding-bottom: 10px;
}

.margin-t-0 {
    padding-top: 0px !important;
}

.padding-bottom-50 {
    padding-bottom: 30px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.title-section .title-n:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 6px;
    background-color: #0b3a78;
    top: 24px;
    left: -20px;
    margin-top: -5px;
}

.title-n {
    position: relative;
}

.max-width-initial {
    max-width: initial !important;
}

.reservation-booking2 {
    position: absolute;
    top: -10px;
}

.reservation-booking3 {
    position: absolute;
    top: 83px;
    right: -74px;
}

.reservation-booking3 .book-now-btn2 {
    background: #0f55b2 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    transition: 0.3s;
    margin: 0;
    padding: 5px 0 6px;
    text-align: center !important;
    transform: rotate(90deg);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 230px;
    border: 1px solid #0f55b2;
    line-height: 26px;


}

.book-now-btn2:hover {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}

.parag p {
    line-height: 16px !important;
    margin-bottom: 15px !important;
    padding-left: 20px;
}


.parag p:before {
    content: "\f10c";
    position: absolute;
    left: 0;
    color: #0b3a78;
    top: 0;
    font-family: FontAwesome;
}

.img-stickers {
    position: absolute;
    top: -35px;
}

.img-stickers img {
    width: 295px;
}

.home-booki {
    position: absolute;
    top: 10%;
    z-index: 999;
    width: 250px;
    left: 20%;

}

.upper_head ul {
    margin: 0;
    padding: 0;
}

.upper_head ul li {
    float: left;
    margin-left: 10px;
    list-style: none;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.upper_head {
    background: #FFF;
    padding: 19px 0;
}

.upper_head ul li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px 20px;
    display: inline-block;
    font-size: 12px;
    line-height: 21px;
    font-family: 'Poppins';
}

.logo img {
    position: absolute;
    top: -50px;
}

.logo {
    width: 120px;
}

.logo img {
    z-index: 999;
    right: -15px;
    position: absolute;
    top: -34px;
}

.header-wrap.clearfix {
    background-color: #4C9A2A;
}

.glyphicon-chevron-left:before {
    padding: 10px 10px;
    color: #4C9A2A;
    font-family: 'FontAwesome';
    background-color: #fff;
    content: "\f177";
    font-size: 28px;
}

.glyphicon-chevron-right:before {
    padding: 10px 10px;
    color: #4C9A2A;
    font-family: 'FontAwesome';
    background-color: #fff;
    content: "\f178";
    font-size: 28px;
}

.carousel-indicators .active {
    width: 20px;
    height: 15px;
    margin: 0;
    background-color: #4c9a2a;
}

.carousel-indicators li {
    display: inline-block;
    width: 20px !important;
    height: 15px !important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.site-footer {
    width: 100%;
    float: left;
    background-color: #2F5202;
    color: #C8C8C8;
    padding: 40px 0px 0px 0px;
}

.desktop-view {
    display: block;
}

.span3 {
    width: 270px;
}

.m-footer-school {
    margin-left: -50px;
}

.soc-link {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background: #fff;
    color: #4c9a2a;
    border-radius: 50px;
    font-size: 20px;
    float: left;
    margin-left: 5px;
}


.site-footer ul li {
    width: 100%;
    float: left;
    color: #C8C8C8;
}

.m-footer-social {
    float: right;
    margin-top: 20px;
}

.span2 {
    width: 170px;
}

.span5 {
    width: 470px;
}

.m-footer-school {
    margin-left: -50px;
}

.m-footer-school h2 {
    margin-top: 40px;
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 18px;
    float: none;
    color: #fff;
}

.m-footer-copyrights {
    float: right;
    margin-top: 0px;
}

.span3.desktop-view.flink ul li a {
    color: #fff;
}

.boder-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 15px;
}

.main-margin {
    margin: 10px 0;
}

.soc-link:hover {
    background: #4b8234;
    color: #fff;
    -webkit-transition: background 0.3s, border 0.3s, color 0.3s;
    transition: background 0.3s, border 0.3s, color 0.3s;
    cursor: pointer;
}

.singlefolio {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}

.singlefolio img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.folioHover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 20px;
    bottom: 50px;
    z-index: 3;
    transition: all ease 900ms;
    -moz-transition: all ease 900ms;
    -webkit-transition: all ease 900ms;
    -o-transition: all ease 900ms;
}

.singlefolio .folioHover a.cate {
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    display: block;
    letter-spacing: 1.2px;
    margin: 0 0 3px;
    text-transform: uppercase;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

.singlefolio .folioHover h4 {
    font-size: 20px;
    line-height: .8;
    color: #fff;
    letter-spacing: .80px;
    margin: 0;
    text-transform: uppercase;
}

.singlefolio .folioHover h4 a {
    color: #fff;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

.singlefolio:hover:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(76, 154, 42, 0.8);
    overflow: hidden;
    width: 0;
    height: 100%;
    content: '';
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.singlefolio:hover .folioHover {
    visibility: visible;
    opacity: 1;
    left: 50px;
}

.singlefolio .folioHover a.cate:hover,
.singlefolio .folioHover h4 a:hover {
    color: #000;
}

.title-section .title:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    top: 81%;
    left: -2px;
}

.heading {
    margin: 22px;
}

.mainnav {
    text-align: center;
}

.singlefolio:hover img {
    transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.singlefolio:hover:after {
    width: 100%;
}

.margin-top {
    margin-top: 3rem !important;
}

.news-section {
    background: #ffffff;
    padding-bottom: 30px;
    margin-bottom: 26px;
    position: relative;
}

.news-section .news-head {
    font-family: "Poppins", sans-serif;
    background: #df3400;
    font-size: 19px;
    color: #fff;
    padding: 0 15px;
    line-height: 51px;
}

.news-section .news-head:before {
    position: absolute;
    top: 51px;
    left: 307px;
    content: "";
    border-right: 9px solid #fbf3e3;
    border-left: 9px solid #fbf3e3;
    border-top: 10px solid #df3400;
}

.news-section .news-head a {
    color: #fff;
    font-size: 14px;
    line-height: 51px;
    float: right;
}

.news-section ul {
    margin: 15px 0 0px 0;
    padding: 0 15px;
}

.news-section marquee {
    height: 137px;
}

.news-section ul li {
    display: block;
    border-bottom: #cac8c8 solid 1px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.news-section ul li a {
    display: block;
    line-height: 24px;
    padding-left: 28px;
    color: #333333;
    font-size: 14px;
    position: relative;
}

.news-section ul li a:before {
    font-size: 17px;
    margin-right: 5px;
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    left: 8px;
    top: 0px;
}

section.color-chnages {
    padding-bottom: 58px;
    padding-top: 16px;
    /*    background: rgb(76, 154, 42,0.8);
*/
}

.inner-content p {
    text-align: justify;
    color: #fff;
}

.inner-content h2 {
    color: #fff;
}

.margin-top img {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

section.main-div {
    margin-bottom: 55px;
    margin-top: 10px;
}

.margin-1 {
    margin: 22px 0;
}

.desgin img {
    padding: 0.40rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.box-img {
    border: solid #529e32 1px;
    background: #fbf3e3;
    text-align: center;
}

.box-img img {
    margin-top: 0px;
    max-width: 100%;
}

.chirman-text {
    height: 267px;
    background: rgb(76, 154, 42, 0.8);
    padding: 18px 20px;
}

.chirman-text h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}

.chirman-text p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.box-img img {
    width: 100%;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.slider {
    margin-top: 50px;
}

.articiles-sec {
    margin-top: 16px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    width: 100%;
}

.articiles-sec .article {
    background: #f10800;
    float: left;
    width: 226px;
    text-align: center;
}

.articiles-sec .article h4 {
    color: #fff;
    font-size: 16px;
    line-height: 62px;
    margin-bottom: 0px;
}

.articiles-sec .article h4 a {
    color: #fff;
}

.articiles-sec ul {
    padding-right: 10px;
    float: left;
    margin-bottom: 0px;
    width: 100%;
    padding-top: 19px;
}

.articiles-sec ul li {
    list-style-type: none;
    display: inline;
    padding: 0px 25px;
    position: relative;
}

.articiles-sec .article:before {
    content: '';
    position: absolute;
    left: 241px;
    border-left: 22px solid #f10800;
    border-bottom: 30px solid #ffffff;
    border-top: 32px solid #ffffff;
}

#inner-banner {
    margin-top: 47px;
    width: 100%;
    background: url(../images/inner-banner.png) center;
    background-repeat: no-repeat;
    height: 200px;
}

.inner-head h2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 200px;
}

section#color-chnages {
    margin: 50px;
}

i.fa.fa-long-arrow-right {
    color: #4C9A2A;
    padding-right: 10px;
}

.about-text ul li {
    margin-bottom: 10px;

}

.about-text ul {
    margin: 14px 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

th,
thead th,
tbody th {
    border-style: none none solid;
    border-width: 0 0 1px;
    padding: 10px 10px !important;
}

tr:nth-child(even) {
    background-color: #4c9a2a1c;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #4c9a2a !important;
    background-color: #ffffff;
    border-color: #4c9a2a !important;
}

.scroll {
    overflow: scroll;
}

img.img-responsive1 {
    width: 100%;
}

.margin-0 {
    margin-top: 45px;
}

span.more {
    float: right;
}

.gallery-inner a {
    border: solid 4px #4C9A2A;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    z-index: 9999;
}

.gallery-inner a img:hover {
    transform: scale(1.1);
    color: var(--primary-color-1);
}

.carousel-indicators li {
    display: inline-block;
    width: 14px !important;
    height: 14px !important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff !important;
    ;
    border-radius: 50%;
}
.lastfooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-cont a{
    font-size: 12px;
    color: #99ad90;
}
.footer-cont a:hover{
    font-size: 12px;
    color: #c8c8c8;
}