/* -------------------------------- 

Primary style

-------------------------------- */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/preloader.gif) center no-repeat #fff;
}
*, *::after, *::before {
  box-sizing: border-box;
}
a {
   outline: 0;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #f6f6f6;
}
p{
	color:#f6f6f6;
	font-family: 'Open Sans', sans-serif;
}
a {
  color: #c0a672;
  text-decoration: none;
}
.side-menu {
      overflow-y: auto;
      z-index: 9998;
      position: fixed;
      width: 50px;
	  right:0;
	  top:60px;
      height: 100%;
	  -webkit-transition: all 0.4s ease;
	  -moz-transition: all 0.4s ease;
	  -ms-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;

	  }

.side-menu .bar {
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		background:rgba(0,0,0,0.2);
        border: none;
        padding-left: 0px; }
.side-menu .bar-nav li {
        display: block;
        width: 100%;
        overflow: hidden;
		padding:5px 0;
}

.side-menu .bar-nav li a {
          font-family: 'Roboto Condensed', sans-serif;
          padding: 0 10px 0 10px;
          height: 38px;
          line-height: 38px;
          display: block;
          white-space: nowrap;
		  opacity:0.3;
}
.side-menu .bar-nav li a:hover {opacity:1;	  	-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;}
.side-menu .bar-nav li a:focus {background:none!important}
.side-menu .bar-nav li a.active{opacity:1}
.side-menu .bar-nav li a.act{opacity:1}
.side-menu .bar-nav li a:hover {
	background:none;}

.side-menu:hover {
      	width: 55px;
	  	-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
}
.side-body {
      padding-top: 70px; }
.side-body.padding-top {
      padding-top: 84px; }
.h2, h2{
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size:38px!important;
	font-weight:700!important;
	color:#f6f6f6!important;
	text-transform:uppercase!important;
	margin-top:0!important;}
.h3, h3{
	font-family: 'Open Sans', sans-serif!important;
	font-size:28px!important;
	font-weight:700!important;
	color:#f6f6f6!important;
	margin-top:0!important;}
#section4,#section6,#section7,#section8,#section9,#section10{background: url(../img/bg.jpg) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
#emagic{background: url(../img/bg-mobile.jpg) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:100px 0;}
#emagic p{padding:30px 0 0 0}
#home,#section1,#section2,#section3{background:#1b0215}
#section4{padding:0 0 50px;}
#section6,#section7,#section9,#section10{padding:50px 0}
#section8{padding:50px 0 0}
#section2{background:#350728}
.fullwidth-slider{
    position: relative;
    background: #eee;
}
.fullwidth-slider .item img{
    display: block;
    height: auto;
}
.fullwidth-slider a{
    margin-top: 40px;
}
.fullwidth-slider .item{
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}
.fullwidth-slider .item1{
    background-image: url('../img/img5-0.jpg');
	padding-bottom:80px;
}
.fullwidth-slider .item2{
    background-image: url('../img/bg.jpg');
}
.fullwidth-slider .item3{
    background-image: url('../img/bg.jpg');
}
.fullwidth-slider .item4{
    background-image: url('../img/bg.jpg');
}
.fullwidth-slider .item5{
    background-image: url('../img/bg.jpg');
}
.fullwidth-slider .item6{
    background-image: url('../img/bg.jpg');
}
.fullwidth-slider .item7{
    background-image: url('../images/img30-2.jpg');
}
.fullwidth-slider .item8{
    background-image: url('../images/img31-2.jpg');
}
.fullwidth-slider .item9{
    background-image: url('../images/img32-2.jpg');
}
.fullwidth-slider .item10{
    background-image: url('../images/img33-2.jpg');
}
.full-overlay {
    width: 100%;
    height: 100%;
    padding: 100px 0px;
}
.fullwidth-slider .owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0px;
    text-align: center;
    z-index: 100 !important;
}
/* Owl Carousel  style */
.owl-theme .owl-controls{
    text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 70px;
    height: 70px;
    line-height: 60px;
    font-size: 60px;
    text-align: center;
    color: #e41317;
    z-index: 6;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;

}
.owl-prev{
    left: 0px;
}
.owl-next{
    right: 0px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 10px;
    height: 10px;
    margin:8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}
