@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* BASIC PAGE SETUP ============================================================================= */
body { 
margin : 0px;
padding : 0px;
font : 100%/1.4 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
color : #000; 
text-align: center;
font-family: Arial, sans-serif;
font-weight: 400;
font-size: 15px;
/*background: #fff url(/images/bodyback.png) left top;*/
}

h4 { 
color: #868686;
margin-bottom : 0.5em;
margin-top:3em;
font-size : 1.0em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 { 
		color: #ccc;
	}

/* LINKS */

	a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-weight: bold;
text-decoration: none;
}

a:visited { 
color : #ffffff; }

a:focus { 
outline : 0; 
color : #b8b8b8; }

a:hover, 
a:active { 
outline : 0;
color : #1bc0fd; 
}


/* GRID FOR IMAGES ================================================================================*/

#maincontentcontainer {
width: 100%;
/*margin-right: -4px;*/
padding:0;
margin:0;
/*overflow: hidden;*/
clear: both;

}

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

/*  HEADER AND MENU ==============================================================================*/
/* They are not align to the previous page because of the scroll bar , first page doesnt have scroll bar */

.container > header{
	/*padding: 0px;
	margin: 0px;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
	display: block;/*this removes the gap at the bottom */
	
	content: "";
	display: inline-block
	color: #ffffff;
	line-height: .8em;
	/*letter-spacing: 1px;*/
	text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    right:0px;

	
	
}

.container > header h1{
	margin:50px 0px 0px 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 60px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
    padding: 0px 0px 0px 0px;
}

/*Make h2 hidden  -make the style more simple change this bad for seo */
.container > header h2, p.info{
	font-size: 0px;
	font-style: italic;
	color: #ffffff;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.6);*/
}

/* THIS IS THE INFO ICON ====================================================================== */

/*.icon{
	 width: 10px;
	 height: 10px;
	 }
.icon:before {
	padding: 0px 0px 900px 0px;
	position:absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	right: 0px;
	z-index: 2;	
	opacity: 0.8;
	
}
.icon:before{
    content: "";
    background: transparent url(/images/index/info4.png) no-repeat bottom right;	
}
*/

.icon{
	 float: left;
	 display: block;
	 padding: 0px 0px 0px 0px;
	 margin: 620px 0px 0px 20px;
	 opacity: 0.8;
	 position: absolute;
	 }
@media screen and (max-width: 480px) {
	.icon  {
		margin: 115px 0px 0px 10px;
	}
		}	

.icon2{
	 float: right;
	 display: block;
	 padding: 0px 0px 0px 0px;
	 margin: 550px 0px 0px 19px;
	 opacity: 0.8;
	 position: absolute;
	 }
@media screen and (max-width: 480px) {
	.icon2 {
		margin: 115px 0px 0px 10px;
	}
		}	 		

.icon3{
	 float: left;
	 display: block;
	 padding: 0px 0px 0px 0px;
	 margin: 620px 0px 0px 20px;
	 opacity: 0.8;
	 position: absolute;
	 }
@media screen and (max-width: 480px) {
	.icon3  {
		margin: 0px 0px 0px 10px;
	}
		}	

.heading-title{
		margin:50px 0px 0px 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 60px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
    padding: 0px 0px 0px 0px;
}	
@media screen and (max-width: 600px) { 
    .heading-title{ font-size: 60px;  }
}
@media screen and (max-width: 480px) { 
    .heading-title{ font-size: 45px; line-height:50px;}
}
	 
	 
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 10;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float:left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
	margin:0px 20px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	background: transparent;
    border: none !important;
    display: inline-block;
	font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
p.codrops-demos a:hover{
	background: transparent;
	text-decoration: none;
	color:#e9557f;
}
p.codrops-demos a:active{
	background: transparent;
    border: none !important;
    display: inline-block;
	font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #ffffff;
	background: transparent;
    border: none !important;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}

@media screen and (max-width: 600px) { 
    .container  header h1 span{ font-size: 60px;  }
}
@media screen and (max-width: 480px) { 
    .container  header h1 span{ font-size: 45px; line-height:50px;}
}

/* BACKGROUND IMAGE ====================================================================== */
.background-pattern,
.background-pattern:before {
	position:absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	right: 0px;
	z-index: -999;	
}
.background-pattern:before{
    content: "";
    background: transparent url(/images/pattern.png) repeat top left;	
}


.background-pattern{
	/*background: #536476; */
	max-width: 100% !important;
	position: absolute;
	background-image: url(/images/bg/render1.jpg);
	width:100%; 
	height:100%;
	/*padding: 15px 0 15px 0;*/
	padding: 50px 0px 900px 0px; /* strange dont change this makes the android zoom in and out specially the 20stiill dont understand why*/
	 margin: 0px 0px 0px 0px;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
	z-index:0;
    top: 0;
    left: 0px;
    right: 0;
	bottom: 0;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.background-pattern2,
.background-pattern2:before {
	position:absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	right: 0px;
	z-index: -999;	
}
.background-pattern2:before{
    content: "";
    /*background: transparent url(/images/pattern.png) repeat top left;	*/
}


.background-pattern2{
	background: #868582; 
	max-width: 100% !important;
	position: absolute;
	/*background-image: url(/images/bg/render1.jpg);*/
	width:100%; 
	height:100%;
	/*padding: 15px 0 15px 0;*/
	padding: 50px 0px 900px 0px; /* strange dont change this makes the android zoom in and out specially the 20stiill dont understand why*/
	 margin: 0px 0px 0px 0px;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
	z-index:0;
    top: 0;
    left: 0px;
    right: 0;
	bottom: 0;

	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.maintopbg{
		padding: 0px 0px 0px 0px; 
		max-width: 100% !important;
		left: 0px;
		width: 100%; /* for IE 6 */
		margin: 0;
		clear:both;
		z-index:-10000;
		position: absolute;
		top: 0;
		
		}

.maintopbg2{
		padding: 0px; 
		max-width: 100% !important;
		left: 0px;
		width: 100%; /* for IE 6 */
		margin: 0px;
		clear:both;
		top: -170px; /*negative or else it will have a gap on top*/
		display: block; /*this removes the gap at the bottom */
		z-index:-10000;
		position: relative;
		
		}
		
#splashimage { 
		padding: 940px 0px 0px 0px; 
		max-width: 100% !important;
		left: 0px;
		width: 100%; /* for IE 6 */
		margin: 0;
		clear:both;	
		}
	#spaceing1 { 
	padding: 20px 0px 20px 0px;
		
		}

#splashimage2 { 
		top: -10px;
		display: block;
		padding: 0;
		max-width: 100% !important;
		left: 0px;
		width: 100%; /* for IE 6 */
		margin: 0;
		clear: both;
		bottom: 0;
	
		}
		
