﻿/* ------------------------------
Component: Reset Css
---------------------------- */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800italic,800,700italic,600italic,600,400italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);

html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}

/**
* Add the correct display in IE 9-.
*/
audio,
canvas,
progress,
video {
display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}

/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
template,
[hidden] {
display: none;
}

/* Links
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0;
}

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}

/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}

/* Forms
========================================================================== */
/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
font: inherit;
margin: 0;
}

/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
font-weight: bold;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}

/* ------------------------------
Component: Overlay css
---------------------------- */
/*
* 1. Container width fits its content
* 2. Create position context
* 3. Set max-width for responsive images to prevent `inline-block` consequences
* 4. Remove the gap between the container and its child element
* 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome
* 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
* 7. Reset margin
*/
.zt-overlay {
display: inline-block;
position: relative;
max-width: 100%;
vertical-align: middle;
overflow: hidden;
-webkit-transform: translateZ(0);
margin: 0;
width: 90%;
}

/* 6 for Safari */
.zt-overlay.zt-border-circle {
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/*
* Remove margin from content
*/
.zt-overlay > :first-child {
margin-bottom: 0;
}

/* Sub-object `zt-overlay-panel`
========================================================================== */
/*
* 1. Position cover
* 2. Style
*/
.zt-overlay-panel {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
color: #ffffff;
}

/*
* Remove margin from the last-child
*/
.zt-overlay-panel > :last-child,
.zt-overlay-panel.zt-flex > * > :last-child,
#header.home-three .zt-overlay-panel.zt-container > * > :last-child,
.filter-tour.home-three .filter-wrap .zt-overlay-panel.filter-box > * > :last-child,
.video-tour.home-three .box .box-icon .zt-overlay-panel.border > * > :last-child,
.footer-bottom .zt-overlay-panel.logo-footer > * > :last-child {
margin-bottom: 0;
}

/*
* Keep color for headings if the default heading color is changed
*/
.zt-overlay-panel h1,
.zt-overlay-panel h2,
.zt-overlay-panel h3,
.zt-overlay-panel h4,
.zt-overlay-panel h5,
.zt-overlay-panel h6 {
color: inherit;
}

.zt-overlay-panel a:not([class]) {
color: inherit;
text-decoration: underline;
}

.zt-overlay-panel a[class*='zt-icon-']:not(.zt-icon-button) {
color: inherit;
}

/* Sub-object `zt-overlay-hover` and `zt-overlay-active`
========================================================================== */
.zt-overlay-hover:not(:hover):not(.zt-hover) .zt-overlay-panel:not(.zt-ignore) {
opacity: 0;
}

.zt-overlay-active :not(.zt-active) > .zt-overlay-panel:not(.zt-ignore) {
opacity: 0;
}

/* Modifier `zt-overlay-background`
========================================================================== */
.zt-overlay-background {
background: rgba(0, 0, 0, 0.5);
}

/* Modifier `zt-overlay-circular`
========================================================================== */
.zt-overlay-circular {
border-radius: 500rem;
overflow: hidden;
z-index: 9999999999999;
}

/* Modifier `zt-overlay-circular`
========================================================================== */
.zt-overlay-opacity {
opacity: 0.5;
}

/* Modifier `zt-overlay-image`
========================================================================== */
/*
* Reset panel
*/
.zt-overlay-image {
padding: 0;
}

/* Position modifiers
========================================================================== */
.zt-overlay-top {
bottom: auto;
}

.zt-overlay-bottom {
top: auto;
}

.zt-overlay-left {
right: auto;
}

.zt-overlay-right {
left: auto;
}

/* Sub-object `zt-overlay-icon`
========================================================================== */
.zt-overlay-icon:before {
content: "\f002";
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin-top: -25px;
margin-left: -25px;
font-size: 50px;
line-height: 1;
font-family: FontAwesome;
text-align: center;
color: #ffffff;
}

/* Transitions
========================================================================== */
.zt-overlay-fade,
.zt-overlay-scale,
.zt-overlay-spin,
.zt-overlay-grayscale,
.zt-overlay-blur,
[class*='zt-overlay-slide'] {
transition-duration: 0.3s;
transition-timing-function: ease-out;
transition-property: opacity, transform, filter;
}

.zt-overlay-active .zt-overlay-fade,
.zt-overlay-active .zt-overlay-scale,
.zt-overlay-active .zt-overlay-spin,
.zt-overlay-active [class*='zt-overlay-slide'] {
transition-duration: 0.8s;
}

/*
* Fade
*/
.zt-overlay-fade {
opacity: 0.7;
}

.zt-overlay-hover:hover .zt-overlay-fade,
.zt-overlay-hover.zt-hover .zt-overlay-fade,
.zt-overlay-active .zt-active > .zt-overlay-fade {
opacity: 1;
}

/*
* Scale
*/
.zt-overlay-scale {
-webkit-transform: scale(1);
transform: scale(1);
}

.zt-overlay-hover:hover .zt-overlay-scale,
.zt-overlay-hover.zt-hover .zt-overlay-scale,
.zt-overlay-active .zt-active > .zt-overlay-scale {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

/*
* Spin
*/
.zt-overlay-spin {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
}

.zt-overlay-hover:hover .zt-overlay-spin,
.zt-overlay-hover.zt-hover .zt-overlay-spin,
.zt-overlay-active .zt-active > .zt-overlay-spin {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}

/*
* Grayscale
*/
.zt-overlay-grayscale {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.zt-overlay-hover:hover .zt-overlay-grayscale,
.zt-overlay-hover.zt-hover .zt-overlay-grayscale,
.zt-overlay-active .zt-active > .zt-overlay-grayscale {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}

/*
* Slide
*/
[class*='zt-overlay-slide'] {
opacity: 0;
}

/* Top */
.zt-overlay-slide-top {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}

/* Bottom */
.zt-overlay-slide-bottom {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}

/* Left */
.zt-overlay-slide-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}

/* Right */
.zt-overlay-slide-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}

/* Hover */
.zt-overlay-hover:hover [class*='zt-overlay-slide'],
.zt-overlay-hover.zt-hover [class*='zt-overlay-slide'],
.zt-overlay-active .zt-active > [class*='zt-overlay-slide'] {
opacity: 1;
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}

/* DEPRECATED
* Sub-object `zt-overlay-area`
========================================================================== */
/*
* 1. Set position
* 2. Set style
* 3. Fade-in transition
*/
.zt-overlay-area {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.3);
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
-webkit-transform: translate3d(0, 0, 0);
}

