/* 

Nature Template 

http://www.templatemo.com/tm-398-nature

*/

body, html { overflow-x: hidden; }

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    font-style: normal; 
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}


* {
	font-family: 'Raleway', sans-serif; 
	margin: 0;
	padding: 0;
	}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(../images/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/* General */
#main-wrapper {
     overflow: hidden;
}

.templatemo-site-title { 
    color: #fff !important; 
    text-shadow: 0px .2em .3em rgba(0, 0, 0, 1);
	font-size: 4em;
}

.templatemo-site-title a, .templatemo-site-title a:hover { 
	color: #fff;
	text-decoration: none;
}

img.slide {
    width: 100%; 
    z-index: -9999999; 
    position: absolute;
}

.active {
    display: block;
}

.inactive {
    left: 703px;
    display: none;
}

.image-section {
    position: fixed;
}

.image-container {
    position: relative;
}

.image-container img {
    position: absolute;
}

.templatemo-content {
    position: static;
    overflow: hidden; 
    margin-top: 36%;
}

.templatemo-content section {
    font-family: 'Raleway', sans-serif;
    position: relative; 
    overflow: hidden;
    top: 0; 
    background-color: rgba(255,255,255,0.85);
    padding-bottom: 1.5em;
}


.templatemo-content-wrapper {
    overflow: hidden;
}

.templatemo-content h2 {
    color: #000;
    font-family: 'Raleway', sans-serif;
}

.templatemo-content p {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 2em;
}

.menu {
    position: fixed; 
    width: 22em;
    z-index: 1; 
    top: 3.5em;
}

#menu-list {
    background-color: rgba(0, 0, 0,0.5);
    font-size: 1.6em; 
    padding: 0;
}


#menu-list > li {
    display: block;
}


#menu-list > li > a {
    font-family: 'Raleway', sans-serif; 
    padding: 1em 0em 1em 3em; 
    text-decoration: none; 
    display: block;
    color: #fff; 
}

#menu-list > .active > a,
#menu-list > li > a:hover { 
    background-color: rgba(255,255,255,0.25);
}

#menu-list {
    background-color: rgba(0, 0, 0,0.5);
    font-size: 1.6em; 
    padding: 0;
}


#products-list > li {
    display: block;
}


#products-list > li > a {
    font-family: 'Raleway', sans-serif; 
    padding: 1em 0em 1em 3em; 
    text-decoration: none; 
    display: block;
    color: #fff;
	text-indent : 2em;
}

#products-list > .active > a,
#products-list > li > a:hover { 
    background-color: rgba(255,255,255,0.25);
}


#responsive {
    font-size: 16px;
    padding: 0;
    background-color: rgba(0,0,0,0.5);
}

#responsive li {
    display: block;
}

#responsive li a {
    font-family: 'Raleway', sans-serif; 
    color: #fff; 
    text-decoration: none; 
    padding: 1em 0;
    display: block;
}

#responsive > .active > a,
#responsive li a:hover {
    background-color: rgba(0,0,0,0.5);
}

#map-canvas {
	height: 256px;
	margin-bottom: 10px;
}

.templatemo-content {
    padding-bottom: 6%;
}

.footer {
    overflow: hidden; 
    position: fixed; 
    bottom: 1em;
}

.footer-text {
    font-family: 'Raleway', sans-serif; 
    color: rgb(100%, 100%, 100%); 
    text-shadow: 0.0em 0.2em 0.5em rgb(0%, 0%, 0%);
    margin-left: 4em;
    font-size: 1em;
}

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

.menu-logo {
    height: 3em;  /* 1.6em line height plus 1.4em line spacing */
    overflow: hidden;
    padding: .7em 0em .7em 2.5em;
}

.footer-logo{ 
	margin: 1em;
	position: fixed;
	bottom: 0;
	right: 0;
}

.tab { text-indent: 2em; }

@media (max-width: 991px) {
    .footer {
        overflow:hidden; 
        position:static;
        text-align: center;
        
    }
    .footer-text {
        margin-left: 0;
    }
}

/* STUFF BELOW THIS LINE IS FOR THE SHOP PAGE */

#moreinfodiv {
 position: fixed;
  overflow: visible;
      border: 10px solid #FFFFFF;
	    background-color: white;
    z-index: 999;
