
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
body {
    background-color: #fff;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

header {
    z-index: 99999;
}

.navbar {
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-bottom: 1px solid #d1d1d1;
    top:0 !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.navbar.active {
    opacity: 0.95;
}

.navbar-brand {
    padding: 17px 15px;
    height: auto;
}

.innher-header {
    padding: 0 15px;
}

.navbar-nav {
    margin-bottom: 29px;
    margin: 29px;
}

.navbar-default .navbar-nav > li {
    margin-left: 32px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #818181;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;

-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a.active:hover
 {
    color: #fff;
    background-color: #8b577e;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #D65677;
}

/*-------------------------------------------------*/
/* =  General 
/*-------------------------------------------------*/


#container {
    opacity: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#container.active {
    opacity: 1;
}


.preloader {
    position: fixed; 
    top: 50%;
    left: 50%;
    width: 100px;
    height: 103px;
    margin-top: -56px;
    margin-left: -50px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.preloader img {
    -webkit-backface-visibility: hidden;
}


/*-------------------------------------------------*/
/* =  content - home section
/*-------------------------------------------------*/

#home-section {
    background: url('../upload/photo1.jpg');
    position: relative;
    /*margin-top: -96px;*/
}

#home-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern.png');
}
/*Orcamento call to action*/
.orcamento-call {
    padding: 20px 0;
}
.orcamento-call {
    z-index: 9;
    bottom: 0;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    background: #f1f1f1;
    padding: 16px 0;
    text-align: center;
    position: absolute;
    
}
.orcamento-call:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -185px;
    background:  url(../images/orcamento-dobra.png) no-repeat top left;
    width: 185px;
    height: 123px;
}
.orcamento-call:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -185px;
    background:  url(../images/orcamento-dobra.png) no-repeat top right;
    width: 185px;
    height: 123px;
}
.orcamento-call h2 {
    font-size: 24px;
    color: #838383;
    font-weight: 800;
    margin-bottom: 30px;
}
a.discover {
    text-decoration: none!important;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    font-size: 18px;
    color: #f1f1f1;
    background-color: #5f9355;
    padding: 12px 10px 12px 0;
    margin-bottom: 20px;

}
a.discover:hover {
    background-color: #5b8952;
}
a.discover i {
    padding: 5px;
    font-size: 25px;
    background-color: #5b8952;
    position: relative;
    top: 1px;
    margin-right: 10px;

}
/*fim call*/

/*descricoes*/
.descricoes {
    margin-top: 200px;
    color: #7b7f84;
}
.descricoes p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px;
}
.descricoes h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 38px;
    


}

.descricoes h2 strong {
    font-size: 60px;
    font-weight: 800;
    display: block;

}

.fixo {
    position: fixed;
    z-index: 999;
    display: none;
    bottom: 0;
    right: 0;
    list-style: none;
}
.fixo li {
    float: left;
   
}
.fixo li a {
    font-size: 30px;
    color: #fff;
    padding: 20px;
}
#home-section .flexslider {
    top: 50%;
    margin-top: -90px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.flexcaption {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

.flexcaption h1 {
    color: #f3f3f3;
    font-size: 72px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.flexcaption h1 span {
    display: inline-block;
    font-weight: bold;
}

.flexcaption h1 span.diff-color {
    color: #2bb6b6;
}

.flexcaption div {
    width: 170px;
    height: 1px;
    margin: 0 auto 30px !important;
    text-align: center;
    position: relative;
}

.flexcaption div:after {
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
}

.flexcaption div span {
   width: 10px;
   height: 10px;
   border: 3px solid #8a8a8a;
   display: block;
   margin: auto;
   background: #fff;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -o-border-radius: 50%;
   z-index: 2;
   position: relative;
}

.flexcaption > p {
    color: #c8c8c8;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    line-height: 27px;
    margin: 0 auto 25px;
}
.flexcaption > h2 {
    color: #f3f3f3;
    font-size: 40px;
}
/*-------------------------------------------------*/
/* =  content - about section
/*-------------------------------------------------*/


#about-section {
    background: url(../upload/about.jpg) top left no-repeat #f2f2f2;
    height: 790px;

}
#about-section .titulos strong {color: #c1648d;}

#web {
     background: url(../upload/sections-services.jpg) top left no-repeat #fff;
    height: 822px;
}
#web .titulos strong {color: #f3883d;}
#android {
     background: url(../upload/sections-services.jpg) 0 -823px no-repeat #fff;
    height: 822px;
}
#android .titulos strong {color: #5ec98e;}
#apple {
     background: url(../upload/sections-services.jpg) 0 -1643px no-repeat #fff;
    height: 822px;
}
#apple .titulos strong {color: #45494c;}
#wp {
     background: url(../upload/sections-services.jpg) 0 -2468px no-repeat #fff;
    height: 822px;
}
#wp .titulos strong {color: #5e9ac9;}
.title-section {
    text-align: center;
}