/*
* Hover
* 1. `zt-hover` to support touch devices
* 2. Use optional `zt-overlay-toggle` to trigger the overlay earlier
*/
.zt-overlay:hover .zt-overlay-area,
.zt-overlay.zt-hover .zt-overlay-area,
.zt-overlay-toggle:hover .zt-overlay-area,
.zt-overlay-toggle.zt-hover .zt-overlay-area {
opacity: 1;
}

/*
* Icon
*/
.zt-overlay-area:empty:before {
content: "\f002";
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin-top: -25px;
margin-left: -25px;
font-size: 50px;
line-height: 1;
font-family: FontAwesome;
text-align: center;
color: #ffffff;
}

/* DEPRECATED
* Sub-object `zt-overlay-area-content`
========================================================================== */
/*
* Remove whitespace between child elements when using `inline-block`
* Needed for Firefox
*/
.zt-overlay-area:not(:empty) {
font-size: 0.001px;
}

/*
* 1. Needed for vertical alignment
*/
.zt-overlay-area:not(:empty):before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}

/*
* 1. Set vertical alignment
* 2. Reset whitespace hack
* 3. Set horizontal alignment
* 4. Set style
*/
.zt-overlay-area-content {
display: inline-block;
box-sizing: border-box;
width: 100%;
vertical-align: middle;
font-size: 1rem;
text-align: center;
padding: 0 15px;
color: #ffffff;
}

/*
* Remove margin from the last-child
*/
.zt-overlay-area-content > :last-child {
margin-bottom: 0;
}

/*
* Links in overlay area
*/
.zt-overlay-area-content a:not([class]),
.zt-overlay-area-content a:not([class]):hover {
color: inherit;
}

/* DEPRECATED
* Sub-object `zt-overlay-caption`
========================================================================== */
/*
* 1. Set position
* 2. Set style
* 3. Fade-in transition
*/
.zt-overlay-caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 15px;
background: rgba(0, 0, 0, 0.5);
color: #ffffff;
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
-webkit-transform: translate3d(0, 0, 0);
}

/*
* Hover
* 1. `zt-hover` to support touch devices
* 2. Use optional `zt-overlay-toggle` to trigger the overlay earlier
*/
.zt-overlay:hover .zt-overlay-caption,
.zt-overlay.zt-hover .zt-overlay-caption,
.zt-overlay-toggle:hover .zt-overlay-caption,
.zt-overlay-toggle.zt-hover .zt-overlay-caption {
opacity: 1;
}

/* ------------------------------
Component: Flex css
---------------------------- */
.zt-flex, #header.home-three .zt-container, .filter-tour.home-three .filter-wrap .filter-box, .video-tour.home-three .box .box-icon .border, .footer-bottom .logo-footer {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

.zt-flex-inline {
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex;
}

/*
* Fixes initial flex-shrink value in IE10
*/
.zt-flex > *, #header.home-three .zt-container > *, .filter-tour.home-three .filter-wrap .filter-box > *, .video-tour.home-three .box .box-icon .border > *, .footer-bottom .logo-footer > *,
.zt-flex-inline > * {
-ms-flex-negative: 1;
}

/* Alignment
========================================================================== */
/*
* Vertical alignment
* Default value is `stretch`
*/
.zt-flex-top {
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}

.zt-flex-middle, #header.home-three .zt-container, .filter-tour.home-three .filter-wrap .filter-box, .video-tour.home-three .box .box-icon .border, .footer-bottom .logo-footer {
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.zt-flex-bottom {
-ms-flex-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
}

/*
* Horizontal alignment
* Default value is `flex-start`
*/
.zt-flex-center, .video-tour.home-three .box .box-icon .border, .footer-bottom .logo-footer {
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}

.zt-flex-right, #header.home-three .zt-container {
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}