.owl-pagination{
    padding-top: 20px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
background:#e41317;
}

/**

 * ========================================

 * HEADER SECTION

 * ========================================

 */



.header-section {

	margin-bottom: 0;

	margin-top: -120px;

	-webkit-transition: all ease 1.5s;

	transition: all ease 1.5s;

	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);

	box-shadow: 0 0 10px rgba(0,0,0,0.1);

}

.header-section.header-floating.floating {

	margin-top: 0;

}
.floating-section{padding-top:80px!important;
	  	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-ms-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;}
.header-section.navbar-default {

	background-color: #56214d;

	border-bottom: none!important;

}

.navbar-toggle {

	margin-top: 13px;

	margin-bottom: 13px;

}

.navbar-logo {

	max-height: 50px;

	margin-top: 5px;

	margin-bottom: 5px;

	padding-top: 0;

	padding-bottom: 0;

	line-height: 46px;

	white-space: nowrap;

    max-width: 100%;
}
.navbar-logo:before {

	content: "";

	display: inline-block;

	width: 0;

	height: 100%;

	vertical-align: middle;

}
.navbar-brand {padding:5px!important;}
.navbar-nav > li > a {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 25px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;

}

.navbar-default .navbar-nav > li > a {

	color: #fff!important;
	padding:0 15px;

}
@media ( min-width: 768px ) {
	.navbar-nav > li > a {
		margin-top: 17.5px;
		margin-bottom: 17.5px;
	}
}
@media ( max-width: 768px ) {
	#emagic#section4,#section6,#section7,#section8,#section9,#section10{
	background: url(../img/bg-mobile.jpg) no-repeat center center scroll; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	}
	.h2, h2{padding-top:40px;}
	.item .row .height1 {min-height:200px!important;}
	.side-menu {
      width: 40px;
	  }
	  .side-menu:hover {
      width: 45px;
	  }
	.side-menu .bar-nav li a {
          height: 33px;
          line-height: 33px;
}
}
@media ( min-width: 1367px ) {
	.side-menu {
      width: 55px;
	  }
	  .side-menu:hover {
      width: 60px;
	  }
	.side-menu .bar-nav li a {
          height: 53px;
          line-height: 53px;
}
}
.cd-section {
  /* vertically align its content*/
  display: table;
  width: 100%;
  height: 100vh;
  background: #3a2c41;
}
.cd-section:nth-of-type(even) {
  background-color: #70557e;
}
.cd-section > div {
  /* vertically align <div> inside <section> */
  vertical-align: middle;
  text-align: center;
}

/* -------------------------------- 

no-js

-------------------------------- */
.no-js .cd-nav-trigger {
  display: none;
}

.no-js .cd-vertical-nav {
  position: static;
  height: auto;
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-js .cd-vertical-nav::before {
  display: none;
}
.no-js .cd-vertical-nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.no-js .cd-vertical-nav li {
  display: inline-block;
  float: left;
}
.no-js .cd-vertical-nav a {
  padding: 0 1em;
  margin: 24px 1em;
  color: #eaf2e3;
}
.no-js .cd-vertical-nav a.active {
  color: #c0a672;
}
.no-js .cd-vertical-nav a::after, .no-js .cd-vertical-nav a::before {
  display: none;
}
.no-js .cd-vertical-nav .label {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.top40{margin-top:40px;}
.center-img{margin:0 auto!important; display:block!important}
.buy {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  font-family:"Roboto Condensed", sans-serif;
  font-size: 25px;
  padding: 7px 40px 7px 40px;
  border: solid #f6f6f6 2px;
  text-transform:uppercase;
  text-decoration: none;
}

.buy:hover {
  text-decoration: none;
  color:#fff;
}
.item .row .height1 {min-height:563px;}
#footer{background:#000;color:#eee;padding:10px 0}
.vd{max-width:100%!important}