@font-face {
    font-family: "Montserrat-UltraLight";
    src: url(../fonts/Montserrat-UltraLight.otf);
}

/* ==========================================================================
    1. CSS RESET
    ========================================================================= */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
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,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*:focus {
    outline: 0;
    text-decoration: none;
}
a:focus,
a:active {
    text-decoration: none;
    outline: 0;
}

/* ==========================================================================
    2. DOCUMENT STYLES
    ========================================================================= */
body {
    font-family: 'Montserrat-UltraLight', Arial, sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #777777;
    background-color: #fff;
}
.row {
    /*margin-bottom: 100px;*/
}
.row-equal-height {
    display: table;
}
.row-equal-height *[class^="col-"] {
    display: table-cell;
    float: none;
}
.centered {
    text-align: center;
}
.overflow-hidden {
    overflow: hidden;
}
.emphasized-text {
    font-size: 24px;
    font-weight: 700;
    color: #161d27;
    margin-bottom: 25px;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
img.float-left {
    float: left;
    margin: 12px 12px 12px 0;
}
img.float-right {
    float: right;
    margin: 12px 0px 12px 12px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.img-center {
    display: table;
    margin: 0 auto;
}
.page-content .logo img {
    margin: 0 auto;
}
.container-fluid.padding-0 .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.page-content select {
    border: 1px solid #475366;
    background-color: transparent;
    width: 100%;
    height: 40px;
    padding: 0 10px;
}
.reset-padding-top {
    padding-top: 0 !important;
}
.locations-padding-top {
    padding-top: 250px !important;
}
.page-content .locations-select {
    color: #E2E2E2;
    cursor: pointer;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #686D75;
    background: rgba(0, 0, 0, 0.2) url(../img/input-arrow.png) no-repeat right 10px center;
}
.bottom-element-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
}
.bottom-element-wrapper .social-links {
    margin: 0 auto;
}
.bottom-element-wrapper .social-links li a {
    background-color: #1d2026;
}
.bottom-element-wrapper .social-links li a:hover {
    background-color: #2B2F35;
}
.bottom-element-wrapper .social-links li a i {
    color: #fff;
}

/* ==========================================================================
    3. TYPOGRAPHY 
    ========================================================================= */

p,
a {
    color: #777777; 
}
p,
a,
span {
    font-family: 'Montserrat-UltraLight', Arial, sans-serif;
    line-height: 25px;
}
p {
    padding-bottom: 15px;
}
a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4{
    font-family: 'Suranna', serif;
    color: #161d27;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h5,
h6 {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #161d27;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
h1 {
    font-size: 60px;
    line-height: 60px;
}
h2 {
    font-size: 44px;
    line-height: 44px;
}
h3 {
    font-size: 36px;
    line-height: 36px;
}
h4 {
    font-size: 27px;
    line-height: 28px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3px;
}
h6 {
    font-size: 15px;
    line-height: 15px;
}
h5 .sans-serif {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 21px;
}
.dark h5 .sans-serif {
    color: #fff;
}
strong {
    font-weight: 600;
}
strong a:hover {
    text-decoration: underline;
}
ul,
ol {
    list-style-position: inside;
    list-style-type: none;
}
ul li,
ol li {
    padding-bottom: 0;
}
.listy-style-none {
    list-style: none;
}
ul.list-border li,
ol.list-border li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    padding-top: 3px;
}
ul.list-border li:last-child,
ol.list-border li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
ul.list-border li:first-child,
ol.list-border li:first-child {
    padding-top: 0;
}
.page-content ul {
    margin-bottom: 25px;
}
.page-content ul li{
    font-size:14px;
}
.circle-list-style-type li {
    padding-left: 14px;
    margin: 0 0 5px;
    font-size: 14px;
    position: relative;
}
.circle-list-style-type li:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 6px;
    content: "\f111";
    display: block;
    top: 1px;
    left: 0px;
}
blockquote + p {
    margin-top: 15px;
}
.custom-col-padding {
    /*padding: 275px 0 195px 0!important;*/
}
.padding-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
a.more-details{
    font-family: 'Suranna', serif;
    text-transform: uppercase;
    font-size: 21px; 
    border-bottom: 1px solid;
    color: #161d27;
    display: inline-block;
    padding-bottom: 3px;
    margin-top: 10px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
a.more-details .fa{
    position: relative;
    top: -2px;
    margin-left: 7px;
    font-size: 14px;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-120 {
    padding-top: 100px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
.pt-160 {
    padding-top: 160px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.custom-heading.style-1 span,
.custom-heading.style-2 span,
.menu-item-price p{
    font-family: 'Montez', cursive;
    text-transform: none;
}


/* ==========================================================================
    4. HEADER
    ========================================================================= */
#header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background: rgb(30 29 27);

}
.resize-header {
    background-color: rgba(0,0,0,0.90);
    -webkit-animation: headerFadeIn 0.4s forwards;
    animation: headerFadeIn 0.4s forwards;
}
@-webkit-keyframes headerFadeIn {
    from { background-color: rgba(0,0,0,0.0); }
    to { background-color: rgba(0,0,0,0.90); }
}
@keyframes headerFadeIn {
    from { background-color: rgba(0,0,0,0.0); }
    to { background-color: rgba(0,0,0,0.90); }
}
.resize-header .logo {
    margin: 0;
}
.resize-header .logo img {
    max-width: 100%;
    -webkit-animation: reduceLogo 0.1s forwards;
    animation: reduceLogo 0.1s forwards;
}
@-webkit-keyframes reduceLogo {
    from { max-width: 100%;}
    to { max-width: 60%; }
}
@keyframes reduceLogo {
    from { max-width: 100%;}
    to { max-width: 60%; }
}
.resize-header #header .nav-left .pi-nav {
    margin-top: 50px;
    -webkit-animation: reduceTopMargin 0.2s forwards;
    animation: reduceTopMargin 0.2s forwards;
}
@-webkit-keyframes reduceTopMargin {
    from { margin-top: 50px;}
    to { margin-top: 12px; }
}
@keyframes reduceTopMargin {
    from { margin-top: 50px;}
    to { margin-top: 12px; }
}
.resize-header .navbar {
    margin-bottom: 0;
}
.header-inner .row,
.main-nav .row {
    margin-bottom: 0;
}

#header .nav-left .navbar-header {
    float: left;
}
#header .nav-left .pi-nav {
    float: left;
    margin-top: 20px;
}
#header .navbar-default .navbar-collapse,
#header .navbar-default .navbar-form {
    border: 0px solid transparent;
}
#header .navbar-default .navbar-nav > .open > a,
#header .navbar-default .navbar-nav > .open > a:hover,
#header .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}
#header .navbar-collapse {
    padding: 0;
    float: right;
}
#header .navbar-default{
    background: none;
    border: 0px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#header .navbar-nav.pi-nav > li > a {
    line-height: 25px;
}
#header .navbar-default .navbar-nav > li > a {
    border: none;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 4px;
}
#header .navbar-default .navbar-nav > .current-menu-item > a:before,
#header .navbar-default .navbar-nav > li>a:hover:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 6px;
    content: "\f111";
    display: block;
    top: 20px;
    left: 0px;
}
#header .navbar-default .navbar-nav > li>a:hover:before {
    -webkit-animation: navItemMove 0.1s forwards;
    animation: navItemMove 0.1s forwards;
}
@keyframes navItemMove {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0px); }
}
@-webkit-keyframes navItemMove {
    from { opacity: 0; -moz-transform: translateX(20px); }
    to { opacity: 1; -moz-transform: translateX(0px); }
}
#header .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 40px 15px 25px;
    color: #A0A0A0;
    border-bottom: 1px solid #3C3C3C;
}
#header .dropdown-menu > li > a:hover,
#header .dropdown-menu > li > a:focus {
    background: #363636;
    background-color: #363636 !important;
    background-image: none;
    filter: none;
}
#header .dropdown-menu > li:last-child > a {
    border-bottom: none;
}
#header .dropdown.dropdown-submenu > a:after {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 12px;
    content: "\f0da";
    display: block;
    top: 50%;
    right: 25px;
    color: #A0A0A0;
    margin-top: -8px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#header .dropdown-menu {
    background: #252525;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    min-width: 270px;
    padding: 0;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
