/* Grid
================================================== */
* { border-box; box-sizing: border-box; }	
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	
.row { width: 1050px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }

.col, .cols { float: left; min-height: 1px; padding: 15px 30px; position: relative; }
[class*="col"] + [class*="col"]:last-child { float: right; }
[class*="col"] + [class*="col"].end { float: left; }

.row .one { width: 8.33% }
.row .two { width: 16.66% }
.row .three { width: 25% }
.row .four { width: 33.33% }
.row .five { width: 41.66% }
.row .six { width: 50% }
.row .seven { width: 58.33% }
.row .eight { width: 66.66% }
.row .nine { width: 75% }
.row .ten { width: 83.33% }
.row .eleven { width: 91.66% }
.row .twelve { width: 100% }

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }


@media only screen and (max-width: 767px) {
		html { font-size:80%;}
		
		.row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
		     
	    .col, .cols { width: auto !important; float: none;  }
	    .col:last-child, .cols:last-child { float: none; }
	    [class*="col"] + [class*="col"]:last-child { float: none; }
	     
	    .col:before, .cols:before, .col:after, .cols:after { content:""; display:table; }
	    .col:after, .cols:after { clear: both; }
	}

@media only screen and (min-width: 761px) and (max-width: 1099px) {
		html { font-size:100%;}
	}  
	
@media only screen and (min-width: 1100px) {
		html { font-size:100%;}
	} 


/* #Basic Styles
================================================== */
body {
	background-color: #f3f3f3;
	font-weight: 400;
	color: #2f1e02;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%; }


/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	color: #707070;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 1.6875em; line-height: 1.15; margin-bottom: 0.75em;}
h2 { font-size: 1.5625em; line-height: 1.15; margin-bottom: 0.5em }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.375em; }
h4 { font-size: 1.375em; line-height: 1; margin-bottom: 0.375em; }
h5 { font-size: 1.25em; line-height: 1.35; margin-bottom: 0.375em; }
h6 { font-size: 1em; line-height: 1.35; margin: 0.3125em 0; }
h1.subheading, h2.subheading, h3.subheading, h4.subheading, h5.subheading, h6.subheading  { color: rgba(99,65,23,.60); font-weight: 400; }
.subheading  { color: #80540f; font-weight: 400; margin-bottom: 0.75em; }

p { margin: 0.3125em 0 0.9375em 0; line-height: 1.35;  }
p img { margin: 0; }
p.lead { font-size: 1.3125em; line-height: 1.6875; color: #777;  }

em { font-style: italic; }
strong { font-weight: 600; color: #000; }
.small-txt { font-size: 90%; }
.smaller-txt	{ font-size: 70%; }
.large-txt	{ font-size: 110%; }
.larger-txt	{ font-size: 130%; }

hr { border: solid rgba(183, 136, 61, 0.5); border-width:1px 0 0; clear: both; margin: 0 0 1em 0; }


/* #Links
================================================== */
a, a:visited { 
	color: #b64102; 
	font-weight: 400; 
	text-decoration: none; 
	outline: 0; }

a:hover, a:focus { color: #806813; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { margin-bottom: 1.25em; padding-left: 1.875em;   }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 0.625em; }
ul.square { list-style: square outside;  }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 0.25em 0 0.3125em 0.3125em; font-size: 85%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 0.375em; padding-left: 1.25em; }
li { line-height: 1.125; margin-bottom:0.45em; }
ul.large li { line-height: 1.312; }
li p { line-height: 1.3125; }


/* #Media
================================================== */

img, object, embed { max-width: 100%; border: none; }
img { height: auto; }
	
img { -ms-interpolation-mode: bicubic; display: block; }

.video-holder {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	display: block;
}

.video-holder iframe, .video-holder object, .video-holder embed {
	position: absolute;	top: 0;	left: 0; width: 100%; height: 100%;
}


/* #Buttons
================================================== */
.button a,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #b64102;
	-moz-border-radius: 0.4375em;
	-webkit-border-radius: 0.4375em;
	border-radius: 0.4375em;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 0.625em;
	line-height: 1.25;
	padding: 0.25em 0.5em 0.3125em;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.button a:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover { background: #806813; color: #fff; }

.button.cta	{ background: #c74a16; color: #fff; font-weight: 500; }
.button.cta:hover	{ background: #679b46; color: #fff; }

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }


/* #Forms
================================================== */

form { margin: 1.25em; }
fieldset { margin-bottom: 1.25em; border: none; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border:1px solid #ccc;
	padding: 0.375em 0.25em;
	outline: none;
	-moz-border-radius: 0.125em;
	-webkit-border-radius: 0.125em;
	border-radius: 0.125em;
	font: 0.8125em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 20.625em;
	max-width: 100%;
	display: block;
	margin-bottom: 1.25em;
	background: #fff; }
select { padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border:1px solid #ccc;
	color: #444;
	-moz-box-shadow: 0 0 0.1875em rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 0.1875em rgba(0,0,0,.2);
	box-shadow:  0 0 0.1875em rgba(0,0,0,.2); }
textarea { min-height: 12.5em; width: 31.25em }
label, legend {font-weight: normal; font-size: 0.9em;  }
select { width: 21.25em; }
input[type="checkbox"] { display: inline; }
label span, legend span { font-weight: normal; font-size: 0.8125em; color: #444; }

span.required	{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; background: url('../_img/error.gif') 10px center no-repeat #f8cfb8; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('../_img/success.gif') left no-repeat; padding-left:22px; }


/* #Misc
================================================== */
.margin-left	{ margin-left: 1.5em; }
.add-top { margin-twenty-top: 1.25em !important; }
.add-bottom { margin-twenty-bottom: 1.25em !important; }
.pad-ten	{ padding: 0.625em; }
.pad-three-top	{ padding-top: 0.3125em; }
.pad-ten-top	{ padding-top: 0.625em; }
.pad-ten-bottom	{ padding-bottom: 0.625em; }
.pad-ten-left	{ padding-left: 0.625em; }
.no-margin	{ margin: 0; }
.no-margin-bottom	{ margin-bottom: 0; }
.no-pad	{ padding: 0; }
.no-pad-top	{ padding-top: 0; }
.no-pad-bottom	{ padding-bottom: 0; }
.no-pad-t-b	{ padding-top: 0; padding-bottom: 0; }
.no-pad-left	{ padding-left: 0; }
.no-pad-right	{ padding-right: 0; }
.no-pad-l-r	{ padding-left: 0; padding-right: 0; }
.no-margin-bottom	{ margin-bottom: 0; }
.no-margin-top	{ margin-top: 0; }
.clr-bg	{ background: none; }
.inline	{ display: inline-block; }
.center-txt	{ text-align: center; }
.justify-txt	{ text-align: justify; }
.italics	{ font-style: italic; }
.bold	{ font-weight: 600; }
.strike	{ text-decoration: line-through; }
.center	{ margin: 0 auto; }
.right	{ float: right; }
.left	{ float: left; }
.clear	{ clear: both; }
.hide	{ display: none; }
.show	{ display: inline; }
.border	{ border: 1px solid #c3c3c3; }
	
.table { display: table; margin: 0 auto; }



/* #Tables
================================================== */
table	{ margin: 0 auto; }
table tr th,
table tr td { padding: 0.5625em 0.625em; }
th	{ font-weight: 600; }


/* #Magnific Popup CSS
================================================== */
.slide {
  padding: 40px;
  background: #FFF;
  margin: 0 auto;
  position: relative;
  max-width: ;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* Remove all paddings around the image on small screen  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
  

  