@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, img, q, s, samp, small, strike, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html, body {
	width: 100%;
	height: 100%;
}
body, input, textarea, select {
	font-family: 'Open Sans', sans-serif;
	font-size: 62.5%;
	font-weight: 300;
	line-height: 1.8;
	color: #232930;
}
input, textarea, select {
	outline: 0;
	resize: none;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.6;
}
h1 {
	font-size: 3em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 2.5em;
	font-weight: 400;
	color: #ff3300;
	padding: 0.4em 0;
}
h3 {
	font-size: 1.8em;
	font-weight: 400;
	color: #ff3300;
	font-style: italic;
}
a {
	text-decoration: none;
	outline: none;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
a:link {
	color: #232930;
}
a:visited {
	color: #D3D5D7;
}
a:active, a:hover {
	color: #ff3300;
}
a img {
	border: none;
	max-width: 100%;
}


p {
	font-size: 1.5em;
	margin-bottom: 2em;
}
p:last-child {
	margin-bottom: 0;
}
strong, b {
	font-weight: 600;
}
span {
	color: #D3D5D7;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
}
del {
	text-decoration: line-through;
}
time {
	text-transform: capitalize;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mono{
	width:15px;
	margin-top:-6px;
}
.icon-phone, .icon-mail{
	margin-right:6px;
}




/* -------------------------------------------------------------------------
 * 2.0 LAYOUT
 * ------------------------------------------------------------------------- */

#about-content {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
#about-content h1::after {
	content: " ";
	border: solid 1px #232930;
	display: block;
	width: 1em;
	margin: 0.6em auto auto auto;
}
.single-content {
	margin-top: 8em;
}
.view-content {
	width: 1160px;
	margin: 0 auto;
	padding: 12em 2em;
	overflow: hidden;
	clear: both;
}
.intro {
	position: relative;
	width: 60%;
	margin: 2.5em auto;
}
.text-center {
	text-align: center
}
.column {
	width: 30%;
	float: left;
	position: relative;
}
.column:first-child {
	margin-right: 5%;
}
.column:last-child {
	margin-left: 5%;
}
/* Preloader */

#jpreOverlay {
	background-color: #232930;
}
#jpreLoader {
	width: 140px;
	height: 140px;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -70px;
	border: 8px solid #ff3300;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#jpreBar {
	display: none;
}
#jprePercentage {
	font-family: 'Open Sans', sans-serif;
	font-size: 4em;
	font-weight: 300;
	color: white;
	text-align: center;
	line-height: 124px;
	letter-spacing: -0.050em;
}
/* Waypoints  */

.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
	visibility: hidden;
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight {
	visibility: visible;
}
.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay-15s {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}

header {
	margin: 0;
	padding: 0;
}
#main-header {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1000;
	margin: 0 auto;
}
#main-header.fixed {
	-webkit-animation: fadeIn ease-in .5s;
	-moz-animation: fadeIn ease-in .5s;
	animation: fadeIn ease-in .5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#main-header.fixed, #secondary-header {
	background: #1C2125;
	position: fixed;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 80px;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
#main-header.fixed #logo, #secondary-header #logo {
	font-size: 1.7em;
	line-height: 40px;
	width: auto;
	margin-top: 8px;
}
#main-header.fixed nav, #secondary-header nav {
	margin-top: 2.1em;
}
#main-header.fixed #navigation li, #secondary-header #navigation li {
	border-color: #7C8086;
}
#main-header.fixed #navigation li a, #secondary-header #navigation li a {
	color: #7C8086;
}
#main-header.fixed #navigation li a:hover, #secondary-header #navigation li a:hover {
	color: #ff3300;
}
/* ======================================
 * 3.1 LOGO
 * ====================================== */

#logo {
	float: left;
	margin-top: 2.5em;
	margin-left: 6%;
}
#logo:hover {
	border-color: white;
}
/* ======================================
 * 3.2 MENU
 * ====================================== */
 
#navigation {
	float: right;
	margin-top: 4.6em;
	margin-right: 4%;
}
#navigation li {
	float: left;
	padding: 0.4em 2.2em;
	border-left: 2px solid white;
}
#navigation li:first-child {
	margin-left: 0;
	border: none;
}
#navigation li a {
	color: white;
	text-decoration: none;
	font-size: 1.7em;
	display: block;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.060em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#navigation li a:hover, #navigation li a:active {
	color: #ff3300;
}

#capa, body.homepage {
	background: url("../images/Online_Reputation_Management_bg.png") no-repeat;
	background-position: top center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
}
#capa .welcome {
	position: absolute;
	top: 40%;
	width: 100%;
	padding: 0 6em;
	line-height: 1.6;
}
#capa .hello {
	font-size: 5em;
	font-weight: 600;
	color: white;
	margin: 0 auto;
	word-spacing: 4px;
	letter-spacing: -0.05em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
