
body{
    font-family: Cardo;
    font-size: 16px;
	font-weight: 400;
    color: #6d777c;
	line-height: 1.8;
	overflow-x: hidden;
}

a {
    -webkit-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
    outline: none !important;
    text-decoration: none;
}

a:hover {
	opacity: .8;
}

h1, 
h2, 
h3, 
h4,
h5,
h6{
	color: #978861;
	font-family: Cardo;
    margin-top: 0;
    font-weight: 700;
	line-height: 1.4;
}

b, strong{
    font-weight: 700;
}

em, i{
    font-style: italic;
}

p{
    margin-bottom: 20px;
}

a:focus {
	text-decoration: none;
}

.container {
	max-width: 1430px;
	width: 100%;
}

.button-pre-order {
	background: #bc2026;
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 3px;
	padding: 6px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.button-pre-order:focus,
.button-pre-order:hover {
	color: #ffffff;
	text-decoration: none;
}

.button-border {
	border: 2px solid #bc2026;
	color: #bc2026;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 3px;
	padding: 4px 20px;
	text-decoration: none;
	text-transform: uppercase;	
}

.button-border:focus,
.button-border:hover {
	color: #bc2026;
	text-decoration: none;
}
#preorder-modal img {max-width: 100%; max-width: 100%;
    padding: 10% 9%;
    text-align: center;
    max-height: 102px;}

.button-pre-order2 {
	background: #ffffff;
	color: #060013;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 3px;
	padding: 6px 20px;
	text-decoration: none;
	text-transform: uppercase;	
}

.button-pre-order2:focus,
.button-pre-order2:hover {
	text-decoration: none;
}

#preorder-modal, #bonus-modal {
	background: #ffffff;
	max-width: 500px;
	margin: auto;
	padding: 30px;
}
#bonus-modal {
	background:none !important;
	padding:0px !important;
}
.popup-modal-dismiss {
	display: inline-block;
	color: #000;
	border: 1px solid #dedede;
	padding: 3px 20px;
	letter-spacing: 1px;
	text-decoration: none !important;
}

#bonus-modal .popup-modal-dismiss {
	background: #fff;
	margin: 0px 10px;
}
/*
** HEADER
============================================================= */

#header {
	background: #ffffff;
    position: fixed;
    z-index: 998;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;	
	text-align: center;
}

#header .container {
	position: relative;
}

#header:after {
	content: "";
	position: absolute;
	bottom: 41px;
	right: 50%;
	height: 1px;
	background: #eee;
	width: 1220px;
	margin-right: -700px;
}

#header.header-stick {
    background: #ffffff;
    box-shadow: 1px 1px 10px rgba(41, 51, 79, 0.1);
}

#header .navbar-brand {
	height: auto;
}

#header .navbar {
	margin-bottom: 0;
}

#header .button-pre-order {
	float: right;
	margin-top: 26px;	
}

#header-nav {
	margin-top: 35px;
	display: inline-block;
}

#header-nav ul li {
	position: relative;
	margin: 0 25px;
}

#header-nav ul li a {
	color: #060013;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 0;
	text-transform: uppercase;
}

#header-nav ul li a:focus,
#header-nav ul li a:hover {
	background: none;
}

.navbar-toggle {
	margin-right: 0;
}


/*
** HERO
============================================================= */

#hero {
	background: #fffaf0;
	border-top: 140px solid #ffffff;
	margin-top: 119px;
	position: relative;
}

#hero > .container:first-child {
	margin-top: -125px;
	max-width: 1010px;
}

#hero img {
	position: relative;
	z-index: 1;
}

#hero .text {
	margin-top: 21px;
	text-align: center;
}

#hero .text h2 {
	color: #231f20;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.3;
}

#hero .text h2 strong {
	font-size: 80px;
	font-weight: 600;
	letter-spacing: 3px;
}

#hero .text p {
	color: #6d777c;
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0 30px;
}

#hero .text .button-pre-order {
	display: inline-block;
	padding: 10px 15px;
}


/*
** SHARE
============================================================= */

.share {
	display: block;
	position: relative;
}

