html, body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0px;
    font-family: 'robotothin';
    font-size: 14px;
    height: 100%;
    min-height: 100%;
}

:hover {
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

button {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

hr { border: solid 1px #E74310;}

.box-fix {
    min-height: 100%;
    position: relative;
    z-index: 998;
}

.box-main {
    width: 100%;
    position: relative;
    padding-bottom: 300px;
}

.box-white {
    width: 100%;
    height: 100px;
    z-index: 999;
    position: relative;
/*    background: #FFF;*/
    background: url(../img/bot-bg.jpg);
}

.box-topo {
    width: 1000px;
    height: 100px;
    margin: auto;
    position: relative;
    z-index: 998;
    
}

.box-logo {
    width: 143px;
    height: 70px;
/*    padding: 3px;*/
/*    box-shadow: 0px 0px 35px rgba(0,0,0,0.1);*/
    position: absolute;
    z-index: 999;
    top: 15px;
    left: 100px;
}

.box-menu {
    width: 740px;
    height: 35px;
    top: 30px;
    right: 0px;
/*    margin-left: 300px;*/
/*    margin-top: 30px;*/
    font-family: 'caviar_dreams';
/*    margin-top: 73px;*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
    position: absolute;
    font-weight: bold;
}

.box-banner {
    width: 100%;
/*    widows: 100%;*/
/*    height: 100%;*/
/*    z-index: 997;*/
/*    margin-top: -100px;*/
/*    overflow: hidden;*/
/*    margin-bottom: 30px;*/
    position: relative;
}


.box-pro-banner {
    width: 100%;
    margin-bottom: 30px;
    height: 250px;
    overflow: hidden;
}

.box-pro-banner img {
    top: -50%;
    position: relative;
}

.box-double {
    width: 800px;
    margin: 30px auto;
/*    height: 255px;*/
/*    display: inline-block;*/
    border: solid 1px #D5D5D5;
    vertical-align: top;
/*    text-align: center;*/
}

.box-bottom {
    width: 100%;
    height: 300px;
    margin-top: -300px;
    position: absolute;
    bottom: 0px;
    clear: both;
    z-index: 1;
    background: url(../img/bot-bg.jpg);
}

.box-base {
    width: 1060px;
    height: 288px;
    margin: 12px auto 0px auto;
    position: relative;
    color: #FFF;
}

.box-content {
    width: 980px;
    padding: 10px;
    margin: 30px auto;
}

.t-xlviii { font-family: 'caviar_dreams'; font-size: 48px; }
.t-xxxvi { font-family: 'caviar_dreams'; font-size: 36px; }
.t-xxviii { font-family: 'caviar_dreams'; font-size: 28px; font-weight: bold;}
.t-xxiv { font-family: 'robotomedium'; font-size: 24px; }
.t-xvir { font-family: 'robotomedium'; font-size: 16px; }
.t-xviii { font-size: 18px; }
.t-xvi { font-size: 16px; }
.t-xiv { font-size: 14px; }
.t-xii { font-size: 13px; }
.t-x { font-size: 10px; }
.p-x { padding: 10px; }
.p-xv { padding: 10px; }
.m-lxc {margin-left: 90px; }
/*.hide { display: block;}*/
.p-bxx {padding-bottom: 20px;}
.m-bxx {margin-bottom: 20px;}
.m-lx {margin-left: 10px;}
.bold {font-weight: bold;}


.papaya {color: #DECD8A;}
.orange {color: #e74310;}
.dark-gray {color: #5a5a5a;}

.ease {-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;}

.box-shadow {
    width:  980px;
    background: url(../img/shadow-bg.png) no-repeat top;
    margin: auto;
    color: #5a5a5a;
}

.box-ambients {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.box-ambients img {
    height: 270px;
}

.box-itens {
    width: 270px;
    height: 165px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 40px;
}



.button {
    padding: 10px 40px;
    background: #989054;
    border-radius: 5px;
    color: #FFF;
    border: 0px;
    cursor: pointer;
}

.button:hover {background: #B1A043;}

.button-search {
    vertical-align: top;
    padding: 0px 15px;
    height: 44px;
    background: #989054;
/*    border-radius: 5px;*/
    color: #fff9b4;
    border: solid 1px #958a39;
    cursor: pointer;
    font-family: 'caviar_dreams';
}

.button-search:hover {
    background: #bcb265;
}

.center {
    text-align: center;
}

.box-left {
    width: 310px;
    display: inline-block;
    vertical-align: top;
}

.justify {
    text-align: justify;
}

.box-right {
    width: 635px;
    padding: 20px 0px 0px 30px;
    display: inline-block;
    vertical-align: top;
}

.box-submenu {
    width: 220px;
    height: 265px;
    margin: 0px 150px;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
}

.box-submenu ul {
    list-style-type: none;
    line-height: 28px; !important
    font-family: 'caviar_dreams';
    padding: 0px;
}

.box-news {
    width: 400px;
    height: 265px;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    text-align: justify;
}

.box-news img {
    padding-right:5px;
    width: 90px;
    height: 90px;
}

.box-news ul {
    list-style-type: none;
    padding: 0px;
}

.box-news li {margin-top: 8px}
.line { border: solid 1px #DECD8A; }

.box-network {
    width: 330px;
    height: 265px;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    margin-left: 50px;
    text-align: justify;
}

.box-network ul {
    list-style-type: none;
    padding: 0px;
}

.box-network li {margin-top: 8px}

.m-hide { display: none;}

.box-prods {
    width: 234px;
    display: inline-block;
    vertical-align: top;
    margin: 25px;
}

.box-prods img {
    border: solid 1px #efefef;
}

.box-well {
/*    width: 1000px;*/
/*    margin: auto;*/
/*    font-family: "roboto_normal";*/
/*    border-right: #e6e6e6 solid 1px;*/
/*    border-left: #e6e6e6 solid 1px;*/
/*    border-bottom: #e6e6e6 solid 1px;*/
/*    background: url(../img/first_arrow.jpg) no-repeat;*/
/*    background-color: rgba(255,255,255,0.7);*/
/*    margin-top: 10px;*/
/*    padding: 20px;*/
}

/*.box-well p:before {
    content: "\00bb \00a0";
    margin-left: 20px;
}*/

.box-inpro {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.box-inpro p {
    padding: 0px 30px;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    line-height: 22px;
}

.box-inpro span{
    font-family: 'robotomedium';
    color: #5a5a5a;
}

.box-inpro img {
    max-width: 100%;
}

.box-tread img{
    width: 200px;
    height: 200px;
}

.box-tread{
    width: 200px;
    height: 200px;
/*    margin-right: 22px;*/
}

.box-simulated {
    width: 980px;
    height: 600px;
}

.nav-control {
    width: 920px;
    margin-left: 45px;
}

.box-selection {
/*    width: 200px;*/
}

.box-selection img{
    width: 240px;
}

.box-beige {
    width: 980px;
    margin: 20px auto;
    background: #867632;
    color: #FFF;
}
.box-innew {
    width: 940px;
    padding: 10px;
/*    height: 80px;*/
    margin: 10px auto;
    background: rgba(0,0,0,0.05);
    cursor: pointer;
}

.box-innew:hover {background: rgba(0,0,0,0.02);}

.hr-gray {
    border-color: #FFF;
}

.box-singlenews {
    padding: 15px;
}

a {text-decoration: none;}

.box-googleplace {
    width: 100%;
    margin-bottom: 30px;
    height: 350px;
}

.box-history {
    width: 100%;
/*    margin-bottom: 30px;*/
/*    height: 416px;*/
/*    overflow: hidden;*/
}

.box-history img {
    width: 100%;
/*    position: relative;*/
/*    top: -147px;*/
}

.form-on select {
    font-family: 'caviar_dreams';
    margin: 5px 15px;
    font-size: 16px;
    border-color: #CCC;
    padding: 5px;
}

.form-on select:hover {border-color: #DECD8A;}

.form-on option {
    width: 980px;
    text-transform: uppercase;
}

.box-search {
    width: 210px;
    border: solid 1px #CCC;
    font-family: 'caviar_dreams';
    font-size: 18px;
    padding: 10px;
    color: #767676;
    text-transform: uppercase;
}

.box-search:hover {
    border: solid 1px #B1A043;
}

a:link {color: #989054;}
a:visited {color: #989054;}
a:hover {color: #B1A043;}
a:active {color: #989054;}

.box-base a:link { color: #FFF;}
.box-base a:visited { color: #FFF;}
.box-base a:hover { color: #DECD8A;}
.box-base a:active { color: #FFF;}

.box-translate a:link { color: #000;}
.box-translate a:visited { color: #000;}
.box-translate a:hover { color: #222;}
.box-translate a:active { color: #000;}

.box-ambiant {
    width: 230px;
    height: 150px;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.box-ambiant img {
    width: 250px;
}

.null-link a:link {color: #222;}
.null-link a:visited {color: #222;}
.null-link a:hover {color: #222;}
.null-link a:active {color: #222;}

.resp img { max-width: 180px; display: inline-block; vertical-align: middle;}

.box-certify {
    width: 300px;
    display: inline-block;
    margin-left: 20px;
}

.box-certify img {
    width: 300px;
    height: 200px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
}



.box-ambrace {
    width: 230px;
    display: inline-block;
}
.box-relative {
    position: relative;
}

.box-riddle {
    position: absolute;
    width: 33px;
    height: 33px;
    right: -37px;
    top: 8px;
}

.pro-download {
    display:table;
    float:right;
}

.box-half {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.box-leftside {
    width: 300px;
    margin-right: 50px;
    display: inline-block;
    font-family: arial;
}

.box-leftside p {font-weight: bold; color:#7c7c7c;}

.box-rightside {
    width: 600px;
    display: inline-block;
    vertical-align: top;
}

.box-favorite {
    display: inline-block;
    vertical-align: top;
}

.box-names {
    width: 190px;
    display: inline-block;
}

.box-classifyer {
    position: absolute;
    width: 200px;
    right: 0px;
    top: 0px;
}

.box-multiplyer {
    width: 230px;
    display: inline-block;
}

.box-itemization {
    width: 100%;
    position: relative;
    text-align: center;
}

.box-filter {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #7c7c7c;
    font-size: 18px;
    font-family: arial;
}

.box-design {
/*    Width: 230px;*/
/*    height: 300px;*/
    display: inline-block;
    padding: 10px;
    border: solid 1px #CCC;
    background: #EFEFEF;
    margin-left: 55px;
}
