html {
	height:100%;
}

body {
	margin:0;
	height:100%;
	width:100%;
}

h3 {
    color: #fea7bc;
    font-family: "source-han-sans-traditional",serif;
    font-size: 18px;
    font-weight: 400;
    margin: 25px 0;
}

#header {
	background: #212121;
    	height: 60px;
    	margin: 0 auto;
    	padding-top: 22px;
    	width: 100%;
	max-width: 1700px;
	position: fixed;
	display: block;
	color: #212121;
	letter-spacing: 1px;
	font-weight: 100;
	font-size: 13px;
	z-index: 1000;
}

#mobileheader {
	position: fixed;
	z-index: 1200;
	background: #212121;
	width: 100%;
	height: 80px;
}

#logo {
	background: url("../images/logo-2.png") no-repeat scroll 0 0 / 100px auto rgba(0, 0, 0, 0);
   	height: 50px;
    	width: 100px;
	margin: 16px 0 0 20px;
	float: left;
	}

.nav-toggle:before {
  	color: #f9b7b7; /* Edit this to change the icon color */
  	font-family: 'Noto Sans CJK', sans-serif;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
	letter-spacing:2px;
  	font-size: 40px;
  	text-transform: none;
  	position: absolute;
  	content: "≡";
  	text-indent: 0;
  	text-align: center;
  	line-height: 90px;
  	speak: none;
  	width: 100%;
  	top: 0;
  	left: 0;
  	z-index: 1000;
	margin-top: -7px;
}

.nav-collapse.opened {
    margin-top: -65px !important;
    max-height: 9999px;
    z-index: 1000;
}

.headerpad {
	width: 100%;
	height: 61px !important;
}

#container {
	background: #ff9a9a;
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	height: auto;
}

.rev_slider_wrapper {
	margin-bottom: -5px !important;
	margin-top: -20px !important;
}

.fullpad {
	padding: 4.1% 0 !important;
}

.toppad {
	padding: 0% !important;
}

.titlewrapper {
        border-color: #fff;
    	border-image: none;
   	border-style: solid none;
    	border-width: 3px 0;
    	padding: 10px 0;
	margin-bottom: 25px;
	height: 17px;
}

.titlewrapper3 {
	font-size: 28px !important;
    	height: 100%;
   	margin: 0 auto 15px;
   	padding: 0;
    	width: 90%;
}

.titletext {
	color: #262a2d;
    	font-family: "source-han-sans-traditional",serif;
    	font-size: 18px;
    	font-weight: 600;
    	letter-spacing: 3px;
    	text-transform: uppercase;
	float: left;
}

.titletext3 {
	color: #fdfdfd;
    	font-family: "source-han-sans-traditional",serif;
    	font-size: 20px;
	line-height: 28px;
    	font-weight: 600;
    	letter-spacing: 3px;
    	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

#infobackground {
	background-size: cover;
	background-position: center center;
	padding: 80px 0px 80px;
	margin-bottom: 10px;
}

.titlesub a {
	font-family: "source-han-sans-traditional",serif;
	color: #a38a4d;
	font-size: 14px;
	float: right;
	letter-spacing: 1px;
}

.homeintro span {
	color: #ffffff;
    	font-family: "source-han-sans-traditional",serif;
    	font-size: 14px;
    	font-weight: 600;
    	letter-spacing: 3px;
    	text-transform: uppercase;
	text-align: center;
}

.whiteline {
	border-bottom: 3px solid #fff;
	width: 50%;
	margin: 0 auto;
}

.mailinglist {
	background: rgba(0, 0, 0, 0) url("http://www.nicholasmoegly.com/wp-content/uploads/2015/09/Mailing-List-BG.jpg") repeat scroll 0 0 / 220% auto;
    	height: 267px;
    	font-family: "source-han-sans-traditional",serif;
    	color: #fff;
    	text-align: center;
}

.wpcf7-form {
		margin-top: 45px;
	}



/* ABOUT */

.aboutphoto {
	margin: 18px auto 0;
	width: 100%;
}

.aboutphoto img {
	width: 100%;
}

.about {
	width: 84% !important;
	margin: 0px auto !important;
}

.about h5 {
	text-align: center;
	width: 80%;
	margin: 30px auto 0px;
	font-size: 18px;
	line-height: 28px;
}

.about .coltwo:first-child {
	margin: 0px auto !important;
}

.about .coltwo {
	margin: 0 auto 20px !important;
	float: none !important;
}

.about .titletext {
	color: #a18a47;
}

