body
{
    text-align: center;
}

input{
    height: 35px !important;
}

.upper{
    text-transform: uppercase;
}

.cinza_escuro{
    color: #8b99a9;
}

.align_left{
    text-align: left;
}

.align_right{
    text-align: right;
}

.margin_left{
    margin-left:3%;
}

.margin_left1{
    margin-left:6%;
}

.margin_left2{
    margin-left: 9%;
}

.margin_left3{
    margin-left: 11%;
}

.minor_margin_right{
    margin-right: 1%;
}

.margin_right{
    margin-right: 3%;
}

.minor_margin_top{
    margin-top: 1.6%;
}

.margin_top1{
    margin-top: 4%;
}

.margin_top2{
    margin-top: 8% !important;
}

.margin_bottom{
    margin-bottom: 2%;
}

.margin_bottom{
    margin-bottom: 2%;
}

.margin_bottom2{
    margin-bottom: 6%;
}

.margin_bottom_med{
    margin-bottom: 10%;
}

.quicksand_bold{
    font-family: 'Quicksand';
    font-weight: 700;
}

.quicksand_bold{
    font-family: 'Quicksand';
    font-weight: 700;
}

.big_text{
    font-size: 50px;
    font-family: 'Quicksand';
    font-weight: 700;
    color: white;
    text-shadow: 0 3px rgba(0,0,0,0.5);
    line-height: 1;
}

.font_size40{
    font-size: 40px !important;
}

.no_border{
    border: none;
}

.white{
    color:white;
}

.azul_claro{
    color: #6dcff6;
}

.float_left{
    float:left;
}

.float_right{
    float:right;
}

.center_content{
    width: 1000px;
    height:100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: table;
}

.center{
    text-align: center;
    margin: 0 auto;
}

.vertical_center{
    display: table-cell;
    vertical-align: middle;
}   

.table{
    display: table;
}

.font-size{
    font-size: 14px;
}

.twitter_button{
    background-image: url('../../img/home/twitter2.png');
    background-repeat: no-repeat;
    width: 33px;
    height: 32px;
    display: block;
}

.facebook_button{
    background-image: url('../../img/home/facebook.png');
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    margin-right: 2px;
}

.gplus_button{
    background-image: url('../../img/home/gplus.png');
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    margin-right: 2px;
}

.twitter_button:hover{
    background-image: url('../../img/home/twitter_hover.png');
    background-repeat: no-repeat;
    background-position: -1px -1px;
}

.facebook_button:hover{
    background-image: url('../../img/home/facebook_hover.png');
    background-repeat: no-repeat;
    background-position: 1px 1px;
}

.gplus_button:hover{
    background-image: url('../../img/home/gplus_hover.png');
    background-repeat: no-repeat;
    background-position: 1px 1px;
}

.language_text .flag {
    display: none;
}

.mobile-find {
    display: none;
}