@import url(http://fonts.googleapis.com/css?family=Lobster+Two:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300,600,700);

body {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	line-height:22px;
	padding:0;
}

.container {
	position:relative;
}

a {
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

/*.light .section p a, .dark .section p a {
	color:#FF3000;
}

.light .section p a:hover, .dark .section p a:hover {
	color:#FF3000;
	text-decoration:underline;
}*/

p {
	margin-bottom:22px;
}

ol, ul {
	
}

iframe {
	border:none;
}

/* TYPOGRAPHY */
blockquote {
	border-left:3px solid #FF3000;
	padding:5px 0 0 15px;
}

.quote {
	background:#e1e1e1;
	font-family:'Lobster Two', cursive;
	font-size:25px;
	line-height:44px;
	text-align:center;
	color:#ff3000;
	padding:40px;
}

.quote, .quote p, .articles-wrapper .quote p {
	line-height:44px;
}

.quote p:last-child {
	margin-bottom:0;
}

/* HEADER */

/* Menu */

.menu {
	margin: 0 auto;
}

/* First 3 elements of the menu */
#main-menu-1 {
	float: right;
}

/* Logo - postition absolute so that the background would resize because of it */
.logonormal {
	position: absolute;
}

/* Menu links - normal and hover */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
	color: #ffffff;
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > :hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  	color: #000000;
}

/* Header Background */

.navbar-inner {
	font-size: 17px;
	font-weight: 400;
	background: rgba(0, 0, 0, 0.7); /* browsers */
	min-height:80px;
}

header {
	min-height: 80px;
}

.navbar .btn-navbar {
	border:8px 5px;
	margin-top:25px;
	margin-right:30px;
	border:none;
}

.navbar-inverse .btn-navbar {
	background:#1d1d1d;
	box-shadow:none;
	border-radius:0;
}

.navbar .btn-navbar .icon-bar {
	background:#5c5c5c;
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  background: #ff3000;
}

.navbar-inverse .btn-navbar:hover .icon-bar,
.navbar-inverse .btn-navbar:focus .icon-bar,
.navbar-inverse .btn-navbar:active .icon-bar,
.navbar-inverse .btn-navbar.active .icon-bar,
.navbar-inverse .btn-navbar.disabled .icon-bar,
.navbar-inverse .btn-navbar[disabled] .icon-bar {
  background: #fff;
}

.logomobile-wrapper {
	display:none;
	position:absolute;
	top:0;
	left:15px;
}

.removemargin .span5 {
	margin-right: 0px;
}

.main-nav {
	margin-top:30px;
}

.main-nav .menu li {
	list-style:none;
	display:inline-block;
	margin-right:33px;
}

.main-nav .menu li a {
	color:#fff;
	
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

.main-nav .menu li a:hover, .main-nav .menu li a:focus {
	text-decoration:none;
}

/*.menu li.current-menu-item a, .menu li a:hover {
	color:#ff3000;
}*/

.main-nav .menu li a:hover {
	color:#ff3000;
}

#main-menu-1 .menu li:last-child {
	margin-right:20px;
}

#main-menu-2 .menu {
	margin-left:20px;
}

#slider {
	position:relative;
	margin-top:-80px;
}

.fullwidthbanner-container {
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
	max-height: 800px;
}

.fullwidthbanner {
	position:relative;
	overflow:hidden;
}

#slider ul {
	list-style:none;
	margin:0;
}

#slider .bullet {
	background:rgba(24, 29, 54, .55);
	border-radius:50px;
	width:20px;
	height:20px;
	margin:0 3px;
}

#slider .bullet.selected, #slider .bullet:hover {
	background:rgba(0, 0, 0, 1);
}

.block {
	padding-top:85px;
}

.block.light {
	color:#8c8b8b;
}

.block.dark {
	background-color:#202225;	
	color:#f8f8f8;
}

.block1-pattern {
	background-image:url(../img/patterns/grey.png);	
}

.block2-pattern {
	background-image:url(../img/patterns/pattern9.jpg);	
}

.block3-pattern {
	background-image:url(../img/patterns/grid_noise_@2X.png);	
}

.block5-pattern {
	background-image:url(../img/patterns/pattern10.jpg);	
}

.section {
	padding-bottom:85px;
}

.block.block5-pattern {
	padding-top:35px;
}

#twitter.section {
	padding-bottom:35px;
}

.section-title {
	font-size:34px;
	line-height:36px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:65px;
	text-shadow:2px 2px 0 rgba(0, 0, 0, .26);
}

.title-icon {
	font-size:70%;
	font-weight:100;
	display:inline-block;
	width:19px;
	height:36px;
}

.section-title .icon-before {
	margin-right:20px;
}

.section-title .icon-after {
	margin-left:20px;
}

.dark .section-title {
	color:#fff;
}

.light .section-title {
	color:#ff3000;
}

.dark .section-title .title-icon {
	background:url(../img/star_icon_white.png) no-repeat center 16px;
}