#header .dropdown-menu > li > a .fa {
    margin-right: 15px;
}

/* ==========================================================================
    4.1. MAIN NAVIGATION
    ========================================================================= */
.navbar-nav > li {
    padding-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}
#header .dropdown-submenu > .dropdown-menu{
  /*  top: -2px;
    left: 100%;*/
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
#header .dropdown-submenu > .dropdown-menu {
    background-color: #363636 !important;
}

#header .dropdown-submenu > .dropdown-menu > li > a:hover {
    background-color: #252525 !important;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown.dropdown-submenu > a {
    position: relative;
}


/* ==========================================================================
    5. PAGE TITLE
    ========================================================================= */
.page-title.custom-img-background {
    padding-top: 275px;
}
.page-title {
    padding-top: 275px;
    padding-bottom: 275px;
}
.page-title .row {
    margin-bottom: 0;
}
.thin-page-title {
    padding: 30px 0;
}
.page-title-1 {
    background-image: url('../img/page-titles/page-title-1.jpg');  
}
.page-title-2 {
    background-image: url('../img/page-titles/page-title-2.jpg');  
}
.page-title-3 {
    background-image: url('../img/page-titles/page-title-3.jpg');  
}
.page-title-4 {
    background-image: url('../img/page-titles/page-title-4.jpg');  
}
.page-title-5 {
    background-image: url('../img/page-titles/page-title-5.jpg');  
}
.page-title-6 {
    background-image: url('../img/page-titles/page-title-6.jpg');  
}
.page-title-7 {
    background-image: url('../img/page-titles/page-title-7.jpg');  
}
.page-title-8 {
    background-image: url('../img/page-titles/page-title-8.jpg');  
}

