
html {
    height: 100%;
}

body {
    font: 12px/18px Verdana, Geneva, sans-serif;
    font: 12px/18px Tahoma, Geneva, sans-serif;
    /*	width: 100%; */
    height: 100%;
    background: #e0e0e0;
}

a {
    color: #4F65BA;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 18px
}

img {
    border: none;
}

input {
    vertical-align: middle;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
    /*	min-height: 100%; */
    height: auto !important;
    height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 575px;
    background: none repeat scroll 0 0 #303E6D;
}

div#top-wrapper {
    height: 60px;
    width: 1000px;
    background: #e0e0e0;
    position: relative;
}

/* Top menu
-----------------------------------------------------------------------------*/

div#menu-top {
    font-size: 1em;
    color: #3e5298;
    font-weight: bold;
}

div#menu-top a {
    display: block;
    float: left;
    color: #3e5298;
    text-align: center;
    padding: 18px 10px;
    margin-right: 2px;
}

div#menu-top a:hover {
    color: #333;
}

div#menu-top a:visited {
    color: #000;
}

/* Top menu
-----------------------------------------------------------------------------*/
/* Adres
-----------------------------------------------------------------------------*/
div#adres {
    margin: 18px 0;
    float: right;
    color: #314178;
    font-size: 1em;
    font-weight: bold;
}

div#adres span {
    padding: 0 20px 0 0;
}

/* Adres
-----------------------------------------------------------------------------*/
/* Illustration
-----------------------------------------------------------------------------*/
/* logo
-------------------------------*/
div#top-img {
    background: url(/img/img-top.jpg) center top no-repeat;
    width: 1000px;
    height: 361px;
    position: relative;
}

div#logo {
    position: absolute;
    width: 380px;
    height: 139px;
    left: 17px;
    top: 35px;

}

div#logo a {
}

/* logo
-------------------------------*/
/* menu
-------------------------------*/
div#menu-okna {
    position: absolute;
    left: 88px;
    top: 190px;
}

ul#menu-okna-ul {
    padding: 0;
    margin: 0;

}

ul#menu-okna-ul li {

    padding: 7px 0;
    list-style-image: url(/img/menu-dot.jpg);
}

ul#menu-okna-ul li a {
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: underline;

}

ul#menu-okna-ul li a:hover {
    text-decoration: underline;
}

ul#menu-okna-ul li a:visited {
    color: #fff;
    list-style-image: url(/img/menu-dot.jpg);
}

/* menu
-------------------------------*/
/*Telephones
-------------------------------*/
div#tel {
    position: absolute;
    top: 140px;
    left: 770px;
    z-index: 888;
    background: url(/i/phone-fon.fw.png);
    padding: 10px 5px;
    width: 220px;
}

ul#tel-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#tel-ul li {
    display: block;
    padding: 4px 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

span.tel-prefix {
    color: #d5d4d4;
    font-size: 14px;
}

/* Telephones
------------------------------*/

div#slogan {
    position: absolute;
    left: 420px;
    top: 308px;
    color: #FFF;
    font-size: 32px;
    padding: 3px;
    margin: 0px;
    height: 42px;
    z-index: 888;
    background: url("/i/phone-fon.fw.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    line-height: 42px;
    text-align: center;
    width: 574px;
}

div#menu-middle {
    position: absolute;
    left: 0px;
    top: 360px;
    padding: 0px;
    margin: 0px;
    height: 35px;
    background: url(/img/menu-middle-fon.png) repeat-x;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    background: #FFF;
    padding: 0 0 30px;
    height: 1%;
    position: relative;
}

#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

#container {
    width: 100%;
    float: left;
    overflow: hidden;
}

#content {
    padding: 0 260px 0 20px;
    margin: 3px 0 0 0;
}

#content h1 {
    font-size: 2.1em;
    font-weight: normal;
    padding: 10px 0 7px 0;
    line-height: 30px;
}

#content h2 {
    font-size: 1.6em;
    font-weight: normal;
    padding: 5px 0 3px 0;
}

#content h3 {
    font-size: 1.4em;
    font-weight: normal;
    padding: 2px 0 2px 0;
}