#capa .caption {
	font-size: 1.8em;
	font-style: italic;
	color: white;
	padding: 0 2em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
/* -------------------------------------------------------------------------
 * 5.0 PORTFÓLIO
 * ------------------------------------------------------------------------- */

#portfolio {
	background: white;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
.portfolio-items {
	max-width: 1080px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.portfolio-items li {
	width: 330px;
	height: 330px;
	float: left;
	margin: 1.5em;
	border: 1px solid #232930;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* Portfólio Destacado */

.featured-job {
	padding: 1em;
}
.job-preview {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 100%;
}
.job-image {
	width: 308px;
	height: 308px;
}
.job-description {
	position: absolute;
	display: table;
	background-color: #232930;
	width: 308px;
	height: 308px;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.job-description h2::after {
	content: " ";
	border: solid 1px white;
	display: block;
	width: 1.2em;
	margin: 0.8em auto 0.6em auto;
}
.job-description-content {
	display: table-cell;
	vertical-align: middle;
	width: inherit;
	height: inherit;
	padding: 0 4em;
}
.job-categories {
	font-size: 1.4em;
}
.job-preview:hover .job-description {
	opacity: 1
}
/* Portfólio Individual */

.post-single {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.post-header {
	width: 1080px;
	margin: 4em auto 6em auto;
	clear: both;
	overflow: hidden;
}
.post-title {
	margin: 0 auto;
}
.post-intro {
	width: 60%;
	margin: 2.5em auto 6em auto;
}
.post-content input[type="submit"] {
	background: none;
	color: #232930;
	border: 2px solid #232930;
	margin: 2.5em auto 2em auto;
}
.post-footer {
	margin: 4em auto;
	padding: 4em 0;
	border-top: 1px solid #D3D5D7;
	clear: both;
	overflow: hidden;
}
/* Social Sharing */

.post-share {
	float: left;
	width: 50%;
	clear: both;
}
.post-share li {
	float: left;
	display: inline;
	padding: 0;
	margin-right: 0.2em;
}
.post-share li a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-color: #ff3300;
	background-position: center center;
	background-repeat: no-repeat;
}
.post-share li a:hover {
	background-color: #232930;
}
.post-share li.social-twitter a {
	background-image: url("../images/social/twitter.png");
}
.post-share li.social-facebook a {
	background-image: url("../images/social/facebook.png");
}
.post-share li.social-googleplus a {
	background-image: url("../images/social/googleplus.png");
}
.post-share li.social-pinterest a {
	background-image: url("../images/social/pinterest.png");
}
/* Navegação do Portfólio Individual */

.post-nav {
	width: 50%;
	float: right;
}
.post-previous, .post-next {
	float: right;
}
.post-previous a, .post-next a {
	display: block;
}
.post-previous a span, .post-next a span {
	background-image: url("../images/aboutmarco-nav.png");
	background-color: #ff3300;
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 40px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.post-previous {
	margin-left: 0.2em;
}
.post-previous a span {
	background-position: -40px 0;
}
.post-next a span {
	background-position: 0 0;
}
.post-previous a span:hover, .post-next a span:hover {
	background-color: #232930;
}
/* -------------------------------------------------------------------------
 * 6.0 SOBRE
 * ------------------------------------------------------------------------- */

#sobre {
	background: url("../images/IP_Cameras_for_Vigilance_services.png") no-repeat;
	background-position: top center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	overflow: hidden;
	clear: both;
}
#sobre h1::after {
	border-color: white;
}
#sobre .view-content {
	width: 1020px;
	color: white;
}
.features {
	clear: both;
	overflow: hidden;
	padding: 4em 0;
}
.icon {
	height: 160px;
	width: 160px;
	max-width: 100%;
	border: 2px solid white;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	color: white;
	position: relative;
	margin: auto auto 2em auto;
}
.branding, .design, .web {
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 3em;
}
.branding {
	background-image: url("../images/Facebook_Marketing_icon.png");
}
.design {
	background-image: url("../images/SEO_Company_India_icon.png");
}
.web {
	background-image: url("../images/Responsive_Website_Designing_icon.png");
}
/* -------------------------------------------------------------------------
 * 7.0 CONTATO
 * ------------------------------------------------------------------------- */

#contato {
	background: white;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
/* Formulário de Contato */

form {
	width: 760px;
	padding: 2em;
	margin: 0 auto;
}
form p {
	margin-bottom: 0;
}
input[type="text"], input[type="email"], textarea, select {
	font-size: 1.1em;
	width: 75%;
	border: 2px solid #ccc;
	padding: 0.6em 1.2em;
	background: none;
	 font-weight: normal;
}
input[type="text"], input[type="email"], select {
	box-shadow: none;
	outline: none;
	margin-bottom: 1em;
}
select{
	color:#888b8f;
}
input[type="submit"] {
	font-size: 1.4em;
	font-weight: 400;
	font-style: italic;
	background-color: #ff3300;
	color: white;
	display: inline-block;
	cursor: pointer;
	border: none;
	margin: 2em auto auto auto;
	padding: 0.2em 1em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
input[type="submit"]:hover {
	background-color: #232930;
	color: white;
}
textarea {
	height: 120px;
	resize: none;
}
.wpcf7 {
	margin: 0;
	padding: 0;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.wpcf7-mail-sent-ok {
	background-color: #232930;
	font-size: 1.5em;
	color: white;
	width: 75%;
	padding: 20px;
	margin: 45px auto auto auto;
}
.wpcf7-mail-sent-ng {
	width: 75%;
	padding: 20px;
	margin: 45px auto auto auto;
	border: 2px solid #FF5C5C;
}
.wpcf7-spam-blocked {
	width: 75%;
	padding: 20px;
	margin: 45px auto auto auto;
	border: 2px solid #FF5C5C;
}
.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	display: none !important;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: none;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
	display: none;
}
.wpcf7 div.ajax-error {
	display: none;
}
.wpcf7 .placeheld {
	color: #888;
}

footer {
	background: url("../images/Online_Reputation_Management_bg.png") no-repeat;
	background-position: center bottom;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	position: relative;
	font-size: 1.4em;
	color: white;
	clear: both;
	width: 100%;
	padding: 1.5em 0;
}


#scroll-to-top {
	background-image: url("../images/Online_Marketing_arrow-top.png");
	background-color: #ff3300;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 1000;
	text-indent: -9999px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#scroll-to-top:hover {
	background-color: #232930;
}
/* -------------------------------------------------------------------------
 * 9.0 IMAGENS
 * ------------------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/

img {
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
	vertical-align: middle;
}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
/* Awwwards */

#awwwards {
	position: absolute;
	width: 126px;
	height: 126px;
	text-indent: -666em;
	overflow: hidden;
	z-index: 999;
}
#awwwards.bottom {
	bottom: 0;
}
#awwwards.left {
	left: 0;
}
#awwwards a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 126px;
	height: 126px;
	background-repeat: no-repeat;
	background-position: 4px -23px;
	background-size: 145px 145px;
}
#awwwards.bottom.left a {
	background-position: -23px 4px;
}
#awwwards.honorable.white a {
	background-image: url("ribbons/awwwards_honorable_white.png");
}
#awwwards.honorable.green a {
	background-image: url("ribbons/awwwards_honorable_green.png");
}
.alert-success{color:#ffffff;background-color:#ff3300;}
.alert-danger{color:#ffffff;background-color:#ff3300;}
.alert-warning{color:#ffffff;background-color:#ff3300;}
/* -------------------------------------------------------------------------
 * 10.0 MEDIA QUERIES
 * ------------------------------------------------------------------------- */

@media screen and (max-width: 1600px) {
.post-single {
	width: 85%;
}
.post-header {
	width: 100%;
}
}
 @media screen and (max-width: 1365px) {
h1 {
	font-size: 2.8em;
}
#capa .hello {
	font-size: 4.6em;
}
#capa .caption {
	font-size: 1.7em;
}
.view-content {
	width: 1020px;
	padding: 12em 0;
}
.portfolio-items li {
	width: 310px;
	height: 310px;
}
.job-image {
	width: 288px;
	height: 288px;
}
.job-description {
	width: 288px;
	height: 288px;
}
.icon {
	height: 150px;
	width: 150px;
	margin: auto auto 1em auto;
}
.branding, .design, .web {
	width: 90px;
	height: 90px;
}
.features {
	padding: 2em 0;
}
}
 @media screen and (max-width: 1180px) {
	 .form-control input, .form-control textarea, .form-control select {
    width: 96% !important;
}
#capa .hello {
	font-size: 4em;
}
#capa .caption {
	font-size: 1.6em;
}
#sobre .view-content {
	width: 85%;
}
.view-content {
	width: 810px;
}
.intro {
	width: 65%;
}
.portfolio-items li {
	width: 260px;
	height: 260px;
	margin: 0.5em;
}
.job-image {
	width: 238px;
	height: 238px;
}
.job-description {
	width: 238px;
	height: 238px;
}
.job-description h2 {
	font-size: 2em;
}
.job-description-content {
	padding: 0 3em;
}
.icon {
	height: 140px;
	width: 140px;
}
.branding, .design, .web {
	width: 80px;
	height: 80px;
}
#scroll-to-top {
	width: 50px;
	height: 50px;
}
footer {
	padding: 2.4em 0;
}
}
 @media screen and (max-width: 960px) {
	 
h1 {
	font-size: 2.6em;
}
#main-header.fixed nav, #secondary-header nav {
	margin-top: 2.2em;
}
#logo {
	font-size: 2em;
	line-height: 50px;
	margin-top: 2em;
	border-width: 5px;
}
#navigation {
	margin-top: 5.6em;
}
#navigation li a {
	font-size: 1.6em;
}
#capa .hello {
	font-size: 3.5em;
}
.view-content {
	width: 660px;
}
.portfolio-items li {
	width: 300px;
	height: 300px;
	margin: 1.5em;
}
.job-image {
	width: 278px;
	height: 278px;
}
.job-description {
	width: 278px;
	height: 278px;
}
input[type="text"], input[type="email"], textarea {
	font-size: 1em;
}
input[type="submit"] {
	font-size: 1.3em;
}
.post-content input[type="submit"] {
	font-size: 1.2em;
	margin: 1.4em auto 1em auto;
}
.post-intro {
	width: 80%;
}
form {
	width: 100%;
	padding: 0 1em;
}
}
 @media screen and (max-width: 768px) {
p img {
	margin-bottom: -0.5em;
}
#capa .hello {
	font-size: 3.2em;
}
.post-single {
	width: 100%;
	padding: 0 2em;
}
.intro {
	width: 80%
}
.view-content {
	width: 600px;
}
.portfolio-items li {
	width: 280px;
	height: 280px;
	margin: 1em;
}
.job-image {
	width: 258px;
	height: 258px;
}
.job-description {
	width: 258px;
	height: 258px;
}
.column {
	width: 100%;
	margin: 3em 0;
}
.column:first-child {
	margin: 0;
}
.column:last-child {
	margin: 0;
}
.features .column {
	margin: 6em 0;
}
.features .column:first-child {
	margin: 0;
}
.features .column:last-child {
	margin: 0;
}
.icon {
	width: 160px;
	height: 160px;
}
.branding, .design, .web {
	width: 100px;
	height: 100px;
}
.post-content input[type="submit"] {
	margin: 1.4em auto 0.6em auto;
}
#scroll-to-top {
	display: none !important;
}
}
 @media screen and (max-width: 640px) {
#awwwards {
	display: none;
}
#navigation {
	margin-top: 3.4em;
}
#logo {
	font-size: 1.7em;
	line-height: 42px;
	width: 50%;
	margin-top: 1.6em;
	border-width: 4px;
}
#main-header.fixed #logo, #secondary-header #logo {
	line-height: 42px;
	border-width: 4px;
}
#capa .welcome {
	padding: 0 2em;
}
#capa .hello {
	font-size: 3em;
	line-height: 1.2;
	text-shadow: none;
}
#capa .caption {
	font-size: 1.5em;
	padding: 0.4em 0 0 0;
	text-shadow: none;
}
.view-content {
	width: 400px;
}
.portfolio-items li {
	width: 330px;
	height: 330px;
	margin: 1em 3.5em;
}
.job-image {
	width: 308px;
	height: 308px;
}
.job-description {
	width: 308px;
	height: 308px;
}
.job-description h2 {
	font-size: 2.4em;
}
input[type="text"], input[type="email"], textarea {
	width: 100%;
}
}
 @media screen and (max-width: 480px) {
#navigation {
	margin-top: 3.7em;
	margin-right: 0;
}
#navigation li {
	padding: 0.2em 0.5em;
	border-width: 0.1em;
}
#navigation li a {
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: 0;
}
#main-header.fixed, #secondary-header {
	height: 70px;
}
#main-header.fixed #logo, #secondary-header #logo {
	font-size: 1.3em;
	line-height: 35px;
	width: 30%;
	margin-top: 15px;
	margin-left: 4%;
	border-width: 0.25em;
}
#main-header.fixed nav, #secondary-header nav {
	margin-top: 1.95em;
}
#capa .hello {
	font-size: 2.8em;
}
#sobre .view-content {
	width: 100%;
	padding: 10em 2em;
}
.single-content {
	margin-top: 6em;
}
.view-content {
	width: 300px;
	padding: 10em 0;
}
.intro {
	width: 100%;
	padding: 0 2em;
}
.portfolio-items li {
	width: 280px;
	height: 280px;
	margin: 1em;
}
.job-image {
	width: 258px;
	height: 258px;
}
.job-description {
	width: 258px;
	height: 258px;
}
.job-description h2 {
	font-size: 2em;
}
.post-share {
	width: 16.8em;
}
.post-nav {
	width: 8.2em;
}
footer {
	padding: 1.5em;
}
}
@media (min-width: 1200px) and (max-width: 1350px) {
	.form-control input, .form-control textarea, .form-control select {
    width: 47% !important;
}
}