.light .section-title .title-icon {
	background:url(../img/star_icon_orange.png) no-repeat center 16px;
}

.team-member {
	text-align:center;
}

.member-pic {
	border:3px solid #c8c8c8;
	
	-webkit-transition: border-color 200ms ease-out;
	-moz-transition: border-color 200ms ease-out;
	-o-transition: border-color 200ms ease-out;
	-ms-transition: border-color 200ms ease-out;
	transition: border-color 200ms ease-out;
}

.member-pic:hover {
	border:3px solid #ff3000;
}

.member-name, .member-name a {
	font-family:'Lobster Two', cursive;
	color:#4a4949;
	margin-bottom:0;
	
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

.member-name a:hover, .member-name a:focus {
	color:#ff3000;
	text-decoration:none;
}

.member-social-links {
	margin:20px 0;
}

.member-social-links li {
	list-style:none;
	display:inline-block;
	margin-right:8px;	
}

.member-social-links li:last-child {
	margin-right:0;
}

.member-social-links li a {
	background:#cecece url(../img/social-icons/social_icons_small.png) no-repeat;
	display:inline-block;
	width:26px;
	height:26px;
	
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	-ms-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

.member-social-links li a:hover {
	background-color:#FF3000;
}

.member-social-links .facebook a {
	background-position:0 0;
}

.member-social-links .twitter a {
	background-position:-26px 0;
}

.member-social-links .pinterest a {
	background-position:-52px 0;
}

.member-social-links .dribbble a {
	background-position:-78px 0;
}

.member-desc {
	color:#9d9b9b;
}

#member-details-container {
	background:#fff;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	padding:40px 0;
	margin-top:20px;
	display:none;
}

#member-details-container .member-pic {
	border:3px solid #ff3000;
}

#member-details-container .member-name {
	color:#ff3000;
	margin:0;
}

#member-details-container .member-desc {
	margin:20px 0 0 0;
}

#member-details-container .member-social-links {
	margin:20px 0 0 0;
}