p.introtext {
	/*font-family:  MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;*/
	font-family: 'BebasNeueRegular', 'Arial Narrow', 'Arial, sans-serif';
	content: "";
	display: inline-block;
	/*font-size : 4.5em; /* 40 / 16 */
	color: #ffffff;
	line-height: .8em;
	letter-spacing: 1px;
	text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    right:0px;
	/*padding: 30px 0px 10px 0px;*/
	/*margin: 90px 0px 30px 0px;*/	 
}

p.introtext2 {
	/*font-family:  MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;*/
	font-family: 'BebasNeueRegular', 'Arial Narrow', 'Arial, sans-serif';
	content: "";
	display: inline-block;
	/*font-size : 4.5em; /* 40 / 16 */
	color: #d9d9d8;
	line-height: .8em;
	letter-spacing: 1px;
	text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    right:0px;
	/*padding: 30px 0px 10px 0px;*/
	/*margin: 90px 0px 30px 0px;*/
	 
}

h1.introtext3 {
	/*font-family:  MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;*/
	font-family: 'BebasNeueRegular', 'Arial Narrow', 'Arial, sans-serif';
	content: "";
	display: inline-block;
	/*font-size : 4.5em; /* 40 / 16 */
	color: #ffffff;
	line-height: .8em;
	letter-spacing: 1px;
	text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    right:0px;
	/*padding: 30px 0px 10px 0px;*/
	/*margin: 90px 0px 30px 0px;*/ 
}
/*  FONTS ============================================================================*/
@media (max-width: 2800px) {
  h1.introtext3 {
   font-size:5.5em;
   margin: 200px 0px 20px 0px;
  }
}

