/*
* Novu Theme
* Created by : Ahmed Essa
* website : www.ahmedessa.net
*/


/* Table of Content
==================================================
	- Google fonts & font family -
	- General -
    - typography -
    - Preloader -
	- Header -
    - Main slider -
    - About section -
    - Services section -
    - Portfoilo section -
    - Video lightbox section -
    - Team section -
    - Blog section -
    - Clients section -
    - Contact section -
    - Footer -
    - Portfolio single page -
    - Blog single page -
    - Blog archive -
    - Responsive media queries -
*/


/* Google fonts & font family
==================================================*/

@import 'https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i%7CMontserrat:400,700%7COrienta%7CPlayball';

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Droid Serif', serif;
font-family: 'Orienta', sans-serif;
font-family: 'Playball', cursive;
*/


/* General
==================================================*/

body {
    font-family: "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.8;
    color: #646464;
}

.bg-white {
    background-color: #fff;
}

.sp { display: none; }
.full-height-section {
    height: 100vh;
}
.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.flex-box div:first-of-type,
.flex-centered div:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.flex-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.container-fluid {
    max-width: 1700px;
}
.btn {
    text-transform: none;
    letter-spacing: 2px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 500;
    font-family: "Times New Roman", serif;
}
.btn-xs {
    padding: 5px 20px;
    font-size: 12px;
}
.btn-md {
    padding: 10px 30px;
    font-size: 12px;
}
.btn-brown {
    color: #fff;
    background-color: #A4A9AA;
    box-shadow: 0px 0px 20px rgba(203, 55, 64, .7);
}
.btn-brown:hover,
.btn-brown:focus {
    color: #fff;
    background-color: #AD343C;
    box-shadow: 0px 0px 25px rgba(173, 52, 60, .7);
    outline: none;
}
.h-10 {
    height: 10px;
    display: block;
}
.h-20 {
    height: 20px;
    display: block;
}
.h-30 {
    height: 30px;
    display: block;
}
.h-50 {
    height: 50px;
    display: block;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.padding-100 {
    padding: 100px;
}
.padding-50 {
    padding: 50px;
}
a {
    -webkit-transition: all .3s;
    transition: all .3s;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none
}
.parallax-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.parallax-content {
    position: relative;
    z-index: 0;
    margin-top: 100vh;
    background-color: #fff;
}

/* typography
==================================================*/

h1 {
    font-size: 45px;
    text-transform: none;
    font-weight: bold;
    font-family: "Times New Roman", serif;
    letter-spacing: 2px;
}
h2 {
    font-size: 40px;
    text-transform: none;
    font-weight: bold;
    font-family: "Times New Roman", serif;
}
h3 {
    font-size: 20px;
    font-weight: normal;
    font-family: "Times New Roman", serif;
    line-height: 1.5;
}
h5 {
    font-family: 'Droid Serif', serif;
    color: #A4A9AA;
    font-size: 17px;
    font-style: italic;
}

p {
    margin: 0 0 10px;
    font-size: 15px;
    letter-spacing: 0.09em;
}

/* preloader
==================================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000;
}
#status {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -50px 0 0 -50px;
}
.preloader {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}
.preloader > div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: rotate-elements 8000ms infinite linear;
    animation: rotate-elements 8000ms infinite linear;
}
.preloader div div {
    border-radius: 50%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.1;
}
.preloader div div:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background: #A4A9AA;
    -webkit-animation: pulse-elements 1000ms infinite ease alternate;
    animation: pulse-elements 1000ms infinite ease alternate;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.preloader div div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    background: #FCCA46;
    -webkit-animation: pulse-elements 1000ms infinite ease alternate;
    animation: pulse-elements 1000ms infinite ease alternate;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}
.preloader div div:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 50%;
    background: #949C4F;
    -webkit-animation: pulse-elements 1000ms infinite ease alternate;
    animation: pulse-elements 1000ms infinite ease alternate;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.preloader div div:nth-child(4) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    background: #F95738;
    -webkit-animation: pulse-elements 1000ms infinite ease alternate;
    animation: pulse-elements 1000ms infinite ease alternate;
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}
@-webkit-keyframes rotate-elements {
    from {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes rotate-elements {
    from {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-webkit-keyframes pulse-elements {
    from {
        top: -50%;
        left: -50%;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.8;
    }
}
@keyframes pulse-elements {
    from {
        top: -50%;
        left: -50%;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.8;
    }
}

/* header
==================================================*/

.navbar-fixed-top {
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 70px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: right;
    padding-top: 15px;
}
.navbar {
    margin-bottom: 0;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar {
    font-family: "Times New Roman", serif;
    padding: 20px 0;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}
.nav>li {
    margin: 0 5px;
}
.nav>li>a {
    color: #fff;
    text-transform: none;
    letter-spacing: 2px;
    padding: 10px 5px;
    font-size: 16px;
}
a.link-hover:before,
a.link-hover:after {
    content: '';
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.link-hover {
    padding-top: 5px;
}
.link-hover:before {
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #A4A9AA;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.link-hover:hover:before,
.link-hover.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.navbar-ex1-collapse .btn {
    margin-top: 20px;
}
.bg-nav,
.inner-page-menu {
    background: rgba(0, 0, 0, .7);
    padding: 0;
}
.navbar-brand {
    height: auto;
    width: 125px;
}
.navbar-brand {
    height: auto;
}
.navbar-brand img {
    width: 130px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.bg-nav .navbar-brand img,
.inner-page-menu .navbar-brand img {
    width: 125px;
}
.dropdown-menu {
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(0, 0, 0, .8);
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dropdown.open .dropdown-menu {
    opacity: 1;
    top: 134%;
    visibility: visible;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #A4A9AA;
    text-decoration: none;
    background-color: transparent;
}
.nav>li.contact-link {
    display: none;
}

.navbar-brand img {
    width: 50px;
}
@media screen and (max-width: 544px){
    .navbar-brand img {
        width: 40px;
    }
}

.navbar-brand,
.bg-nav .navbar-brand img {
    width: 40px;
}


/* base style
==================================================*/

.pc { display: block; }
.sp { display: none; }
#sp-block { display: none; }
.bx-wrapper { display: none; }

h1, h2, h3 { color: #8E7739; }
.red { color: #A4A9AA; }
#about td:first-child { color: #8E7739; }

.section > p {
    padding-left: 15px;
    padding-right: 15px;
}


/* home section
==================================================*/

#home h1 {
    color: #FFFFFF;
}

/* .home-bg {
    background: -webkit-linear-gradient( rgba(0, 0, 0, .25), rgba(0, 0, 0, .2)), url("../img/teaser/lattrait/ec001.jpg");
    background: linear-gradient( rgba(0, 0, 0, .25), rgba(0, 0, 0, .2)), url("../img/teaser/lattrait/ec001.jpg");
    background-size: cover;
    color: #f5f5f5;
    background-position: center 90%;
} */
.home-bg {
  color: #f5f5f5;
  background-position: center 90%;
}
.booking-div {
    background: rgba(0, 0, 0, .6);
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
    margin-top: 10px;
    position: relative;
}
.booking-div .form-control,
.booking-div .flatpickr-input {
    background-color: transparent;
    border-radius: 50px;
    height: 40px;
    border: 2px solid #444;
    color: #999;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.form-control:focus,
.flatpickr-input:focus {
    border-color: #66afe9;
    outline: 0;
    border: 2px solid #A4A9AA;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
}
.flatpickr-input {
    width: 100%;
    text-indent: 10px;
}
.flatpickr-calendar {
    left: 9px;
    padding: 5px;
    width: 270px;
}
.home-bg .col-md-8 {
    padding-left: 50px;
}
.booking-div .btn {
    margin-top: 30px;
}
.flatpickr-day.today {
    border-color: #A4A9AA;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover,
.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
    border-color: #A4A9AA;
    background: #A4A9AA;
    color: #fff;
}
.booking-div select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}
.subtext {
    line-height: 1.6em;
    font-size: 16px;
    letter-spacing: 0.12em;
    text-align: justify;
}
.subtext strong {
    font-family: 'Playball', cursive;
    color: #A4A9AA;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
}
.flatpickr-weekdays span {
    padding: 7px;
}

/* About section
==================================================*/

.about-bg {
    background: url("../img/teaser/lattrait/bg_013.jpg");
    background-size: cover;
    background-position: 80% center;
}

.about-2-bg {
    background: url("../img/teaser/lattrait/map.png");
    background-size: cover;
    background-position: center center;
    padding-top: 50%;
}

#about-2 > .col-md-6.padding-100 {
    background: -webkit-linear-gradient( rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/teaser/lattrait/main_img_2.jpg");
    background: linear-gradient( rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/teaser/lattrait/main_img_2.jpg");
    background-position: center center;
}

#about-2 > .col-md-6.padding-100 p {
    color: #FFFFFF;
}

.about-3-bg {
    background: url("../img/teaser/lattrait/bg_013.jpg");
    background-size: cover;
    background-position: center center;
}

.about-4-bg {
    background: url("../img/teaser/lattrait/013.jpg");
    background-size: cover;
    background-position: center center;
}

#about td {
    letter-spacing: 0.08em;
}

/* services section
==================================================*/

.services-bg {
    background: -webkit-linear-gradient( rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/teaser/lattrait/pj_007.jpg");
    background: linear-gradient( rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/teaser/lattrait/pj_007.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 100px 0;
    color: #fff;
}
.services-box {
    margin-bottom: 50px;
}
.services-box i,
.services-box img {
    font-size: 40px;
    color: #AD343C;
    display: block;
    float: left;
    width: 50px;
    text-align: center;
    line-height: 10px;
}
.box-content {
    margin-left: 60px;
}

.interactive-div:hover .interactive-overlay {
    -webkit-transform: scale(1);
    transform: scale(.8);
    opacity: 1;
}

/* team section
==================================================*/

.team-item {
    width: 350px;
}
.team-padding {
    padding: 100px 0;
}
.team-info {
    padding: 20px;
    background: #f5f5f5;
}
.team-info h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.social-ul {
    list-style: none;
    padding-left: 0;
}
.social-ul li {
    float: left;
}
.social-ul li a {
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #A4A9AA;
    box-shadow: 0px 0px 20px rgba(203, 55, 64, .7);
    display: block;
    margin: 5px 3px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.social-ul li a:hover,
.social-ul li a:focus {
    background-color: #AD343C;
    box-shadow: 0px 0px 25px rgba(173, 52, 60, .7);
}
.team-with-hover {
    position: relative;
    overflow: hidden;
}
.team-with-hover .team-info {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 400px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0px 0px 25px rgba(225, 225, 225, .9);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.team-with-hover img {
    -webkit-transition: all .9s;
    transition: all .9s;
}
.team-with-hover:hover .team-info {
    left: 15px;
}
.team-with-hover:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

/* styles section
==================================================*/

.styles-section {
    background: #f5f5f5;
    padding: 50px 0;
    text-align: center;
}
#styles-2.styles-section {
    background: #FFFFFF;
}
.interactive-div {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.interactive-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
}
.interactive-div:hover .interactive-overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.style-info-div {
    -webkit-transition: all .8s;
    transition: all .8s;
    -webkit-transform: scale(.3);
    transform: scale(.3);
    opacity: 0;
}
.interactive-div:hover .style-info-div {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.interactive-div .price {
    font-family: 'Playball', cursive;
    color: #A4A9AA;
    font-size: 70px;
    line-height: 70px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.interactive-div .price em {
    font-style: normal;
    font-size: 35px;
    position: absolute;
    top: 0px;
    right: -20px;
}
.interactive-div .style-name {
    font-size: 20px;
    color: #fff;
}
.interactive-div .btn {
    margin-top: 10px;
}

/* styles section
==================================================*/

.testimonials-section {
    background: -webkit-linear-gradient( rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/teaser/lattrait/pj_002.jpg");
    background: linear-gradient( rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/teaser/lattrait/pj_002.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 100px 0;
    color: #fff;
}
#testimonials-2.testimonials-section {
    background: -webkit-linear-gradient( rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/teaser/lattrait/main_img_2.jpg");
    background: linear-gradient( rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/teaser/lattrait/main_img_2.jpg");
    background-position: center center;
}
.testimonial-box {
    border: 3px solid rgba(225, 225, 225, .5);
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.testimonial-box:hover {
    /*
    -webkit-transform: scale(.9);
    transform: scale(.9)
*/
}
.testimonial-box .img-circle {
    float: left;
}
.testimonials-content {
    margin-left: 120px;
}
.testimonials-content p {
    font-size: 15px;
    margin-top: 10px;
}
.testimonials-content i {
    font-size: 30px;
}
.testimonials-content h5 {
    font-size: 14px;
}

.styles-section p, .styles-section h2 {
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
}

/* news section
==================================================*/

.news-section {
    padding: 50px 0 50px;
    background-color: #f5f5f5;
}
.news-box {
    margin-bottom: 50px;
}
.news-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.news-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news-box:hover .blog-carousel img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.img-box {
    overflow: hidden;
}
.news-box-date {
    float: left;
    padding: 10px 10px 20px;
    background: #fff;
    width: 80px;
    margin-top: 20px;
    text-align: center;
    border: 2px solid;
}
.news-box-date h2 {
    margin: 0;
    font-size: 30px;
}
.news-box-date h3 {
    margin: 0;
    text-transform: none;
    font-size: 14px;
    color: #A4A9AA
}
.news-box-content {
    margin-left: 100px;
}
.news-link {
    color: #646464;
}
.news-link:hover,
.news-link:focus {
    color: #999
}

/* collection section
==================================================*/

#collection {
    padding: 60px;
    text-align: left;
    background-color: #590C16;
    color: #FFFFFF;
}

.collection-bg {
    background-size: cover;
    background-position: center center;
    padding-top: 50%;
}

.collection-section {
    overflow: hidden;
}

#collection-1 .collection-bg { background-image: url("../img/teaser/lattrait/showroom/sr001-1.jpg"); }
#collection-2 .collection-bg { background-image: url("../img/teaser/lattrait/showroom/sr002-1.jpg"); }
#collection-3 .collection-bg { background-image: url("../img/teaser/lattrait/showroom/sr003-1.jpg"); }
#collection-4 .collection-bg { background-image: url("../img/teaser/lattrait/showroom/sr004-1.jpg"); }

.collection-section .padding-100 {
    padding: 0 40px;
}

#collection h2 {
    text-align: left;
    margin: 0 auto 20px;
    display: block;
    width: 100%;
}

#collection > p {
    padding-left: 0;
}

.collection-section .padding-100 h4,
.collection-section .padding-100 p {
    display: inline-block;
    margin: 0 auto 20px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.collection-section .padding-100 h4 {
    color: #8E7739;
    line-height: 1.7em;
    text-align: center;
    letter-spacing: 0.07em;
}

.collection-section img {
    width: 100%;
}

/* contact section
==================================================*/

#google-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #e7eaf0;
}
#cd-google-map {
    position: absolute;
    width: 100%;
    height: 100%;
}
#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgba(203, 55, 64, 0.9);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../img/teaser/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
    background-color: #A4A9AA;
}

.map-container iframe {
    min-height: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#contact h2 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.09em;
}

#contact h5 {
    font-family: "Times New Roman", serif;
    font-style: normal;
    letter-spacing: 0.09em;
}

.contact-info-item i {
    width: 0.5em;
}

#contact h2 a:link,
#contact h2 a:visited,
#contact h2 a:hover,
#contact h2 a:active {
    color: #8E7739;
}

.ion-location:before,
.ion-android-call:before { color: #8E7739; }

@media only screen and (min-width: 768px) {
    #cd-zoom-in,
    #cd-zoom-out {
        margin-left: 20px;
    }
}
#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
    #cd-zoom-in {
        margin-top: 50px;
    }
}
#cd-zoom-out {
    background-position: 50% -32px;
}
.contact-info-item {
    margin: 7px 0;
}
.contact-info-item p {
    display: inline-block;
    margin-top: 5px;
}
.contact-info-item i {
    font-size: 30px;
    margin-right: 20px;
    color: #A4A9AA;
    line-height: 30px;
    float: left;
}

/* contact-form
==================================================*/

#contactform {
    background: #590C16;
}

#contact-form label {
    display: block;
    margin-bottom: .2em;
    font-size: 13px;
    line-height: 13px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #000;
}
#contact-form label.error {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 12px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #D33E43;
    margin-left: 10px
}
#contact-form input[type="text"].error,
#contact-form input[type="password"].error,
#contact-form input[type="date"].error,
#contact-form input[type="datetime"].error,
#contact-form input[type="datetime-local"].error,
#contact-form input[type="month"].error,
#contact-form input[type="week"].error,
#contact-form input[type="email"].error,
#contact-form input[type="number"].error,
#contact-form input[type="search"].error,
#contact-form input[type="tel"].error,
#contact-form input[type="time"].error,
#contact-form input[type="url"].error,
#contact-form textarea.error {
    border-color: #D33E43
}
fieldset {
    border: 0px;
    margin: 0;
    padding: 0
}
.required {
    color: #e9266d
}
#success,
#error {
    display: none
}
#success p,
#error p {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    padding: 100px 30px 50px;
    height: 110%;
    border-radius: 11px;
    text-align: center;
}
#success p img,
#error p img {
    display: block;
    margin: 0 auto 30px;
}
#success p {
    color: #fff;
}
#error p {
    color: #D33E43
}

