body > .default_container{
	position: absolute;
	top: 0px;
	width: 100%;
}

/* GENERAL */
img.loaded{
	opacity: 1;
	filter:alpha(opacity=100);
	transition: all .5s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

input:focus, textarea:focus{ 
	color: #868C8E;
	-webkit-box-shadow: inset #eaeaea 1px 1px 13px; 
	-moz-box-shadow: inset #eaeaea 1px 1px 13px; 
	box-shadow: inset #eaeaea 1px 1px 13px;  
	outline: 0;
}
a{
	color: #666;
}
/* BODY*/
code, pre {
	display: block;
	font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
	background: #f5f5f5 url(../img/pre.png) repeat;
	border: 1px solid #ccc;
	padding: 18px 20px 18px 20px;
	margin: 0 0 18px;
	line-height: 19.2px;
	overflow: auto;
	overflow-Y: hidden;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
body{
	background: #f3f3f3;
	font-size: 11px;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
	color: #666;
}
H1,H2,H3,H4,H5,H6{
	margin: 10px 0;
}
.more-link{display: none;}
h1{
	font-size: 70px;
	font-weight: 800;
	font-family: Open Sans, Arial;
	text-shadow: 0px 1px 0 #333;
	line-height: 60px;
	text-shadow: 0.05em 0.05em 0.2em black;
}
h2{line-height: 30px;}
#wrapper{
	position: relative;
	float: left;
	background: white;
	width: 980px;
	margin-top: 200px;
}
.pre-style{
	-webkit-box-shadow: inset 40px 0 0 #FBFBFC, inset 41px 0 0 #ECECF0;
	-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	box-shadow: inset 40px 0 0 #FBFBFC, inset 41px 0 0 #ECECF0;
	padding: 8px;
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
	margin-bottom: 20px;
}

.widget_pages{
	position: relative;
	float: left;
	margin: 20px 0;
	width: 100%;
}
.widget_pages li a{
	width: 100%;
	display: block;
}
.widget_pages li a:hover{
	color: #178CA9 !important;
}
.widget_pages li:hover{
	border-bottom: 1px solid #178CA9;
	color: #178CA9 !important;
}
.reset_960{
	width: 960px;
	position: relative;
	float: left;
}
.slides_column{
	margin-top: 10px;
}
/* HEADER */
#slider_container{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 680px;
	overflow: hidden;
	background: #2c2c2c;
}

#header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
h2.page_title{
	font-size: 34px;
	font-family: Helvetica Neue, Open Sans, Arial;
	font-weight: bold;
	color: #333;
	line-height: 40px;
}
.p_title{
	font-family: Helvetica Neue, Arial;
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: 800;
	color: #444;
}
.pageTitle{
	position: relative;
	float: left;
	margin: 25px 8px;
}
#header_bg.long{
	height: 680px;
	background: url(../img/pattern5.jpg) repeat;
}

#header_bg.short{
	height: 360px;
	background: url(../img/pattern5.jpg) repeat;
}
.entry-breadcrumb{
	font-weight: 400;
	color: #999;
	font-family: Helvetica Neue, Arial;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	position: relative;
	float: left;
	padding: 10px 0;
}
.entry-breadcrumb a{
	color: #666;
	text-decoration: none;
}
.entry-breadcrumb a:hover{
	color: #3CAAC8;
	text-decoration: none;
}
#header{
	position: relative;
	width: 970px;
	left: -10px;
	top: 15px;
	margin: 0 auto;
}

#header .call_us{
	display: inline-block;
	width: auto !important;
	float: left;
	padding: 5px 12px 5px 12px;
	color: white;
	background: #212121;
	margin: 5px 0;
}
#header .call_us img{
	margin: 4px 9px 0 0;
	position: relative;
	float: left;
}
#header .right_corner{
	position: relative;
	float: right !important;
	overflow: hidden;
	top: 0;
	margin: 5px 0;
}

#header .social{
	display: none;
	position: relative;
	float: right;
	height: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 70px;
}


#header .search_top{
	position: relative;
	float: right;
	margin-bottom: 2px;
}

#header .search_top .search_toggler{
	position: relative;
	width: 30px;
	height: 29px;
	float: right;
	background: #212121 url(../images/search.png) no-repeat center center;
	z-index: 2;
	cursor: pointer;
	margin-left: 4px;
	margin-bottom: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

