@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 0px;
}

html {
	height: 100%;
	background: url(../img/BG1.jpg) no-repeat fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	height: 100%;
}

.clear_both {
	clear: both;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.svg#icomoon') format('svg'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

#container {
	width: 960px;
	margin: 0 auto;
	top: 50px;
	background: url(../img/page_wrap_bg.jpg) no-repeat fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:auto;
	min-height: 730px;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.7);
}

header {
	height: 130px;
	width: 100%;
	position: relative;
}

header img {
	height:120px;
	width:auto;
	position: absolute;
	top: 10px;
	left: 10px;
}

#social_media {
	width: 105px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 335px;
	background: #ccc;
	border-radius: 0 0 10px 10px;
	box-shadow: inset 0 -2px 5px rgba(0,0,0,.5);
	-o-box-shadow: inset 0 -2px 5px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 -2px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.5);
}

#social_media p{
	font-family: icomoon;
	font-size: 30px;
	color: #666;
	padding: 25px 15px;
}

#social_media a, #social_media a:link, #social_media a:visited {
	color: #666;
	text-decoration: none;
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	-moz-transition: all .1s linear;
}

#social_media a:hover {
	color: #eee;
}

#nav {
	height: 33px;
	width: 100%;
	position: absolute;;
	left: 0;
	top: 99px;
	font-family: 'Doppio One', sans-serif;
	text-transform:uppercase;
	text-align: right;
}

#nav img {
	position: absolute;
	width: 960px;
	height: auto;
	left: 0;
	top: 0px;
}

#nav ul {
	width: 70%;
	position: absolute;
	right: 12px;
	overflow: hidden;
}

#nav li {
	display: inline-block;
	list-style: none;
	font-size: 22px;
	line-height: 29px;
	padding: 2px 0px;
	color: #fff;
}

#nav a, #nav a:link, #nav a:visited {
	text-decoration: none;
	color: #fff;
	padding: 3px 12px;
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	-moz-transition: all .1s linear;
}

#nav a:hover {
	background: #ccc;
	color: #666;
	box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	-o-box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.5);
}

a#current, a#current:link, a#current:visited {
	color: #ccc;
}

a#current:hover {
	color: #ccc;
	background: none;
	box-shadow: none;
	cursor: default;
}

aside {
	position: relative;
	float: left;
	height: auto;
	width: 207px;
	display: inline-block;

}

#clients_tab {
	position: relative;
	width: 207px;
	height: auto;
	float: left;
	margin: 35px 0 30px -20px;
	padding: 5px 10px 5px 10px;
	background: orange;
	box-shadow: 3px 3px 5px #999;
	-o-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
}

#clients_tab img {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 20px;
	height: 20px;
}

#clients_tab h2 {
	position:relative;
	font-size: 24px;
	line-height: 24px;
	float: right;
	color: #fff;
	font-family: 'Doppio One', sans-serif;
	text-transform:uppercase;
}

aside #clients {
	width: 207px;
	height: auto;
	padding-bottom: 15px;
}

aside #clients img {
	height: auto;
	width: 160px;
	padding: 0 24px 35px 23px;
	border-right: solid 1px #ccc;
}

aside #clients a:hover {
	opacity:.5;
}

#content_container {
	width: 753px;
	height: 100%;
	position: relative;
	display: inline-block;
}

#mission_statement {
	position: absolute;
	width: 400px;
	height: auto;
	right: -34px;
	top: -20px;
	padding: 10px 10px 10px 10px;
	background: orange;
	box-shadow: -5px 5px 15px rgba(0,0,0,.4);
	-o-box-shadow: -5px 5px 15px rgba(0,0,0,.4);
	-moz-box-shadow: -5px 5px 15px rgba(0,0,0,.4);
	-webkit-box-shadow: -5px 5px 15px rgba(0,0,0,.4);
}

img#mission {
	position: absolute;
	right: 0px;
	top: 100%;
	width: 34px;
	height: 34px;
}

h1 {
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	position: relative;
}

#tv {
	position: relative;
	width: 600px;
	height: 300px;
	background: orange;
	margin: 15px auto;
	z-index: 5;
}

h3 {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-family: helvetica, arial, sans-serif;
	color: #666;
	margin: 35px auto 0;
	padding: 10px;
	width: 250px;
	border-bottom: 3px solid #ccc;
	border-top: 3px solid #ccc;
	border-radius: 10px;
}

