html, body {
	height:100%
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
body {
	line-height:1.5
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
::-moz-selection {
background:#f99389;
color:white
}
::selection {
	background:#f99389;
	color:white
}
a, a:visited, a:hover {
	outline:0
}
.alignright {
	float:right
}
body {
	background:white;
	font:13px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#0e0e0e;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	overflow-x:hidden
}
.embed-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
img.responsive {
	width:100%;
	height:auto
}
.hidden {
	display:none
}
em {
	font-style:italic
}
strong {
	font-weight:bold
}
small {
	font-size:80%
}
hr {
	border:solid #eee;
	border-width:1px 0 0;
	clear:both;
	margin:10px 0 30px;
	height:0
}
pre {
	height:auto;
	font-family:Consolas, monospace;
	border:1px solid #f0f0f0;
	background:#fafafa;
	padding:10px 20px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin:0 0 20px 0;
	overflow-x:auto
}
.hidden {
	display:none !important
}
.responsive img, .responsive iframe, .responsive object, .responsive embed {
	width:100%;
	width:100%;
	height:auto
}
img {
	max-width:130%;
	height:auto
}
a {
	color:#f26321;
	text-decoration:none;
	outline:0;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease
}
.highlight {
	color:#f26321
}
a:hover, a:focus {
	color:#000
}
a:focus {
	outline:0;
	outline-offset:0
}
p a, p a:visited {
	line-height:inherit
}
ul, ol {
	margin-bottom:20px
}
ul {
	list-style:none
}
ul.styled-list {
	padding:0
}
ol, ul {
	margin:0;
	padding:0 0 0 30px
}
ol {
	list-style:decimal
}
ul li ul, ol li ul, ol li ul, ol li ol {
	margin-bottom:0
}
.left {
	float:left
}
.right {
	float:right
}
.alignleft {
	text-align:left
}
.alignright {
	text-align:right
}
.aligncenter {
	text-align:center;
	display:block
}
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	font-family:'Open Sans', sans-serif;
	margin-bottom:5px;
	line-height:1em;
	text-transform:none
}
body #load {
	width:100%;
	height:100%;
	position:fixed;
	overflow:hidden;
	z-index:1001;
	background:url(../images/loader.gif) center center no-repeat;
	background-color:#fff
}
h1 {
	font-size:40px;
	margin-bottom:0
}
h2 {
	font-size:30px;
	font-weight:600
}
h3 {
	font-size:20px
}
h4 {
	font-size:20px
}
h5 {
	font-size:16px;
	font-weight:600;
	letter-spacing:-0.3px;
}
h6 {
	font-size:15px
}
p {
	margin-bottom:25px
}
nav {
	width:100%;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	right:0;
	opacity:0;
	filter:alpha(opacity=0)
}
body.multipage nav {
	opacity:1;
	filter:alpha(opacity=100)
}
nav {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	/*transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;*/
	
}

.logo img { position:absolute; top:7%;}

.main-menu {
	display:table-cell;
	vertical-align:middle;
	float:left;
	height:58px;
	padding:10px 0 0 0;
	position:relative;
}
.main-menu.small, .logo.small {
	height:50px;
	
}
.logo a {
	display:inline-block;
	margin:auto
}
.main-menu li {
	display:inline;
	margin-left:10px;	
}

ul.main-menu  {
	padding:45px 0 0 0;	
	}
	
#nav.main-menu a {
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size:18px;
	color:#0e0e0e;
	text-transform:uppercase;
	text-decoration:none;
	/*transition:color .5s;
	-moz-transition:color .5s;
	-webkit-transition:color .5s;
	-o-transition:color .5s;*/
	padding:12px 12px 34px 12px;	
}

#nav.main-menu a:hover {
	background:#f26321;
	color:#fff;
	
}
#nav.main-menu a.active {
	background:#f26321;
	color:#fff;
}
.main-menu a i {
	margin-right:3px
}

.dl-menuwrapper { display:none;}
/*.selectnav {
	display:none;
	font-size:20px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid transparent;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:40px;
	padding:0 10px;
	border-radius:0;
	background-image:url(../images/selectmenu.png);
	background-position:95% center;
	background-repeat:no-repeat;
	cursor:pointer;
	width:100%;
	max-width:420px;
	color:#3d3d3d;
	outline:0
}*/