width: 1200px;
height: 900px;
top: 50%;
left: 50%;
margin-left: -600px; /* Negative half of width. */
margin-top: -450px; /* Negative half of height. */
 }
 
 #close {
    float:right;
    display:inline-block;
    padding:4px 8px;
    background:#ccc;
}
 
 
 #close:hover {
    float:right;
    display:inline-block;
    padding:4px 8px;
    background:#ccc;
    color:#fff;
}



.tos {
	/* font-family:"Liberation Sans"; */
    font-size:80%;
	font-weight:    bold;
	margin: 20px;
	text-align: left;
	text-transform: uppercase; 
}


.inlineform{
    display:inline;
}


/* STUFF BELOW THIS LINE IS FOR THE PRODUCT BRIEF TEMPALTES*/


br.clearfix {
	clear: both;
}


briefs_img.alignleft {
	float: left;
	margin: 5px 30px 20px 0;
}

briefs_img.aligntop {
	margin: 5px 0 20px 0;
}

.briefs_box {
	margin: 0 0 50px 0;
}

#briefs_content {
	padding: 0;
	width: 815px;
	margin: 0 0 0 285px;
	background: #EEF5F6;
	border: solid 1px #D6E0E2;
	box-shadow: inset 0px 0px 0px 1px #fff;
}


#briefs_page {
	margin: 0;
	position: relative;
	width: 1100px;
	padding: 20px 40px 0 40px;
}

#briefs_page .section-list {
	padding-left: 0;
	list-style: none;
}

#briefs_page .section-list li {
	padding: 25px 0 25px 0;
	clear: both;
}

#briefs_page ul {
	list-style-type: circle;
	list-style-position: inside;
	text-indent : 2em;
}

#briefs_page ul li {
	border-top: solid 1px #DDD;
	padding: 10px 0 10px 0;
}

#briefs_page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#briefs_page-bottom {
	padding: 40px 40px 0 40px;
	color: #302F2C;
	background: #F2EBDE;
	position: relative;
	width: 1098px;
	border-top: solid 1px #BFB5A4;
	box-shadow: inset 0px 0px 0px 1px #fff;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.9);
}

#briefs_page-bottom a {
	color: #1B1A18;
}

#briefs_page-bottom h2, #page-bottom h3, #page-bottom h4 {
	color: #3F3D39;
}

#briefs_page-bottom ul {
	list-style: none;
}

#briefs_page-bottom ul li {
	border-top: solid 1px #BAB5AB;
	padding: 10px 0 10px 0;
}

#briefs_page-bottom ul li.first {
	border-top: 0;
	padding-top: 0;
}


#briefs_sidebar {
	position: relative;
	left: -20px;
	top: -20px;
	float: left;
	width: 240px;
	padding: 20px;
	margin: 0 10px 0 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
}

#briefs_wrapper {
	width: 1178px;
	position: relative;
	background: #FFF;
	margin: 0 auto 0 auto;
	box-shadow: 0px 0px 150px 0px rgba(0,0,0,0.15);
	border: solid 1px #82A7AD;
	border-top: 0;
}


#briefs_image_div {
   width: 250px;
   height:250px;
     overflow: hidden;
   
}

#briefs_image_div img {
  max-width:100%; 
  max-height:100%;
  margin:auto;
  display:block;
}


#briefs_full_image_div {
   width:1178px;
   height:880px;
     overflow: hidden;
   
}

#briefs_full_image_div img {
  max-width:100%; 
  max-height:100%;
  margin:auto;
  display:block;
}


/* STUFF BELOW THIS LINE IS FOR THE MAKING-OF PAGE*/
making_of_figure {	
  display: table;
  clear: both;
  max-width:100%; 
  max-height:100%;
  border: thin silver solid;
  margin: auto;
  padding: 0.5em;  
  border-top: none;
  padding-top: 0;
  text-align: center;
}
figcaption {
  text-indent: 0;
  font-size: 100%;
  text-align: center;
  font-style: italic;
  display: table-caption;
  caption-side: top;  
  padding: 0.5em;
  border: thin silver solid;
  border-bottom: none;
}

.making_of_text {
    font-size:100%;
	font-weight:    bold;
	margin: 4em;
	text-align: left;
}


		#zoomfit_small_img {
			max-width: 60%;
			width: 60%;
			height: auto;
		}
		#zoomfit_large_img {
			max-width: 90%;
			height: auto;
			width: auto\9; /* ie8 */
		}
