/*--------------------
-----Main Styles------
----------------------*/
body,html{
    height:100%;
}

body{
    background:#fff;
}

#home{
    display: table;
    height: 100%;
    width:100%;
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    color:#313131;
    font-weight:300;
    overflow-x:hidden;
}

.p-0 { padding: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pl-0 { padding-left: 0 !important; }
.px-0 { padding-right: 0 !important; padding-left: 0 !important; }
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pl-1 { padding-left: 0.25rem !important; }
.px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pl-3 { padding-left: 1rem !important; }
.px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.p-5 { padding: 3rem !important; }
.pt-5 { padding-top: 3rem !important; }
.pr-5 { padding-right: 3rem !important; }
.pb-5 { padding-bottom: 3rem !important; }
.pl-5 { padding-left: 3rem !important; }
.px-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
}



p {
    font-size:17px;
    line-height:1.99!important;
    font-weight:300;
    margin-bottom:20px;
    color:#5b5b5f
}

.lead {
    font-size:20px;
    line-height:28px;
    font-weight:100;
    letter-spacing:0.02em;
    margin-top:40px;
    margin-bottom:40px;
}

a,
a:hover,
a:focus {
    outline:none !important;
    text-decoration:none;
}

a {
    color:#878786;
    text-decoration: none;
}

a:hover,
a:focus {
    color:#003f6c;
    text-decoration: none;
}

a:focus,
.btn:focus {
    outline: none;
}

.color-bg a{
    color:#fff;
    text-decoration: underline;
}

.color-bg a:hover,
.color-bg a:focus {
    color:#fff;
    text-decoration: none;
}

.primary {
    color:#000;
}

/*----------------------
---Main Layout Styles---
------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.verticalAlign {
  display: flex; 
  align-items: center; 
  justify-content: center;
}
@media(max-width:767px){
    .verticalAlign {
      display: block;
    }
}
.moretext {
  display: none;
}
.moretext-2 {
  display: none;
}
.moretext-3 {
  display: none;
}
.uppercase {
    text-transform: uppercase
}
.vcenterPai {
    display: table;
}
.vcenterFilho {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
@media(max-width:767px){
    .img-none {
        display: none;
    }
}
.img-center{
    margin:0 auto;
}
.img-round {
    border-radius: 25px;
}
.img-round-img {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.img-round-img-right {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.img-desktop {
    display: inherit;
}
.img-mobile {
    display: none;
}
@media(max-width:767px) {
    .img-desktop {
        display: none;
    }
    .img-mobile {
        display: inherit;
    }
    .img-img-mobile {
        max-width:115px;
        max-height: 115px;
    }
}

.padding-top-bottom {
    padding:100px 0;
}

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

.padding-top {
    padding:50px 0 0;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-top-bottom-50 {
    padding: 50px 0
}

.padding-top-50-bottom-100 {
    padding: 50px 0 100px
}
.padding-top-50 {
    padding-top: 50px;
}

.padding-top-100 {
    padding-top: 100px;
}

.margin-bottom{
    margin-bottom: 50px;
}

.navbar {
    margin:0;
    border-radius:0;
}

.section-title{
    position:relative;
    margin-bottom:60px;
    font-family: 'Montserrat', sans-serif;
    font-size:32px;
    line-height: 30px;
    font-weight:700;
    letter-spacing:0;
    text-align:center;
    text-transform: uppercase;
}
.section-title span {
    display: block;
}
.section-title.left {
    text-align: left;
}
.section-title.left:after{
    content:"";
    position:absolute;
    left:0;
    bottom:-25px;
    margin-left:0;
    background:#878786;
}

.flexslider {
    margin:0;
    padding:0;
    background:transparent;
    border:none;
    box-shadow:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:1;
}

/*------------------
----- Buttons ------
--------------------*/

.btn-quattro,
.btn-quattro:focus {
    border: none;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 40px;
    display: inline-block;
    margin:0;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    position: relative;
    background: #abd036;
    color: #fff;
    font-weight: 700;
    border: 1px solid #abd036;
    border-radius:25px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-quattro:hover,
.btn-quattro:active {
    background: #eee903;
    border: 1px solid #eee903;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color:#fff!important;
}

.btn-quattro.vermelho {
    background: #ed1c24;
    color:#FFF;
}
.btn-quattro.vermelho:hover {
    background: #fff;
    color:#ed1c24!important;
}


.btn-quattro.transparent,
.btn-quattro.transparent:focus {
    background: transparent;
    padding: 10px 40px;
    border:1px solid #fff;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.btn-quattro.transparent:hover,
.btn-quattro.transparent:active {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color:#fff;
    top:0;
    text-decoration: none;
}

.btn-quattro [class*=fa]{
    margin-right:10px;
}

.btn + .btn {
    margin-left:10px;
}

/*----------------
----- Colors -----
------------------*/

.white-bg{
    background:#fff;
}

.marrom-bg {
    background: #c6a586;
}

.gray-bg{
    background:#edeef0;
}

.gray-bg2 {
    background: #d1d3d4;
}

.color-bg{
    background:#000;
}

.dark-bg{
    background:#353537;
}

.light-typo {
    color:#fff!important;
}

.white-bg + .gray-bg,
.gray-bg + .white-bg {
    border-top:1px solid #e5e5e5;
}

.parallax-bg{
    background-repeat:no-repeat;
    background-position: 50% 0;
    background-size:cover;
	background-attachment:fixed;
}

.touch .parallax-bg{
	background-attachment:scroll;
}

/*-----------------------
---- Preloader Styles ----
-------------------------*/
/*----------------------
----Navigation Styles---
------------------------*/
.sticky-wrapper{
    background:#F3F3F3;
}

#supertopo {
    background: #d1d1d1;
}

#supertopo ul {
    padding: 0;
    margin: 0;
    line-height: 50px;
    color: #fff;
    width: 100%;
    text-align: right;
}

#supertopo ul li {
    display: inline-table;
    margin: 0 5px 0 0;
    vertical-align: middle
}

#supertopo ul li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
#supertopo ul li a:hover {
    color:#b9ce1e
}
#supertopo ul.redes {
    text-align: left;
}
#supertopo ul.redes li a {
    font-size:19px;
}
@media(max-width: 767px){
    #supertopo ul li.email {
        display: none;
    }
}
@media(max-width: 479px){
    #supertopo ul li.telefone.whats {
        display: none;
    }
}

/*----------------------
----Navigation Styles---
------------------------*/
.sticky-wrapper{
    background:#F3F3F3;
}

#main-nav{
    position:static;
    top:-70px;
    background:#fff;
    color:#222222;
    box-shadow:none;
    width:100%;
    z-index:999999;
    padding: 0 0;
    
    -webkit-box-shadow: 0px 10px 16px 0px rgba(213,213,213,0.2);
    -moz-box-shadow: 0px 10px 16px 0px rgba(213,213,213,0.2);
    box-shadow: 0px 10px 16px 0px rgba(213,213,213,0.2);
}

#main-nav .btn-quattro {
    margin:0;
    font-size:10px
}

#main-nav.stuck{
    position:fixed;
    top:0;
    left:0;
    z-index: 99998;
}

#main-nav .navbar-toggle{
    border:1px solid #a3238d;
    border-radius:0;
}

#main-nav .icon-bar {
    background:#a3238d;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:focus {
    position:relative;
    padding: 15px 0;
    margin:15px 0 40px;
    font-size:28px;
    height:30px;
    font-weight:600;
    color:#777;
    font-variant:small-caps;
    letter-spacing:0.02em;
    -webkit-transition:font-size .2s ease-out;
    transition:font-size .2s ease-out;
}

.site-logo{margin:0;top:0;vertical-align:top;}

#main-nav .container{
    padding:0 23px 0 30px;
    -webkit-transition:padding 0.3s ease-out;
    transition:padding 0.3s ease-out;
}

#main-nav .nav a{
    position:relative;
    z-index:1;
}

#main-nav .menutopo {
    position: relative;
    margin-top: -25px;
    margin-right:15px;
}

#main-nav .navbar-nav {
    margin:40px 0 0;
    padding: 0 0;
}

#main-nav .nav a,
#main-nav .nav a:active,
#main-nav .nav a:hover{
    padding: 0;
    font-size:14px;
    font-weight:600;
    letter-spacing:0.01em;
    text-transform:uppercase;
    background:transparent;
    color:#58585a;
    position: relative;
    
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#main-nav .nav a:hover{
    color: #abd036;
}
#main-nav .nav a.active {
    border-bottom:10px solid #abd036;
}

#main-nav li{
    background:transparent;
    margin:0 0 0 50px;
}
#main-nav .btn-quattro {
    background: #abd036!important;
    color:#FFF!important;
    padding: 5px 15px!important;
    position: relative!important;
    margin-top:-8px!important
}
#main-nav .btn-quattro:hover {
    background: #eee903!important
}


.inner-page .sticky-wrapper{
    background:#fff;
}

#main-nav li.desktop {
    display: inherit
}

#main-nav li.mobile {
    display: none
}