@media (max-width: 1800px) {
  h1.introtext3 {
   font-size:3.8em;
   margin: 170px 0px 20px 0px;
  }
}
@media (max-width: 1200px) {
  h1.introtext3 {
	font-size:3em;
	margin: 120px 0px 20px 0px;
  }
}
@media (max-width: 900px) {
  h1.introtext3 {
    font-size:2em;
	margin: 80px 0px 30px 0px;
  }
}
@media (max-width: 600px) {
  h1.introtext3 {
  font-size:1.2em;
  margin: 40px 0px 30px 0px;
  }
}

h2.introtext4 {
	/*font-family:  MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;*/
	font-family: 'BebasNeueRegular', 'Arial Narrow', 'Arial, sans-serif';
	content: "";
	display: inline-block;
	/*font-size : 4.5em; /* 40 / 16 */
	color: #ffffff;
	line-height: .8em;
	letter-spacing: 1px;
	text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    right:0px;
	/*padding: 30px 0px 10px 0px;*/
	/*margin: 90px 0px 30px 0px;*/	 
}
/*  FONTS ============================================================================*/
@media (max-width: 2800px) {
  h2.introtext4 {
   font-size:10em;
   margin: 320px 0px 20px 0px;
  }
}
@media (max-width: 1800px) {
  h2.introtext4 {
   font-size:7.5em;
   margin: 220px 0px 20px 0px;
  }
}
@media (max-width: 1200px) {
  h2.introtext4 {
	font-size:6em;
	margin: 180px 0px 20px 0px;
  }
}
@media (max-width: 900px) {
  h2.introtext4 {
    font-size:4em;
	margin: 135px 0px 30px 0px;
  }
}
@media (max-width: 850px) {
  h2.introtext4 {
  font-size:3.2em;
  margin: 130px 0px 30px 0px;
  }
}
@media (max-width: 650px) {
  h2.introtext4 {
  font-size:3em;
  margin: 125px 0px 30px 0px;
  }
}
@media (max-width: 600px) {
  h2.introtext4 {
  font-size:2.8em;
  margin: 120px 0px 30px 0px;
  }
}
@media (max-width: 550px) {
  h2.introtext4 {
  font-size:2.5em;
  margin: 100px 0px 30px 0px;
  }
}
@media (max-width: 480px) {
  h2.introtext4 {
  font-size:2.3em;
  margin: 58px 0px 30px 0px;
  }
}
@media (max-width: 320px) {
  h2.introtext4 {
  font-size:2em;
  margin: 45px 0px 30px 0px;
  }
}

