@charset "UTF-8";
h4,
h5,
h6,
h1,
h2,
h3 {
    margin-top: 0;
}

ul,
ol {
    margin: 0;
}

p {
    margin: 0;
}

html,
body {
    font-family: 'Lato', sans-serif;
    background-color: #E8F5E9;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    color: #000;
}

.drop-down {
    margin: 0 auto;
    width: 90%;
}

.drop-down li {
    background: none;
    width: 300px;
}

.drop-down ul {
    margin: 0;
    padding: 0;
}

.drop-down ul li {
    display: inline-block;
    /* color: #808184; */
}

.drop-down ul li a {
    display: inline-block;
    margin: 0;
    outline: none;
    padding: 0.5em 0.1em 0em;
    color: #002E18;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 11pt;
}

.drop-down ul {
    padding: 0;
    margin: 0;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.drop-down ul li {
    display: inline-block;
    margin: 0 .3em;
    outline: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
}

.drop-down li:hover ul {
    display: block;
}

.drop-down li:hover ul li {
    background: none;
}

.drop-down ul li a:hover {
    /*background: #222;*/
    border-bottom: 3px solid #4E9ECA;
}

.bloco-box-login {
    padding: 3% 10%;
    background-color: #f0faf0;
    border-radius: 10px;
    overflow: auto;
    margin: 0 auto;
}

.bloco-box {
    padding: 25px 0px;
    background-color: #f0faf0;
    border-radius: 10px;
    overflow: auto;
    margin: 0 auto;
}

.bloco-box-quemsomos {
    padding: 25px;
    background-color: #f0faf0;
    border-radius: 10px;
    overflow: auto;
    margin: 0 auto;
}

.bloco-box-servicos {
    padding: 25px 50px;
    background-color: #f0faf0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}


/*---------------------

    Inicio Area Menu fixo

-----------------------*/

.head-nav {
    display: block;
    position: relative;
    width: 70%;
    float: right;
    margin: auto;
    line-height: 55px;
}

.head-nav ul {
    margin: auto 0 auto 0;
}

.head-nav ul li {
    display: inline-block;
    margin: 0 5%;
}

.head-nav ul li a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 300;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 1.4em;
}

.head-nav a:hover,
.head-nav a:focus {
    outline: none;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.head-nav ul li a:hover,
.head-nav ul li.active a {
    color: #00AFEF;
}

.menu-vert ul li a:hover,
.menu-vert ul li.active a {
    color: #00AFEF;
}

ul a:hover,
ul a:focus {
    outline: none;
    color: #00AFEF;
    text-decoration: none;
}


/* Effect 3: bottom line slides/fades in */

.cl-effect-3 a {
    padding: auto;
}

.cl-effect-3 a::after {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 4%;
    background: #00AFEF;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/*-----------------------

    Inicio de Espaços

------------------------*/

#space {
    margin-left: 36px;
}

.space_5 {
    width: 100%;
    height: 5px;
}

.space_10 {
    width: 100%;
    height: 10px;
}

.space_20 {
    width: 100%;
    height: 20px;
}

.space_30 {
    width: 100%;
    height: 30px;
}

.space_40 {
    width: 100%;
    height: 40px;
}

.space_50 {
    width: 100%;
    height: 50px;
}

.space_60 {
    width: 100%;
    height: 60px;
}

.space_70 {
    width: 100%;
    height: 70px;
}

.space_80 {
    width: 100%;
    height: 80px;
}

.space_90 {
    width: 100%;
    height: 90px;
}

.space_100 {
    width: 100%;
    height: 100px;
}

.space_110 {
    width: 100%;
    height: 110px;
}

.space_120 {
    width: 100%;
    height: 120px;
}

.space_130 {
    width: 100%;
    height: 130px;
}

.space_140 {
    width: 100%;
    height: 140px;
}

.space_vert{
    min-height: 200px; 
}

/*---------------------------

     Inicio Area Botao Login

-----------------------------*/

.button_login:hover {
    color: #fff;
    background: #00709B;
}

.button_login {
    text-align: center;
    margin: 0.8em auto;
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    background: #FFF;
    padding: 0.5em 1.5em;
    border-radius: 4px;
}


/*----------------------------

    Area Inicio Serviços

------------------------------*/

.serv-descricao-right {
    float: right;
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
}

.serv-descricao-left {
    float: left;
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
}

.servico h3 {
    font-size: 1.4em;
    color: #00AFEF;
    text-align: center;
}

.servico p {
    font-size: 1em;
    color: #000;
    text-align: justify;
    font-weight: 500;
}

.servico {
    width: 100%;
    padding-top: 4%;
    overflow: auto;
}

.serv-bloco-fotos-left {
    margin-left: 20px;
    float: left;
    width: 48%;
    position: relative;
}

.serv-bloco-fotos-right {
    margin-right: 20px;
    float: right;
    width: 48%;
    position: relative;
}

.ambulancia-posicao {
    padding-left: 22%;
    padding-bottom: 1%;
}

.serv-fotos-right {
    position: relative;
    float: right;
    cursor: move;
    margin-right: 30px;
    width: 35%;
    border-radius: 5px;
    -webkit-transition: all .5s ease-in;
}

.serv-fotos-left {
    position: relative;
    float: left;
    cursor: move;
    margin-left: 30px;
    width: 35%;
    border-radius: 5px;
    -webkit-transition: all .5s ease-in;
}

.serv-fotos-left:hover,
.serv-fotos-right:hover,
.serv-fotos-right-vacina:hover,
.serv-fotos-left-vacina:hover {
    -webkit-transform: scale(1.2);
}

/*--------------------

    Inicio Home Servicos

----------------------*/

#home-servicos {
    padding: 50px 0;
    background-color: #f0faf0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

#home-servicos .home-servicos-item .home-servicos-item-img {
    width: 120px;
    border-radius: 50%;
    float: left;
}

#home-servicos .home-servicos-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 180px;
    color: #111;
}

