
html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #291820;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11pt;
	font-weight: 300;
	color: #6c6c6c
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #454445;
}

p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	padding: 0;
	list-style: none;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #2C383B;
}

a:hover
{
	text-decoration: none;
}

.box
{
	margin: 0px auto;
	width: 1200px;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img
{
	margin: 0 auto;
	width: auto;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
{
	margin: 0;
	padding: 0em 0em 0em 0em;
	overflow: hidden;
	list-style: none;
	color: #6c6c6c
}

ul.style1 li
{
	overflow: hidden;
	display: block;
	padding: 2.80em 0em;
	border-top: 1px solid #D1CFCE;
}

ul.style1 li:first-child
{
	padding-top: 0;
	border-top: none;
}

ul.style1 .image-left
{
	margin-bottom: 0;
}

ul.style1 h3
{
	padding: 1.2em 0em 1em 0em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

ul.style1 a
{
	text-decoration: none;
	color: #525252;
}

ul.style1 a:hover
{
	text-decoration: underline;
	color: #525252;
}

ul.style2
{
	margin: 0;
	padding-top: 1em;
	list-style: none;
}

ul.style2 li
{
	border-top: solid 1px #E5E5E5;
	padding: 0.80em 0 0.80em 0;
	font-family: 0.80em;
}

ul.style2 li:before
{
	display: inline-block;
	padding: 4px;
	background: #DB3256;
}

ul.style2 a
{
	display: inline-block;
	margin-left: 1em;
}

ul.style2 li:first-child
{
	border-top: 0;
	padding-top: 0;
}

ul.style2 .icon
{
	color: #FFF;
}

ul.style3
{
	margin: 0;
	padding-top: 1em;
	list-style: none;
}

ul.style3 li
{
	border-top: solid 1px rgba(255,255,255,.2);
	padding: 1em 0 1em 0;
	font-family: 0.80em;
}

ul.style3 li:before
{
	display: inline-block;
	padding: 4px;
	background: #FFF;
}

ul.style3 a
{
	display: inline-block;
	margin-left: 1em;
	font-size: 1em !important;
	color: #FFF;
}

ul.style3 li:first-child
{
	border-top: 0;
	padding-top: 0;
}

ul.style3 .icon
{
	color: #DB3256;
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
{
	margin: 0;
	padding: 2em 0em 0em 0em;
	list-style: none;
}

ul.contact li
{
	display: inline-block;
	padding: 0em 0.30em;
	font-size: 1em;
}

ul.contact li span
{
	display: none;
	margin: 0;
	padding: 0;
}

ul.contact li a
{
	color: #FFF;
}

ul.contact li a:before
{
	display: inline-block;
	background: #3f3f3f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
}

ul.contact li a.icon-twitter:before
{
	background: #2DAAE4;
}

ul.contact li a.icon-facebook:before
{
	background: #39599F;
}

ul.contact li a.icon-dribbble:before
{
	background: #C4376B;
}

ul.contact li a.icon-tumblr:before
{
	background: #31516A;
}

ul.contact li a.icon-rss:before
{
	background: #F2600B;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
{
	display: inline-block;
	padding: 1.3em 3em;
	background: #ccae8b;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
}

.button:hover
{
}

.button:active
{
}

.button-big
{
	padding: 1.6em 4em;
	font-size: 1.4em;
	font-weight: 900;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
{
	margin-bottom: 3em;
}

.title h2
{
	font-weight: 400;
	font-size: 2.8em;
	color: #323232;
}

.title .byline
{
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	color: #6F6F6F;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#wrapper1
{
	background: #ccae8b;
}

#tp
{
	position: relative;
	height: 100px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logotype
{
	position: absolute;
	top: 2em;
	left: 0;
	width: 100%;
}

#logotype h1
{
	display: inline-block;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	color: #ecddcb;
	padding-right: 0.50em;
	border-right: 1px solid rgba(149,96,77,0.5);
}

#logotype span
{
	position: absolute;
	top: 1.4em;
	display: inline-block;
	padding-left: 1.50em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 0.90em;
	color: rgba(149,96,77,0.5);
}

#logotype a
{
	text-decoration: none;
	color: #f5efe7;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#navigation
{
	position: absolute;
	right: 0;
	top: 0em;
}

#navigation ul
{
	display: inline-block;
}

#navigation li
{
	display: block;
	float: left;
	text-align: center;
	line-height: 71px;
}

#navigation li a, #navigation li span
{
	display: inline-block;
	margin-left: 1px;
	padding: 1em 1.5em;
	letter-spacing: 0.10em;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	outline: 0;
	color: #512a29;
	background: #f4ede3;
}

#navigation li:hover a, #navigation li.active a, #navigation li.active span
{background: #512a29;
	color: #FFF;
}

#navigation .current_page_item a
{
	background: #512a29;
	color: #FFF;
}

#navigation .icon
{
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#wrapper2
{
	overflow: hidden;
	padding: 3em 0em;
	background: #512a29;
}

#pic
{
	overflow: hidden;
	width: 1000px;
	padding: 0px 100px;
	text-align: center;
	color: rgba(255,255,255,.7);
}

#pic a
{
	color: rgba(255,255,255,.9);
}

#pic .box-left
{
	float: left;
}

#pic .box-right
{
	float: right;
}

#pic h2
{
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 3em;
	color: #555555;
}

#pic span
{
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #A2A2A2;
}



#pic2
{
	overflow: hidden;
	width: 1000px;
	padding: 60px 100px 0px;
	text-align: center;
	color: rgba(0,0,0,.7);
}

#pic2 a
{
	color: rgba(0,0,0,.9);
}

#pic2 .box-left
{
	float: left;
}

#pic2 .box-right
{
	float: right;
}

#pic2 h2
{
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 3em;
	color: #555555;
}

#pic2 span
{
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #A2A2A2;
}
/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#wrapper3
{
	background: #FFF;
}

#page
{
	overflow: hidden;
	padding: 6em 0em;
	border-bottom: 2px solid #E3E3E3;
	text-align: center;
}

#page .button
{
	margin-top: 2em;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content
{
	padding: 0em 7em;
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
{
	float: right;
	width: 450px;
}

#stwo-col
{
	margin-top: 2em;
}

#stwo-col h2
{
	display: block;
	padding-bottom: 1.5em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

#stwo-col .sbox1
{
	float: left;
	width: 210px;
}

#stwo-col .sbox2
{
	float: right;
	width: 210px;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#wrapper4
{
	overflow: hidden;
	padding: 5em 0em;
	border-top: 1px solid rgba(255,255,255,0.08);
}

#wrapper4 p
{
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.3);
}

#wrapper4 a
{
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#feat-wrapper
{
	overflow: hidden;
	padding: 5em 0em;
	background: #FFF;
	text-align: center;
}

#feat
{
	overflow: hidden;
}

#feat .major
{
	overflow: hidden;
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 1px solid #E8E8E8;
}

#feat .major h2
{
	font-size: 3em;
}

#feat .major .byline
{
	font-size: 1.3em;
}

#feat .title
{
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #E3E3E3;
}

#feat .title h2
{
	font-size: 1.2em;
}

#feat h2
{
	text-align: center;
}

#feat .icon
{
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	background: #95604d;
	margin: 0px auto 20px auto;
	line-height:  150px;
	font-size: 5em;
	text-align: center;
	color: #FFF;
}

#feat ul {border-right: dotted 1px #95604d;}
#feat ul li a {padding: 10px 0px; color: #95604d; }
#feat ul li {margin: 10px 0px;}
#feat ul li a:hover {color: #512a29;}

.col1,  .col2,  .col3,  .col4
{
	width: 282px;
}

.col1,  .col2
{
	float: left;
	margin-right: 24px;
}

.col3
{
	float: left;
}

.col4
{
	float: right;
}


	#featured
	{
		height: 30em;
		background-image: url(images/banner.jpg);
		background-position: center;
		background-size: cover;
	}


#slider-wrapper
{
	padding: 6em 0em;
	background: #DB3256;
}

#slider
{
	margin: 0em auto 0em auto;
	width: 1200px;
	position: relative;
}

#slider .button
{
}

#slider .button:hover
{
}

#slider .viewer
{
	width: 1000px;
	height: 375px;
	margin: 0 auto;
	overflow: hidden;
}

#slider .viewer .reel
{
	display: none;
	height: 375px;
}

#slider .viewer .reel .slide
{
	position: relative;
	width: 1000px;
	height: 375px;
}

#slider .viewer .reel h2
{
	position: absolute;
	top: 130px;
	left: 0;
	width: 1200px;
	height: 80px;
	line-height: 80px;
	background: #111111;
	text-align: center;
	opacity: 0.85;
	font-weight: normal;
	color: #ffffff;
	font-size: 2.25em;
}

#slider .viewer .reel p
{
	position: absolute;
	top: 210px;
	left: 0;
	width: 1200px;
	height: 40px;
	line-height: 40px;
	background: #0074C6;
	text-align: center;
	opacity: 0.85;
	font-weight: normal;
	color: #ffffff;
	font-size: 1.1em;
}

#slider .icon
{
	font-size: 4em;
	color: #FFF;
}

#slider .previous-button
{
	position: absolute;
	top: 150px;
	left: 0;
}

#slider .next-button
{
	position: absolute;
	top: 150px;
	right: 0;
}

#slider .indicator
{
	margin: 30px auto 0 auto;
}

#slider .indicator ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#slider .indicator ul li
{
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: #c8c8c8;
	margin: 0 2px 0 2px;
	border-radius: 8px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #909090;
}

#slider .indicator ul li.active
{
	background: #505050;
	border-top: solid 1px #505050;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer-wrapper
{
	overflow: hidden;
	padding: 7em 0em;
	color: rgba(255,255,255,0.5);
}


#footer .title h2
{
	font-size: 2em;
	font-weight: 300;
	color: #FFF;
}

#footer .title .byline
{
	display: block;
	padding-top: 1em;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.5);
}

#footer .column1,
#footer .column2
{
	width: 560px;
}

#footer .column1
{
	float: left;
}

#footer .column2
{
	float: right;
}

#footer .button
{
	margin-top: 2em;
}

#ext
{
	overflow: hidden;
	margin: 5em auto 2em auto;
	padding: 2em 0em 2em 0em;
	background: #beb6a4;
}

#ext h2
{
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 2.4em;
	color: #fff;
}

#ext span
{
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #e7dec8;
}


#ext2
{
	margin-top: 5em;
}

#ext2 .button
{
	margin-top: 2em;
}

#ext2 .title h2
{
	font-size: 2em;
}

#ext2 .title .byline
{
	font-size: 0.80em;
}

#ext2 #box1,
#ext2 #box2
{
	width: 560px;
}

#ext2  #box1
{
	float: left;
}

#ext2 #box2
{
	float: right;
}

#ext2 img {margin-bottom: 10px;}


.popup { width:300px; display:none; background: rgba(41,24,32,0.8); position:absolute; margin:0px 0px 0px 1px; padding: 15px;}
.popup ul { margin:0!important; padding: 0px!important; float: none!important; display: block!important;}
.popup ul li { margin:0!important; padding: 0px!important; float: none!important; display:block!important; line-height: 30px!important;}
.popup ul li a
{
	display: block!important;
	margin-left: 0px!important;
	padding: 0em!important;
	font-size: 0.85em!important;
	color: #e9cfb1!important;
	background: none!important;
}
.popup ul li a:hover {color: #fff!important;}

.popup2 { width:300px; display:none; background: rgba(41,24,32,0.8); position:absolute; margin:0px 0px 0px 1px; padding: 15px;}
.popup2 ul { margin:0!important; padding: 0px!important; float: none!important; display: block!important;}
.popup2 ul li { margin:0!important; padding: 0px!important; float: none!important; display:block!important; line-height: 30px!important;}
.popup2 ul li a
{
	display: block!important;
	margin-left: 0px!important;
	padding: 0em!important;
	font-size: 0.85em!important;
	color: #e9cfb1!important;
	background: none!important;
}
.popup2 ul li a:hover {color: #fff!important;}

/* banner */
@font-face {
	src: url("fonts/bebasneueregular/bebasneue_regular-webfont.eot");
	src: url("fonts/bebasneueregular/bebasneue_regular-webfont.ttf");
	src: url("fonts/bebasneueregular/bebasneue_regular-webfont.woff");
	src: url("fonts/bebasneueregular/bebasneue_regular-webfont.woff2");
	font-family: "Bebas";
  font-weight: 400;
}
@font-face {
	src: url("fonts/metroblacklt/metroblacklt-two-webfont.eot");
	src: url("fonts/metroblacklt/metroblacklt-two-webfont.ttf");
	src: url("fonts/metroblacklt/metroblacklt-two-webfont.woff");
	src: url("fonts/metroblacklt/metroblacklt-two-webfont.woff2");
	font-family: "Metro";
	font-weight: 700;
}
.banner-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: none;
	width: 100vw;
	height: 100vh;
	font-family: "Metro";
	background-color: rgba(0,0,0,.6);
}
.banner {
	position: absolute;
	top: 32%;
	left: 32%;
	z-index: -2;
	display: flex;
	width: 650px;
	height: 400px;
	background-image: url("images/bannerbg.jpg");
	color: #000;
}
.banner-inner {
	margin: 60px 0 0 30px;
}
.b-heading-order {
	width: 57%;
	margin-top: 200px;
	text-align: center;
}
.b-heading {
	font: 400 40px "Bebas";
  line-height: 1.2;
	color: #010101;
}
.b-order {
	margin-top: 10px;
}
.b-order a {
	position: relative;
  display: inline-block;
  padding: 12px 24px;
	font-size: 20px;
	background-color: #fff;
	border: 4px solid #010101;
	color: #010101;
	text-decoration: none;
	transition: .3s ease-in-out;
}
.b-order a::after {
	content: "";
	position: absolute;
	top: 20%;
	left: 6%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #a907f4;
	transition: .2s ease-in-out;
}
.b-order a:hover::after {
  top: 0;
	left: 0;
}
.b-logo {
	width: 30%;
	align-self: center;
	text-align: center;
}
.b-logo img {
	width: 62px;
}
.b-close {
	position: absolute;
	top: 30%;
	left: 31%;
	z-index: 999;
	padding: 5px 13px;
	font-size: 20px;
	line-height: 28px;
	background-color: #010101;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}

/* banner */
.site-banner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 800px;
	height: 250px;
	margin: 0 auto 20px;
	font-family: "Lato";
	background-image: url("images/thesisrush-bg.png");
	background-size: contain;
}
.site-banner, .site-link {
	color: #000;
}
.banner-text {
	width: 50%;
	margin: 0 80px 15px 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
.site-link {
	width: 25%;
	margin-right: 80px;
	padding: 5px 0;
	font-size: 20px;
	font-weight: 800;
	background-color: #37b0f3;
	border: 3px solid #fff;
	text-decoration: none;
	transition: .3s ease-in-out;
	cursor: pointer;
}
.site-link:hover {
	background-color: #fff;
}
/* sale */
.sale {
	position: absolute;
	right: -50px;
	display: none;
	align-items: center;
	width: 270px;
	height: 270px;
	padding: 5px;
	text-align: center;
	background: url("images/sale-bg.png") no-repeat;
	background-size: contain;
	border: 4px solid #fff;
	border-radius: 20px;
}
.sale p {
	position: relative;
	top: -5px;
	left: -20px;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
	line-height: 1.2!important;
  color: #fff;
}
.sale-amount {
	color: #303030;
}
.sale-number {
	display: inline!important;
	font-size: 33px;
	color: inherit!important;
}
.sale-name {
	position: relative;
	top: 10px;
	left: -40px;
	font-size: 29px;
	font-family: "Carter One";
	color: #f6445c;
}
.active-sale {
	display: block!important;
}