#form td, #form th {
    letter-spacing: 0.16em;
    color: #FFFFFF;
    font-weight: normal;
}



/* footer
==================================================*/

footer {
    padding: 5px 0;
    background: #FFF;
    text-align: center;
}
footer h3 {
    font-size: 40px;
    color: #fff;
}
footer h5 {
    font-size: 12px;
    font-family: "Times New Roman", serif;
    letter-spacing: 0.1em;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}
.footer-ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}
.footer-ul li {
    display: inline-block;
}
.footer-ul li a {
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
}
.back-to-top i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s
}
.back-to-top:hover i {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

/* Blog Archive
==================================================*/

.title-bar {
    background: #f5f5f5;
    padding: 150px 0 70px;
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 5px solid #eee;
    position: relative;
}
.title-bar::after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: 5px solid #A4A9AA;
    bottom: -5px;
    z-index: 1;
    display: block;
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title-bar h2 {
    text-transform: none;
}
.title-bar a {
    color: #A4A9AA;
}
.title-bar p span {
    margin: 0 10px;
}
.owl-controls {
    text-align: center;
}
.owl-nav {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.blog-carousel:hover .owl-nav {
    bottom: 15px;
}
.owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 15px;
    color: #fff;
    background-color: #A4A9AA;
    box-shadow: 0px 0px 20px rgba(203, 55, 64, .7);
    margin: 3px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.owl-nav div:hover,
.owl-nav div:focus {
    color: #fff;
    background-color: #AD343C;
    box-shadow: 0px 0px 25px rgba(173, 52, 60, .7);
    outline: none;
}
.quote-div {
    padding: 50px 30px;
    background-color: #f5f5f5;
    border-top: 2px solid #A4A9AA;
}
.quote-div h3 {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    margin-top: 0;
}
.quote-div a {
    color: #646464;
}
.quote-div i {
    font-size: 40px;
}
.sidebar-div {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 40px;
}
.sidebar-div .bordered {
    border: 3px dashed rgba(0, 0, 0, .1)
}
.bordered.about-me {
    padding: 30px 10px;
}
.sidebar-div .bordered .social-ul {
    display: inline-block;
}
.sidebar-title {
    text-transform: none;
    background: #fff;
    padding: 10px;
}
.bordered.sidebar-list-div {
    padding: 0 10px 30px;
}
.sidebar-list {
    list-style: none;
    padding-left: 10px;
}
.sidebar-list li {
    border-bottom: 1px solid #eee;
}
.sidebar-list li a {
    padding: 8px;
    color: #646464;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block
}
.sidebar-list li a:hover,
.sidebar-list li a:focus {
    color: #999;
}
.resent-widget .alphabet {
    background-color: #A4A9AA;
    box-shadow: 0px 0px 20px rgba(203, 55, 64, .7);
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}
.resent-widget ul {
    padding-left: 0;
    list-style: none;
}
.resent-widget ul h3 {
    margin-left: 65px;
    font-size: 13px;
    margin-top: 0px;
}
.resent-widget ul li {
    border-bottom: 1px dashed #ddd;
    padding: 10px;
}
.resent-widget ul li:last-child {
    border-bottom: none;
}
.resent-widget .bordered {
    padding: 0 10px 10px;
}
.resent-widget ul li a {
    padding: 8px;
    color: #646464;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block
}
.resent-widget ul li a:hover {
    color: #999;
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 100%;
    margin: 2px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    padding: 0;
    color: #666;
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-radius: 100%;
}
.navigation {
    display: block;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #eee;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
    text-align: center;
}
.pagination>li {
    display: inline-block;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    border-color: #A4A9AA;
    background-color: #A4A9AA;
    box-shadow: 0px 0px 20px rgba(203, 55, 64, .7);
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #666;
    background-color: #eee;
    border-color: #ddd;
}

.container-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Responsive media queries
==================================================*/

@media (max-width: 990px) {
    .pc { display: none; }
    .sp { display: block; }
    #sp-block { display: block; }
    .bx-wrapper { display: block; }
    img.sp {
        width: 100%;
        height: 100%;
        min-height: 0;
    }
    .col-md-6 { width: 100%; }
    .full-height-section {
        height: 100%;
        padding: 50px 0;
    }
    .navbar-fixed-top {
        background: rgba(0, 0, 0, .7);
        padding: 0;
    }
    /*.navbar-fixed-top .navbar-brand img {
        width: 40px;
    }*/
    .navbar-fixed-top .container {
        width: 100%;
    }
    .home-bg {
        padding: 70px 0;
        background-size: cover;
        background-position: center;
    }
    .home-bg .col-md-8 {
        text-align: center;
        padding-left: 15px;
    }
    .booking-div {
        width: 360px;
        margin: 30px auto;
    }
    #home .flex-centered {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    #team.flex-box {
        display: block !important;
    }
    .team-padding {
        padding: 0 0 50px;
    }
    .team-item {
        width: 300px;
    }
    /*.map-container {
        height: 350px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }*/
}
@media (max-width: 800px) {
    .nav>li>a,
    .navbar-ex1-collapse .btn-xs,
    .dropdown-menu>li>a {
        font-size: 10px;
    }
}
@media (max-width: 767px) {
    .nav>li>a,
    .dropdown-menu>li>a {
        font-size: 12px;
    }
    .navbar-ex1-collapse .btn-xs {
        font-size: 12px;
    }
    .navbar-toggle {
        padding: 0 10px;
        color: #fff;
        font-size: 25px;
        margin-top: 14px;
    }
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        border-top: none;
        box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
        background: #111;
    }
    .navbar-fixed-top {
        height: 74px;
        background: rgba(0, 0, 0, .99);
    }
    .navbar .navbar-nav {
        display: block;
        float: none;
        padding-left: 10px;
    }
    .dropdown-menu {
        display: none;
    }
    .dropdown.open .dropdown-menu {
        display: block;
    }
    .nav>li>a {
        text-align: left;
    }
    .nav>li {
        margin: 5px 5px;
    }
    .link-hover:before {
        height: 0px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 15px 5px 25px;
    }
    .nav>li.contact-link {
        display: block;
    }
    .navbar-ex1-collapse .btn-xs {
        display: none;
    }

    #contactform form tr td {
        display: block;
        padding: 0;
        width: 100%;
    }
    #form td:first-child {
        width: 100%;
    }
}
@media (max-width: 425px) {
    .padding-100 {
        padding: 50px 20px;
    }
    .testimonial-box .img-circle {
        width: 50px;
    }
    .testimonials-content {
        margin-left: 70px;
    }
    .news-box-date {
        width: 60px;
    }
    .news-box-date h2 {
        font-size: 20px;
    }
    .news-box-content {
        margin-left: 80px;
    }
    .booking-div {
        width: 310px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .booking-div .form-control {
        text-indent: 10px;
    }
}

/*custom*/

h2 {
    font-size: 26px;
    text-transform: none;
    font-weight: bold;
    font-family: "Times New Roman", serif;
    letter-spacing: .02em;
}

.padding-100 { padding: 60px; }

.close-link { color: #999999 !important; }

.interactive-div { display: block; }

.interactive-div:hover .interactive-overlay {
    margin: 20px;
}

.interactive-div:hover .style-info-div {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    padding: 3%;
    margin: 3%;
    border: 1px solid rgba(255,255,255,0.4);
    height: 90%;
}

.interactive-div .style-name {
    font-size: 20px;
    color: #fff;
    /*font-size: 14px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.col-md-6 { overflow: hidden; }
.col-md-6 table tr {
    border-bottom: 1px solid #EFEFEF;
}
.col-md-6 table td {
    padding: 5px;
}
.col-md-6 table td:first-child {
    width: 16%;
    text-align: justify;
    vertical-align: top;
    min-width: 150px;
}
.col-md-6 table td span {
    display: inline-block;
}

iframe {
    width: 100%;
}

#right-content{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 15%;
    min-width: 200px;
}

#flyer {
    bottom: 110px;
}

#flyer ul {
  padding-inline-start: 0px;
  list-style-type: none;
}

#flyer img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}

/* @media screen and (max-width: 544px) {
  #flyer {
    width: 50%;
    bottom: 70px;
    padding-bottom: 50px;
  }
} */

#page-dl {
    width: 100%;
    font-size: 77%;
}

#page-dl a {
    background: -prefix-linear-gradient(to bottom, rgba(211,76,76,1), rgba(89,12,22,1));
    background: linear-gradient(to bottom, rgba(211,76,76,1), rgba(89,12,22,1));
    text-decoration: none;
    color: #FFFFFF;
    width: auto;
    /* padding: 0 15px; */
    line-height: 60px;
    border: 4px solid #8E7739;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity: 0.9;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#page-dl a:hover {
    text-decoration: none;
    background: rgba(89,12,22,1);
    color: #FFFFFF;
}

/* @media screen and (max-width: 544px){
  #page-dl {
    bottom: 10px;
    right: 10px;
    width: 50%;
  }
    #page-dl a {
        /* padding: 0 5px; */
        /* line-height: 35px;
        font-size: 77%;
    }
} */ 

/* p.pzost-it {
    padding: 10px 40px;
    background-color: #432107;
    width: auto;
    display: inline-block;
    color: #FFFFFF;
    position: relative; */
/*    -webkit-transform: rotate(-10deg);
       -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
         -o-transform: rotate(-10deg);
            transform: rotate(-10deg);*/
/* } */

p.pzost-it:after {
    content: "";
    border: 10px solid;
    border-color: #FFFFFF #FFFFFF #84674c #84674c;
    width: 1px;
    height: 1px;
    line-height: 1px;
    min-width: 1px;
    max-height: 1px;
    position: absolute;
    top: 0;
    right: 0;
}

#styles-2.styles-section {
    background: #590C16;
    color: #FFFFFF;
}

