@charset "utf-8";
/* CSS Document */

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	line-height: 2;
	font-size: 18px;
	padding: 0;
	margin: 0;
	width: 100%;
	height:100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0.05);
}

.grey {
	background-color: #f5f5f5;
}

h1 {
	font-size: 30px;
	font-weight: 100;
}

h2 {
	font-size: 40px;
}

p {
	color: #505050;
	font-weight: 400;
	font-family: 'Merriweather', serif;
}

.content p {
	color: #505050;
	font-weight: 400;
	font-family: 'Merriweather', serif;
	margin: 20px 0;
}

hr {
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	border: none;
}

a, a:hover, a:focus, a:visited {
	text-decoration: none;
}

/* NAVIGATION */

/*Make dropdown links vertical*/
nav li ul li {
	display: block;
	float: none;
}

/*Display the dropdown on hover*/
nav ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
nav .show-menu {
	text-decoration: none;
	color: #fff;
	padding: 0;
	margin: 0;
	display: none;
	width: 100px;
	height: 99px;
	float: right;
	cursor: pointer;
	background-image: url('../images/burger.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 18px;
}

/*Hide checkbox*/
nav input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
nav input[type=checkbox]:checked ~ #menu { 
    display: block;
}

nav {
	height: 100px;
	width: 100%;
	letter-spacing: 1px;
	background-color: white;
	
}

.nav {
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top:0;
	left: 0;
	z-index: 98;
	display: none;
}

nav .logo {
	float: left;
	margin: 0;
	margin-top: 23px;
}

.tagline {
	color: #909090;
	font-size: 14px;
	margin-top: -10px;
	float: left;
}

nav ul {
	list-style-type: none;
	margin: 0;
    padding: 0;
    padding-top: 33px;
    float: right;
}

nav ul li {
	display: block;
	float: left;
	text-align: right;
	text-transform: uppercase;
	color: #a0a0a0;
}

nav ul li:last-child a {
	margin-right: 0;
}

nav a {
	color: #909090;
	text-decoration: none;
	margin: 0 20px;
}

nav a:hover {
	color: #c5a904;
	text-decoration: none;
}

nav .active {
	border-bottom: solid 2px #c5a904;
	padding-bottom: 10px;
	color: #c5a904;
}

nav .language .active {
	border: none;
}

nav .language a {
	margin: 0;
}

nav .divider {
	margin: 0 5px;
}

nav .english {
	margin-left: 20px;
}

.buyBtn {
	height: 40px;
	padding: 1px 10px;
	margin-top: -3px;
	background: transparent;
	border: solid 2px #fc5f45;
	border-radius: 3px;
	transition: background-color 0.2s ease;
	color: white;
	display: block;
}

.buyBtn:hover {
	background-color: #fc5f45;
}

nav .container {
	margin-top: -100px;
}

.bg {
  width: 100%;
  height: 100px;
}

.transition {    
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	min-height: 100px;
	background-color: white;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

/* HERO */

.hero {
	background-image: url("../images/hero.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:720px;
	height: auto;
	color: white;
	padding-top: 150px;
	width: 100%;
}

.hero h1 {
	font-family: 'Merriweather', serif;
	font-weight: 600;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
}

.hero a {
	color: white;
	text-decoration: none;
	float: left;
}

.explorebook {
	margin: 50px;
	text-transform: uppercase;
}

.button {
	height: 70px;
	width: 250px;
	display: block;
	background-color: #c5a904;
	margin-top: 30px;
	text-align: center;
	padding-top: 15px;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 700;
	font-size: 20px;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.1s linear;
	text-transform: uppercase;
	color: white;
}

.button:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.3);
}

/* EXPLORE */

.explore {
	min-height: 720px;
	height: auto;
	background-image: url('../images/pattern.jpg');
	background-repeat: repeat-y;
	background-position: center center;
}

.explore .book {
	text-align: center;
	padding-top: 100px;
}

.explore .text {
	padding: 150px 0px 100px 100px;
}

