@font-face {
	font-family: "Open Sans";	
	src: url('../../../fonts/OpenSans-Regular-webfont.ttf');
	src: url('../../../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../../../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../../../fonts/OpenSans-Regular-webfont.svg#droid_sansregular') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans";
	src: url('../../../fonts/OpenSans-Bold-webfont.ttf');
	src: url('../../../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../../../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../../../fonts/OpenSans-Bold-webfont.svg#droid_sansregular') format('svg');
	font-weight: 600;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #222;
	line-height: 25px;
	font-size: 15px;
	background: #fff;
	font-family: 'Open Sans';
}
body, #sidebar, #copyright, .blog-entry-date, p.blog-entry-tags a, .photo-navigation a:link, .photo-navigation a:visited, .movie-page-title  {
	font-family: 'Open Sans';
}

#siteHeader h1, #siteHeader h2, #sidebar h3, #navcontainer, h1.blog-entry-title, p.blog-entry-tags, .blog-entry-comments a, .blog-entry-category a:link,
.blog-entry-category a:visited, .blog-read-more a:link, .blog-read-more a:visited, .album-title, .photo-background p.photo-title, .form-input-field {
	font-family: 'Open Sans';
}

#contentContainer {
	font-family: 'Open Sans';
}
:focus {
	outline: 0;
	-moz-outline-style: none;
}
img {
	border: none;
}
.image-left {
	float: left;
	margin: 3px 12px 3px 0;
}
.image-right {
	float: right;
	margin: 3px 0 3px 12px;
}
a:link, a:visited {
	color: #E86D00;
	text-decoration: none;
}

a:hover, a:active {
	color: #E86D00 !important;
	text-decoration: none;
}

.clearer {
	clear: both;
}
hr {
	border-top: 1px solid #bfbfbf;
}
.font12 {
	font-size: 15px;
	padding-right: 10px !important;
	margin-top:-2px !important;
}
/* Main content area unordered list styles */
#contentContainer, #siteHeader, #breadcrumb, #copyright, #navcontainer, #navcontainer ul, #navcontainer ul ul, #footer, .photo-navigation {
	width:100%;
}