@media(max-width:991px){
    #main-nav li{
        margin:0 0 0 30px;
    }
    #main-nav .nav a,
    #main-nav .nav a:active,
    #main-nav .nav a:hover{
        font-size:10px;
    }
    .navbar-brand,
    .navbar-brand:hover,
    .navbar-brand:active,
    .navbar-brand:focus {
        height:30px;
    }

    .site-logo{height:30px;}
    
    #main-nav .nav a,
    #main-nav .nav a:active,
    #main-nav .nav a:hover{
        margin-top:0px;
    }
    
    #main-nav .nav a.active {
        border-bottom:5px solid #abd036;
    }
}

/*V2 (Dropdown)*/

/*----------------------
-----Dropdown Styles----
------------------------*/

.dropdown > a:after{
    content:"\f0d7";
    font-size:14px;
    margin-left:5px;
    font-family:fontAwesome;
}

.dropdown .dropdown > a:after{
    position: absolute;
    right:10px;
    content:"\f0da";
    font-size:14px;
    line-height: 18px;
    margin-left:5px;
    font-family:fontAwesome;
}

.dropdown .left-side.dropdown > a:after{
    left:5px;
    right:auto;
    content:"\f0d9";
}

.dropdown-menu{
    padding:0;
    left:0 !important;
    right:auto !important;
    display: block;
    border-radius: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity:0;
    -webkit-transition:opacity .2s ease-out,-webkit-transform .2s ease-out;
    transition:opacity .2s ease-out,transform .2s ease-out;
    
    background: #eee;
}
ul.categorias .dropdown-menu{
    padding:0;
    left:0 !important;
    right:auto !important;
    display: block;
    border-radius: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity:0;
    -webkit-transition:opacity .2s ease-out,-webkit-transform .2s ease-out;
    transition:opacity .2s ease-out,transform .2s ease-out;
    
    margin-top:10px;
    background: #e3e3e3;
}

.dropdown-menu .dropdown-menu{
    top:-4px;
    left:100% !important;
    right:auto !important;
}

.dropdown-menu .left-side .dropdown-menu{
    top:-4px;
    left:auto !important;
    right:100% !important;
}

.dropdown:hover > .dropdown-menu{
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity:1;
}


#main-nav  .dropdown:hover > a{
    opacity: 1;
}

#main-nav .dropdown-menu li{
    padding: 0 0;
    margin:10px 0 0px;
}

#main-nav .dropdown-menu a{
    padding:20px;
    font-size:14px;
    font-weight: 300;
    color: #313131;
    text-transform: none;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}
#main-nav .dropdown-menu a:hover{
    padding:20px;
    font-size:14px;
    font-weight: 300;
    color: #222222;
    text-transform: none;
    background: white!important;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

ul.categorias .dropdown-menu li{
    padding: 0 0;
    margin:0 0 0px!important;
    width: 100%;
}
ul.categorias .dropdown-menu a{
    padding:20px;
    font-size:14px;
    font-weight: 300;
    color: #313131;
    text-transform: none;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
    
    background: #eee;
    
}
ul.categorias .dropdown-menu a:hover{
    padding:20px;
    font-size:14px;
    font-weight: 300;
    color: #222222;
    text-transform: none;
    background: #ed1c24!important;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}


#main-nav .dropdown-menu a:before{
    display: none !important;
}

/*end dropdown*/

/*----------------------
-----Header Styles------
------------------------*/

#home {
    color:#fff;
    padding:0;
    margin-bottom:0;
}

#home .header-content{
    position:relative;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

#home .header-content.pattern-bg{
}

.header-logo{
    position: absolute;
    top:8%;
    left:50%;
    width:240px;
    margin-left:-120px;
}

.scroll-button{
    position:absolute;
    bottom:30px;
    left:50%;
    margin-left:-35px;
    color:#fff !important;
    padding:8px 0 0;
    font-size:22px;
    -webkit-animation: moving 2s ease-out infinite;
    animation: moving 2s ease-out infinite;
    
    background: #3cdce5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

@-webkit-keyframes moving {
    0% 		{ bottom: 30px; }
    30% 	{ bottom: 10px; }
    60% 	{ bottom: 30px; }
}

@keyframes moving {
    0% 		{ bottom: 30px; }
    30% 	{ bottom: 10px; }
    60% 	{ bottom: 30px; }
}

#home h1{
    margin:0;
    font-size:63px;
}

#home p{
    margin:0;
}

#home .large-text{
    margin-bottom:10px;
    font-size:86px;
    line-height:92px;
    font-weight:900;
}

#home .bordered-text{
    display:inline-block;
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
    font-size:72px;
    font-weight:900;
    text-transform: lowercase;
    text-align: left;

}
#home .bordered-text span {
    display: block;
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    color:#FFF;
}

#home.mobile {
    display: none;
}
@media(max-width:767px) {
    #home.mobile {
        display: block
    }
    #home.desktop {
        display: none;
    }
}

.header-slider li{
    -webkit-transform:translateY(50px);
    transform:translateY(50px);
    -webkit-transition:-webkit-transform .4s ease-out;
    transition:transform .4s ease-out;
}

.header-slider li.flex-active-slide{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition:-webkit-transform .4s ease-out .1s;
    transition:transform .4s ease-out .1s;
}

/*V2 (Inner Pages)*/

#inner-page-header{
    position: relative;
}

#inner-page-header .header-content{
    color:#fff;
    padding:10% 0 10%;
    text-align:center;
}

#inner-page-header .bordered-text{
    display:inline-block;
    position: relative;
    margin:0 50px 0;
    padding:20px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size:48px;
    line-height:72px;
    font-weight:400;
    text-transform: uppercase;
}

/*end Inner Pages*/

header.topo {
    padding-top:30px;
    margin-bottom:30px;
}
header.topo h1{
    border-bottom:5px solid #e3e3e3;
    color:#ed1c24;
    font-size:25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom:0 0;
    padding-bottom:15px;
}

/*-------------------------
------ Home Styles -------
--------------------------*/
header.mobile {
    display: none;
}
#headerHome {
    min-height: 600px;
    position: relative;
}

#headerHome img.bg {
    position: absolute;
    z-index: 0;
}

#headerHome img.compromisso {
    padding: 200px 50px 0;
    position: relative;
}

@media (max-width:479px) {
    #headerHome {
        min-height: 550px;
        position: relative;
    }
}

@media (max-width: 767px) {
    header.mobile {
        display: inherit;
    }
}

#atuacaoHome .container {
    position: relative;
}
#atuacaoHome h1 {
    font-size: 19px;
    line-height: 23px;
}
#atuacaoHome .section-title{
    margin-bottom:40px;
}
#atuacaoHome .clinica1,
#atuacaoHome .clinica2,
#atuacaoHome .descricao {
    margin: 0;
    padding: 0;
}
#atuacaoHome .descricao {
    background: #e2e2e2;
}
#atuacaoHome .descricao p {
    font-size: 14px;
    padding: 0 30px;
    margin: 0;
    line-height: 1.65!important
}
@media (max-width: 1199px) {
    #atuacaoHome .descricao p {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    #atuacaoHome .clinica1,
    #atuacaoHome .clinica2 {
        display: none;
    }
}


/*----------------------------------
------ LOJAS Styles ----
------------------------------------*/
#lojas {
    padding:30px 0;
    margin:0;
    background: #ededed
}
#lojas h2 {
    background: #e7303a;
    width: 100%;
    margin:0 0 15px;
    padding: 10px 0;
    color:#FFF;
    font-size:16px;
    text-align: center
}
#lojas h3 {
    color:#e7303a;
    font-weight: 700;
    margin-bottom:30px;
    margin-top:0
}
#lojas .item {
    margin-bottom:30px;
}
#lojas p {
    font-size:14px;
    color:#446327
}
#lojas ul.baixar {
    padding:0;
    margin:0;
}
#lojas ul.baixar li {
    display: inline-table;
    margin: 0 5px
}
#lojas ul.baixar li a {
    color:#729d2d;
    font-size:50px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#lojas ul.baixar li a:hover{
    color:#b9ce1e
}
#lojas ul.menucategorias {
    padding:0;
    margin:0 0 50px;
    width: 100%;
    background: #e7303a;
    text-align: center;
    padding: 15px 0
}
#lojas ul.menucategorias li {
    display: inline-table;
    padding: 0 10px
}
#lojas ul.menucategorias li a {
    color:#FFF;
    font-weight: 500;
    font-size:12px;
    text-transform: uppercase
}
#lojas ul.menucategorias li a.active{
    font-weight: 800
}

/* -------------------------------
------- SOBRE Styles -----
-------------------------------- */
#institucionais.sobre h3 {
    color:#abd036;
    font-size:19px;
    text-transform: uppercase;
    font-weight: 600;
    margin:50px 0 0;
    padding:0;
}