#header .search_top #s{
	position: relative;
	left: 7px;
	padding: 8px;
	top: -2px;
	background: black;
	border: 0 transparent;
	margin-left: 26px;
	color: #999;
	opacity: 1;
	filter:alpha(opacity=100);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-box-shadow: inset 2px 2px 5px 0px #000;
	box-shadow: inset 2px 2px 5px 0px #000;
	background: #212121;
}

#header .search_top #s.search_close{
	position: relative;
	padding: 8px;
	top: -2px;
	background: black;
	border: 0 transparent;
	margin-left: -103px;
	color: #999;
	opacity: 0;
	filter: alpha(opacity=0);
}


#header #searchsubmit{
	display: none;
}

.social .social_container{
	position: relative;
	float: left;
	line-height: 25px;
	text-transform: uppercase;
	color: white;
	font-family: sans-serif;
	font-size: 11px;
	padding: 0px 3px;
	background-color: #212121;
	overflow: hidden;
	height: 29px;
}

.social .description{
	position: relative;
	float: left;
	left: 27px;
	line-height: 31px;
	text-transform: uppercase;
	color: white;
	font-family: sans-serif;
	font-size: 11px;
	padding: 0px 3px;
	font-family: Open Sans Condensed, Arial;
	font-weight: bold;
}

.social .icon{
	width: 27px;
	height: 30px;
}

.social .facebook{ background: url(../images/social24/picons06.png) center center no-repeat; }
.social .twitter{ background: url(../images/social24/picons03.png) center center no-repeat; }
.social .forrst{ background: url(../images/social24/picons01.png) center center no-repeat; }
.social .stumble{ background: url(../images/social24/picons24.png) center center no-repeat; }
.social .flickr{ background: url(../images/social24/picons04.png) center center no-repeat; }
.social .linkedin{ background: url(../images/social24/picons11.png) center center no-repeat; }
.social .delicious{ background: url(../images/social24/picons19.png) center center no-repeat; }
.social .skype{ background: url(../images/social24/picons07.png) center center no-repeat; }
.social .digg{ background: url(../images/social24/picons08.png) center center no-repeat; }
.social .google{ background: url(../images/social24/picons09.png) center center no-repeat; }
.social .vimeo{ background: url(../images/social24/picons13.png) center center no-repeat; }
.social .picasa{ background: url(../images/social24/picons21.png) center center no-repeat; }
.social .deviantart{ background: url(../images/social24/picons22.png) center center no-repeat; }
.social .behance{ xbackground: url(../images/social24/picons22.png) center center no-repeat; } 
.social .myspace{ background: url(../images/social24/picons30.png) center center no-repeat; }
.social .blogger{ background: url(../images/social24/picons25.png) center center no-repeat; }
.social .zerply{ xbackground: url(../images/social24/picons15.png) center center no-repeat; } /* em falta! */
.social .wordpress{ background: url(../images/social24/picons26.png) center center no-repeat; }
.social .grooveshark{ background: url(../images/social24/picons61.png) center center no-repeat; } /* em falta! */
.social .youtube{ background: url(../images/social24/picons18.png) center center no-repeat; }
.social .reddit{ xbackground: url(../images/social24/picons15.png) center center no-repeat; } /* em falta! */
.social .rss{ background: url(../images/social24/picons20.png) center center no-repeat; }
.social .soundcloud{ xbackground: url(../images/social24/picons15.png) center center no-repeat; }
.social .pinterest{ background: url(../images/social24/picons02.png) center center no-repeat; }
.social .instagram{background: url(../images/social24/picons62.png) center center no-repeat;}