.selectnav {
	display:none;
	
}
.home-text-wrapper {
	display:table-cell;
	vertical-align:middle;
	margin:auto
}
.parallax {
	width:100%;
	height:400px;
	position:relative;
	overflow:hidden;
	background:#f8f8f8;
	color:#fff
}
.parallax .container {
	display:table
}
.parallax .parallax-content, .parallax .overlay {
	height:400px
}
.parallax-content {
	display:table-cell;
	vertical-align:middle;
	text-align:center
}
.overlay {
	background:url(../images/pattern.png);
	width:100%;
	position:absolute
}
.parallax-bg {
	width:100%;
	height:100%;
	margin:0 auto;
	position:absolute;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top center
}
.bg1 {
	background-image:url(../images/parallax/parallax1.html)
}
p.quote {
	font-size:48px;
	line-height:1;
	margin-bottom:20px;
	color:white;
	text-align:center;
	text-transform:uppercase;
	z-index:200;
	margin:0 5%
}
.quote i {
	font-size:25px;
	display:inline-table;
	vertical-align:top;
	margin:0 5px
}
.parallax .quote i {
	color:#f26321
}
.quote-author {
	height:24px;
	width:auto;
	font-size:17px;
	font-weight:600;
	color:#fff;
	position:relative;
	margin-top:25px;
	z-index:200;
	font-style:italic;
	text-align:center
}
#testimonials {
	text-align:center
}
#testimonials i {
	font-size:40px;
	color:#fff;
	display:inline-block;
	background:0;
	margin-bottom:20px;
	text-shadow:0 0 2px rgba(255,255,255,0.3)
}
#testimonials .testimonials-slider {
	padding:0 45px
}
#testimonials .flex-direction-nav li .flex-prev, #testimonials .flex-direction-nav li .flex-next {
	background-color:#98d4fc;
	background-color:rgba(255,255,255,0.3)
}
#testimonials .flex-direction-nav li .flex-prev:hover, #testimonials .flex-direction-nav li .flex-next:hover {
	background-color:#98d4fc;
	background-color:rgba(255,255,255,0.1)
}
#testimonials .flex-direction-nav li a {
	border-radius:50%
}
#testimonials span.meta {
	color:#98d4fc
}
.page {
	padding:3% 0 5% 0;
	position:relative;
	background:#fdbe15;
	text-align:left;
}
.page.red {
	background-color:#f26321;
	color:#fff
}
.page.blue {
	background-color:#f26321;
	color:#fff
}
.page.multipage {
	text-align:left;
	padding:140px 0 90px
}
.page.multipage .copyright {
	text-align:center
}
.title {
	text-align:center;
	margin-bottom:2%
}
.title h2, .title h3 {
	color:#fff
}
.title .left-side {
	float:left;
	width:47%;
	text-align:left
}
.title .right-side {
	float:left;
	width:47%;
	text-align:left
}
.title .separator {
	width:5%;
	float:left
}
.title .separator div.bulb {	
	margin:33px auto;
	position:relative
}
.title .separator div.bulb .strip {
	/*height:1px;
	width:2px;
	background-color:#fff;*/
	position:absolute;
	top:50%;
	margin-top:0;
	left:3px
}
.title.dark h2 {
	color:#0e0e0e;
	margin-bottom:20px;	
	color:#f26321;
	padding:5px 0 0 0;	
	
	
}
.title.dark h2:before {
	font-family: 'FontAwesome';
	content: "\F054"; 
	font-size:22px;
	padding:0 8px 0 0;
	
	}


.title.dark h3 {color:#0e0e0e;}


.title h2 {
	text-transform:uppercase
}
.title .separator.dark div.bulb {
	background-color:#0e0e0e
}
.title .separator.dark div.strip {
	background-color:#0e0e0e
}
.title h3 {
	margin-bottom:0
}

h3.quemsomos { margin-top:15px;}
h3.subtitle  { margin:10px 0 15px 0;}


.multipage .title h1 {
	margin:60px 0 40px;
	line-height:.8
}
#home {
	position:relative;
	overflow:hidden;
	height:100%;
	width:100%;
	display:table;
	color:#fff
}
.page-wrap {
	height:100%
}
.home-parallax {
	background-color:#110e0e
}
.slogan .button {
	margin-bottom:6%
}