.explore p {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
}

/* FOOTER */

.footerText {
	font-size: 16px;
	color: #909090;
}

#footer {
	margin-top: 70px;
}

.footerLink {
	position: relative;
	top:60px;
	padding-bottom: 50px;
}

#footer a {
	color: #909090;
	font-size: 16px;
}

.about {
	height: auto;
	width: 100%;
	text-align: left;
}

.leftside img {
	height: 450px;
	width: auto;
}

.summary {
	padding: 100px;
	background-color: white;
	height: auto;
}

/* COMPANION GUIDE HOMEPAGE SECTION */

.journey {
	min-height: 720px;
	height: auto;
	background-color: #f5f5f5;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.intro p {
	margin-bottom: 50px;
	text-align: center;
}

.journey h1 {
	font-family: 'Kaushan Script', cursive;
	color: #c5a904;
	font-size: 50px;
	text-align: center;
	margin-bottom: 50px;
}

.chapters {
	background-color: white;
	min-height: 640px;
	height: auto;
	border-radius: 4px;
	border: solid 1px rgba(0,0,0,0.1);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.chapters h2 {
	font-size: 18px;
	color: #303030;
	font-weight: 600;
}

.colour h2 {
	color: #c5a904;
}

.chapters ul {
	height: auto;
	list-style: none;
}

.chapters ul li {
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

.chapters a {
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	transition: all 0.5s ease;
}
.chapters a:hover {
	background-color: rgba(0,0,0,0.05);
}

.chapters ul li:last-child {
	border-bottom: none;
}

.chapters p {
	font-size: 14px;
	color: #909090;
}

/* GALLERY */

.gallery {
	min-height: 320px;
	height: auto;
	width: 100%;
}

.gallery .one, .two, .three, .four {
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 320px;
}

.gallery .one {
	background-image: url("../images/gallery1.jpg");
}

.gallery .two {
	background-image: url("../images/gallery2.jpg");
}

.gallery .three {
	background-image: url("../images/gallery3.jpg");
}

.gallery .four {
	background-image: url("../images/gallery4.jpg");
}

/* MAP */

.map {
	width: 100%;
	height: 820px;
	background-image: url("../images/map.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 85%;
	background-color: white;
}

.overlay {
   background:transparent;
   position:relative;
   width:100%;
   height:620px; /* your iframe height */
   top:620px;  /* your iframe height */
   margin-top:-620px;  /* your iframe height */
}

/* AUTHOR */

.author {
	min-height: 420px;
	height: auto;
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 100px;
}

.photo {
	margin: 0 auto;
	height: 125px;
	width: 125px;
	border-radius: 100%;
	background-color: aqua;
	background-image: url('../images/bruce.jpg');
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.author h1 {
	font-family: 'Kaushan Script', cursive;
	color: #c5a904;
	font-size: 50px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

/* BOOK */

.join {
	min-height: 360px;
	width: 100%;
	background-color: #c5a904;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 150px;
}

.join h1 {
	font-family: 'Kaushan Script', cursive;
	color: white;
	font-size: 50px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.join p {
	color: white;
}

.buybook {
	text-align: center;
	margin-top: -120px;
	padding-bottom: 50px;
}

.buybook a {
	margin: 0 auto;
}

.buybook h2 {
	font-size: 20px;
	color: #505050;
	font-weight: 400;
	font-family: 'Merriweather', serif;
	margin-top: 50px;
	margin-bottom: 30px;
}

.store {
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
}

.dymocks {
	background-image: url('../images/dymocks.png');
}

.amazon {
	background-image: url('../images/amazon.png');
}

.smashwords {
	background-image: url('../images/smashwords.jpg');
}

.play {
	background-image: url('../images/play.jpg');
}

.ibooks {
	background-image: url('../images/ibooks.png');
}

/* CONTACT */

.contact {
	min-height: 420px;
	height: auto;
	padding-bottom: 50px;
	text-align: center;
	padding-top: 50px;
	background-color: #f5f5f5;
}

.contact h1 {
	font-family: 'Kaushan Script', cursive;
	color: #c5a904;
	font-size: 50px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.contact h2 {
	margin-bottom: 30px;
}

.contact p {
	margin-bottom: 50px;
}

.contact textarea {
	min-height: 120px;
	padding: 15px;
	margin: 0;
	margin-top: 10px;
	width: 100%;
	border: solid 1px rgba(0,0,0,0.1);
	font-size: 18px;
	margin-top: 30px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
}

.contact textarea:focus {
	border-color: #c5a904;
}

.contact input {
	height: 60px;
	padding-left: 15px;
	font-size: 18px;
	width: 100%;
	border: solid 1px rgba(0,0,0,0.1);
	border-radius: 4px;
	margin-top: 30px;
	font-family: 'Open Sans', sans-serif;
}

.contact input:focus {
	border-color: #c5a904;
}

.contact button {
	height: 60px;
	width: 100%;
	background-color: #c5a904;
	border: none;
	margin: 0;
	color: white;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 4px;
	font-weight: 700;
	font-size: 20px;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.1s linear;
	margin-top: 20px;
}

.contact button:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.3);
}

#success {
	height: 40px;
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	background-color: #8aba56;
	color: white;
	text-align: center;
}

input[type=search] {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* FOOTER */

.footer {
	margin-top: 100px;
}

.footer a {
	font-size: 16px;
	color: #909090;
}

.top {
	color: #ccc;
	float: right;
	display: block;
	margin-right: 30px;
}

.copyright {
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 14px;
	color: #909090;
	text-align: center;
}

/* BLOG */

.blogHero {
	width: 100%;
	height: 720px;
	background-image: url("../images/blogHero.jpg");
	background-position:center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* DUTCH */

#decontent {
	text-align: left;
	padding-bottom: 50px;
	padding-top: 50px;
}


.deBook {
	padding-right: 50px;
	width: 350px;
	height: 600px;
	float: left;
}

.deBook img {
	width: 100%;
	height: auto;
}

/* COMPANION GUIDE */

.chapter {
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.chapter h1 {
	color: #909090;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.chapter h2 {
	font-family: 'Kaushan Script', cursive;
	color: #c5a904;
	font-size: 50px;
	font-weight: 100;
}

.chapter h3 {
	color: #606060;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.chapter p {
	color: #909090;
	margin-top: 20px;
}

.day {
	text-align: center;
	padding-top: 30px;
}

.day h4 {
	color: #606060;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	padding-top: 42px;
	margin: 0;
}

.day hr {
	margin-top: 60px;
	margin-bottom: 90px;
}

.day .large {
	height: 420px;
	margin-bottom: 30px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.day .small {
	height: 240px;
	margin-bottom: 30px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.day a {
	display: block;
	width: 100%;
}

.chapterNav {
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 30px;
}

.chapterNav a {
	display: block;
	width: 100%;
}

.chapterNav .previous {
	background-color: white;
	border: solid 1px rgba(0,0,0,0.1);
	min-height: 120px;
	height: auto;
	padding: 30px;
	border-radius: 4px;
	margin-bottom: 15px;
	transition: all 0.1s linear;
}

.chapterNav .previous:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.chapterNav .next {
	background-color: white;
	border: solid 1px rgba(0,0,0,0.1);
	min-height: 120px;
	height: auto;
	padding: 30px;
	text-align: right;
	border-radius: 4px;
	margin-bottom: 30px;
}

.chapterNav .next:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.chapterNav h2 {
	font-size: 14px;
	color: #909090;
	text-transform: uppercase;
}

.chapterNav h3 {
	font-family: 'Kaushan Script', cursive;
	color: #c5a904;
	font-size: 36px;
	font-weight: 100;
}

.chapterNav h4 {
	font-size: 16px;
	color: #606060;
	text-transform: uppercase;
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {

	.hero {
		background-position: center -350px;
	}

}

@media (max-width: 1023px) {

}


@media (max-width: 991px) {

	p {
		font-size: 16px;
	}

	#logo {
		text-align: center;
	}

	.hero {
		background-position: right center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		min-height:720px;
		height: auto;
		color: white;
		padding-top: 150px;
		width: 100%;
		text-align: center;
	}
	
	.about {
		min-height: 620px;
		height: auto;
		text-align: center;
	}

	.summary {
		padding: 25px;
		background-color: white;
		height: auto;
	}
	
	.author {
		padding-bottom: 50px;
	}
	
	/* COMPANION GUIDE */
	
	.chapters {
		padding: 15px 0 15px 0;
	}
	
	.chapters ul.one li:last-child {
		border-bottom: solid 1px rgba(0,0,0,0.1);
	}
	
	/* EXPLORE */
	
	.explore {
		background-image: none;
	}
	
	.explore .book {
		padding-bottom: 50px;
	}
	
	.explore .text {
		padding: 0 15px 50px 15px;
	}
	
	.explore img {
		width: 300px;
		height: auto;
	}
	
	/* JOIN */
	
	.buybook img {
		width: 300px;
		height: auto;
	}
	
	
	
	
	
	/*Make dropdown links appear inline*/
	nav ul {
		position: static;
		display: none;
	    padding-top: 0;
	    float: none;
	}
	
	nav .container {
		width: 100%;
	}
		
	/*Create vertical spacing*/
	nav li {
		background-color: white;
		text-align: center;
		float: none;
		border-bottom: solid 1px rgba(0,0,0,0.1);
	}
	
	nav .divider {
		display: none;
	}
	
	nav .logo {
		margin-left: 15px;
	}
	
	nav .logo img {
		width: 200px;
		height: auto;
	}
	
	.tagline {
		position: absolute;
		top: 60px;
		float: left;
		left: 15px;
	}
	
	.buyBtn {
		height: 60px;
		padding: 14px;
		background: #fc5f45;
		border: none;
		border-radius:0;
		color: white;
		display: block;
	}

	/*Make all menu links full width*/
	nav ul li {
		width: 100%;
		margin: 0;
		float: left;
		padding: 0;
		text-align: center;
	}
	
	nav ul li:first-child {
		border-top: solid 1px rgba(0,0,0,0.1);
	}
	
	nav .language {
		width: 50%;
	}
	
	nav .english {
		border-right: solid 1px rgba(0,0,0,0.1);
		margin: 0;
	}
	
	nav li a {
		width: 100%;
		margin: 0;
		height: 60px;
		display: block;
		padding-top: 14px;
	}
	
	nav li a:hover {
		background-color: rgba(0,0,0,0.05);
	}
	
	/*Display 'show menu' link*/
	nav .show-menu {
		display:block;
	}
	
	nav .active {
		padding-bottom: 0px;
		border: none;
	}
	
	nav [class*="col-"] {
		padding: 0;
	}
	
	.hero a {
		margin: 30px auto;
		float: none;
	}

}

@media (max-width: 767px) {

	.chapters {
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}

}

@media (max-width: 640px) {

	.hero {
		padding-top: 50px;
	}
	
	.chapterNav h2 {
	    font-size: 12px;
    }
	
	.chapterNav h3 {
	    font-size: 26vpx;
	}
	
	.chapterNav h4 {
	    font-size: 14px;
    }
    
    .chapter h2 {
	    line-height: 1.4;
	    margin-bottom: 20px;
    }
    
	.chapter h1 {
		font-size: 16px;
	}
    
    .day h4 {
	    font-size: 16px;
    }

	.hero h1 {
		font-weight: 600;
		font-size: 28px;
	}
	
	.chapter {
		padding-top: 50px;
	}

	#decontent {
		text-align: center;
	}

	.deBook {
		width: 100%;
		padding-right: 0;
	}

	.deBook img {
		width: 350px;
		height: auto;
	}

	.map {
		height: 380px;
	}
	
}