/* ==========================================================================
    6. CUSTOM SECTION BACKGROUNDS
    ========================================================================= */

.custom-img-background {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}
.custom-background.bkg-grey {
    background-color: #fdfdfc !important;
}
.full-screen.custom-img-background {
    padding-top: 0;
}
.full-screen-content-wrapper {
    display: table;
    width: 100%;
    padding: 0 30px;
    background-repeat: no-repeat;
}
.full-screen-cell {
    display: table-cell;
    vertical-align: middle;
}
.bkg-img-right {
    background-position: right 60px top;  
    background-repeat: no-repeat;
}
.bkg-img-left {
    background-position: left 60px top; 
    background-repeat: no-repeat;
}
.bkg-img-left-vertical-center {
    background-repeat: no-repeat;
    background-position: 15px center; 
}
.bkg-img-contain {
    background-repeat: no-repeat;
    background-size: contain;  
}
.bkg-img1 {
    background-image: url('../img/pics/bkg-img1.jpg');  
}
.bkg-img2 {
    background-image: url('../img/pics/bkg-img2.png');  
}
/*.bkg-img3 {
    background-image: url('../img/pics/bkg-img3.jpg');  
}*/
.bkg-img4 {
    background-image: url('../img/pics/bkg-img4.jpg');  
}
.bkg-img5 {
    background-image: url('../img/pics/bkg-img5.jpg');  
}
.bkg-img6 {
    background-image: url('../img/pics/bkg-img6.jpg');  
}
.bkg-img7 {
    background-image: url('../img/pics/bkg-img7.jpg');  
}
.bkg-img8 {
    background-image: url('../img/pics/bkg-img8.jpg');  
}
.bkg-img9 {
    background-image: url('../img/pics/bkg-img9.png');  
}
.bkg-img10 {
    background-image: url('../img/pics/bkg-img10.jpg');  
}
.bkg-img11 {
    background-image: url('../img/pics/bkg-img11.jpg');  
}
.bkg-img12 {
    background-image: url('../img/pics/bkg-img12.jpg');  
}
.bkg-img13 {
    background-image: url('../img/pics/bkg-img13.jpg');  
}
.bkg-img14 {
    background-image: url('../img/pics/bkg-img14.png');  
}
.bkg-img15 {
    background-image: url('../img/pics/bkg-img15.jpg');  
}
.bkg-img16 {
    background-image: url('../img/pics/bkg-img16.jpg');  
}
.bkg-img17 {
    background-image: url('../img/pics/bkg-img17.jpg');  
}
.bkg-img18 {
    background-image: url('../img/pics/bkg-img18.jpg');  
}
.bkg-img19 {
    background-image: url('../img/pics/bkg-img19.jpg');  
}
.bkg-img20 {
    background-image: url('../img/pics/bkg-img20.jpg');  
}
.bkg-img21 {
    background-image: url('../img/pics/bkg-img21.jpg');  
}
.locations-column-background-image {
    background-image: url('../img/pics/locations-column-background-image.jpg');  
}
.page-content.dark h2,
.custom-background.dark h2,
.page-content.dark h3,
.custom-background.dark h3{
    color: #fff;
}
.page-content.dark h4,
.page-content.dark h5,
.page-content.dark h6,
.custom-background.dark h4,
.custom-background.dark h5,
.custom-background.dark h6,
.page-content.dark p,
.page-content.dark label,
.custom-background.dark p,
.custom-background.dark label,
.custom-background.dark li,
.custom-background.dark {
    color: #fff;
}

