/*
Theme Name: Taghos
Theme URI: http://www.taghos.com.br
Description: Template para o site da taghos
Author: Rafael Abreu
Version: 1.0
Tags: taghos.
 */

/* GERAL */
* {
    font-family: 'open_sans'; 
}

/* BOTOES FUNDO */
a.btn-bottom-white{
	color: #026270;
}
a.btn-bottom-white:hover{
	color: #026270;
	text-decoration: none;
}
a.btn-bottom-blue{
	color: #FFF;
}
a.btn-bottom-blue:hover{
	color: #FFF;
	text-decoration: none;
}
.btn-inicio{
	font-size: 24px;
	padding: 10px 35px; 
}
.btn-inicio:hover{
	cursor: pointer;
}
.btn-bottom-blue{
	background: #026270;
	color: #fff;
	padding: 10px 35px;
}
.btn-bottom-white{
	color: #026270;
	padding: 10px 35px;
}
.btn-bottom-blue:hover,.btn-bottom-white:hover{
	cursor: pointer;
}
.btn-bottom{
	font-size: 24px;
}
/* FIM BOTOES FUNDO */
/*
Pixeden icon setting
=========================== */
.pe-feature{
	float:left;
	margin:5px 20px 60px 0;
	width:65px;
	height:65px;
	font-size:38px !important;
	line-height:58px !important;
	text-align:center;
	border:2px solid;
	border-radius:50%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #3a8c9a;
        border-color: #3a8c9a;
}

.accordion-heading a:hover i {
    color: #3a8c9a;
}

.accordion-heading a i,
.accordion-heading a:hover {
    background-color: #3a8c9a;
}

.accordion-heading a i,
.accordion-heading a:hover{
	border-color: #3a8c9a;
}

.pe-feature:hover, .feature-box:hover .pe-feature{
        background-color: #3a8c9a;
        color:#fff;
}
/* PADRAO */
h3, h5 {
	color: #003e42;
}
.bgdorado {
	background: url(images/bgdourado.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
}
/* FIM PADRAO */
/* Heading */
.heading{
	font-size:36px;
	line-height:48px;
	position:relative;
	border-bottom: 1px solid #003e42;
	padding:0 30px 25px 30px;
	display:inline-block;
	margin-bottom:60px;
        color: #003e42;
}

.heading span{
	display:block;
	font-weight:400;
}
/* FIM Heading */
#tint {
    display: none;
    background: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;    
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    z-index: 998;
}
.mais, .menos {
    display: none;
}
.mais.active, .menos.active {
    display: block;
}
/* FIM GERAL */
/* PESQUISAR */
#pesqusiar{
    margin: 20px 0 20px 30px;
}
 
#txt-pesqusiar{
    display: block;
    height: 40px;
    width: 195px;
    color: #768188;
    background: #EEE;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 13px;
    outline: 0;
}

#btn-pesqusiar {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 145px;
    border: 0;
    background: transparent url('images/lupa.png');
    text-indent: -9999px;
}
.idiomas a{
    font-size: 12px !important;
}
/* FIM PESQUISAR */
/* MENU */
.menu-menu-mobile-container, .menu-menu-mobile-en-container {
    display: none;
}
#lang_sel_list {
    padding: 20px 20px;
    margin: 0;
    float: right;
}
#lang_sel_list a {
    background: transparent !important;
}
#logo-home {
    float: left;
    padding: 5px;
    margin-left: 5px;
}
.menu-container {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    position: fixed;
    z-index: 999;
}
.menu-container .menu {
    float: right;
}
.menu-container .menu,
.sub-menu {
    margin: 0;
    padding: 0;
}
.clearfix:after{
    content: '.';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}
.menu-container .menu,
.menu-container .sub-menu {
    list-style: none;  
}
.menu-container .menu a {
    text-decoration: none;
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 14px;
}
.menu-container .menu li {
    position: relative;
}
.menu-container .menu > li {
    float: left;
}
.menu-container .menu > li:hover {
    background-color: rgba(0, 0, 0, .7);
}
.menu-container .menu li:hover > .sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    width: 350px;
    margin-left: -100px;
}

.sub-menu li:hover {
    background-color: rgba(0, 0, 0, .7);
}

.sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
/* FIM MENU */
/* HOME */
#home h3 {
	color: #FFF;
}
.title-site h3{
        font-size:58px;
        line-height:68px;
}
#home p {
        font-size: 36px;
        font-weight: 300;
        line-height: 45px;
}
#video-home video {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
}