#contentContainer #content ul, #contentContainer #content ol {
	list-style-position: inside;
}
#content ul {
	list-style-type: none;
}
#contentContainer #content li {
	margin: 2px 0;
	list-style-type: none;
}
#contentContainer #content li i.arrow {
	font-weight: bold;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid black;
	padding-right: 7px;
	display: block;
	float: left;
	margin-top: 6px;
}
table {
}
#container {
	margin: 0 auto;
	width: 100%;
}
#siteHeader {
	background: #d16327;	
	overflow: hidden;
	border-bottom: 3px solid #FFF;
}
#header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#siteLogo {
	float: left;
	margin-right: 40px;
	margin-bottom: -1px;
	padding-top: 41px;
}
#siteLogo img {
	height: auto;
	width: 100%;
	display: block;
}
#siteHeader h2 {
	padding-top: 150px;
	color: #fff;
	font-style: italic;
}
#contentContainer {
	width: 100%;	
	padding-bottom: 50px;
	background-color: #fff;
	padding-top: 10px;
}
#content {
  width:1000px;
	margin: 0 auto;	
}
#content .feature {
	border-bottom: 1px dotted #CCC;
	padding-bottom:15px;	
	position: relative;
	width:100%;
	
}
#content h1 {
	font-size: 23px;
	line-height: 30px;
	text-transform: uppercase;
	color: #222;
	font-weight: 700;
	padding: 0;
}
.feature h1 a {
	color: #222;
	text-decoration: none;
}
h3 {
	font-size: 18px;
	color: #B75D2F;
	font-weight: bold;
	text-transform: uppercase;
	margin: .75em 0;
}
h3 a{	
	color: #333;
}
h3 a:hover{
	color: #444 !important;
}
h8{ 
font-size:14px;
font-weight:normal;
}
.feature h1 a:visited {
	color: #222;
}
.feature h1 a:hover, .feature h1 a:active {
	text-decoration: none;
	color: #222;
}
.feature p {
	padding: 5px 0;
	line-height: 22px;
}
.alignleft {
	float: left;
	width: 50%;
	margin: 10px 50px 10px 10px;
}
.alignleft img {
	width: 100%;
}
.alignright {
	margin: 0px;
}
.readmore a, .readmore a:visited {
	float: left;
	font-size: 13px;
	color: #B75D2F;
	text-decoration: none;
}
.readmore a:hover, .readmore a:active {
	color: #77320F;
	text-decoration: none;
}
.fea_section {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
		
}
.fea_section ul {	
	list-style-type: none;
	margin: 0 auto;
}
.fea_section li {
	width: 250px;
	float: left;
	padding: 30px 35px;
	list-style-type: none;
}
.fea-icon {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.fea-icon i {
	margin: 0 auto;
	position: relative;
}
.featitle {
	font-size: 13px;
	text-align: center;
	width: 100%;
}
.featitle h4 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 4px;
	line-height: 21px;
	margin: 10px 0px;
	color: #222;
	text-align: center;
}
.expert_section {
	position: relative;
	display: block;
	margin-bottom: 30px;
	margin-top: 10px;
	overflow:hidden;
}
.fea-projects {
	position: relative;
	display: block;
	width: 98%;
	margin: 0 auto;
	overflow:hidden;
}
.col-lg-4 {
	width: 50%;
	float: right;
}
.col-lg-4 img {
	display: block;
}
.apptextleft {
	float: left
}
.apptextleftone {
	background: url('images/icon-arrow.png') no-repeat scroll left top transparent;
	margin-left: 20px;
	height: 60px;
}
.apptextlefttwo {
	background: url('images/checkmark.png') no-repeat scroll left transparent;	
	padding: 1px 0;
}
.apptextleftone h7 {
	font-size: 17px;
	padding-top: 5px;
	float: left;
	padding-left: 40px;
}
ul.apptext  {
	margin: 0;
	padding-left:15px;
	display: block;
	width: 100%;
}
ul.apptext li  {
	list-style-type: square !important;
	padding-left: 10px;
	margin: 10px 0 !important;
	color:#333;
}
ul.apptext li a {
	font-size: 14px;
	color: #703406;
}
.apptextlefttwo h7 {
	padding-left: 25px;
	font-weight: 600;
	font-size: 15px;
	color:#77320F;
	}
.apptextlefttwo h7 a {	
	color: #77320F;
	
}
.clear {
	clear: both;
}
.protitle {
	text-align: center;
	margin: 10px auto;
}
.protitle h5 a, .protitle h5 a:visited {
	font-size: 15px;
	font-weight: normal;
	line-height: 21px;
	color: #222;
	text-decoration: none;
}
.protitle h5 a:hover, .protitle h5 a:active {
	text-decoration: none;
	color: #ca3700;
}
#content h6.itemTitle {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	padding: 0 0 5px 0;
	margin: 0;
	color: #000;
	font-weight: bold;
}
.pro-grid {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
.pro-width-large {
	display: block;
	line-height: 20px;
	margin: 20px 20px 0 20px;
}
.pro-width-large .blue {
	color: #048CBC;
	font-size: 14px;
	font-weight: bold;
}
.pro-width-large p {
	margin-bottom: 1ß0px;
}
.pro-width-small {
	width: 45%;
	display: block;
	float: left;
	height: 600px;
}
.itemImage img {
	margin: 0px auto;
	width: 90%;
}
#footer {
	width: 100%;
	background: #d16327;	
	position: fixed;
	bottom:0;
	padding:7px 0;
	font-size:13px;
}
.copyright {
	width:1000px;
	margin: 0 auto;
	color: #fff;
}
form {
	width: 60%;
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
	line-height: 25px;
	
	font-family: 'Open Sans';
}
.message-text {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-family: 'Open Sans';
}
.required-text {
	color: #ff0000;
}
.form-input-field {
	width: 400px;
	color: #333;
	font-style:normal;
	padding: 12px 5px;
	float: left;
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #ccc;
	font-size: 13px;
	margin: 5px 10px;
	font-family: 'Open Sans';
}
select {
	width: 85%;
	padding: 10px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #ccc;
	margin-top: 5px;
	font-size: 13px;
}
.controls {
	width: 1000px;
	overflow: hidden;

}
label {
	font-size: 14px;
	line-height: 16px;
	color: #222;
	float: left;
	width: 120px;
	text-align: right;
	margin-top: 16px;
	font-family: 'Open Sans';
}
.form-input-button {
	width: 58%;
	margin: 10px auto;
	overflow: hidden;
	font-family: 'Open Sans';
}
.button {
	width: auto;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
	padding: 10px 25px;
	border:0; 
	margin:0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
  /* display and zoom IE7 fix for display:inline-block */
  *display: inline;
 *zoom: 1;
	color: #fff !important;
	outline: 0;
	background: #77320F;
  
  
}
.button a, button a:hover {
	color: #222;
}
.button:hover, .button:active {
	background-color: #ae6028;
}
#navcontainer {	
	background-color: #ae4d1f;
	width: 100%;
	
	height:50px;
	display:block;
}
/* Parent - Level 0 */