.title-section h1 {
    color: #252525;
    font-size: 36px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.title-section div.dotted-line {
    width: 170px;
    height: 1px;
    margin: 0 auto 25px;
    text-align: center;
    position: relative;
}

.title-section div.dotted-line:after {
    width: 100%;
    height: 1px;
    background: #252525;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
}

.title-section div.dotted-line span {
   width: 10px;
   height: 10px;
   border: 3px solid #fff;
   display: block;
   margin: auto;
   background: #252525;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -o-border-radius: 50%;
   z-index: 2;
   position: relative;
}

.title-section p {
    color: #818181;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
}

.title-section.white h1 {
    color: #fff;
}

.title-section.white div.dotted-line:after {
    background: #fff;
}

.title-section.white div.dotted-line span {
   border: 3px solid #8a8a8a;
   background: #fff;
}

.title-section.white p {
    color: #fff;
}

.services-box {
    padding-bottom: 80px;
    border-bottom: 1px solid #dddddd;
}

.services-post {
    margin-bottom: 30px;
}

.services-post a {
    display: inline-block;
    width: 90px;
    height: 90px;
    text-decoration: none;
    border: 1px solid #818181;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post a i {
    color: #252525;
    font-size: 36px;
    line-height: 90px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post:hover a {
    border: 1px solid #F3883D;
    background: #F3883D;
}

.services-post:hover a:after {
    border: 5px solid #F3883D;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.services-post:hover a i {
    color: #fff;
}

.services-post h2 {
    color: #252525;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.services-post p {
    color: #818181;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

/*-------------------------------------------------*/
/* =  content - portfolio section
/*-------------------------------------------------*/


ul.filter {
    padding: 0;
    text-align: center;
    margin-top: 60px;
}

ul.filter li {
    list-style: none;
    display: inline-block;
    margin-left: 12px;
}

ul.filter li:first-child {
    margin-left: 0px;
}

ul.filter li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 11px 18px;
    border: 1px solid #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.filter li a:hover,
ul.filter li a.active {
    color: #fff; 
    border: 1px solid #F3883D; 
    background-color: #F3883D;
}

.portfolio-container {
    width: 1144px;
    margin-left: -2px;
}

.portfolio-container .work-post {
    margin: 2px;
    width: 282px;
    position: relative;
    overflow: hidden;
}

.portfolio-container .work-post:hover {
    overflow: visible;
}

.portfolio-container .work-post img {
    width: 100%;
}
#portfolio-bg {
    padding: 120px 0;
    text-align: center;
    background: url('../upload/bg-portfolio.jpg') 0px 0px fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;

}

#portfolio-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern.png');
}

#portfolio-bg .container {
    position: relative;
    z-index: 2;
}
#portfolio-bg h1 {
    font-weight: 800;
}

.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:   rgba(59, 217, 168, 0.9);
    text-align: center;
    text-decoration: none !important;
    text-align: left; 
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
    visibility: hidden;
}

.work-post:hover .hover-box {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.inner-hover {
    position: relative;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    width: 100%;
    padding: 0 45px;
}

.inner-hover h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
    transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transform: rotate(90deg) scale(0.2);
    -webkit-transform: rotate(90deg) scale(0.2);
    -moz-transform: rotate(90deg) scale(0.2);
    -o-transform: rotate(90deg) scale(0.2);
}