#home-servicos .home-servicos-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 180px;
}

#home-servicos .home-servicos-item p {
    margin: 0 0 15px 180px;
}

#home-servicos .owl-nav,
#home-servicos .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#home-servicos .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#home-servicos .owl-dot.active {
    background-color: #1bb1dc;
}

/*--------------------

    Inicio Area Rodape

----------------------*/

.footer-top {
    background: #00A859;
    padding: 1em 1em 1em 1em;
    min-height: 200px;
    box-shadow: -5px 0px 26px 2px rgba(0, 0, 0, 0.7);
}

.img-footer {
    padding-top: 2%;
}

.whatsapp {
    width: 8%;
    display: block;
    position: absolute;
    margin-top: 13px;
    margin-left: 15%;
}

.footer-top p {
    text-align: center;
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.8em;
    margin: 1em 0;
}

.footer-top a {
    text-align: center;
}

.footer-top h3 {
    color: #FFF;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.footer-top li {
    display: inline-block;
}

.footer-top li {
    display: block;
    line-height: 2em;
}

.footer-top ul {
    padding: 0;
}

.footer-top li a {
    color: #6d7a83;
    font-size: 1em;
}

.footer-top li a:hover {
    color: #42E4d8;
}

.footer-bottom {
    background: #131313;
    padding: 0.8%;
}

.footer-bottom p {
    color: #808184;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
}

.footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #00AFEF;
}

.recnt {
    padding: 4em 0;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}

/*------------------------

    Inicio Area calendario

-------------------------*/

.main {
    display: block;
    position: relative;
    width: 100%;
    padding: 2em 0em;
    min-height: 350px;
}

.bloco-calendario {
    width: 90%;
    margin: 0% auto;
    overflow: hidden;
}

.linha {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.calendario-left {
    position: relative;
    display: block;
    float: left;
    width: 45%;
    padding: .1%;
    border-radius: 10px;
    overflow: hidden;
}

.calendario-right {
    position: relative;
    display: block;
    float: right;
    width: 45%;
    padding: .1%;
    border-radius: 10px;
    overflow: hidden;
}

.calendario-center {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 45%;
    padding: .1%;
    border-radius: 10px;
    overflow: hidden;
}

.background01 {
    background-color: #269660;
}

.background02 {
    background-color: #59CB94;
}

.background03 {
    background-color: #85E5B7;
}

.background04 {
    background-color: #29648A;
}

.background05 {
    background-color: #5B99C1;
}

.background06 {
    background-color: #88BDE0;
}

.background07 {
    background-color: #A9D4F0;
}

.calendario-left h3,
.calendario-right h3,
.calendario-center h3 {
    color: #fff;
    text-align: center;
    padding: 5%;
    margin: auto;
    font-size: 1.4em;
}

.bloco-calendario .section-header h3 {
    color: #00AFEF;
    font-size: 1.8em;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.bloco-calendario p {
    font-size: 1em;
    color: #000;
    font-weight: 500;
    text-align: center;
}

/*------------------------

    Inicio Area Quem Somos

-------------------------*/

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align:center;
    -webkit-tap-highlight-color:transparent
}

.owl-theme .owl-nav {
    margin-top:10px
}

.owl-theme .owl-nav [class*=owl-] {
    color:#FFF;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#D6D6D6;
    display:inline-block;
    cursor:pointer;
    border-radius:3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background:#006D39;
    color:#FFF;
    text-decoration:none
}

.owl-theme .owl-nav .disabled {
    opacity:.5;
    cursor:default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top:10px
}

.owl-theme .owl-dots .owl-dot {
    display:inline-block;zoom:1
}

.owl-theme .owl-dots .owl-dot span {
    width:13px;
    height:13px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#006D39
}

.counters {
    padding-top: 40px;
}

.counters h1 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #00A859;
}