.instagram_container:hover .instagram{background: url(../images/social24/picons62_white.png) center center no-repeat;}
.facebook_container:hover .facebook{ background: url(../images/social24/picons06_white.png) center center no-repeat; }
.twitter_container:hover .twitter{ background: url(../images/social24/picons03_white.png) center center no-repeat; }
.forrst_container:hover .forrst{ background: url(../images/social24/picons01_white.png) center center no-repeat; }
.stumble_container:hover .stumble{ background: url(../images/social24/picons24_white.png) center center no-repeat; }
.flickr_container:hover .flickr{ background: url(../images/social24/picons04_white.png) center center no-repeat; }
.linkedin_container:hover .linkedin{ background: url(../images/social24/picons11_white.png) center center no-repeat; }
.delicious_container:hover .delicious{ background: url(../images/social24/picons19_white.png) center center no-repeat; }
.skype_container:hover .skype{ background: url(../images/social24/picons07_white.png) center center no-repeat; }
.digg_container:hover .digg{ background: url(../images/social24/picons08_white.png) center center no-repeat; }
.google_container:hover .google{ background: url(../images/social24/picons09_white.png) center center no-repeat; }
.vimeo_container:hover .vimeo{ background: url(../images/social24/picons13_white.png) center center no-repeat; }
.picasa_container:hover .picasa{ background: url(../images/social24/picons21_white.png) center center no-repeat; }
.deviantart_container:hover .deviantart{ background: url(../images/social24/picons22_white.png) center center no-repeat; }
.behance_container:hover .behance{ xbackground: url(../images/social24/picons22_white.png) center center no-repeat; } 
.myspace_container:hover .myspace{ background: url(../images/social24/picons30_white.png) center center no-repeat; }
.blogger_container:hover .blogger{ background: url(../images/social24/picons25_white.png) center center no-repeat; }
.zerply_container:hover .zerply{ xbackground: url(../images/social24/picons15_white.png) center center no-repeat; } /* em falta! */
.wordpress_container:hover .wordpress{ background: url(../images/social24/picons26_white.png) center center no-repeat; }
.grooveshark_container:hover .grooveshark{ background: url(../images/social24/picons61-white.png) center center no-repeat; } /* em falta! */
.youtube_container:hover .youtube{ background: url(../images/social24/picons18_white.png) center center no-repeat; }
.reddit_container:hover .reddit{ xbackground: url(../images/social24/picons15_white.png) center center no-repeat; } /* em falta! */
.rss_container:hover .rss{ background: url(../images/social24/picons20_white.png) center center no-repeat; }
.soundcloud_container:hover .soundcloud{ xbackground: url(../images/social24/picons15_white.png) center center no-repeat; }
.pinterest_container:hover .pinterest{ background: url(../images/social24/picons02_white.png) center center no-repeat; }


 /* em falta! */