.slogan p {  padding:10px 0 10px 0;  }

/*.line div {
	width:2px;
	background-color:#fff;
	height:2px;
	position:absolute;
	left:50%;
	top:0;
	bottom:0;
	margin:0 0 0 -1px
}
.line {
	height:6%;
	position:absolute;
	bottom:0;
	left:50%
}
.line:before {
	content:"";
	width:8px;
	height:8px;
	position:absolute;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
	background-color:#fff;
	top:0;
	left:50%;
	margin:0 0 0 -4px
}
@-webkit-keyframes rotate {
from {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}
@keyframes rotate {
from {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}
/*.big-logo img, .rotation {
	animation-name:rotate;
	animation-duration:3s;
	animation-iteration-count:1;
	animation-timing-function:ease-out;
	-webkit-animation-name:rotate;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease-out
}*/
.home-logo, .home-logo-text {
	margin:5% 0 2%;
	top:0;
	position:absolute;
	display:block;
	text-align:center;
	width:100%;

}
.home-fullscreenslider .home-logo, .home-fullscreenslider .home-logo-text {
	margin:60px 0 100px
}
.slogan {
	position:relative;
	display:block;
	text-align:center;
	width:100%;
	color:#fff;
	font-size:30px;
	font-weight:600;
	padding:20% 0 0 0 ;
}
.slogan .button:hover {
	background-color:#fff;
	color:#f26321
}
.slogan p {
	margin:0 0 2%
}
#filters {
	margin-top:10px;
	margin-bottom:0;
	text-align:center;
	display:block;
	float:none;
	z-index:2;
	position:relative
}
#filters ul {
	margin:0;
	list-style:none;
	padding:0
}
#filters ul li {
	display:inline-block
}
#filters ul li a {
	display:block;
	float:left;
	padding:2px 5px;
	color:inherit;
	margin-right:5px;
	margin-bottom:40px;
	font-weight:600;
	background-color:#fff;
	color:#0e0e0e
}
#filters ul li a h3 {
	font-size:15px;
	line-height:1em;
	padding:7px 14px 7px;
	margin:0
}
#filters ul li a:hover h3, #filters ul li a.active h3 {
	color:#f26321
}
#project-navigation ul {
	float:none;
	margin:0;
	list-style:none;
	display:none;
	padding:0;
	text-align:center
}
#project-navigation ul li#nextProject a {
	right:43px
}
#project-navigation ul li#prevProject a {
	right:86px
}
#project-navigation ul li a {
	width:42px;
	height:42px;
	position:absolute;
	color:#fff;
	background-color:#0e0e0e;
	font-size:15px;
	text-align:center;
	font-weight:normal;
	line-height:42px;
	display:block;
	top:37px;
	z-index:99;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
#project-navigation ul li a.disabled, #project-navigation ul li a.disabled:hover, #project-navigation ul li a:hover, a#closeProject:hover {
	color:#f26321
}
#project-navigation ul li a.disabled, #project-navigation ul li a.disabled:hover {
	cursor:default
}
a#closeProject {
	width:42px;
	height:42px;
	position:absolute;
	font-size:14px;
	color:#fff;
	background-color:#0e0e0e;
	text-align:center;
	font-weight:normal;
	line-height:42px;
	z-index:9;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	right:0;
	top:37px;
	display:none
}
#ajax-section {
	position:relative;
	background:#fff;
	text-align:left;
	margin:0 0 30px;
	color:#0e0e0e
}
#ajax-section #loader {
	width:100%;
	height:100px;
	display:none;
	position:absolute;
	top:50%;
	margin-top:-50px
}
#ajax-section #loader.projectError {
	text-align:center;
	height:auto !important;
	background-position:top center
}
#ajax-section #loader.projectError p {
	display:none;
	padding-top:16px
}
#ajax-section #loader {
	background:url(../images/loader.gif) center center no-repeat
}
#ajax-section #loader.projectError p {
	color:#666 !important
}
#ajax-content-outer {
	width:100%;
	overflow:hidden;
	position:relative
}
#ajax-content-inner {
	float:left;
	height:0;
	opacity:0
}
#ajaxpage {
	float:left;
	display:block
}
.project-media {
	margin-top:50px;
	margin-bottom:50px;
	overflow:hidden;
	display:block
}
.project-info {
	margin-top:50px;
	margin-bottom:50px
}
.project-info {
	height:auto;
	float:left
}
.project-description, .project-details {
	margin-bottom:30px
}
.project-description h3, .project-details h3 {
	padding-bottom:15px
}
.project-details p {
	margin-bottom:5px
}
.project-details p span {
	font-weight:bold
}
#portfolio-wrap {
	position:relative;
	padding:0;
	width:100%;
	margin:0 auto;
	display:block
}
#portfolio-wrap .one-third {
	overflow:hidden;
	width:22.695%;