.close-btn {
	background:#999 url(../img/cross_icon.png) no-repeat center center;
	display:inline-block;
	width:32px;
	height:32px;
	position:absolute;
	top:0;
	right:0;
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	-ms-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

.close-btn:hover {
	background-color:#ff3000;
}


.services {
	margin:60px 0 0 0;
}

.services .service {
	float:left;
	list-style:none;
	margin:0 10px;
}

.services .service.first {
	margin-left:0;
}

.services .service.last {
	margin-right:0;
}

.services .service.even {
	/*margin-top:60px;*/
}

.services .service a {
	background:transparent url(../img/service_icons.png) no-repeat;
	display: block;
	width:300px;
	height:155px;
	outline: none;
	position: relative;
}

.service a span {
	bottom: -20px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Lobster Two', cursive;
	text-align:center;
    font-size: 25px;
    left: 0;
    position: absolute;
    width: 136px;	
}

.service.right-side a span {
	left:auto;
	right:0;
}

.services .service .idea {
	background-position:0 0;
}

.services .service .idea:hover {
	
}

.services .service .wordpress {
	background-position:-320px 0;
}

.services .service .wordpress:hover {
	
}

.services .service .liferay {
	background-position:-640px 0;
}

.services .service .liferay:hover {
	
}

.services .service .responsive {
	background-position:0 -155px;
}

.services .service .responsive:hover {
	
}

.services .service .android {
	background-position:-320px -155px;
}

.services .service .android:hover {
	
}

.services .service .magento {
	background-position:-640px -155px;
}

.services .service .magento:hover {
	
}


.skills {
	margin:60px 0 0 0;
}

.skills .skill {
	float:left;
	list-style:none;
	margin:0 10px;
}

.skills .skill.first {
	margin-left:0;
}

.skills .skill.last {
	margin-right:0;
}

/*.skills .skill.odd {
	margin-bottom:30px;
}*/

.skills .skill.even {
	margin-top:30px;
}

.skills .skill a {
	background:#c2c2c2 url(../img/skill_icons.png) no-repeat;
	border-radius:30px;
    box-shadow:inset 0 4px 0 0 #9f9f9f;
	display: block;
	width:60px;
	height:60px;
	outline: none;
	text-indent: -9000px;
	position: relative;
}

.rounded {
	behavior: url(js/PIE.htc);
}

.skills .br-1 {
	display:none;
}

.skills .skill a {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.skills .skill .photoshop {
	background-position:0 0;
}

.skills .skill .photoshop:hover {
	background-position:0 -91px;
	background-color:#0f83d8;
    box-shadow:inset 0 4px 0 0 #0c6bb1;
}

.skills .skill .illustrator {
	background-position:-80px -31px;
}

.skills .skill .illustrator:hover {
	background-position:-80px -122px;
	background-color:#e77922;
    box-shadow:inset 0 4px 0 0 #bd631c;
}

.skills .skill .bridge {
	background-position:-160px 0;
}

.skills .skill .bridge:hover {
	background-position:-160px -91px;
	background-color:#fbc600;
    box-shadow:inset 0 4px 0 0 #a98500;
}

.skills .skill .javascript {
	background-position:-240px -31px;
}

.skills .skill .javascript:hover {
	background-position:-240px -122px;
	background-color:#f1da4e;
    box-shadow:inset 0 4px 0 0 #a29334;
}

.skills .skill .html5 {
	background-position:-320px 0;
}

.skills .skill .html5:hover {
	background-position:-320px -91px;
	background-color:#e54d26;
    box-shadow:inset 0 4px 0 0 #6b2c1d;
}

.skills .skill .php {
	background-position:-400px -31px;
}

.skills .skill .php:hover {
	background-position:-400px -122px;
	background-color:#627fb5;
    box-shadow:inset 0 4px 0 0 #425579;
}

.skills .skill .java {
	background-position:-480px 0;
}

.skills .skill .java:hover {
	background-position:-480px -91px;
	background-color:#ec3025;
    box-shadow:inset 0 4px 0 0 #5d201e;
}

.skills .skill .visualstudio {
	background-position:-560px -31px;
}

.skills .skill .visualstudio:hover {
	background-position:-560px -122px;
	background-color:#9d35c8;
    box-shadow:inset 0 4px 0 0 #6a2386;
}

.skills .skill .ror {
	background-position:-640px 0;
}

.skills .skill .ror:hover {
	background-position:-640px -91px;
	background-color:#ae2338;
    box-shadow:inset 0 4px 0 0 #751826;
}

.skills .skill .python {
	background-position:-720px -31px;
}

.skills .skill .python:hover {
	background-position:-720px -122px;
	background-color:#ffd545;
    box-shadow:inset 0 4px 0 0 #ab8f2f;
}

.skills .skill .haskell {
	background-position:-800px 0;
}

.skills .skill .haskell:hover {
	background-position:-800px -91px;
	background-color:#666666;
    box-shadow:inset 0 4px 0 0 #454545;
}

.skills .skill .jquery {
	background-position:-880px -31px;
}

.skills .skill .jquery:hover {
	background-position:-880px -122px;
	background-color:#1169ae;
    box-shadow:inset 0 4px 0 0 #0b4675;
}

.skills .skill a span {
	width: 150px;
	height: auto;
	line-height: 20px;
	padding: 10px 5px;
	left: 50%;
	margin-left: -80px;
	color: #e77922;
	text-align: center;
	background: #fff;
	text-indent: 0px;
	border-radius: 3px;
	position: absolute;
	pointer-events: none;
	top: 100px;
	z-index:100;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-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;
}
.skills .skill a span:before,
.skills .skill a span:after {
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -12px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(0,0,0,0.1);
}
.skills .skill a span:after {
	top: -10px;
	margin-left: -12px;
	border-bottom: 10px solid #fff;
}
.skills .skill a:hover span {
	opacity: 1;
	top: 80px;
}


.portfolio-items,
.portfolio-items3,
.portfolio-items4 {
	text-align:center;
	margin:0;
}

.portfolio-items .portfolio-item,
.portfolio-items3 .portfolio-item3,
.portfolio-items4 .portfolio-item4 {
	display:inline-block;
	width:220px;
	margin:10px 7px;
	position:relative;
}

.portfolio-items .portfolio-item.first,
.portfolio-items3 .portfolio-item3.first,
.portfolio-items4 .portfolio-item4.first {
	margin-left:0;
}

.portfolio-items .portfolio-item.last,
.portfolio-items3 .portfolio-item3.last,
.portfolio-items4 .portfolio-item4.last {
	margin-right:0;
}

/*.portfolio-items li:nth-child(3n + 1), .portfolio-items li:nth-child(4n) {
	margin-left:0;
}*/

.portfolio-items .portfolio-item a,
.portfolio-items3 .portfolio-item3 a,
.portfolio-items4 .portfolio-item4 a {
	display:block;
	width:100%;
	height:100%;
}

.portfolio-items .portfolio-item a:hover .portfolio-img-overlay,
.portfolio-items .portfolio-item a:hover .portfolio-item-info,
.portfolio-items .portfolio-item a:hover .enlarge-icon,
.portfolio-items3 .portfolio-item3 a:hover .portfolio-img-overlay,
.portfolio-items3 .portfolio-item3 a:hover .portfolio-item-info,
.portfolio-items3 .portfolio-item3 a:hover .enlarge-icon,
.portfolio-items4 .portfolio-item4 a:hover .portfolio-img-overlay,
.portfolio-items4 .portfolio-item4 a:hover .portfolio-item-info,
.portfolio-items4 .portfolio-item4 a:hover .enlarge-icon  {
	opacity:1;
}

.portfolio-img {
	width: 100%;
}

.portfolio-img-border {
	display:block;
	width:220px;
	height:250px;
	position:absolute;
    top:0;
    left:0;
}

.portfolio-img-holder {
	display:block;
	width:214px;
	height:244px;
	position:absolute;
    top:3px;
    left:3px;
}

.portfolio-img-overlay {
	opacity:0;
	width:214px;
	height:244px;
	position:absolute;
    top:3px;
    left:3px;
	transition:opacity 500ms ease-out;
}

.overlay {
	display:none;
}

.portfolio-item-info {
	opacity:0;
	text-align:center;
	color:#fff;
	width:100%;
	/*border:3px solid #d3d3d3;*/
	position:absolute;
	top:70px;
	left:0;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
	transition:opacity 500ms ease-out;
}

.portfolio-item-info h3 {
	font-size:17px;
	font-weight:400;
	line-height:26px;
	text-transform:uppercase;
	margin:0;
}

.portfolio-item-info .subject {
	font-size:15px;
	line-height:20px;
}

.br-2, .br-3 {
	display:none;
}

.enlarge-icon {
	background:url(../img/enlarge_btn.png) no-repeat;
	display:block;
	width:53px;
	height:53px;
	position:absolute;
	bottom:-25px;
	left:50%;
	margin-left:-26px;
	opacity:0;
	transition:opacity 500ms ease-out;
}

#portfolio-details-container,
#portfolio-details-container3,
#portfolio-details-container4 {
	background:#fff;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	padding:40px 0;
	margin-bottom:85px;
	display:none;
}

.project-title {
	font-size:24px;
	line-height:29px;
	text-transform:uppercase;
	color:#ff3000;
	text-shadow:0 2px 0 rgba(0, 0, 0, .26);
	padding-right:35px;
}

.project-desc {
	margin-top:20px;
}

.project-link {
	margin-top:20px;
}

.project-link a {
	font-style:italic;
}

#portfolio-details-container .flexslider {
	border:none;
	box-shadow:none;
	margin:0;
}

