html,
body {
    background-color: #ffffff;
    font-size: 15px;
    color:#413d4b;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

 /* Standard syntax */
@keyframes example {
    from {opacity:0;}
    to {opacity:1;}
}

.revealHome {
      animation-name: example;
    animation-duration: 2s;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;
}
.clear {
    clear: both;
}
ol,
ul {
    list-style: none;
    padding: 0;
}
img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}
.form-control:focus {
    border-color: #f56363;
}

h1,
h2,
h3 {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 0;
    text-transform:uppercase;
}
h4,
h5 {
    /*font-family: 'roboto', sans-serif;*/
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
}
h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.5rem;
    font-size: 1.1rem;
}
p:last-child {
    margin-bottom: 0px;
}
.row {
    margin-bottom: 30px;
}
.col-sm-4 {
    margin-bottom: 50px;
}

.mBottom {
    margin-bottom: 30px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.text {
    color: #333333;
}
.color-white {
    color: #fff;
}
.coloricon i {
    color: #f56363;
}
.colorsbg {
    background: #f56363;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
Section
*/
.sections {
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
.sections2 {
    padding-top: 80px;
    padding-bottom:0;
    position: relative;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'roboto', sans-serif;
}

section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
.sections header {
    margin-bottom: 30px;
}
.sections header h1 {
    font-size: 25px;
    text-align: center;
    line-height:30px;
}
.sections header h3 {
    font-size:15px;
    text-align: center;
    
}
.separador-interna {
     display:block;
    width: 50px;
    margin:10px auto 10px auto;
    border-top:solid 1px #c6c4c9;
}

/* Project Global CSS */

.heading-content{
	margin-bottom: 4rem;
}
.heading-content i,span{
	font-size:50px;
}
.heading-content h3, h4{
	font-size:28px;
	text-transform:uppercase;
	font-weight:500;
	margin:30px 0;
	letter-spacing:3px;
}
.heading-content p{
	width: 47%;
    margin: 0 auto;
    font-size: 18px;
    color: #3c3930;
    line-height: 28px;
}

.heading-content .heading-icon a i{
	background:#61605f;
	color:#fff;
	width:130px;
	height:130px;
	border-radius:100%;
	margin-right:20px;
	padding-top:20px;
	font-size:90px;
}

.img-overlay{
	position:absolute;
	background:rgba(0, 0, 0, .3);
	width:100%;
	height:100%;
	top:0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 750px;
}
.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    width: 100%;
	min-height:655px;
    overflow:hidden;
}
.no-padding {
    padding: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 1px;
    width: 150px;
    margin: auto;
    background: #f56363;
}

/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #f56363;
    border-color: #f56363;
}

/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
}
input::-moz-placeholder {
  color: #000;
  font-size: 18px;
}
input:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
}

[class*=img-]:hover, [class*=logo-]:hover{
    opacity:0.65;
}



/*For Menu Section*/

.navbar-default{
	background:transparent;
	border:transparent;
	padding-top:10px;
}
.navbar{
	margin-bottom:0;
	border-radius:0;
	padding:20px 0;
}
.navbar-nav i{
	font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    padding-top: 8px;
    height:38px;
    width: 38px;
    text-align: center;
}

.navbar-collapse {
	border:0;
	border-top:0;
}
.navbar-default .navbar-toggle {
	border:0;
	background:#fff;
	color:#31404a;
}

