a, input, select, textarea {outline:none !important;
}
body {overflow-x:hidden;}

.font {
	font-family: 'PT Sans', sans-serif;
	font-family: 'Droid Sans', sans-serif;
	font-family: 'Anton', sans-serif;
	font-weight:400; /*Normal*/
	font-weight:700; /*Bold*/
}
.fleft {float:left;
}
.fright {float:right;
}
.clear {
	height:0;
	clear:both;
	font-size:0;
}
img {
	outline:0;
	vertical-align:top;
}

.first_line {
	padding:7px 0;
	background:#000;
	border-bottom: 2px solid #ffa800;
}
.first_line  p{
	color:#737373;
	margin:0;
}

.last_line {height: 16px; background:#000;}

.wrapper {
}
.main_shadow {
position:relative;
-moz-box-shadow: 0 0 5px rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,1);
    box-shadow: 0 0 5px rgba(0,0,0,1);
    
}

.header_bg {
	background:#FFFFFF;
	padding:36px 0 38px 0;
}

.container {
	padding-right:20px;
	padding-left:20px;
}
.page_full {
	margin-right:-20px;
	margin-left:-20px;
	border-radius:0 0 0 0;
}

.drop-shadow {position:relative;
}
.margin_forheader {
}
.header_top {z-index:10;
}
.logo {
	display:block;
	float:left;
}
.logo img {max-width:100%;
}

/* ______________________________follow us_________________________________________ */
.follow_us {
	float:right;
	margin-top:5px;
}
.follow_us ul{margin: 0 0 0 15px !important;}

.follow_us ul li {
	padding:0;
	margin:0 0 0 10px;
	display:inline-block;
	line-height:18px;
}
.follow_us a {
	background-image:url(../img/top_socials.png);
	background-repeat:no-repeat;
	height:28px;
	width:27px;
	display:block;
	text-indent:-9999px;
	text-align:left;
}
.follow_us a.facebook {
	background-position:0 0;
}
.follow_us a.facebook:hover {background-position:0 -28px;
}
.follow_us a.twitter {
	background-position:-37px 0;
}
.follow_us a.twitter:hover {background-position:-37px -28px;
}
.follow_us a.flickr {
	background-position:-74px 0;
}
.follow_us a.flickr:hover {background-position:-74px -28px;
}
.follow_us a.dribbble {
	background-position:-111px 0;
}
.follow_us a.dribbble:hover {background-position:-111px -28px;
}
.follow_us a.rss {
	background-position:-150px 0;
}
.follow_us a.rss:hover {background-position:-150px -28px;
}
.follow_us p {
	margin: 12px 0 0 0;
	line-height: 22px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #a0a0a0;
}

/* __________________________________________ end follow us __________________________________________________ */

.phone {
	margin:0;
	padding:23px 10px 0 0;
	font-size:14px;
	color:#000;
	font-family: 'Signika', sans-serif;
	font-weight:400;
	text-align:right;
}
.slogan {
	float:left;
	padding:21px 0 0 0;
	font-size:11px;
	color:#000;
}
.page_container {background:#2e2e2f;
}
.block {padding-bottom:45px;
}
#main_slider {height:100%;
		  padding:40px;
		  background:#FFFFFF;
		  
}
.white_bg {background:#FFFFFF;
}
.wrap { padding:0 20px;
}
.top_block {
	background:#000;	
	padding:10px 0 14px 0;
	color:#575757;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
	.top_block p{margin-bottom:0;}
	.backg{background:#000;}
#top_menu {
	z-index:50;
	margin:0 40px;
	background:#444444;
	border-bottom:1px solid #0c0c0c;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	-moz-box-shadow: 0 0 2px 2px rgba(25,25,25,0.7);
    -webkit-box-shadow: 0 0 2px 2px rgba(25,25,25,0.7);
    box-shadow: 0 0 2px 2px rgba(25,25,25,0.7);
}
#top_menu .nav {margin:0;
}
.menu_bg {background:#FFFFFF;
}