.social .facebook_container:hover { background-color: #3b5998; cursor: pointer;}
.social .twitter_container:hover{ background-color: #35c9f9; cursor: pointer;}
.social .forrst_container:hover{ background-color:#62956a;cursor: pointer;}
.social .stumble_container:hover{background-color: ; cursor: pointer;}
.social .flickr_container:hover{ background-color:#ff0084; cursor: pointer;}
.social .linkedin_container:hover{ background-color: #005886; cursor: pointer;}
.social .delicious_container:hover{ background-color: ; cursor: pointer;}
.social .skype_container:hover{ background-color: #50bee3; cursor: pointer;}
.social .digg_container:hover{background-color: ;  cursor: pointer;}
.social .google_container:hover{ background-color: #d24a30; cursor: pointer;}
.social .vimeo_container:hover{  background-color: #509a99;cursor: pointer;}
.social .picasa_container:hover{ background-color: #9864ae; cursor: pointer;}
.social .deviantart_container:hover{ background-color: #a8b30e; cursor: pointer;}
.social .behance_container:hover{ background-color: ; cursor: pointer;}
.social .tumblr_container:hover{ background-color: ; cursor: pointer;}
.social .viddler_container:hover{background-color: ; cursor: pointer;} 
.social .instagram_container:hover{  background-color: ;cursor: pointer;} 
.social .myspace_container:hover{background-color: #000;cursor: pointer;}
.social .blogger_container:hover{background-color: ;cursor: pointer;}
.social .zerply_container:hover{background-color: ;cursor: pointer;} 
.social .wordpress_container:hover{ background-color: ;cursor: pointer;}
.social .grooveshark_container:hover{ background-color: #35b4e5;cursor: pointer;} 
.social .youtube_container:hover{background-color: #cb322c;cursor: pointer;}
.social .reddit_container:hover{background-color: ;cursor: pointer;} 
.social .rss_container:hover{background-color: #f7771e;cursor: pointer;}
.social .soundcloud_container:hover{ background-color: ;cursor: pointer;} 
.social .pinterest_container:hover{ background-color: #cb2027;cursor: pointer;} 
.social .instagram_container:hover{background-color: #4b789e;cursor: pointer;}

header .logo_and_menu{
	position: relative;
	float: left;
	width: 100%;
	top: -28px;
	background: #212121;
	padding-left: 10px;
}
.logo{
	margin-top: 8px;
}
.slogan{
	top: -10px;
	position: relative;
	left: 3px;
}
header #menulava{
	position: relative;
	float: right;
}
header #menulava .menu-desc{
	font-family: "Helvetica Neue", "Arial";
	font-size: 11px;
	font-weight: normal;
}
header #menulava > li{
	list-style: none;
	float: left;
	padding: 30px 0;
	text-align: center;
	border-top: 3px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header #menulava > li.current-menu-item, header #menulava > li.current-menu-ancestor{
	border-top: 3px solid #1b9fbf;
}

header #menulava > li > a{
	position: relative;
	float: left;
	border-left: 1px solid #EEE;
	padding: 0 26px;
	color: #fff;
	text-decoration: none;
	font-family: Open Sans Condensed;
	font-size: 15px;
}

header #menulava > li.current-menu-item > a, header #menulava > li.current-menu-ancestor > a{
	color: #1b9fbf;
}

#menulava > li > a > .menu-desc{
	color: #888;
	font-weight: normal !important;
}
.header-shadow{
	background: url(../img/header-shadow.png) no-repeat top center;
	width: 100%;
	margin: 0 auto;
	height: 16px;
	position: relative;
	float: left;
	top: -28px;
}
/* CONTENT */
#white_content{
	position: relative;
	background: white;
	width: 980px;
	margin: 0 auto;
	height: auto;
	z-index: 1;
	margin-top: 69px;
}

#white_content .cameraholder{
	position: absolute;
	right: 5%;
	top: -30px;
	background: white;
}

#white_content #triangle-bottomright {
	position: relative;
	float: left;
	margin-left: -50px;
	width: 20px;
	height: 0;
	border-bottom: 30px solid white; 
	border-left: 30px solid transparent;
}

#white_content #triangle-bottomright #play_pause{
	position: relative;
	width: 10px;
	height: 10px;
	top: 11px;
	left: 5px;
}

#white_content #triangle-bottomright #play_pause.playing{
	background: url(../images/playpause.png) no-repeat -11px 0px;
}

#white_content #triangle-bottomright #play_pause.playing:hover{
	background: url(../images/playpause.png) no-repeat -11px -12px;
}

#white_content #triangle-bottomright #play_pause.paused{
	background: url(../images/playpause.png) no-repeat 0px 0px;	
}

#white_content #triangle-bottomright #play_pause.paused:hover{
	background: url(../images/playpause.png) no-repeat 0px -12px;	
}

#white_content #triangle-bottomleft {
	position: relative;
	float: right;
	margin-right: -30px;
	width: 0;
	height: 0;
	border-bottom: 30px solid white; 
	border-right: 30px solid transparent;	
}

.white_content_arrow{
	position: relative;
	margin: 0 auto;
	z-index: 1;
	text-indent: -999999px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
}

/* LATESTS PROJECTS */
.home_widget{
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.home_widget .page_title{
	position: relative;
	float: left;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	width: 97.5%;
}

.home_widget .page_title_s2{
	position: relative;
	float: left;
	padding: 5px 14px;
	width: 100%;
}

.home_widget .page_info_title_s2{
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	left: 5px;
	font-size: 13px;
	font-family: Open Sans, Arial;
	font-weight: bold;
	color: #333;
}

.home_widget .arrows-proj2_s2{
	position: relative;
	float: left;
	width: 100%;
}

.home_widget .project_open_s2 .pag-proj2_s2, .home_widget .project_open_s2 .pag-recentprojs{
	position: relative;
	float: left;
	width: 100%;
	left: 5px;
}

.home_widget .project_open_s2 .pag-proj2_s2 ul.pagination, .home_widget .pag-recentprojs{
	margin: 0;
}

.home_widget .project_open_s2 .pag-proj2_s2 li, .home_widget .pag-recentprojs li{
	list-style: none;
	float: left;
	width: 18px;
	height: 3px;
	margin-right: 4px;
}

.home_widget .project_open_s2 .pag-proj2_s2 a, .home_widget .pag-recentprojs a{
	background: #ABABAB;
	text-indent: -9999px;
	position: relative;
	float: left;
	width: 18px;
	height: 3px;
}

.home_widget .project_open_s2 .pag-proj2_s2 a:hover, .home_widget .pag-recentprojs a:hover, .home_widget .project_open_s2 .pag-proj2_s2 li.current a, .home_widget .pag-recentprojs li.current a{
	background: #565656;
}

.home_widget .project_list_s2 .slides .pagination, .home_widget .slides_posts .pagination, .prev_slider, .next_slider{
	display: none;
}

.home_widget .pag-recentprojs .pagination{
	margin-left: 0px;
}

.divider_940{
	height: 1px;
	background: #EDEDED;
	width: 920px;
	position: absolute;
	right: 0;
	margin: 0 10px;
}

.home_widget .intro_text{
	padding-top: 20px;
}

.home_widget .projects_container{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 0;
	height: auto;
}

.home_widget .projects_container .project_open{
	position: relative;
	height: auto;
	border-bottom: 2px solid #eee;
	margin-top: 30px;
	min-height: 380px;
}

.home_widget .projects_container .project_open_s2{
	position: relative;
	height: 270px;
	background: url(../img/bg_rslider.png) no-repeat;
}
.recentPosts .project_open_s2{
	position: relative;
	height: auto;
	background: url(../img/bg_rslider.png) no-repeat;
}
.recentPosts .the_content_text{
	margin-top: 25px;
}

.recentPosts .date{
	position: relative;
	margin-left: 40px;
}
.projects_media .flexslider{
	height: 500px;
	overflow: hidden;
}
.project_images .flexslider{
	height: 235px;
	overflow: hidden;
}
.project_images .flexslider .slides img{
	width: 100%;
	display: block;
	height: auto;
}
.project_open .project_images{
	position: relative;
	float: left;
	width: 98%;
	background: #ededed;
	padding: 5px;
	height: 235px;
}

.project_open .project_images img{
	height: 235px;
}

.project_images .loveit{
	width: 100%;
	position: relative;
	float: left;
	padding: 10px 0;
}

.dropdown-menu{
	-webkit-appearance: none;
	padding: 12px 10px;
	outline: none;
	overflow: hidden;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	font-weight: bold;
	margin: 0;
	width: 100%;
	max-width: 100%;
	background: #333 url('../img/navselect.gif') no-repeat 95% 11px;
	position: relative;
	left: 0;
	top: -10px;
	float: right;
}
#select-menu{
	display: none;
}
.project_open .project_content{
	position: relative;
	float: left;
	margin: 20px 0;
	width: 100%;
}
.project_open .project_content .p_excerpt{
	margin-bottom: 26px;
}
.project_open_s2 .project_content_s2{
	position: relative;
	float: left;
	margin: 20px 0;
	width: 80%;
	padding-left: 19px;
}
.project_open_s2 .p_excerpt{margin-bottom: 15px;}
.home_widget .projects_container .project_list{
	position: relative;
	height: auto;
	margin-top: 20px;
}

.home_widget .projects_container .project_list_s2{
	position: relative;
	height: auto;
	margin-top: 10px;
}
.home_widget .projects_container .project_list_s1{
	position: relative;
	height: auto;
	margin-top: -17px;
}

/* Latests Posts */
.post-listing{
	position: relative;
	float: left;
	width: 100%;
}

/* SLIDES */
.slides{position: relative;}

.slides_container {
    width:100%;
}

.project_list .slides_container div.slides_column {
    width: 460px;
    display:block;
}

.project_list_s2 .slides_container div.slides_column {
    width: 700px;
    display:block;
}

.post-listing .slides_container div.slides_column {
    width: 960px;
    display:block;
}

.project_list .slides_container .post-thumb{
	position: relative;
	border: 3px solid #ededed; 
	width: 215px;
	float: left;
	height: 175px;
	margin-bottom: 20px;
	overflow: hidden;
}

.project_list_s2 .slides_container .post-thumb{
	position: relative;
	width: 220px;
	float: left;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #efefef;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.project_list_s2 .slides_container .post-thumb:hover{
	border-bottom: 1px solid #1a99b8;
}

.project_list_s2 .slides_container .p_title{
	float: left;
	width: 100%;
	margin: 0 auto;
	border-top: 4px solid transparent;
	padding: 14px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-family: Helvetica Neue, Open Sans, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
.project_list_s2 .slides_container .p_title a{
	color: #333;
}
.project_list_s2 .slides_container .p_exerpt{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.slides_container .post-thumb.r{
	margin-left: 17px;
}

.slides-item.post.r{
	margin-left: 20px;
}

img.camera_thumb{width: 100px;}

.post-thumb .mask{
	position: absolute;
	width: 215px;
	height: 200px;
	top: 0;
	z-index: 99;
	cursor: pointer;
}

.post-thumb .mask_plus{
	position: absolute;
	width: 215px;
	background: transparent url(http://designarethemes.com/themes/allurewp/wp-content/themes/wp-allure/img/moreinfo.png) no-repeat center center;
	height: 200px;
	top: 206px;
}
.entry{
	margin: 20px 0;
	position: relative;
	float: left;
	width: 100%;
}
#wrapper .entry{
	margin: 50px 0;
	position: relative;
	float: left;
}
.slides .arrows-proj{
	display: none;
}

.page_title .arrows-proj2{
	text-indent: -9999px;
	right: -70px;
	position: relative;
	margin: 0;
	top: -6px;
}
.page_info_title{margin: 0 !important;}
.page_title .arrows-proj2 a{
	text-indent: -9999px;
}
.page_title .arrows-proj2 .prev2, .nav-previous-nav1 a{
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
	background: url(../img/arrows_rpstyle2.png) no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
.page_title .arrows-proj2 .next2, .nav-next-nav1 a{
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
	background: url(../img/arrows_rpstyle2.png) no-repeat;
	background-position: -27px 0;
	text-indent: -9999px;
	margin-left: 2px;
}
.page_title .arrows-proj2 .prev2:hover, .nav-previous-nav1 a:hover{
	background-position: 0 -25px;
}
.page_title .arrows-proj2 .next2:hover, .nav-next-nav1 a:hover{
	background-position: -27px -25px;
}
.projects_nav1{
	position: absolute;
	top: 33px;
	right: -10px;
	width: 7%;
}
.ch-grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
#content{position: relative;}
.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 100%;
	height: 150px;
	display: block;
}

/* PAGES */
.page .entry-title{
	margin: 20px 10px;
}
.widget{
	position: relative;
	float: left;
	margin: 20px 0;
	width: 100%;
}

/* FOOTER */
#big_footer {
	background: #272727;
	width: 100%;
	font-size: 10px;
	color: #BCBCBC;
	position: relative;
	float: left;
	margin-top: -40px;
}

#footer_content{
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	margin-top: 40px;
	font-family: Helvetica Neue, Arial;
	font-size: 11px;
	text-shadow: 0 1px 0 #333;
}
#footer_content .blogroll{position: relative; top: -10px;}
.footer-widget, #footer_content #recentPostsSidebar_widget{
	padding: 30px 0 30px 0;
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	margin: 0;
}
.footer-widget h4, #footer_content #recentPostsSidebar_widget h2{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 25px;
	
}
#footer_content #recentPostsSidebar_widget .recentposts_listing a.the_title{
	color: #BCBCBC !important;
	font-size: 11px;
}
#footer_content #recentPostsSidebar_widget .recentposts_listing a.the_title:hover{
	color: #3CAAC8 !important;
}