//max-width:370px;
	margin:0 1% 30px !important
}
.portfolio-item.current {
	z-index:101
}
.portfolio-item {
	padding:0;
	position:relative;
	overflow:hidden
}
.portfolio-item .portfolio {
	overflow:hidden;
	display:block;
	position:relative
}
.portfolio-item h3 {
	color:#fff;
	margin:15px 0 0 0
}
.portfolio-item .portfolio img {
	width:100%;
	height:auto;
	display:block;
	line-height:1 !important;
	opacity:.01
}
.portfolio .portfolio-overlay {
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	display:block;
	z-index:5;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	background:#fff;
	background:rgba(255,255,255,0.8)
}
.portfolio-item .portfolio .portfolio-overlay:hover {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100)
}
.portfolio-overlay a i {
	font-size:32px;
	line-height:70px
}
.portfolio-overlay a {
	color:#fff;
	width:70px;
	height:70px;
	background-color:#f26321;
	text-align:center;
	position:absolute;
	text-align:center;
	display:block;
	top:50%;
	left:50%;
	margin:-35px 0 0 -35px
}
.portfolio-overlay a:hover {
	background-color:#f99389
}
.portfolio-overlay:hover a.zoom, .portfolio-overlay:hover a.permalink {
	left:60%
}
.portfolio-overlay a.zoom {
	margin-left:-60px;
	left:0
}
.portfolio-overlay a.permalink {
	margin-left:6px;
	left:100%
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration:.8s;
	-moz-transition-duration:.8s;
	-ms-transition-duration:.8s;
	-o-transition-duration:.8s;
	transition-duration:.8s
}
.isotope {
	-webkit-transition-property:height, width;
	-moz-transition-property:height, width;
	-ms-transition-property:height, width;
	-o-transition-property:height, width;
	transition-property:height, width
}
.isotope .isotope-item {
	-webkit-transition-property:-webkit-transform, opacity;
	-moz-transition-property:-moz-transform, opacity;
	-ms-transition-property:-ms-transform, opacity;
	-o-transition-property:-o-transform, opacity;
	transition-property:transform, opacity
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration:0;
	-moz-transition-duration:0;
	-ms-transition-duration:0;
	-o-transition-duration:0;
	transition-duration:0
}
.post {
	margin-bottom:60px
}
.post .social-icons {
	float:left;
	margin-right:30px
}
.post .social-icons .social-icon {
	float:none;
	display:block;
	margin:0;
	width:54px;
	height:54px
}
.post .social-icons .social-icon a {
	width:54px;
	height:54px;
	background-position:7px 7px
}
.post .social-icons .social-icon a:hover {
	background-position:7px -33px !important
}
.post .post-content {
	overflow:hidden
}
.post-media {
	margin-bottom:30px
}
.post-title {
	font-size:32px;
	text-transform:uppercase;
	line-height:1;
	margin-bottom:10px
}
.post-title a {
	color:#151515
}
.post-title a:hover {
	color:#f26321
}
.post-tags {
	margin-top:20px
}
.post-tags i {
	display:inline-table;
	margin-right:4px;
	color:#bdc3c7;
	font-size:16px;
	vertical-align:middle
}
.post-tags ul {
	display:inline-block;
	padding:0
}
.post-tags li {
	display:inline-block;
	position:relative;
	font-size:11px
}
.post-tags li a {
	color:#bdc3c7;
	text-decoration:none
}
.post-tags li a:hover {
	color:#f26321
}
.post-meta {
	font-size:11px;
	margin-bottom:20px;
	padding:5px 0;
	border-top:1px solid #f0f2f5;
	border-bottom:1px solid #f0f2f5;
	font-size:11px
}
.post-meta span {
	text-align:right;
	float:right
}
.posts-list li {
	font-weight:600
}
.posts-list li .date {
	font-weight:normal;
	color:#bdc3c7
}
.widget {
	margin-bottom:35px
}
.widget-title {
	font-size:24px;
	text-transform:uppercase;
	line-height:1;
	padding:20px 10px;
	margin-bottom:30px;
	color:#fff;
	background-color:#f26321;
	text-align:center
}
.tags-list li {
	margin:0 5px 5px 0;
	float:left;
	display:block
}
.tags-list li a {
	color:#0e0e0e;
	text-decoration:none;
	display:inline;
*display:inline;
	zoom:1;
	display:inline-block;
	padding:5px 14px;
	border:1px solid #ddd
}
.tags-list li a:hover {
	color:#f26321
}
.blog-tweet {
	font-size:11px;
	margin-top:16px
}
.blog-tweet span {
	display:block;
	margin-top:7px;
	color:#868991;
	font-size:10px
}
.pagination {
	position:relative;
	width:100%;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0
}
.pages {
	text-align:center
}
.pages li {
	display:inline-block
}
.pages li {
	display:inline-block;
	margin:0 2px 0 0
}
.pages li a {
	font-size:13px;
	display:block;
	padding:5px;
	color:#151515
}
.pages li a.current {
	border-top:2px solid #f26321;
	border-bottom:2px solid #f26321;
	color:#1c1f26
}
.pages li a:hover {
	color:#f26321
}
.pagination a.previous, .pagination a.next {
	height:24px;
	width:24px;
	display:block;
	margin:2px 0;
	background-color:#151515;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	-webkit-border-radius:2px;
	-moz-border-radius:4px;
	border-radius:2px;
	text-align:center
}
.pagination a.previous:hover, .pagination a.next:hover {
	background-color:#f26321;
	color:white
}
.pagination a.previous {
	position:absolute;
	left:0;
	top:0
}
.pagination a.next {
	position:absolute;
	right:0;
	top:0
}
.pagination a i {
	line-height:24px
}
#blog-author {
	position:relative;
	margin-bottom:40px;
	text-align:center
}
#blog-author img {
	display:block;
	margin-bottom:30px
}
#blog-author .written-by {
	color:#bdc3c7;
	margin-bottom:10px
}
.blog h1 a {
	font-weight:normal
}
.blog .post-media {
	margin-bottom:70px
}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:65px
}
.commentlist li {
	margin:0;
	padding:0
}
.commentlist .the-comment {
	border-bottom:1px dotted #ddd;
	padding-bottom:35px;
	margin-bottom:35px
}
.commentlist .the-comment .comment-text *:last-child {
	margin-bottom:0
}
.commentlist div.avatar {
	float:left;
	margin-right:15px;
	padding:4px;
	border:1px solid #e8e8e8;
	line-height:0
}
.commentlist .comment-text p {
	margin:0
}
.commentlist .comment-author strong {
	padding-right:5px
}
.commentlist .comment-author .author {
	font-size:15px
}
#comment-input {
	overflow:hidden
}
#comment-input input {
	border:0;
	width:32%;
	padding:11px 20px;
	float:left;
	font-weight:600;
	margin-right:2%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
