body {
    background: #000000;
    color:#ffffff;
    font-family: "Times", Arial, Sans-serif;
}


h1, h2, h3, h4, h5, h6 { margin: 0; }
ul { padding:0; list-style-type: none; }


img {
    max-width: 100%;
}

header {
    background:url(../img/header-bg.png) no-repeat center;
    width: 100%;
    height: 271px;
    position: absolute;
    z-index: 10;

}

header .container { position: relative; }

.navbar { margin: 0;}

.navbar-brand {
    margin-top: 25px;
    height: auto;
}

#navbar {
    position: absolute;
    right: 0;
    width: 80%;
}

.menu .submenu { display: block !important; }

.navbar-nav { margin-top: 130px; float: right; }
.navbar-nav > li > a { font-size: 14px; padding: 0 10px; font-family: "OpenSans", Arial, Sans-serif; border-right: 1px solid #d2ac67; color: #fff; margin-bottom: 20px; }
.navbar-nav > li:last-child > a { padding-right: 0; border-right: 0; }
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a { background: none; color: #a58958; }
.navbar-nav > li.active > a { font-weight: 700; }

/* submenu styles */
.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;

}

.submenu:before {
    bottom: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(178, 148, 95, 0);
    border-bottom-color: #b2945f;
    border-width: 10px;
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition:  -webkit-transform .5s;
    -moz-transition:  -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    margin-bottom: 3px;

}

.submenu li {
    opacity: 0;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition:  -webkit-transform .5s;
    -moz-transition:  -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
}

.navbar-nav > li:hover .submenu, .navbar-nav > li:focus .submenu {
    width: 200px;
    z-index: 10;
}

.navbar-nav > li:hover .submenu:before {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.navbar-nav > li:hover .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding-bottom: 3px;
}

.navbar-nav > li:hover .submenu li a,
.navbar-nav > li .submenu li a  {
    text-decoration: none;
    color:#000;
    font-size: 15px;
    padding: 5px;
    border-bottom: 3px solid none;
    background: #af9055;
    display: block;
    width: 100%;
}

.navbar-nav > li:hover .submenu li a:hover {
    background: #070705;
    color:#af9055;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-decoration: none !important;
}

.mobileMenu .navbar-nav li.arrow {
    background: url(../img/arrow-down.png) no-repeat 92% 4px !important;
}

.wrapper {
    background: url(../img/content-bg.png) no-repeat top center;
}

.video,
.banner { position: relative; }
.video .overlay { 
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url(../img/overlay.png);
    background-position: repeat-x;
    background-position: repeat-y;
}

.video video,
.banner img {
    -webkit-clip-path: polygon(0 0, 1920px 0, 1920px 87%, 0 100%);
    clip-path: polygon(0 0, 1920px 0, 1920px 87%, 0 100%);
    width: 100%;
    position: relative;
}

.video figcaption,
.banner figcaption {
    color:#ffffff;
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    
}

.banner figcaption {
    width: 100%;
    background:url(../img/detail-bg.png);
    background-position: repeat-x;
    background-position: repeat-y;
    height: auto;
    padding: 5px;
    top: 45%;
}

.video figcaption .title,
.banner figcaption .title { display: inline-block; padding: 15px 0; }
.video figcaption h1,
.banner figcaption h1 { font-size: 55px;}
.video figcaption .title .icon { top: -32px; }

.banner .title h1 {  padding: 0 50px; }


.content { margin-bottom: 30px; }

section {
    text-align: center;
    overflow: hidden;
    margin: 20px 0;.
}

.title {
    position: relative;
    padding: 30px 0;
    margin: 20px 0 10px 0;
}


.title h1 { 
  font-size: 30px; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.title .icon { 
    width: 42px; 
    height: 37px; 
    position: absolute; 
    top: -20px; 
    left: 0; 
    right: 0; 
    margin: 0 auto; 
    width: 70px;
}  

.title .icon img {
	max-width: 40%;
    max-height: 25px;
    width: auto; 
    margin-top: 5px;
}

section .item .title .icon {
	background-size: 45% !important;
	background-position: center center !important;
}

.title .icon.tours { background: url(../img/tours-icon.png) no-repeat top center; }
.title .icon.suits { background: url(../img/suits-icon.png) no-repeat top center; }
.title .icon.villas { background: url(../img/villas-icon.png) no-repeat top center; }
.title .icon.rolls-royce { background: url(../img/rolls-royce-icon.png) no-repeat top center; }
.title .icon.wedding { background: url(../img/wedding-icon.png) no-repeat top center; }
.title .icon.events { background: url(../img/events-icon.png) no-repeat top center; }
.title .icon.first { background: url(../img/first-icon.png) no-repeat top center; }
.title .icon.crown { background: url(../img/crown-icon.png) no-repeat top center;  top: -27px; }
.title .icon.suitsv2 { background: url(../img/suits-iconv3.png) no-repeat top center; top: -30px; }

.title:before {
    clear: both;
    display: block;
    content: "";
    background: url(../img/line-top.png) top center;
    height: 2px;
    position: absolute;
    top: 0;
    width: 100%;
}

.title:after {
    clear: both;
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

section figure { position: relative; }
section figure img { width: 100%; }

section figure:hover .hover { opacity: 1; }

section .item a { color: #fff; }

section figure .hover { 
    width: 90%; 
    height: 90%; 
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 5%; 
    bottom: 0; 
    margin: 0 auto; 
    background: url(../img/hover-bg.png);
    background-position: repeat-x;
    background-position: repeat-y;
    opacity: 0;
}

section figure .hover .txt {
    border: 1px solid #fff;
    width: 70%;
    height: 70%;
    margin: 0 auto;
    top: 15%;
    position: relative;
    font-size: 40px;
    display: table;
    overflow: hidden;
    padding: 5px;
}

section figure .hover .txt p { display: table-cell; vertical-align: middle; font-size: 30px; line-height: 34px; text-shadow: 1px 1px 1px #000;}



/*subpage*/
.detailContent {
    background: url(../img/detail-bg.png);
    background-position: repeat-x;
    background-position: repeat-y;
    width: 100%;
    height: 100%;
    text-align: center;
    max-width: 980px;
    margin: 50px auto;
    font-size: 16px; 
    font-family: "OpenSans";
    padding: 20px;
}

.detailContent.v2 {

    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    max-width: 700px;
    margin: 20px auto;
}

p:last-child { margin-bottom: 0; }

.galleryWrap {
    max-width: 1000px;
    margin: 0 auto;
}

.galleryWrap h2 { padding: 20px 0 15px 0; border-top: 2px solid #fff; text-align: center; font-size: 25px; }

.gallery {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 20px;
}

.gallery .slick-slide {
    margin: 20px;
}


/*social buttons*/
.socialButtons {
    overflow: hidden;
    position: relative;
    float: right;
    z-index: 10;
}

.socialButtons a {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 10px;
}
.socialButtons a.facebook { background: url(../img/facebook.png) no-repeat center; }
.socialButtons a.twitter { background: url(../img/twitter.png) no-repeat center; }
.socialButtons a.instagram { background: url(../img/instagram.png) no-repeat center; }
.socialButtons a.youtube { background: url(../img/youtube.png) no-repeat center; }

.socialButtons a.facebook:hover { background-color:#507cbe; }
.socialButtons a.twitter:hover { background-color:#32CCFE;  }
.socialButtons a.instagram:hover { background-color:#A1755C;  }
.socialButtons a.youtube:hover { background-color:#C52F30;  }

.slick-prev { background:url(../img/arrow-left.png) no-repeat; width: 25px; height:37px; }
.slick-next { background:url(../img/arrow-right.png) no-repeat; width: 25px; height:37px; }

/*footer*/
footer {
    width: 100%;
    background: url(../img/footer-bg.png) center;
    height: 488px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    font-family: "OpenSans", Arial, Sans-serif;
    font-weight: 700;
}

footer .inner {
    padding:80px 0;
}

footer,
footer a { 
    color: #000; 
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; 
}

footer .footer-menu ul,
footer .footer-menu .footer-logo {
    float: left;
}

footer .footer-menu .footer-logo { margin-right: 20px; max-width: 143px; width: 20%; }

footer .footer-menu {
    padding: 50px 0;
    overflow: hidden;
}

footer .footer-menu ul {
    padding:0 15px;
    border-right: 1px solid #000000;
    margin-top: 20px;
}

footer .footer-menu ul:last-child { border: 0; padding-right: 0; }

footer .footer-menu ul li {
    margin-bottom: 50px;
}

footer .footer-menu ul li:last-child { margin: 0; }

footer .footer-menu ul li a {
    font-size: 16px;
}

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

footer ul li a.icon { padding: 5px 0; padding-left: 40px; }
footer ul li a.icon.tours { background:url(../img/tours-iconv2.png) no-repeat left center; } 
footer ul li a.icon.villas { background:url(../img/villas-iconv2.png) no-repeat left center; } 
footer ul li a.icon.suits { background:url(../img/suits-iconv2.png) no-repeat left center; } 
footer ul li a.icon.rolls-royce { background:url(../img/rolls-royce-iconv2.png) no-repeat left center; } 
footer ul li a.icon.wedding { background:url(../img/weeding-iconv2.png) no-repeat left center; } 
footer ul li a.icon.events { background:url(../img/events-iconv2.png) no-repeat left center; } 
footer ul li.icon.address { background:url(../img/address-icon.png) no-repeat left 5px; } 
footer ul li.icon.phone { background:url(../img/phone-icon.png) no-repeat left 5px; } 
footer ul li.icon.fax { background:url(../img/fax-icon.png) no-repeat left 5px; } 

footer .mapArea {
    background:url(../img/map-bg.png) no-repeat;
    width: 590px;
    height:342px;
    position: absolute;
    right: -20%;
}

footer .contactInfo {
    width: 400px;
    margin: 0 auto;
    padding-top: 25%;
    font-size: 15px;
    position: relative; 
}

footer .contactInfo li {
    margin-bottom: 10px;
    padding-left: 25px;
}

.contact-map {
    position: relative;
}

.contact-map a {
    display: block;
    z-index: 5;

}

.contact-map a .info,
.contact-map a {
    position: absolute;
    padding: 10px 20px;
    text-align: center;
    color:#ffffff;
}

.contact-map a {
   width: 9%; 
   height: 10em;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.contact-map a#one {
    top: 41%;
    right: 47%;
}

.contact-map a#two {
    top: 40%;
    right: 36%;
}

.contact-map a#three {
    bottom: 22%;
    right: 25%;
}

.contact-map a#four {
    top: 33%;
    left: 28%;
}

.contact-map a .info > strong {
    display: block;
    font-size: 24px;
    margin-bottom: 25px;
}

.contact-map a .info p {
    margin-bottom: 30px;
}

.contact-map a .info strong {
    display: block;
}

.contact-map a .info {
    height: auto;
    background: #e44141;
    display: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 150%;
    right: -12%;
    top:0;
    border-radius: 5px;
    -webkit-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    font-family: "OpenSans", Arial;
}

@media screen and (max-width: 1400px) {
    #navbar { width: 90%; }
    .navbar-nav > li > a { font-size: 13px; }
}

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

    .navbar-nav {
        margin-top: 90px;
    }

    .video figcaption h1,
    .banner figcaption h1 { font-size: 42px; }
    section figure .hover .txt {
        width: 80%;
        font-size: 36px;
    }
    .contact-map a {
        display: none;
    }

       
    footer {
        height: auto;
        background: #caa663;
        padding: 10px 0;
    }

    footer .inner { padding: 0; } 

    footer .mapArea {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    footer .contactInfo {
        padding: 10% 0;
    }
}

@media screen and (max-width: 767px) {
    header {
        height: auto;
        background-position: top center;
    }



    #navbar { background: #000; position: relative; width: auto; }

    .navbar-brand { 
        margin-top: 0;
        height: auto;
        width: 15%;
    }

    .navbar-toggle {
        margin-top: 7%;
    }

    .navbar-nav { margin-top: 7.5px; }

    .navbar-toggle .icon-bar {
        background:#caa663;
    }

    .nav > li {
        text-align: center;
        margin: 20px 0;
    }

    .navbar-nav > li:hover .submenu li {
        opacity: 1 !important;

    }

    .submenu {
        -webkit-perspective: 0;
        -moz-perspective: 0;
        -ms-perspective: 0;
        -o-perspective: 0;
        perspective: 0;
        max-height: inherit;
    }

    .submenu li {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;

        -webkit-transition:  -webkit-transform .5s;
        -moz-transition:  -moz-transform .5s;
        -ms-transition: -ms-transform .5s;
        -o-transition: -o-transform .5s;
        transition: transform .5s;
    }

    .navbar-nav > li .submenu li {
        opacity: 1; 
    }

    .navbar-nav > li .submenu {
        position: relative;
    }

    .navbar-nav > li:hover .submenu, .navbar-nav > li:focus .submenu {
        width: 100%;
    }
    .navbar-nav > li .submenu li {
        padding-bottom: 3px;
    }

    .mobileMenu .submenu {
        display: none;
    }

    .video video {
        clip: inherit;
        -webkit-clip-path:inherit;
            display: block;
    }

    .navbar-nav {
        width: auto;
        float: none;
    }

    .navbar-nav > li > a { border: 0; }

 

    .navbar-nav > li:hover .submenu:before { opacity: 0; }

    .title .icon { width: 50px; }

    section figure .hover .txt {
        font-size: 28px;
       
    }

    .video figcaption h1,
    .banner figcaption h1 { font-size: 32px; }


}

@media screen and (max-width: 640px) {
    footer .footer-menu .footer-logo { float: none; }
    footer .footer-menu ul { border: 0; }
    footer .footer-menu ul li { margin-bottom: 20px; }
    footer .footer-menu { padding: 0; }
    section figure .hover .txt {
        font-size: 20px;
    }

    .video figcaption h1,
    .banner figcaption h1 { font-size: 18px; }

    footer .footer-menu ul li a,
    footer .contactInfo { font-size: 14px; }

    .banner .title h1 { padding: 0; }
}

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

    p { font-size: 14px; }
    header {
        position: relative;
    }
    .navbar-brand {
        width: 18%;
        padding: 10px;
    }

    .banner figcaption {
        top: 32%;
    }

    .navbar-toggle {
        margin-top: 6%;
    }

    .title { padding: 20px 0; }
    .title h1,
    .galleryWrap h2 {
        font-size: 18px;
    }

    footer .contactInfo {
        width: 100%;
    }




}