#form .form-control { width: 160px; }

nav .container {
    width: 100%;
}

.navbar-brand {
    height: auto;
    display: inline-block;
    width: auto;
    padding: 10px 15px;
}

.navbar-brand > * {
    vertical-align: middle;
    display: inline-block;
}

a.navbar-brand > span {
    float: left;
    max-width: 40px;
    width: 100%;
}

.navbar-fixed-top a.navbar-brand > img {
    width: 100%;
    max-width: 220px;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    top: 25px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media screen and (max-width: 352px){
    .navbar-fixed-top a.navbar-brand > img {
        max-width: 195px;
        margin-left: 0;
    }
    .navbar-brand img {
        width: 40px;
    }
}


.bg-nav .navbar-brand > img {
    width: 200px;
    top: 25px;
    max-width: 200px;
}

#form .form-control {
    width: 100%;
}
#form td:last-child,
#form tr.tell td:nth-child(2) { padding-right: 8em; }

#form tr.check td label,
#form tr.submit td button {
    cursor: pointer;
}

#form tr.submit td button#button_id {
    font-size: 18px;
    width: 40%;
    line-height: 30px;
    border-radius: 6px;
    max-width: 200px;
    margin-top: 20px;
}

div.col-md-4.col-sm-6.aos-init.aos-animate:not(.col-xs-6) {
    width:-webkit-calc(33.33333% - 3.333px);
       width:-moz-calc(33.33333% - 3.333px);
        width:-ms-calc(33.33333% - 3.333px);
         width:-o-calc(33.33333% - 3.333px);
            width:calc(33.33333% - 3.333px);
}
#form tr.message {
      height: 14em;
}