.counters span {
    text-align: center;
    font-size: 15pt;
    color: #555555;
}

/*------------------------

    Fim Area Quem Somos

-------------------------*/

.center_p {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 30px;
}

.right_p {
    display: block;
    position: relative;
    float: right;
    width: 75%;
    margin: 3% auto;
    overflow: hidden;
}

.left_p {
    display: block;
    position: relative;
    float: left;
    width: 75%;
    margin: 3% auto;
    overflow: hidden;
}

.imagen-left {
    display: block;
    position: relative;
    float: left;
    width: 25%;
}

.imagen-right {
    display: block;
    position: relative;
    float: right;
    width: 25%;
}

/*------------------------

    Fim Area Quem Somos

-------------------------*/

.logo {
    position: absolute;
    float: left;
    width: 21%;
    margin-right: 2%;
    margin-top: -1.7%;
}

.logo a {
    display: block;
}

.header-bottom {
    padding: 0.25% 0;
    background-color: #00A859;
    border-top: 2px solid rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.7);
}

.header-bottom1 {
    height: 55px;
    background-color: rgba(0, 0, 0, 0.15);
}

i.mail {
    width: 21px;
    height: 16px;
    display: inline-block;
    background: url(../images/img-sprite.png) no-repeat -59px -12px;
    margin-right: 0.3em;
    vertical-align: middle;
}

i.phone {
    width: 22px;
    height: 20px;
    display: inline-block;
    background: url(../images/img-sprite.png) no-repeat -18px -10px;
    vertical-align: middle;
    margin-right: 0.1em;
}

ul.number {
    padding-left: 3em;
}

ul.number li {
    list-style: none;
    display: inline-block;
    margin: 0 1em;
}

ul.number li a,
ul.number li span {
    color: #E8F5E9;
    padding: 1em 0;
    display: block;
    font-size: 1em;
    font-weight: 300;
}

.head-left {
    float: left;
}

.head-right li a {
    color: #E8F5E9;
}

.head-right li a:hover {
    color: #00AFEF;
}

.head-right li {
    display: inline-block;
    margin: 0 5px;
}

.head-right ul {
    padding: 0;
    margin: 9px 0 0 20px;
}

.head-right {
    float: left;
}

.head-right-sbim {
    min-width: 25%;
    max-width: 25%;
    position: relative;
    display: block;
    margin: 0 0 0 50%;
}

.head-right-sbim #sbim {
    max-width: 13%;
    -webkit-transition: all .7s ease-in;
}

.head-right-sbim #sbim:hover {
    -webkit-transform: scale(1.4);
}

.head-right-sbim a {
    color: #E8F5E9;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    padding-left: 12px;
}

.head-right-login {
    display: block;
    position: relative;
    float: right;
    margin: 0.7% 4%;
    cursor: pointer;
}

.head-right-login a {
    color: #E8F5E9;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
}

.header-top {
    padding: .8em 0 .3em;
    background-color: #00A859;
}

.banner {
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 600px;
    padding: 2em 0 0;
}