/* -------------------------------
------- INSTITUCIONAIS Styles -----
-------------------------------- */
#institucionais.instrutor img {
    position: absolute;
    top:-80px;
    left:-30px;
    z-index: -9
}
#institucionais.instrutor h2 {
    font-size:32px;
    line-height: 44px
}
#institucionais.instrutor p {
    font-size:14px!important
}
#institucionais {
    padding: 50px 0
}
#institucionais h2 {
    color:#b0afb5;
    font-weight: 700;
    line-height: 54px;
    font-size:42px;
}
#institucionais h2 span {
    color:#58595b;
    font-weight: 900;
}
#institucionais p {
    font-size:17px!important;
    line-height: 1.99;
    margin: 40px 0
}
#institucionais .quadro {
    -webkit-box-shadow: 3px 3px 24px 0px rgba(0,0,0,0.15); 
    box-shadow: 3px 3px 24px 0px rgba(0,0,0,0.15);
    border-radius: 15px;
    text-align: center;
    padding:30px 15px;
    margin-top:50px
}
#institucionais .quadro h3 {
    color:#b0afb5;
    font-weight: 700;
    line-height: 28px;
    font-size:22px;
    margin:10px 0 0
}

#institucionais img.mobile,
#institucionais h2.mobile{
    display: none
}

@media(max-width:991px){
    #institucionais h2 {
        line-height: 44px;
        font-size:32px;
    }
}
@media(max-width:767px){
    #institucionais {
        padding: 50px 0
    }
    #institucionais .quadro h3 {
        color:#b0afb5;
        font-weight: 700;
        line-height: 20px;
        font-size:14px;
        margin:10px 0 0
    }
    #institucionais .btn-quattro {
        width: 100%;
    }
    #institucionais img.mobile {
        display: inherit;
        position: relative;
        left:-30px
    }
    #institucionais img.desktop {
        display: none;
    }
    #institucionais.instrutor img {
        position: inherit;
    }
}
@media(max-width:479px){
    #institucionais h2.mobile {
        left: 0;
        top:-20px;
        font-size:24px;
        line-height: 36px;
        display: inherit
    }
    #institucionais h2.desktop {
        display: none;
    }
}

/* -------------------------------
------- OBRAS Styles -----
-------------------------------- */
#obras {
    padding: 0 0 50px
}
#obras ul.categorias {
    padding:0 0 38px 15px;
    margin:0;
    width: 100%;
    text-align: center
}
#obras ul.categorias li {
    display: inline-table;
    margin: 0 5px
}

#obras ul.categorias li a {
    background: #e3e3e3;
    padding: 10px 30px;
    color:#505050;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#obras ul.categorias li a:hover {
    background: #ed1c24;
    color:#FFF;
}
#obras .item {
    margin-bottom:30px;
}

#obras .quadro {
    background: #e3e3e3;
    margin-bottom:20px;
    padding:25px 0
}
#obras .quadro ul {
    padding:0 25px 25px 25px;
    margin:0;
}
#obras .quadro ul li {
    display: inline-table;
    padding: 0 25px 0 25px
}
#obras .quadro ul li h3 {
    color:#ed1c24;
    font-size:16px;
    font-weight: 600;
    margin:25px 0 10px;
    padding:0;
}
#obras .quadro ul li h4 {
    font-weight: 600;
    color:#000;
    font-size:14px;
    margin:0;
    padding:0;
}

/* -------------------------------
------- DESTAQUES Styles -----
-------------------------------- */
#clientes {
    padding: 50px 0
}
#clientes h2 {
    color:#b0afb5;
    font-weight: 700;
    text-transform: lowercase;
    margin-top:0;
    margin-bottom:50px;
    text-align: center;
    font-size:42px;
}
#clientes .btn-quattro {
    margin-bottom:0;
    margin-top:50px;
}
#clientes p {
    font-size:14px;
    margin:0;
    text-align: center
}
#clientes a img {
    filter: grayscale(100%);

    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#clientes a img:hover {
    filter: grayscale(0);
    transform: scale(0.9);
}
#clientes .item {
    margin-bottom:50px
}

/* -------------------------------
------- MAPA Styles -----
-------------------------------- */
#mapa {
    padding-top:50px;
}
#mapa h2 {
    color:#ed1c24;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom:25px;
}
#mapa h2 span {
    display: block
}

/*-------------------------
------Call to action-------
--------------------------*/
#cta {
    padding: 0;
    background: linear-gradient(to left, #bccf21 50%, #bccf21 50%);
}
#cta.home {
    padding: 50px 0;
    background: linear-gradient(to left, #494949 50%, #222222 50%);
}
#cta h2 {
    margin-top:0;
    margin-bottom: 15px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size:19px;
}
#cta p {
    padding:0;
    font-size:16px;
    color:#FFF;
    margin-bottom:0;
}
#cta .btn-quattro {
    margin-bottom:0;
}
#cta .espacamento-esquerdo {
    padding-left:50px;
    padding-right:0;
}
#cta .espacamento-direito {
    padding-right:50px;
    padding-left: 0;
}
#cta .img-agilidade {
    background: url(../images/img-agilidade2.png) top center;
    height: 50vh
}
#cta .infos {
    padding: 50px
}

@media(max-width:767px){
    #cta.home {
        padding: 50px 0;
        background: linear-gradient(to top, #494949 50%, #222222 50%);
    }
    #cta .espacamento-esquerdo {
        padding-left:0;
        padding-right:0;
    }
    #cta .espacamento-direito {
        padding-right:0;
        padding-left: 0;
    }
    #cta h2.obrasemandamento {
        padding-top:100px
    }
}

/*-------------------------
------Como Tudo Começou to action-------
--------------------------*/
#comotudocomecou {
    padding: 50px 0;
    background: #bccf21
}
#comotudocomecou h2 {
    margin-top:0;
    color:#275226;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 58px;
    padding-bottom: 25px
}
#comotudocomecou h3 {
    font-weight: 600;
    color:#fff;
    font-size:28px;
}
#comotudocomecou p {
    color:#275226;
    margin-bottom:0;
}
#comotudocomecou .item {
    padding-left: 75px;
    padding-right:75px;
}



/* -------------------------------
---- TRABALHE CONOSCO Styles -----
-------------------------------- */
#trabalheconosco {
    padding:0 0 50px;
}
#trabalheconosco .btn-quattro {
    margin-bottom:0;
    margin-top:10px;
}
#trabalheconosco h3 {
    margin:0;
    font-size:16px;
    font-weight: 600;
    color:#5b5b5f
}
#trabalheconosco form {
    margin-top:20px;
}
#trabalheconosco input,
#trabalheconosco textarea{
    width: 100%;
    border:1px solid #5b5b5f;
    background: transparent;
    border-radius: 0;
    margin-bottom:12px;
    padding: 12px 24px;
}
#trabalheconosco input:focus,
#trabalheconosco textarea:focus{
    border:1px solid #ed1c24;
    outline: none;
    
}
/* Esconde o input */
#trabalheconosco input[type='file'] {
  display: none
}

/* Aparência que terá o seletor de arquivo */
#trabalheconosco label {
    background-color: #fff;
    border:2px solid #FFF;
    border-radius: 25px;
    color: #275226;
    cursor: pointer;
    padding: 13px 24px;
    font-size:14px;
    width: 100%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#trabalheconosco label:hover {
    background: #bccf21;
    border:2px solid #bccf21;
    color:#FFF
}

@media(max-width:767px){
    #trabalheconosco {
        padding: 0 0 50px
    }
    
    #trabalheconosco h3 {
        padding: 30px 0 0;
    }
    
    #trabalheconosco ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: gray;
    }
    #trabalheconosco ::-moz-placeholder { /* Firefox 19+ */
      color: gray;
    }
    #trabalheconosco :-ms-input-placeholder { /* IE 10+ */
      color: gray;
    }
    #trabalheconosco :-moz-placeholder { /* Firefox 18- */
      color: gray;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: gray;
}
::-moz-placeholder { /* Firefox 19+ */
  color: gray;
}
:-ms-input-placeholder { /* IE 10+ */
  color: gray;
}
:-moz-placeholder { /* Firefox 18- */
  color: gray;
}

#trabalheconosco.acessar .login {
    background: #222222;
    padding:25px 50px 40px;
}
#trabalheconosco.acessar .login .btn-quattro {
    width: 100%
}
#trabalheconosco.acessar .login input {
    color:#FFF
}
#trabalheconosco.acessar .login .pull-left,
#trabalheconosco.acessar .login .pull-right {
    margin-top:30px;
    font-size:14px;
}
#trabalheconosco.acessar .login .pull-left a,
#trabalheconosco.acessar .login .pull-right a {
    color:#FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#trabalheconosco.acessar .login .pull-left a:hover,
#trabalheconosco.acessar .login .pull-right a:hover {
    color:#ed1c24
    
}

/*-----------------------
------ FALE CONOSCO ----------
-------------------------*/
#faleconosco {
    padding:0 0 50px;
}
#faleconosco ul.redes {
    padding:0;
    margin:0;
    text-align: center;
}
#faleconosco ul.redes li {
    display: inline-table;
    margin:0 3px
}
#faleconosco ul.redes li a {
    font-size:26px;
    color:#bdbdbd;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#faleconosco ul.redes li a:hover{
    color:#FFF
}
#faleconosco ul.redes li a.facebook:hover{
    color:#1a6dde
}
#faleconosco ul.redes li a.instagram:hover{
    color:#e7286c
}
#faleconosco ul.redes li a.linkedin:hover{
    color:#0073ad
}