.inner-hover span {
    display: inline-block;
    background: #fff;
    padding: 5px 12px;
    color: #4c4c4c;
    font-size: 11px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transform: rotate(90deg) scale(0.2);
    -webkit-transform: rotate(90deg) scale(0.2);
    -moz-transform: rotate(90deg) scale(0.2);
    -o-transform: rotate(90deg) scale(0.2);
}

.work-post:hover .inner-hover h2,
.work-post:hover .inner-hover span {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}

/*-------------------------------------------------*/
/* =  content - servicos-section
/*-------------------------------------------------*/

#servicos-section {
    background: url('../upload/back.jpg');
    padding: 240px 0;
    position: relative;
    text-align: center;
    background-attachment: fixed;
}

#servicos-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern.png');
}

#servicos-section .container {
    z-index: 2;
    position: relative;
}

.testimonial ul li p {
    color: #fff;
    font-size: 36px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 60px;
    margin: 0 0 20px;
}

.testimonial ul li p span {
    color: #F3883D;
}

.testimonial ul li > span {
    color: #fff;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

/*-------------------------------------------------*/
/* =  content - team section
/*-------------------------------------------------*/

.team-box {
    padding-bottom: 50px;
    border-bottom: 1px solid #dddddd;
}

.staff-post {
    margin-bottom: 15px;
    text-align: center;
}

.staff-post-gal {
    position: relative;
}

.hover-team {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(241,63,15,0.87);
    opacity: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

.staff-post:hover .hover-team {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.staff-post img {
    width: 100%;
}

.staff-post-content {
    padding: 20px 10px;
}

.staff-post-content h3 {
    color: #252525;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.staff-post-content span {
    display: inline-block;
    color: #818181;
    font-size: 12px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}

.staff-post:hover .staff-post-content h3 {
    color: #F3883D;
}

ul.staf-social {
    display: block;
    padding: 0;
    width: 100%;
    position: relative;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

ul.staf-social li {
    display: inline-block;
    margin-left: 11px;
}

ul.staf-social li:first-child {
    margin-left: 0px;
}

ul.staf-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ffffff;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-align: center;
    text-decoration: none;
}

ul.staf-social li a i {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #616161;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

ul.staf-social li a:hover i {
    color: #fff;
}

ul.staf-social li a:hover {
    background: #252525;
}

.statistic-box {
    padding-top: 100px;
    padding-bottom: 35px;
    text-align: center;
}

.statistic-counter p {
    color: #252525;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin: 0;
}

.statistic-counter p span.timer {
    display: inline-block;  
    color: #F3883D;
    font-size: 102px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 90px;
}

/*-------------------------------------------------*/
/* =  content - client section
/*-------------------------------------------------*/

#client-section {
    position: relative;
    padding: 105px 0;
}

#client-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern.png');
}

#client-section .container {
    position: relative;
    z-index: 2;
}

#customElement {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}

ul.client-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul.client-list li {
    list-style: none;
    float: left;
    width: 16.6666%;
}

ul.client-list li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.client-list li a:hover {
    border: 1px solid #fff;
}

ul.client-list li a img {
    max-width: 100%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.client-list li a:hover img {
    opacity: 0.90;
}

/*-------------------------------------------------*/
/* =  content - services section
/*-------------------------------------------------*/
.service div {
    color: #fff;
    overflow: hidden;
    height: 200px;
}
.service a {
    display: block;
    height: 1000px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-decoration: none;
}
.service a i {
    font-size: 60px;
    color: #fff;
    position: relative;
    top: 55px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.service a span {
    width: 100%;
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff; 
    top: 140px; 
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;

}
.service a span i {
    color: rgba(255,255,255,0.3);
    font-size: 40px;
    top: 0;
}

.service a:hover .icone-principal {
    top:30px;
    font-size: 45px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.service a:hover span {
    top:50px;
    transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.web a { background-color: #f3883d;}
.android a { background-color: #5ec98e;}
.apple a { background-color: #45494c;}
.wp a { background-color: #5e9ac9;}
.services-box2 {
    padding-bottom: 80px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}

.services-box2 .services-post a {
    width: 140px;
    height: 140px;
}

.services-box2 .services-post {
    background: #f7f7f7;
    padding: 30px;
    border: 1px solid transparent;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-box2 .services-post:hover {
    background: #fff;
    padding: 30px;
    border: 1px solid #F3883D;
}

.services-box2 .services-post a:after {
    display: none;
}

.services-box2 .services-post a i {
    font-size: 60px;
    line-height: 140px;
}

.services-box2 .services-post:hover a {
    border: 1px solid #F3883D;
    background: #F3883D;
}

.services-box2 .services-post:hover a i {
    color: #fff;
}

.services-box2 .services-post h2 {
    font-size: 24px;
}

.services-box2 .services-post span {
    display: block;
    color: #a0a0a0;
    font-size: 11px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2px;
}

/*-------------------------------------------------*/
/* =  content - blog section
/*-------------------------------------------------*/

.blog-box {
    width: 1144px;
    margin-left: -2px;
}

.blog-post {
    width: 282px;
    margin: 1px;
    position: relative;
    overflow: hidden;
}

.blog-post.scnd-size {
    width: 569px;
}

.blog-post img {
    width: 100%;
}

.post-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 42px;
    background: rgba(241,63,15,0.6);
    text-align: center;
    padding-top: 3px;
    z-index: 2;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.post-date p {
    color: #fff;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    line-height: 18px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.post-date p span {
    display: block;
}

.blog-post:hover .post-date {
    background: #fff;
}

.blog-post:hover .post-date p {
    color: #F3883D;
}

.hover-post {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(241,63,15,0.87);
    padding: 55px 60px;
    visibility: hidden\0/;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg) rotateY(-90deg);
    -moz-transform: rotateX(-90deg) rotateY(-90deg);
    -ms-transform: rotateX(-90deg) rotateY(-90deg);
    -o-transform: rotateX(-90deg) rotateY(-90deg);
    transform: rotateX(-90deg) rotateY(-90deg);
}

.blog-post:hover .hover-post {
    visibility: visible\0/;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}

.hover-post h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.hover-post h2 a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.hover-post h2 a:hover {
    opacity: 0.7;
}

.hover-post p {
    color: #fff;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.blog-post:hover .hover-post h2,
.blog-post:hover .hover-post p {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

/*-------------------------------------------------*/
/* =  content - info-contact section
/*-------------------------------------------------*/

#info-contact-section {
    padding: 170px 0 120px;
    text-align: center;
    background: url('../upload/contact-info.jpg') 0px 0px;
    position: relative;
    overflow: hidden;
}

#info-contact-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern.png');
}

#info-contact-section .container {
    position: relative;
    z-index: 2;
}
#info-contact-section h1 {
    font-weight: 800;
}

ul.bxslider li p {
    color: #fff;
    font-size: 36px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin: 0 0 22px;
}

ul.bxslider li p a {
    color: #F3883D;
    text-decoration: none;
}

ul.bxslider li span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform:uppercase;
    margin: 0 0 45px;
}

/*-------------------------------------------------*/
/* =  content - contact section
/*-------------------------------------------------*/

.map {
    height: 470px;
   
}
.second-info {
     position: relative;
}
.block-blue {
    background: #0097f6 url(../images/azul.jpg) no-repeat;
    padding: 23px 50px 0;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;

}
.block-blue:before {
    content: " ";
    position: absolute;
    top: -25px;
    background-image: url(../images/azul-triangulo.png);
    height: 25px;
    width: 50px;
    margin-left: 25px;

}
.contact-box {
    padding: 75px 0;
}

.contact-box h2 {
    color: #252525;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.contact-box p {
    color: #818181;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 24px;
}

.contact-list {
    margin: 0;
    padding: 0;
}

.contact-list li {
    margin-bottom: 22px;
    list-style: none;
}

.contact-list li span {
    float: left;
    width: 37px;
    height: 37px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}

.contact-list li span i {
    font-size: 14px;
    line-height: 37px;
    color: #fff;
}

.contact-list li p  {
    margin-left: 60px;
    line-height: 37px;
    color: #fff;
}

.contact-list li a {
     line-height: 37px;
    color: #fff;
    margin-left: 30px;
}
/*Forms*/
.formularios input, .formularios textarea, .formularios select {  
    font-weight: 300;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 14px 20px;
    display: block;
    margin-bottom: 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;  
    border: 2px solid #fff;
    position: relative;

} 
.reset-input {
    width: auto !important;
    float: left;
    margin-right: 10px !important;
}
.formularios textarea {
    height: 136px;
}

.formularios button {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    margin-bottom: 15px;
    border: 2px solid #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: transparent;
    cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
}

.formularios button i {
    color: #fff;
    font-size: 24px;
}

.formularios button:hover, .orcamento-form button {    
    background-color: #17B4FF;
    border-color: #17B4FF;
    
}
.formularios input[type="radio"] {
    width: auto;
    padding: 0;
    margin: 0;
    display: inline;
    margin-right: 10px;
}

#contact-form input:focus[type="text"],
#contact-form  textarea:focus {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}


.orcamento-form input:focus,
.orcamento-form textarea:focus
 {
    border: 2px solid #0097f6;
    background-color: transparent;
}
.orcamento-form button:hover {
    background-color: #0098E1;
    border-color: #0098E1;
}
.message,
.message {
    height:20px;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    float: none;
    margin-top: 5px;
}

.message.error,
.message.error {
    color:#eb2c06;
}

.message.success,
.message.success {
    color:#1e9397;
}

/*-------------------------------------------------*/
/* =  Single post
/*-------------------------------------------------*/

#singlepost-section {
    padding: 170px 0 0;
}

.post-head {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #252525;
}

.post-head h1 {
    float: left;
    color: #252525;
    font-size: 36px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

ul.navigate-posts {
    float: right;
    padding: 0;
    margin: 0;
}

ul.navigate-posts li {
    display: inline-block;
    margin-left: 30px;
}

ul.navigate-posts li a {
    display: inline-block;
}

ul.navigate-posts li a i {
    font-size: 24px;
    color: #252525;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.navigate-posts li a.show-post i {
    font-size: 18px;
}

ul.navigate-posts li a:hover i {
    color: #F3883D;
}

ul.tag-post {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

ul.tag-post li {
    display: inline-block;
    margin-right: 15px;
}

ul.tag-post li a {
    display: inline-block;
    color: #818181;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tag-post li a i {
    font-size: 15px;
    margin-right: 8px;
}

ul.tag-post li a:hover {
    color: #F3883D;
}

#singlepost-section .flexslider {
    margin-bottom: 30px;
}

#singlepost-section .flexslider .flex-control-nav {
    bottom: 30px;
}

#singlepost-section p {
    color: #818181;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 30px;
}

.share-box {
    padding: 20px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
    overflow: hidden;
}

.share-box span {
    display: inline-block;
    float: left;
    color: #818181;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 20px;
}

ul.share-icons {
    padding: 0;
    margin: 0;
    float: left;
}

ul.share-icons li {
    display: inline-block;
    margin-left: 30px;
}

ul.share-icons li a {
    display: inline-block;
}

ul.share-icons li a i {
    font-size: 18px;
    color: #929292;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.share-icons li a:hover i {
    color: #252525;
}

.autor-post {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
}

.autor-post img {
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    max-width: 100px;
    border: 1px solid #dfdfdf;
    padding: 5px;
}

.autor-content {
    margin-left: 130px;
}

.autor-content h4 {
    color: #818181;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin: 0 0 20px;
}

.autor-content h4 span {
    color: #252525;
    text-transform: uppercase;
}

.autor-content p {
    color: #818181;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 20px;
}

.comment-section {
    padding-top: 20px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.comment-section h2 {
    color: #818181;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.comment-tree {
    padding: 0;
    margin: 0;
}

.comment-tree li {
    list-style: none;
    margin-bottom: 40px;
    overflow: hidden;
}

.comment-tree li img {
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    max-width: 100px;
    border: 1px solid #dfdfdf;
    padding: 5px;
}

.comment-content {
    margin-left: 130px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eeeeee;
}

.comment-content h6 {
    color: #252525;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 10px 0 20px;
}

.comment-content h6 span {
    float: right;
    color: #818181;
}

.comment-content h6 span a {
    color: #818181;
    text-transform: capitalize;
}

.comment-content p {
    margin: 0 !important;
}

{
    max-width: 570px;
}

h2 {
    color: #252525;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin: 0 0 30px;
    text-transform: uppercase;
}

/*-------------------------------------------------*/
/* =  project-details
/*-------------------------------------------------*/

.project-details {
    padding-top: 6px;
}

.project-details h2 {
    color: #252525;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.project-details ul.project-list {
    padding: 0;
    margin: 0 0 30px;
}

.project-details ul.project-list li {
    list-style: none;
    margin-bottom: 16px;
    color: #818181;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
}

.project-details ul.project-list li span {
    color: #252525;
}

.project-details ul.project-list li a {
    color: #818181;
}

.project-details .share-box {
    padding: 0;
    border: none;
}

.project-details ul.share-icons li {
    margin-left: 0;
    margin-right: 30px;
}


/*-------------------------------------------------*/
/* =  orcamento
/*-------------------------------------------------*/
#orcamento-section {
    background: url(../upload/orcamento.jpg) top left;
    padding: 317px 0;
}

#orcamento-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern.png');
}
#orcamento-section .titulo {
    position: relative;
    z-index: 999;
}

#orcamento-section h1 {
    font-weight: 800;
}

.orcamento-form {
    padding: 108px 50px 0;
    background-color: #f2f2f2;
}

/*------------------*/
/*  FOOTER
/*------------------------------------------------------*/

#footer {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    position: relative;
    background: url(../images/dark-gray-bg2.jpg) repeat left top;
    z-index: 1;
}