.book1 input[type="text"] {
    width: 100% !important;
    color: #666666;
    font-size: 1.2em;
    background: #eeeeee;
    font-weight: 300;
    padding: 10px 14px;
    font-style: italic;
    outline: none;
    border: 1px solid #fff;
    box-shadow: inset 0 0 2px rgb(236, 236, 236);
    -webkit-box-shadow: inset 0 0 2px rgb(236, 236, 236);
    -moz-box-shadow: inset 0 0 2px rgb(236, 236, 236);
    -o-box-shadow: inset 0 0 2px rgb(236, 236, 236);
    -webkit-appearance: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.reservation ul li {
    float: left;
    list-style: none;
    width: 30%;
}

.banner-info h1 {
    color: #ffffff;
    font-size: 3em;
    font-weight: 800;
    text-align: center;
    margin: 0;
}

.banner-info p {
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    margin: 1em auto;
    line-height: 1.8em;
    width: 84%;
}

.our h5 {
    color: #002E18;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.our h2 {
    color: #00AFEF;
    font-size: 2.4em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.our-quem-somos h2 {
    color: #FFFFFF;
    font-size: 2.4em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.our p {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.8em;
    margin: 1em 0;
    text-align: justify;
}

.our {
    padding: 4%;
}

i.best {
    width: 94px;
    height: 94px;
    /*background: url(../images/img-sprite.png)no-repeat -11px -145px ;*/
    display: inline-block;
    vertical-align: middle;
}

i.resu {
    width: 94px;
    height: 94px;
    background: url(../images/img-sprite.png)no-repeat -118px -145px;
    display: inline-block;
    vertical-align: middle;
}

i.interv {
    width: 94px;
    height: 94px;
    background: url(../images/img-sprite.png)no-repeat -225px -145px;
    display: inline-block;
    vertical-align: middle;
}

.our-top {
    text-align: center;
}

.our-top h3 {
    color: #00AFEF;
    font-size: 1.4em;
    margin: 1em 0 0;
    font-weight: 600;
}

.employs {
    padding: 3em 0;
}

.team-top li {
    display: inline-block;
    margin: 0 0.1em;
}


/*----respoinsive-tabs---*/

.r-tabs {
    position: relative;
}

.r-tabs .r-tabs-nav {}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 0px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: none;
    margin-bottom: 0px;
    padding: 0.5em 0em;
    display: inline-block;
    text-decoration: none;
    color: #666666;
    font-size: 1.3em;
    margin: 0 0 0 1em;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #fff;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    border-bottom: none;
    color: #666666;
    font-weight: 700;
    border-bottom: 4px solid #42E4d8;
}

.r-tabs .r-tabs-panel {}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #F03627;
    margin-bottom: 0;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eeeeee;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 2em;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}


/*----*/

.apply_btn form input[type="submit"] {
    text-transform: capitalize;
    width: 100% !important;
    background: #42E4d8;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    border: none;
    font-size: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    outline: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.apply_btn form input[type="submit"]:hover {
    background: #00FFEC;
}

.air li {
    display: inline-block;
    vertical-align: middle;
}

.air ul {
    padding: 0;
}

.air-1 li {
    display: inline-block;
    vertical-align: middle;
}

i.drib {
    width: 74px;
    height: 76px;
    background: url(../images/img-sprite.png)no-repeat -249px -56px;
    float: left;
    vertical-align: middle;
}

i.cli {
    width: 76px;
    height: 76px;
    background: url(../images/img-sprite.png)no-repeat -320px -54px;
    float: left;
    vertical-align: middle;
}

i.facb {
    width: 76px;
    height: 76px;
    background: url(../images/img-sprite.png)no-repeat -165px -56px;
    float: left;
    vertical-align: middle;
}

i.intre {
    width: 76px;
    height: 76px;
    background: url(../images/img-sprite.png)no-repeat -84px -56px;
    float: left;
    vertical-align: middle;
}

i.wind {
    width: 76px;
    height: 76px;
    background: url(../images/img-sprite.png)no-repeat -4px -56px;
    float: left;
    vertical-align: middle;
}

.recnt h4 {
    color: #202020;
    font-weight: 700;
    font-size: 1.3em;
    margin: 0;
    vertical-align: middle;
}

.recnt p {
    color: #666666;
    font-size: 1em;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.8em;
}

li.ic-on {
    width: 11%;
    vertical-align: middle;
}

li.wb-dis {
    width: 26%;
    vertical-align: middle;
}

li.dr-co {
    width: 17%;
    vertical-align: middle;
}

li.sa-pn {
    width: 19%;
    vertical-align: middle;
}

li.dolla {
    width: 10%;
    vertical-align: middle;
}

.air {
    background: #f9f9f9;
    padding: 1em;
}

.air-1 {
    background: #f4ffff;
    padding: 1em;
}

.recnt h5 {
    margin: 0;
    font-size: 1.1em;
    font-weight: 300;
    color: #202020;
}

.air:hover {
    background: #42E4d8;
    color: #fff;
}

.air:hover li p {
    color: #fff;
}

.air-1:hover {
    background: #42E4d8;
    color: #fff;
}

.air-1:hover li p {
    color: #fff;
}

.recnt h6 {
    color: #202020;
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.recnt span {
    color: #E442C2;
    font-weight: 800;
}

.recnt h3 {
    color: #202020;
    font-size: 2.5em;
    font-weight: 800;
    margin: 0.5em 0 2em;
    text-align: center;
    text-transform: uppercase;
}

.recent-right-info h3 {
    color: #fff;
    text-align: left;
    padding: 0 0.5em 0.8em;
    margin: 0;
}

.cre_btn form input[type="submit"] {
    width: 100% !important;
    background: #42E4d8;
    color: #fff;
    padding: 17px;
    font-weight: 500;
    border: none;
    font-size: 1.1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    outline: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.cre_btn form input[type="submit"]:hover {
    background: #666666;
}

.recent-right-info {
    padding: 23em 0 0;
}

.what {
    min-height: 500px;
    padding: 4em 0;
}

.what h6 {
    color: #202020;
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.what h3 {
    color: #202020;
    font-size: 2.5em;
    font-weight: 800;
    margin: 0.5em 0 2em;
    text-align: center;
    text-transform: uppercase;
}

.what-top {
    background: #42E4d8;
    width: 67%;
    padding: 2em;
    margin: 0 auto;
    position: relative;
}

.what-bottom {
    position: absolute;
    top: 6em;
    right: -1em;
}

.what-top p {
    color: #fff;
    font-size: 1em;
    line-height: 1.8em;
    margin: 1em 0;
    font-weight: 400;
}

.days {
    padding: 0;
}

.what-top h5 {
    color: #fff;
    font-size: 1.2em;
    margin: 0;
    font-weight: 700;
}

.what-top span {
    font-size: 1em;
    font-style: italic;
}

/*-------About-section---------*/

.about-main {
    padding: 3em 0;
    background: #f3f3f3;
}

.main-about {
    text-align: left;
    padding: 2em 0 2em 0;
}

.about-main h3 {
    color: #42E4d8;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1.3em 0 0 0;
    font-size: 2.2em;
    text-align: center;
}

.main-img img {
    width: 100%;
}

.main-about h4 {
    font-size: 1.1em;
    color: #666666;
    font-weight: 600;
    line-height: 1.6em;
    margin: 10px 0 15px 0;
    text-transform: uppercase;
    text-decoration: underline;
}

.main-text p.para,
p.para1 {
    font-size: 1em;
    color: #666;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0px 0 0 0;
}

.mission {
    padding: 2em 0;
}

.data-index {
    top: 2px;
    left: 0;
    width: 50px;
    height: 50px;
    font: 300 50px/29px 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #666666;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

.data-index span {
    left: 15px;
    font-weight: 400;
    font-size: 23px;
    top: 0px;
}

.visson-text h4 {
    font-size: 1.1em;
    color: #666666;
    font-weight: 600;
    line-height: 1.4em;
    margin: 10px 0 15px 0;
    text-transform: uppercase;
}

.visson-text p {
    color: #666;
    font-size: 1em;
    line-height: 1.8em;
    margin: 0.7em 0;
    padding: 0;
    font-weight: 400;
}

.mission-grids {
    margin-top: 3em;
}


/*	Strip
/*-----------------------------------------------------------------------------------*/

.b-link-stripe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow: hidden;
}

.b-link-stripe .b-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

.b-link-stripe .b-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20%;
    background: rgba(15, 207, 140, 0.9);
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden;
    /* lt-ie9 */
}


/*-----------------------------------------------------------------------------------*/


/*	Animation effects
/*-----------------------------------------------------------------------------------*/

.b-animate-go {
    text-decoration: none;
}

.b-animate {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    visibility: hidden;
    font-size: 1.1em;
    font-weight: 700;
}

.b-animate img {
    margin-top: 23%;
}


/* lt-ie9 */

.b-animate-go:hover .b-animate {
    visibility: visible;
}

.b-from-left {
    position: relative;
    left: -100%;
}

.b-animate-go:hover .b-from-left {
    left: 0;
}

span.m_4 {
    font-size: 14px;
    font-weight: 400;
}

p.m_5 {
    margin: 2% auto 5%;
    width: 70%;
    color: #283A47;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}

ul#filters {
    padding: 0px;
    margin-top: 3em;
}

.b-wrapper:hover {
    background: rgba(37, 44, 86, 0.69);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


/* lt-ie9 */

.b-link-stripe:hover .b-line {
    visibility: visible;
}

.b-link-stripe .b-line1 {
    left: 0;
}

.b-link-stripe .b-line2 {
    left: 20%;
    transition-delay: 0.1s !important;
    -moz-transition-delay: 0.1s !important;
    -ms-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    -webkit-transition-delay: 0.1s !important;
}

.b-link-stripe .b-line3 {
    left: 40%;
    transition-delay: 0.2s !important;
    -moz-transition-delay: 0.2s !important;
    -ms-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
}

.b-link-stripe .b-line4 {
    left: 60%;
    transition-delay: 0.3s !important;
    -moz-transition-delay: 0.3s !important;
    -ms-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
}

.b-link-stripe .b-line5 {
    left: 80%;
    transition-delay: 0.4s !important;
    -moz-transition-delay: 0.4s !important;
    -ms-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    -webkit-transition-delay: 0.4s !important;
}

.b-link-stripe:hover .b-line {
    opacity: 1;
}


#filters {
    margin: 3% 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
#filters li {
    display: inline-block;
}
#filters li span {
    display: block;
    padding: 11px 15px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    background: #84b239;
    margin: 0 10px 0 0;
}
#filters li span.active,
#filters li span:hover {
    background: #00AEEF;
    color: #ffffff;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 28%;
    display: none;
    float: left;
    overflow: hidden;
    margin: 0 0 4% 5%;
}
div#portfoliolist {
    padding: 0px 0px;
}
.portfolio-wrapper {
    display: block;
    overflow: hidden;
    position: relative !important;
}
.portfolio img {
    max-width: 100%;
    position: relative;
    transition: all 300ms!important;
    -webkit-transition: all 300ms!important;
    -moz-transition: all 300ms!important;
}
.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
}
.portfolio .label-bg {
    background: #22B4B8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
    max-width: 10%;
}
.portfolio .text-category {
    display: block;
    font-size: 9px;
    font-size: 12px;
    text-transform: uppercase;
}

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after,
.clearfix:after {
    clear: both;
}
.row,
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*-- blog --*/
.blog {}
.blog a {
    text-decoration: none;
}
.blog-head-left {
    float: left;
}
.blog-head-left h3 {
    color: #FFF;
    font-size: 2em;
}
.blog-head-right {
    float: right;
    margin-top: 0.7em;
}
.blog-head-right ul li {
    display: inline-block;
}
.blog-head-right ul li a {
    color: #69BAE9;
}