.menu-bg{
	background:#474747;
}
.h_right{
    float: right;
    margin-top: 33px;
}
.menu{
    float: left;
    margin-right: 40px; 

}
.menu li{
    float: left;
    margin-right: 10px;
    -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
    transition: 2s;
}
.menu li.active a,.menu li a:hover{
    color: #38aaff;
 
}
.menu li a {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'robotoblack';
    margin: 0px 4px;
    padding: 5px 16px;
   -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;
}
/*-- start-smartphone_nav --*/
.nav {
    display:none;
}
.nav-item {
    float:left;
    *display:inline;
    zoom:1;

}
.nav-item a {
    display:block;
}
.nav-item a:hover {
    background: #38aaff;
    color: #FFFFFF;
}
.nav-mobile {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../img/nav_icon.png) center center no-repeat;
    height:50px;
    width: 50px;
    z-index: 10;

}
.nav-mobile {
    display:block;
    border-radius:10px;
    border:solid 1px #3283bf;
}
.nav {
   width:100%;
}
.nav-list {
    display:none;
    background-color:rgba(20, 76, 118, 0.7);
}
.nav-item {
    width:100%;
    float:none;
}
.nav-item:first-child  {
    padding-top: 10px;
}
.nav-item a {
    font-weight:400;
     background-color:rgba(20, 76, 118, 0.7);
    padding: 15px;
    text-transform:uppercase;   
    color:#FFF;
    -webkit-transition: color .2s linear,background .2s linear;
    -moz-transition: color .2s linear,background .2s linear;
    -o-transition: color .2s linear,background .2s linear;
    transition: color .2s linear,background .2s linear;
    font-size: 0.8725em;
}
.nav-inner {
   display: none;
}
.nav-active, .nav-active-inner .nav-inner {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
    z-index:9;
}

@media only screen and (max-width: 768px) {
     .menu {
        display: none;
    }
    .nav {
        display: block;
        float: left;
    }

    .h_right{
        width: 100%;
        background:#252E30;
        margin: 6px 0 10px;
    }
    .nav-active, .nav-active-inner .nav-inner {
        margin-top: 0px;
    }

}
/*For Home Section*/

.home{
    background:#073665 url(../img/bg_home.jpg) no-repeat center top;
    background-attachment: fixed;
    width: 100%;
	min-height:665px;
    overflow: hidden;
}
.home-content{
   color:#e9e5db;
    
}

.logo-cliente{    
    width: 156px;
    height: 176px;
    margin: 0 auto;
}
.logo-cliente:hover {
    opacity:0.9;
}
@media screen and (min-width: 768px) {
    .logo-cliente{   
    height: 156px;
    }
    .home-content{
        margin-top:110px;
        color:#e9e5db;
        
    }
}

.home-content h1{
    font-size:32px;
	margin-bottom:50px;
	text-transform:inherit;
}
.separador-home{
    display:block;
    width: 100px;
    margin:30px auto;
    border-top:solid 1px #38aaff;
}
.home-content h5{
    display:block;
    width: 70%;
    margin:0 auto;
    font-family: 'robotolight';
    font-size:24px;
    text-transform:inherit;
}
.carousel-indicators {
    bottom: -100px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-color:#bbbdbe;
}
.carousel-indicators .active {
	width: 12px;
    height: 12px;
    background:#38aaff;
    border-color:#38aaff;
}

/* section sobre */
.logo-sobre {
    margin-bottom:30px;
}
.texto-sobre p {
    text-align:left;
    font-size:14px;
}
p.itemList {
    background: url('../img/bullet-sobre.png') no-repeat left 7px;
    padding-left: 25px;
    margin-left: 20px;
    margin-bottom: 0;
}
p.itemList-inside {
    background: url('../img/bullet-sobre1.png') no-repeat left 7px;
    padding-left: 25px;
    margin-left: 70px;
    margin-bottom: 0;
}
.texto-sobre h2 {
    font-size:24px;
    font-weight:normal;
    color:#413d4b;
    text-align:left;
}

.itens-sobre h3 {
    margin:30px;
}
.itens-sobre p {
    text-align:left;
    font-size:14px;
}
.img-sobre {
    width:100px;
    height:70px;
    margin:0 auto;
}