.zt-flex-space-between {
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.zt-flex-space-around {
-ms-flex-pack: distribute;
-webkit-justify-content: space-around;
justify-content: space-around;
}

/* Direction
========================================================================== */
.zt-flex-row-reverse {
-ms-flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse;
}

.zt-flex-column {
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}

.zt-flex-column-reverse {
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse;
}

/* Wrap
========================================================================== */
.zt-flex-nowrap {
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}

.zt-flex-wrap {
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.zt-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse;
-webkit-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}

/*
* Horizontal alignment
* Default value is `stretch`
*/
.zt-flex-wrap-top {
-ms-flex-line-pack: start;
-webkit-align-content: flex-start;
align-content: flex-start;
}

.zt-flex-wrap-middle {
-ms-flex-line-pack: center;
-webkit-align-content: center;
align-content: center;
}

.zt-flex-wrap-bottom {
-ms-flex-line-pack: end;
-webkit-align-content: flex-end;
align-content: flex-end;
}

.zt-flex-wrap-space-between {
-ms-flex-line-pack: justify;
-webkit-align-content: space-between;
align-content: space-between;
}

.zt-flex-wrap-space-around {
-ms-flex-line-pack: distribute;
-webkit-align-content: space-around;
align-content: space-around;
}

/* Item ordering
========================================================================== */
/*
* Default is 0
*/
.zt-flex-order-first {
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}

.zt-flex-order-last {
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
.zt-flex-order-first-small {
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}

.zt-flex-order-last-small {
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
}
/* Tablet and bigger */
@media (min-width: 768px) {
.zt-flex-order-first-medium {
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}

.zt-flex-order-last-medium {
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
}
/* Desktop and bigger */
@media (min-width: 960px) {
.zt-flex-order-first-large {
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}

.zt-flex-order-last-large {
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
}
/* Large screen and bigger */
@media (min-width: 1220px) {
.zt-flex-order-first-xlarge {
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}

.zt-flex-order-last-xlarge {
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
}
/* Item dimensions
========================================================================== */
/*
* Initial: 0 1 auto
* Content dimensions, but shrinks
*/
/*
* No Flex: 0 0 auto
* Content dimensions
*/
.zt-flex-item-none {
-ms-flex: none;
-webkit-flex: none;
flex: none;
}

/*
* Relative Flex: 1 1 auto
* Space is allocated considering content
* 1. Fixes flex-shrink value in IE10
*/
.zt-flex-item-auto {
-ms-flex: auto;
-webkit-flex: auto;
flex: auto;
/* 1 */
-ms-flex-negative: 1;
}

/*
* Absolute Flex: 1 1 0%
* Space is allocated solely based on flex
*/
.zt-flex-item-1 {
-ms-flex: 1;
-webkit-flex: 1;
flex: 1;
}

/* ------------------------------
Component: Animation Css
---------------------------- */
@-webkit-keyframes shake {
/*0%, 100% {-webkit-transform: translateX(0);}*/
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-15px);
}

20%, 40%, 60%, 80% {
-webkit-transform: translateX(15px);
}
}

@keyframes shake {
/*0%, 100% {transform: translateX(0);}*/
10%, 30%, 50%, 70%, 90% {
transform: translateX(-15px);
}

20%, 40%, 60%, 80% {
transform: translateX(15px);
}
}

@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}

25%, 75% {
opacity: 0;
}
}

@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}

25%, 75% {
opacity: 0;
}
}

@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
}

50% {
-webkit-transform: scale(1.1);
}

100% {
-webkit-transform: scale(1);
}
}

@keyframes pulse {
0% {
transform: scale(1);
}

50% {
transform: scale(1.1);
}

100% {
transform: scale(1);
}
}

@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}

100% {
opacity: 0;
}
}

@keyframes fadeOut {
0% {
opacity: 1;
}

100% {
opacity: 0;
}
}
/* ------------------------------
Global styles
---------------------------- */
body {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 26px;
position: relative;
color: #555555;
}

img {
max-width: 100%;
}

a, a:hover, a:focus {
outline: none;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
color: #222222;
}

ul, li {
margin: 0;
padding: 0;
list-style: none;
}

.clearboth {
clear: both;
}

.color-primary {
color: #f4b843 !important;
}

.row-collapse {
padding: 0 !important;
margin: 0 !important;
}

.row-collapse [class*='col-'] {
padding: 0 !important;
margin: 0 !important;
}

.sec-padding {
padding: 120px 0;
}

.sec-padding-medium {
padding: 80px 0;
}

.sec-padding-large {
padding: 158px 0;
}

.sec-padding-top {
padding-top: 120px;
}

.sec-padding-top-large {
padding-top: 200px;
}

.sec-bg-default {
background-color: #f8f8f8;
}

.pdl100 {
padding-left: 100px !important;
}

.position-relative {
position: relative !important;
}

.text-danger {
color: #ec2929;
}

.lg-sub-html h4 {
color: #ffffff !important;
}

.modal-dialog {
margin: 110px auto;
}

.modal-dialog button.close {
height: 15px;
width: 15px;
font-size: 16px;
text-align: center;
line-height: 16px;
background: #ddd;
margin-right: 15px;
margin-top: 15px;
}

.modal-dialog button.close:hover {
background: #f4b843;
color: #ffffff;
}

.btn {
font-family: "Open Sans";
border-radius: 3px;
padding: 15px 35px;
font-size: 14px;
letter-spacing: 2px;
}

button[type="submit"] {
outline: none !important;
}

.zt-default {
background: none;
border-color: #f4b843;
outline: none;
font-weight: 700;
color: #f4b843;
text-transform: uppercase;
transition: all .5s ease;
}

.zt-default span {
color: #f4b843;
transition: all .5s ease;
}

.zt-default:hover {
background: #f4b843;
color: #ffffff;
border-color: #f4b843;
transition: all .5s ease;
}

.zt-default:hover span {
color: #ffffff;
transition: all .5s ease;
}

.zt-default:active {
color: #ffffff;
border-color: #e8aa33;
background: #e8aa33;
outline: none;
transition: all .5s ease;
}