#portfolio-details-container .slider-nav {
	width:auto;
	position:relative;
	bottom:auto;
	float:right;
	text-align:left;
}

#portfolio-details-container .slider-nav li {
	margin:0;
	display:block;
	float:left;
}

#portfolio-details-container .slider-nav li a {
	background:#d4d2d2 url(../img/slider_nav_icon.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
    text-indent:-9999px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#portfolio-details-container .slider-nav li a:hover {
	background-color:#FF3000;
}

#portfolio-details-container .slider-nav li.prev a:hover {
	background-position:0 -29px;
}

#portfolio-details-container .slider-nav li.next {
	margin-left:1pox;
}

#portfolio-details-container .slider-nav li.next a {
	background-position:-30px 0;
	margin-left:1px;
}

#portfolio-details-container .slider-nav li.next a:hover {
	background-position:-30px -29px;
}

.portfolio-items.nocanvas .br-1, .portfolio-items.nocanvas .br-2, .portfolio-items.nocanvas .br-3 {
	display:none;
}

.portfolio-items .portfolio-item.hidden {
	display:none;
}

.load-more {
	font-family:'Lobster Two', cursive;
	font-size:28px;
	line-height:28px;
	color:#676767;
	text-align:center;
	margin-top:120px;
}

.load-more a, .load-more-btn {
	color:#676767;
}

.load-more a:hover, .load-more-btn:hover {
	text-decoration:none;
	color:#ff3000;
}

.nocanvas canvas {
	display:none;
}

.nocanvas .portfolio-img, .portfolio-item .portfolio-img {
	display:block;
}

.nocanvas .portfolio-item {
	overflow:hidden;
}

.nocanvas .portfolio-item-info {
	top:20px;
}

.nocanvas .enlarge-icon {
	bottom:20px;
}

.slider-label {
	float:right;
	margin-right:20px;
	line-height:30px;
}



/*.slides {
	margin:0;
	position:relative;
}

.slides li {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}*/