#footer .footer_columns {
    padding: 37px 0px 0px 0px;
    margin: 0px;
    width: 100%;
    float: left;
    background: url(../images/footer-shadow.png) repeat-x left top;
}
#footer .footer_columns h2 {
    color: #fff;
    margin-bottom: 20px;
}
#footer .footer_columns h2 i {
    font-style: normal;
    font-weight: normal;
    color: #f9f9f9;
}

#footer ul.arrows_list1 {
    float: left;
    padding: 0px;
    margin: -10px 0px 0px 0px;
}
#footer .arrows_list1 li {
    padding: 0px 0px 0px 12px;
    margin: 0px;
    line-height: 30px;
    background: url(../images/arrow-01.png) no-repeat left 12px;
}
#footer .arrows_list1 li a {
    color: #999;
}
#footer .arrows_list1 li a:hover {
    color: #eee;
}

/* Tweets */
.twitter_feed {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.twitter_feed .left {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 25px;
}
.twitter_feed .right {
    float: right;
    padding: 0px;
    margin: -5px 0px 0px 0px;
    width: 89%;
}
.twitter_feed a {
    color: #999;
}
.twitter_feed a:hover {
    color: #eee;
}
.twitter_feed a.small {
    font-size: 9px;
    color: #727272;
}
.twitter_feed a.small:hover {
    font-size: 9px;
    color: #999;
}

/* flickr */
#flickr_badge_wrapper {
    padding: 0px;
    margin: 0px;
}
#flickr_badge_wrapper img {
    width: 67px;
    height: 53px;
    margin-right: 6px;
    margin-bottom: 1px;
    border: 1px solid #999 !important;
}
#flickr_www {
    display:block;
    padding:0 10px 0 10px !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
    text-decoration:none !important;
    background:inherit !important;
    color:#3993ff;
}
#flickr_badge_wrapper {
    margin-top: 25px;
}
#flickr_badge_source {
    padding:0 !important;
}