#content p {
    text-align: justify;
    margin: 10px 0 10px 0;
}

#content ol, ul {
    padding: 7px 0 7px 20px;
    margin: 0;
}

span.bold-ital {
    font-weight: bold;
    font-style: italic;
}

p.txt-important {
    padding: 10px;
    background: #dbdada;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    float: left;
    margin-right: -3px;
    width: 240px;
    margin-left: -240px;
    position: relative;
    background: #FFF;
    padding: 20px 0 0 0;
}

div.but {
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

div.but div {
    padding: 7px 0 0 0;
}

div.but div a {
    color: #FFF;
    text-decoration: none;
    background: #5165bc;
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #5165bc;
}
a.but.callback_zamer{
    background: #fb433b;
}
div.but div a:hover {
    text-decoration: underline;
    color: black;
    background: #fbf161;
}

div#news {
    margin: 30px 0 0 0;
}

div#news span#news-title {
    display: block;
    font-size: 16px;
    padding: 0 0 7px 0;
}

div#news span.news-date {
    font-size: 11px;
    color: #3b3a3a;
}

a.news-txt {
    color: #233364;
    font-size: 12px;
    font-weight: normal;
}

a#news-arch {
    float: right;
    color: #233364;
    padding: 0 20px 0 0;
    font-style: italic;
}

div#map-title {
    padding: 70px 0 0 0;
    color: #1f294c;
    font-weight: bold;
    font-size: 14px;
}

div#map {
    position: relative;
    margin: 20px auto 0 auto;
    background: url(/img/map.jpg) no-repeat;
    width: 172px;
    height: 142px;
}

div#vitebsk {
    position: absolute;
    left: 65px;
    top: 10px;
}

div#grodno {
    position: absolute;
    left: 0px;
    top: 70px;
}

div#minsk {
    position: absolute;
    left: 60px;
    top: 60px;
}

div#mogilev {
    position: absolute;
    left: 120px;
    top: 50px;
}

div#gomel {
    position: absolute;
    left: 130px;
    top: 90px;
}

div#brest {
    position: absolute;
    left: 0px;
    top: 105px;
}

div#zhitkovichi {
    position: absolute;
    left: 60px;
    top: 100px;
}

div#turov {
    position: absolute;
    left: 70px;
    top: 115px;
}

div#lida {
    position: absolute;
    left: 25px;
    top: 55px;
}

div#vitebsk a, div#grodno a, div#minsk a, div#mogilev a, div#gomel a, div#brest a, div#zhitkovichi a, div#turov a, div#lida a {
    color: #1f294c;
    font-weight: bold;
    padding: 0 5px;
}

div#profiles {
    margin: 20px 0 0 30px;
    color: #1f294c;
    font-size: 14px;
    font-weight: bold;
}

div#profiles span {
    display: block;
    margin: 0 0 10px 0;
}

div#profiles img {
    float: left;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    width: 1000px;
    margin: 0px auto 0;
    height: 155px;
    background: url(/img/footer-line.png) repeat-x;
}

#outside {
    border-bottom: 1px solid #6182f2;
    overflow: hidden;
}

#inside {
    position: relative;
    left: 50%;
    float: left;

}

#inside {
    _left: 3px;

}

#inside div {

    position: relative;
    right: 50%;
    z-index: 1;
}

#menu_footer {
    font-size: 1.2em;
    height: 3.2em;
    color: #000;
    text-align: center;

}

#menu_footer div {

    margin: auto;
}

#menu_footer span {
    float: left;
    color: #999;
    padding: 10px 40px;
}

#menu_footer a {
    display: block;
    border: 1px solid #6182f2;
    float: left;
    color: #e8e8e8;
    text-align: center;
    padding: 10px 51.2px;

}

#menu_footer a:hover {
    color: #ccc;
    text-decoration: none;

}

div.copiright {
    width: 310px;
    float: left;
    color: #fff;
    font-size: 0.85em;
    padding: 35px 0 0 20px;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 1px 0 0 0;
}

ul.dropdown {
    position: relative;
    z-index: 597;
    float: left;
}