@media screen and (max-width: 768px) {

    .sp { display: block; }
    #sp-block { display: block; }
    .bx-wrapper { display: block; }
    .pc { display: none; }
    img.sp {
        width: 100%;
        height: 100%;
        min-height: 0;
    }
    h1 { font-size: 32px; }
    h2 { font-size: 20px; }
    p,
    p.subtext {
        font-size: 0.9em;
        line-height: 1.8;
    }
    .col-md-6 table td, .col-md-6 table td:first-child {
        width: 100%;
        display: block;
        padding: 4px 0;
    }

    /* .home-bg {
        background: -webkit-linear-gradient( rgba(0, 0, 0, .3), rgba(0, 0, 0, .4)), url(../img/teaser/lattrait/ec001.jpg);
        background: linear-gradient( rgba(0, 0, 0, .3), rgba(0, 0, 0, .4)), url(../img/teaser/lattrait/ec001.jpg);
         background-size: cover;
        background-position: center;
    } */

    #about .col-md-6,
    #about-2 .col-md-6,
    #about-3 .col-md-6,
    #about-4 .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }
    #about .col-md-6.padding-100,
    #about-2 .col-md-6.padding-100,
    #about-3 .col-md-6.padding-100,
    #about-4 .col-md-6.padding-100 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-2-bg { padding-top: 100%; }

    .bx-wrapper { padding: 20px 10px; }

    .styles-section p, .styles-section h2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #collection,
    .padding-100 {
        padding: 60px 20px;
    }

    .bx-wrapper {
        padding: 20px 10px;
        box-shadow: none;
        margin-left: auto;
        margin-right: auto;
        width: -webkit-calc(100% - 10px);
           width: -moz-calc(100% - 10px);
            width: -ms-calc(100% - 10px);
             width: -o-calc(100% - 10px);
                width: calc(100% - 10px);
    }

/*    .col-md-6.padding-100.aos-init.aos-animate {
        padding-bottom: 60%;
    }

     .collection-bg {
        position: absolute;
        bottom: 0;
        left: 0;
     }*/

     #sp-block .collection-section .padding-100 {
        padding: 0;
    }

    #contact h2 { font-size: 18px; }
    .navbar-fixed-top .navbar-brand > img {
        width: 180px;
    }

    .bg-nav .navbar-brand > img {
        width: 180px;
        top: 25px;
        max-width: 180px;
    }

    #form tr.tell td:nth-child(2) {
        width: 100%;
        padding-right: 0;
    }
    #form .form-control {
        width: 100%;
    }

    #form td:last-child {
        padding-right: 0;
    }

    /* div.col-md-4.col-sm-6.aos-init.aos-animate { width: 100%; } */


}

