@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Basic styling */

.menu {
  background-color:rgba(0,0,0,0.6);
  left: -220px;  /* start off behind the scenes */
  height: 100%;
  position: fixed;
  width: 220px;
  z-index:1;
}

.menu ul {
  border-top: 1px solid #636366;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top:40px;
}

.menu li {
  border-bottom: 1px solid #636366;
  font-family: 'Open Sans', sans-serif;
  line-height: 45px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
}

.menu a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-close {
  cursor: pointer;
  margin-left: auto;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
}

.icon-menu {
  position: fixed;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-top: 35px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-menu i {
  margin-right: 5px;
}

/* Custom CSS
 * --------------------------------------- */

body {
    background: #000;
    padding: 0;
    font-family: 'open sans';
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}


h1 {
  font-family: header;  
  font-weight: 700;
  color: #000;
  font-size: 58px;
  line-height: 70px;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  text-align: center; 
}

h2 {
  font-family: header;  
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 25px;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  text-align: center; 
}

h3 {
  font-family: subheader;
  font-weight: 200;
  font-size: 30px;
  margin-top: 4px;
  color: #000000;
  opacity: .85;
  text-align: center; 
  
}

p a {
  color: #ffffff;
  text-decoration: none;
  padding: 2px 0;
  border-bottom: solid 1px #ffffff;
  -webkit-transition: all .2s linear;  
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}

p a:hover {
  color: #f1c40f;
  text-decoration: none;
  padding: 0px;
  margin-top: -6px;
  border-bottom: solid 1px #f1c40f;
}

.home p{
	width: 50%;
	color: #fff;
	margin: 0 auto;
	padding: 10px;
	font-size: 1.5em;
	border-top:2px #fff solid;
	border-bottom:2px #fff solid;
	background-color:rgba(0,0,0,0.6);
}

.home h1 {
	font-size: 3em;
	color: #fff;
}

.home h2 {
	font-size: 2em;
	color: #ddd;
}

.home img {
  width:300px;
  height: auto;
}

.content {
	width: 50%;
	color: #fff;
	margin: 0 auto;
  border-bottom: 3px solid #ffffff;
  top: 50%;  
  overflow: hidden;
  z-index: 1; 
}

.content p {
  font-family: Neuton;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 30px 0;
  color: #ffffff;
  height: inherit;
  display: inline-block;
}

p {
	width: 100%;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 1.5em;
	background-color:rgba(0,0,0,0.6);
}

 .category_header {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;  
  height: 50px; 
}
 
.category_header:before {
  border-top: 3px solid #ffffff;
  height: 2px;
  display: block;
  height: 50px;
  content: " ";
  width: 650px;
  position: absolute;
  right: 119%;
  top: 50%;
}

.category_header:after {
  border-top: 3px solid #ffffff;
  display: block;
  height: 50px;
  content: " ";
  width: 650px;
  position: absolute;
  left: 119%;
  top: 50%;
}

.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	.section{
		background-size: cover;
    background-position: center;
	}
	.slide{
		background-size: cover;
    background-position: center;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section0{
		background-image: url(../imgs/bg1.jpg);
		padding: 0 0 0 0;
	}
	#section1{
		background-image: url(../imgs/bg7.jpg);
		padding: 0 0 0 0;
	}
	#section2{
		background-image: url(../imgs/bg2.jpg);
		padding: 0 0 0 0;
	}
	#section3{
		background-image: url(../imgs/bg4.jpg);
		padding: 0 0 0 0;
	}
	#section4{
		background-image: url(../imgs/bg5.jpg);
		padding: 0 0 0 0;
	}
	#section5{
		background-image: url(../imgs/bg6.jpg);
		padding: 0 0 0 0;
	}


 	/*Adding background for the slides
	* --------------------------------------- */
	#slide1{
		background-image: url(../imgs/bg2.jpg);
		padding: 0 0 0 0;
	}
	#slide2{
		background-image: url(../imgs/bg3.jpg);
		padding: 0 0 0 0;
	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}