﻿body, html{
	margin: 0;
	padding: 0;
}

ul, ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

a{
	text-decoration: none;
}

body{
	background-color: #FCEBB6;
}

.pos-center{
	max-width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}

#header{
	position: relative;

	/*background-image: url('../img/slides/slide_2.jpg');
	-webkit-background-size: cover;
	background-size: cover;*/

	/*height: 730px;*/
	padding-bottom: 45%;
}

#header .pos-center{
	padding-top: 50px;
	position: relative;
	z-index: 1000;
}

#header .menu{
	background-color: #333333;
	border-radius: 5px;
	overflow: hidden;
}

#header .menu ul{
	display: table;
	width: 100%;
}

#header .menu ul li{
	/*float: left;*/
	display: table-cell;
}

#header .menu ul li a{
	color: #fff;
	height: 50px;
	line-height: 50px;
	display: block;
	padding: 0 10px;
	text-align: center;
}

#header .menu ul li a:hover{
	background-color: rgba(255, 255, 255, .1);
}

#header nav{
	float: left;
	width: 80%;
}

#header .user-menu{
	float: right;
	width: 18%;
}

#header .user-menu li{
	width: 50%;
}

/* Slider Styles Goes Here */
#header .slider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#header .slider .slides-container{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#header .slider .slide{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
}


#header .slider .nav{
	display: block;
	width: 66px;
	height: 66px;
	line-height: 66px;
	position: absolute;
	z-index: 20;
	top: 50%;
	margin-top: -34px;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

#header .slider .nav:hover{
	background-color: rgba(255, 255, 255, .2);
}

#header .slider .nav:before{
	line-height: inherit;
}

#header .slider .nav.prev{
	left: 5%;
}

#header .slider .nav.next{
	right: 5%;
}




#section1{
	background-color: #333333;
	border-top: 10px solid #c95f55;
	border-bottom: 10px solid #c95f55;
	overflow: hidden;
	padding: 50px 0;
}


#section1 article{
	overflow: hidden;
	height: 250px;
	color: #fff;
	position: relative;
	padding-top: 110px;
	height: 360px;	
}

#section1 article:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 115px;
	margin: 0;
}

#section1 article h1{
	text-align: center;
}

#section1 article p{
	text-align: justify;
}


/* Grid Styles Goes Here */
.grid{
	width: 100%;
}

.grid:before, /* Clearfix hack: http://nicolasgallagher.com/micro-clearfix-hack/ */
.grid:after{
  content: " ";
  display: table;
}

.grid:after {
  clear: both;
}


.grid-item{
	float: left;
	padding-left: 20px;
	padding-right: 20px;

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

.one-whole{ width: 100%; }
.one-half{ width: 50%; }
.one-third{ width: 33.333%; }

@media screen and (min-width: 30em){ /* 480px */
	.one-whole-medium{ width: 100%; }
	.one-half-medium{ width: 50%; }
	.one-third-medium{ width: 33.333%; }
}

@media screen and (min-width: 60em){ /* 960px */
	.one-whole-large{ width: 100%; }
	.one-half-large{ width: 50%; }
	.one-third-large{ width: 33.333%; }
}


#section2{
	background-color: #fbf6e4;
}

#section2 .pos-center{
	background-color: #fefcf5;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, .1);
    box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, .1);
    padding-top: 10px;
}


/* Slider Styles Goes Here */
#section2 .slider{
	position: relative;
}

#section2 .slider .viewport{
	width: 100%;
	overflow: hidden;
	position: relative;
}

#section2 .slider .slides-container{
	/*width: 300%;*/
}

#section2 .slider .slides-container > *{
	float: left;
	/*width: 33.333%;*/
}

#section2 .slider ul{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 5%;
	left: 0;
	text-align: center;
}

#section2 .slider ul li{
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
	padding: 10px;
	margin-right: 10px;
}

#section2 .slider ul li:last-child{
	margin-right: 0;
}

#section2 .slider ul li span{
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}

#section2 .slider ul li.active,
#section2 .slider ul li:hover{
	border: 2px solid #fff;
	padding: 8px;
}

#section2 .video-player{
	overflow: hidden;
}

#section2 .video-player h1{
	font-size: 18px;
}


/* Semi Fuild Layout Styles Goes Here */
/*
#section2 .video-player .left{
	float: left;
	width: 500px;
}

#section2 .video-player .right{
	margin-left: 520px;
	width: auto;
}
*/

#section2 .video-player .left{
	margin-right: 330px;
	width: auto;
}

#section2 .video-player .right{
	width: 300px;
	float: right;
}

#section2 .video-player .left h1{
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#section2 .video-player .left p{
	text-align: justify;
	font-size: 15px;
	line-height: 21px;
}

#section2 .video-player .playlist{
	background-color: #333;
}

#section2 .video-player .playlist li{
	border-bottom: 1px solid #a3a3a3;
}

#section2 .video-player .playlist li:hover{
	background-color: rgba(255, 255, 255, .1);
}

#section2 .video-player .playlist li a{
	color: #a3a3a3;
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	display: block;
	padding: 0 10px;
}


/* Youtube & Vimeo RWD Snippet Goes Here */
.fluid-video-wrapper{
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

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


/* Facebook RWD Snippet Goes Here */
#fb-root {
    display: none;
}

.fb_iframe_widget, 
.fb_iframe_widget span, 
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
