	blockquote.text {
    font-family: sans-serif;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 69px;
    -webkit-margin-end: 36px;
    text-align: center;
    color: #333;
    quotes: none;
    content: none;
    border: 0;
}

strong {
    font-weight: 700;
}

.middle-text {
    background: url(../images/quote.png) no-repeat 0 0;
    background-position: 41px 32px;
}
.column {
    text-align: center;
    font-family: sans-serif;
    font-size: 13px;
}
.column p {
    font-size: 20px;
    margin-bottom: 10px;
}
a {
    color: #337ab7;
}
.column li {

    text-align: left; !important;

}
.column a:hover{
    color: #000000;
}
.column div{
    text-align: left;
}

div.frame {
    padding: 3px;
    padding-top: 4px;
    box-shadow: 0px 0px 8px gray;
}

div.frame img {
    max-height: 130px;
}
div.site_name {
    float: right;
    font-family: sans-serif;
    text-align: center;
    font-size: 22px;
    margin-top: 15px;
}
div.site_name .sub_name{
    font-size: 18px;

    color: #666666;
}
div.site_name p{
    margin-bottom: 6px;
}
.header {
    background-color: #C8D7DE;
    font-family: sans-serif;
}
.lang a{
    color: #000000;
}
.lang a:hover{
    color: #01ace4;
}
.header .container {
    padding-left: 25px;
    padding-right: 25px;
    overflow:hidden;
}

#carousel {
    max-height: 350px;
    overflow: hidden;

}

.carousel-caption {
    text-shadow: none;
    font-family: sans-serif; !important;
    text-align: left;
    font-size: 17px;
    background-color: #01ACE4;
    padding-left: 40px;
    float: right;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
}

    @media (max-width: 768px) {
        .carousel-caption {
            text-shadow: none;
            font-family: sans-serif; !important;
            text-align: left;
            font-size: 17px;
            background: none !important;
            padding-left: 40px;
            float: right;
            position: absolute;
            top: 0;
            left: 0%;
            width: 100%;
        }

    }

.carousel-caption p{
    margin-right: 34px;
    line-height: 40px;
    margin-bottom: 10px;
}
.carousel-caption h3{
    margin-top: 40px;
    margin-bottom: 0px;
}

.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
}
.carousel-indicators .active{
    background: linear-gradient(to bottom, #787878, #1B1F20);
    border: none;
    margin-left: 5px;
    width: 14px;
    height: 14px;
}

.carousel-indicators li{
    background: linear-gradient(to bottom, #70C6D5, #62BCCC);
    margin-left: 5px;
    border: none;
    width: 14px;
    height: 14px;
}
.container {
    border: none;
    background-color: white;
    box-shadow: 0 2px 6px gray;
}

.head-middle {
     border: none;
     background-color: #C8D7DE;
 }
.main-middle {
    border: none;
    background-color: #C8D7DE;
}
.main-middle .container.data{
    padding-left: 32px;
}
.current_page_item {
    background: #01ACE4;
}

.shadow {
    position: absolute;
    top: 0;
}

.row.footer{
    background-color: #333;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.row.footer .line {
    border-top: 1px solid #01ACE4;
    margin-bottom: 14px;
}
.footer div.adress{
    color: #ffffff;
    float: right;
    padding-right:0;
}
a.color_blue {
    color: #01ACE4;
}
.footer div.copyright{
    color: #ffffff;
    float: left;
    line-height: 23px;
    padding:0;
    padding-bottom: 15px;

}
.footer p {
    margin-bottom: 10px;
}
body{
    background-color: #C8D7DE; !important;
}

.box-breadcrumbs {
    background-color: #C8D7DE !important;
    padding: 0 !important;
    position: relative;
    border: none;
}
.box-breadcrumbs .container .links {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;

}
.box-breadcrumbs .container {
    /*padding-left: 0px;*/
}
.row .border_top {
    border-top: 1px solid #F1F1F1;
    padding-top: 15px;
}
.box-breadcrumbs .container .cont {
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;

}
.content p{
    margin-top: 8px;
    text-indent: 35px;
    text-align: justify;
}

.price_list {
    color: #747474;
}
.price_list td {
    border-bottom: 1px solid #c8c7c7;
    border-right: 1px solid #c8c7c7;
    background: url(../images/main.jpg) repeat scroll 0 0 transparent;
    padding-left: 10px;
}
.price_list .small{
    width: 12%;
    height: 36px;
}
.price_list .big{
    width: 64%;
    height: 30px;
}
.price_list .bigges{
    width: 100%;
    height: 30px;
}
a.hover_black:hover{
    color: black;
}
div.subline {
    text-decoration: subline;
}
div.bold {
    font-weight: bold;
}

summary{
    font-size: 17px;
    cursor:pointer;
    margin-bottom: 5px;
    border:none;
}
summary::-webkit-details-marker {
    display: none
}
summary:after {
    padding-left: 5px;
    padding-right: 5px;
    content: "+";
    background-color: black;
    color:white;
    font-size: 17px;
    float: left;
    font-weight: bold;
    margin: 0px 8px 0 0;

}
details[open] summary:after {
    padding-left: 7px;
    padding-right: 7px;
    content: "-";
}
.main-nav > ul > li > a{
    padding: 12px 10px !important;
}
.main-nav > ul > li{
    padding: 0 !important;
}
.current_page_item > a{
     color: white;
 }
.current_page_item > a:hover{
    color: white;
}
.box-sep{
    border:none !important;
}
.main-nav > ul > li:hover > a{
    background-color: #01ACE4;
    color: white !important;
}
.main-nav > li > ul > li{
    background-color: rgba(165, 165, 165, 0.19) !important;
}
h1{
    margin-bottom: 35px;
    font-size: 24px;
}
.content-news p{
	text-indent: 0px;
}