/* -------------------------------
------- SOBRE Styles -----
-------------------------------- */
#institucionais.inner {
    background: #ededed
}
#sobre {
    background: #FFF;
    padding: 50px 0 25px
}
#sobre.comofunciona {
    background: #FFF;
    padding: 50px 0
}
#sobre h2 {
    color:#729d2d;
    font-weight: 500;
    line-height: 1.5;
    padding-left:100px
}
#sobre h3 {
    color:#729d2d;
    font-weight: 500;
    line-height: 1.5;
    font-size:30px;
    margin:0;
    padding:0;
}
#sobre img.quote {
    position: absolute
}
#sobre p {
    color:#446427;
    padding-top:25px;
}
#sobre ul.fazerparte {
    padding: 0;
    margin:0;
    width: 100%;
    text-align: center
}
#sobre ul.fazerparte li {
    display: inline-table;
    width: 45%;
}
#sobre ul.fazerparte li a {
    background:#e7303a;
    padding: 15px;
    display: block;
    color:#FFF;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#sobre ul.fazerparte li a:hover{
    background: #b9ce1e;
}
#compraragora {
    padding: 50px 0
}
#compraragora h2 {
    color:#fff;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    text-transform: none;
    font-size:32px;
    margin-top:30px;
}
#compraragora h2 span {
    display: block;
}
#compraragora p{
    color:#FFF;
    opacity: 0.75;
    margin-top:20px;
    font-size:14px;
}
#compraragora img {
    height: 200px;
}
#compraragora h4 {
    font-size: 14px;
    color:#FFF;
    text-align: center
}

/* -------------------------------
------- QUEM COMPRA Styles -----
-------------------------------- */
#quemcompra h2 {
    color:#fff;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    text-transform: none;
    font-size:32px;
}
#quemcompra h2 span {
    display: block;
}
#quemcompra p{
    color:#FFF;
    opacity: 0.75;
    margin-top:20px;
    font-size:16px;
}
#institucionais h3 {
    color:#729d2d;
    line-height: 2;
    font-size:17px;
    margin-bottom:20px
}
#institucionais h4 {
    color:#729d2d;
    font-weight: 500;
    line-height: 1.5;
    padding-top:50px;
    padding-bottom:10px;
    font-size:22px;
}
#institucionais p {
    font-size:14px;
}

/*------------------------------
------ Share Styles ----
--------------------------------*/
ul.share {
    margin: 0;
    padding: 0;
}
ul.share li {
    display: inline-table;
    font-size: 22px;
    margin-right: 5px;
}
ul.share li span {
    font-size: 14px;
}
ul.share li a {
    color:#000;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
ul.share li a:hover {
    color:#878786
}

/*------------------------------
------ Notícias Styles ----
--------------------------------*/
#noticias.listandoNoticias h3 {
    font-size: 21px;
    color: #bcbec0;
    font-family: Roboto, Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px
}

#noticias.listandoNoticias p {
    margin-bottom: 0;
    margin-top: 0;
}

#noticias.listandoNoticias p.btn-quattro {
    margin-top: 0;
}

#noticias.listandoNoticias .categorias,
#noticias .categorias{
    background: #bcbdc0;
    margin-bottom: 50px;
}

#noticias.listandoNoticias .categorias ul,
#noticias .categorias ul{
    padding: 15px 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

#noticias.listandoNoticias .categorias ul li,
#noticias .categorias ul li{
    display: inline-table;
    padding: 0 20px
}

#noticias.listandoNoticias .categorias ul li a,
#noticias .categorias ul li a {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width: 767px) {
    #noticias.listandoNoticias .categorias ul,
    #noticias .categorias ul{
        margin: 80px 0 0;
    }
    
    #noticias.listandoNoticias .categorias ul li a,
    #noticias .categorias ul li a {
        font-size:10px;
    }
    #noticias.listandoNoticias .categorias ul li,
    #noticias .categorias ul li{
        display: inline-table;
        padding: 0 5px
    }
}

#noticias.listandoNoticias .categorias ul li a:hover,
#noticias.listandoNoticias .categorias ul li a.active,
#noticias .categorias ul li a:hover,
#noticias .categorias ul li a.active{
    color: #787878;
}

#noticia.anoticia h2 {
    font-size: 52px!important;
    line-height: 52px!important;
    color: #bcbec0!important;
    margin-bottom: 40px!important
}

#noticia.anoticia img {
    margin-bottom: 25px;
    border-radius: 25px;
}

#noticia.anoticia ul {
    padding: 0;
    margin: 20px 0 0 0;
}

#noticia.anoticia ul li {
    display: inline-table;
    margin: 0 5px
}

#noticia.anoticia ul li a {
    color: #d5d7d8;
    font-size: 32px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#noticia.anoticia ul li a:hover {
    color: #c6a586;
}

@media (max-width: 479px) {
    #noticia.anoticia ul li {
        display: inline-table;
        margin: 0 5px
    }

    #noticia.anoticia ul li a {
        color: #d5d7d8;
        font-size: 22px;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
}

#destaques.inner {
    padding: 110px 0 0
}

/*---------------------------
------ Banners Styles -------
-----------------------------*/
#banners .menu {
    background: #bfa46e;
}
#banners .menu ul {
    padding:25px 0;
    margin:0;
    text-align: center
}
#banners .menu ul li {
    display: inline-table;
    margin: 0 25px
}
#banners .menu ul li a {
    color:#275226;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
#banners .mobile {
    display: none;
}
@media(max-width:767px) {
    #banners .mobile {
        display: block;
    }
    #banners .desktop {
        display: none
    }
}

/*------------------------------
------ Especialidades Styles ---
--------------------------------*/
.especialidades {
    background: #bcbec0;
    border-radius: 15px;
    position: relative;
    top: -90px;
    z-index: 4;
    padding: 15px 0
}
.especialidades h4 {
    color:#FFF;
    font-size: 16px;
    margin-bottom: 0;
    margin-top:0
}

#especialidades {
    margin-top: -50px;
    position: relative
}
@media (max-width: 767px) {
    #especialidades {
        margin-top: 0;
    }
}
#especialidades .img,
#especialidades .txt {
    background: #bcbec0;
}
#especialidades .img {
    background: white;
    padding-right: 0
}
#especialidades .txt {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}
#especialidades .txt {
    padding: 0 0;
}

#especialidades.inner {
    padding:100px 0 0
}
#especialidades.inner .txt{
    padding: 36px 30px;
    border-bottom:1px solid #bcbec0;
    text-align: right
}
#especialidades.inner .txt p {
    font-size: 14px;
    margin-bottom:0
}
#especialidades.inner h1 {
    color:#000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    margin: 0;
    padding-bottom: 15px;
    letter-spacing: 0;
}
#desmembramentos ul {
    padding: 0;
    margin: 0;
}
#desmembramentos ul li {
    display: block;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 700
}
#especialidades.inner p {
    font-size: 16px;
}
@media (max-width: 1199px) {
    #especialidades.inner h1 {
        color:#000;
        font-size: 19px;
        line-height: 25px;
    }
    #especialidades.inner .txt p {
        font-size: 12px;
        margin-bottom:0
    }
    #especialidades.inner .txt{
        padding: 23px 20px;
        border-bottom:1px solid #bcbec0;
        text-align: right
    }
}
@media (max-width:991px) {
    #desmembramentos ul li {
        font-size: 16px;
    }
    #especialidades .txt {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
    }
    #especialidades img.img-round-img-right {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
    }
}

/*------------------------------
------ Perguntas Frequentes Styles -------
--------------------------------*/
#perguntasfrequentes {
    margin-top: -50px;
    position: relative;
    background: url(../images/bg-perguntasfrequentes.jpg) no-repeat;
    padding-top: 125px
}
#perguntasfrequentes h1 {
    font-weight: 900;
    margin-top: 50px;
    color:#000
}
#perguntasfrequentes h2 {
    text-transform: lowercase;
    color:#000;
    font-size: 32px;
    line-height: 48px;
    font-weight: 200;
    letter-spacing: 0.03em;
    margin: 25px 0 0;
    letter-spacing: 0;
}
#perguntasfrequentes span {
    display: block;
}
#perguntasfrequentes .img-personageminteiro {
    height: 420px
}
@media (max-width: 767px) {
    #perguntasfrequentes {
        margin-top: 0;
    }
    #perguntasfrequentes h2 {
        text-transform: lowercase;
        color:#000;
        font-size: 22px;
        line-height: 34px;
        font-weight: 200;
        letter-spacing: 0.03em;
        margin: 25px 0 0;
        letter-spacing: 0;
    }
}

/*------------------------------
------ Ganhadores Styles -------
--------------------------------*/
#ganhadores {
    background: rgb(21,9,88);
    background: linear-gradient(90deg, rgba(21,9,88,1) 0%, rgba(158,34,140,1) 100%);
    padding: 100px 0
}
#ganhadores h3 {
    text-align: right;
    margin:0;
    padding:0;
}