/* section anexo sobre */
#anexo-sobre .container {
    background:#073665 url('../img/bg-anexo-sobre.jpg') repeat-x center center;
    background-attachment: fixed;
    height: 550px;
    width:100%;
}
.anexo-sobre-texto h3 {
    font-size: 30px;
    color:#113553;
    margin:0 auto;
    line-height: 36px;
    text-align:center;
    text-transform:inherit;
}
.aspas-anexo {
    background:url('../img/icon-aspas.png') no-repeat left top;
    width:49px;
    height:41px;
    display: block;
    margin:50px auto 30px auto;
}
@media screen and (min-width: 430px) {
    .anexo-sobre-texto h3 {
        font-size:40px;
    }
    .aspas-anexo {
        margin:150px auto 30px auto;
    }
}
@media screen and (min-width: 850px) {
    .anexo-sobre-texto h3 {
        font-size:50px;
        width: 55%;
        margin:0 auto;
        line-height: 60px;
        text-align:center;
    }
    .aspas-anexo {
        margin:150px auto 30px auto;
    }
}

/* trabalhos realizados */
#trabalhos{
     background:#073665 url('../img/bg-trabalhos.jpg') repeat-x center top;
     background-attachment: fixed;
     background-size: cover
    height: auto;
    width:100%;

}
.legenda {
    width: 100%;
    margin:0 auto;
    background: #fff;
    padding:10px;
}
.legenda p {
    font-size: 1rem;
}
.imgs-grid {
    opacity: 0.85;
}
.imgs-grid:hover {
    opacity: 1;
}
div#gallery2 .image-wrap {
    height: auto;
}
div#gallery6 .imgs-grid-image, {
    height: 124px;
}
/* div#gallery6 .imgs-grid-image .image-wrap {
    height: 122px !important;
} */
div#gallery5 .imgs-grid-image, {
    height: 124px;
}
/* div#gallery5 .imgs-grid-image .image-wrap {
    height: 139px !important;
} */
/* portfolio */
.portfolio {
  
}
.portfolio h3{
    font-size: 2.6em;
    color: #323A45;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 2%;
    margin-bottom: 2%;
}
.portfolio p {
    font-size: 1.3em;
    color: #FFFFFF;
    line-height: 1.8em;
    width: 70%;
    font-weight: 300;
    margin: 0 auto 2%;
}
.col_1_of_3{
    display: block;
    float:left;
    margin: 2.3% 0 1% 3.3%;
}
.col_1_of_3:first-child { margin-left: 0;float: left; }
.images_1_of_3{
    width:32%;
    margin: 1% 2% 1% 0%;
}
.last-grid{
    margin-right:0;
    float:right;
}
a.popup-with-zoom-anim img {
    background: #fff;
    padding: 11px 14px;
    border-radius: 30em;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    -ms-border-radius: 30em;
    -o-border-radius: 30em;
    margin-top: 6%;
}
.view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 0px 2px #BEBEBE;
    -moz-box-shadow: 0px 0px 2px #BEBEBE;
    box-shadow: 0px 0px 2px #BEBEBE;
    background: #fff;
    cursor: pointer;
    background-size: 100% 100%;
}
.view .mask,.view .content {
   width: 100%;
   height: 330px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align:left;
   position: relative;
   font-size: 16px;
   line-height: 22px;
   padding: 10px 10px 0;
   margin: 20px 0 15px 0;
}
.view img {
    height: 300px;
}
#portfolio > div > div> div > div > a {
    font-size: 0.82355em;
}
.view a.info {
   color:#999898;
   padding: 2px 0;
}
.view a.info:hover {
  color:#fff;
}
.view-fourth .mask .border {
    border: 1px solid #fff;
    width: 360px;
    height: 280px;
    text-align: center;
    margin: 11px auto;
}
.view-fourth .mask {
   background: rgba(7, 54, 101, 0.65);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
  text-align: center;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth p.a {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   padding: 0;
   font-size: 14px;
   line-height:20px;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   text-align: center;
}
.view-fourth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
/*slider*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {margin-top: 3.6em; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a:before{

}
.flex-direction-nav a {
    margin: -20px 0 0;
    display: block;
    position: absolute; 
    top:34%;
    z-index: 10; 
    cursor: pointer;
    text-indent: -9999px; 
    opacity: 0; -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0; 
    content: url('../images/right_arrow.png') no-repeat 0 0;
    right: 5px;
}
.flex-direction-nav .flex-prev {
    content: url('../images/left_arrow.png') no-repeat 0 0;
    left: 5px;
}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width:0px; height:0px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*end slider*/
/***** Media Quries *****/

@media only screen and (max-width: 1280px) {
    .wrap{
        width:95%;
    }   
    .view-fourth .mask .border {
        width: 338px;
        height: 267px;
    }
    .portfolio p {
        width: 86%;
    }
}
@media only screen and (max-width: 1024px) {
        
    .about p, .contact p, .resume-top p {
        font-size: 2em;
    }
    .about-bottom-text h4 a {
        font-size: 1.7em;
    }
    .about-bottom-text p {
        font-size: 1.3em;
    }
    .blog-left p a {
        font-size: 1em;
        padding: 15px 20px;
    }
    .resume-top h6 a {
        font-size: 1.1em;
        padding: 17px 30px;
    }
    .view-fourth .mask .border {
        width: 264px;
        height: 209px;
    }
    .view h2 {
        font-size: 15px;
        margin: 12px 0 0 0;
    }
    .view-fourth p.a {
        font-size: 1em;
    }
}
@media only screen and (max-width: 768px) {
    
    
    .flexslider {
        margin-top: 0em;
    }
    .view-fourth .mask .border {
        width: 189px;
        height: 146px;
    }
    .view h2 {
        font-size: 13px;
        margin: -3px 0 0 0;
    }
    .view-fourth p.a {
        font-size: 0.82355em;
    }
    a.popup-with-zoom-anim img {
        padding: 5px 9px;
        margin-top: 2%;
    }
}
@media only screen and (max-width: 640px) {
    
    .flexslider {
        height: 344px;
    }
    .flex-direction-nav a {
        top: 48%;
    }
    .view-fourth .mask .border {
        width: 238px;
        height: 189px;
    }
    .about p {
        width: 86%;
    }
    .images_1_of_3 {
        width: 48%;
    }
    .last-grid {
        margin-right: 11px;
    }
}

@media only screen and (max-width: 480px) {
    
    
    .view-fourth .mask .border {
        width: 176px;
        height: 139px;
        margin: 17px auto;
    }
}
@media only screen and (max-width: 320px) {
    
    .images_1_of_3 {
        width: 100%;
    }
    .view-fourth .mask .border {
        width: 243px;
        height: 191px;
    }
    
}
/* section servicos */

.img-servico {
    width:100px;
    height:100px;
    margin:30px auto;
    text-align: center;
}
.itens-servico h3{
    height:100px;    
    text-align:center;
}
.itens-servico p{
    margin:0 auto;    
    width:80%;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .itens-servico .col-sm-4 {
        width:32%;
        padding:30px 0;
        margin-right: 10px;
        border-right: solid 1px #ccc;
    }
    .itens-servico .col-sm-4:last-child {
        border:none;
    }
}

/* section consutoria */
#consultoria-mobile {
        display: none;
    }
    #consultoria-desktop {
        display:block;
    }