#video-home .staticFallback {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
}

.transform-origin {
    position: fixed;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;

}
.home-text p {
    color: #FFF;
}
.home-text {
    z-index: 99;
    position: absolute;
    top: 25%;
    //padding: 150px 0 0 0;
}
#logo-produto {
	margin-bottom: 65px;
}
.home-wrapper{
	background:#1a1a1a;
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	color:#fff;
}

.home-wrapper h3 span{
	font-weight:300;
	display:block;
}

.video-wrapper{
	color:#fff;
	padding:180px 0 0 0;
	margin: 0;
	width:100%;
	height:100%;
	z-index:0;
}
.video-wrapper{
	display:block;
}
#bgfull{ position: fixed; top: 0; left: 0; }
.bgfull-width { width: 100%; }
.bgfull-height { height: 100%; }

#counter-home {
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
}
#counter-home .counter-number {
    font-size: 29px;
}
/* FIM HOME */

/* ISP/WISP */
#isp-wisp p {
	font-size: 25px;
  	line-height: 1.2;
}
#isp-wisp .media-object {
	width: 140px;
}
#isp-wisp .media {
	margin: 25px 0 !important;
        height: 170px;
}
/* FIM ISP/WISP */

/* PAGINA HYPER */
#hyper-home {
	background-position:0 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-image: url(images/capa_hyper.png);
	padding-bottom: 100px;
        padding-top: 100px;
}

#hyper-home h3 {
	color: #FFF;
        font-size: 36px;
        line-height: 42px;
}

#hyper-home img{
	margin-bottom: 50px;
}
.hyper-mais {
    padding-bottom: 60px;
}
.hyper-mais .feature-box{
    height: 210px;
}
#hyper-mais .media {
	margin: 50px 0 !important;
	padding: 10px;
}

#hyper-mais .numero {
	font-size: 50px;
}

.body-mais h5 {
    font-size: 26px;
}

.col-md-6.body-mais {
    padding: 30px 50px;
    min-height: 200px; 
}

.col-md-4.body-mais {
    padding: 20px;
}

.body-mais:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
}

.body-mais:hover h5{
    color: #FFF
}

.conteudo {
	margin-bottom: 50px;
}

#hyper-comofunciona .conteudo h3{
 	font-size: 32px;
}

#hyper-funcionalidades .conteudo h3 {
	font-size: 20px !important;
	font-weight: 400 !important;
	  line-height: 1.1 !important;
}

#hyper-porque h3 {
        font-size: 26px;
        line-height: 36px;
}
/* FIM PAGINA HYPER */
/* PAGINA SINGULAR */
#porque {
    //padding-top: 230px;
    padding-top: 0;
}
.singular {
    padding-top: 100px;
}
.parallax{
	background-position:0 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.parallax.image-bg{
	background-image:url(images/capa_singular.png);
}

.home-slider{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin:40px 0 -325px 0;
}

.slider-wrapper{
	position:absolute;
	overflow:hidden;
	z-index: 5;	
	width:713px;
	height:auto;
	top:33px;
	left:33px;
}
.home-contain{
	padding:0 0 160px 0;
}
#home a{
	color: #FFF;
}
#home a:hover{
	color: #FFF;
	text-decoration: none;
}
#parceiros {
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
}

#parceiros img {
    height: 40px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#parceiros span {
    margin: 0 15px;
}

#logo-singular {
    width: 450px;
}
/*#home #logo {
    margin-bottom: 50px;
}*/
.counter-contain h3 {
	color: #0b5d69 !important;
}
.oque{
	margin-bottom: 50px;
}
.cdn-globo{
	margin-top: 75px;
}
.numero{
	font-size: 96px;
	color: #026270;
  	padding-top: 50px;
  	line-height: 196px;
}
.num-right{
	border-right: 5px solid #026270;
	padding: 0;
}
.num-left{
	border-left: 5px solid #026270;
	padding: 0;
}
.accordion-heading a{
	color: #3a8c9a !important;
}
.accordion-heading a:hover{
	color: #FFF !important;
}
.accordion-heading a:active{
	color: #3a8c9a !important;
}

#features .feature-box {
      height: 250px;
}

