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

body{
    background:#08201b;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Barlow', sans-serif;
    font-weight:300;
    letter-spacing:0.02em;
    padding: 0;
    margin: 0;
}

p {
    font-size:19px;
    line-height:1.99;
    margin-bottom: 1.5em;
    letter-spacing: 0.10em;
    font-weight:100;
}

p.dois {
    font-size:19px;
    line-height:1.5;
    margin-bottom: 1.5em;
    letter-spacing: 0.10em;
    font-weight:100;
}

p:LAST-CHILD {
    margin-bottom: 0 !important;
}

.section-title{
    font-family: 'Barlow', sans-serif;
    font-weight:100;
    letter-spacing:0.1em;
    font-size: 60px;
    line-height: 70px;
    text-transform: lowercase!important;
    margin-bottom:50px;
}
.section-title span {
    display: block;
}

@media (max-width: 1199px) {
    .section-title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .section-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom:0;
    }
}

h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing:0.01em;
}

@media (max-width: 991px) {
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

h3 {
    font-size: 19px;
    text-align: center;
    letter-spacing: 0.30em;
    margin: 0;
    padding: 0;
    line-height: 2.99em
}

h4 {
    font-size: 42px;
    font-weight: 100;
    letter-spacing: 0.01em;
}

h5 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 100;
    letter-spacing: 0.01em;
}

.bold {
    font-weight: 500
}

.uppercase {
    text-transform: uppercase;
}

.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 {
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.01em;
}

a:hover,
a:focus {
    color:#bed572;
    text-decoration: underline;
}

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:#bed572;
}

/*----------------------
---Main Layout Styles---
------------------------*/
.parallax-site {
    background-image: url(https://via.placeholder.com/1920x1080);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 300px 0;
}
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.verticalAlign {
  display: flex; 
  align-items: center; 
  justify-content: center;
}
@media(max-width:767px){
    .verticalAlign {
      display: block;
    }
}

.vcenterPai {
    display: table;
}
.vcenterFilho {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.img-center{
    margin:0 auto;
}

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

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

@media (max-width: 479px) {
    .padding-top-bottom {
        padding:50px 0;
    }
}

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

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

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

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

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

@media (max-width: 479px) {
    .padding-top {
        padding:50px 0;
    }
}

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

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

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

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

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

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

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

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

.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-navegah,
.btn-navegah:focus {
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 12px 48px;
    display: inline-block;
    margin:0;
    text-decoration: none;
    font-weight: 400;
    outline: none;
    position: relative;
    background: #bed572;
    border: 1px solid #bed572;
    color: #08201b;
    border-radius: 50px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: lowercase
}

.btn-navegah:hover,
.btn-navegah:active {
    color: #bed572;
    background: transparent;
    border: 1px solid #bed572;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-navegah.transparent,
.btn-navegah.transparent:focus {
    color: #bed572;
    background: transparent;
    border: 1px solid #bed572;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-navegah.transparent:hover,
.btn-navegah.transparent:active {
    color: #08201b;
    background: #bed572;
    border: 1px solid #bed572;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-navegah.white,
.btn-navegah.white:focus {
    color: #FFF;
    background: transparent;
    border: 1px solid #FFF;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-navegah.white:hover,
.btn-navegah.white:active {
    color: #bed572;
    background: transparent;
    border: 1px solid #bed572;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

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

.white-bg{
    background:#fff;
}

.gray-bg{
    background:#08201b;
}

.color-bg{
    background:#bed572;
}

.dark-bg{
    background:#08201b08201b;
}

.light-typo {
    color:#fff;
}

.black-typo {
    color:#222;
}

.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 ----
-------------------------*/
#page-loader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

#page-loader .page-loader-gif{
    display: block;
    width:100%;
    height:64px;
    position: absolute;
    top:50%;
    left:0;
    margin:-32px 0 0;
    font-size:21px;
    line-height:58px;
    font-family: 'Barlow', sans-serif;
    font-weight:400;
    text-align: center;
    color:#aaa;
    color:rgba(0,0,0,0.2);
    background: url('../images/preloader.gif') 50% 0 no-repeat;    
}



/*----------------------
----Navigation Styles---
------------------------*/

.logo-header {
    height: 60px;
}
#menu {
    padding:50px 0
}
.menu {
    padding: 25px 0 0
}
.menu ul {
    padding:0;
    margin:0;
}
.menu li {
    display: inline-table;
    padding-right:15px
}
.menu li a {
    color:#FFF;
    font-weight: 100;
    font-size:16px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.menu li a.active,
.menu li a:hover{
    text-decoration: none;
    color:#bed572
}

.redes {
    padding: 10px 0 0;
    margin: 0;
}

.redes li {
    display: inline-table;
    margin-left: 5px
}

.redes li a {
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.redes li a:hover {
    color: #bed572;
}

.redes li i {
    font-size: 24px;
}

#menu.mobile{
    display: none;
}
@media(max-width:767px){
    #menu.desktop{
        display: none;
    }
    #menu.mobile{
        display: inherit
    }
    #menu.mobile .logo-header{
        height: 45px;
    }
}

/*--------------------------------
------ Content Html Styles ------- */

.contentHtml p {
    line-height: 1.99
}

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

#superHeader {
    background: #202020;
    color: #FFF;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    line-height: 50px
}

ul.redesSociais {
    padding: 0;
    margin: 0;
}

ul.redesSociais li {
    display: inline-table;
    margin-left: 5px
}

ul.redesSociais li a {
    color: #FFF;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

ul.redesSociais li a:hover {
    color: #bed572;
}

ul.redesSociais li i {
    font-size: 24px;
}

#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{
    background:url(../images/pattern-bg.png);
    background-color:rgba(0,0,0,0.5);
}

.scroll-button{
    position:absolute;
    left:50%;
    margin-top: 50px;
    margin-left:-24px;
    color:#fff !important;
    padding:0;
    font-size:42px;
    -webkit-animation: moving 2s ease-out infinite;
    animation: moving 2s ease-out infinite;
    width: 50px;
    height: 50px;
    line-height:52px;
    border-radius: 50%;
    border: 1px solid #FFF;
}

@media (max-width: 479px) {
    .scroll-button {
        margin-top: 20px;
    }
}

#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;
    letter-spacing: 0.01em;
    font-size:42px;
    line-height:42px;
    font-weight:100;
    text-transform: uppercase;
    
     margin-top: -100px
}

.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;
}