a.donate_link{
	text-transform:uppercase;
	padding:4px 40px;
	background:#f6b019;
	font-family: 'Anton', sans-serif;
	color:#2e2e2f;
	font-size:32px;
	line-height:56px;
}
.fright a:hover {background:#6c6c6c;color:#fff;text-decoration:none;}

/*nav*/
#main_menu {position: relative;
}
.menu_wrap {padding: 0;
}
img.menu_bg_left {
	position:absolute;
	top:0;
	left:0;
}
.menu_wrap .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.menu_wrap .nav > li {
  padding: 0 0 0 0;
  display:inline-block;
  margin-right:-3px;
}
#main_menu select {
	display: none;
	font-family:Arial;
	font-size:14px;
}
.menu_wrap .nav li a {
  text-transform:uppercase;
  display:inline-block;
  padding:20px 40px;
  line-height:20px;
  color: #a0a0a0;
  font-family: 'PT Sans', sans-serif;
  font-size:16px;
  text-shadow: none;
  text-decoration: none; 
  text-align:left;
  background:url(../img/points_v.png) repeat-y right top;
}
.menu_wrap .nav > li.sfHover > a,
.menu_wrap .nav > li.sfHover > a:hover,
.menu_wrap .nav > li > a:hover,
.menu_wrap .nav > li.current > a,
.menu_wrap .nav > li.current > a:hover {
	color:#fff;
}

.sub-menu > a {position: relative;
}