.frame-box {
    background-color: #fff;
    border: 17px solid #131822;
    padding: 125px 80px;
    box-shadow: 0 0 18px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 18px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 18px 7px rgba(0,0,0,0.3);
}
.custom-img-background.frame-box {
    background-size: 100%;
    background-position: center;
}
.frame-box .custom-heading {
    padding-left: 0 !important;
}
.frame-box.custom-img-background .custom-heading {
    margin-bottom: 50px;
}


/* ==========================================================================
    7.3. BUTTONS 
    ========================================================================= */
.btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    backface-visibility: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.btn span {
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase !important;
    font-size: 14px;
    font-family: 'Montserrat', Arial, sans-serif !important;
}
.btn-big {
    padding: 15px 85px;
}
.btn-centered {
    margin: 0 auto;
    float: none;
}
.btn.black {
    background-color: #161d27;
}
.btn.gold span {
    color: #161d27;
}


/* ==========================================================================
    7.4. CUSTOM HEADING
    ========================================================================= */

.custom-heading,
.custom-img-background .open-table-widget-style-1 .custom-heading{
    position: relative;
    margin-bottom: 50px;
}
.custom-img-background .open-table-widget-style-1 {
    padding-left: 30px;
    padding-right: 30px;
}
.custom-img-background .custom-heading {
    margin-bottom: 0;
}
.custom-heading h3 {
    margin-bottom: 10px;
}
.custom-heading h4 {
    margin-bottom: 15px;
}
.page-content.dark .custom-heading h1,
.page-content.dark .custom-heading h3 {
    color: #fff;
}
.custom-heading.style-1 h3 span {
    font-size: 36px;
}
.custom-heading.style-1 h2 span {
    font-size: 50px;
}
.custom-heading.style-1 h1 span {
    font-size: 60px;
}

/* ==========================================================================
    7.6. DIVIDERS
    ========================================================================= */

.divider {
    position: relative;
}

.divider.style-1 {
    width: 90px;
}
.custom-heading.style-2 .divider.style-1,
.divider.style-3 {
    width: 47px;
}