/* newsletter */
#footer .newsletter {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
#footer .newsletter input.enter_email_input {
    float: left;
    padding: 3px 0px 0px 10px;
    height: 30px;
    width: 90%;
    margin: 13px 0 0 0px;
    background-color: #454545;
    border: 1px solid #666;
    font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #999;
}
#footer .newsletter .input_submit {
    float: left;
    padding: 8px 10px;
    margin: 10px 0 0 0px;
    background-color: #575757;
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    color: #b9b9b9;
}
#footer .newsletter .input_submit:hover {
    color: #fff;
    cursor: pointer;
    background-color: #666;
}
#footer .newsletter .rss_feeds {
    float: left;
    font-size: 11px;
    margin-top: 10px;
    padding: 0px 0px 0px 16px;
    background: url(../images/rss-small-icon.png) no-repeat left 7px;
}
#footer .newsletter .rss_feeds a {
    color: #b7b7b7;
}
#footer .newsletter .rss_feeds a:hover {
    color: #eee;
}

.newsletter p {
font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal;
line-height: 21px;
color: #999;
}

/* copyrights */
.copyright_info {
    float: left;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    color: #727272;
    border-bottom: 2px solid #2e2e2e;
}
.copyright_info b {
    font-size: 12px;
    color: #727272;
    font-style: normal;
    font-weight: normal;
}
.copyright_info span {
    float: right;
}
.copyright_info a {
    margin-top: 10px;
    font-size: 12px;
    color: #727272;
    text-align: right;
}
.copyright_info a:hover {
    color: #999;
}