#shadow {
	position: absolute;
	opacity: .5;
	top: 410px;
	right: 75px;
	width: 600px;
	height: 49px;
	background: url(../img/tv_shadow.png);
	background-size: cover;
	z-index: 1;
}

#about_container {
	margin: 0 auto 25px;
	position: relative;
	height: auto;
	width: 700px;
	clear: left;

}

.left_text_box {
	position: relative;
	display: inline-block;
	margin: 25px 0;
	padding: 10px 30px;
	height: auto;
	width: 200px;
	float: left;
}

.right_text_box {
	position: relative;
	display: inline-block;
	margin: 25px 0;
	padding: 10px 30px;
	height: auto;
	width: 200px;
	float: left;
	text-align: left;
}

#about_container img {
	position: relative;
	display: inline-block;
	margin: 25px 15px 0;
	padding: 10px 50px 10px 35px;
	height: 125px;
	width: 63px;
	float: left;
	border-left: solid 1px #ccc;
	-o-border-left: solid 1px #ccc;
	-moz-border-left: solid 1px #ccc;
	-webkit-border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	-o-border-right: solid 1px #ccc;
	-moz-border-right: solid 1px #ccc;
	-webkit-border-right: solid 1px #ccc;
}

h4 {
	font-size: 16px;
	line-height: 18px;
	font-family: helvetica, arial, sans-serif;
	color: #666;
}

footer {
	position: absolute;
	right: 70px;
	bottom: -65px;
	width: 500px;
	height: 30px;
}

footer h5{
	float: right;
	color: #666;
	font-size: 18px;
}


													/* SERVICES PAGE */

#services {
	width: 690px;
	margin: 70px auto 50px;
	height: auto;
}

#services_intro {
	width: 660px;
	margin: 0 auto 50px;
	height: auto;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 20px 20px 0 0;
	box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-o-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
}

.container_left {
	width: 359px;
	height: auto;
	float: left;
	display: inline-block;
	border-right: 1px solid #ccc;
	margin: 15px 0 15px 15px;
	padding-right: 15px;

}
.container_right {
	width: 230px;
	height: auto;
	float: left;
	display: inline-block;
	margin: 15px 0 15px 15px;

}

#services p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: arial, helvetica, sans-serif;
	height: auto;
	width: auto;
	text-align: left;
}

#services_include {
	width: 660px;
	margin: 0 auto;
	height: auto;
	background: #eee;
	padding-top: 15px;
	border: 1px solid #ccc;
	border-radius: 0 0 20px 20px;
	position: relative;
	box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-o-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
}

#services_include h1{
	background: orange;
	position: absolute;
	width: 210px;
	top: -25px;
	left: -10px;
	padding: 5px 10px 5px 10px;
	background: orange;
	box-shadow: 3px 3px 5px #999;
	-o-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-family: 'Doppio One', sans-serif;
	text-transform:uppercase;
}

#services_include ul{
	display: inline-block;
	float: left;
	height: auto;
	width: 660px;
	margin: 15px 15px 15px 30px;
	text-align: left;
}

#services_include li{
	font-family: arial, helvetica, sans-serif;
	width: 290px;
	height: auto;
	float: left;
	margin: 0 25px 0 0;
	line-height: 22px;
	color: #666;
	font-size: 16px;
	font-weight: 400;
}
													/* CLIENTS PAGE */

.clients {
	width: 690px;
	margin: 70px auto 50px;
	height: auto;
}

.clients h1{
	color: #666;
	font-size: 35px;
	font-weight: bold;
	font-family: 'Doppio One', sans-serif;
	letter-spacing: 3px;
	line-height: 40px;
	margin: 50px auto 40px;
	width: 150px;
	display: block;
}

.client_box {
	position: relative;
	width: 660px;
	margin: 0 auto 60px;
	height: auto;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.client_box ol {
	display: inline-block;
	float: left;
	height: auto;
	width: 660px;
	margin: 15px 15px 15px 50px;
	text-align: left;
}

.client_box li {
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #666;
	width: 285px;
	height: auto;
	float: left;
	margin: 0 35px 0 0;
	line-height: 22px;
}

li span {
	color: #666;
	font-size: 16px;
	font-weight: 400;
}

.client_category {
	background: orange;
	position: absolute;
	top: -25px;
	right: -10px;
	padding: 5px 10px 5px 10px;
	background: orange;
	box-shadow: 3px 3px 5px #999;
	-o-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-family: 'Doppio One', sans-serif;
	text-transform:uppercase;
}

													/* PROJECTS PAGE */

#projects {
	width: 690px;
	margin: 70px auto 50px;
	height: auto;
}