#comment-textarea textarea {
	border:0;
	width:100%;
	height:150px;
	padding:8px 11px;
	font-weight:600;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
#comment-input input:last-child {
	margin-right:0
}
#comment-input input:-moz-placeholder, #comment-textarea textarea:-moz-placeholder {
color:#999
}
#comment-input input:-ms-input-placeholder, #comment-textarea textarea:-ms-input-placeholder {
color:#999
}
#comment-input input::-webkit-input-placeholder, #comment-textarea textarea::-webkit-input-placeholder {
color:#999
}
.comment-submit.button {
	width:100%;
	padding:10px 0 !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}





/*CONTACTO*/

/*--------------Comment Form--------------*/
#contact-form-wrap {
    margin:0 0 10px;
}

#contact-form {
	margin:0 0 10px;
}

#contact-form .c-note {
    display: block;
    margin-bottom: 20px;
}
#contact-form .contact-left {
	/*float:left;*/
	margin-right:4%;
	width:100%;
}
#contact-form .contact-right {
	float:left;
	width:100%;
}
#contact-form p.textarea-block {
    position:relative;
    width:100%;
    margin-bottom:20px;
}
#contact_message {
    height:175px;
    border:none;
    padding:10px 3% 10px 22%;
    width:100%;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	box-shadow:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}