.share .caption {
	color: #fffaf0;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 90px;
	max-width: 780px;
	margin-left: -365px;
	text-align: center;
	z-index: 1;
}

.share .caption:before {
	content: "";
	background-image: url('../img/quotes.png');
	background-size: 100%;
	height: 85px;
	width: 130px;
	position: absolute;
	top: -62px;
	left: 50%;
	margin-left: -65px;
}

.share .caption p {
	margin: 0;
}

.share .caption .shareit {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	margin-top: 30px;
	text-transform: uppercase;
}

.share .caption .shareit img {
	margin-right: 5px;
}

.share .caption .shareit:hover {
	text-decoration: none;
}

#share {
	top: -240px;
	position: relative;
}
#trailer
 {top:-180px;
	 position: relative;
 }

#share2 {
	margin-top: -60px;
}


/*
** ABOUT
============================================================= */

#about, #orderoffer{
	padding: 120px 0;
	padding: 0 0 120px 0;
	margin-top: 0px;
	margin-top: -120px;
}

#about .container, #orderoffer .container {
	max-width: 1070px;
}

#about .text, #orderoffer .text {
	font-size: 16px;
	font-weight: 700;
	margin-top: 70px;
}

#about .text h2, #orderoffer .text h2, #trailer h2 {
	color: #bc2026;
	font-size: 50px;
	font-family: Permanent Marker;
	margin-bottom: 30px;
}

#about .text .button-pre-order, #orderoffer .text .button-pre-order {
	padding-top: 11px;
	padding-bottom: 11px;
	margin-right: 15px;
	margin-top: 15px;
}

#about .text .button-border, #orderoffer .text .button-border {
	padding-top: 9px;
	padding-bottom: 9px;	
}

#orderoffer {padding-bottom: 100px; background:#fffaf0}


/*
** PREORDER
============================================================= */

#preorder {
	position: relative;
	margin-top:-120px;
}

#preorder:before {
	content: "";
	background: #fffaf0;
	top: 80px;
	bottom: -180px;
	left: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

#preorder .boxed {
	background: #bc2026;
	color: #ffffff;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding: 70px 80px 40px;
	position: relative;
	z-index: 1;
}

#preorder .boxed h3 {
	color: #ffffff;
	font-size: 26px;
}

#preorder .boxed h4 {
	font-family: Permanent Marker;
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	margin-top: 10px;
	text-transform: uppercase;
}

#preorder .text {
	max-width: 580px;
	margin-left: 50px;
	margin-top: 40px;
}

#preorder .boxed u {
	font-weight: 700;
}

#preorder .button-pre-order2 {
	margin-top: 20px;
}


/*
** FOOTER
============================================================= */

#author {
	padding-top: 150px;
}

#author .container {
	max-width: 1000px;
}

#author .text h2, #squares .text h2 {
	font-family: Permanent Marker;
	font-size: 32px;
	color: #bc2026;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;	
}

/*
** FOOTER
============================================================= */

#footer {
    padding-top: 100px;
    padding-bottom: 0px;
    background: #6d777c;
    color: #ffffff;
	margin-top: -115px;
}

#footer > .container:first-child {
	max-width: 1000px;
}


.socials {
	margin-top: -40px;
}

.socials h2 {
	font-family: Permanent Marker;
	font-size: 32px;
	color: #ffffff;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 25px;
	text-transform: uppercase;	
}

.socials a {
	display: block;
	font-size: 14px;
	letter-spacing: 3px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.socials a img {
	position: relative;
	top: -2px;
	margin-right: 6px;
}

.socials a:hover {
	text-decoration: none;
}

footer a,
footer a:hover {
    color: #ffffff;
}

#footer .text {
	padding-left: 25px;
	padding-right: 45px;
	margin-top: 50px;
}

#footer .text h4 {
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.copyright {
	border-top: 1px solid rgba(255,255,255,.21);
	font-size: 14px;
	letter-spacing: 2px;
	padding: 30px 0;
	margin-top: 80px;
	text-align: center;
	text-transform: uppercase;
}