.zt-primary {
background: #f4b843;
border-color: #f4b843;
color: #ffffff;
outline: none;
font-weight: 700;
text-transform: uppercase;
transition: all .5s ease;
}

.zt-primary span {
color: #ffffff;
transition: all .5s ease;
}

.zt-primary:hover {
background: #e8aa33;
color: #ffffff;
border-color: #e8aa33;
transition: all .5s ease;
}

.zt-primary:hover span {
color: #ffffff;
transition: all .5s ease;
}

.zt-primary:active {
color: #ffffff;
border-color: #f4b843;
background: #f4b843;
outline: none;
transition: all .5s ease;
}

.btn-full {
width: 100% !important;
}

.overlay {
display: inline-block;
position: relative;
max-width: 100%;
vertical-align: middle;
overflow: hidden;
-webkit-transform: translateZ(0);
margin: 0;
}

.overlay .overlay-scale {
display: none;
}

.overlay.overlay-hover:hover .overlay-scale {
display: block;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.overlay.overlay-hover:hover .overlay-background {
background: #000;
}

.zt-container {
max-width: 1200px;
width: 100%;
padding: 0 15px;
margin-left: auto;
margin-right: auto;
}

.zt-container-min {
max-width: 730px;
width: 100%;
padding: 0 25px;
margin-left: auto;
margin-right: auto;
}

.zt-overlay-background-primary {
background: #f4b843;
background: rgba(244, 184, 67, 0.85);
}

.input-icon {
position: relative;
}

.input-icon .input-addon {
position: absolute;
right: 15px;
top: 10px;
}

.home-three .sec-title {
padding-bottom: 50px;
}

.home-three .sec-title h2 {
margin-bottom: 10px;
font-weight: 900;
}

.sec-title.sec-title-padding {
padding-bottom: 80px;
}

.sec-title h2 {
color: #222222;
font-size: 36px;
line-height: 40px;
margin-bottom: 30px;
font-family: 'Open Sans';
font-weight: 700;
text-transform: uppercase;
}

.sec-title .tagline {
font-family: 'Playfair Display';
font-size: 18px;
font-style: italic;
margin-bottom: 30px;
display: block;
}

.sec-title .img-border:after {
content: "";
background: url("../images/shape.png") no-repeat center center;
height: 15px;
width: 100px;
display: block;
margin: 0 auto;
}

.text-white {
color: #ffffff;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white a, .text-white p, .text-white span, .text-white i, .text-white .tagline {
color: #ffffff;
}

.font-bold {
font-family: "Open Sans";
font-weight: bold;
}

.img-box {
min-height: 100px;
}

.img-box img {
width: 100%;
}

.sidebar-box {
box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.sidebar-box .sidebar-header {
padding: 30px 10px;
}

.sidebar-box .sidebar-header h3.title {
color: #222222;
margin: 0;
text-align: center;
font-family: "Open Sans";
font-size: 24px;
line-height: 24px;
font-weight: bold;
font-style: normal;
}

.sidebar-box .sidebar-content {
padding: 45px 50px 45px 50px;
}

.load-more {
margin-top: 50px;
text-align: center;
}

.load-more .btn {
font-weight: bold;
color: #555555 !important;
}

.load-more .btn:hover {
color: #ffffff !important;
}

.owl-carousel.type-1 .owl-stage-outer {
margin: -30px;
padding: 30px;
}

.owl-carousel.type-1 .owl-controls {
position: absolute;
top: 50%;
width: 100%;
z-index: -1;
margin-top: -60px;
}

.owl-carousel.type-1 .owl-controls .owl-prev {
margin-left: -65px;
float: left;
}

.owl-carousel.type-1 .owl-controls .owl-next {
margin-right: -65px;
float: right;
}

.owl-carousel.type-1 .owl-controls .owl-nav [class*=owl-] {
background: none;
color: #555555;
font-size: 13px;
height: 33px;
width: 33px;
text-align: center;
line-height: 23px;
border: 1px solid #555555;
border-radius: 0;
}

.owl-carousel.type-1 .owl-controls .owl-nav [class*=owl-]:hover {
color: #f4b843;
border-color: #f4b843;
}

/* ------------------------------
Typography styles
---------------------------- */
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans';
font-weight: 700;
}

h1 {
font-size: 40px;
line-height: 42px;
}

h1 {
font-size: 40px;
line-height: 42px;
}

h2 {
font-size: 36px;
line-height: 38px;
}

h3 {
font-size: 32px;
line-height: 34px;
}

h4 {
font-size: 28px;
line-height: 30px;
}

h5 {
font-size: 24px;
line-height: 26px;
}

h6 {
font-size: 20px;
line-height: 22px;
}

p {
margin: 10px 0;
}

input, select, textarea {
padding-left: 15px;
border: 1px solid #e9e9e9;
border-radius: 3px;
position: relative;
font-size: 14px;
width: 100%;
}

input:focus, select:focus, textarea:focus {
border-radius: 3px;
box-shadow: 2px 4px 6px rgba(156, 156, 156, 0.18);
outline: none;
}

input.zt-control, select.zt-control {
height: 50px;
line-height: inherit !important;
}

textarea.zt-control {
height: 150px;
}

.form-group {
margin-bottom: 30px;
position: relative;
}

.form-group select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-box-sizing: padding-box;
-moz-box-sizing: padding-box;
box-sizing: padding-box;
}

.form-group select::-ms-expand {
/* Internet Exploder 10 */
display: none;
}

.form-group select {
/* Mozilla Firefox 35- */
text-indent: 0.01px;
text-overflow: '';
}