/**** 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;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.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;
}

/**** 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;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}




article {
	margin-bottom:80px;
}

.articles-wrapper {
	color:#575757;
}

.articles-wrapper, .articles-wrapper p  {
	line-height:23px;
}

.articles-wrapper article:last-child {
	margin-bottom:0;
}

.articles-wrapper ul, .articles-wrapper ol {
	margin-bottom:22px;
}

.articles-wrapper ul li, .post-body ol li {
	line-height:23px;
}

.post-header {
	margin-bottom:20px;
}

.post-title {
	font-size:24px;
	line-height:36px;
	color:#3c3c3c;
	border-bottom:1px solid #c8c8c8;
	padding-bottom:10px;	
}

.post-title a {
	color:#3c3c3c;
}

.post-title a:hover {
	color:#009966;
}

.post-meta {
	font-size:15px;
	color:#d1d1d1;
}

.post-meta a {
	color:#a7a7a7;
}

.post-meta a:hover {
	color:#ff3000;
}

.post-media {
	float:left;
	width:120px;
	height:120px;
	border-radius:100px;
	margin:0 30px 20px 0;
}

.post-image {
	float:left;
	border-radius:100px;
	margin:0 30px 20px 0;
}

.post-body {
	display:inline-block;
}

.more-link,
.voltar a {
	padding:3px 3px;
	color:#009966;
	
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.more-link:hover,
.voltar a:hover {
	color:#3CE0A9;
}

#comments p {
	line-height:23px;
}

.comments-title {
	color:#575757;
	text-transform:uppercase;
	margin:0;
}

.commentsList {
	list-style:none;
	margin:0;
}

.children {
	list-style:none;
	margin-left:150px;
}

.comment {
	color:#828282;
	margin-top:45px;
}

.avatar {
	display:block;
	float:left;
	width:120px;
	height:120px;
	border-radius:100px;
	margin-right:30px;
}

.commentContent {
	float:left;
	width:470px;
}

.depth-2 .commentContent {
	width:320px;
}

.commentMeta {
	font-weight:600;
}

.post-categories {
	color:#a7a7a7;
}

.name {
	color:#575757;
}

.commentText {
	margin-top:22px;
}

.comment-edit-link,
#cancel-comment-reply-link,
.logged-in-as a {
	color:#ff3000;
}

.comment-edit-link:hover,
#cancel-comment-reply-link:hover,
.logged-in-as a:hover,
.comment-edit-link:focus,
#cancel-comment-reply-link:focus,
.logged-in-as a:focus {
	color:#ff3000;
	text-decoration:underline;
}

.comment-reply-link {
	background:#3c3c3c;
	color:#fff;
	display:inline-block;
	padding:10px 25px;
	transition:background-color 200ms ease-out 0s;
}

.comment-reply-link:hover, .comment-reply-link:focus {
	background:#ff3000;
	color:#fff;
}

#respond {
	margin-top:80px;
}

#reply-title {
	color:#575757;
	text-transform:uppercase;
	margin:0;
}

#commentform {
	margin-top:45px;
}

#commentform label {
	font-size:18px;
	font-style:italic;
	color:#8e8e8e;
	margin-bottom:5px;
	display:inline-block;
}

#commentform input[type="submit"] {
	text-transform:uppercase;
	font-weight:600;
}

#commentform input[type="text"], #commentform textarea {
	
}


.wp-pagenavi a, .wp-pagenavi span {
	background:#e0e0e0;
	color:#3c3c3c;
	margin-right:8px;
	padding:10px 18px;
}

.wp-pagenavi .last, .wp-pagenavi .first, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	padding:10px 25px;
}

.wp-pagenavi a:hover {
	background:#ff3000;
	color:#fff;
}

.wp-pagenavi .current {
	background:#3c3c3c;
	color:#fff;
}


#content #sidebar img, #content footer img {
	max-width:100%;
}

.widget {
	margin-bottom:80px;	
}

.widget:last-child {
	margin-bottom:0;
}

.widget-title {
	font-size:24px;
	line-height:36px;
	font-weight:600;
	color:#3c3c3c;
	border-bottom:1px solid #c8c8c8;
	padding-bottom:10px;
	margin-bottom:20px;
}

.widget-title a {
	color:#3c3c3c;
}

.widget-title a:hover {
	color:#FF3000;
}

.widget ul {
	list-style:none;
	margin:0;
}

.twitter-updates li {
	list-style:none;
	background:url(../img/social-icons/twitter_tweet_icon_small.png) no-repeat;
	padding-left:30px;
	margin-bottom:30px;
}

.tweet_text {
	font-size:15px;
	line-height:21px;
	color:#494949;
	display:block;
}

.tweet_text a {
	color:#FF3000;
}

.tweet_text a:hover {
	text-decoration:underline;
}

.tweet_time a {
	font-size:15px;
	line-height:20px;
	color:#afafaf;
	display:block;
	margin-top:10px;
}

footer .twitter-updates .tweet {
	margin-top:30px;
}

footer .twitter-updates .tweet_text {
	color:#A9A8A8;
}

footer .twitter-updates .tweet_time a {
	color:#494949;
}

footer .twitter-updates .tweet_time a:hover {
	color:#fff;
}

.widget_categories li,
.widget_pages li,
.widget_rss li,
.widget_recent_entries li,
.widget_archive li,
.widget_meta li,
.widget_links li,
.widget_nav_menu li {
	border-bottom:1px solid #eaeaea;
	padding:5px 0;
}

.widget_categories li a,
.widget_pages li a,
.widget_recent_entries li a,
.widget_archive li a,
.widget_meta li a,
.widget_links li a,
.widget_nav_menu li a {
	color:#494949;
	padding:5px 0;
}

.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_recent_entries li a:hover,
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_links li a:hover,
.widget_nav_menu li a:hover {
	background:url(../img/menu_arrow.png) no-repeat left center;
	color:#ff3000;
	padding:5px 0 5px 10px;
}

.widget_rss li {
	padding:10px 0;
}

.widget_rss li a, .widget_calendar a, .widget_recent_comments a {
	color:#494949;
}

.widget_rss li a:hover, .widget_calendar a:hover, .widget_recent_comments a:hover {
	color:#ff3000;
}

.widget_calendar table {
	width:100%;
}

.widget_calendar tbody td {
	text-align:center;
}

.widget_calendar caption {
	margin-bottom:10px;
}

.tagcloud {
	font-size: 15px;
}

.widget_tag_cloud a, .tagcloud a {
	background:#d2d2d2;
	display:inline-block;
	font-size:15px;
	color:#494949;
	padding:5px 10px;
	margin:0 0 4px 0;
}

.widget_tag_cloud a:hover, .tagcloud a:hover {
	background:#ff3000;
	color:#ffffff;
}

.responsive-video, .video-widget .video-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.responsive-video iframe, .video-widget .video-wrapper iframe, .responsive-video iframe, .video-widget .video-wrapper object, .responsive-video iframe, .video-widget .video-wrapper embed {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

footer .widget_categories li,
footer .widget_pages li,
footer .widget_rss li,
footer .widget_recent_entries li,
footer .widget_archive li,
footer .widget_meta li,
footer .widget_links li,
footer .widget_nav_menu li {
	background:url(../img/linksep.png) repeat-x left bottom;
	border-bottom:none;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

footer .widget_categories li a,
footer .widget_pages li a,
footer .widget_recent_entries li a,
footer .widget_archive li a,
footer .widget_meta li a,
footer .widget_links li a,
footer .widget_nav_menu li a {
	color:#A9A8A8;
	padding:0;
}

footer .widget_categories li a:hover,
footer .widget_pages li a:hover,
footer .widget_recent_entries li a:hover,
footer .widget_archive li a:hover,
footer .widget_meta li a:hover,
footer .widget_links li a:hover,
footer .widget_nav_menu li a:hover {
	background:none;
	color:#ff3000;
	padding:0;
}

footer .widget_rss li a, footer .widget_calendar a, footer .widget_recent_comments a {
	color:#fff;
}

footer .widget_rss li a:hover, footer .widget_calendar a:hover, footer .widget_recent_comments a:hover {
	color:#ff3000;
}

#sidebar select, footer select {
	width:100%;
}




#fc-contact-form {
	margin:20px 0 0 0;
}

#fc-contact-form .form-row {
	margin-bottom:20px;
}

#fc-contact-form p {
	margin-bottom:0;
}

.button-row {
	position:relative;
}

input[type="text"],input[type="email"],input[type="tel"], textarea {
	font-size:16px;
	line-height:22px;
	font-style:italic;
	background:#dedede;
	border:none;
	border-radius:0;
	box-shadow:none;
	margin-bottom:0px;
	width:1158px;
	padding:15px;
	transition:none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

input[type="text"],input[type="email"],input[type="tel"],textarea {
	width:100%;
	height:50px;
}

input[type="text"]:focus, input[type="text"].error, textarea:focus, textarea.error,
input[type="email"]:focus, input[type="email"].error,
input[type="tel"]:focus, input[type="tel"].error {
	padding:13px;
	background:#fff;
	color:#FF3000;
	border:2px solid #FF3000;
	box-shadow:none;
}

textarea {
	width:100%;
	height:165px;
}

#contato .span12 {
	margin-bottom: 30px;
}

#contato .span12 .span4:first-child {
	margin-left: 0;
}

/*textarea:focus {
	width:906px;
	height:161px;
	border:2px solid #FF3000;
}*/