#features p{
	padding: 0 !important;
}
#ajudar h5{
	padding-top: 15px;
	color: #026272;
	border-bottom: 3px solid #fbac36;
}
#suporte h5{
	color: #fcae00;
}
#suporte p{
	color: #FFF;
}
.seta{
	margin-top: 70px;
}
#suporte .heading{
	color: #FFF;
	border-bottom: none;
}
#suporte .heading span{
	color: #efa601;
}
footer p{
	font-size: 36px;
	color: #efa601;
	line-height: 35px;
}
footer a{
	color: #efa601;
}
footer a:hover{
	color: #efa601;
	text-decoration: none;
}
.contact-contain{
	position:relative;
	float:left;
	width:100%;
	padding:0 0 80px 0;
	background: url('images/suporte_fundo.png') no-repeat bottom center #1a282b;
}
footer{
	background:#101e21;
	color:#b6b6b6;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	text-align:center;
	padding-top:30px;
}
/* FIM PAGINA SINGULAR */
/* INTELIGENCIA */
#intel-home {
	background-position:0 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-image: url(images/background-inteligencia.jpg);
	padding-bottom: 100px;
        padding-top: 100px;
}
#intel-home h3 {
	color: #FFF;
        font-size: 36px;
        line-height: 42px;
}

#intel-home img{
	margin-bottom: 50px;
}

#objetivo p{
	font-size: 32px;
	font-weight: 300;
	line-height: 36px;
} 
#objetivo .btn-bottom{
	margin-top: 30px;
}
#objetivo .feature-box{
	margin-bottom: 0;
}

.titulo h3, #investir h3{
	color: #315a6e;
}
.titulo p, #investir p{
	font-size: 24px;
	font-weight: 300;
	line-height: 22px;
}
/* CONTATO */
.contact {margin-top: 40px;}
#c-text h5, #c-text i{
	color: #003e42 !important;
}
#c-text {
    margin-top: 15px;
}

#google-map {
  position: relative;
  width: 100%;
  height: 450px;
}

.contact-item {
	margin: 25px 0;
}

.contact-contain{
	position:relative;
	float:left;
	width:100%;
	padding:80px 0 80px 0;
	background-color:rgba(26, 26, 26, 0.95);
}

ul.listForm{
	width:100%;
	padding:0;
	margin:0;	
	list-style:none;
}

ul.listForm li {
	position:relative;
	float:left;
	width:50%;
	padding:20px 15px 20px 15px;
	margin:0;	
	list-style:none;	
}

ul.listForm li.push{
	width:100%;
	padding-left:30px;
}


ul.listForm li textarea.form-control{
	height:240px;
}

ul.listForm li.push .form-control {
	padding-left:50px;
}

#sendmessage{
	display:none;
}

#sendmessage.show,.show  {
	display:block;
}

.validation{
	margin-top:10px;
	font-style:italic;
}

ul.listForm li .form-control:-moz-placeholder {
  color: #808080;
}

ul.listForm li .form-control::-moz-placeholder {
  color: #808080;
}

ul.listForm li .form-control:-ms-input-placeholder {
  color: #808080;
}

ul.listForm li .form-control::-webkit-input-placeholder {
  color: #808080;
}

ul.listForm li .form-control{
	border:2px solid #003E42;
	height: 50px;
	padding: 10px 25px 10px 80px;
	background:none;
	-webkit-box-shadow: none;
	      box-shadow: none;
	-webkit-transition: none;
	      transition: none
}

ul.listForm li i{
	color: #FFF;
	background-color: #003E42;
	position:absolute;
	width:66px;
	height:66px;
	border-radius:50%;
	border:2px solid #003E42;
	text-align:center;
	font-size:36px;
	line-height:60px;
	top:10px;
	left:0;
}

.form-control:focus, ul.listForm li .form-control:focus {
	border-color: #3a8c9a;
}

.validation {
	color: #3a8c9a;
}
input.btn.btn-primary.btn-lg {
	
}
/* FIM CONTATO */
/* PAGINA EBOOKS E VIDEOs */
#ebook-video .feature-box, #video-ebook .feature-box {
    height: 250px;
}
/* FIM EBOOKS E VIDEOS */
/* PÁGINA BLOG */
#blog {
	padding-bottom: 50px;
        padding-top: 60px;
}
.post {
    margin-bottom: 50px;
}

#blog-post .heading {
	width: 100%;
}

#blog-post .thumbnail {
        width: 100%;
	margin-bottom: 13px;
}

#blog-post .post {
	background-color: #f2f2f2;
        border-bottom: 1px solid #004669;
}

.entry-img-info {
	font-size: 22px;
}

.entry-img-info i {
	padding: 0 5px;
}

.flex-cat {
	background: #004669;
	padding: 10px;
}