.menu_wrap .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 5px;
  height: 4px;
  top: 50%;
  right:21%;
  margin: 0 -3px 0 0;
  background: url('../img/li-marker.png') left top no-repeat;
}
.menu_wrap .nav > li.sfHover > a:before,
.menu_wrap .nav > li.sfHover > a:hover:before,
.menu_wrap .nav > li > a:hover:before,
.menu_wrap .nav > li.current > a:before,
.menu_wrap .nav > li.current > a:hover:before {background: url('../img/li-marker-h.png') left top no-repeat;
}
.menu_wrap .nav ul {
  position: absolute;
  display: none;
  width: 133px;
  left: 0px;
  top: 61px;
  list-style: none;
  zoom: 1;
  z-index: 25;
  background:#565656;
  border-top:3px #565656 solid;
  padding: 13px 0 8px 0;
  margin: 0;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,1);
    box-shadow: 0 1px 3px rgba(0,0,0,1);
}
.menu_wrap .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 6px;
  right: 10px;
  top: 13px;
}
.menu_wrap .nav ul li a {
  display: block;
  text-transform: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color:#fff;
  line-height: 20px;
  padding: 4px 10px 4px 19px;
  background: #565656;
}
.menu_wrap .nav ul li a span {display:none;
}
.menu_wrap .nav > li > ul li > a:hover,
.menu_wrap .nav > li > ul li.sfHover > a,
.menu_wrap .nav > li > ul li.current > a {
  text-decoration: none;
  color:#b96604;
}
.menu_wrap .nav > li > ul li > a:hover:before,
.menu_wrap .nav > li > ul li.sfHover > a:before { background: none;  
}
.menu_wrap .nav ul ul {
  position: absolute;
  display: none;
  width: 133px;
  left: 133px;
  top: -6px;
  height: auto;
  list-style: none;
  z-index: 111;
  padding: 13px 0 8px 0;
  margin: 0;
  border-top:0;
}
/*============ top_search ==================*/
.top_search {
	width:254px;
	padding:10px 24px 10px 15px;
	height:36px;
	position:relative;
}
.top_search input[type="text"] {
	font-family: Arial;
	font-size:14px;
	color:#5a5959;
	border:1px solid #222222;
	background-color: #222222;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;	
	width:208px;
	height:20px;
	padding:8px 20px 7px 22px;
	margin:0;
}
.top_search input[type="text"]:focus {
	border-color: rgba(12, 12, 12, 1);
	  outline: 0;
	  outline: thin dotted \9;
	  /* IE6-9 */
			  color:#9f9f9f;
}
.top_search .search_btn {
	width:19px !important;
	height:20px !important;
	background: url(../img/search_btn.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
	padding:0;
	margin:0;
	display:block;
	cursor:pointer;
	position:absolute;
	right:15%;
	top:34%;
}


.top_search .search_btn:hover {

}



h2.title {
	padding:0;
	margin:0 0 25px 0;
	line-height:22px;
	text-transform:uppercase;
	color:#a0a0a0;
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	font-weight:normal;
}
h2.title a {
	font-size:23px;
	color:#b96604;
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	text-decoration:underline;
}
h2.title a:hover {text-decoration:none;
}
.upper {text-transform:uppercase;
}
h2.upper {
	margin-bottom:25px;
	margin-top:0;
}
p.last {margin-bottom:15px;
}
.block [class*="span"] {margin-bottom:15px;
}
[class*="span"] img, [class*="span"] iframe {max-width:100%;
}
.grey {
}

.separator {
	height:7px;
	font-size:0;
	margin-top:7px;
	background:url(../img/points_h.png) repeat-x left top;
}

/* ______________________________ PLANNING _______________________________ */
.planning {margin-bottom:45px;background:#373737;padding: 51px 0 49px 0;}
.span_hz p {
	line-height: 30px;
	margin: 0 !important;
	padding:10px 0 0 0;
	font-family:'PT Sans', sans-serif;
	font-weight:600;
	font-size:23px;
	color:#2e2e2f;	
}
.icon_and_text {
	margin: 0;
	color:#d3dfdf;
}
.span_hz {
	display:block;
	margin-left: 0 !important;
}

.span_hz a {
	display:block;
	padding:30px;
	text-transform:uppercase;
	background:#f6b019;
	line-height:20px;
	position:relative;
	text-align:center;
}
.span_hz a:hover {
	text-decoration:none;
	background:#fff;
}

.span_hz a .icon1 {
	margin: 0 auto;
	background: url(../img/icon1.png);
	height:87px;
	width:100px;
}

.span_hz a .icon2{
	margin: 0 auto;
	background: url(../img/icon2.png);
	height:87px;
	width:100px;
}

.span_hz a .icon3 {
	margin: 0 auto;
	background: url(../img/icon3.png);
	height:87px;
	width:100px;
}

.span_hz a .icon4 {
	margin: 0 auto;
	background: url(../img/icon4.png);
	height:87px;
	width:100px;
}

.span_hz_first {padding:5px 100px 0 0;}
.span_hz_first p {
	margin: 0 !important;
	padding:10px 0 0 0;
	text-transform:uppercase;
	font-family:'PT Sans', sans-serif;
	font-weight:600;
	color:#f6b019;	
}

/* ______________________________//PLANNING ______________________________ */

/* ______________________________ NEWS & EVENTS ________________________________ */

.news_block{padding-top:65px;background:#222222;}

.mycarousel2_block img {
	float:left;
	margin:0 29px 10px 0;
}

.mycarousel2_text {
	float:left;
}
.news_block .recent_projects .jcarousel-skin-tango{height:50%;}
.news_block .recent_projects .jcarousel-next-horizontal,.news_block .recent_projects .jcarousel-prev-horizontal{display:none !important;}
.mycarousel2_date {width:91px;}
.text_date p {
	font-family:'PT Sans', sans-serif;
	font-weight:normal;
	font-style:italic;
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	color:#565656;
	margin-bottom:3px;
	margin-top:-5px;
}
p.text_in {
	margin:0;
	padding:0 0 15px 0;
	color:#7f7f7f;
	font-size:14px;
	line-height:20px;
}
p.text_title{
	font-family:'PT Sans', sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:1.2em;
	color:#b96604;
	}
a.no_comm{
	font-family:'PT Sans', sans-serif;
	font-weight:normal;
	font-style:italic;
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	color:#565656;
	padding-right:59px;
}
a.no_comm:hover {text-decoration:none;color:#bfbfbf;}
a.read_more {
	font-family:'PT Sans', sans-serif;
	font-weight:normal;
	font-style:italic;
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	color:#565656;
}
a.read_more:hover {text-decoration:none;color:#bfbfbf;}

/* _____________________________ //NEWS & EVENTS _______________________________ */


/* Portfolio */
.portfolio_zoom, .portfolio_link {
	opacity:0;
	width:36px;
	height:36px;
	position:absolute;
	top:62%;
	margin:-18px 0 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:9999;
	transform:scale(0);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.portfolio_link {
	background-image:url(../img/link.png);
	left:36%;
}
.portfolio_zoom {
	background-image:url(../img/zoom.png);
	right:36%;
}

.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:36px;
	height:36px;
	text-indent:-9999px;
}

.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_img:hover .item_description {
	opacity:1;
	transform:scale(1);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}

.portfolio_zoom1, .portfolio_link1 {
	opacity:0;
	width:36px;
	height:36px;
	position:absolute;
	top:50%;
	margin:-18px 0 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:9999;
	transform:scale(0);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.portfolio_link1 {
	background-image:url(../img/link.png);
	left:36%;
}
.portfolio_zoom1 {
	background-image:url(../img/zoom.png);
	right:36%;
}

.portfolio_zoom1 a, .portfolio_link1 a {
	display:block;
	width:36px;
	height:36px;
	text-indent:-9999px;
}

.hover_img:hover .portfolio_zoom1, .hover_img:hover .portfolio_link1, .hover_img:hover .item_description {
	opacity:1;
	transform:scale(1);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}


.link1 {margin:-16px 0 0 -16px !important;
}
.post_carousel {color:#7f7f7f;
}
.post_carousel .title_t {
	line-height:20px;
	padding:7px 0 3px 0;
	font-size:16px;
	margin-top:19px;
	border-top:1px #d9d9d9 solid;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color:#5b5b5b;
}
.post_carousel .title_t a {
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color:#5b5b5b;
}
.post_carousel .title_t a:hover {
	text-decoration:none;
	color:#ed6451;
}
.post_meta {
	color:#b1b1b1;
	padding-bottom:6px;
	margin-bottom:7px;
	border-bottom:1px #d9d9d9 solid;
}
.post_meta span {padding:0 7px;
}
.post_meta a {color:#b1b1b1;
} 
.post_meta a:hover {
	color:#ed6451;
	text-decoration:none;
}


.arrow_link {color:#565656;
}
.arrow_link:hover {
	text-decoration:none;
	color:#bfbfbf;	
}
.block ul, .follow_us ul, #footer ul, .clients_logo ul {
	padding:0;
	margin:0;
	list-style:none;
}
.block li, #footer li, .clients_logo li {
	padding:0;
	margin:0;
}

/* ______________________ LATEST_PROJECTS _______________________ */

.hover_img {
	position:relative;
	width:100%;
}


.inset_shadow {
	position:absolute;
	z-index:10;
	left:0;
	right:0;
	top:0;
	bottom:0;
	box-shadow:0;
	
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.inset_shadow:hover {box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.7) inset;
}

.recent_text {
	padding:65px 0 0 0;
	text-align:center;
	background-position: center center;
	z-index:9999;
}

.recent_text p {
	opacity:0;
	text-transform:uppercase;
	font-family:'PT Sans', sans-serif;
	font-weight:normal;
	padding: 10px 0;
	margin:0;
	font-size: 16px;
	line-height: 22px;
	color: #b96604;
	transform:scale(0);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.recent_block:hover .recent_text p {
	opacity:1;
	transform:scale(1);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.recent_block .hover_img{
						-moz-border-radius:5px;
						-webkit-border-radius:5px;
						border-radius:5px;
						overflow:hidden;
}
.recent_block .title_t{
						margin-top:19px;
						margin-bottom:5px;
	}
.recent_block .title_t a{
						font-family:'PT Sans', sans-serif;
						font-size: 16px;
						line-height: 22px;
						color:#b1b1b1;
						text-transform:uppercase;
	    }
.recent_block .title_t a:hover{color:#b96604;
							   text-decoration:none;
							   
							   }
.carousel_block{background:#424242;
				padding-top:34px;
}
/* ___________________ //LATEST_PROJECTS ______________________ */

ul.links {margin-bottom:15px;
}
ul.links li {
	padding:0 0 3px 27px;
	margin:0;
	color:#7f7f7f;
	background:url(../img/li_arrow.png) no-repeat left top;
}
ul.links li a {	color:#818181;
}
ul.links li a:hover, ul.links li:hover a {color:#b96604;
} 
ul.links li:hover {
	color:#ffa800;
	background:url(../img/li_arrow_h.png) no-repeat left top;
}


/* ______________________ NEWS _____________________ */
.latest_form_block {margin-bottom: 20px;}

.latest_form_block img {
	float:left;
	margin: 0 20px 20px 0;
}

.latest_form_block a {text-transform:uppercase;color: #0d5e57;}
.latest_form_block a:hover {color:#FFA800;text-decoration:none;}
.latest_form_block p {color: #a0a0a0;}

.mycarousel2_block {position:relative;width:100%;}
	.mycarousel2_block .span4{margin-left:0 ;
	}
.hover_text {
	opacity:0;
	position:absolute;
	padding-top:10%;
	text-align:center;
	font-family:'PT Sans';
	color:#b96604;
	font-size:20px;
	line-height:28px;
	transform:scale(0);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.hover_img2:hover .hover_text, 
.hover_img2:hover .hover_text2 {
	opacity:1;
	transform:scale(1);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}

.profile {
	position:relative;
	width:100%;
}

.hover_text2 {
	opacity:0;
	position:absolute;
	top:1%;
	left:30%;
	right:30%;
	text-align:center;
	font-family:'PT Sans';
	color:#fff;
	font-weight:600;
	font-size:24px;
	line-height:28px;
	transform:scale(0);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
/* _______________________ //NEWS _____________________________ */

/* _______________________ accordion _____________________________ */

.accordion {
}
.accordion h3 {
	padding: 9px 12px;
	margin:0 0 4px 0;
	font-size:16px;
	line-height:26px;
	color:#7f7f7f;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
	position:relative;
	text-transform:none;
	border-bottom:1px solid #343434;
	
}

.accordion h3:first-child{padding-top:0;}
.accordion h3.active {
	color:#1d1d1d;
}
.accordion h3 span {
	line-height:18px;
	display:block;
	min-height:50px;
	padding:0 0 0 60px;
	background:url(../img/plus.png) no-repeat left top;
}
	.accordion h3 span p{padding-top: 15px;
						 font-family:Arial, Helvetica, sans-serif;
						 font-size:16px;
						 font-weight:normal;
						 }
.accordion h3.active span , .accordion h3 span:hover{background:url(../img/minus.png) no-repeat left top;color:#e06465;margin-left:30px;
}
.accordion .accord_cont {
	padding:6px 5px 7px 47px;
	display: none;
	color:#7f7f7f;
}
.accordion .accord_cont p {
	margin:0;
	padding:0 0 7px 0;
	color:#393939;
}

/* _______________________ //accordion _____________________________ */





#footer {
	color:#7f7f7f;
	font-size:14px;
	line-height:20px;
	background:#313131;
	padding:35px 0 0 0;
}
#footer h2.title {
	font-family:'PT Sans', sans-serif;
	color:#a0a0a0;
	font-size:27px;
	line-height:1.2em;
	background:none;
}
	#footer h2.title img{padding-top:2px;}
#footer .span3 { padding-bottom:18px;
}

.footer_bg1 {padding-top:34px;}
img.foot_logo {margin-bottom: 3px;}

.tweet {
	background:url(../img/twet_tail.gif) repeat-x left top #454545;
	padding: 12px 18px;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;	
	border-bottom: 1px solid #232323;
    border-top:1px solid #535353;
	border-left:1px solid #4a4a4a;
	border-right:1px solid #4a4a4a;
}

ul.tweets li {
	padding:0 0 15px 39px !important;
	margin-bottom:15px;
	background:url(../img/twitter.png) no-repeat left top;
	font-style:italic;
}
.sedebar ul.tweets li {border-bottom:1px #d9d9d9 solid !important;
}
ul.tweets li a {
	font-style:italic;
	color:#b96604;
}
ul.tweets li a:hover {text-decoration:underline;
}
#footer li {
	padding:0 0 15px 0;
	margin-bottom:15px;
	
}
#footer li:last-child {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}

.testimonial {
	margin-bottom:35px;
	position:relative;
	background:#4a4a4a;
	padding:18px 10px 18px 28px;
}
.testimonials_arrow {
	width:26px;
	height:17px;
	background:url(../img/testimonials_arrow.png) no-repeat left top;
	position:absolute;
	left:0;
	bottom:-17px;
	display:block;
}
.author {
	font-size:14px;
	color:#787878;
}
.author img {
	float:left;
	margin-right:15px;
}
.author a {
	font-style:italic;
}
.author a:hover {text-decoration:underline;
}
.author span {
	display:block;
	padding-top:6px;
}

.flickrs {margin-right:-10px;
}
.FlickrImages li {
	margin:0 6px 6px 0 !important;
	padding:0 !important;
	float:left;	
	border:0 !important;
	background:#fff;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
		  overflow:hidden;
}
.FlickrImages li a {
	display:block;
	background:#000;
	width:63px !important;
	height:63px !important;
	overflow:hidden;
	float:left;

}
.FlickrImages li a img {
	width:63px !important;
	height:63px !important;
	border:0;
}
#footer input[type="text"] {
	font-size:14px;
	margin:0 0 3px 0 !important;
	padding: 4px 6px !important;
	border-bottom: 1px solid #232323;
	border-left:1px solid #535353;
	border-top:1px solid #535353;
	border-right:1px solid #535353;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;	
	background:url(../img/inp_bg_tail.gif) repeat-x left top #454545;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	  box-shadow: none;		  
}
#footer input[type="text"]:focus {
  border-color: rgba(238, 105, 106, 1);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
	-webkit-box-shadow: 0 0 1px rgba(238, 105, 106, 1);
     -moz-box-shadow: 0 0 1px rgba(238, 105, 106, 1);
          box-shadow: 0 0 1px rgba(238, 105, 106, 1);
}

.foot_message {
	font-size:14px;
	margin:0 0 20px 0 !important;
	padding: 7px 6px !important;
	border-bottom: 1px solid #232323;
	border-left:1px solid #535353;
	border-top:1px solid #535353;
	border-right:1px solid #535353;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;	
	background:url(../img/mess_bg_tail.gif) repeat-x left top #454545;	  
}

.foot_message:focus {
  border-color: rgba(238, 105, 106, 1);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
	-webkit-box-shadow: 0 0 1px rgba(238, 105, 106, 1);
     -moz-box-shadow: 0 0 1px rgba(238, 105, 106, 1);
          box-shadow: 0 0 1px rgba(238, 105, 106, 1);
}

.footer_bottom {
	background:#222222;
	padding:17px 0;
}

.ftr_btn {padding:18px 20px 22px 20px;background:#1b1b1b;}

.copyright {color:#616161;padding-bottom:0px;
}
.copyright a {
	color:#b96604;
	text-decoration:underline;
}
.copyright a:hover {text-decoration:none;
}
.foot_menu {text-align:right;
}

.foot_menu li {
	display:inline-block;
	padding:0 14px 0 0 !important;
	border:0 !important;
	margin:0 10px 0 0 !important;
	background:url(../img/foot_menu_separator.gif) no-repeat right center;
}
.foot_menu li:last-child {
	padding:0 !important;
	margin:0 !important;
	background:none;
}
.foot_menu li a {
	text-transform:uppercase;
	color:#616161 !important;
	font-size:14px;
	line-height:20px;
}
.foot_menu li a:hover, .foot_menu li a.current {
	color:#b96604 !important;
	text-decoration:none;
}

/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 68px;
  height: 70px;
  overflow: hidden;
  background:url(../img/back_top.png) 0 -70px no-repeat;
  position: fixed;
  margin-right: -705px !important;
  right: 50%;
  bottom: 28px;
  z-index: 999;
}
	#toTop:hover{background-position:0 0;}

.tags a {
	display:inline-block;
	margin:0 14px 16px 0;
	height:32px;
	line-height:33px;
	background-image:url(../img/tag_bg.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	padding:0 26px 0 11px;
	border-left:1px #3a3a3a solid;
	font-family:'PT Sans';
	color:#afafaf;	
}
.tags a:hover {
	background-position:100% -33px;
	border-left:1px #c35f60 solid;
	color:#323232;
	text-decoration:none;
}

.page_in .container {
	padding-left:0 !important;
	padding-right:0 !important;
}
.page_in {padding-bottom:50px;
}

.blog_with_right_sidebar {
	display:block;
	margin-left: -20px !important;
	
}

.breadcrumb {
  padding: 29px 0 33px 0;
  border-bottom:1px #696969 solid;
  margin: 0 20px 20px 20px;
  list-style: none;
  color:#fff;
  font-size:12px;
}
.breadcrumb span {
  color:#7f7f7f;
  padding:0 5px;
}
.breadcrumb a {
  color:#7f7f7f;
  font-size:12px;
}
.breadcrumb_title {
	font-size:40px;
	text-transform:uppercase;
	color:#696969;
	font-family: 'PT Sans', sans-serif;
	line-height:45px;
	padding-bottom:2px;
	letter-spacing:-1px;
}

.profile {text-align:center;
}
.profile_title {
	font-size: 14px;
    margin-bottom:5px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color:#fff;
}
.profile img {
	margin:10px auto 15px auto;
	width:169px;
}
legend {
	font-family: 'Signika', sans-serif;
	font-weight:400;
}

.item_description {	
	text-align:center;
	color:#5b5b5b;
}
.item_description h6 a {
	font-family:'PT Sans', sans-serif;
	color: #b96604 !important;
	font-size: 16px !important;
	font-weight:600;
	margin:10px 0 10px 0;
	text-transform:uppercase;
	text-decoration:underline;
}

.item_description h6 a:hover {text-decoration:none !important;}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.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;
}
.element {
  overflow: hidden;
  position: relative;
  margin-bottom:20px;
}
.element img {max-width:100%;
}

#options {padding:0 0 10px 0;
}
#filters {
	position: relative;
	padding:0;
	margin:25px 0 0 0;
}
#filters li {
	display: block;
	margin:0 10px 10px 0;
	float: left; 
	padding:0;
	list-style:none;
}
#filters li a.selected {
	color: #2e2e2f;
	background:#b96604;
	text-decoration:none;
	border-color:#d56162;
}
.preloader {
	background:url(../img/preload_img.gif) center center no-repeat;
	display:block;
}

#portfolio_carousel {margin-bottom:20px;
}
#portfolio_carousel img {border-radius:3px;
}
#portfolio_carousel .carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 31px;
  margin-top: -21px;
  background-image:url(../img/slider_nav.png);
  background-position:0 0;
  background-repeat:no-repeat; 
  outline:none;
}
#portfolio_carousel .carousel-control.right {
	background-position:-38px 0; 
	left:auto;
	right:0; 
}
#portfolio_carousel .carousel-control.right:hover {
	background-position:-38px -31px;  
}
#portfolio_carousel .carousel-control:hover {background-position:0 -31px;
}
.pad25 { padding-top:25px;
}
.pad5 { padding-top:5px;
}
.marg20 { margin-top:20px !important;
}
.marg_top5{margin-top:-5px;}