.divider.style-1.center {
    margin: 15px auto 0 auto;
}
.divider .hr-simple {
    position:absolute;
    height: 1px;
    width: 30px;
}
.divider .hr-simple.left{
    left: 0;
}
.divider .hr-simple.right{
    right: 0;
}
.divider .hr-icon {
    position: absolute;
    font-size: 6px;
    top: -3px;
    left: 0;
}
.divider.center .hr-icon {
    right: 0;
    top: -2px;
}
.divider.style-2.center {
    margin: 0 auto 0 auto;
}
.divider.style-2 {
    width: 240px;
    text-align: center;
}
.divider .hr-double.left:before {
    position:absolute;
    content: "";
    width: 76px;
    height: 1px;
    left: 17px;
    top: 14px;
}
.divider .hr-double.left:after {
    position:absolute;
    content: "";
    width: 93px;
    height: 1px;
    top: 18px;
    left: 0;
}
.divider .hr-double.right:before {
    position:absolute;
    content: "";
    width: 76px;
    height: 1px;
    right: 17px;
    top: 14px;
}
.divider .hr-double.right:after {
    position:absolute;
    content: "";
    width: 93px;
    height: 1px;
    top: 18px;
    right: 0;
}
.divider-svg {
    display: inline-block;
}
.divider .divider-svg img{
    width: 23px;
    height: 30px;
}

.divider .divider-svg {
    width: 23px;
    height: 30px;
    margin-left: 4px;
}

.simple-divider {
    width: 30px;
    height: 2px;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 15px;
}

/* ==========================================================================
    7.7. EVENTS CAROUSEL
============================================================================= */
#events-carousel {
    position: relative;
}
#events-carousel .owl-item{
    display: table;
}
#events-carousel .owl-item .event-item-list{
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.event-item-container .event-item-list {
    float: left;
    width: 50%;
}
.article-meta {
    margin-bottom: 20px;
}
.article-meta li {
    display: inline-block;
    margin: 0 5px;
    padding-left: 14px;
    font-size: 14px;
    position: relative;
}
.article-meta li:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 6px;
    content: "\f111";
    display: block;
    top: 1px;
    left: 0px;
}
.event-item-list.event-item-content {
    padding: 0 40px;
}

/* ==========================================================================
    7.19. SLIDER - MASTER SLIDER
============================================================================= */

.master-slider .pi-caption01 {
    font-family: 'Suranna', serif;
    color: #fff;
    font-size: 78px;
    line-height: 78px;
}
.master-slider .pi-caption02 {
    font-family: 'Montez', cursive;
    font-size: 72px;
    text-transform: none;
}
.master-slider .pi-text01 {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #fff;
    font-size: 21px;
}
.master-slider .pi-text02,
.master-slider .pi-text02 span {
    font-family: 'Montserrat-UltraLight', Arial, sans-serif;
}
.master-slider .pi-text02 {
    color: #fff;
    font-size: 18px;
}
.master-slider .pi-text02 span {
    color: #acb8c4;
}
.master-slider .divider {
    width: 29.5em;
    text-align: center;
}
.master-slider .divider .hr-double.left:before {
    position:absolute;
    content: "";
    width: 10em;
    height: 1px;
    left: 2em;
    top: 1.8em;
}
.master-slider .divider .hr-double.left:after {
    position:absolute;
    content: "";
    width: 12em;
    height: 1px;
    top: 2.2em;
    left: 0;
}
.master-slider .divider .hr-double.right:before {
    position:absolute;
    content: "";
    width: 10em;
    height: 1px;
    right: 2em;
    top: 1.8em;
}
.master-slider .divider .hr-double.right:after {
    position:absolute;
    content: "";
    width: 12em;
    height: 1px;
    top: 2.2em;
    right: 0;
}

.master-slider .divider-svg {
    display: inline-block;
    width: 3em;
    height: 4em;
}
.master-slider .divider .divider-svg img{
    width: 3em;
    height: 4em;
}



