@import url(http://fonts.googleapis.com/css?family=Roboto);

body { 
	padding-top: 0; 
	font-family: 'Roboto', sans-serif;
}

a, a:focus, a:active {
	text-decoration: none;
	outline: none;
}

h1{
	text-align: center;
	color: #fff;
	font-size: 52px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

h2{
	color: #606361;
	font-size: 46px;
}

h3{
	color: #606361;
	font-size: 36px;
}

h4{
	color: #606361;
	font-size: 28px;
}


p{
	color: #606361;
	font-size: 110%;
}

li{
	color: #606361;
	font-size: 110%;
}

textarea{
	width: 100%;
	resize: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

#home-container h1 {
	display: inline-block;
	margin: 20% 0 5% 0;
}

.background {
	background: #fff;
}

.menu {
	color: #000;
	padding: 60px 0 0 0;
}

.menu ul {
	list-style-type: none;
	margin-left: -40px;
	margin-top: 16px;
}

.menu li {
	font-size: 16px;
	display: inline-block;
	margin: 0 12px;
}

.menu li a{
	text-decoration: none;
	color: #000;
}

.menu li a:hover{
	color: #d89829;
}

.menu li .active{
	color: #963;
}

.menu .title {
	font-size: 14px;
	text-align: right;
	color: black;
}

.logo {
	float: left;
	height: 84px;
	margin: 16px 0 8px -80px;
}



/*home menu*/
#home-container{
	height: 1000px;
	padding: 100px 0 0 0;
	background-image: url(images/home_bg.gif);
	text-align: center;
	background-size: cover;
	background-position: center;
}	

.hometext{
	color: #fff;
	font-size: 16px;
}

/*about menu*/
#about-container{
	min-height: 800px;
	background-image: url(images/about_bg.gif);
	text-align: center;
	background-size: cover;
	background-position: center;
	padding-top: 3%;
	padding-bottom: 10%;
}


#work-container{
	background-color: #fff;
	background-position: center;
	padding: 3% 0;
}

#work-container a{
	display: inline-block;
}

.work-images {
	padding: 12% 6% 0 6%;
	margin: 4% 0;
	background-color: white;
	background-position: center;	
	text-align: center;
	cursor: pointer;
}

.work-images img {
	width: 100%;
	height: auto;
	border: 1px solid #b1b1b1;
	padding: 1%;
}

.work-video{
	display: inline-block;
	font-size: 14px;
	width: 100%;
	height: auto;
	margin-bottom: 4%;
	text-align: center;
	color: #4b8ecc;
	text-decoration: none !important;
}

.work-video a:hover{
	color: #fff;
}



.philosophy{
	text-align: left;
}

.philosophy li {
	margin: 0 0 4px 0;
}

.break{
	width: auto;
	height: 24px;
	color: #606361;
}

.container-philosophy {
	display: block;
	padding: 64px 0 0 0;
}

.container-philosophy h3 {
	padding: 10% 0 0 0;
}

/*contact menu*/
#contact-container{
	background-color: #77cfd0;
	background-position: center;
	padding: 2% 0 20% 0;
}

.contact-title{
	text-align: left;
	padding-top: 3%;
	padding-bottom: 10%;
}

.contact-sub{
	font-size: 16px;
	text-align: left;
	color: #393838;
}

.contact-container ul{
	text-align: left;
	margin-left: -20px;
	list-style-type: none;
}

.contact-container li{
	text-align: left;
	margin-top: 22px;
}

.contact-container li.img_1{
	list-style-image: url(images/phone.gif);
}

.contact-container li.img_2{
	list-style-image: url(images/location.gif);
}

.contact-container li.img_3{
	list-style-image: url(images/email.gif);
}

.contact-container li.img_4{
	list-style-image: url(images/frontpage.gif);
}

.social{
	display: block;
	margin: 10px 10px 0 10px;
}

.social a{
	display: inline-block;
	width: 48px;
	height: 48px;
}

.facebook{
	background: url(images/icons/facebook.png) no-repeat center;
}

.twitter{
	background: url(images/icons/twitter.png) no-repeat center;
}

.linkedin{
	background: url(images/icons/linkedin.png) no-repeat center;
}


/*news menu*/
#news-container{
	min-height: 800px;
	background-position: center;
	text-align: center;
	padding: 2% 0 20% 0;
}

.news-post{
	height: auto;
	width: 100%;
	background-color: white;
	text-align: left;
	margin-top: 50px;
}

.news-post em{
	color: #b3b8bb;
	text-align: center;
}

.news-post a{
	text-decoration: none;
	color: #4a8ecc;
}


.button{
	display: inline-block;
	font-size: 18px;
	padding-top: 10px;
	border-radius: 12px 12px 12px 12px;
	width: 96%;
	height: 50px;
	background: #4b8ecc;
	text-align: center;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

.button a{
	text-decoration: none;
}

.button:hover{
	text-decoration: none;
	color: #fff;
	background-color: #5d9ad3;
}