.bx-wrapper .bx-controls-direction a {
  top: 75%;
}

/* div#media,div#progress ul li{margin-left:0px;}
div#progress ul li{width:100%;}
}
@media all and (min-width: 0px) and (max-width: 600px) {
div#media ul.video li{
display: inline;
float: left;
width: 100%;
padding: 20px 0;
}
div#media ul.video li img{
width: 100%;
margin: 0 auto;
padding:0px;
}
#v-back-lightbox iframe{
width: 100%;
height: 200px;
}
div#media{margin-left:0px;}
} */

/* bg slideshow */
#home ul {
  padding-inline-start: 0px;
}

#home .message {
  text-align: center;
}

.cb-slideshow li {
  list-style-type: none;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 12s linear forwards;
    -moz-animation: imageAnimation 12s linear forwards;
    -o-animation: imageAnimation 12s linear forwards;
    -ms-animation: imageAnimation 12s linear forwards;
    animation: imageAnimation 12s linear forwards;
}

.cb-slideshow li div {
    z-index: 1000;
    width: 100%;
    opacity: 0;
    -webkit-animation: titleAnimation 12s linear forwards;
    -moz-animation: titleAnimation 12s linear forwards;
    -o-animation: titleAnimation 12s linear forwards;
    -ms-animation: titleAnimation 12s linear forwards;
    animation: titleAnimation 12s linear forwards;
}