.video_frame iframe{
	width: 100%;
}
.widget_categories ul{
	position: relative;
	top: -10px;
}
#footer_content .widget_links li, #footer_content .widget_categories li{
	border-bottom: 1px solid #333;
	padding: 5px 0 5px 15px;
	background: url(../img/linkswidgets.png) no-repeat left center;
	list-style: none;
	color: #999;
}
#footer_content li a, #secondary .widget_links li a, #secondary .widget_categories li a, .custom-widget li a{
	text-decoration: none;
	color: #9b9b9b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#secondary .widget_links li, #secondary .widget_categories li, .custom-widget li{
	border-bottom: 1px solid #ededed;
	padding: 5px 0 5px 15px;
	background: url(../img/linkswidgets.png) no-repeat left center;
	list-style: none;
	color: #999;
	
}
#footer_content .widget_links li a:hover, #footer_content .widget_categories li a:hover, #secondary .widget_links li a:hover, #secondary .widget_categories li a:hover, , .custom-widget li a:hover{
	text-decoration: none;
	color: #3CAAC8;
	
}
.menu li{list-style: none;}
.menu li a{text-decoration: none;color: #9b9b9b;}
.menu li a:hover{color: #3CAAC8;}
.footer-widget hr{display: none;}
.copys{
	padding: 30px 0;
	background: #212121;
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.widget-area form#searchform label, .custom-widget form#searchform label{display: none;}
.widget-area form#searchform  input[type=text], .custom-widget form#searchform  input[type=text]{
	width: 82.5%;
	height:26px;
	border: 1px solid #ededed;
	padding:0 0 0 5px;
	font-size:11px;
	line-height:20px;
	float:left;
	font-style: italic;
}
.widget-area #searchform input#searchsubmit, .custom-widget #searchform input#searchsubmit{
	width: 13.545455%;
	height:28px;
	border: none !important;
	background: #212121 url(../images/search.png) no-repeat center center;
	cursor:pointer;
	float:left;
	padding:0;
	text-indent: -9999px;
}
.widget_search, .custom-widget .widget_search{
	padding: 0;
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
}

#blog-rightsidebar .widget_search, .custom-widget .widget_search{
	padding: 0;
	position: relative;
	top: -20px;
	margin-bottom: 0 !important;
}
.copys_right{
	text-align: right;
}