.line {
	border-bottom: 3px solid #ddd;
	margin: 35px auto 40px;
	width: 100%;
}



/*  Work  */

#workpage {
	padding: 20px 0%;
}

.workimage {
    	padding: 0;
    	width: 100%;
	height: auto;
	margin-bottom: -10px;
}

#grid {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}


.box {
  	cursor: pointer;
  	position: relative;
  	overflow: hidden;
	margin-bottom: 4%;
}

.box img {
  	position: relative;
  	left: 0;
  	-webkit-transition: all 300ms ease-out;
  	-moz-transition: all 300ms ease-out;
  	-o-transition: all 300ms ease-out;
  	-ms-transition: all 300ms ease-out;
  	transition: all 300ms ease-out;
}

.box .overbox {
  	background-color: #262a2d;
  	position: absolute;
  	top: 0;
  	left: 0;
  	color: #fff;
  	z-index: 100;
  	-webkit-transition: all 300ms ease-out;
  	-moz-transition: all 300ms ease-out;
  	-o-transition: all 300ms ease-out;
  	-ms-transition: all 300ms ease-out;
  	transition: all 300ms ease-out;
  	opacity: 0;
  	width: 100%;
  	height: 600px;
  	padding: 35% 0 0 0;
}

.box:hover .overbox { opacity: .8; }

.box .overtext {
  	-webkit-transition: all 300ms ease-out;
  	-moz-transition: all 300ms ease-out;
  	-o-transition: all 300ms ease-out;
  	-ms-transition: all 300ms ease-out;
  	transition: all 300ms ease-out;
	transform: translateY(40px);
  	-webkit-transform: translateY(40px);
}

.box .title {
    	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
    	font-family: "source-han-sans-traditional",serif;
    	font-size: 20px;
    	letter-spacing: 2px;
    	margin: 0 auto;
    	opacity: 0;
    	padding: 4.5% 0px;
    	text-align: center;
    	text-transform: uppercase;
    	transition-delay: 0.1s;
    	transition-duration: 0.2s;
    	width: 65%;
   	word-spacing: 5px;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
    	font-size: 14px;
    	margin-top: 8px;
    	opacity: 0;
    	text-align: center;
    	transition-delay: 0.2s;
    	transition-duration: 0.2s;
	font-family: "source-han-sans-traditional",serif;

}


.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.video-container {
    	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 2%;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
}

.imagecaption {
	display: none !important;
	float: left;
	width: 20% !important;
	text-align: right;
	color: #a38a4d;
}

.imagecaption h4 {
	margin: 0px !important;
}

.sidebarimage {
	float: none !important;
	width: 100% !important;
}

#products .col3 { 
		margin: 0% 0 4.5% 0% !important;
		width: 100% !important;
	}

 #shoppingcarticonmobile {
   background: rgba(0, 0, 0, 0) url("http://www.nicholasmoegly.com/wp-content/uploads/2015/10/ShoppingCart.png") repeat scroll 0 0 / 31px auto;
    height: 28px;
    margin-right: 90px;
    margin-top: 23px;
    position: absolute;
    right: 0;
    width: 31px;
  }

#product_images {
	margin-bottom: 20px;
}

.social_action {
  width: 92px;
}

#social_links {
	margin-top:30px;
}

.carttitle {
    color: #f9cac8;
    font-family: "source-han-sans-traditional",serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: -25px;
    text-transform: uppercase;
}

 .producttitle {
   	color: #262a2d;
	font-family: "source-han-sans-traditional",serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 15px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
  }

.col6 {
	margin-bottom:4%;
}

#cart_summary .titlewrapper {
    margin-left: 0 !important;
    width: 100% !important;
}

#shipping_option {
 width: 100%; 
}

#cart_discount_code {
	width: 30%;
}

#country {
	width: 30%;
}

.cart-update {
    margin-top: 4%;
}

#image_1 {
  margin-bottom: 2%;
}

#image_2 {
  width: 31%;
  display: inline-block;
  margin-right: 2%;
}

#image_2 img {
  width: 100%;
}

#image_3 {
  width: 31%;
  display: inline-block;
  margin-right: 2%;
}

#image_3 img {
  width: 100%;
}

#image_4 {
   width: 31%;
  display: inline-block;
}

#image_4 img {
  width: 100%;
}

#sb_instagram #sbi_images .sbi_item{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;

  padding: 1% !important;
  margin: 0 !important;
  text-decoration: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#footer {
	background: #f9cac8 none repeat scroll 0 0;
    	padding: 4% 0;
	text-align: center;
}