/* footer logo */
.footer_logo {
    float: left;
    width: 100%;
}
.footer_logo h1 {
    float: left;
    padding: 0px;
    margin: 0px;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 27px;
    color: #606060;
    text-transform: none;
    text-align: left;
}
.footer_logo h1 i {
    color: #606060;
    font-style: normal;
    text-transform: none;
    background: url(../images/footer-logo-icon.png) no-repeat center 9px;
}

/* address */
.address_info {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}

/* scroll up */
.scrollup_area {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    z-index: 99;
}
.scrollup{
    width:36px;
    height:36px;
    padding: 18px 18px;
    opacity:1;
    top: -15px;
    position: relative;
    display:none;
    text-indent:-9999px;
    font-size: 1px;
    color: #999;
    z-index: 99;
    background: url(../images/scroll-top-arrow.png) no-repeat center top;
}
/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
    position: relative;
    margin-right: 3%;
    float: left;
}
.one_full {
    width: 100%;
}
.one_half {
    width: 48.500%;
}
.one_third {
    width: 31.330%;
}
.one_fourth {
    width: 22.750%;
}
.one_fifth {
    width: 17.600%;
}
.two_third {
    width: 65.660%;
}
.three_fourth {
    width: 74.250%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.divider_line5 {
float: left;
width: 100%;
height: 8px;
padding: 0px;
margin: 30px 0px 27px 0px;
background: url(../images/divider-hlines.png) repeat-x left top;
}
ul {
list-style: none;
}
label.error {
    float: none;
    display: block;
    background-color: #E42116;
    padding: 5px 0;
    text-align: center;
    color: #fff !important;
    font-size: 12px;
    font-family: helvetica, sans-serif;
    font-weight: 300;
    margin-top: -15px;
    margin-bottom: 0;
}
.seus-dados .relative {
    position: relative;
    margin-bottom: 30px;
}
.seus-dados label.error {
    position: absolute;
    width: auto;
    padding: 5px;
    bottom: -13px;
    margin-bottom: 0 !important;
    right: 20px;
}

/*POrtfolio*/
#mp-conteudo {
    background-color: #F5F5F5;
    padding: 30px 0;
    margin-bottom: 20px; 
    position: relative;
}
.title-portfolio {
    font-size: 3em;
    padding: 30px 0px;
    font-family: 'Montserrat', sans-serif;
    color: #4B5F67;
}
.close {
    position: absolute;
    top: 0; 
    right: 0;
    background-color: #ddd;
    padding: 20px 25px;
    font-weight: 300;
    font-family: 'helvetica', arial,  sans-serif;
}
.see-more {
    border: 1px solid #5E9AC9;
    color: #5E9AC9;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 11px 18px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.see-more:hover {
    background-color: #5E9AC9;
    color: #fff;
    text-decoration: none;
}