#navcontainer ul.nav{
	width: 1000px;
	margin: 0px auto;	
	list-style: none outside none;
	
}
ul.nav li {
	margin: 0;
	float: left;
	border-bottom: none;
}
ul.nav li:hover, ul.nav li.active {
	color: #b75d2f;
}
ul.nav li:active {
	color: #b75d2f;
}
ul.nav li a {
	display: block;
	padding: 14px 65px 14px 10px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
}
ul.nav li a:hover {
	color: #E86D00;
	text-decoration: none;
}
ul.nav li:first-child {
	border-left: none;
}
ul.nav li:last-child {
}
ul.nav .current, ul.nav .currentAncestor, ul.nav .currentAncestor:hover {
	color: #E86D00;
}
ul.nav a:active {
}
.form-group {
	margin-bottom: 7px;
	display: block;
}
.col-sm-2 {
	width: 30%;
	float: left;
}
.col-xs-offset-2 {
	margin-left: 30%;
}

@media only screen and (max-width : 320px) {
#siteLogo img {
	width: 300px !important;
}
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
#header, #content, #navcontainer ul {
	margin: 0px 4%;
}
#siteLogo img {
	width: 100% !important;
}
#navcontainer li {
	float: none;
	border-bottom: solid 1px #b75d2f;
	text-align: left;
	display: block;
	width: 100%;
}
#navcontainer li:last-child {
	border-bottom: none
}
.fea_section li {
	float: none;
	margin: 0 auto !important;
	width: 80% !important;
	padding: 10px 0 !important;
}
.col-lg-4 {
	display: none;
}
.apptextleft {
	width: 100%
}
}

@media only screen and (max-width: 640px) {
#header, #content, #navcontainer ul {
	margin: 0px 4%;
}
#navcontainer li a {
	display: block;
	padding: 20px !important;
	font-size: 13px
}
.fea_section ul, .fea-projects ul {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.fea_section li {
	width: 30%;
	padding: 30px 8px;
}
.sp-projects-thumb img {
	height: 100px !important;
}
}

@media only screen and (max-width: 768px) {
#header, #content {
	width:750px!important;
	margin:0 auto;
}
ul.nav {padding:0 !important;}
ul.nav li a {
	display: block;
	padding: 18px 20px 18px 10px !important;
}
.fea_section ul, .fea-projects ul {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.fea_section li {
	width: 180px !important;
	padding: 30px 0px;
}
#siteHeader h2 {
	display: none;
}
.col-lg-4 img {
	width: 100%;
}
.apptextleftone {
}
}

@media only screen and (max-width: 1024px) {
#header, #content, ul.nav {
	margin: 0px auto;
	width:1000px;
}
#siteLogo img {
	width: 500px;
}
#siteHeader h2 {
	font-size: 22px;
	padding-top: 130px;
}
ul.nav li a {
	display: block;
	padding: 18px 50px 18px 20px;
}
.fea_section ul, .fea-projects ul {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.fea_section li {
	width: 250px;
	padding: 30px;
}
}

@media only screen and (max-width : 1280px) {
#header, #content, ul.nav {
	width:1000px;
	margin: 0px auto;
}
ul.nav li a {
	display: block;
	padding: 18px 50px 18px 20px;
}
.fea_section ul, .fea-projects ul {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
}