#contact-form p.input-block {
    position:relative;
    width:100%;
    margin-bottom:25px;
}
#contact-form label.required {
    display:block;
	color:#878787;
	margin-bottom:15px;
	position:absolute;
	top:10px;
	left:15px;
}

#contact-form label.required span {
    color:#f26321;
    margin-left:3px;
}

#contact_name,
#contact_email,
#contact_number {
    border:none;
    padding:10px 3% 10px 15%;
    width:100%;
	height:42px;
	line-height:20px;
	box-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	margin:0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

#contact_name:focus,
#contact_email:focus,
#contact_url:focus,
#contact_message:focus {
    border:1px solid #f26321;
}

.contact-button {
    margin:0;
}

#submit-contact {
	
    border:none;
    background-color: #f26321;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    -moz-border-radius:0;
	-webkit-border-radius:0;
    box-shadow: none;
    position:relative;
    z-index:0;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#submit-contact:hover {
    background-color:#252525;
}

#contact-form label.error {
    position:absolute;
    left:0;
    top:-20px;
    color:#222;
	font-size:11px;
}


#response { background:#f26321; line-height:30px; text-align:center; color:#fff; display:block;}

/******* PETER */

ul.campos_actuacao { margin:20px 0 0 0; padding:0;}
.campos_actuacao li { margin:4px 0 0 0 ; }
	
.campos_actuacao li:before {font-family: 'FontAwesome';content: "\F00C"; margin:0 6px 0 0; font-size:16px; color:#f26321}


.service-description ul { margin:20px 8%  0 0; padding:0; float:left; }
.service-description li:before {font-family: 'FontAwesome';content: "\F00C"; margin:0 6px 0 0; font-size:16px; color:#f26321}

.estilos_danca { width:100%; margin:40px 0 0 0; overflow:auto }

.icon-chevron-right { color:#f26321;}
.icon-facebook-sign { font-size:60px; float:left; margin:0; padding:0;}

p.facebook { line-height:53px;  padding:5% 0 0 0;}

.modalidades.right-side  { padding:55px 0 0 0;} 


/*******/







#map {
	position:relative
}
#map .marker-content {
	width:100%;
	max-width:410px;
	min-width:200px;
	position:absolute;
	z-index:9;
	left:14%;
	top:-20px
}
#map .marker-content:after {
	content:"";
	width:0;
	height:0;
	border-left:19px solid transparent;
	border-right:19px solid transparent;
	border-top:23px solid #f26321;
	position:absolute;
	bottom:-23px;
	left:50%;
	margin-left:-19px
}
#map .marker-content img {
	display:block
}
#map .marker-content .address {
	background-color:#f26321;
	padding:30px;
	color:#fff;
}
.wrapper {
	width:100%;
	overflow:hidden
}
.fleft {
	float:left
}
.fright {
	float:right
}
#map .marker-content .address h5 {
	text-transform:uppercase;
	font-size:16px
}
.contact-box {
	width:100%;

}
.contact-details {
	width:70%;
	padding:5px 0;
	margin:0 auto 10px
}
.contact-details h2 {
	margin-bottom:0
}
.contact-details h1 {
	color:black;
	background:rgba(255,255,255,0.50);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff)
}
.copyright {
	width:100%;
	padding:0;
	background:#f26321;
	color:#fff;
	font-size:12px;
	text-align:center;
	overflow:hidden
}
.copyright a {
	color:inherit
}
.copyright-logo  {	
	text-align:center;
	padding:10px 0 0 0;
}
.copyright-logo a {
	display:block;
	position:absolute;
	bottom:0
}
.copyright-logo .bottomline {
	width:2px;
	height:108px;
	background-color:#fff;
	position:absolute;
	margin-left:-1px;
	left:50%;
	top:0
}
.copyright .social-icons {
	text-align:center
}
.copyright .social-icons .social-icon {
	display:inline-block;
	float:none;
	margin:0 5px 5px 0;
	background-color:rgba(0,0,0,0.05) !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-bottom:30px
}
#contact-input {
	overflow:hidden;
	margin-bottom:13px;
	width:50%;
	float:left
}
#contact-input input {
	border:1px solid #e8e8e8;
	width:90%;
	font-size:13px;
	color:#747474;
	padding:20px 2%;
	float:left;
	margin:0 1% 2%;
	border-radius:2px
}
#contact-textarea textarea {
	border:1px solid #e8e8e8;
	width:95%;
	height:92px;
	font-size:13px;
	color:#747474;
	padding:20px 11px 10px;
	border-radius:2px;
	margin-bottom:10px
}