.icon-edit {
    background-position: -96px -72px;
}

.resumo-blog {
	padding: 25px;
}

.resumo-blog .heading {
	margin-top: 20px;
}
/* FIM BLOG */
/* TAGS */
.tags-s {
    padding: 10px;
    background: #004669;
    color: #FFF;
}
.tags a {
    display: inline-block;
    padding: 10px;
    margin-right: 2px;
    margin-top: 2px;
    background: #F2F2F2;
}
.breadcrumb span {
      display: inline !important;
}
/* FIM TAGS */
/* SIDEBAR */
#sidebar{
	background-color: #f2f2f2;
	height: 100%;
}

#sidebar .heading{
    width: 100%;
    font-size: 22px;
    padding-bottom: 0;
    padding-top: 25px;
}

#sidebar ul li {
    list-style: none;
    padding: 5px;
    border-bottom: 1px solid #003e42;
}

#sidebar ul li a:hover{
    text-decoration: none;
}

.sidebar-blog {
    padding-bottom: 25px;
}

/* FIM SIDEBAR */
/*
Screenshot
=========================== */
#ebooks{
	padding:80px 0 630px 0;
}

.screenshot-slider{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin:0 0 30px 0;
	padding:0;
}

.screenshot-wrapper{
	position:absolute;
	z-index: 5;	
	width:755px;
	height:auto;
	top:59px;
	left:12px;
}
/*
Counter
=========================== */
#counter-wrapper{
	background-color: #010f10;
	background-position:0 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.counter-contain{
	padding:80px 0 80px 0;
	color:#fff;
	font-size:24px;
	line-height:32px;
}

.counter-contain h3{
	color:#fff;
	font-size:48px;
	line-height:56px;
	text-transform:uppercase;
}

.counter-number{
	color: #faa403;
	font-weight:700;
	display:block;
	text-align:center;
	font-size:42px;
	line-height:42px;
}

.counter-text{
	display:block;
	text-align:center;
	font-weight:400;
	font-size:18px;
	line-height:24px;
	color:#d3d3d3;
}

/*
Contain
=========================== */
.contain{
	padding:80px 0 80px 0;
}

.contain.desc-wrapp{
	padding-top:160px;
	padding-bottom:20px;
}

.gray-bg{
	background:#f9f9f9;
}

.feature-box{
	padding-bottom: 60px;
}

.feature-box p{
	margin-bottom:10px;
}
/*.container-responsivo {
    padding-left: 105px;
}*/
/* ANTES DEPOIS */
/* width and height for the block */
.beforeafter {
        width:716px;
        height:450px;
        position: absolute;
        top: 7%;
        left: 12%;
}
/* mandatory style for the plugins */
.ba-mask {position:absolute; top:0; left:0; z-index:100; border-right:3px solid #333; overflow:hidden; box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.6);box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);  -moz-box-shadow: 5px 0 7px rgba(0, 0, 0, 0.6);}
.ba-bg {position:absolute; top:0; left:0; z-index:0;background-size: 100% auto;}
.ba-caption {

        /* mandatory */
        position:absolute; 
        bottom:10px; 
        left:10px; 
        z-index:120;	

        /* customizable styling */
        background:#000; 
        color:#fff; 
        text-align:center;
        padding:5px; 
        font-size:12px; 
        font-family:arial; 
        filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8; 
        -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; 			
}
/* FIM ANTES DEPOIS */
/* REPONSIVIDADE */
@media (min-width: 768px) and (max-width: 990px){
        #home .container .text-center {
            top: 50px;
        }
        .beforeafter {
            width: 546px;
            height: 343px;
        }        
}
@media (max-width: 767px) {
    #home .container .text-center {
        top: 20px;
    }   
}
@media (min-width: 1280px){ 
    .beforeafter {
        width: 716px;
        height: 450px;
    }
}
@media (min-width: 1127px) and (max-width: 1279px){
        .beforeafter {
            width: 590px;
            height: 372px;
        }
}
@media (min-width: 991px) and (max-width: 1128px){
        .beforeafter {
            width: 489px;
            height: 307px;
        }
}
@media (min-width: 920px) and (max-width: 990px){
        .beforeafter {
            width: 591px;
            height: 372px;

        }
}
@media (max-width: 919px){
        .beforeafter {
            width: 507px;
            height: 320px
        }
}
@media (min-width: 991px) and (max-width: 1999px){
	.slider-wrapper{
		width:590px;
		top:30px;
		left:94px;
	}
}
@media (min-width: 1280px) {
        .screenshot-wrapper{
            width: 910px;
        }
}
@media (min-width: 1200px) and (max-width: 1279px){
    .screenshot-wrapper{
        width:745px;
        top:73px;
        left:14px;
    }
}
@media (min-width: 1127px) and (max-width: 1199px){
    .screenshot-wrapper{
        width:750px;
    }
}
@media (min-width: 992px) and (max-width: 1126px){
    .screenshot-wrapper{
        width:600px;
    }
}