input[type="submit"] {
	font-size:16px;
	line-height:22px;
	color:#fff;
	background:#808080;
	border:none;
	border-radius:0;
	box-shadow:none;
	padding:15px;
	
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	-ms-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

#contactform input[type="submit"] {
	position:absolute;
	bottom:20px;
	right:0;
}

input[type="submit"]:hover, input[type="submit"]:focus {
	background:#FF3000;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    clear: both;
}

div.wpcf7-mail-sent-ok {
    clear: both;
}



#fc-contact-form p.error {
	display:none;
	margin:0;
	color:#FF3000;
}

.alert-box {
	border:1px solid #FF3000;
	padding:10px;
	margin-bottom:20px;
	position:relative;
	display:none;
	color:#FF3000;
}


.latest-tweet-icon {
	font-size:72px;
}

.twitter-tweet-icon {
	background:url(../img/social-icons/twitter_tweet_icon.png) no-repeat;
	display:inline-block;
	width:62px;
	height:52px;
}

.lastest-tweet {
	margin-top:0;
}

.lastest-tweet .tweet_list {
	list-style:none;
	margin:0;
}

.lastest-tweet .tweet_time {
	display:none;
}

.lastest-tweet .tweet_text {
	font-family:'Lobster Two', cursive;
	font-size:26px;
	text-align:left;
	line-height:36px;
	color:#fff;
}