.form-group .select-arrow {
position: absolute;
right: 15px;
top: 47%;
background: url("../images/select-arrow.png") 0 0 no-repeat;
width: 12px;
height: 7px;
}

.form-control:focus {
border-color: #ccc;
border-radius: 4px;
box-shadow: none;
}

/* ------------------------------
Top Bar styles
---------------------------- */
#top-bar {
height: 45px;
background-color: #16171b;
color: #ffffff;
position: absolute;
width: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
}

#top-bar.home {
position: absolute;
width: 100%;
z-index: 999999999;
background: rgba(0, 0, 0, 0.5);
border-bottom: 1px solid #333333;
}

#top-bar.home-two {
background-color: #1d1b1c;
border-bottom: 1px solid #333333;
}

#top-bar.home-three {
z-index: 9999999;
background: none;
border: none;
}

#top-bar.home-three > .zt-container {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
height: 88px;
}

#top-bar.home-three .top-bar-wrap {
width: 100%;
}

#top-bar.home-three .login {
margin-right: -15px;
}

#top-bar.home-three .login a {
padding-left: 55px;
font-size: 14px;
}

#top-bar ul {
margin: 0;
padding: 0;
}

#top-bar ul li {
list-style-type: none;
display: inline;
}

#top-bar ul li a {
font-size: 11px;
text-transform: uppercase;
line-height: 45px;
}

#top-bar ul li a:hover {
text-decoration: none;
}

#top-bar .social-top a {
color: #999999;
padding-right: 15px;
}

#top-bar .social-top a:hover {
color: #ffffff;
}

#top-bar .login a {
color: #ffffff;
padding-left: 30px;
}

#top-bar .login a:hover {
color: #f4b843;
}

#top-bar .form-search-wrap {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999999;
background: #000;
background: black;
}

#top-bar .form-search-wrap a.close-search {
position: absolute;
font-size: 26px;
color: #fff;
border-radius: 50%;
background-color: #ddd;
border-color: #ddd;
right: 5%;
top: 5%;
text-align: center;
height: 50px;
width: 50px;
line-height: 46px;
transition: all .5s ease;
}

#top-bar .form-search-wrap a.close-search:hover {
background-color: #f4b843;
transition: all .5s ease;
}

#top-bar .form-search-wrap .form-search-box {
height: 100vh;
}

#top-bar .form-search-wrap .form-search-box form {
width: 70%;
}

#top-bar .form-search-wrap .form-search-box form .input-icon .input-addon {
top: 14px !important;
}

#top-bar .form-search-wrap .form-search-box form .input-addon span.fa {
color: #f4b843;
font-size: 18px;
}

#top-bar .form-search-wrap .form-search-box form input {
display: inline;
height: 50px;
line-height: normal;
color: #000;
}

/* ------------------------------
Header styles
---------------------------- */
#header {
width: 100%;
color: #ffffff;
height: 90px;
line-height: 90px;
top: 45px;
position: absolute;
background: transparent;
z-index: 999999;
}

#header.stricky-fixed {
background: #16171b !important;
position: fixed !important;
top: 0 !important;
left: 0;
width: 100%;
z-index: 9999;
height: 80px;
line-height: 80px;
}

#header.stricky-fixed.home-three .zt-container {
background: none;
}

#header.stricky-fixed.home-three .nav-holder .nav-footer ul.nav > li:hover > a:after, #header.stricky-fixed.home-three .nav-holder .nav-footer ul.nav > li.active > a:after {
bottom: -23px;
}

#header .nav-holder .nav-footer ul.nav > li ul.submenu {
margin-top: -1px;
}

#header.home {
top: 45px;
background: rgba(0, 0, 0, 0.5);
}

#header.home-two {
position: relative;
background: #292929;
}

#header.home-two .nav-holder .nav-footer ul.nav > li ul.submenu {
margin-top: -1px;
}

#header.home-two .nav-holder .nav-footer ul.nav > li ul.submenu:before {
border-bottom: 10px solid #333333;
}

#header.home-two .nav-holder .nav-footer ul.nav > li ul.submenu li {
background: #333333;
}

#header.home-three {
top: 88px;
}

#header.home-three .zt-container {
background: #0c0c0c;
background: rgba(12, 12, 12, 0.8);
}

#header.home-three .logo {
display: none;
}

#header.home-three .nav-holder .nav-footer ul.nav > li:hover > a:after, #header.home-three .nav-holder .nav-footer ul.nav > li.active > a:after {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 10px solid #f4b843;
background: none;
bottom: -30px;
top: initial;
}

#header.home-three .nav-holder .nav-footer ul.nav > li ul.submenu:before {
display: none;
}

#header .nav-header {
padding-right: 60px;
}

#header .nav-header ul li a span {
display: block;
}

#header .nav-header ul li a span.icon-phone:after {
margin-bottom: -9px;
content: "";
height: 32px;
display: block;
width: 31px;
background-repeat: no-repeat;
background: url("../images/phone.png");
}

/* ------------------------------
Main Navigation styles
---------------------------- */
.nav-holder {
position: relative;
}

.nav-holder .nav-header {
display: inline-block;
line-height: 9px;
position: relative;
}

.nav-holder .nav-header ul {
margin: 0;
padding: 0;
list-style: none;
}

.nav-holder .nav-header > ul {
padding-left: 7px;
margin-left: 15px;
}

.nav-holder .nav-header > ul > li {
position: relative;
display: inline-block;
}