/* Back to top */
.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #000;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}

#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

@media (min-width: 991px){

	
	.share .last-row .gallery-item {
        margin-bottom: 0;
    }

    .gallery-item {
        position: relative;
    }
    .gallery-item .overlay1{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        transition: all ease-in-out 300ms;
    }
    .gallery-item:hover .overlay1{
        opacity: 1;
    }
    .gallery-item .overlay1 .inner{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
	}



#squares {padding-top:100px;}
#squares .text {padding-bottom: 80px;}


.gallery-item{
    background: #8d8c6b;
    color: #fff;
    margin-bottom: 30px;
}
.gallery-item img{
    display: block;
    width: 100%;
    height: auto;
}
.gallery-item a{
    color: #fff;
}
.gallery-item .overlay1{
    padding: 20px 15px;
    text-align: center;
}
.gallery-item h4{
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px; 
    color:white;
}
.gallery-item h4:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background: #fff;
    width: 50%;
}
.gallery-item .overlay1 a{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}



.shareNew{
    padding-top: 40px;
    padding-bottom: 30px;
    
}
.share-wrapper{
    position: relative;
}
.share-wrapper .share-box{
    position: relative;
    height: 100%;
    background: #8d8c6b;
    padding: 30px;
}
.share-wrapper h2{
    font-size: 42px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.share-wrapper .separator{
    height: 1px;
}
.share-box .action a{
    display: inline-block;
    margin-right: 21px;
    font-size: 24px;
    font-family: 'Covered By Your Grace', cursive;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 15px;
}
.share-box .action i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #8d8c6b;
    background: #fff;
    border-radius: 180%;
    font-size: 14px;
}



@media (max-width: 1199px){
	
	#header:after {
		content: none;
	}
	
	#header-nav {
		width: 100%;
		margin: 0 !important;
	}
	
	#header .button-pre-order {
		margin-top: 0;
		position: absolute;
		top: 14px;
		right: 80px;
	}
	
	.logo {
		max-width: 70%;
	}
	
	img, iframe { max-width: 100%; }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		color: #000 !important;
		opacity: 1 !important;
    }
    .navbar-collapse {
		background: #fff;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
	.navbar-collapse .fa-bars {
		color: #ffffff !important;
		opacity: 1 !important;
	}
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}



@media (max-width: 991px){
	#hero {
		text-align: center;
	}
	
	#share, #trailer {
		
		top: auto;
	}
	
	#hero .text {
		padding-bottom: 100px;
	}
	
	.share .container {
		padding: 0;
	}
	
	#about, #orderoffer {
		padding: 60px 0;
		margin: 0;
	}
	
	#about .text, #orderoffer .text {
		margin: 0 0 70px;
	}
	
	.tablet-center {
		text-align: center;
	}
	
	#preorder .boxed {
		padding: 30px;
	}
	
	#preorder .text {
		margin-top: 0;
		margin-left: 0;
	}
	
	#preorder .button-pre-order2 {
		display: block;
		max-width: 250px;
		text-align: center;
		margin-bottom: 30px;
	}
	
	#author .text h2 br,
	.share .caption br {
		display: none;
	}
	
	#author {
		padding: 60px 0;
	}
	
	#footer {
		margin: 0;
	}
	
	#footer .text {
		padding: 0;
	}
	
}

@media (max-width: 767px){
	#header .button-pre-order {
		display: none;
	}
	
	.mobile-center {
		text-align: center;
	}
	
	#share2 {
		margin: 0;
	}
	
	.share .caption {
		font-size: 15px;
		padding: 0 15px;
		left: auto;
		line-height: 1.2;
		right: auto;
		width: 100%;
		margin: 0;
		letter-spacing: 1px;
		bottom: 30px;
	}
	
	.share .caption {
		
	}
	
	#about .text .button-pre-order, #orderoffer .text .button-pre-order {
		margin-bottom: 10px;
	}
}


@media (max-width: 467px){
	#hero .text h2 {
		font-size: 24px;
	}
	
	
	#hero .text h2 strong {
		font-size: 45px;
	}
}