@media (min-width: 1200px){
	.navbar-default .navbar-nav li a,
	.navbar-default .navbar-nav li a:focus{
		font-size:14px;
		line-height:18px;
		padding:30px 15px 30px 15px;
	}
	.slider-wrapper{
		width:715px;
		top:30px;
		left:115px;
	}	
}

@media (min-width: 768px) and (max-width: 990px){
        #porque {
            padding-top: 340px;
        }
	.contain{
		padding: 80px 0 0 0;
	}       
	.counter-contain {
		padding: 190px 0 80px 0;
	}
	.slider-wrapper{
		width:545px;
		top:28px;
		left:87px;
	}
	.navbar-default .navbar-nav li a,
	.navbar-default .navbar-nav li a:focus{
		padding:35px 8px 35px 8px;
		font-size:12px;
	}
	.navbar-right a.btn{
		font-size:12px;
	}
	.navbar-brand{
		float:left;
		display:block;
		width:100%;
		padding:0;
		text-align:center;
	}
	.navbar-header{
		float:left;
		display:block;
		width:100%;
		padding:25px 0 10px 0;
		text-align:center;
	}
	.home-contain,
	.video-wrapper{
		padding:240px 0 0 0;
	}
	.screenshot-wrapper{
		width:699px;
		top:55px;
		left:10px;
	}
	.contain{
		padding-top:140px
	}
	.pricing-wrapper{
		margin-bottom:30px;
	}
	.flex-direction-nav a{
		display:none;
		opacity:1;
	}
	.flexslider:hover .flex-direction-nav a{
		display:block;
	}
	#ebooks {
  		padding: 80px 0 400px 0;
  	}
}
@media (max-width: 767px){
        /*MENU*/
        .home-text { 
            padding-top: 50px;
        }
        .entry-img-info {
            font-size: 12px;
        }
        .counter-number {
            font-size: 38px;
            line-height: 32px;
        }
        .heading,#hyper-home h3, footer p {
            font-size: 22px;
            line-height: 28px;
        }
        .counter-contain h3 {
            font-size: 28px;
            line-height: 32px;
        }
        .title-site h3 {
            font-size: 28px;
            line-height: 33px;
        }
        #home p {
            font-size: 22px;
            font-weight: 300;
            line-height: 34px;
        }
        #isp-wisp p {
            font-size: 18px;
        }
        .video-wrapper {
            padding:60px 0 0 0;
        }
/*        #logo img {
            margin-top: 5px;
        }
        */
        #menu-principal {
            background: rgba(0, 0, 0, .8);
            position: fixed;
            height: 55px;
            width: 100%;
            z-index: 999;
            top: 0px;
            left: 0;
            text-align: center;
        }
        
       
        
        
        /* FIM MENU */
