@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Avant';
    src: url('../fonts/Avant_Garde_Normal.eot');
    src: url('../fonts/Avant_Garde_Normal.eot') format('embedded-opentype'),
         url('../fonts/Avant_Garde_Normal.woff') format('woff'),
         url('../fonts/Avant_Garde_Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*
{
	outline: none;
	border:	0;
	margin:	0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

header, section, footer 
{   
	display:block;
}

body
{
	background: #d7d7d7 url(../images/bg_image.jpg) no-repeat top center;
	background-size: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper
{
	width: 915px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	position:relative;
}

#header
{
	width: 100%;
	height: 433px;
	margin: 25px 0 0 0;
	padding: 0;
}

#header-inner
{
	width: 100%;
	float: left;
	margin: 25px 0 0 0;
	padding: 0;
}

.headerImg
{
	padding: 0;
	margin: 0;
}

#logo
{
	position: absolute;
	top: 25px;
	z-index: 9999;
}

#logo-inner
{
	position: absolute;
	height: 228px;
	overflow: hidden;
}

#section-home
{
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
}

#section-home-inner
{
	width: 100%;
	float: left;
	margin: 5px 0 5px 0;
	background-color: #ffffff;
}

#sub-menu
{
	width: 100%;
	background-color: #ffffff;
	margin: 0;
	float: left;
}

/* About us - shade1 */
.sub-menu-about
{
	width: 635px;
	height: 27px;
	text-align: left;
	float: right;
	background-color: #510148;
}

.menu-about
{
	background-color: #793c72;
}

.sub-menu-about a, .sub-menu-about span
{
	color: #ffffff;
	background-color: #793c72;
	font-size: 13px;
	padding: 5px 10px 6px 10px;
	display: block;
	float: left;
}

/* Services - shade2 */
.sub-menu-services
{
	width: 635px;
	height: 27px;
	text-align: left;
	float: right;
	background-color: #841349;
}

.menu-services
{
	background-color: #a04b74;
}

.sub-menu-services a, .sub-menu-services span
{
	color: #ffffff;
	background-color: #a04b74;
	font-size: 13px;
	padding: 5px 10px 6px 10px;
	display: block;
	float: left;
}

/* Services - shade3 */
.sub-menu-projects
{
	width: 635px;
	height: 27px;
	text-align: left;
	float: right;
	background-color: #cc015b;
}

.menu-projects
{
	background-color: #d73a7f;
}

.sub-menu-projects a, .sub-menu-projects span
{
	color: #ffffff;
	background-color: #d73a7f;
	font-size: 13px;
	padding: 5px 10px 6px 10px;
	display: block;
	float: left;
}

/* Services - shade4 */
.sub-menu-events
{
	width: 635px;
	height: 27px;
	text-align: left;
	float: right;
	background-color: #e90069;
}

.menu-events
{
	background-color: #ed3a8c;
}

.sub-menu-events a, .sub-menu-events span
{
	color: #ffffff;
	background-color: #ed3a8c;
	font-size: 13px;
	padding: 5px 10px 6px 10px;
	display: block;
	float: left;
}

/* Services - shade5 */
.sub-menu-contact
{
	width: 635px;
	height: 27px;
	text-align: left;
	float: right;
	background-color: #f9056c;
}

.menu-contact
{
	background-color: #fa3d8d;
}

.sub-menu-contact a, .sub-menu-contact span
{
	color: #ffffff;
	background-color: #fa3d8d;
	font-size: 13px;
	padding: 5px 10px 6px 10px;
	display: block;
	float: left;
}


.content
{
	background-color: #ffffff;
	width: 532px;
	margin: 0 5px 5px 0;
	float: left;
	padding: 15px 24px 3px 24px;
}

.content-inner
{
	background-color: #ffffff;
	width: 612px;
	margin: 0;
	float: left;
	padding: 15px 24px 15px 24px;
}

.title-text
{
	font-weight: bold;
	color: #ff4f01;
	font-size: 20px;
	margin-bottom: 10px;
}

.title-text-about
{
	font-weight: bold;
	color: #510148;
	font-size: 20px;
	margin-bottom: 10px;
}

.title-text-services
{
	font-weight: bold;
	color: #841349;
	font-size: 20px;
	margin-bottom: 10px;
}

.title-text-projects
{
	font-weight: bold;
	color: #cc015b;
	font-size: 20px;
	margin-bottom: 10px;
}

.title-text-events
{
	font-weight: bold;
	color: #e90069;
	font-size: 20px;
	margin-bottom: 10px;
}

.title-text-contact
{
	font-weight: bold;
	color: #f9056c;
	font-size: 20px;
	margin-bottom: 10px;
}

.normal-text
{
	font-weight: normal;
	color: #969696;
	font-size: 12px;
	line-height: 16px;
}

.normal-text b
{
	font-weight: bold;
	color: #555555;
}

.normal-text a
{
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
}

.special-text
{
	font-family: Avant, Arial, Helvetica, sans-serif;
	color: #969696;
	font-size: 30px;
	margin-bottom: 10px;
}

p.special-text
{
	padding: 20px 0 12px 0;
}

#read-more
{
	width: 100%;
	margin-top: 15px;
}

.read-more-content
{
	width: 148px;	
	float: left;
	border-right: solid 1px #e3e3e3;
	margin: 0 20px 0 0;
	padding-right: 15px;
}

.read-more-title
{
	font-weight: bold;
	color: #ffa300;
	font-size: 16px;
	margin-bottom: 5px;
}

.read-more-content img
{
	margin-top: 10px;
}

.side-bar
{
	width: 315px;
	margin: 0;
	float: left;
	background-color: #ffffff;
	padding: 20px 0 0 15px;
}

.side-bar-inner
{
	width: 240px;
	margin: 0;
	float: left;
	background-color: #ffffff;
	padding: 20px 0 0 15px;
}

#testimonials
{
	padding: 9px 15px 9px 0;
	height: 242px;
}

.side-bar-content-title
{
	font-weight: bold;
	color: #ff4f01;
	font-size: 16px;
	margin-bottom: 5px;
}

.speak
{
	background-color: #ffffff;
	overflow: hidden;
	position: absolute;
}

.speak-img
{
	float: left;
	width: 97px;
}

.speak-title
{
	float: left;
	width: 188px;
	height: 106px;
	padding: 0 15px 0 15px;
	position: relative;
}

.speak-title p
{
	position: absolute;
	bottom: 0;
}

.speak-content
{
	width: 300px;
	margin-top: 112px;
}

#contact-info-outer
{
	background-color: #ffffff;
	padding: 9px 15px;
	height: 100px;
	margin-bottom: 5px;
}

#contact-info-inner
{
	width: 100%;
	border-top: solid 1px #e3e3e3;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

#footer
{
	background-color: #cecece;
	text-align: center;
}

#footer-content
{
	width: 915px;
	margin: 0 auto;
	text-align: left;
}

#footer-links
{
	background-color: #fabd1a;
	padding: 24px 0 24px 51px;
	height: 100px;
	margin: 0;
}

.footer-link-content
{
	float: left;
	border-right: solid 1px #fddb7f;
	width: 132px;
	margin-right: 50px;
	text-align: left;
}

.footer-link-content > p
{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 8px;
}

.footer-link-content > p > a
{
	color: #ffffff;
	font-size: 16px;
}

.footer-link-content > a
{
	color: #ffffff;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}

#footer-copy
{
	height: 34px;
	width: 100%;
	background-color: #555555;
	text-align: right;
}

#footer-copy > p
{
	font-size: 12px;
	font-weight: bold;
	color: #a0a0a0;
	padding: 10px 30px 0 0;
	text-align: right;
}


/* Project page css*/

.project-row-container
{
	width: 100%;
	float: left;
	margin-bottom: 60px;
}

.project-left-container
{
	width: 420px;
	float: left;
	margin: 0 27px 0 0;
}

.project-right-container
{
	width: 420px;
	float: left;
}

.project-image
{
	display: block;
	float: left;
	border: none;
}

.project-content
{
	width: 275px;	
	float: left;
	margin: 0 0 0 15px;
}

.project-title
{
	font-weight: bold;
	color: #424142;
	font-size: 16px;
	margin-bottom: 5px;
}

.video-title a
{
	font-weight: bold;
	color: #424142;
	font-size: 16px;
	margin-bottom: 5px;
	width: 400px;
}

.project-text, .video-text
{
	font-weight: normal;
	color: #969696;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}

.downarrowclass, .rightarrowclass
{
	display: none;
}

#movie-list
{
	width: 100%;
	padding-top: 20px;
}

.movie-col
{
	float: left;
	width: 150px;
	font-weight: normal;
	color: #969696;
	font-size: 12px;
	line-height: 16px;
}

.form 
{
	width: 537px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.form label 
{
	width: 100%;
	display: block;
	padding: 5px 0 5px 0;
	color: #424142;
}

.form label span 
{
	display: block;
	float: left;
	width: 150px;
}

.textbox
{
	height: 25px;
	width: 374px;
	border: solid 1px #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 5px;
}

.textarea
{
	width: 374px; 
	overflow: auto; 
	border: solid 1px #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 5px;
}

.button
{
	font-family: Arial, Helvetica, sans-serif;
    border: none;
    background: #F9056C;
	color: #ffffff;
	padding: 5px 8px;
	font-size: 14px;
	float: right;
	cursor: pointer;
}

.video-container
{
	width: 590px;
	float: left;
	margin: 27px 0 0 0;
}

.video-container a
{
	float: left;
	padding: 0 25px 0 0;
}

.video-content
{
	width: 400px;	
	float: left;
}