#ganhadores h1,
#ganhadores h2{
    text-transform: uppercase;
    color:#fff;
    font-size: 27px;
    line-height: 1.5;
    line-height: 38px;
    font-weight: 700;
    margin:0;
    padding:50px 0 0;
    text-align: right
}
#ganhadores h1 span,
#ganhadores h2 span{
    font-weight: 100;
    text-transform: lowercase;
    font-size:62px;
    display: block;
    color: #b0439f;
    letter-spacing: 3px;
    margin-top:15px;
    margin-bottom:25px;
    line-height: 1
}
#ganhadores p {
    color:#FFF;
    padding-left:50px
}

@media (max-width:1199px){
    #ganhadores h1,
    #ganhadores h2{
        text-transform: uppercase;
        color:#fff;
        font-size: 22px;
        line-height: 1.5;
        line-height: 38px;
        font-weight: 700;
        margin:0;
        padding:50px 0 0;
        text-align: right
    }
    #ganhadores h1 span,
    #ganhadores h2 span{
        font-weight: 100;
        text-transform: lowercase;
        font-size:42px;
        display: block;
        color: #b0439f;
        letter-spacing: 3px;
        margin-top:15px;
        margin-bottom:25px;
        line-height: 1
    }
}

@media (max-width:991px){
    #ganhadores h1,
    #ganhadores h2{
        text-transform: uppercase;
        color:#fff;
        font-size: 19px;
        line-height: 1.5;
        line-height: 38px;
        font-weight: 700;
        margin:0;
        padding:15px 0 0;
        text-align: right
    }
    #ganhadores h1 span,
    #ganhadores h2 span{
        font-weight: 100;
        text-transform: lowercase;
        font-size:32px;
        display: block;
        color: #b0439f;
        letter-spacing: 3px;
        margin-top:5px;
        margin-bottom:25px;
        line-height: 1
    }
}


#ganhadores .mobile {
    display: none;
}


@media (max-width:767px){
    #ganhadores h1,
    #ganhadores h2{
        text-transform: uppercase;
        color:#fff;
        font-size: 14px;
        line-height: 1.5;
        line-height: 38px;
        font-weight: 700;
        margin:0;
        padding:15px 0 0;
        text-align: center
    }
    #ganhadores h1 span,
    #ganhadores h2 span{
        font-weight: 100;
        text-transform: lowercase;
        font-size:32px;
        display: block;
        color: #b0439f;
        letter-spacing: 3px;
        margin-top:5px;
        margin-bottom:40px;
        line-height: 1
    }
    #ganhadores .desktop {
        display: none;
    }
    #ganhadores h3 {
        text-align: center;
        margin-top: 25px
    }
    #ganhadores p {
        color:#FFF;
        padding-left:0;
        font-size:12px;
        text-align: center
    }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------
------ Blog Styles -------
--------------------------------*/
/* -------------------------------
------- DESTAQUES Styles -----
-------------------------------- */
#blog {
    padding: 50px 0;
    text-align: center
}
#blog h2 {
    color:#b0afb5;
    font-weight: 700;
    text-transform: lowercase;
    margin-top:0;
    margin-bottom:50px;
    text-align: center;
    font-size:42px;
}
#blog h3 {
    color:#343434;
    font-weight: 700;
    text-transform: uppercase;
    margin-top:15px;
    margin-bottom:15px;
    text-align: center;
    font-size:16px;
}
#blog img {
    border-radius: 15px
}
#blog p {
    font-size:14px;
    margin:0;
    text-align: center;
    color:#a6ce39
}

#blog a:hover h3{
    color:#b0afb5
}
#blog a {
    color:#a6ce39;
    display: block
}
#blog a img {
    filter: grayscale(100%);

    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#blog a:hover img {
    filter: grayscale(0);
    transform: scale(0.9);
}
#blog .item {
    margin-bottom:30px
}

#blog.inner img {
    margin-bottom:30px
}
#blog.inner p {
    color:#222222;
    text-align: left;
    margin-bottom:20px
}

@media(max-width:767px){
    #blog h2 {
        font-size:32px;
        line-height: 44px;
    }
}

/*------------------------------
------ Inovação Styles -------
--------------------------------*/
#visao {
    background: url(../images/bg-suavisaoemboasmaos.png) no-repeat center center;
}
#visao h2 {
    text-transform: lowercase;
    color:#fff;
    font-size: 42px;
    line-height: 38px;
    font-weight: 100;
    text-align: left
}
#visao span {
    font-weight: 900;
    text-transform: uppercase;
    font-size:52px;
    display: block;
    margin-top: 15px;
}
#visao .btn-quattro {
    margin: 20px 0 0;
    text-decoration: none;
}
#visao .padding-top-bottom {
    padding: 150px 0
}

/*------------------------------
------ Orçamento Styles -------
--------------------------------*/
#orcamento h2 {
    text-transform: lowercase;
    color:#000;
    font-size: 62px;
    line-height: 38px;
    font-weight: 100;
    letter-spacing: 0.03em;
    margin: 15px 0 30px;
}
#orcamento span {
    font-weight: 900;
    text-transform: uppercase;
    font-size:32px;
}
#orcamento .btn-quattro {
    margin: 5px 0 0;
}



/*-------------------------
------ Frase Styles -------
--------------------------*/
#frase .container-fluid{
    border-top: 1px solid #c3c7ca
}


#frase p {
    margin-top: 30px;
}

#resultados h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #c7c8ca
}

#resultados h2 span {
    font-weight: 700;
    font-size: 82px;
    position:relative;
}


/*-------------------------
------Call to action-------
--------------------------*/
.cta {
    padding:25px 0 0;
}

.cta .cta-message p {
    padding:10px 0;
    font-size:42px;
    line-height:38px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .cta .cta-message p {
        text-align: center;
        font-size:32px;
        line-height: 32px!important
    }
}
.cta .cta-button{
    padding:0;
    margin: 10px 0 0;
}

/*--------------------
---Features Styles---
----------------------*/
.features .section-description{
    margin-bottom:80px;
}

.features .media .pull-right{
    margin-left:10px;
    padding: 0;
}

.features .media .pull-left{
    margin-right:10px;
    padding: 0;
}

.features .icon {
    width:80px;
    height:80px;
    text-align:center;
    background:transparent;
    color:#008ED6;
    font-size:28px;
    line-height:80px;
    border:1px solid #008ED6;
    border-radius:50%;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}

.features .media:hover .icon {
    background:#008ED6;
    color: #fff;
}

.features .icon .icon-1 {
    width:80px;
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all .3s ease-out .0s;
    transition:all .3s ease-out .0s;
}

.features .icon .icon-2 {
    width:80px;
    position:relative;
    top:-80px;
    opacity:0;
    -webkit-transform:scale(2);
    transform:scale(2);
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}

.features .media:hover .icon .icon-1 {
    opacity:0;
    -webkit-transform:scale(0);
    transform:scale(0);
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
}

.features .media:hover .icon .icon-2 {
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all .3s ease-out .0s;
    transition:all .3s ease-out .0s;
}

.features .media {
    margin-bottom:40px;
}

.features .media-body p{
    font-size:16px;
}

.features .media h4 {
    -webkit-transition:color .3s ease-out;
    transition:color .3s ease-out;
}

.features .media:hover h4 {
    color:#008ED6;
}

/*-----------------------
-----Services Styles-----
-------------------------*/
.services{
    margin-top:80px;
    margin-bottom:40px;
}

.services .icon {
    position:relative;
    width:150px;
    height:150px;
    margin:0 auto;
    text-align:center;
    line-height:150px;
    font-size:48px;
    color:#fff;
    background: #008ED6;
    border:1px solid #008ED6;
    border-radius:50%;
    box-shadow:0 0 0 0 rgba(0,0,0,0.0);
    margin-bottom:40px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.services .item:hover .icon {
    color:#008ED6;
    background: #fff;
    border:1px solid #ddd;
}

.services .item:hover [class*=fa]{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.services h3 {
    font-size:21px;
    font-weight:400;
    text-transform:uppercase;
    -webkit-transition:color .3s ease-out;
    transition:color .3s ease-out;
}

.services .item:hover h3 {
    color:#008ED6;
}

.services p {
    padding:0 20px;
    font-size:16px;
    line-height:21px;
}


/*--------------------
----Counters Styles----
----------------------*/
#contadores {
    background: #abd036;
    padding:50px 0;
    text-align: center
}
#contadores h2 {
    font-weight: 700;
    font-size:26px;
    color:#FFF;
    margin-bottom:30px;
    margin-top:0;
}
#contadores h2 span {
    color:#5f6163
}

@media(max-width:767px){
    #contadores h2 span {
        display: block;
    }
    #contadores h2 {
        line-height: 34px
    }
}

.project-item:hover{
    cursor:pointer;
}

.project-item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:1;
    -webkit-transition:-webkit-transform .3s ease-in, opacity .3s ease-out;
    transition:transform .3s linear, opacity .3s ease-out;
    -webkit-backface-visibility: hidden;
}

.project-item:hover img {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition:-webkit-transform 4s ease-in, opacity .3s ease-out;
    transition:transform 4s linear, opacity .3s ease-out;
}