.nav-holder .nav-header > ul > li > ul.submenu {
margin-top: 30px;
margin-right: -20px;
position: absolute;
width: 160px;
opacity: 0;
visibility: hidden;
z-index: 9999999;
padding-top: 10px;
transition: all .3s ease;
}

.nav-holder .nav-header > ul > li > ul.submenu li {
display: block;
padding: 0;
border-radius: 5px;
background: none;
}

.nav-holder .nav-header > ul > li > ul.submenu li .text-phone-number {
box-shadow: 0 0 10px #ddd;
text-align: center;
border-radius: 20px;
background: #fff;
display: block;
}

.nav-holder .nav-header > ul > li > ul.submenu li .text-phone-number .phone-number {
padding: 15px 0;
border-bottom: 1px solid #e9e9e9;
}

.nav-holder .nav-header > ul > li > ul.submenu li .text-phone-number .phone-number a {
color: #f4b843;
font-size: 20px;
font-weight: 600;
font-family: "Open Sans";
}

.nav-holder .nav-header > ul > li > ul.submenu li .text-phone-number .time-wrap {
font-size: 18px;
padding: 15px 0;
}

.nav-holder .nav-header > ul > li > ul.submenu li .text-phone-number .time-wrap .now-is {
color: #222222;
}

.nav-holder .nav-header > ul > li > ul.submenu li .text-phone-number .time-wrap .time-open {
color: #5db41c;
font-family: "Open Sans";
font-weight: bold;
}

.nav-holder .nav-header > ul > li > ul.submenu:before {
content: '';
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
position: absolute;
top: 0px;
right: 20px;
}

.nav-holder .nav-header > ul > li:hover > ul {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}

.nav-holder .nav-header > ul > li ul {
position: absolute;
top: 100%;
right: 0;
margin: 0;
padding: 0;
width: 350px;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
z-index: 99999;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}

.nav-holder .nav-header > ul > li ul > li {
list-style: none;
display: block;
}

.nav-holder .nav-header button {
border: none;
outline: none;
color: #FFFFFF;
background-color: transparent;
font-size: 24px;
margin-left: 15px;
}

.nav-holder .nav-header button i.icon {
font-size: 16px;
}

.nav-holder .nav-footer {
display: inline-block;
}

.nav-holder .nav-footer ul.nav > li {
display: inline-block;
line-height: 29px;
padding: 30px 0;
position: relative;
}

.nav-holder .nav-footer ul.nav > li a {
padding: 0 30px;
display: block;
font-size: 14px;
color: #ffffff;
letter-spacing: 2px;
background: none;
text-transform: uppercase;
font-weight: bold;
transition: all .3s ease;
}

.nav-holder .nav-footer ul.nav > li a > i[class*="flaticon"] {
font-size: 30px;
color: #BFBFBF;
display: block;
text-align: center;
font-weight: normal;
font-style: none;
}

.nav-holder .nav-footer ul.nav > li:hover > a, .nav-holder .nav-footer ul.nav > li.active > a {
color: #f4b843;
}

.nav-holder .nav-footer ul.nav > li:hover > a:after, .nav-holder .nav-footer ul.nav > li.active > a:after {
position: absolute;
content: '';
height: 1px;
display: block;
background: #f4b843;
width: 20px;
top: 30px;
left: 39%;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}

.nav-holder .nav-footer ul.nav > li:last-child > a {
border: none;
}

.nav-holder .nav-footer ul.nav > li > ul.submenu {
top: 100%;
left: 0;
}

.nav-holder .nav-footer ul.nav > li > ul.submenu > li {
position: relative;
}

.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu {
top: 0;
left: 100%;
padding-top: 0;
padding-left: 10px;
}

.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu > li > ul.submenu:before {
content: '';
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid #282828;
position: absolute;
top: 17px;
left: -10px;
}

.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu > li > ul.submenu.align-right {
right: 100%;
left: auto;
}

.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu > li:hover > ul.submenu {
visibility: visible;
opacity: 1;
}

.nav-holder .nav-footer ul.nav > li > ul.submenu.align-right {
right: 0;
left: auto;
}

.nav-holder .nav-footer ul.nav > li:hover > ul.submenu {
visibility: visible;
opacity: 1;
}

.nav-holder .nav-footer ul.nav > li ul.submenu {
position: absolute;
min-width: 248px;
opacity: 0;
visibility: hidden;
z-index: 99999;
padding-top: 10px;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
transition: all .3s ease;
}

.nav-holder .nav-footer ul.nav > li ul.submenu li {
display: block;
padding: 0;
background: #282828;
}

.nav-holder .nav-footer ul.nav > li ul.submenu li a {
color: #cccccc;
font-family: 'Open Sans', sans-serif;
padding: 8px 35px;
text-transform: uppercase;
border-bottom: 1px solid #323232;
font-size: 13px;
letter-spacing: .1em;
position: relative;
display: block;
font-weight: 500;
transition: all .3s ease;
}

.nav-holder .nav-footer ul.nav > li ul.submenu li a:before {
content: '\f105';
font-family: 'FontAwesome';
margin-right: 10px;
}

.nav-holder .nav-footer ul.nav > li ul.submenu li:last-child a {
border-bottom: 0;
}

.nav-holder .nav-footer ul.nav > li ul.submenu li:last-child a:after {
display: none;
}

.nav-holder .nav-footer ul.nav > li ul.submenu li:hover > a {
color: #f4b843;
}

.nav-holder .nav-footer ul.nav > li ul.submenu:before {
content: '';
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #282828;
position: absolute;
top: 0px;
left: 45px;
}