.post {padding-bottom:40px;
}
.post h2.title {margin-bottom:21px;
}
.post img {
	margin-bottom:18px;
	max-width:100%;
}

.post_info {
	padding:5px 0;
	border-bottom:1px #696969 solid;
	border-top:1px #696969 solid;
	margin-bottom:12px;
	color:#5a5a5a;
}
.post_info span {color:#5b5b5b;
}
.post img {
}
.sidebar { padding-top:9px;
}
.sidebar .tweet_arrows {display:none;
}
.widget { margin-bottom:25px;
}
.sidebar h2.title {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:18px;
}
ul.recent_post, ul.tweets, ul.links {
	padding:0;
	margin:0;
	list-style:none;
}
ul.recent_post li {
	padding:0 0 8px 0;
	margin-bottom:13px;
	border-bottom:1px #696969 solid;
	color:#a0a0a0;
}
ul.recent_post li:last-child {
	border-bottom:0;
	margin-bottom:18px;
}
ul.recent_post li img {
	float:left;
	margin-right:15px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
ul.recent_post div {padding:3px 0 2px 0;
}
ul.recent_post div a {color:#b96604;
}
ul.recent_post div a:hover {text-decoration:underline;
}

.sidebar  input.search-query {
  padding:5px 6px 5px 6px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

#comments {
	padding:0 0 7px 0;
	margin-bottom:25px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;
	
}
.avatar img {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;	
}
.comment_right {display:table;	
}

.comment_info {padding-bottom:7px;
}
.comment_info span {padding:0 12px;
}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}
#map {
	margin:0 0 15px 0;
	padding-top:6px;
}
.contact_form { padding-top:6px;
}
.contact_form textarea { min-height:260px !important;
}
.notification_error {
	color: #b94a48;
	background-color: #f2dede;
	border:1px #eed3d7 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #3a87ad;
	background-color: #d9edf7;
	border:1px #bce8f1 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: center;
}


