/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #0f594d;
  background-color: #140326;
}
@media only screen and (min-width: 1048px) {
  body {
    /* hide horizontal scroll bar in IE */
    overflow-x: hidden;
  }
}

a {
  color: #93a748;
  text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: relative;
  height: 100%;
  background: url(../img/header.JPG) center top no-repeat;
  background-size:cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.cd-header h1 {
  width: 90%;
  color: #FF0059;
  text-align: left;
  font-size: 4rem;
  line-height:5rem;
  position:relative;
  top:15%;
  margin:0 auto;
}
.cd-header h1 img{
	width:260px;
	height:57px;
}
.cd-header p {
  width: 90%;
  color: #f2e6cd;
  text-align: left;
  font-size: 1.6rem;
  line-height:3rem;
  position:relative;
  top:15%;
  margin:0 auto;  
}

@media screen and (min-width: 321px) and (max-width: 494px) {
  .cd-header h1 img{
	width:200px;
	height:44px;
}
}
@media only screen and (min-width: 768px) {
  .cd-header h1 {
    font-size: 50px;
    font-weight: bold;
	text-align: left;
	top:30%;
	line-height:6rem;
  }
  .cd-header h1 img{
	width:440px;
	height:97px;
}
  .cd-header p {
    font-size: 2.4rem;
    font-weight: 300;
	padding-right:50%;
	top:30%;
  }
 .cd-fixed-background h3 {
  font-size: 4.6rem;
  margin-bottom: 1em;
  text-align: left;
  padding-top:30px;
  padding-left: 20px;
  color:#fff;
}
}

.cd-fixed-background {
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cd-fixed-background h2, .cd-fixed-background p, .cd-fixed-background h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-fixed-background h2 {
  font-size: 3rem;
  margin-bottom: 1em;
  text-align: left;
  padding-top:30px;
  padding-left: 20px;
  color:#ffc000;
}
.cd-fixed-background h3 {
  font-size: 3.2rem;
  margin-bottom: 1em;
  text-align: left;
  padding-top:30px;
  padding-left: 20px;
  color:#fff;
}
.cd-fixed-background p {
  line-height: 1.6;
  padding:0 20px;
  color: #f2e6cd;
}
.cd-fixed-background .light-background h2, .cd-fixed-background .light-background p {
  color: #0f594d;
}
.cd-fixed-background .cd-content::after {
  /* phone image on small devices */
  content: '';
  display: block;
  width: 100%;
  padding: 60% 0;
  margin: 2em auto 0;
}
.cd-fixed-background.img-1 {
  background-color: #000;
}
.cd-fixed-background.img-1 .cd-content::after {
  background: url("../img/img-mobile-1.jpg") no-repeat;
  background-size: 100% auto;
}
.cd-fixed-background.img-2 {
  background-color: #000;
}
.cd-fixed-background.img-2 .cd-content::after {
  background: url("../img/img-mobile-2.jpg") no-repeat;
  background-size: 100% auto;
}
.cd-fixed-background.img-3 {
  background-color: #000;
}
.cd-fixed-background.img-3 .cd-content::after {
  background: url("../img/img-mobile-3.jpg") no-repeat;
  background-size: 100% auto;
}
.cd-fixed-background.img-4 {
  background-color: #000;
}
.cd-fixed-background.img-4 .cd-content::after {
  background: url("../img/img-mobile-4.jpg") no-repeat;
  background-size: 100% auto;
}
.cd-fixed-background.img-5 {
  background-color: #8f270e;
}
.cd-fixed-background.img-5 .cd-content::after {
  background: url("../img/img-mobile-5.jpg") no-repeat;
  background-size: 100% auto;
}
.cd-fixed-background.img-6 {
  background-color: #000;
}
.cd-fixed-background.img-6 .cd-content::after {
  background: url("../img/img-mobile-6.jpg") no-repeat;
  background-size: 100% auto;
}
.cd-fixed-background.img-7 {
  background-color: #000;
}
.cd-fixed-background.img-7 .cd-content::after {
  background: url("../img/img-mobile-7.jpg") no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .cd-fixed-background {
    height: 100%;
    padding: 0;
  }
  .cd-fixed-background h2 {
    font-size: 3.6rem;
    font-weight: 300;
  }
  .cd-fixed-background p {
    font-size: 2rem;
    line-height: 1.8;
	padding-right:25%;
  }
  .cd-fixed-background .cd-content {
    width: 50%;
    position: absolute;
    left: 5%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-fixed-background .cd-content::after {
    display: none !important;
  }
  .cd-fixed-background.img-1 {
    background-image: url("../img/img-1.jpg");
  }
  .cd-fixed-background.img-2 {
    background-image: url("../img/img-2.jpg");
  }
  .cd-fixed-background.img-3 {
    background-image: url("../img/img-3.jpg");
  }
  .cd-fixed-background.img-4 {
    background-image: url("../img/img-4.jpg");
  }
  .cd-fixed-background.img-5 {
    background-image: url("../img/img-5.jpg");
  }
  .cd-fixed-background.img-6 {
    background-image: url("../img/img-6.jpg");
  }
  .cd-fixed-background.img-7 {
    background-image: url("../img/img-7.jpg");
  }
}
@media only screen and (min-width: 1048px) {
  .cd-fixed-background {
    background-attachment: fixed;
  }
  .cd-fixed-background .cd-content {
    width: 40%;
    left: 10%;
  }
}
.next h2 a{
	width: 240px;
	height:60px;
	border:#f2e6cd solid 1px;
	padding:5px 10px;
	line-height:50px;
	background-color: rgba(242,230,205,0.2);
	color:#fff!important;
	transition:all 0.5s;
	font-size:18px;
	}
.next h2 a:hover{
	background-color: rgba(242,230,205,0);
	color:#f2e6cd!important;
	}
.cd-vertical-nav {
  position: fixed;
  z-index: 2;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(../img/cd-icon-arrow.svg) no-repeat center center;
  -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0.2s 0s;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1200px) {
  .cd-vertical-nav {
    display: block;
  }
}

.no-js .cd-vertical-nav {
  display: none;
}
footer{
	display:block;
	width:100%;
	height:75px;
	background:#140326;
	}
.ie9{
	position:absolute;
	bottom:0;
	padding-bottom:-5px;
	z-index:99999;
	}
footer .text{
	display:block;
	float:left;
	padding:10px;
	line-height:27px;
	}
footer .text a{
	float:left;
	color:#fff;
	font-size:18px;
	}
footer .text p{
	display:table;
	padding-left:10px;
	color:#ccc;
	font-size:14px;
	}
footer .social{
	display:block;
	float:right;
	padding:10px 10px 20px 0;
	margin-bottom:10px;
	margin-top:15px;
	}
.fb-like{
	top:-3px;
	}
@media screen and (min-width: 1px) and (max-width: 414px) {
footer{
	min-height:75px;
	height:auto;
	}
}