@charset "utf-8";
/* CSS Document */

body{
	background-color: #e1e1e1;
}
p{
	font-weight: normal;
	padding-left: 5%; padding-right: 5%;
	padding-top: 2em; padding-bottom: 2em;
	color: #6D6E71;
	max-height: 999999px; 
}
a {
	color: #FDB812;
	text-decoration:none;
	-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;
}
a:hover {
	color: #222222;
	text-decoration:underline;
}
h2{
	font: 1.4em/1.0 'Arial Narrow', Helvetica;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0; margin: 0;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	padding-left: 5%;
	padding-right: 5%;
	max-height: 999999px; 
}
h1 {font: 1.4em/1.0 'Arial Narrow', Helvetica; font-weight: bold; max-height: 999999px;}
.container {
	margin: 0 auto;
	max-width: 1200px;
	-webkit-box-shadow: 0px 2px 5px #c0c0c0;
	-moz-box-shadow:    0px 2px 5px #c0c0c0;
	box-shadow:         0px 2px 5px #c0c0c0;
}
.header {
	margin: 0 auto;
	margin-top: 133px;
	text-align: center;
	border-top: 1px solid #fff;
}
.header p{
	color: #FFFFFF;
}
.header img {
	margin-top: -130px;
}
.bar, .shadow, .content, .footer{
	max-width: 1200px;
}
.bar {
	color: #FFFFFF;
	padding-top: 1.25em; padding-bottom: 1.25em;
	font-weight: bold;
	text-align:center;
	border-top: 1px solid #fdebc0;
	border-bottom: 1px solid #fcd77e;
	background: #f9d687; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #F9D27A 0%, #fdb812 80%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9D27A), color-stop(80%,#fdb812)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #F9D27A 0%,#fdb812 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #F9D27A 0%,#fdb812 80%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #F9D27A 0%,#fdb812 80%); /* IE10+ */
background: linear-gradient(to bottom, #F9D27A 0%,#fdb812 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9D27A', endColorstr='#fdb812',GradientType=0 ); /* IE6-8 */
}
.bar h1{font: 1.6em/1.0 'Arial Narrow', Helvetica; font-weight: bold; color: #FFFFFF;}
.shadow {
	height: 40px;
	background: #d3d3d3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 64%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(64%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d3d3d3 0%,#ffffff 64%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d3d3d3 0%,#ffffff 64%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d3d3d3 0%,#ffffff 64%); /* IE10+ */
background: linear-gradient(to bottom, #d3d3d3 0%,#ffffff 64%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.content {
	background-color: #FFFFFF;
	text-align:center;
	padding-bottom: 1em;
}
.workframe {
	display:inline-block;
	margin: 1%; margin-top: 0;
}
.workframe h1{
	padding-bottom: 25px;
	background-image:url(../images/thumb_work_top.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	width: 100%;
	height: auto;
	text-align: center;
	font-weight: bold;
	-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;
	display:block;
}
.img {
	margin-top: 5%;
	overflow: hidden;
	text-align:center;
	border-bottom-width: !important 1px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 5px 10px #e9e9e9;
    box-shadow: 0px 5px 10px #e9e9e9;
	-moz-box-shadow:    0px 5px 10px #e9e9e9;
	-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;
	cursor: pointer;
}
.img:hover{
	border-color: #999;
  -webkit-box-shadow: 0px 5px 10px #afaeae;
  box-shadow: 0px 5px 10px #afaeae;
}
.img img{height: auto;
  width: 100%;}
  
.footer {
	padding-bottom: 10%;
	background-color: #FFFFFF;
	text-align: center;
}
.clear {
	clear:both;
}
.call {
	margin: 0 auto;
	margin-top: 5%;
	width: 100%;
	text-align:center;
	height: 2.5em;
	color: #FFFFFF;
	background: #d3d3d3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #FFFFFF 0%, #EFEFEF 64%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(64%,#EFEFEF)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFFFFF 0%,#EFEFEF 64%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFFFFF 0%,#EFEFEF 64%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #FFFFFF 0%,#EFEFEF 64%); /* IE10+ */
background: linear-gradient(to bottom, #FFFFFF 0%,#EFEFEF 64%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EFEFEF',GradientType=0 ); /* IE6-8 */
	
}
#video {margin: 0 auto; -webkit-box-shadow: 0px 2px 5px #979797; 
	-moz-box-shadow:    0px 2px 5px #979797;
	box-shadow:         0px 2px 5px #979797; border: 1px solid #FFFFFF;}

@media only screen and (max-width: 500px) {
	body {font-size: 100%;}
	p {font: 1em/1.75 'Arial', sans-serif; padding: 2em; padding-top: 0;}
	h2 {font: 1.3em/1.25 'Arial', sans-serif;}
	.bar h1{font: 1.6em 'Arial Narrow', sans-serif; font-weight: bold;}
	.workframe h1{font: 1.4em 'Arial Narrow', sans-serif; font-weight: bold;}
	.footer {font: 0.9em/1.5 Arial, sans-serif;}
	.call {font: 1.5em/2.5 'Arial Narrow', sans-serif; font-weight: bold;}
	a.navigationimg {font: 1.4em/1.5 'Arial Narrow', sans-serif; font-weight: bold;}
	.container {
		width:100%;
	}
	.header {
		width: 100%;
		background-image:none;
		background: #5b5b5d;
		 /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #b6b6ba 0%, #5b5b5d 64%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b6ba), color-stop(64%,#5b5b5d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b6b6ba 0%,#5b5b5d 64%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b6b6ba 0%,#5b5b5d 64%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b6b6ba 0%,#5b5b5d 64%); /* IE10+ */
background: linear-gradient(to bottom, #b6b6ba 0%,#5b5b5d 64%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6ba', endColorstr='#5b5b5d',GradientType=0 ); /* IE6-8 */
	}
	.header img {
		width: 60%;
		height: auto;
		min-width: 170px;
		max-width: 251px;
	}
	.navigation {
		-webkit-box-shadow: 0px 3px 10px #444;
		-moz-box-shadow:    0px 3px 10px #444;
		box-shadow:         0px 3px 10px #444;
		border-top: 1px solid #FFFFFF;
	}
	.naviframe {
		display: block;
		background-color: #939598;
		text-align:center; border-bottom: 1px solid #CCCCCC;
	}
	.navigationimg {
	margin: 0 auto;
	width: 100px; 
	padding: 10px;
	}
	.home {background-image:url(../images/icon_home.png);}
	.portfolio {background-image:url(../images/icon_portfolio.png);}
	.services {background-image:url(../images/icon_services.png);}
	.about {background-image:url(../images/icon_about.png);}
	.contact {background-image:url(../images/icon_contact.png);}
	a.navigationimg {
	display: block;
	background-repeat:no-repeat;
	background-position: 0px 12px;
	background-size: 30px 30px;
	padding-left: 40px;
	color: #FDB812;
	text-decoration:none;
	text-align:left;
	-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;
	}
	a.navigationimg:hover{
	color:#FFFFFF;
	text-decoration: underline;
	text-shadow: 0px 0px 2px #ccc;
	}
	.workframe {
	width: 40%; height: auto;
	margin: 0; margin-left: 2.5%; margin-right: 2.5%;
	margin-bottom: 10%;
	}
	.call {display:block;}
	#video {width: 85%; margin-bottom: 5%;}
	
}
@media screen and (min-width: 501px) {
	body {font-size: 100%;}
	p {font: 1em/1.75 'Arial', sans-serif;}
	h2 {font: 1.3em/1.25 'Arial', sans-serif;}
	.bar h1{font: 1.6em 'Arial Narrow', sans-serif; font-weight: bold;}
	.workframe h1{font: 1.4em 'Arial Narrow', sans-serif; font-weight: bold;}
	.footer {font: 0.9em/1.5 'Arial', sans-serif;}
	a.navigationimg {font: 1.3em/1.5 'Arial Narrow', sans-serif; font-weight: bold;}
	.container {
		width: 95%;
	}
	.header {
		background-image:url(../images/360.jpg);
		background-position: top center 300px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header img {
		width: 45%;
		height: auto;
		min-width: 170px;
		max-width: 251px;
	}
	.naviframe1, .naviframe {
		display:inline-block;
	}
	.navigationimg {
	display:inline-block;
	margin-top: 50px;
	margin-bottom: 0;
	padding-top: 100px;	float:left;
	width: 100px;
	height: auto;
	background-repeat:no-repeat;
	background-position: top center;
	background-size: 55px 89px;
	color: #FDB812;
	text-decoration:none;
	text-align:center;
	}
	.home {background-image:url(../images/menu_home.png); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;}
	.portfolio {background-image:url(../images/menu_portfolio.png); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;}
	.services {background-image:url(../images/menu_services.png); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;}
	.about {background-image:url(../images/menu_about.png); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;}
	.contact {background-image:url(../images/menu_contact.png); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;}
	.home:hover, .portfolio:hover, .services:hover, .about:hover, .contact:hover {color:#FFFFFF; padding-top: 80px; text-shadow: 0px 0px 15px #ccc; text-decoration: underline;}
	.call {display: none;}
	.workframe {
	width: 40%; height: auto;
	margin-left: 2.5%; margin-right: 2.5%; margin-bottom: 5%;
	}
	#video {width: 85%; margin-bottom: 5%;}
}
@media screen and (min-width: 740px) {
    body {font-size: 100%;}
	p {font: 1em/1.75 'Arial', sans-serif;}
	h2 {font: 1.3em/1.25 'Arial', sans-serif;}
	.bar h1{font: 1.6em 'Arial Narrow', sans-serif; font-weight: bold;}
	.workframe h1{font: 1.4em 'Arial Narrow', sans-serif; font-weight: bold;}
	a.navigationimg {font: 1.4em/1.5 'Arial Narrow', sans-serif; font-weight: bold;}
	.footer {font: 0.9em/1.5 'Arial', sans-serif;}
	.container {
		width: 90%;
	}
	.header {
		background-image:url(../images/360.jpg);
		background-position: top center 300px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.naviframe1, .naviframe {
		display:inline-block;
	}
	.navigationimg {
	display:inline-block;
	margin-top: 60px;
	margin-bottom: 0;
	padding-top: 115px;	float:left;
	width: 120px;
	height: auto;
	background-repeat:no-repeat;
	background-position: top center;
	background-size: 65px 105px;
	color: #FDB812;
	text-decoration:none;
	text-align:center;
	}
	.home {background-image:url(../images/menu_home.png); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;}
	.portfolio {background-image:url(../images/menu_portfolio.png); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;}
	.services {background-image:url(../images/menu_services.png); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;}
	.about {background-image:url(../images/menu_about.png); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;}
	.contact {background-image:url(../images/menu_contact.png); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease; transition: all 0.7s ease;}
	.home:hover, .portfolio:hover, .services:hover, .about:hover, .contact:hover {color:#FFFFFF; padding-top: 90px; text-shadow: 0px 0px 15px #ccc; text-decoration: underline;}
	
	.workframe {
	width: 22%; height: auto;
	margin: 1%;
	margin-top: 0;
	}
	#video {width: 80%; max-width: 900px; margin: 0 auto; margin-bottom: 3%;}
	
}
@media screen and (max-width: 350px) {
	body {font-size: 100%;}
	p {font: 1em/1.75 'Arial', sans-serif;}
	h2 {font: 1.3em/1.25 'Arial', sans-serif;}
	.bar h1{font: 1.6em 'Arial Narrow', sans-serif; font-weight: bold;}
	.workframe h1{font: 1.4em 'Arial Narrow', sans-serif; font-weight: bold;}
	.footer {font: 0.9em/1.5 'Arial', sans-serif;}
	.call {font: 1.5em/2.5 'Arial Narrow', sans-serif; font-weight: bold;}
	a.navigationimg {font: 1.5em/1.5 'Arial Narrow', sans-serif; font-weight: bold;}
	
	.workframe {
	width: 80%; height: auto;
	margin: 0;
	margin-bottom: 10%;
	float:none;
	}
	#video {width: 90%; margin: 0 auto; margin-bottom: 10%;}
}
@media handheld {
	body {font-size: 100%;}
	p {font: 1em/1.75 'Arial', sans-serif;}
	h2 {font: 1.3em/1.25 'Arial', sans-serif;}
	h1.bar {font: 1.6em 'Arial Narrow', sans-serif; font-weight: bold;}
	h1.workframe {font: 1.4em 'Arial Narrow', sans-serif; font-weight: bold;}
	.footer {font: 0.9em/1.5 'Arial', sans-serif;}
	.call {font: 1.5em/2.5 'Arial Narrow', sans-serif; font-weight: bold;}
	a.navigationimg {font: 1.5em/1.5 'Arial Narrow', sans-serif; font-weight: bold;}
	
	.workframe {
	width: 80%; height: auto;
	margin: 0;
	margin-bottom: 10%;
	float:none;
	}
}