@media screen and (max-width: 768px) {
    #consultoria-mobile {
        display: block;
    }
    #consultoria-desktop {
        display:none;
    }
}
#consultoria .container {
    padding-top:80px;
    background:#073665 url('../img/bg-consultoria.jpg') repeat-x center top;
    background-attachment: fixed;
    height: 712px;
    width:100%;
}
#consultoria  .card-img-top {
    width: 100%;
    height:230px;
    background:#fff;
    text-align: center;
    padding-top:70px;
}
.card-block {
    border:solid 1px #7c91a1;
    height: 170px;
}
.card-text{
    color:#fff;
    width: 90%;
    padding: 15px 0;
    margin: 0 auto;
    font-size:12px;
    text-transform:uppercase;
    line-height:16px;
    font-family: 'robotolight';
}
@media (min-width: 768px){
    .col-sm-2 {
     padding-left:5px;
     padding-right:5px;
    }
}

/* Section parceiros */
.img-parceiro {
    margin:30px auto;
    text-align:center;
}

/* section depoimento */
#depoimentos .container {
    background:#073665 url('../img/bg-depoimento.jpg') repeat-x center top;
    background-attachment: fixed;
    height: 500px;
    width:100%;
}
#depoimentos p {
    width: 70%;
    margin:0 auto 30px auto
   
}
.info-depoimento {
    width: 60%;
    margin:0 auto;
    text-align:center;
}
.info-depoimento h3 {
    font-size:14px;
    font-family: 'robotoblack';
    line-height:16px;
    margin-bottom:0;

}
.info-depoimento small {
    display: block;
    font-family: 'robotolight';
    font-size:12px;
    margin:0 auto 10px auto;

}
#depoimentos p.aspas-depoimento {
    background:url('../img/icon-aspas1.png') no-repeat left top;
    width:49px;
    height:41px;
    display: block;
    margin:80px auto 20px auto;
}

