body {
	font-family: Arial;
	margin:0;
	padding:0;
	color:#afafaf;
	font-size:12px; 
	width:100%;
	background:#fff;
	line-height:21px;
	overflow-x:hidden;
}

form {
	margin:0;
	padding:0;
}
img {
	border:0;
	outline: 0;
    vertical-align: top;
}
a {
	color:#ee6d5a;
	font-size:12px;
	text-decoration:none;
	outline:none;
}
a:hover {text-decoration:none;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
p {
	margin:0;
	padding:0 0 20px 0;
}
.clear {
	font-size:0;
	clear:both;
	height:0;
}
.fright { float:right;
}
.fleft { float:left;
}

.wrapper {
	background:#fff;
}
#header {
	background:#fff;
	height:108px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:200;
	overflow:hidden;
	border-bottom:#e4e4e4 3px double;
}
.header_top{
	overflow:hidden;
	border-bottom:#e4e4e4 3px double;
	border-top:#343434 2px solid;
	padding:5px 0 5px 0;
}
.phone{
	float:left;
	font-size:12px;
	line-height:18px;
	color:#bebebe;
}

.rss{
	float:right;
	font-size:12px;
	line-height:6px;
	color:#bebebe;	
}
.rss a{
	display:inline-block;
	margin-left:10px;
	margin-bottom:0;
}

#logo {
	height:70px;
	width:250px;
	float:left;
	margin-top:2px;
}

#logo img{
	width:100%;
	height:auto;
}

#logoLA {
	height:70px;
	width:341px;
	float:left;
	margin-top:2px;
}

#logoLA img{
	width:100%;
	height:auto;
}

#mobile-nav{
	display:none;
	margin-top:10px;
	float:right;
}
#nav {
	margin-top:41px;
	overflow:hidden;
	float:right;
}

#nav li {
	float:left;
	font-family:'Cuprum';
	background:url(../images/nav-spacer.gif) 0 2px no-repeat;
	padding-left:17px;
	margin-left:16px;
	text-transform:uppercase;
}
#nav li:first-child{
	background:none;
	padding-left:0;
	margin-left:0;
}

#nav a {
	font-size:13px;
	line-height:1.2em;
	color:#343434;
	text-decoration:none;
}

#nav li.current a, #nav li a:hover{
	color:#ee6d5a;
}

.main {	padding:0 0 28px 0;
}
.section {
	padding: 120px 0 100px 0;
	margin-bottom:50px;
}
#home{
	padding-top:130px;
}
.block_info {
	padding:18px 0 25px 0;
	line-height:18px;
	color:#d3d3d3;
	font-family: 'OswaldRegular';
	font-size:12px;
}
.info_t {
	font-size:21px;
	line-height:21px;
	text-shadow:0 1px 1px #333;
	padding-bottom:3px;
}