ul.dropdown li {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

ul.dropdown ul li {
    float: none;
}

ul.dropdown ul ul {
    top: 1px;
    left: 99%;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

/* common styling */
.menu {
    font-family: Tahoma, Geneva, sans-serif;
    width: 1000px;
    height: 160px;
    position: relative;
    font-size: 12px;
    z-index: 100;
}

.menu ul li a, .menu ul li a:visited {
    display: block;
    text-decoration: underline;
    font-weight: bold;
    color: #000;
    width: 125px;
    height: 21px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu ul li {
    float: left;
    position: relative;
}

.menu ul li ul {
    display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
    background: #1a2340;
    color: #fff;
    text-decoration: none;
}

.menu ul li:hover ul {
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
    width: 105px;
}

.menu ul li:hover ul li a.hide {
    background: #25315a;
    color: #fff;
    font-weight: normal;
}

.menu ul li:hover ul li:hover a.hide {
    background: #25315a;
    color: #fff;
    font-weight: normal;
}

.menu ul li:hover ul li ul {
    display: none;
}

.menu ul li:hover ul li a {
    display: block;
    background: #25315a;
    color: #fff;
    border-bottom: #40559e solid;
    font-weight: normal;
}

.menu ul li:hover ul li a:hover {
    background: #40559e;
    color: #fff;
}

.menu ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
    left: 103px;
    top: 0;
}

.menu ul li:hover ul li:hover ul.left {
    left: -105px;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dropdown {
    position: relative;
    z-index: 597;
    float: left;
}

ul.dropdown li {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

ul.dropdown ul li {
    float: none;
}

ul.dropdown ul ul {
    top: 1px;
    left: 99%;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

ul#menu-okna-ul li a.menu-al {
    color: #77b436;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

ul#menu-okna-ul li a.menu-dil {
    color: #c4430b;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

ul#menu-okna-ul li a.menu-fas {
    color: #27c3f8;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

ul#menu-okna-ul li a.menu-r {
    color: #c953b9;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

div.partner {
    height: 250px;
    background: #ccc;
    padding: 0px 10px 10px 10px;
}

.copyright p {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 2px 0;
}

.copyright {
    width: 310px;
    float: left;
    color: #fff;
    font-size: 0.85em;
    padding: 35px 0 0 20px;
    text-align: center;
}

.lastimg {
    padding: 0 0 0 50px;
}

blockquote {
    padding: 10px;
    background: #e8e8e8;
    margin: 7px 0 10px 0px;
}

.rightimg {
    float: right;
    margin: 0px 2px 10px 10px;
}

.centerimg {
    margin: 0px 2px 10px 10px;
}

.butlong {
    background: url("/img/butlong.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    margin: 10px auto 10px auto;
    text-align: center;
    width: 350px;
}

.but div {
    color: #fff;
    text-decoration: none;
    line-height: 30px
}

.but {
    text-decoration: none;
}

.butlong a {
    color: #fff;
    text-decoration: none;
    padding: 7px 0 0;
    line-height: 30px
}

.breadcrumb span {
    font-weight: bold;
}

.breadcrumb {
    margin: 20px 0 20px 0;
}

.importinfo {
    font-weight: bold;
}

.pricetable {
    width: 100%;
    text-align: center;
}

.pricetable p {
    width: 100%;
    text-align: center !important;
}

/* Контейнер */

.openModal {

}

.openModal:hover {

}

a#telCallButton.button.openModal, a#telCallButton.button.openModal:hover {
    /*color: #000;
    background: transparent;
    box-shadow: none;
    text-align: right;
    font-size: 14px;
    text-decoration: underline;
    margin-top: -20px;
    padding: 0;
    margin-left: 10px;
    position: absolute;*/
    background: url("../images/menu_hover_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #ffffff;
    padding: 8px 10px 11px 9px;
    border-radius: 3px;
    color: #6b5845;
    float: left;
    font: 14px/14px Georgia, "Times New Roman", Times, serif;
    text-decoration: none;

    display: block;
    box-shadow: none;
    cursor: pointer;
    margin-top: -32px;
    position: absolute;
}

/*a#telCallButton.button.openModal:hover{
    color: #000;
    background: url("../images/button_bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    text-decoration: underline;
}*/
/* --- Описываем модальное окно --- */

.modal {
    /* Полупрозрачный слой перекрытия */
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;

    opacity: 0;
    pointer-events: none;

}

@media (min-resolution: .001dpcm) {
    _:-o-prefocus, .modal {
        display: none;
    }

;
}

.modal:target {
    opacity: 1;
    pointer-events: auto;
}

.modal:target > div {
    -webkit-animation-name: bounce;
}

.modal > div {
    max-width: 340px;
    background: none repeat scroll 0 0 #35447B;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.modal p {
    font-family: 'Arial', sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.modal a.cclose {
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
}

.modal a.cclose:focus {
    outline: none;
}

.modal a.cclose:after {
    font-family: 'Arial';
    font-size: 14px;
    content: 'X';
    display: block;
    /* Позиционируем */
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    padding: 3px 2px;
    /* Стили */
    text-decoration: none;
    text-align: center;
    background: #24a8d1;
    color: #fff;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.modal a.cclose :hover:after {
    background: #2398bc;
}

/* Описываем стили формы */
#backPhone {
    width: 86.5%;
    margin: 0 auto;
    overflow: hidden;
}

/* Стили поля ввода */
#telForm {
    width: 100%;
    height: 35px;
    float: left;
    border: none;
    text-align: center;
    background: #fafafa;
    -moz-border-radius: 5px;
    margin-bottom: 8px;
}

#textForm {
    width: 100%;
    height: 35px;
    float: left;
    border: none;
    text-align: center;
    background: #fafafa;
    -moz-border-radius: 5px;
    margin-bottom: 8px;
}

/* Стили кнопки */
#telButton {
    width: 200px;
    border: none;
    height: 37px;

    background: #8697d2;
    color: #000;
    cursor: pointer;
    transition: .6s;
    -moz-border-radius: 0 5px 5px 0;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 20px;
    /* Стили кнопки при наведении */
}

/*#telButton:hover {
    background: #73a301;
    transition: .6s;
}*/
.modal p.obr-header {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;

}

/* --- Вид анимации --- */
@-webkit-keyframes minimise {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(0.1, 0.1, 1);
    }
}

.modal a.cclose::after {
    background: none repeat scroll 0 0 #8697D2;
    color: #000;

}

/* Стили кнопки "Заказать Звонок" */

ul.left-news {
    list-style: none;
    padding: 0;
    margin-left: -10px;
}

ul.left-news li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    padding: 5px;
}

ul.left-news li:nth-child(odd) {
    background: #ecebe6;

}

ul.left-news li a, ul.left-news li a:visited {
    text-decoration: underline;
    font-size: 14px;
}

ul.left-news li a:hover {
    text-decoration: underline;
}

ul.left-news li div.nintro {
    font-size: 12px;
}

ul.left-news li div.ntitle {
    font-size: 12px;
    margin-bottom: 3px;
}

ul.left-news li div.ndate {
    font-size: 11px;
}

div.credit-button {
    display: block;
    padding: 0 20px 20px;
}

div.credit-button2 {
    display: block;
    padding: 0 20px 20px;
}

div.credit-button > a {
    display: block;
    position: absolute;
    z-index: 99999;
    height: 40px;
    width: 195px;
}

div.credit-button a.credit-link {
    color: #000000;
    top: 20px;
}

div.credit-button a.installment-link {
    color: #000000;
    top: 60px;
}

div#header div#top-img div#menu-middle div.menu ul.buttons-menu {
    background: url("/i/buttons-menu.jpg") no-repeat;
    height: 156px;
    margin-top: -5px;
}