/* section contato */

#contato  h1 {
    text-align:left;
    padding-left:15px;
}
#contato input, #contato button, #contato textarea {
    border-radius:0;
    font-size:16px;
    
}
#contato button{
    border-color: #38aaff;
    color:#38aaff;
    width:110px;
}
#contato button:hover {
    background:#072e4e;
    color:#fff;
}
.form-control:focus {
    border-color:#38aaff;
    box-shadow:none;
}
.texto-contato p {
    width:65%;
    text-align: center;
    margin:80px auto;
    font-size: 20px; 
    line-height:30px;
}

/* section footer  */
#footer {
    background:#073665 url('../img/bg-footer.jpg') no-repeat center top;
    background-attachment: fixed;
     width:100%;
    padding-top:30px;
}
.logo-footer {
    text-align:center;
    margin-bottom:15px;
}
.texto-footer {
    width: 90%;
    font-family: 'robotolight';
    font-size:15px;
    line-height: 18px;
    margin:0 auto 30px auto;
}
#footer .menu {
    display: block;
}
#footer .menu,#footer .menu li, #footer .menu li a {
    font-family: 'robotolight';
    margin-right:0;
}
#footer .menu li.active a:hover {
    color:#fff;
}
.footer-contato {
    padding-top: 60px;
    font-family: 'robotolight';
    font-size: 14px;

}
.footer-contato h3 {
    font-size: 15px;
    font-family: 'robotoblack';
}
.footer-contato p {
    line-height:30px;
    margin-bottom:0;
}
.footer-contato span {
     display:inline-block;
    width:25px;
    height:25px;
}
.footer-contato span.icon-phone {
    background: url('../img/icon-phone.png') no-repeat left bottom;
}
.footer-contato span.icon-mark {
    background: url('../img/icon-mark.png') no-repeat left bottom;   
}
.footer-contato .glyphicon-envelope:before{
    width: 15px;
    height: 15px;
}
.footer-contato .form-control {
    width: 100%;
    background-color:transparent;
    border:1px solid #90a4b5;
    color:#d6dbe0;
    border-radius:0;
}
.footer-contato .btn-default {
    background:url('../img/icon-news.png') no-repeat left top;
    width:74px;
    height:49px;
    border-radius:0;
    border:none;
}
.footer-contato .btn-default:hover {
    opacity:0.5;
}
.copyright {
    font-size:12px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right;
    line-height:50px;
    font-weight: normal;
}
@media only screen and (max-width: 768px) {
    .copyright {
        text-align:center
    }
    .footer-contato p, .footer-contato h3, #footer .logo-sioux{
        text-align: center;
    }
    #footer .menu {
        width: 100%;
        margin:0 auto 30px auto;
    }
    #footer .menu a {
        width: 100%;
        display: block;
        text-align: center;
    }
    .anexo-sobre-texto {
        margin-top: 70px;
        float: left;
    }
}