.project-item .hover-mask {
    position:absolute;
    padding:0;
    color:#fff;
    background: rgba(0,0,0,0.95);
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.project-item:hover .hover-mask {
    opacity: .75;
    filter:alpha(opacity=75);
}

.project-item .hover-mask .project-title {
    position: relative;
    color:#fff;
    top:50%;
    margin:0;
    margin-top:-50px;
    padding:10px;
    font-size:19px;
    line-height:34px;
    font-weight:300;
    text-align:center;
    opacity: 0;
    text-transform:uppercase;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.project-item:hover .hover-mask .project-title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.project-item .hover-mask p {
    position: relative;
    color:#fff;
    top:50%;
    margin:0;
    font-size:14px;
    line-height:24px;
    font-weight:300;
    text-align:center;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition:all 0.3s ease-out 0s;
    transition:all 0.3s ease-out 0s;
}

.project-item:hover .hover-mask p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition:all 0.3s ease-out .2s;
    transition:all 0.3s ease-out .2s;
}

.masonry,
.masonry .masonry-brick {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;

    transition-timing-function:ease-in-out;    
}

.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.masonry .masonry-brick {
    -webkit-transition-property: left, right, top, -webkit-transform, opacity;
    -moz-transition-property: left, right, top, -moz-transform, opacity;
    -ms-transition-property: left, right, top, -ms-transform, opacity;
    -o-transition-property: left, right, top, -o-transform, opacity;
    transition-property: left, right, top, transform, opacity;
}

/*----------------------------
----Project Preview Styles----
-----------------------------*/

#project-preview{
    display:none;
    position: relative;
    max-width: 940px;
    margin:80px auto 60px;
    font-weight: 400;
    opacity:0;
    letter-spacing: 0.02em;
    overflow:visible !important;
}

.touch #project-preview{
    opacity:1 !important;
}

#project-title{
    margin:60px 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    line-height:1.05em;
    font-weight:100;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    word-spacing: 0.15em;
    text-align: center;
}

#project-preview p{
    margin-bottom:20px;
}

.close-preview{
    position: absolute;
    padding:5px;
    margin-left: -17px;
    left:50%;
    top:-60px;
    font-size: 44px;
    line-height: 44px;
    font-weight: 300;
    color:#008ED6;
    cursor: pointer;
}

#project-slider{
    min-height:450px;
}

#project-slider.flexslider {
    margin:0 0 60px;
    padding:0;
    background:transparent;
    border:none;
    box-shadow:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#project-slider .flex-direction-nav{
    display:none;
}
#project-slider .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
#project-slider .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
#project-slider .flex-control-paging li a {width: 36px; height: 12px; display: block; background: rgba(0,0,0,0.1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; box-shadow: none;}
#project-slider .flex-control-paging li a:hover { background: #008ED6; }
#project-slider .flex-control-paging li a.flex-active { background: #008ED6; cursor: default; }

/*-------------------
------ Prices -------
---------------------*/

.pricing .item {
    position:relative;
    top:20px;
    background:rgba(255,255,255,1);
    padding-top:40px;
    padding-bottom:40px;
    border: 1px solid #ddd;
    color:#777;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.pricing .item.featured {
    top:0;
    padding-top:50px;
    padding-bottom:50px;
}

.pricing .item:hover,
.pricing .item.featured {
    background:#008ED6;
    color:#fff;
}

.pricing .item h2 {
    font-size:28px;
    font-weight:700;
    margin-bottom:0;
    text-transform:uppercase;
}

.pricing .item.featured h2 {
    margin-bottom:10px;
}

.pricing .item p {
    margin-bottom:5px;
    font-weight:400;
}

.pricing .item .icon {
    display:block;
    margin-bottom:30px;
    margin:0 0 30px;
    background:url(../images/dark_mosaic.png) 0 0;
    width:auto;
    height:80px;
    font-size:48px;
    line-height:80px;
    color:#fff;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.pricing .item.featured .icon,
.pricing .item:hover .icon{
    color:#008ED6;
    background:#fff;
}

.pricing .item .btn-quattro {
    margin-top:20px;
    margin-bottom:0;
    font-size:16px;
    padding:10px 20px;
}

.pricing .item.featured .btn-quattro,
.pricing .item:hover .btn-quattro {
    background: #fff;
    color:#008ED6;
}

.pricing .item .price {
    font-size:48px;
    font-weight:100;
    line-height:48px;
    margin-bottom:30px;
}

.pricing .item.featured .price {
    margin-bottom:40px;
}

/*----------------------
-----Clients Styles-----
------------------------*/
.clients .client {
    max-width:300px;
    margin:0 auto 0;
    padding:30px;
    overflow:hidden;
}

.client img {
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.client img:hover {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}

/*----------------------
-----Testimonials ------
------------------------*/
#testimonials {
    background: #262626 url(../images/bg-contadores.png)no-repeat 50% 50%;;
    padding:50px 0 90px
}
#testimonials h2 {
    font-size:25px;
    color:#FFF;
    text-transform: uppercase;
    font-weight: 600;
    margin:0 0 25px;
}

#testimonials .quote-icon {
    padding-top:6px;
    text-align:center;
}

#testimonials .fa-quote-left {
    font-size:48px;
    margin-bottom:20px;
}

#testimonials a:hover,
#testimonials a:active,
#testimonials a:focus{
    text-decoration:none;
}

#testimonials .media-body{
    padding:15px 0 0 30px;
}

#testimonials .testimonial{
    font-size:19px;
    line-height:29px;
    font-weight:300;
    font-style:italic;
    word-spacing:5px;
    margin-bottom:20px;
    color:#aaa
}

#testimonials .tweet a:hover{
    text-decoration:underline;
}
#testimonials .client-img{
    width:100px;
    margin:0 auto;
}

#testimonials .client{
    font-size:16px;
    font-weight:300;
}

#testimonials .client span{
    font-style:italic;
}

#testimonials-slider{
    margin:0;
    padding:0;
    margin-top:20px;
    border:none;
    box-shadow:none;
    background:transparent;
}
#testimonials-slider .flex-control-nav {width: 100%; position: absolute; bottom: 0; z-index: 9; cursor: pointer; text-align: center;}
#testimonials-slider .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
#testimonials-slider .flex-control-paging li a {width: 36px; height: 12px; display: block; background: rgba(255,255,255,0.1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; box-shadow: none;}
#testimonials-slider .flex-control-paging li a:hover { background: #ed1c24; }
#testimonials-slider .flex-control-paging li a.flex-active { background: #ed1c24; cursor: default; }

#testimonials-slider li{
    -webkit-transform:translateY(50px);
    transform:translateY(50px);
    -webkit-transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
}

#testimonials-slider li.flex-active-slide{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition:-webkit-transform .3s ease-out .1s;
    transition:transform .3s ease-out .1s;
}

/*----------------------
-----Contact Styles-----
------------------------*/
.contact-item h2{
    font-size:21px;
    font-weight:300;
    margin-bottom:10px;
}

.contact-item .icon{
    display:block;
    padding:10px 0;
    font-size:36px;
    color:#008ED6;
    -webkit-transition:all .2s ease-in;
    transition:all .2s ease-in;
}

.contact-item .icon:hover{
    color:#008ED6;
    -webkit-transform:scale(1.2) translateY(-5px);
    transform:scale(1.2) translateY(-5px);
}

#contact-form .form-group label{
    display:none;
    font-size:18px;
    line-height:24px;
    font-weight:100;
    text-transform:uppercase;
}

.no-placeholder #contact-form .form-group label{
    display:block;
}

#contact-form .controls {
    padding:0;
    margin-bottom:30px;
}

#contact-form.no-placeholder .controls {
    margin-top:0;
}

#contact-form .form-control {
    display:inline;
    background:transparent;
    border-radius:5px;
    border-color: #777;
    color:#fff;
    outline:none;
    height:52px;
    font-weight:300;
}

#contact-form .form-group{
    position:relative;
}

#contact-form textarea.form-control {
    height:auto;
    max-width:100%;
    min-width:100%;
    vertical-align:top;
}

#contact-form .form-control:focus {
    outline:none;
    box-shadow:none;
    border-color: #ddd;
}

#contact-form .error-message {
    padding:5px 0;
    position:absolute;
    top:-30px;
    right:0;
    font-size:14px;
    line-height:24px;
    font-weight:300;
    color:#ff3345;
    z-index:10;
}

#contact-form.no-placeholder .error-message {
    top:0;
}

/*V2 (Google map)*/

#contact{
	position: relative;
    z-index: 1;
}

#gmap {
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute !important;
	top: 0;    
	z-index: -2;
	-webkit-transition: all .3s ease-out .4s;
	transition: all .3s ease-out .4s;
}

#gmap-overlay{
    display:block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;    
    background: rgba(0,0,0,0.92);
    z-index: -1;
}

#toggle-map{
    display: block;
    position: absolute;
    padding:20px 0;
    width:100%;
    top:0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: center;
    color:#fff;
    background: #000;
    background: rgba(0,0,0,.4);
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.show-map #toggle-map{
    background: rgba(0,0,0,.85);
}

#toggle-map:hover{
    color:#008ED6;
    text-decoration: none;
}

#toggle-map:after{
    margin-left:10px;
    font-family: fontAwesome;
    font-size: 21px;
    line-height: 21px;
    content:'\f107';
    vertical-align: bottom;
}