#contact-input input:last-child {
	margin-right:0
}
#contact-input input:-moz-placeholder, #contact-textarea textarea:-moz-placeholder {
color:#999
}
#contact-input input:-ms-input-placeholder, #contact-textarea textarea:-ms-input-placeholder {
color:#999
}
#contact-input input::-webkit-input-placeholder, #contact-textarea textarea::-webkit-input-placeholder {
color:#999
}
#contact-textarea {
	width:50%;
	float:right
}
#contact-input label, #contact-textarea label {
	display:block;
	text-align:left;
	font-weight:bold;
	padding-left:2%
}
#contact-submit input[type="submit"] {
	padding:20px 24px 20px 24px;
	border:0 none;
	color:#fff;
	display:block;
	width:50%;
	cursor:pointer;
	text-indent:-9999px;
	background-image:url(../images/mail.png);
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
	height:57px;
	line-height:57px
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background:#fff;
	padding:11px 20px;
	outline:0;
	font-family:"Open Sans";
	font-size:13px;
	margin:0;
	width:200px;
	max-width:100%;
	display:block;
	margin-bottom:20px;
	width:180px;
	color:#bdc3c7;
	border:0
}
::-webkit-input-placeholder {
color:#bdc3c7 !important
}
:-webkit-input-placeholder {
color:#bdc3c7 !important
}
:-moz-placeholder {
color:#bdc3c7 !important
}
::-moz-placeholder {
color:#bdc3c7 !important
}
:-ms-input-placeholder {
color:#bdc3c7 !important
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	-moz-box-shadow:#e85849 0 0 1px 1px inset;
	-webkit-box-shadow:#e85849 0 0 1px 1px inset;
	box-shadow:#e85849 0 0 1px 1px inset;
	color:#2c3e50
}
.one_half {
	width:48%
}
.one_third {
	width:30.66%
}
.two_third {
	width:65.33%
}
.one_fourth {
	width:22%
}
.three_fourth {
	width:74%
}
.one_fifth {
	width:16.8%
}
.two_fifth {
	width:37.6%
}
.three_fifth {
	width:58.4%
}
.four_fifth {
	width:67.2%
}
.one_sixth {
	width:13.33%
}
.five_sixth {
	width:82.67%
}
.one_half.no-margin {
	width:50%;
	margin-right:0
}
.one_third.no-margin {
	width:33.33333333333%;
	margin-right:0
}
.two_third.no-margin {
	width:66.66666666667%;
	margin-right:0
}
.one_fourth.no-margin {
	width:25%;
	margin-right:0
}
.three_fourth.no-margin {
	width:75%;
	margin-right:0
}
.one_fifth.no-margin {
	width:20%;
	margin-right:0
}
.two_fifth.no-margin {
	width:40%;
	margin-right:0
}
.three_fifth.no-margin {
	width:60%;
	margin-right:0
}
.four_fifth.no-margin {
	width:80%;
	margin-right:0
}
.one_sixth.no-margin {
	width:16.6666666666667%;
	margin-right:0
}
.five_sixth.no-margin {
	width:83.333333333333%;
	margin-right:0
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position:relative;
	margin-right:4%;
	margin-bottom:30px;
	float:left
}
.last {
	margin-right:0 !important
}
.fittext-content {
	line-height:.8
}
* html .title h1 {
	display:inline
}
*+html .title h1 {
	display:inline
}