/*        .container-responsivo {
            padding-top: 80px !important;
            padding-left: 0;
        }*/
	#ebooks {
  		padding: 80px 0 330px 0;
  	}
	.contain{
		padding: 80px 0 0 0;
	}
	.navbar-brand{
		float:none;
		margin:0;	
	}
	.navbar-header{
		float:right;
		width:100%;
		padding:26px 20px 26px 0;
	}
	.navbar-default .navbar-collapse{
		clear:both;
		border-top:none;
		float:none;
		width:100%;
		box-shadow:none;
		overflow-x:hidden;
		overflow-y:auto;
		margin:0;
		padding:0 30px 0 30px;
	}
	.navbar-default .collapse li{
		width:100%;
	}
	.navbar-default .navbar-nav li a,
	.navbar-default .navbar-nav li a:focus{
		padding:10px 20px 10px 20px;
		margin:5px 2px 5px 2px;
		border-radius:2px;
		border:1px solid #8b8b95;
	}
	.navbar-default .navbar-nav li a.selected,
	.navbar-default .navbar-nav .active a,
	.navbar-default .navbar-nav .dropdown.active a,
	.navbar-default .navbar-nav .active a:hover,
	.navbar-default .navbar-nav .dropdown.active a:hover,
	.navbar-default .navbar-nav .active a:focus,
	.navbar-default .navbar-nav .dropdown.active a:focus{
		background-image:none;
	}
	.navbar-default .navbar-nav li a:hover{
		border-top:3px solid #fff;
	}
	.navbar-right{
		float:left;
		margin:0 0 0 -18px;
		padding:10px 0 30px 0;
	}
	.navbar-right a{
		margin-right:5px;
	}
	.slider-wrapper{
		width: 76%;
		top: 4%;
		left: 12%;
	}
	.screenshot-wrapper{
		width:97%;
		top:12.5%;
		left:1.5%;
	}
	.pricing-wrapper{
		margin-bottom:30px;
	}
	ul.client-list li{
		border:none;
	}
	ul.client-list li ul li,
	ul.client-list li ul li.last{
		width:100%;
		border:1px solid #e2e2e2;
		padding:45px 0 45px 0;
		margin-bottom:20px;
	}
	.flex-direction-nav a{
		display:none;
		opacity:1;
	}
	.flexslider:hover .flex-direction-nav a{
		display:block;
	}
}
@media (max-width: 920px) {
    ul.listForm li {
        width: 100%;
    }
}
@media (min-width: 1280px) {
    .container {
      width: 1170px;
    }
}
@media (min-width: 1127px) and (max-width: 1279px) {
    .container {
      width: 970px;
    }
}
@media (min-width: 920px) and (max-width: 1126px) {
    .container {
      width: 810px
    }
}
@media (min-width: 768px) and (max-width: 919px) {
    .container {
        width: 700px;
    }
    .container-responsivo {
        padding-left: 60px;
    }
}
/*@media (max-height: 580px) {
    .home-text {
        top: 5%;
    }
}*/

@media (min-width:1053px) and (max-width: 1165px) {
    #logo-home {
        display: none;
    }
}

@media (max-width: 1052px) {
    #counter-home .counter-number {
        font-size: 26px;
    }
    
    #menu-horizontal ul li{
        display: block; 
        float: left;
        width: 100%;
        text-decoration: none;
    }
    #logo-home {
        float: inherit;
    }
    .menu-container{
        text-align: center;
    }
    .menu-container .menu,.menu-container .menu > li {
        float: inherit;
    }
    .menu-menu-horizontal-container, .menu-menu-horizontal-en-container {
        display: none;
    }
    .menu-menu-mobile-container, .menu-menu-mobile-en-container {
        display: block;
    }
    .menu-menu-mobile-container, .menu-menu-mobile-en-container {
        height: 0;
        width: 100%;
        background: rgba(0, 0, 0, .8);
        overflow-y: auto;
        top: 5px;
        padding: 0 45px;
        margin: 0;
        position: relative;
        vertical-align: middle !important;
    }

    .menu-menu-mobile-container ul li, .menu-menu-mobile-en-container ul li {
        border-bottom: 1px solid #FFF;
    }

    .menu-menu-mobile-container ul li a, .menu-menu-mobile-en-container ul li a {
        text-align: left;
        margin: 0;
    }
    
    .navbar-toggle {
        display: block;
    }
    
    .show-menu {
        height: 350px !important;
        -webkit-transition: 0.5s Linear;
        -moz-transition: 0.5s Linear;
        -o-transition: 0.5s Linear;
        transition: 0.5s Linear;
        padding-bottom: 45px !important;
    }

    .hide-menu {
        -webkit-transition: 0.5s Linear;
        -moz-transition: 0.5s Linear;
        -o-transition: 0.5s Linear;
        transition: 0.5s Linear;
        padding-bottom: 0 !important;
    }
    .idiomas {
        float: right;
    }
}

@media (min-width: 798px) and (max-width: 968px) {
    #counter-home .counter-number {
        font-size: 20px;
    }
    #counter-home .counter-text {
        font-size: 14px;
    }
}

@media(max-width: 797px) {
    #counter-home .counter-number {
        font-size: 18px;
    }
    #counter-home .counter-text {
        font-size: 12px;
    }
    #logo-singular {
        width: 300px;
    }
    #parceiros img {
        margin: 15px 0;
    }
    #parceiros span {
        display: block;
    }
    .flex-direction-nav {
        display: none;
    }
}

@media (max-width: 1052px) {
    #logo-home {
        float: left;
    }
    
    #idiomas {
        float: right;
    }
}