/*-------------------------
------ Sobre Styles -------
--------------------------*/
.subtexto {
    text-align: right;
}

@media (max-width: 767px) {
    .title {
        text-align: center;
        margin-bottom: 50px
    }
    
    #contato h2{
        font-size: 22px;
        line-height: 32px;
    }
    
    .subtexto {
        text-align: center;
    }
}

#sobre .umMundoNovo {
    text-align: left;
}

@media (max-width: 767px) {
    #sobre .umMundoNovo {
        text-align: center;
    }
    
    #sobre .umMundoNovo p {
        line-height: 1.99
    }
    
    #sobre .umMundoNovo h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

#circulo h2 {
    padding-top: 350px !important;
    font-size: 32px;
}

#circulo p {
    font-size: 17px;
    line-height: 1.99
}

/*-------------------------
------ Works Styles -------
--------------------------*/
#works .work,
#work .work {
    min-height: 400px;
    margin-bottom: 180px;
}

@media (max-width: 479px) {
    #works .work,
    #work .work {
        margin-bottom: 80px;
    }
}

#works a.link-work {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#works a.link-work:hover {
    text-decoration: none;
    color: #FFF;
}

#works .title {
    margin-bottom: 50px;
}

#works .titleWork {
    position:relative;
    top: -70px;
    text-align: left;
}

#works .titleWork a {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#works .titleWork a:hover {
    color: #FFF;
    text-decoration: none;
}

#works .work p.tipo {
    font-size: 12px;
    line-height: 22px !important;
    margin: 5px 0 0 0;
}

#works .work p.tipo:last-child {
    margin: 0;
}

#work .designTecnologia h4 {
    font-size: 36px;
}

@media (max-width: 767px) {
    #works .titleWork {
        top: 100px;
        text-align: center;
    }
    
    #works.padding-top-bottom-200 {
        padding:50px 0 50px;
    }
}

#work .infos i {
    color: #9ecb3b;
    margin-bottom: 10px;
    font-size: 52px;
}

#work .infos p.categoria {
    color:#bed572;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

#work .infos p.tipo {
    font-size: 12px;
}

@media (max-width: 991px) {
    #work .infos p.tipo {
        font-size: 12px;
    }
    
    #work .infos p.categoria {
        font-size: 14px;
    }
    
    #work .infos i {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    #work .infos .title {
        text-align: center;
    }
    
    #work .infos p.categoria {
        margin-top: 10px;
    }
    
     #work .designTecnologia p,
     #work .depoimento p {
        line-height: 1.99
    }
}

@media (max-width: 479px) {
    #work .infos i {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    #prontos h5 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    #work .designTecnologia h4 {
        font-size: 28px;
        line-height: 38px;
    }
    
    #prontos h5 {
        font-size: 28px;
        line-height: 48px;
    }
}