.widget .acc-substitute h2.current, #accordion h2.current, .widget .acc-substitute h2, #accordion h2{
	width: 86.4% !important; font-size: 12px;
}
.widget .acc-substitute .pane, #accordion .pane{width: 87.9% !important;}
/*RECENT POSTS WIDGET*/
.recentPosts .post{
	padding-top: 0;
}
.recentPosts .post_type{
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	background: #474747;
	top: 5px;
}
.recentPosts .post .title_date{top: 4px;}
.recentPosts .post .title_date .title a{
	font-size: 14px;
	font-family: Helvetica, Arial;
	font-weight: 600;
	color: #333;
	line-height: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.recentPosts .post .title_date .title a:hover{
	color: #c39;
}
.recentPosts .readmore{
	position: relative;
	float: left;
	padding: 5px 10px;
	background: #474747;
	color: white;
	margin-top: 10px;
	cursor: pointer;
}

.recentPosts .post{
	padding-bottom: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	width: 220px;
}
.post_listing .slides-item .flex-direction-nav li a.next, .post_listing .slides-item .flex-direction-nav li a.prev{
	top: 59%;
}


.recentPosts .post .featured-image-thumb, .recentPosts .post .featured-image-thumb img, .recentPosts .post .featured-image-thumb a{
	position: relative;
	float: left;
	width: 100%;
}
.recentPosts .post .featured-image-thumb a{
	z-index: 5;
}
.recentPosts .post .featured-image-thumb, .recentPosts .video-thumb{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.recentPosts .video-thumb iframe{
	position: relative;
	float: left;
	width: 100%;
	height: 105px;
	z-index: 5;
}

.recentPosts audio{
	width: 100%;
	z-index: 5;
}
.tagcloud, #twitter_update_list, #flickr{
	position: relative;
	margin: 20px 0;
}

.tagcloud a{
	font-weight: bold;
	font-family: Arial, sans-serif;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 8px 10px;
	background: #ededed;
	position: relative;
	float: left;
	font-size: 12px;
	color: #666;
	margin: 2px 6px 4px 0;
}
.tagcloud a:hover{
	background: #3CAAC8;
	color: #fff;

}

#twitter_update_list li{
background: url(../img/bird.png) no-repeat left 3px;
padding-left: 33px;
width: 85%;
margin-bottom: 10px;font-size: 11px;line-height: 17px;}
#twitter_update_list li a{margin-bottom: 10px;font-size: 11px; color: #999;}
#twitter_update_list li a:hover{color: #3CAAC8;}
#flickr li{width: 45px; height: 45px; position: relative; float: left; margin: 2px;border: 3px solid #ededed;-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;}
#flickr li:hover{;border: 3px solid #3CAAC8;}
#flickr li a, #flickr li img{width: 100%; height: auto;opacity: 0.7;}
#flickr li a:hover{border-bottom: none !important;opacity: 1;}