/* ==========================================================================
    11. FOOTER
========================================================================= */

/*FOOTER*/

footer {
     background: #161411;
    /* background: -webkit-linear-gradient(59deg, #3A6073, #16222A); */
    /* background: linear-gradient(59deg, #3A6073, #16222A); */
    color: white;
    /*margin-top: 100px;*/
}

footer a {
  color: #ffffffdb;
  font-size: 15px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #e6c78f;
  text-decoration: none;
}

.copy {
  font-size: 17px;
  padding: 20px 0 0px 0;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}
footer h4{
    color: #cdcdcd;
}
footer li{
    padding-bottom: 10px;
}
/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoinstagram:hover {
  background-color: #ff3d7f;
}
.social-network a.icoyoutube:hover {
  background-color: #c32327;
}
.social-network a.icoFacebook:hover i,
.social-network a.icoinstagram:hover i, 
.social-network a.icoyoutube:hover i{
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}
/* ==========================================================================
     FOOTER ENDED
========================================================================= */


/*scroll up button*/

.scroll-up {
    position: fixed;
    bottom: 50px;
    right: 50px;
    text-align: center;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #1d2026;
    opacity: 0.4;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
}
.show-scroll{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}
.hide-scroll{
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
}
.scroll-up .fa{
    margin-top: 13px;

}

.scroll-up:hover {
    opacity: 0.8;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

/*logo*/
.logo{
    width: 70%;
    height: auto;
}

/*--------------------------*/
   /*Products starts here*/
/*--------------------------*/
.prod-1{
    background-color: #ccc;
    padding: 20px 0px 0 0px;
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 20%);
    border: 10px solid #fff;
}
.prod-1 h6{
background-color: #1e1d1b;
color: #fff;
padding: 15px 10px;
margin-top: 20px;
}
.btn.seemore{
    /*background-color: #000;*/
    color: #1e1d1b;
    padding: 10px 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 16px;
    margin-top: 30px;
    box-shadow: 4px 3px 3px #ccc;
    border: 1px solid #ccc;
}
@media screen and (max-width: 767px) and (min-width: 320px) {

}

i.fa-phone {
    transform: rotateY(178deg);
}
.aboutus strong{
    font-style:  italic;
}

/*products owl carousel starts here*/
#news-slider{
    /*margin-top: 80px;*/
}
.post-slide{
    background: #ccc;
    margin: 20px 15px 20px;
    border-radius: 0;
    /*padding: 15px 10px 0 10px;*/
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 20%);
    border: 10px solid #fff;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    padding: 15px 10px 0 10px;
    border-radius: 0px;
   /* margin: -12px 15px 8px 15px;
    margin-left: -10px;*/
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    /*background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);*/
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background: #1e1d1b;
    border-radius: 0;
    padding: 1px 10px;
    margin-top: 20px;
}
.post-slide .post-title{
    text-align: center;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#fff;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
    display: none;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
/*products owl carousel ends here*/


/*products seeds starts here*/
/* Equal Heights for OwlCarousel 2 */
 .owl-carousel .owl-stage {
     display: flex;
}
 .owl-carousel .owl-item {
     display: flex;
     flex: 1 0 auto;
}
 .owl-carousel .thumbnail {
     display: flex;
     flex-direction: column;
     margin: 0 15px;
     background: #ccc;
    margin: 20px 15px 20px;
    border-radius: 0;
    /* padding: 15px 10px 0 10px; */
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 20%);
    border: 10px solid #fff;
}
 .owl-carousel .thumbnail .caption {
     display: flex;
     flex: 1 0 auto;
     flex-direction: column;
}
 .owl-carousel .thumbnail .caption .flex-text {
     flex-grow: 1;
}
.btn-seeds{
    background: #1e1d1b;
    border-radius: 0;
    padding: 10px 10px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
 /*products seeds ends here*/