#projects h1{
	color: #666;
	font-size: 35px;
	font-weight: bold;
	font-family: 'Doppio One', sans-serif;
	letter-spacing: 3px;
	line-height: 40px;
	margin: 50px auto 20px;
	width: 150px;
	display: block;
}

.vid_index {
	width: 660px;
	margin: 0 auto 30px;
	height: auto;
	overflow: hidden;
	background: #eee;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-o-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.2); 
	border-radius: 20px 20px 0 0;
}

.vid_index ol {
	display: inline-block;
	float: left;
	height: auto;
	width: 660px;
	margin: 15px 15px 15px 50px;
	text-align: left;
}

.vid_index li {
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: orange;
	width: 285px;
	height: auto;
	float: left;
	margin: 0 35px 0 0;
	line-height: 22px;
}

li span {
	color: #666;
	font-size: 16px;
	font-weight: 400;
}

a.vid_box {
	display: block;
	height: 130px;
	width: 200px;
	margin: 0 15px 25px;
	background: orange;
	float: left;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 70px;
	line-height: 120px;
	text-decoration: none;
}

.vid_box:hover .number {
	display: none;
}

a#one.vid_box:hover  {
	background-image: url(../img/vid_1.jpg);
}

a#two.vid_box:hover  {
	background-image: url(../img/vid_2.jpg);
}

a#three.vid_box:hover {
	background-image: url(../img/vid_3.jpg);
}

a#four.vid_box:hover  {
	background-image: url(../img/vid_4.jpg);
}

a#five.vid_box:hover  {
	background-image: url(../img/vid_5.jpg);
}

a#six.vid_box:hover  {
	background-image: url(../img/vid_6.jpg);
}

a#seven.vid_box:hover {
	background-image: url(../img/vid_8.jpg);
	border-radius: 0 0 0 0;
	-o-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
}

a#seven.vid_box {
	border-radius: 0 0 0 20px;
	-o-border-radius: 0 0 0 20px;
	-moz-border-radius: 0 0 0 20px;
	-webkit-border-radius: 0 0 0 20px;
}

a#eight.vid_box:hover  {
	background-image: url(../img/vid_9.jpg);
}

a#nine.vid_box:hover  {
	background-image: url(../img/vid_9.jpg);
	border-radius: 0 0 0 0;
	-o-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
}

a#nine.vid_box  {
	border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
	-o-border-radius: 0 0 20px 0;
	-moz-border-radius: 0 0 20px 0;
	-webkit-border-radius: 0 0 20px 0;
}

													/* CONTACT PAGE */

h1#contact_title {
	color: #666;
	font-size: 35px;
	font-weight: bold;
	font-family: 'Doppio One', sans-serif;
	letter-spacing: 3px;
	line-height: 60px;
	margin: 40px auto 0;
	width: 150px;
}

#contact {
	text-align: center;
	margin: 70px auto 0;
	padding: 15px;
	width: 400px;
	height: auto;
	background: #eee;
	border-radius: 20px;
	box-shadow: inset 0 0 15px rgba(0,0,0,.5);
	-o-box-shadow: inset 0 0 15px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 15px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,.5); 
} 

#contact h2 {
	color: #666;
	font-size: 22px;
	font-weight: 600;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: 0px;
	line-height: 32px;
	margin: 15px 0 30px;
}

#contact p {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: 0px;
	line-height: 22px;
	margin: 15px auto 40px;
	width: 300px;
}

a.click {
	display: block;
	font-size: 18px;
	font-weight: 400;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: 0px;
	line-height: 22px;
	width: 300px;
	padding: 15px 15px;
	margin: 25px auto 25px;
	background: orange;
	box-shadow:  none;
	-o-box-shadow:  none;
	-moz-box-shadow:  none;
	-webkit-box-shadow:  none;
	transition: all .1s linear;
	-o-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
}

a.click, a.click:link, a.click:visited {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
}

a.click:hover {
	color: #ededed;
	background: #EAA400;
	border: none;
	box-shadow:  inset 0 0 8px rgba(0,0,0,.5);
	-o-box-shadow:  inset 0 0 8px rgba(0,0,0,.5);
	-moz-box-shadow:  inset 0 0 8px rgba(0,0,0,.5);
	-webkit-box-shadow:  inset 0 0 8px rgba(0,0,0,.5); 
}

#top {
	border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

#bottom {
	border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}