#toggle-map .hide-map-text{
    display:none;
}

#gmap .infowin{
    padding:10px 20px;
}

#gmap .infowin p{
    margin-bottom:10px;
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    line-height:24px;
    color:#777;
}

#gmap .infowin a:hover{
    text-decoration:underline;
}

/*end Google map*/

/*----------------------
-----Footer Styles------
------------------------*/    
#main-footer {
    background: #343434;
    padding: 50px 0 40px;
}
#copyright {
    background: #d1d1d1;
    text-align: center;
    padding: 10px 0
}
#copyright p {
    font-size:12px;
    color:#222;
    margin:0;
}
#copyright a {
    color:#222;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#copyright a:hover {
    color:#000
}

#main-footer img.footer-logo {
    height:120px;
    margin-top:50px
}
#main-footer p {
    font-size: 12px;
    line-height: 2.2!important;
    font-weight: 400;
    text-align: center;
    color:#fff;
}
#main-footer ul.redes {
    padding:0;
    margin:0 0 25px;
    text-align: center;
}
#main-footer ul.redes li {
    display: inline-table;
    margin:0 3px
}
#main-footer ul.redes li a {
    font-size:26px;
    color:#a6ce39;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#main-footer ul.redes li a:hover{
    color:#FFF
}
#main-footer ul.redes li a.facebook:hover{
    color:#1a6dde
}
#main-footer ul.redes li a.instagram:hover{
    color:#e7286c
}
#main-footer ul.redes li a.linkedin:hover{
    color:#0073ad
}
#main-footer .dados {
    text-align: left
}
#main-footer .dados h4 {
    color:#FFF!important;
    font-size:14px;
    margin:0 0 20px;
    padding:0;
}
#main-footer .dados input {
    background: #505050;
    border:1px solid #505050;
    margin-bottom:10px;
    padding: 5px 15px;
    color:#FFF;
}
#main-footer .dados input:focus{
    outline:none;
    box-shadow:none;
    border-color: #aaa;
}
#main-footer .dados button {
    display: block;
    color:#FFF;
    background: transparent;
    border:none;
}
#main-footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size:12px;
}
#main-footer ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size:12px;
}
#main-footer :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size:12px;
}
#main-footer :-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size:12px;
}

#main-footer .infos {
    margin-top:50px
}
#main-footer .infos ul {
    text-align: right;
    margin:0;
    padding:0;
    color:#FFF
}
#main-footer .infos ul li {
    display: block;
    margin-bottom:20px;
}
#main-footer .infos ul li a {
    color:#FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#main-footer .infos ul li a:hover {
    color:#a6ce39;
}
#main-footer ul.dados li {
    display: block;
    font-size: 12px;
    line-height: 2;
    margin-bottom:15px
}
#main-footer ul.dados li a {
    color:#FFF;
    font-size:14px;
    font-weight: 700;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#main-footer ul.dados li a:hover {
    color:#bccf21
}

@media (max-width:767px) {
    #main-footer .infos ul {
        text-align: center;
    }
    #main-footer h4 {
        text-align: center;
        padding-bottom:15px;
    }
    #main-footer img.footer-logo {
        margin:0 auto
    }
    #main-footer .logo-premios {
        margin:50px 0
    }
    #main-footer .dados,
    #main-footer ul.redes,
    #main-footer .dados p{
        text-align: center
    }
    #main-footer .dados button {
        text-align: center;
        margin:0 auto
    }
}

/*V2 (Blog)*/

/*----------------------
----- Blog Styles ------
------------------------*/
.post-entry{
    margin-bottom: 40px;
}

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

.post-footer{
    margin:30px 0;
    padding-top:30px;
    border-top:1px solid #ddd;
}

.post-title{
    margin:0 0 5px;
    font-size:24px;
}

.post-meta{
    padding:0;
    margin-bottom:20px;
}

.post-title a,
.post-meta a{
    color: inherit;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.post-title a:hover,
.post-meta a:hover{
    color: #008ED6;
    text-decoration: none;
}

.post-meta li{
    display:inline;
    list-style: none;
    color:#999;
}

.post-meta li:after{
    content:'|';
    margin:0 5px;
}

.post-meta li:last-child:after{
    content:'';
}

.post-meta .fa{
    margin-right: 5px;
}

.post-thumb{
    position:relative;
    display: block;
    margin-bottom: 20px;
    overflow:hidden;
}

.post-thumb:before{
    position:absolute;
    display: block;
    content: '';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000;
    opacity:0;
    z-index: 1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.post-thumb:hover:before{
    opacity:.8;
}

.post-thumb:after{
    position:absolute;
    display: block;
    margin:-25px 0 0 -25px;
    content: '\f08e';
    font-family: fontAwesome;
    font-size:32px;
    line-height: 50px;
    text-align: center;
    color:#fff;
    top:50%;
    left:50%;
    width:50px;
    height:50px;
    z-index: 2;
    opacity:0;
    -webkit-transform: translate(-80px, 80px);
    transform: translate(-80px, 80px);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-out;
}

.post-thumb:hover:after{
    opacity: 1;
    -webkit-transform:  translate(0, 0);
    transform:  translate(0, 0);
}

.post-link:after{
    margin-left:15px;
    content:'\f105';
    font-size: 18px;
    line-height: 14px;
    font-family: fontAwesome;
    -webkit-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

.post-link{
    -webkit-transition: padding .2s ease-out;
    transition: padding .2s ease-out;
}

.post-link:hover{
    padding-left:10px;    
    text-decoration: none;
}

.post-link:hover:after{
    margin-left:25px;
}

#blog-list .post-entry{
    padding: 40px 0 40px;
    border-bottom: 1px solid #ddd;
}

#blog-list .post-entry:first-child{
    padding-top: 0;
}

#blog-list .post-title,
#single-post .post-title{
    font-size: 32px;
}

.pagination li{
	display: inline-block;
	margin-right:1px;
}

.pagination li a{
	padding: 5px 12px;
	background:transparent;
	border:1px solid #aaa;
	border-radius: 0 !important;
	min-width:32px;
	color:#666;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.pagination li.active a,
.pagination li.active a:hover,
.pagination li a:hover{
	background:#008ED6;
	border:1px solid #008ED6;
	color:#fff;
}

.video-container{
    margin-bottom: 20px;
}

.post-slider.flexslider{
    overflow:hidden;
    border-radius: 0;
}

.post-slider .flex-direction-nav .flex-prev,
.post-slider .flex-direction-nav .flex-next{
    background:#000;
    background:rgba(0,0,0,0.3);
    background-image:none;
    display:inline;
    text-indent:0;
    position:absolute;
    top:25%;
    width:44px;
    height:44px;
    padding:0;
    padding-left:12px;
    margin:0;
    margin-top:-22px;
    font-size:42px;
    line-height:38px;
    color:#fff;
    border-radius:2px;
    opacity: .5;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.post-slider .flex-direction-nav .flex-prev{
    left: 5px;
}

.post-slider .flex-direction-nav .flex-next{
    text-align:right;
    padding-right:12px;
    right: 5px;
}

.post-slider .flex-direction-nav a:hover,
.post-slider .flex-direction-nav a:active,
.post-slider .flex-direction-nav a:focus{
    text-decoration:none;
}

.post-slider .flex-direction-nav a:hover {  
    background:rgba(0,0,0,0.5);
}

.post-slider:hover .flex-next {opacity: 1; right: 15px;}
.post-slider:hover .flex-prev {opacity: 1; left: 15px;}


/*sidebar + widgets*/
#main-sidebar{
    padding-left: 50px;
}

#main-sidebar.left-sidebar{
    padding-left: 15px;
    padding-right: 50px;
}

.widget{
    margin-bottom: 40px;
}

.widget-title{
    position: relative;
    padding-top:15px;
    margin-bottom:45px;
}

.widget-title:after{
    display:block;
    content:"";
    width:60px;
    height:1px;
    position:absolute;
    left:0;
    bottom:-15px;
    background:#008ED6;
}

.tag{
    display:inline-block;
    margin-bottom: 5px;
    font-size:14px;
    border:1px solid #ddd;
    padding:10px 15px;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.tag,
.tag:active,
.tag:hover,
.tag:focus{
    font-weight:300;
    background:transparent;
    color:#313131;
    text-decoration:none;
}

.tag:hover{
    color:#fff;
    background: #008ED6;
    border:1px solid #008ED6;
}

.post-footer .fa-tags{
    color:#008ED6;
    font-size: 18px;
}

.post-footer .tag{
    font-size:13px;
    padding:5px 10px;
}

#search-form .form-control {
    display:inline;
    padding-right: 40px;
    background:transparent;
    border-radius:2px;
    border-color: #ddd;
    box-shadow:none;
    color:#777;
    outline:none;
    font-weight:300;
}

#search-form{
    position:relative;
}

#search-form .form-control:focus {
    outline:none;
    box-shadow:none;
    border-color: #aaa;
}

#search-form button{
    position: absolute;
    top:0;
    right: 0;
    padding: 7px 10px;
    font-size: 21px;
    line-height: 32px;
    background: none;
    border: none;
    color:#ddd;
    -webkit-transition: color .15s ease-out;
    transition: color .15s ease-out;
}

