/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

@font-face {
	font-family: 'Helvetica Neue Thin';
	src: url('./fonts/HelveticaNeue-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal; 
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('./fonts/HelveticaNeue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal; 
}

@font-face {
	font-family: 'Open Sans Regular';
	src: url('./fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal; 
}
    
/* #Site Styles
================================================== */


html {
  height: 100%;
}

body {
  background: #fff;
  padding: 0;
  position: relative;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto; 
	overflow: hidden;
}

.main {
	position: relative;
}

.main section .page_container {
  position: relative;
  top: 25%;
  margin: 0 auto 0;
  max-width: 950px;
  z-index: 3;
}

.main section  {
  overflow: hidden;
}

.about-left-side {
	width: 399px;
	margin: 237px 0 0 5px;
	float: left
}

    .about-right-side {
	position: relative;
	margin: 145px 0 0 45px;
	float: left;
}

.onepage-pagination li a::before {
	background: #888;
}

.onepage-pagination li a.active::before {
	border: 1px solid #0088cc;
}


/* #Media Queries
================================================== */


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	.about-left-side {
		width: 359px;
		margin: 262px 0 0 5px;
	}
	

	.about-left-side h2 {
		overflow: hidden;
		height: 90px
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	h1 {
		font-size: 21px;
		line-height: 22px;
	}
	
	h2 {
		font-size: 20px;
		line-height: 21px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	p{
		line-height: 18px;
		font-size: 13px;
		margin-bottom: 5px;
	}

    section:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 0px;
		display: block;
		bottom: 0px;
		z-index: 998;
	    border: none;
	}
	
	.onepage-pagination {
		right: 10px !important;
	}	
			
	.about-right-side {
		margin: 29px 0 0 -20px;
	}
	
	.about-left-side {
		width: 250px;
		margin: 57px 0 0 -10px;
	}
	
	.about-left-side h2{
		margin-bottom: 10px;
	}
		
	.animated2 {
	  -webkit-animation-duration: 0s;
	  animation-duration: 0s;
	  -webkit-animation-fill-mode: backwards;
	  animation-fill-mode: backwards;
	}
	
	.delay25 {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	h1 {
		margin-top: 26px;
	}
		
    .about-right-side {
		position: absolute;
		top: 169px;
		left: 57px;
	}
	
	.about-left-side {
		margin: 20px 0 0 0;
		width: 100%;
		text-align: center;
	}
	
	.about-left-side h2{
		margin-bottom: 8px;
	}
	
}