#prontos img {
    position: relative;
    top: 50px;
}

#prontos {
    padding-top: 50px
}

@media (max-width: 479px) { 
    #prontos {
        padding-top: 0;
    }
    
    #prontos img {
        position: relative;
        top: 80px;
    }
    
    #prontos h5 {
        padding-top: 100px;
        padding-bottom: 0;
    }
}

/*-------------------------
------ Blog Styles --------
--------------------------*/
#blog .blogs img {
    position: relative;
    transition: all 0.4s ease-in-out;
}

#blog .blogs img:hover {
    opacity: .5;
    background-color: rgba(0, 0, 0, .75);
}

#blog .blogs h2 {
    position: absolute;
    color: #FFF;
    bottom: 15px;
    left: 30px;
    right: 30px;
    font-size: 24px;
    line-height: 1.3;
}

#blog_inner h1 {
    color: #FFF;
    letter-spacing:0.01em;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.5;
}

#blog_inner p {
    color: #FFF;
    font-weight: 17px;
    line-height: 1.99;
    font-family: 'Barlow', sans-serif;
    text-align: left;
    padding-left: 15px;
}

#blog_inner p a {
    color: #bed572;
    font-weight: 300;
    text-decoration: underline;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

#blog_inner p a:hover {
    color: #FFF;
}

/*-------------------------
------ Contato Styles -----
--------------------------*/
#contato .infos {
    text-align: left;
}

@media (max-width: 767px){
    #contato .infos {
        text-align: center;
    }
    
    #contato .infos .endereco {
        margin-bottom: 50px;
    }
}

#contato ul.redesSociais {
    margin: 0 0 0 -5px;
}

#contato .form-control {
    border: 1px solid #FFF;
    border-radius: 50px;
    padding: 16px;
    height: 50px;
    margin-bottom: 16px;
    background: transparent;
    color: #FFF;
    text-align: center !important;
    letter-spacing: 0.05em;
}

#contato .textarea-control {
    border: 1px solid #FFF;
    border-radius: 50px;
    padding: 16px 32px;
    width: 100%;
    margin-bottom: 16px;
    background: transparent;
    color: #FFF;
}

#contato .btn-navegah {
    width: 100%;
}

#contato ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  text-align: center
}
#contato ::-moz-placeholder { /* Firefox 19+ */
  color: white;
  text-align: center
}
#contato :-ms-input-placeholder { /* IE 10+ */
  color: white;
  text-align: center
}
#contato :-moz-placeholder { /* Firefox 18- */
  color: white;
  text-align: center
}

/*-------------------------------
------ Quero um site Styles -----
---------------------------------*/

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: transparent;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.setup-content input,
.setup-content textarea{
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.05em;
    font-weight: 100
}

.setup-content textarea {
    min-height: 150px;
    line-height: 1.99
}

.setup-content h3 {
    line-height: 1.5;
    margin-bottom: 15px;
}

/*--------------------------------
------ Nosso Clientes Styles -----
----------------------------------*/
#nossosclientes {
    background: #08201b;
    padding: 100px 0
}
#nossosclientes ul {
    padding:0;
    margin:0;
    width: 100%;
    text-align: center;
}
#nossosclientes ul li {
    display: inline-table;
    margin: 15px
}
#nossosclientes h2 {
    font-size:15px;
    text-transform: uppercase;
    margin-bottom:10px;
    color:#FFF;
}
#nossosclientes p {
    font-size: 16px;
    line-height: 1.5;
    color:#FFF
}
#nossosclientes h2 {
    text-align: center;
    font-size:30px;
}
#nossosclientes p {
    text-align: center;
    margin-bottom:50px;
}

/*--------------------------------
------ Nossos Serviços Styles ----
----------------------------------*/
#nossosservicos {
    background: #08201b;
    padding: 100px 0
}
#nossosservicos ul {
    padding:0;
    margin:0;
}
#nossosservicos ul li {
    display: block;
    font-size:50px;
    color:#FFF;
    text-align: right;
    margin:0;
    padding:0;
}

/*-------------------------
------ Prêmios Styles -----
--------------------------*/
#premio {
    min-height: 600px
}

#premio .img-premio{
    position:absolute;
    top: -200px;
    left: 45px;
}

#premioMobile {
    display: none;
}

.casecompleto,
.case,
.vercase {
    display: none;
}