.lastest-tweet .tweet_text a {
	color:#0088CC;
}

.twitter-link {
	text-align:right;
	margin-top:0;
}


#footer {
	/*min-height:80px;*/
}

/* Footer */
footer {
	background: url("../img/patterns/skewed_print.png");
	border-top: 1px solid #3a3a3a;
	width: 100%;
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	color: #a9a8a8;
}

footer .widget {
	margin-top:40px;
	margin-bottom:0;
	padding-bottom:40px
}

footer .widget-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:25px;
	color: #ffffff;
	line-height: 25px;
	font-weight:700;
	border:none;
	padding:0;
	margin:0 0 40px 0;
}

.footer-about-text-widget .widget-desc {
	font-size: 16px;
	text-align: justify;
	margin-bottom: 15px;
}

.footer-about-text-widget .infobox {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 15px;
}

footer .footer-about-text-widget .infobox {
	color: #fff;
}

.infobox.address {
	min-height:38px;
}

.infobox.email {
	min-height:22px;
}

.infobox.phone {
	min-height:42px;
}

.footer-about-text-widget .infobox.address {
	background:url(../img/footer/location.png) no-repeat left 5px;
	padding:0 0 0 40px;
}

.footer-about-text-widget .infobox.email {
	background:url(../img/footer/email.png) no-repeat left 5px;
	padding:0 0 0 40px;
}

.footer-about-text-widget .infobox.phone {
	background:url(../img/footer/phone.png) no-repeat left 5px;
	padding:0 0 0 40px;
}

#sidebar .footer-about-text-widget a {
	color:#FF3000;
}

#sidebar .footer-about-text-widget a:hover {
	text-decoration:underline;
}

.latest-news-widget ul {
	padding: 0;
}

.latest-news-widget ul li {
	background:url(../img/linksep.png) repeat-x left bottom;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.latest-news-widget ul li:last-child {
	background:none;
}

.latest-news-widget ul li a {
	color: #a9a8a8;
	font-size: 16px;
	line-height:26px;
	margin: 0;
}

.latest-news-widget ul li a:hover {
	color: #ff3000;
	font-size: 16px;
	margin: 0;
}

#flickr-badges-wrapper {
	padding-top:5px;
}

.flickr-gallery-widget .first {
	margin-left: 0;
}

.flickr-gallery-widget .flickr_badge_image {
	margin:0 10px 10px 0;
	float:left;
}

.flickr-gallery-widget .flickr_badge_image img:hover {
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
 	-webkit-box-sizing:border-box;
 	width:60px;
 	height:65px;
  	border:3px solid #ff3000;
}	

.flickr-gallery-widget .flickr_badge_image img {
 	width:60px;
 	height:65px;
}

.footer-wrapper.block, #footer.section {
	padding:0;
}

.copyright {
	line-height:80px;
}

.social-links {
	float:right;
	margin:0;
}

.social-links li {
	list-style:none;
	float:left;
	margin:0;
}

.social-links li a {
	background:#fff url(../img/social-icons/social_icons_large.png) no-repeat;
	display:block;
	width:79px;
	height:79px;
	text-align:center;
	transition:all 200ms ease-out;
}

.social-links li a:hover {
	background-color:#FF3000;
}

.social-links .facebook a {
	background-position:0 0;
}

.social-links .facebook a:hover {
	background-position:0 -79px;
}

.social-links .twitter a {
	background-position:-79px 0;
}

.social-links .twitter a:hover {
	background-position:-79px -79px;
}

.social-links .linkedin a {
	background-position:-158px 0;
}

.social-links .linkedin a:hover {
	background-position:-158px -79px;
}

.social-links .googleplus a {
	background-position:-237px 0;
}

.social-links .googleplus a:hover {
	background-position:-237px -79px;
}

.social-links .pinterest a {
	background-position:-316px 0;
}

.social-links .pinterest a:hover {
	background-position:-316px -79px;
}

.social-links .instagram a {
	background-position:-390px 0;
}

.social-links .instagram a:hover {
	background-position:-390px -79px;
}

.social-links li a span {
	font-size:30px;
	font-weight:100;
	color:#808080;
	text-decoration:none;
	margin-top:25px;
}

.social-links li a:hover span {
	color:#fff;
}

.clear {
	clear:both;
}


/***** Standard WordPress Classes *****/
#content img {
	max-width: 620px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-style: italic;
}

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.gallery-caption {
	margin-left: 0;
}

.sticky {
	
}

.bypostauthor {
	
}

.alignleft {
	display: block;
	float: left;
}

.alignright {
	display: block;
	float: right;
}

.aligncenter, img.centered {
	margin: 0 auto;
	display: block;
}

#empresas .empresas-inner img,
#fornecedores .fornecedores-inner img {
	width: 50%;
}

#text-5 {
	padding-bottom: 0;
	text-align: center;
}