div#header div#top-img div#menu-middle div.menu ul.buttons-menu li a {
    display: block;
    height: 53px;
    vertical-align: middle;
    width: 142px;
    font-family: arial;
    font-size: 14px;
    line-height: 16px;
    padding-top: 103px;
    text-decoration: none;
    text-transform: uppercase;

}

div#header div#top-img div#menu-middle div.menu ul.buttons-menu li a:hover,
div#header div#top-img div#menu-middle div.menu ul.buttons-menu li a:visited {
    display: block;
    height: 53px;
    vertical-align: middle;
    font-family: arial;
    font-size: 14px;
    line-height: 16px;
    padding-top: 103px;
    text-decoration: none;
    text-transform: uppercase;
    background: url("/i/buttons-menu.fw.png");
    color: #ffffff !important;

}

div#header div#top-img div#menu-middle div.menu ul.buttons-menu li:nth-child(1) a {
    width: 143px;
}

div#header div#top-img div#menu-middle div.menu ul.buttons-menu li:nth-child(2) a {
    width: 143px;
}

div#header div#top-img div#menu-middle div.menu ul.buttons-menu li:nth-child(3) a {
    width: 143px;
}

div#header div#top-img div#menu-middle div.menu ul.buttons-menu li:nth-child(4) a {
    width: 143px;
}