.serviceballs{display: block;width: 90%;margin: 0 10px;}
.acc-substitute{display: none;}

#pbd-alp-load-posts a{
	color: #666;
	font-family: Helvetica Neue, Arial;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.error-c{
	position: relative;
	float: left;
	margin: 0;
	padding: 80px;
	border: 2px dotted #333;
	text-align: center;
}

/* 08) Contacts  ===============================================================================
   ============================================================================================= */

#contact{
	height: 550px;
	background: url(../img/sep-bottom.png) no-repeat bottom center;
}
#contact h6{
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
	left: 14px;
	position: relative;
}
.contact-form{
	position: relative;
	float: left;
	left: 0;
	text-align: left;
	top: 0;
}
.contact-form label{
	color: #999;
	float: left;
	font-family: Open Sans Condensed, Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 20px;
	padding-bottom: 10px;
	position: relative;
	top: 15px;
	width: auto;
}
.contact-form input{
	background: #fff url(../img/pattern5.png) repeat;
    -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; 
    padding: 7px;
    line-height: 14px;
    margin: 10px 35px;
    width: 80%;
    color: #848889;
    font-family: "Helvetica Neue", "Arial";
    font-size: 12px;
	border: 2px solid #fff;
	position: relative;
	float: left;
    -webkit-box-shadow: inset #e5e5e5 1px 1px 0px, #cccccc 1px 0px 1px 0px;
	-moz-box-shadow: inset #e5e5e5 1px 1px 0px, #cccccc 1px 0px 1px 0px;
	box-shadow: inset #e5e5e5 1px 1px 0px, #cccccc 0px 1px 1px 0px;
	  
}
.contact-form textarea{
	background: #fff url(../img/pattern5.png) repeat;
    -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; 
    padding: 7px;
    line-height: 14px;
    width: 80.2%;
	margin: 10px 0 10px 20px;
	height: 160px;
    color: #848889;
    font-family: "Helvetica", "Arial";
    font-size: 12px;
	border: 2px solid #fff;
	position: relative;
	float: left;
    -webkit-box-shadow: inset #e5e5e5 1px 1px 0px, #cccccc 1px 0px 1px 0px;
	-moz-box-shadow: inset #e5e5e5 1px 1px 0px, #cccccc 1px 0px 1px 0px;
	box-shadow: inset #e5e5e5 1px 1px 0px, #cccccc 0px 1px 1px 0px;
	  
}
.form{
	margin-top: -15px;
}
.contact-form input.hightlight, .contact-form textarea.hightlight{ 
	border:2px solid #fb4f4f;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form_success{
	position: relative;
	display: none;
	
	
	
	color: #fff !important;
	background: #64943C; 
	font-size: 13px;
	margin-top: 0;
	text-align: left;
	left: 0;
	padding: 4px 10px;
}
.loading{ 
	display:none;
	background:url(../img/loading.gif) no-repeat 1px; 
	height:66px; 
	width:66px; 
	position:absolute; 
	margin-top:-42px; 
	margin-left:417px;
}
.form span{
	padding: 15px 0 4px 0;
	position: relative;
	float: left;
	font-size: 16px;
	color: #999999;
}
.contact-form .button{
	position: relative;
	float: left;
	left: 0;
	padding: 8px 20px;
	background: #b4b4b4;
	color: #fff;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
	 -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 3px solid #f6f6f6;
	left: 79px;
	top: 30px;
	position: relative;
	font-family: "Open Sans";
    font-weight: 600;
	line-height: 20px;
	
	
}


/* LOCALIZATION */
.location{
	position: relative;
	float: left;
	left: 20px;
	top: -41px;
	text-align: left;
}
.location h6{
	margin-left: 5px;
	position: relative;
	text-align: left;

}
.contacts{
	position: relative;
	float: left;
	width: 200px;
	top: 12px;
}
.googlemaps .mapimg{
	position: relative;
	float: left;
	background-position: 0 0;
	display: block;
	z-index: 20;
}
.googlemaps .mapimg span.hover{
	width: 425px;
	height: 201px;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	background: transparent url(../img/map_hover.png);
	background-position: 0px 0px;
	display: block;
	z-index: 999;
}