.cb-slideshow li:nth-child(1) span {
    background-image:-webkit-linear-gradient( rgba(0, 0, 0, .25), rgba(0, 0, 0, .2)), url("../img/teaser/lattrait/ec001.jpg");
    background-image:linear-gradient( rgba(0, 0, 0, .25), rgba(0, 0, 0, .2)), url("../img/teaser/lattrait/ec001.jpg");
}

.cb-slideshow li:nth-child(1) span:lang(ja) {
    background-image:-webkit-linear-gradient( rgba(0, 0, 0, .25), rgba(0, 0, 0, .2)), url("../img/teaser/lattrait/bg_gray.jpg");
    background-image:linear-gradient( rgba(0, 0, 0, .25), rgba(0, 0, 0, .2)), url("../img/teaser/lattrait/bg_gray.jpg");
}

.cb-slideshow li:nth-child(2) span {
  background-image:-webkit-linear-gradient( rgba(0, 0, 0, .25), rgba(0, 0, 0, .2)), url("../img/teaser/lattrait/ec001.jpg");
  background-image:linear-gradient( rgba(0, 0, 0, .25), rgba(0, 0, 0, .2)), url("../img/teaser/lattrait/ec001.jpg");
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

@-webkit-keyframes imageAnimation {
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    25% { opacity: 1;
    -webkit-animation-timing-function: ease-out; }
    50% { opacity: 1 }
    75% { opacity: 1 }
    100% { opacity: 1 }
}
@-moz-keyframes imageAnimation {
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    25% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    50% { opacity: 1 }
    75% { opacity: 1 }
    100% { opacity: 1 }
}
@-o-keyframes imageAnimation {
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    25% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    50% { opacity: 1 }
    75% { opacity: 1 }
    100% { opacity: 1 }
}
@-ms-keyframes imageAnimation {
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    25% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    50% { opacity: 1 }
    75% { opacity: 1 }
    100% { opacity: 1 }
}
@keyframes imageAnimation {
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    25% { opacity: 1;
    animation-timing-function: ease-out; }
    50% { opacity: 1 }
    75% { opacity: 1 }
    100% { opacity: 1 }
}

@-webkit-keyframes titleAnimation {
    0% { opacity: 0 }
    25% { opacity: 1 }
    50% { opacity: 1 }
    75% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
    0% { opacity: 0 }
    25% { opacity: 1 }
    50% { opacity: 1 }
    75% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
    0% { opacity: 0 }
    25% { opacity: 1 }
    50% { opacity: 1 }
    75% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
    0% { opacity: 0 }
    25% { opacity: 1 }
    50% { opacity: 1 }
    75% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation {
    0% { opacity: 0 }
    25% { opacity: 1 }
    50% { opacity: 1 }
    75% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}


/* progress */

#progress ul img {
  width: 100%;
}

#progress div ul {
  list-style: none;
}

@media all and (min-width: 0px) and (max-width: 768px) {
 div#progresss ul li{margin-left:0px;}
 div#progresss ul li{width:100%;}
}

@media screen and (min-width: 1056px) and (max-width: 1305px){

	.menu ul li > a {

		padding: 10px;

	}

	div#progresss ul li{
		min-height: 350px;
	}

	}
@media screen and (min-width: 1056px) and (max-width: 1600px){
	div#progresss ul li{
		min-height: 410px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
	div#progresss ul li{
		margin-left: 16px;
		min-height: 350px;
	}
}
@media screen and (min-width: 769px) and (max-width: 999px){
	div#progresss ul li{
		margin-left: 12px;
		min-height: 290px;
	}
}

/* Newsletter */
#newsletter.styles-section {
    background: #590C16;
    color: #FFFFFF;
}
#newsletter .col-sm-6 {
  width: 50%;
}

#styles-2.col-sm-6{
  width: 50%;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 75%;
  margin-top: 0px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 1000;
}