.item {
	height:auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	border:0;
	overflow:hidden;
	background:#ee6d5a;
	color:#a0a0a0;
	padding:29px 20px 20px 20px;
	text-align:center;
	position:relative;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.item:hover {
	background:#eae6dc;
	cursor:pointer;
}

.item img{
	display:inline-block;
	margin-bottom:22px;
}

.item strong{
	display:block;
	font-family:'Cuprum';
	font-weight:700;
	color:#a0a0a0;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
	font-size:20px;
	line-height:1.2em;
}

.slogan{
	text-align:center;
	color:#616161;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:24px;
	font-style:italic;
	border-top:#e4e4e4 3px double;
	border-bottom:#e4e4e4 3px double;
	padding:15px 0;
	margin:30px 0 24px 0;
}

.box{
	background:#e3ddd1;
	box-shadow:0 0 9px #9f9a92;
	padding:28px 30px 35px 30px;
	margin:0 -40px;
}


h2 {
	font-size:18px;
	line-height:1.2em;
	font-family:'Cuprum';
	color:#343434;
	text-transform:uppercase;
}
h2 a.backtop{
	position:absolute;
	right:0;
	bottom:6px;
	width:21px;
	height:19px;
	background:url(../images/back-to-top.png) 0 0 no-repeat;
}
h2.title{
	border-bottom:#e4e4e4 3px double;
	padding-bottom:13px;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
}
h3{
	font-size:16px;
	line-height:1.2em;
	font-family:'Cuprum';
	color:#757575;
	margin-bottom:15px;
}
.cap-list{
	overflow:hidden;
}
	.cap-list li{
		text-align:center;
		color:#848484;
	}
		.cap-list li a{
			text-decoration:none;
			color:#848484;
			display:block;
			border-bottom:#ccc6bc 1px solid;
			background:#eae6dc;
			padding-bottom:8px;
			
			transition: all 0.5s;
			-moz-transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
		}
		.cap-list li a img{
			width:100%;
			margin-bottom:8px;
			background:#fff;
		}
		.cap-list li a strong{
			display:block;
			font-family:'Cuprum';
			font-size:14px;
			line-height:1.2em;
			color:#595b5c;
			text-align:center;
			
			transition: all 0.5s;
			-moz-transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
		}
		.cap-list li a:hover{
			border-bottom:#7b98a3 1px solid;
			
		}
		.cap-list li a:hover strong{
			color:#ee6d5a;
		}
	
	
.backtop {
	width:67px;
	height:44px;
	background:url(../images/back-to-top.png) no-repeat left top;
	text-indent:-9999px;
	display:block;
	position:absolute;
	right:0px;
	bottom:-41px;
	z-index:999;
}

.author { color:#ee6d5a;
}

.team {
	float:left;
}
.team div.figure {
	margin-bottom:12px;	
	border:1px #e4e4e4 solid;
	padding:2px;
	background:#fff;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.team div.figure img{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
}
.team .author {
	color:#878787;
	font-size:11px;
	line-height:21px;
	padding-bottom:8px;
}
.team .author span {	
	color:#ee6d5a;
	font-size:14px;
	display:block;
}
.white { color:#FFF;
}

.col50_percent {
	width:48%;
	position:relative;
} 
h4 {
	font-family: 'Cuprum';
	font-size:14px;
	line-height:1.2em;
	margin-bottom:;
	color:#878787;
}
/*#services img {
	float:left;
	margin-right:10px;
	margin-top:5px;*/
}
#services h3 { margin-bottom:35px;
}


/**** Isotope Filtering ****/
.isotope{
	
}
.isotope-item {
  z-index: 2;
  margin-top:20px;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}


/* sort block */
.sort_block {	
	padding-bottom:20px;
	line-height:10px;
}
#filters {position: relative;
}
#filters li {
	margin-right:15px;
	float: left; 
}
#filters li a{
	color: #afafaf;
	font-size: 14px;
	line-height:10px;
	font-family: 'Cuprum';
}
#filters li a:hover, #filters li a.selected {
	color:#ee6d5a;
	text-decoration:none;
}

.element {
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	overflow:hidden;
	position:relative;
	height:224px;
}

.element a{
	display:block;
	border:2px #fff solid;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	overflow:hidden;
}
.element img {
	width:100%;
	height:100%;
	bor
}
.zoom {
	width:35px;
	height:38px;
	background:url(../images/zoom.png) no-repeat center center;
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	cursor:pointer;
	display:block;
	margin:-38px 0 0 -17px;
}
.zoom, .element img {	
	-moz-border-radius:108px;
	-webkit-border-radius:108px;
	border-radius:108px;
}

.proj_name {
	position:absolute;
	z-index:9;
	left:0;
	right:0;
	top:0;
	bottom:0;
	padding:110px 0 0 0;
	text-align:center;
	font-size:12px;
	line-height:13px;
	color:#fff;
	display:block;
	background:url(../images/portfolio-hover.png) 0 0 repeat;
	-moz-border-radius:108px;
	-webkit-border-radius:108px;
	border-radius:108px;
}




.post { padding-bottom:30px;
}