.nav-holder .nav-footer ul.nav li.has-submenu > a > button {
display: none;
}

/* fixing arrow after scroll styles */
.nav-holder .nav-footer ul.nav > li > ul.submenu {
padding-top: 1px;
}

.nav-holder .nav-footer ul.nav > li > ul.submenu:before {
top: -9px;
}

#header.stricky-fixed .nav-holder .nav-footer ul.nav > li {
padding: 23px 0;
}

#header.stricky-fixed .nav-holder .nav-footer ul.nav > li > ul.submenu {
padding-top: 0px;
}

#header.stricky-fixed .nav-holder .nav-footer ul.nav > li > ul.submenu:before {
top: -10px;
}

#header.stricky-fixed .nav-holder .nav-header {
padding: 25px 0 28px;
}

#header.stricky-fixed .nav-holder .nav-header > ul > li > ul.submenu {
top: 108%;
}


/* ------------------------------
Footer styles
---------------------------- */
#footer {
background: url("../images/bg-footer.jpg") no-repeat center center;
background-color: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#footer.sec-padding {
padding: 120px 0 100px 0;
}

#footer .footer-widget.notitle .title {
display: none !important;
}

#footer .footer-widget .title {
font-family: 'Open Sans';
font-size: 18px;
line-height: 26px;
color: #ffffff;
margin-bottom: 20px;
}

#footer .footer-widget .title h3 {
text-transform: uppercase;
color: #ffffff;
font-size: 18px;
margin-top: 0;
}

#footer .footer-widget ul {
list-style: none;
margin: 0;
padding: 0;
}

#footer .about-widget {
color: #999999;
line-height: 30px;
font-family: 'Open Sans';
font-size: 14px;
}

#footer .about-widget img.logo-footer {
height: 50px;
margin-bottom: 30px;
}

#footer .about-widget p {
color: #ccc;
margin: 0;
padding: 0;
}

#footer .about-widget .fa {
width: 25px;
text-align: center;
}

#footer .about-widget a {
color: #ccc;
}

#footer .about-widget a:hover {
text-decoration: underline;
}

#footer .about-widget a:hover .fa {
color: #f4b843;
}

#footer .about-widget ul li {
color: #ccc;
line-height: 24px;
}

#footer .post-news-widget ul li {
margin-bottom: 5px;
}

#footer .post-news-widget ul li a {
font-size: 14px;
color: #ccc;
}

#footer .post-news-widget ul li a:before {
font-family: "FontAwesome";
content: "";
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
text-decoration: none;
padding-right: 10px;
}

#footer .post-news-widget ul li a:hover {
color: #f4b843;
text-decoration: none;
}

#footer .post-link-widget ul li {
margin-bottom: 5px;
}

#footer .post-link-widget ul li a {
font-size: 14px;
color: #ccc;
}

#footer .post-link-widget ul li a:before {
font-family: "FontAwesome";
content: "";
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
text-decoration: none;
padding-right: 10px;
}

#footer .post-link-widget ul li a:hover {
color: #f4b843;
text-decoration: none;
}

#footer .gallery-widget ul li {
padding: 0 4px 4px 0;
display: inline;
}

#footer .gallery-widget ul li a .gallery-wrap {
width: initial;
margin-bottom: 6px;
}

#footer .gallery-widget ul li a .gallery-wrap img {
height: 85px;
width: 85px;
}

#footer.home-three {
padding-bottom: 90px;
background: #272727;
}

#footer.home-three .sec-padding {
padding-top: 50px;
}

#footer.home-three .about-widget {
line-height: 26px;
}

#footer.home-three .about-widget .fa {
color: #f4b843;
}

#footer.home-three .footer-topbar {
padding-bottom: 50px;
margin-bottom: 60px;
border-bottom: 1px solid #686868;
}

#footer.home-three .post-link-widget ul li a:before {
font-family: "FontAwesome";
content: "";
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
text-decoration: none;
padding-right: 10px;
}

#footer.home-three .gallery-widget ul li {
padding: 0 2px 2px 0;
}

#footer.home-three .gallery-widget ul li a img {
height: 63px;
width: 63px;
}

.social-footer {
margin: 20px 0 0 0;
list-style: none;
padding: 0;
}

.social-footer li {
display: inline;
}

.social-footer li a {
color: #999999;
font-size: 20px;
line-height: 45px;
padding-right: 15px;
}

.social-footer li a:hover {
color: #f4b843;
}

.footer-bottom {
clear: both;
padding: 20px 0;
background-color: #0c0c0c;
}

.footer-bottom .logo-footer {
width: 164px;
height: 60px;
margin-left: 12px;
margin-top: -50px;
-webkit-transform: skew(-20deg);
-moz-transform: skew(-20deg);
-o-transform: skew(-20deg);
transform: skew(-20deg);
background: #646464;
}

.footer-bottom .logo-footer img {
display: block;
margin: auto;
-webkit-transform: skew(20deg);
-moz-transform: skew(20deg);
-o-transform: skew(20deg);
transform: skew(20deg);
}

.footer-bottom .logo-footer + .left-text {
margin-left: 200px;
margin-top: -20px;
}

.footer-bottom .logo-footer + .left-text a {
color: #ffffff;
text-decoration: underline;
}

.footer-bottom .logo-footer + .left-text p {
margin: 0;
}

.footer-bottom .social-footer {
margin: 0;
margin-top: -10px;
}