#search-form button:hover{
    color:#008ED6;
}

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

.widget ul li{
    border-bottom: 1px solid #ddd;
}

.widget ul li:first-child{
    border-top: 1px solid #ddd;
}

.widget ul li a{
    display: block;
    position: relative;
    color:inherit;
    padding:12px 0;
    padding-left: 5px;
    text-decoration: none;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.widget ul li a:hover{
    padding-left: 10px;
    color:#008ED6;
}

.widget ul li a:after{
    position: absolute;
    right: 10px;
    margin-left:15px;
    content:'\f105';
    font-size: 18px;
    line-height: 24px;
    font-family: fontAwesome;
    -webkit-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

.widget .media img{
    max-width: 80px;
    opacity:1;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

.widget .media a:hover img{
    opacity:.6;
}

.widget .media-body .small{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1em;
    color:#aaa;
}

.widget .media-body p{
    font-size: 15px;
}

.widget .media a{
    color:inherit;
    text-decoration: none;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.widget .media a:hover{
    color:#008ED6;
}

/*Comments*/

.post-comments{
    margin-top: 70px;
}

.post-comments .media-list .media{
    padding:30px;
    border:1px solid #ddd;
}

.post-comments .media-list .media .media{
    padding:15px 0 0;
    border:none;
}

.post-comments .media-list .replies{
    border-bottom: 1px dotted #ddd;
    text-align: center;
}

.post-comments .media-list .replies span{
    position: relative;
    top:10px;
    padding:0 30px;
    background: #fff;
}

.post-comments .media-heading {
    margin-bottom: 10px;
}

.post-comments .media-heading h5{
    margin-bottom: 0;
}

.post-comments .media-heading .comment-date{
    color:#aaa;
    font-size: 13px;
    line-height: 13px;
}

#comment-form{
    margin-top:80px;
}

#comment-form h3{
    margin-bottom:0;
}

#comment-form small{
    color:#aaa;
}

#comment-form .form-header{
    margin-bottom: 30px;
}

#comment-form label{
    display: none;
}

.no-placeholder #comment-form label{
    display: block;
}

#comment-form .controls {
    padding:0;
    margin-bottom:30px;
}

#comment-form .form-control {
    display:inline;
    background:transparent;
    border-radius:2px;
    border-color: #ddd;
    box-shadow:none;
    color:#999;
    outline:none;
    height:52px;
    font-weight:300;
}

#comment-form .form-group{
    position:relative;
}

#comment-form textarea.form-control {
    height:auto;
    max-width:100%;
    min-width:100%;
    vertical-align:top;
}

#comment-form .form-control:focus {
    outline:none;
    box-shadow:none;
    border-color: #999;
}

#comment-form .btn-quattro{
    padding: 15px 40px;
    margin: 0;
    border-radius:2px;
}

/*end Blog*/

/*-----------------------
-----Scrollimations------
------------------------*/   
.scrollimation.fade-in{
    opacity:0;
    -webkit-transition:opacity 0.6s ease-out;
    transition:opacity 0.6s ease-out;
}

.scrollimation.fade-in.in{
    opacity:1;
}

.scrollimation.scale-in{
    opacity:0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform:scale(0.5);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
    transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}

.scrollimation.scale-in.in{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1);
}

.scrollimation.fade-right{
    opacity:0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform:translateX(-100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-right.in{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.scrollimation.fade-left{
    opacity:0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform:translateX(100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-left.in{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.scrollimation.fade-up{
    opacity:0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform:translateY(100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
    transition: transform .4s ease-out,opacity .4s ease-in-out;
}

.scrollimation.fade-up.in{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}

.scrollimation.d1{
    transition-delay:.2s;
}

.scrollimation.d2{
    transition-delay:.4s;
}

.scrollimation.d3{
    transition-delay:.6s;
}

.scrollimation.d4{
    transition-delay:.8s;
}

.touch .scrollimation.fade-in{
    opacity:1;
}

.touch .scrollimation.scale-in{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1);
}

.touch .scrollimation.fade-right{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.touch .scrollimation.fade-left{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.touch .scrollimation.fade-up{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}

/*----------------------
-----Media Queries------
------------------------*/   

@media (max-width: 991px) {


    #home .bordered-text{
        padding:15px 25px;
        font-size:48px;
        line-height:62px;
    }

    .cta-image{
        padding-bottom:60px;
    }

    #projects-container .project-item{
        width: 49.98%;
    }

    .team-member{
        margin-bottom:60px;
    }

    .team-member .member-thumb,
    .team-member .member-details{
        max-width: 300px;
        margin-left:auto;
        margin-right:auto;
    }

    #project-slider{
        min-height:0;
    }

    #inner-page-header .bordered-text{
        padding:15px 30px;
        font-size:38px;
    }
    
    #main-sidebar{
        padding-left: 35px;
    }

    #main-sidebar.left-sidebar{
        padding-right: 35px;
    }
	    
    .post-comments .media-body p{
        font-size: 14px;
    }
    
    .post-comments .media-list .media{
        padding:20px 10px;
    }
    
    .post-comments .media .img-circle{
        max-width: 60px;
    }
}	

@media (min-width: 768px) {
    .dropdown-menu{
        display: block !important;
        height:auto !important;
    }
}

@media (max-width: 767px) {

    body,p{
        font-size:17px;
        line-height:1.88;
    }

    h1,
    .skills h2{
        font-size:24px;
        line-height:28px;
    }

    h2,
    #blog-list .post-title,
    #single-post .post-title{
        font-size:21px;
        line-height:24px;
    }

    .section-description{
        font-size:16px;
    }

    .big-title{
        font-size:32px;
    }
    .header-logo{
        width:180px;
        top:5%;
        margin-left:-90px;
    }
    .header-slider{
        margin-top:40px;
    }

    #home .bordered-text{
        margin:0 20px 0; 
        padding:10px 20px;
        font-size:32px;
        line-height:44px;
    }

    .counter{
        font-size:68px;
    }
    #main-nav .navbar-toggle{
        margin-top:24px;
        margin-right: 0;
        display: none
    }
    #main-nav .nav a {
        line-height:42px !important;
        text-align:center;
        border-bottom:1px solid #ccc;
    }

    #main-nav .nav a:before {
        display:none !important;
    }

    #main-nav.stuck .nav .active > a,
    #main-nav .nav a:hover{
        opacity:1;
        color:#000;
    }
    
    .navbar {
    min-height: 0;
    }
    
    #main-nav li{
        clear: both;
        position: static !important;
        margin:0;
    }

    .services .item{
        margin-bottom:60px;
    }

    #project-title{
        font-size:32px;
    }

    .team-member{
        margin-bottom:60px;
    }

    .team-member .member-thumb,
    .team-member .member-details{
        max-width: 300px;
        margin-left:auto;
        margin-right:auto;
    }

    #testimonials .pull-left{
        display: block;
        float:none;
        width:100%;
        margin-bottom:10px;
    }

    #testimonials .testimonial{
        font-size:18px;
        line-height:28px;
    }

    .project-item .project-thumb{
        max-width:400px;
        margin:0 auto;
    }

    .pricing .item{
        top:0;
        margin:0 auto 40px;
        max-width:400px;
    }

    #main-sidebar{
        display: none;
    }
    
    #site-nav{
        max-height:400px;
    }
    
    .dropdown .left-side.dropdown > a:after,
    .dropdown .dropdown > a:after{
        position: static;
        content:"\f0d7";
        font-size:14px;
        margin-left:5px;
        font-family:fontAwesome;
    }

    .dropdown-menu .dropdown-menu,
    .dropdown-menu{
        position: static;
        top:0 !important;
        left:0 !important;
        right:auto !important;
        padding:0;
        display: none;
        width: 100% !important;
        visibility: visible;
        box-shadow: none !important;
        border:none !important;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity:1;
    }

    #main-nav .dropdown-menu li{
        position: static;
        display: block;
        width: 100%;
        padding:0;
        margin:0;
    }

    #main-nav .dropdown-menu a{
        clear: none;
        padding:5px 0;
        font-size:14px;
        line-height: 46px !important;
    }

    #main-nav .dropdown-menu a:hover{
        padding:5px 0;
        font-size:14px;
        line-height: 14px;
        color: #008ED6;
        background: none;
    }

    #inner-page-header .bordered-text{
        margin-left:30px;
        margin-right:30px;
        padding:15px;
        font-size:21px;
        line-height: 32px;
    }
    
    .padding-top-bottom #single-post{
        margin-top:-50px;
    }
    
    
    .features .media .pull-right{
        float: left !important;
        margin-left:0;
        margin-right:10px;
    }

    .features .media .pull-right+.text-right{
        text-align: left;
    }
    
    #testimonials .pull-left{
      float:none!important;
    }
       
    .post-comments .media .media,
    .post-comments .media .replies{
        margin-left: -50px;
    }
    
    .post-comments .btn{
        width: 100%;
    }
}

@media (max-width: 479px) {
    #projects-container .project-item{
        width: 100%;
    }
    
}	