h2.introtext5 {
	/*font-family:  MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;*/
	font-family: 'BebasNeueRegular', 'Arial Narrow', 'Arial, sans-serif';
	content: "";
	display: inline-block;
	/*font-size : 4.5em; /* 40 / 16 */
	color: #ffffff;
	line-height: .8em;
	letter-spacing: 1px;
	text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    right:0px;
	/*padding: 30px 0px 10px 0px;*/
	/*margin: 90px 0px 30px 0px;*/
}	
@media (max-width: 2800px) {
  h2.introtext5 {
   font-size:9.5em;
   margin: 220px 0px 20px 0px;
  }
}
@media (max-width: 1800px) {
  h2.introtext5 {
   font-size:7.5em;
   margin: 118px 0px 20px 0px;
  }
}
@media (max-width: 1200px) {
  h2.introtext5 {
	font-size:6em;
	margin: 115px 0px 20px 0px;
  }
}
@media (max-width: 900px) {
  h2.introtext5 {
    font-size:4em;
	margin: 110px 0px 30px 0px;
  }
}
@media (max-width: 850px) {
  h2.introtext5 {
  font-size:3.2em;
  margin: 95px 0px 30px 0px;
  }
}
@media (max-width: 650px) {
  h2.introtext5 {
  font-size:3em;
  margin: 85px 0px 30px 0px;
  }
}
@media (max-width: 600px) {
  h2.introtext5 {
  font-size:2.8em;
  margin: 75px 0px 30px 0px;
  }
}
@media (max-width: 550px) {
  h2.introtext5 {
  font-size:2.5em;
  margin: 68px 0px 30px 0px;
  }
}
@media (max-width: 480px) {
  h2.introtext5 {
  font-size:2em;
  margin: 30px 0px 10px 0px;
  }
}
@media (max-width: 320px) {
  h2.introtext5 {
  font-size:1.8em;
  margin: 28px 0px 10px 0px;
}
  }
}
	p.title01 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	content: "";
	display: inline-block;
	color: #d9d9d8;
	line-height: .8em;
	letter-spacing: 1px;
	text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    right:0px;	
	font-size:3em;
    margin: 210px 0px 20px 0px;
}

#contentabout {
	font-family: Arial, sans-serif;
	padding: 90px 200px 90px 200px;
	background-color:#889396;
	font-size:1.0em;
	color:white;
	line-height: 2.1em;
	letter-spacing: 1px;
}

#contentabout2 {
	font-family: Arial, sans-serif;
	padding: 90px 200px 90px 200px;
	background-color:#b4b4b4;
	font-size:1.0em;
	color:white;
	line-height: 2.1em;
	letter-spacing: 1px;
}

#contentabout2 h2 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size:1.2em;
	color:#d9d9d4;
	margin-top: 20px;
	margin-bottom: 100px;
}	

#contentabout h2 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size:1.2em;
	color:#d9d9d4;
	margin-top: 20px;
	margin-bottom: 100px;
}
/* FONTS ARRANGEMENT FOR MOBILE OR DIFFERENT BROWSER SIZE */

	@media (max-width: 2800px) {
  #contentabout {
   padding: 90px 200px 90px 200px;
  }
}

@media (max-width: 1800px) {
  #contentabout {
  padding: 90px 180px 90px 180px;
  }
}
@media (max-width: 1200px) {
  #contentabout {
	padding: 90px 150px 90px 150px;
  }
}
@media (max-width: 900px) {
  #contentabout {
	padding: 90px 50px 90px 50px;
  }
}
@media (max-width: 600px) {
  #contentabout {
  padding: 90px 20px 90px 20px;
  }
}

	@media (max-width: 2800px) {
  #contentabout2 {
   padding: 90px 200px 90px 200px;
  }
}

@media (max-width: 1800px) {
  #contentabout2 {
  padding: 90px 180px 90px 180px;
  }
}
@media (max-width: 1200px) {
  #contentabout2 {
	padding: 90px 150px 90px 150px;
  }
}
@media (max-width: 900px) {
  #contentabout2 {
	padding: 90px 50px 90px 50px;
  }
}
@media (max-width: 600px) {
  #contentabout2 {
  padding: 90px 20px 90px 20px;
  }
}

#mypic {
	font-family: Arial, sans-serif;
	padding: 90px 0px 100px 0px;
	background-color:#827872;
	font-size:1.0em;
	color:white;
	line-height: 2.1em;
	letter-spacing: 1px;
		
}

	
#smallprint {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.4em;
	color: #999;
	font-size: 0.923em; /* 12 / 13 */
			}	

/* TOOLTIP====================================================================== */