@media (max-width: 1199px) {
    .vercasecompleto,
    .case,
    .vercase{
        display: none;
    }
    
    .casecompleto {
        display: block
    }
    
    #premio .parceria p {
        font-size: 16px;
    }
    
    #premio .parceria a {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    #premio {
        min-height: 250px
    }
    
    #premio .img-premio {
        position:absolute;
        top: -170px;
        left: 0px;
    }
    
    .vercasecompleto,
    .casecompleto,
    .vercase{
        display: none;
    }
    
    .case {
        display: block;
    }
    
    #premio .parceria p {
        font-size: 15px;
    }
    
    #premio p.opremio {
        font-size: 14px;
    }
    
    #premio h5 {
        font-size: 19px;
        line-height: 29px;
        font-weight: 100;
        letter-spacing: 0.01em;
    }
}

@media (max-width: 767px) {
    #premio {
        display: none;
    }
    
    #premioMobile {
        display: inherit
    }
    #premioMobile {
        min-height: auto
    }
    
    #premioMobile .img-premio {
        position:static;
        top: -170px;
        left: 0px;
    }
    
    .case,
    .casecompleto,
    .vercase{
        display: none;
    }
    
    .vercasecompleto {
        display: block;
    }
    
    #premioMobile p.opremio {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        padding-bottom:50px;
    }
    
    #premioMobile .parceria p {
        font-size: 16px;
        line-height: 1.99
    }
    
    #premioMobile h5 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 100;
        letter-spacing: 0.01em;
        text-align: center;
    }
    
    #premioMobile.padding-top-bottom {
        padding: 50px 0
    }
}

@media (max-width: 626px) {
    .casecompleto,
    .vercasecompleto{
        display: none;
    }
    
    .vercase {
        display: block;
    }
}

@media (max-width: 400px) {
    .casecompleto,
    .vercasecompleto,
    .vercase{
        display: none;
    }
    
    .case {
        display: block;
    }
}

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

.cta .cta-message p {
    padding:15px 0 20px;
    font-size:22px;
    line-height:32px;
}

.cta .cta-message strong {
    font-size:24px;
    letter-spacing:0.02em;
}

.cta .cta-button{
    padding:0;
}



/*-----------------------
--- Portfolio(Works) Styles ----
-------------------------*/
#filter-works ul {
    list-style:none;
    padding:0;
    margin:0;
    margin-top:60px;
    margin-bottom:40px;
    text-align:center;

}

#filter-works ul li{
    position:relative;
    display:inline-block;
    padding:0;
    line-height:24px;
    background:transparent;
    margin:0;
    margin-bottom:10px;
}

#filter-works ul li a{
    display:block;
    font-size:16px;
    line-height:28px;
    height:48px;
    text-transform:uppercase;
    border:1px solid #ddd;
    padding:10px 15px;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

#filter-works ul li a,
#filter-works ul li a:active,
#filter-works ul li a:hover{
    font-weight:300;
    background:transparent;
    color:#08201b;
    text-decoration:none;
}

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

.masonry-wrapper{
    margin:0 auto;
    padding:0;
    width:100%;
    overflow:hidden;
}

#projects-container {
    margin:0 auto;
    width:100%;
    visibility:hidden;
}

#projects-container .mobile {
    display: none;
}
@media (max-width: 767px) {
    #projects-container .mobile {
        display: block;
    }
    #projects-container .mobile h2 {
        color:#bed572;
        font-size: 14px;
        text-transform: uppercase;
        margin-top:5px;
    }
    #projects-container .mobile p {
        font-size: 12px;
        opacity: 0.75;
        color:#FFF;
        padding-bottom: 25px;
    }
    #projects-container .desktop {
        display: none;
    }
}

#projects-container .project-item{
    display:block;
    position:relative;
    margin:0;
    width:33.3%;
    margin-bottom:0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity:1;
    filter:alpha(opacity=100);
    overflow:hidden;
    z-index:10;
    -webkit-backface-visibility: hidden;
}

#projects-container .project-item.filtered{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform:scale(0);
    opacity:0;
    filter:alpha(opacity=0);
    z-index:0;
    -webkit-backface-visibility: hidden;
}

.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: .95;
    filter:alpha(opacity=95);
}

.project-item .hover-mask .project-title {
    position: relative;
    color:#fff;
    top:50%;
    margin:0;
    margin-top:-50px;
    padding:10px;
    font-size:22px;
    line-height:34px;
    font-weight:300;
    text-align:center;
    opacity: 0;
    -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:16px;
    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: 'Barlow', 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 {
}

#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:22px;
    line-height:32px;
    font-weight:300;
    font-style:italic;
    word-spacing:5px;
    margin-bottom:20px;
}

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

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

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