.footer-bottom .social-footer li a {
font-size: 14px;
line-height: 16px;
}

.footer-bottom .social-footer li a:hover, .footer-bottom .social-footer li a span:hover {
color: #f4b843;
}

.footer-bottom .menu-footer {
list-style: none;
margin: 0;
padding: 0;
}

.footer-bottom .menu-footer li {
padding-right: 30px;
display: inline;
}

.footer-bottom .menu-footer li a {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}

.footer-bottom .menu-footer li a:hover {
color: #f4b843;
text-decoration: none;
}

/* ------------------------------
Banner styles
---------------------------- */
.inner-banner {
background-image: url("../images/inner-banner.jpg");
padding: 220px 0 40px 0;
background-color: #1E1E1E;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
}

.inner-banner .box h2 {
color: #ffffff;
font-family: "Open Sans";
font-weight: bold;
text-transform: uppercase;
font-size: 48px;
line-height: 60px;
padding-bottom: 100px;
}

.inner-banner .box ul.breadcumb {
margin: 0;
padding: 0;
}

.inner-banner .box ul.breadcumb li {
display: inline;
color: #ffffff;
margin-right: 7px;
}

.inner-banner .box ul.breadcumb li:first-child:before {
display: none;
}

.inner-banner .box ul.breadcumb li:before {
font-family: "FontAwesome";
content: "";
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
text-decoration: none;
margin-right: 10px;
}

.inner-banner .box ul.breadcumb li a {
font-family: "Playfair Display";
font-size: 17px;
font-style: italic;
color: #ffffff;
}

.inner-banner .box ul.breadcumb li a:hover {
text-decoration: none;
}

.inner-banner .box ul.breadcumb li span {
font-family: "Playfair Display";
font-style: italic;
font-size: 17px;
color: #b8b8b8;
}


/* ------------------------------
Side Bar Widget styles
---------------------------- */
.sidebar-widget {
margin-bottom: 50px;
}

.sidebar-widget .widget-title {
color: #222222;
font-weight: bold;
text-transform: uppercase;
line-height: 30px;
margin-bottom: 15px;
font-size: 20px;
}

.sidebar-widget .widget-title:after {
display: block;
margin-top: 12px;
content: "";
width: 35px;
height: 3px;
background: #f4b843;
}

.sidebar-widget .widget-content .form .input-addon {
top: 8px;
}

.sidebar-widget .widget-content .form .input-addon span.fa {
color: #f4b843;
}

.sidebar-widget .widget-content ul li {
padding: 15px 0;
border-bottom: 1px solid #e9e9e9;
}

.sidebar-widget .widget-content ul li a {
display: block;
font-weight: 600;
color: #555;
font-size: 15px;
}

.sidebar-widget .widget-content ul.post li {
padding: 15px 0;
}

.sidebar-widget .widget-content ul.post li .img-box, .sidebar-widget .widget-content ul.post li .content {
display: table-cell;
vertical-align: top;
}

.sidebar-widget .widget-content ul.post li .img-box {
width: 70px;
}

.sidebar-widget .widget-content ul.post li .img-box img {
height: 70px;
}

.sidebar-widget .widget-content ul.post li a {
color: #222222;
}

.sidebar-widget .widget-content ul.post li .content {
padding-left: 15px;
}

.sidebar-widget .widget-content ul.post li .content a {
font-size: 16px;
line-height: 26px;
font-weight: 600;
}

.sidebar-widget .widget-content ul.post li .content a:hover {
color: #222222;
text-decoration: underline;
}

.sidebar-widget .widget-content ul.post li .content .meta {
color: #999999;
font-size: 13px;
}

.sidebar-widget .widget-content ul.post li .content .meta span {
padding-left: 20px;
}

.sidebar-widget .widget-content ul.post li .content .meta span:first-child {
padding: 0;
}

.sidebar-widget .widget-content ul.cagetory li:hover a {
color: #f4b843;
}

.sidebar-widget .widget-content ul.tag-cloud {
padding-top: 15px;
}

.sidebar-widget .widget-content ul.tag-cloud li {
padding: 0;
border: none;
display: inline-block;
}

.sidebar-widget .widget-content ul.tag-cloud li a {
display: block;
color: #555555;
text-transform: none;
padding: 4px 17px;
font-size: 12px;
font-weight: normal;
border-radius: 3px;
margin: 0 5px;
margin-right: 10px;
margin-bottom: 15px;
background: #f8f8f8;
transition: all .3s ease;
}

.sidebar-widget .widget-content ul.tag-cloud li a:hover {
background: #f4b843;
color: #ffffff;
}


/* ------------------------------
Plugins styles
---------------------------- */
.tparrows {
opacity: 0.5 !important;
background: none;
}

.tparrows:hover {
background: none;
opacity: 0.5 !important;
}

.tparrows:before {
font-size: 46px;
}

.ui-accordion .ui-accordion-header {
border: none;
background: none;
color: #333;
padding-left: 0;
}

.ui-accordion .ui-accordion-header:focus {
outline: none;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
left: initial;
right: 0.5em;
}

.ui-accordion .ui-accordion-content {
background: none;
border: none;
padding: 0;
}

.ui-accordion .ui-accordion-content p {
margin: 0;
}

.lg-outer, .lg-backdrop {
z-index: 9999999999999999999;
}

.bx-wrapper {
margin-bottom: 40px;
}

.bx-wrapper .bx-viewport {
background: transparent;
box-shadow: none;
border: none;
}

.bx-wrapper ul {
list-style: none;
}