.post .eight img {	
	width:100%;
	height:auto;
}
.post .eight{
	position:relative;
}
.bord {
	border:1px #e4e4e4 solid;
	background:#fff;
	padding:2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.bord img{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.post_zoom, .post_link {
	width:45px;
	height:45px;
	display:none;
	background:url(../images/blog-zoom.png) no-repeat center center;
	position:absolute;
	z-index:10;
	right:2px;
	top:2px;
	text-indent:-9999px;
}
.post_link {
	background:url(../images/blog-img-link.png) no-repeat center center;
	right:auto;
	left:2px;
	top:auto;
	bottom:2px;
	width:48px;
}
.eight:hover .post_zoom, .eight:hover .post_link { 
	display:block;
}

.post_title {
	font-size:16px;
	line-height:1.2em;
	font-family:'Cuprum';
	color:#595b5c;
	margin-bottom:14px;
}

.post_info {
	padding-bottom:8px;
}
.post_info li {
	display:inline-block;
	margin-right:15px;
	font-size:10px;
	color:#ee6d5a;
	font-style:italic;
	padding-left:24px;
}
.post_info a {
	font-size:10px;
	color:#ee6d5a;
	font-style:italic;
}
.date { background:url(../images/date.png) no-repeat left center;
}
.cats { background:url(../images/cats.png) no-repeat left center;
}
.comment { background:url(../images/comments.png) no-repeat left center;
}


.read, .read:hover {
	background:url(../images/read.png) no-repeat left top;
	width:87px;
	height:26px;
	text-decoration:none;
	display:block;
	margin-top:15px;
	font-size:12px;
	color:#fff;
	text-shadow:0px -1px #0e7877;
	line-height:26px;
	text-align:center;
}



iframe {width:100%;
}
.post .video2 {
	height:367px;
	overflow:hidden;
}
.video2 iframe {height:367px;
}

.post .video {
	height:315px;
	overflow:hidden;
}
.video iframe {height:315px;
}


.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #00b8ac; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #00b8ac; }
.tipsy-arrow-s { border-top-color: #00b8ac; }
.tipsy-arrow-e { border-left-color: #00b8ac; }
.tipsy-arrow-w { border-right-color: #00b8ac; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


.contact_form label {
	width:115px;
	padding:0;
	margin:0;
	float:left;
	line-height:28px;
	font-size:12px;
	color:#afafaf;
}
.contact_form p { padding-bottom:23px;
}
.textfield {
	font-family:Arial;
	font-size:12px;
	color:#b6b6b6;
	background:#fff;
	width:257px;
	height:25px;
	padding:0 10px;
	border:1px #d9d9da solid;
	box-shadow:0 0 0 1px #f2f2f2 inset;
}
.textarea {
	font-family:Arial;
	font-size:12px;
	color:#b6b6b6;
	background:#fff;
	width:257px;
	height:108px;
	padding:10px;
	border:1px #d9d9da solid;
	box-shadow:0 0 0 1px #f2f2f2 inset;
	resize:none;
}
.send_mess {
	padding:0;
	background:url(../images/send-bg.png) no-repeat left top;
	width:87px;
	height:26px;
	text-decoration:none;
	display:block;
	margin-top:19px;
	margin-left:117px;
	font-size:12px;
	color:#fff;
	text-shadow:0px -1px #0e7877;
	line-height:26px;
	text-align:center;
	text-transform:capitalize;
	cursor:pointer;
	border:none;
}

.map {
	height:199px;
	overflow:hidden;
	border:2px #999 solid;
	margin-bottom:12px;
}
.map iframe {height:199px;
}

.social-list{
	overflow:hidden;
	margin:-7px 0 0 -7px;
}
	.social-list li{
		float:left;
		margin:7px 0 0 7px;
	}

#footer {
	line-height:16px;
	font-size:11px;
	color:#727272;
	border-top:#e9e8e8 1px solid;
	background:#c8c5c5;
}

.container {position: relative;
}
#footer .backtop {
	background:url(../images/back-to-top.png) no-repeat left top;
	text-indent:-9999px;
	display:block;
	position:absolute;
	right:0;
	top:20px;
}

#footer .container {padding:21px 0;
}
#contacts{
	padding-bottom:200px;
}


