#testimonials-slider{
    margin:0;
    padding:0;
    margin-top:20px;
    margin-bottom:20px;
    border:none;
    box-shadow:none;
    background:transparent;
}
#testimonials-slider .flex-control-nav {width: 100%; position: absolute; bottom: -20px; 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: #008ED6; }
#testimonials-slider .flex-control-paging li a.flex-active { background: #008ED6; 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: #08201b;
    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: 'Barlow', sans-serif;
    font-size:16px;
    line-height:24px;
    color:#777;
}

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

/*end Google map*/

/*----------------------
-----Footer Styles------
------------------------*/    

#main-footer {
    padding:200px 0 50px;
    background:#fff;
    font-family: 'Barlow', sans-serif;
}

@media (max-width: 991px) {
    #main-footer {
        padding: 150px 0 50px;
    }
}

@media (max-width: 767px) {
    #main-footer {
        padding: 50px 0 50px;
    }
}


#main-footer.inner {
    padding: 50px 0;
}

#main-footer .footerMenu {
    padding: 0;
    margin: 0;
}

#main-footer .footerMenu li {
    display: block;
    line-height: 1.99
}

#main-footer .footerMenu li a,
#main-footer p a{
    text-transform: lowercase;
    font-weight: 300;
    font-size:16px;
    color: #08201b;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: none;
}
#main-footer p.telefone a {
    font-size:19px!important;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#main-footer p.telefone a:hover{
    color:#bed572
}

#main-footer .footerMenu li a:hover {
    color: #bed572;   
}

#main-footer ul.redesSociais {
    margin-top: 0px
}

@media (max-width: 767px) {
    #main-footer ul.redesSociais {
        margin-top: 40px
    }
}

#main-footer p {
    margin-top: 10px;
}

#main-footer ul.redesSociais li a {
    color: #08201b;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#main-footer ul.redesSociais li a:hover {
    color: #bed572;
}

.footer-logo {
    height: 110px;
}

@media (max-width: 991px) {
    .footer-logo {
        margin-top: 10px;
        margin-bottom: 40px;
        height: 90px
    }
}

#endereco {
    padding: 15px 0;
    font-family: 'Barlow', sans-serif;
}

#endereco p {
    font-weight: 300;
    font-size: 14px;
}

@media (max-width: 767px) {
    #endereco p {
        font-size: 12px;
    }
}

/*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: #08201b;
    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{
    margin-bottom: 20px;
    overflow:hidden;
    border-radius: 0;
}

.post-slider .flex-direction-nav .flex-prev,
.post-slider .flex-direction-nav .flex-next{
    background:#08201b;
    background:rgba(0,0,0,0.3);
    background-image:none;
    display:inline;
    text-indent:0;
    position:absolute;
    top:50%;
    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:#08201b;
    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.d0{
    transition-delay:.0s;
}
.scrollimation.d1{
    transition-delay:.1s;
}
.scrollimation.d2{
    transition-delay:.2s;
}
.scrollimation.d3{
    transition-delay:.3s;
}
.scrollimation.d4{
    transition-delay:.4s;
}
.scrollimation.d5{
    transition-delay:.5s;
}
.scrollimation.d6{
    transition-delay:.6s;
}
.scrollimation.d7{
    transition-delay:.14s;
}
.scrollimation.d8{
    transition-delay:.16s;
}
.scrollimation.d9{
    transition-delay:.18s;
}
.scrollimation.d10{
    transition-delay:.20s;
}

.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{
        display:inline-block;
        margin:0;
        letter-spacing: 0.01em;
        font-size:42px;
        line-height:42px;
        font-weight:100;
        text-transform: uppercase;
    }

    .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{
        border:4px solid #fff;
        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:16px;
        line-height:21px;
    }

    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{
        display:inline-block;
        margin:0;
        letter-spacing: 0.01em;
        font-size:32px;
        line-height:42px;
        font-weight:100;
        text-transform: uppercase;
    }

    .counter{
        font-size:68px;
    }
    .cta .cta-message p,
    .cta .cta-message strong{
        font-size:18px;
        line-height:24px;
    }
    
    #main-nav .nav a {
        line-height:82px !important;
        text-align:center;
        border-bottom:none;
        color: #FFF;
        font-size: 32px;
        font-weight: 100
    }

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

    #main-nav.stuck .nav .active > a,
    #main-nav .nav a:hover{
        opacity:1;
        background: none;
        color:#bed572;
    }

    #main-nav li{
        clear: both;
        position: static !important;
    }
    
    .cta .cta-message {
        text-align:center;
    }

    .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{
        display: inherit !important;
        min-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%;
    }
    
}	