#text-5 h4,
#text-5 p {
	margin-bottom: 0;
}

.btn-floating {
	background: url('../img/footer/whatsapp.png') no-repeat scroll center center transparent;
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
  position: fixed;
  overflow: hidden;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #0f2c02;
  box-shadow: 0 0 10px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}

@media (max-width: 979px) {
	.navbar-inner {
		min-height:60px;
	}
	
	header {
		min-height:60px;
	}
	
	.navbar .btn-navbar { margin-top:16px; }
	
	header { position:relative; z-index:999; }
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {padding:0;}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {margin:0;}
	.logomobile-wrapper {display:block;}
	.nav-collapse.in.collapse {margin-top:170px; margin-bottom:30px;}
	.span2.logo-wrapper {display:none;}
	.main-nav {margin:0;}
	#main-menu-1 {float:none; margin-left:15px; margin-right:15px;}
	#main-menu-1 .menu li:last-child {margin:0;}
	.span5.menu1-wrapper, .span5.menu2-wrapper, .menu2-wrapper {width:100%; margin:0;}
	#main-menu-2 {margin-left:15px; margin-right:15px;}
	#main-menu-2 .menu {margin:0;}
	.main-nav .menu li {
		display:block;
		margin:0;
		border-bottom:1px solid rgba(255, 255, 255, .23);
		border-top:1px solid rgba(0, 0, 0, .23);
	}
	
	.main-nav .menu li a {
		display:block;
		padding:15px 0;
	}
	
	#main-menu-1 .menu li:first-child {
		border-top:none;
	}
	
	#main-menu-2 .menu li:last-child {
		border-bottom:none;
	}
	
	#slider {
		/*display:none;*/
		margin-top:0;
	}
	
	.services .service a {
		width:136px;
	}
	
	.services .service.right-side .responsive {
		background-position:-160px -155px;
	}
	
	.services .service.right-side .android {
		background-position:-480px -155px;
	}
	
	.services .service.right-side .magento {
		background-position:-800px -155px;
	}
	
	.services {
		text-align:center;
	}
	
	.services .service {
		float:none;
		display:inline-block;
	}
	
	.services .service a {
		height: 180px;
		margin-bottom: 25px;
		bottom:0;
	}
	
	.service a span {
		bottom:0;
	}
	
	.services .service.last, .services .service:last-child {
		margin:0 10px;
	}
	
	.services .service.first, .services .service:first-child {
		margin:0 10px;
	}
	
	.portfolio-items {
		
	}
	
	.portfolio-items .portfolio-item, .portfolio-item, .portfolio-items .portfolio-item.first, .portfolio-items .portfolio-item.last {
		margin-left:7px;
		margin-right:7px;
	}
	
	.br-1 {
		display:none;
	}
	
	.br-2 {
		display:block;
	}
	
	.skills .skill, .skill {
		margin-left:30px;
		margin-right:30px;
	}
	
	.skills .br-1 {
		display:block;
	}
	
	.avatar {
		margin-bottom:22px;
	}
	
	.commentContent, .depth-2 .commentContent {
		width:100%;
	}
	
	.children {
		margin-left:45px;
	}
	
	.copyright {
		text-align:center;
	}
	
	.social-links {
		float:none;
		text-align:center;
	}
	
	.social-links li {
		float:none;
		display:inline-block;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	
}

@media (max-width: 767px) {

	.twitter-tweet-icon {
		position: relative;
		left: 50%;
		margin-bottom: 10px;
		margin-left: -31px;
	}
	
	.social-links {
		/*float:left;*/
	}
	
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {margin:0;}
	
	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
		width:94%;
		margin:0 auto;
		position:relative;
	}
	
	.member-pic {
		display:inline-block;
	}
	
	.br-1, .br-2 {
		display:none;
	}
	
	.portfolio-items .portfolio-item.last{
		margin-right:10px;
	}

	.portfolio-items .portfolio-item.first{
		margin-left:10px;
	}
	
	.portfolio-items .portfolio-item {
		height:250px;
		margin-left:10px;
		margin-right:10px;
	}
	
	.project-title {
		margin-top: 52px;
		padding: 0;
	}
	
	.close-btn {
		right:3.1%;
		top:-35px;
	}
	
	.skills .skill, .span12 .skills .skill {
		margin-left:20px;
		margin-right:20px;
		float:none;
		display:inline-block;
	}
	
	.skills .br-1 {
		display:none;
	}
	
	.enlarge-icon {
		bottom:40px;
	}
	
	.twitter-link {
		text-align:center;
	}
	
}

@media (max-width: 480px) {
	.portfolio-items .portfolio-item {
		margin-left:7px;
		margin-right:7px;
	}

	.portfolio-items .portfolio-item.last{
		margin-right:7px;
	}

	.portfolio-items .portfolio-item.first{
		margin-right:10px;
	}
}

@media (max-width: 979px) {
  
}