#toTop {
 bottom: 0px;
 right: 0px;
 display: block;
 width: 40px;
 position: fixed;
 height: 100%;
 cursor: pointer;
 transition: ease 0.3s background-color;
}
#toTop:hover {
 background-color: rgba(255,255,255,0.1) !important;
}
.icon-up-open2:before {
 content: '\e817';
 bottom: 0px;
 position: absolute;
 right: 0px;
 font-size: 30px;
 padding-bottom: 10px;
}


footer {
 margin-left: -20px;
}

.tablefoot {
 text-align: center;
 width: 100%;
 margin-top: 50px;
 background: rgba(0,0,0,0.4);
}
.tablefoot td {
 display: block;
}
.afoot {
 color: #fff !important;
 text-decoration: none !important;
         border-radius: 5px !important;
    -moz-border-radius: 5px !important;
 -webkit-border-radius: 5px !important;
 margin: 10px !important;
 font: 18px 'Cuprum' !important;
 display: inline-block;
         transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
}
.afoot:hover {
         transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
 -webkit-transition: all 0.3s ease 0s;
 background: rgba(255,255,255,0.15);
}
.site_start a {
 text-decoration: none;
 text-shadow: 0px 0px 2px #000;
 color: #606060 !important;
}
#footer {
 background: rgba(0,0,0,0.7);
 padding: 25px 0px;
}
#footer td {
 font-size: 13px;
}
#banners_style_740284 {
 background: rgba(0,0,0,0.7);
 padding-top: 30px;
}


.site_start_table {
 margin-top: 30px;
 background: #404040;
         border-radius: 30px 30px 0px 0px;
    -moz-border-radius: 30px 30px 0px 0px;
 -webkit-border-radius: 30px 30px 0px 0px;
 width: 230px;
 border-top: 1px solid #606060;
         box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 3px #000;
 -webkit-box-shadow: 0px 0px 3px #000;
         transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
 -webkit-transition: all 0.2s ease 0s;
}
.site_start_table:hover {
 padding: 4px 0;
}

/* ����� */
#flag {
 display: inline-table;
}
#flag a {
 padding: 5px;
 display: inline-block;
}
.iconlang {
 display: inline-block;
}

.icon-english,
.icon-french,
.icon-germany,
.icon-china,
.icon-spain {
 background-image: url("/flag/sprite2.png");
 width: 32px;
 height: 32px;
}
.icon-english {
 background-position: 32px 0px !important;
}
.icon-french {
 background-position: -32px 0px !important;
}
.icon-germany {
 background-position: 0px -32px !important;
}
.icon-spain {
 background-position: -32px -32px !important;
}
.icon-china {
 background-position: 0px 0px !important;
}
#select_language {
 padding: 10px !important;
 background: transparent !important;
 border-color: #1e90ff !important;
 border-width: 0px 0px 1px 0px !important;
 text-align: center;
    -moz-appearance: none;
 -webkit-appearance: none;
      -o-appearance: none;
         appearance: none;
}
/* ------------- */

.line_footer {
 border: 1px solid #1b1b1b;
 width: 0px;
 padding: 0px;
 margin: 20px;
 display: block;
 height: 100px;
}
#left_td_style_footer {
 padding: 5px 5px 5px 20px;
 text-align: center;
 width: 35%;
}
#center_td_style_footer {
 text-align: center;
 width: 30%;
 color: rgba(255,255,255,0.5);
 padding: 35px 40px 0px 40px;
}
#right_td_style_footer {
 color: rgba(255,255,255,0.5);
 width: 35%;
 text-align: justify;
 padding: 5px 20px 5px 5px;
}