.tooltip {
	font-family: Arial;
	letter-spacing: 1px;
	display:none;
	position:absolute;
	border:1px solid #c53d54;
	background-color:#f3546e;
	border-radius:5px;
	padding: 10px;
	color:#fff;
	font-size:17px;
}

/*  FONTS ============================================================================*/
@media (max-width: 2800px) {
  p.introtext {
   font-size:9.5em;
   margin: 210px 0px 20px 0px;
  }
}

@media (max-width: 1800px) {
  p.introtext {
   font-size:8.5em;
   margin: 130px 0px 20px 0px;
  }
}
@media (max-width: 1200px) {
  p.introtext {
	font-size:6em;
	margin: 95px 0px 20px 0px;
  }
}
@media (max-width: 900px) {
  p.introtext {
    font-size:4em;
	margin: 50px 0px 30px 0px;
  }
}
@media (max-width: 600px) {
  p.introtext {
  font-size:2em;
  margin: 40px 0px 30px 0px;
  }
}

/*  FONTS ============================================================================*/
@media (max-width: 2800px) {
  p.introtext2 {
   font-size:5.5em;
   margin: 200px 0px 20px 0px;
  }
}

@media (max-width: 1800px) {
  p.introtext2 {
   font-size:3.8em;
   margin: 170px 0px 20px 0px;
  }
}
@media (max-width: 1200px) {
  p.introtext2 {
	font-size:3em;
	margin: 120px 0px 20px 0px;
  }
}
@media (max-width: 900px) {
  p.introtext2 {
    font-size:2em;
	margin: 80px 0px 30px 0px;
  }
}
@media (max-width: 600px) {
  p.introtext2 {
  font-size:1.2em;
  margin: 40px 0px 30px 0px;
  }
}



/* FOOTER ============================================================================*/

#footercontainer {
			width: 100%;
			height:	100%;		
			clear: both;
			width: 0 auto; /* 1000px / 1250px */
			background-color:#63655b;
			font-family: Arial;
			margin: 0;
			padding: 70px 0px 70px 0px;
			/*display:table;*/
			text-align: center;
			
			}
			
footer {
			clear: both;
			/*width: 100%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			margin: 0px 0px 0px 25px;
			color: #6c635c;
			background-color:#63655b;
			overflow:hidden;
		
		}
		
/*MARGIN CHNGE-->*/
@media only screen and (max-width: 480px) {
	footer { 
		margin: 0px 30px 30px 30px;
	}
}		

footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}


footer a:link, footer a:visited { color: #cabca8; text-decoration: none; }
footer a:hover { color: #eddeca; text-decoration: none; }

p.bottomlinks{
	display: block;
	padding: 15px 0px;
	margin:0px 20px;
}
p.bottomlinks a,
p.bottomlinks a.current-demo,
p.bottomlinks a.current-demo:hover{
	background: transparent;
    border: none !important;
    display: inline-block;
	font-family: Arial;
    color: #aea299;
    font-size: 15px;
    padding: 10px 90px 10px 90px;
    text-decoration: none;
}
p.bottomlinks a:hover{
	background: transparent;
	text-decoration: none;
	color:#e9557f;
}
/*Makes all like big when click*/
p.bottomlinks a:active{
	background: transparent;
    border: none !important;
    display: inline-block;
	font-family: Arial;
    color: #ffffff;
    /*font-size: 20px;
    padding: 10px 90px 10px 90px;*/
    text-decoration: none;
}
p.bottomlinks a.current-demo,
p.bottomlinks a.current-demo:hover{
	color: #ffffff;
	background: transparent;
    border: none !important;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.bottomlinks {
		position: relative;
		top: auto;
		left: auto;
	}
}

#brown { 
	padding: 90px 0px 120px 0px;
	background-color: #b3ad93;
	}
	/* Media Queries */
@media screen and (max-width: 480px) {
	#brown  {
		padding: 40px 0px 40px 0px;
	}
		}