div#header div#top-img div#menu-middle div.menu ul.buttons-menu li:nth-child(5) a {
    width: 143px;
    height: 63px;
    padding-top: 92px;
}

div#header div#top-img div#menu-middle div.menu ul.buttons-menu li:nth-child(6) a {
    width: 143px;
}

#slides {
    position: absolute;
    right: 0;
}

#slides .slidesContainer {
    background: #fff;
    border: none;
    margin-left: -8px;
    box-shadow: 0 2.5px 5px rgba(0, 0, 0, .1);
}

/*
	Next/prev buttons
*/

#slides .slidesNext, #slides .slidesPrevious {
    position: absolute;
    top: 10px;
    left: 0;
    width: 24px;
    height: 0;
    padding-top: 32px;
    display: block;
    z-index: 101;
    overflow: hidden;
    background: url(/img/navigation-previous.png) no-repeat 0 0;
}

#slides .slidesNext {
    left: 540px;
    background: url(/img/navigation-next.png) no-repeat 0 0;
}

/*
	Pagination
*/

.slidesPagination {
    margin: 10px 0 0;
    float: right;
}

.slidesPagination li {
    float: left;
    margin: 0 1px;
    list-style: none;
}

.slidesPagination li a {
    display: block;
    width: 14px;
    height: 0;
    padding-top: 14px;
    background: url(/img/pagination.png) 0 0;
    overflow: hidden;
}

.slidesPagination li.slidesCurrent a {
    background-position: 0 -14px;
}

.current_slide {
    font: bold 10px/1.33 sans-serif;
    float: left;
    margin-top: 12px;
}

.controls {
    display: block;
    margin-top: 12px;
    float: left;
    color: #333;
    font: bold 10px/1.33 sans-serif;
    margin-right: 10px;
}

.contenttable div {
    width: 320px;
}

.contenttable div {
    display: inline-block;
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 15px;
}

.contenttable div a {
    color: #3e5298;
    display: block;
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
}

.oldprice {
    text-decoration: line-through;
}

.newprice {
    color: #ff0000;
    font-size: 110%;
    font-weight: bold;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
    vertical-align: middle;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.text-center {
    text-align: center;
!important;
}

table.table {
    border-top: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
}

table.table td {
    border-bottom: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
}

.fiolette {
    background: #4F68BC;
    color: white;
    font-weight: bold;
    border-color: #528de4 !important;
}

.fiolette td, .fiolette th {
    border-color: #528de4 !important;
}

p.textoferta {
    color: white;
    font-size: 11px;
    display: block;
    clear: both;
    padding: 10px 20px;
}
div#calcpanel{
    display: block;
    position: fixed;
    top: 10%;
    right: 0;
    height: 277px;
    width: 79px;
    background: url("tpl/i/left_panel.png") no-repeat top right;
}
div#calcpanel a.button-fi1{
    display: block;
    height: 107px;
}
div#calcpanel a.button-fi2{
    display: block;
    height: 87px;
}
div#calcpanel a.button-fi3{
    display: block;
    height: 88px;
}
@media only screen and (max-width: 700px) {
    div#calcpanel{
        display: none;
    }
}