/*----*/
.blog-content-left {
    float: left;
    width: 73%;
}
.blog-content-right {
    float: right;
    width: 23.5%;
}
.blog-artical-info-head h2 a {
    color: #42E4d8;
    font-size: 0.87em;
    margin: 0.5em 0;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.b-tag-weight ul {
    margin: 0;
    padding: 0;
}
.blog-artical-basicinfo {
    float: left;
    width: 12%;
}
.blog-artical-basicinfo ul {
    margin: 0;
    padding: 0;
}
.blog-artical-basicinfo li {
    width: 80px;
    height: 80px;
    border: 1px solid #666666;
    text-align: center;
    margin: 0.8em auto;
    list-style: none;
    background: #666666;
}
.blog-artical-info {
    float: right;
    width: 85%;
}
.post-date span {
    display: block;
    color: #fff;
    font-size: 1.5em;
}
.post-date label {
    font-size: 12px;
    color: #fff;
    margin-top: -0.2em;
    display: block;
}
.post-date p {
    padding: 0.7em 0 0 0;
}
.blog-content {
    margin: 3em 0 6em;
}
.blog-artical-info-head ul {
    padding: 0.6em;
    border: 1px solid #E7E4E4;
    border-right: 0;
    border-left: 0;
}
.blog-artical-info-head ul li {
    display: inline-block;
}
.blog-artical-info-head ul li a,
.blog-artical-info-head ul li {
    color: #777;
    font-size: 1em;
    display: inline-block;
    padding: 0 0.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.blog-artical-info-text p {
    color: #777;
    font-size: 1em;
    line-height: 1.6em;
    margin: 1em 0;
    font-weight: 100;
}
.blog-artical-info-text p a {
    color: #4E9ECA;
    margin-left: 0.4em;
    font-size: 0.875em;
    vertical-align: middle;
}
.blog-artical {
    margin-bottom: 2em;
}
.blog-artical-info-img img {
    border: 2px solid #10335b;
    width: 100%;
}
.blog-pagenat ul li {
    display: inline-block;
}
.blog-pagenat ul li a {
    display: block;
    background: #42E4d8;
    padding: 0.7em 1em;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
}
.blog-pagenat {
    text-align: center;
}

/*----*/
.blog-content-right {}
.b-search {
    position: relative;
    border: 1px solid #EEE;
    padding: 0.5em 0;
    background: #fff;
}
.b-search input[type="text"] {
    width: 80%;
    outline: none;
    padding: 0em 0.6em;
    font-size: 1em;
    color: #999;
    position: relative;
    border: none;
}
.twitter-weight-grid h4 {
    color: #4E9ECA;
    font-size: 1.2em;
    margin: 0;
}
.twitter-weight-grid p {
    color: #999;
    margin: 0.5em 0;
    line-height: 1.5em;
}
.twitter-weight-grid {
    padding: 1em 0;
    border-bottom: 1px solid #E7E4E4;
}
.twitter-weight-grid p a {
    color: #42E4d8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.twitter-weight-grid p a:hover {
    color: #041e39;
}
.twitter-weight-grid i a {
    color: #ccc;
    font-size: 0.9em;
    font-weight: 300;
    font-style: normal;
}
.twitter-weights h3 {
    font-size: 1.4em;
    color: #42E4d8;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.twitter-weights {
    margin-top: 2em;
}
.b-tag-weight {
    margin-top: 2em;
}
.b-tag-weight h3 {
    font-size: 1.4em;
    color: #42E4d8;
    margin: 0.5em 0;
    text-transform: uppercase;
    font-weight: 700;
}
.b-tag-weight ul li {
    display: inline-block;
}
.b-tag-weight ul li a {
    background: #666666;
    padding: 0.7em 1em;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
}

/*--------------------------------

    Inicio Area Contato

----------------------------------*/
.contact-map iframe {
    min-height: 440px;
    width: 90%;
    border: 2px solid #999999;
}
.contact_top {
    padding: 4em 0 3em 0;
    margin: 0 auto;
    width: 90%;
}
.contact-head h3 {
    text-align: left;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
    width: 73%;
    margin: 0 auto;
}
.contact-head p {
    text-align: left;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    width: 73%;
    margin: 0.2em auto;
}
.contact-top h3 {
    color: #FFF;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 1em;
}
.contact_left p span:hover {
    text-decoration: underline;
}
.contact-atendimento {
    position: relative;
    display: block;
    overflow: hidden;
}
.form_details input[type="text"],
.form_details textarea {
    padding: 11px;
    width: 110%;
    font-size: 1em;
    margin: 10px 0px;
    border: none;
    color: #000;
    background: rgba(0, 0, 0, 0.15);
    -webkit-appearance: none;
    float: left;
    outline: none;
    font-weight: 400;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.form_details textarea {
    height: 200px;
    resize: none;
    width: 110%;
    /*width:130%;*/
}
.form_details input[type="submit"] {
    margin-top: 1em;
    color: #fff;
    font-size: 1.2em;
    padding: 0.7em 1em;
    -webkit-appearance: none;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    width: 30%;
    background: #00AFEF;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.form_details input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    background: #00709B;
}
.sub-button {
    margin-bottom: 25px;
}
.company_ad {
    width: 100%;
}
.contact_left h3 {
    font-size: 1.4em;
    color: #00AFEF;
    font-weight: 500;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    text-align: center;
}
.contact_left p {
    font-size: 1em;
    color: #000;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 19px;
    width: 88%;
    text-align: justify;
}
.main-head-section h2 {
    font-size: 2em;
    color: #00AFEF;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
    padding-bottom: 0px;
    text-align: center;
}
.company_ad h3 {
    font-size: 1.4em;
    color: #00AFEF;
    font-weight: 500;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}
.company_ad p {
    font-size: 1em;
    line-height: 1.8em;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.company_ad span {
    font-size: 1em;
    color: #4E9ECA;
    font-weight: 400;
    line-height: 1.8em;
    font-style: italic;
    margin-bottom: 19px;
    width: 84%;
    font-weight: 600;
}
.days p {
    font-size: 1em;
    line-height: 1.8em;
    color: #8A8888;
}
.company_ad lable {
    font-size: 12pt;
    line-height: 1.2em;
    color: #4E9ECA;
    margin-left: 2px;
}
.store h4 {
    color: #00AFEF;
    font-size: 1.5em;
    font-weight: 600;
}
.main-head-section {
    padding: 1em 0 0 0;
}
.sin-lef {
    float: left;
    width: 66%;
}
.sin-right {
    float: left;
    width: 34%;
    text-align: right;
}
.single-bottom {
    background: #171717;
    padding: 2em;
}
.single-top p {
    color: #999;
    font-size: 1em;
    font-weight: 400;
    margin: 1em 0;
    line-height: 1.8em;
}
.sucss-top ul {
    padding: 0;
}
.sucss-top li {
    display: inline-block;
}
.sucss-top {
    padding: 1em 0;
    border-bottom: 1px dashed #555;
    border-top: 1px dashed #555;
    margin: 2em 0;
}
.sucss-bottom ul {
    padding: 0;
}
.sucss-bottom li {
    display: inline-block;
    margin: 0 1em 0 0;
}
a.reply {
    text-decoration: none;
    font-size: 1.1em;
    background: #666666;
    color: #f0f0f0;
    padding: 0.5em 1em;
    display: inline-block;
    font-weight: 400;
    border: none;
}
a.reply:hover {
    background: #42E4d8;
}
.rep {
    text-align: right;
}
.strator-right {
    float: right;
    width: 88%;
}
.strator-left {
    float: left;
    width: 11%;
}
.strator {
    padding: 2em 2em;
    background: rgba(235, 235, 235, 0.61);
}
.strator1 {
    padding: 2em 2em;
    background: rgba(235, 235, 235, 0.61);
    margin: 1em 0 0 5em;
}
.comment input[type="text"] {
    display: block;
    width: 31.33%;
    padding: 12px;
    outline: none;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    background: rgba(235, 235, 235, 0.61);
    border: none;
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
}
.comment textarea {
    display: block;
    width: 98%;
    padding: 12px;
    outline: none;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    background: rgba(235, 235, 235, 0.61);
    border: none;
    height: 170px;
    resize: none;
    margin: 1em 0;
}
.comment input[type="submit"] {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    background: #42E4d8;
    text-transform: uppercase;
    padding: 0.6em 1em;
    border: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-apperance: none;
    font-family: 'Open Sans', sans-serif;
    outline: none;
}
.comment input[type="submit"]:hover {
    background: #4E9ECA;
}
.single-top h2 {
    color: #42E4d8;
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 1em;
}
.respon h5 {
    color: #4E9ECA;
    font-size: 1.4em;
    font-weight: 400;
}
.respon {
    margin-top: 2em;
}

.comment {
    padding: 2em 0;
}
.blog {
    background: rgba(243, 243, 243, 0.55);
    padding: 2em 0;
}
.content-top {
    background: rgba(243, 243, 243, 0.55);
    padding: 2em 0
}
.succs {
    background: #2096da;
    padding: 1em 3em;
    margin: 2em 0;
}
.succs h3 {
    color: #fff;
    margin: 0;
    font-size: 2em;
    font-weight: 400;
    text-align: center;
}
.succs li {
    display: block;
}
.single-top {
    float: left;
    width: 73%;
}

.single-top img {
    width: 100%;
}
a.b-home {
    background: #42E4d8;
    padding: 0.8em 3em;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    margin-top: 1em;
}
a.b-home:hover {
    background: #666666;
    color: #fff;
}

/*--login--*/
.login-left {
    padding: 0;
}
.login-left h3,
.login-right h3 {
    color: #0c99c8;
    font-size: 1.2em;
    padding-bottom: 0.5em;
    font-weight: 600;
}
.login-left p,
.login-right p {
    color: #868583;
    display: block;
    font-size: 1em;
    margin: 0 0 2em 0;
    line-height: 1.8em;
}
.acount-btn {
    background: #666666;
    color: #FFF;
    font-size: 1em;
    padding: 0.7em 1.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    text-transform: uppercase;
}
.acount-btn:hover,
.login-right input[type="submit"]:hover {
    background: #00709B;
    text-decoration: none;
    color: #fff;
}
.login-right form div {
    padding: 0 0 2em 0;
}
.login-right form h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24pt;
    color: #00A859;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.login-right span {
    color: #696969;
    font-size: 0.8125em;
    padding-bottom: 0.2em;
    display: block;
    text-transform: uppercase;
}
.login-right input[type="text"] {
    border: 1px solid #fff;
    outline-color: #4E9ECA;
    width: 96%;
    font-size: 0.8125em;
    padding: 0.7em;
    border-radius: 4px;
    background-color: #ffffff;
}
.login-right input[type="password"] {
    border: 1px solid #fff;
    outline-color: #4E9ECA;
    width: 96%;
    font-size: 0.8125em;
    padding: 0.7em;
    border-radius: 4px;
    background-color: #ffffff;
}
.login-right input[type="submit"] {
    background: #00AFEF;
    color: #FFF;
    font-size: 1em;
    padding: 0.8em 5.5em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    outline: none;
}
.login-page {
    padding: 5em 0;
}

/*--register--*/
.register {
    padding: 4em 0 5em 0;
}
.register-top-grid h3,
.register-bottom-grid h3 {
    color: #4E9ECA;
    font-size: 1.2em;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 600;
}
.register-top-grid div,
.register-bottom-grid div {
    width: 48%;
    float: left;
    margin: 10px 0;
}
.register-top-grid span,
.register-bottom-grid span {
    color: #999;
    font-size: 0.85em;
    padding-bottom: 0.2em;
    display: block;
    text-transform: uppercase;
}
.register-top-grid input[type="text"],
.register-bottom-grid input[type="text"],
.register-top-grid input[type="password"],
.register-bottom-grid input[type="password"] {
    border: 1px solid #4E9ECA;
    outline-color: #4E9ECA;
    width: 96%;
    font-size: 1em;
    padding: 0.5em;
}
.checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 1.1em;
    line-height: 27px;
    cursor: pointer;
}
.checkbox {
    float: left;
    position: relative;
    font-size: 0.85em;
    color: #555;
}
.checkbox:last-child {
    margin-bottom: 0;
}
.news-letter {
    color: #555;
    font-weight: 600;
    font-size: 0.85em;
    margin-bottom: 1em;
    display: block;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    clear: both;
}
.checkbox i {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: 2px solid #4E9ECA;
}

.checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input {
    position: absolute;
    left: -9999px;
}
.checkbox input:checked + i:after {
    opacity: 1;
}
.news-letter:hover {
    color: #00BFF0;
}
.register-but {
    margin-top: 1em;
}
.register-but form input[type="submit"] {
    background: #666666;
    color: #FFF;
    font-size: 1em;
    padding: 0.6em 2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    outline: none;
}
.register-but input[type="submit"]:hover {
    background: #42E4d8;
}
div.register-bottom-grid {
    margin-top: 3em;
}
.main-1 {
    background: #f3f3f3;
}