@keyframes an-rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
html{
    min-height:100%;
}
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:400;
    color:#000;
    background:#fff; 
    padding:0;
    margin:0;
}
.container {
    padding:0;
}
a, a:hover, a:focus, button, button:focus, button:hover, .btn, .btn:hover, .btn:focus{
    outline:none;
    text-decoration:none;
}
.btn{
    position:relative;
    height:35px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
    border:none;
}
.float-icon{
    position:relative;
    display:block;
}
.float-icon:after{
    content:'';
    position:absolute;
    top:50%;
    right:10px;
    width:20px;
    height:20px;
    margin-top:-10px;
}
.float-icon.icon-search:after {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background-image: url('/Content/img/icons.png');
    background-repeat:no-repeat;
    background-position:0 -25px;
}
.icon{
    position:relative;
    display:inline-block;
    width:20px;
    height:20px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;    
    background-image: url('/Content/img/icons.png');
    background-repeat:no-repeat;
}
.icon.icon-phone {
    top: 5px;
    margin-right: 10px;    
    background-color: #c2aa8e;
    background-position:-2px -52.5px;
}
.icon.icon-mail{
    top:5px;
    margin-right:8px;    
    background-color: #c2aa8e;
    background-position:-2px -77.5px;
}
.icon.icon-arrow-right{    
    background-color: none;
    background-position:0 -332px;
}
.icon.icon-arrow-right-black{    
    background-color: none;
    background-position:0 -459px;
}
.icon.icon-angle-right-f{
    top:7px;
    width:25px;
    height:25px;
    background-color: none;
    background-position:0 -484px;
}
.icon.icon-angle-down-f{
    width:32px;
    height:32px;    
    background-position:0 -509px;
}
.icon.icon-angle-down-g{
    width:32px;
    height:32px;    
    background-position:-32px -509px;
}
.icon.icon-longarrow-left{
    width:55px;
    height:16px;    
    background-position:0 -541px;
}
.icon.icon-longarrow-left-red{
    width:55px;
    height:16px;
    background-color: none;
    background-position:0 -573px;
}
.icon.icon-longarrow-right{
    width:55px;
    height:16px;
    background-color: none;
    background-position:0 -557px;
}
.icon.icon-longarrow-right-red{
    width:55px;
    height:16px;    
    background-position:0 -589px;
}
.icon.icon-marker{
    top:5px;
    width:15px;
    height:20px;
    background-position:-25px 0;
    margin-right:10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.icon.icon-telephone{
    top:5px;
    width:22px;
    height:20px;
    background-position:-40px 0;
    margin-right:10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.icon.icon-fax{
    top:5px;
    width:18px;
    height:20px;
    background-position:-63px 0;
    margin-right:10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.icon.icon-envelope{
    top:5px;
    width:20px;
    height:20px;
    background-position:-81px 0;
    margin-right:10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.form-horizontal{
    display:block;
    padding:10px 0 60px;
}
.form-group{
    margin-bottom:0;
}
.form-control{
    height:35px;
    border:1px solid #010202;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background:#fff;
    padding:7px 10px;
    font-size:14px;
    line-height:14px;
    margin:0 0 5px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.form-control:focus{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border-color:#010202;
}
textarea.form-control{
    height:80px;
    resize:vertical;
}
.form-horizontal .control-label{
    position:relative;
    text-align:left;
    font-weight:400;
    color:#010202;
}
.form-horizontal .control-label:after{
    content:':';
    position:absolute;
    top:5px;
    right:0;
}
.captcha-box, .answer-box{
    float:left;
    width:44%;
}
.refresh-box{
    float:left;
    width:12%;
    text-align:center;
}
.captcha-box img{
    width:100%;
    height:35px;    
}
.refresh-box .btn.btn-refresh{
    padding:0;
    background:none;
    border:none;
    color:#000;
    font-size:20px;
}
.btn.btn-send{
    width:44%;
    color:#fff;
    background:#e62127;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.btn.btn-send:hover{
    background:#c2aa8e;
}
.ui-autocomplete{
    background:#fff;
    border:#242424;
}
.ui-menu .ui-menu-item{
    list-style:none;
    padding:1px 0;
    border:none;
    margin:0;
}
.ui-menu .ui-menu-item:hover{
    background:#c2aa8e;
    border:none;
    margin:0;
}
.ui-menu .ui-menu-item a:after, .ui-menu .ui-menu-item :active:before{
    content:'';
    display:table;
    clear:both;
}
.ui-autocomplete .ui-autocomplete-category{
    background:#292a2f;
    color:#c2aa8e;
    padding:5px;
}
.ui-menu .ui-menu-item .autoComplete-img-wrapper{
    float:left;
    width:15%;
    margin:0 10px 0 0;
}
.ui-menu .ui-menu-item .autoComplete-img-wrapper img{
    width:100%;
    max-height:100%;
}
.ui-menu .ui-menu-item h2{
    font-size:16px;
}

#header {
    position: relative;
    min-height: 150px;
    padding: 0;    
}
#header:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:50%;
    bottom:0;
    z-index:1;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
    background: linear-gradient(top, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
}
#header:after{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    right:0;
    bottom:0;
    z-index:1;
    background: #212227;
    background: -moz-linear-gradient(top, #212227 0%, #212227 50%, #292a2f 50%, #292a2f 100%);
    background: -webkit-linear-gradient(top, #212227 0%, #212227 50%, #292a2f 50%, #292a2f 100%);
    background: -o-linear-gradient(top, #212227 0%, #212227 50%, #292a2f 50%, #292a2f 100%);
    background: linear-gradient(top, #212227 0%, #212227 50%, #292a2f 50%, #292a2f 100%);
}
#header .container{
    position:relative;
    z-index:2;
}
#header .row{
    margin:0;
}
#header .row > div{
    padding:0;
}
#header .header-block{
    height:75px;
}
#header .logo{
    float:left;
    height:75px;
    width:200px;
    padding:0;
    margin:0;
}
#header .logo a {
    display:block;
    height: 75px;
    width: 100%;
    background: url('/Content/img/logo.png') 0 center no-repeat;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
}
#header .mainpage{
    position:relative;
    display:block;
    float:right;
    width:auto;
    height:75px;
    padding:33px 55px 30px 5px;
    font-size:14px;
    line-height:14px;
    color:#010202;
}
#header .mainpage:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 25px;
    margin: -11px 0 0;    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url('/Content/img/icons.png');
    background-repeat:no-repeat;
    background-position:0 0;
    background-color: #c2aa8e;
}
#header .search-form{
    position:relative;
    display:block;
    width:100%;
    height:75px;
    padding:20px 20px 20px 0;
}
#header .search-form .form-control{
    display:block;
    width:100%;
    height:35px;
    padding:10px 20px;
    border:1px solid #f1f1f1;
    background:#fff;
    font-size:14px;
    line-height:14px;
    color:#969696;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
#header .menu{
    float:left;
    width:50%;
    height:150px;
    background:#212227;
    padding:11px 0 0;
    margin:0;
    border-right:1px solid #000;
    list-style:none;
}
#header .menu li a{
    position:relative;
    display:block;
    height:25px;
    padding:7px 7px 8px 48px;
    margin:0;
    font-size:14px;
    line-height:14px;
    color:#fff;
}
#header .menu li a:hover, #header .menu li.active a{
    color:#c2aa8e;
}
#header .menu li a:before{
    content:'';
    position:absolute;
    top:50%;
    left:20px;
    width:8px;
    height:8px;
    margin:-4px 0 0;
    background:#c2aa8e;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    visibility:hidden;
}
#header .menu li a:hover:before, #header .menu li.active a:before{
    visibility:visible;
}
#header .right-block{
    float:right;
    width:50%;
}
#header .contact-info{
    height:20px;
    text-align:right;
    font-size:14px;
    color:#fff;
    line-height:20px;
    margin:0 0 3px;
}
#header .social-box{
    height:75px;
    padding:15px 0 9px;
    text-align:right;
    color:#818284;
    font-size:14px;
    line-height:14px;
}
#header .social {
    position:relative;
    top:8px;
    display: inline-block;
    width: 25px;
    height: 25px;
    opacity:1;
    background-image: url('/Content/img/icons.png');
    background-repeat: no-repeat;    
}
#header .social:first-child{
    margin-left:10px;
}
#header .social:hover{
    opacity: 0.3;
}
#header .social.fb{
    background-position:0 -100px;
}
#header .social.tw{
    background-position:0 -125px;
}
#header .social.ig{
    background-position:0 -150px;
}
#header .social.gp{
    background-position:0 -175px;
}
#header .social.in{
    background-position:-25px -175px;
}

.title-stripe{
    height:200px;
    padding:115px 0 0;
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:100% 100%;
}
#about-page .title-stripe {
    background-image: url('/Content/img/about-page-title-bg.jpg');
}
#references-page .title-stripe {
    background-image: url('/Content/img/references-page-title-bg.jpg');
}
#press-page .title-stripe {
    background-image: url('/Content/img/press-page-title-bg.jpg');
}
#news-page .title-stripe {
    background-image: url('/Content/img/news-page-title-bg.jpg');
}
#pvc-products-page .title-stripe {
    background-image: url('/Content/img/pvc-products-page-title-bg.jpg');
}
#products-page .title-stripe {
    background-image: url('/Content/img/pvc-products-page-title-bg.jpg');
}
#products-page.sector .title-stripe {
    background-image: url('/Content/img/sector-products-page-title-bg.jpg');
}
#ecatalog-page .title-stripe {
    background-image: url('/Content/img/ecatalog-page-title-bg.jpg');
}
#delivery-form-page .title-stripe {
    background-image: url('/Content/img/delivery-form-page-title-bg.jpg');
}
#contacts-page .title-stripe {
    background-image: url('/Content/img/contacts-page-title-bg.jpg');
}
.title-stripe p{
    width:650px;
    margin:0 auto;
    font-size:16px;
    color:#fff;
    text-align:center;
}
.content{
    padding:20px 0 60px;
    background: #fffefe;
    background: -moz-linear-gradient(top, #fffefe 0%, #fcf0f1 30%, #f6f6f7 100%);
    background: -webkit-linear-gradient(top, #fffefe 0%, #fcf0f1 30%, #f6f6f7 100%);
    background: -o-linear-gradient(top, #fffefe 0%, #fcf0f1 30%, #f6f6f7 100%);
    background: linear-gradient(top, #fffefe 0%, #fcf0f1 30%, #f6f6f7 100%);
}
.content h3{
    font-size:24px;
    font-weight:400;
    color:#010202;
    margin:0 0 10px;
}
.content p{
    font-size:14px;
    color:#010202;
    margin:0;
}
.paging{
    width:190px;
    margin:0 auto;
    padding:30px 0 50px;
}
.paging .nav-btns{
    border-top:1px solid #969696;
    padding:8px 0 15px;
}
.paging .nav-btns a{
    color:#969696;
}
.paging .nav-btns a:hover{
    color:#010202;
}
.paging ul{
    padding:0;
    list-style:none;
    margin:0 -5px;
}
.paging ul li{
    float:left;
}
.paging ul li a{
    padding:0 6px;
    color:#010202;
}
.paging ul li a:hover{
    color:#bf202f;
}

.caps{
    
    margin:0;
}
.caps:after, .caps:before{
    content:'';
    display:table;
    clear:both;
}
.caps .cap{
    display:block;
    float:left;
    width:25%;
    height:275px;
    padding:5px 0 0;
    background:#292a2f;
}
.caps .cap:nth-child(2n){
    background:#292a2f;
}
.caps .cap:nth-child(2n+1){
    background:#212227;
}
.caps .cap:hover{
    background:#e62127;
}
.caps .cap .image-box{
    position:relative;
    height:195px;
}
.caps .cap .image-box:before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:#000;
    opacity:0.4;
    visibility:visible;
}
.caps .cap:hover .image-box:before{
    visibility:hidden;
}
.caps .cap .image-box:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width:80px;
    height:80px;
    margin:-40px 0 0 -40px;
    background: url('/Content/img/icons.png') 0 -379px no-repeat;
    visibility:hidden;
}
.caps.videos .cap .image-box:after{
    visibility:visible;
    background-position:-80px -379px;
    opacity:0.4
}
.caps .cap:hover .image-box:after{
    visibility:visible;
}
.caps.videos .cap:hover .image-box:after{
    opacity:1;
    background-position:-160px -379px;
}
.caps .cap .image-box img{
    width:100%;
    max-height:100%;
}
.caps .cap .title-box{
    position:relative;
    padding:10px 100px 10px 20px;
}
.caps .cap .title-box:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    width: 64px;
    height: 22px;
    margin:-11px 0 0 -32px;
    background: url('/Content/img/icons.png') 0 -357px no-repeat;
}
.caps .cap .title-box p{
    font-size:14px;    
    color:#fff;
    margin:0;
}
.triangle-title{
    position:relative;
    width:250px;
    height:110px;
    margin:0 auto 30px;
    padding:15px 0 0;
}
.triangle-title:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    border-top:110px solid #212227;
    border-right:125px solid transparent;
    border-bottom:none;
    border-left:125px solid transparent;
}
.triangle-title span{
    position:relative;
    z-index:2;
    display:block;
    font-size:18px;
    font-weight:600;
    color:#c2aa8e;
    text-align:center;
}

#main-slider-carousel .carousel-inner{
    float:left;
    
    height: 500px;
}
#main-slider-carousel .carousel-inner .item{
    height: 500px;
}
#main-slider-carousel .carousel-inner .item img{
    width:100%;
    height:100%;
}
#main-slider-carousel .content-block {    
    position: absolute;
    top:0;
    right:0;    
    width: 25%;
    height: 500px;
    
}
#main-slider-carousel .content-block:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
    background:rgba(230,33,39,0.85);
}
#main-slider-carousel .content-block:after{
    content:'';
    position:absolute;    
    bottom:120px;    
    right:100%;
    z-index:1;
    border-top:15px solid transparent;
    border-right:26px solid rgba(230,33,39,0.85);
    border-bottom:15px solid transparent;
    border-left:none;
}
#main-slider-carousel .content-block .carousel-control {
    top: 50%;
    bottom: auto;    
    right: auto;
    z-index:2;
    width: 26px;
    height: 30px;
    opacity: 1;
    background-image: url('/Content/img/icons.png');
}
#main-slider-carousel .content-block .carousel-control.left{
    left: 38px;
    background-position:0 -200px;
    margin-top:-10px;
}
#main-slider-carousel .content-block .carousel-control.right{
    left: 71px;
    background-position:0 -233px;
}
#main-slider-carousel .content-block .carousel-control.left:hover{    
    background-position:0 -266px;
}
#main-slider-carousel .content-block .carousel-control.right:hover{    
    background-position:0 -299px;
}
#main-slider-carousel .content-block img{
    position:absolute;
    top:125px;
    left:50%;
    z-index:2;    
    margin:0 0 0 -115px;
}
#main-slider-carousel .content-block p{
    position:absolute;
    bottom:50px;
    left:38px;
    right:40px;
    z-index:2;
    font-size:18px;
    color:#fff;
    margin:0;
}
#main-section-1 {
    background: url('/Content/img/main-page-bg-1.jpg') bottom left repeat-x;
}
#main-section-1 .circles{
    position:relative;
    width:870px;
    margin:0 auto;
    padding:30px 0 50px;
}
#main-section-1 .circles .circle {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url('/Content/img/circles.png');
    background-repeat:no-repeat;
}
#main-section-1 .circles .circle.small{
    position:absolute;
    bottom:30px;
    width:190px;
    height:190px;
    background-position:0 0; 
    padding:55px 38px 48px;   
}
#main-section-1 .circles .circle.big{
    width:250px;
    height:250px;
    margin:0 auto;
    background-position:0 -190px;
    padding:105px 40px 0;
}
#main-section-1 .circles .circle.left{
    left:0;
}
#main-section-1 .circles .circle.right{
    right:0;
}
#main-section-1 .circles .circle.small p{
    font-size:16px;    
    color:#242424;
    margin:0 0 10px;
    text-align:center;
}
#main-section-1 .circles .circle.small .btn.btn-detail{    
    width:100%;
    height:30px;    
    margin:0;    
    font-size:14px;    
    color:#fff;
    text-align:left;
    padding-right:30px;
    padding-left:12px;
    background:#212227;
}
#main-section-1 .circles .circle.small .btn.btn-detail:hover{
    background: #e62127;
    background: -moz-linear-gradient(top, #e62127 0%, #252227 100%);
    background: -webkit-linear-gradient(top, #e62127 0%, #252227 100%);
    background: -o-linear-gradient(top, #e62127 0%, #252227 100%);
    background: linear-gradient(top, #e62127 0%, #252227 100%);
}
#main-section-1 .circles .circle.small .btn.btn-detail .icon{
    position:absolute;
    top:50%;
    right:8px;
    width:25px;
    height:25px;
    margin:-12.5px 0 0;
}
#main-section-1 .circles .circle.big p{
    font-size:18px;
    font-weight:600;
    color:#242424;
    text-align:center;
} 
#main-section-1 .single-box{
    width:526px;
    padding:0 0 30px;
    margin:0 auto 30px;
    background:#292a2f;
}
#main-section-1 .single-box h3{
    text-align:center;
    margin:0 0 20px;
    padding:12px;
    font-size:16px;
    font-weight:600;
    color:#292a2f;
    background:#c2aa8e;
}
#main-section-1 .single-box p{
    padding:0 20px;
    margin:0 0 30px;
    color:#fff;
}
#main-section-1 .single-box .btn.btn-products{
    display:block;
    width:246px;    
    margin:0 auto 10px;    
    background:#212227;
    color:#fff;
}
#main-section-1 .single-box .btn.btn-look{    
    display:block;
    width:160px;    
    padding-right:40px;
    margin:0 auto 10px;    
    background:#c2aa8e;
    color:#242424;
}
#main-section-1 .single-box .btn.btn-look:hover{
    background: #fee2c1;
    background: -moz-linear-gradient(top, #fee2c1 0%, #c3ab8f 100%);
    background: -webkit-linear-gradient(top, #fee2c1 0%, #c3ab8f 100%);
    background: -o-linear-gradient(top, #fee2c1 0%, #c3ab8f 100%);
    background: linear-gradient(top, #fee2c1 0%, #c3ab8f 100%);
}
#main-section-1 .single-box .btn.btn-look .icon{
    position:absolute;
    top:50%;
    right:8px;
    width:25px;
    height:25px;
    margin:-12.5px 0 0;
}

#main-section-2 {
    background: url('/Content/img/main-page-bg-2.jpg') 0 0 no-repeat;
    background-size:100% 100%;
}
#main-section-2 .text, #main-section-2 .center, #main-section-2 .right{
    float:left;
}
#main-section-2 .text, #main-section-2 .right{
    width:39%;
}
#main-section-2 .center{
    width:22%;
}
#main-section-2 .text{
    padding:45px 40px 0 0;
}
#main-section-2 .text h3{
    font-size:24px;
    font-weight:400;
    color:#242424;
    margin:0 0 15px;
}
#main-section-2 .text h4{
    font-size:14px;
    font-weight:600;
    color:#e62127;
    margin:0 0 45px;
}
#main-section-2 .text p{
    font-size:14px;
    font-weight:400;
    color:#242424;
    margin:0;
}
#main-section-2 .center .triangle-title{    
    margin-bottom:10px;
}
#main-section-2 .center .triangle-title span{   
    color:#e62127;
}
#main-section-2 .center .circle {
    position: relative;
    top: 40px;
    display:block;
    width:250px;
    height:250px;
    margin:0 auto;
    padding: 125px 35px 0;
    background: url('/Content/img/circles.png') 0 -440px no-repeat;
}
#main-section-2 .center .circle h4{
    font-size:18px;
    font-weight:600;
    color:#242424;
    margin:0 0 10px;
    text-align:center;
}
#main-section-2 .center .circle p{
    font-size:14px;
    font-weight:600;
    color:#242424;
    margin:0;
    text-align:center;
}
#main-section-2 .right{
    text-align:center;
    padding-top:45px;
}
#main-section-2 .right .circle{
    width:220px;
    height:220px;
    margin:0 auto 20px;
    background: url('/Content/img/circles.png') 0 -690px no-repeat;
}
#main-section-2 .right .btn.btn-to-form{    
    width:266px;
    background:#212227;
    color:#fff;
    padding-right:35px;     
}
#main-section-2 .right .btn.btn-to-form:hover{
    background: #262626;
    background: -moz-linear-gradient(top, #c2aa8e 0%, #262626 100%);
    background: -webkit-linear-gradient(top, #c2aa8e 0%, #262626 100%);
    background: -o-linear-gradient(top, #c2aa8e 0%, #262626 100%);
    background: linear-gradient(top, #c2aa8e 0%, #262626 100%);
}
#main-section-2 .right .btn.btn-to-form .icon{
    position:absolute;
    top:50%;
    right:15px;
    margin:-13px 0 0;
}

#main-section-3 {
    background: url('/Content/img/main-page-bg-3.jpg') 0 0 repeat;    
    padding-top:70px;
}
#main-section-3 .caps{
    margin:0;
}

#main-section-4 {
    background: url('/Content/img/main-page-bg-4.jpg') 0 0 no-repeat;
    background-size:100% 100%;    
}
#main-section-4 .circle-box{
    float:left;
    width:23%;
    padding:50px 0 0;
}
#main-section-4 .collage{
    float:left;
    width:54%;
    padding:30px 20px 64px;
}
#main-section-4 .circle-box.left{
    text-align:right;
}
#main-section-4 .circle-box.right{
    text-align:left;
}
#main-section-4 .circle-box .circle {
    display:inline-block;
    width: 190px;
    height: 190px;
    margin: 0;
    padding:65px 20px 0;
    background: url('/Content/img/circles.png') 0 0 no-repeat;
    text-align:center;
}
#main-section-4 .circle-box .circle h4{
    font-size:16px;
    font-weight:600;
    color:#242424;
    margin:0 0 10px;
    text-align:center;
}
#main-section-4 .circle-box .circle p{
    font-size:14px;
    font-weight:600;
    color:#242424;
    margin:0;
    text-align:center;
}
#main-section-4 .circle-box .circle .btn.btn-detail{
    height:30px;    
    margin:0;    
    font-size:14px;    
    color:#fff;
    text-align:left;
    padding-right:30px;
    padding-left:12px;
    background:#212227;
}
#main-section-4 .circle-box .circle .btn.btn-detail:hover{
    background: #e62127;
    background: -moz-linear-gradient(top, #e62127 0%, #252227 100%);
    background: -webkit-linear-gradient(top, #e62127 0%, #252227 100%);
    background: -o-linear-gradient(top, #e62127 0%, #252227 100%);
    background: linear-gradient(top, #e62127 0%, #252227 100%);
}
#main-section-4 .circle-box .circle .btn.btn-detail .icon{
    position:absolute;
    top:50%;
    right:8px;
    width:25px;
    height:25px;
    margin:-12.5px 0 0;
}
#main-section-4 .row > div{
    position:relative;
}
#main-section-4 .references{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    margin:-64px 0 0;    
}
#main-section-4 .references .refs-container{
    position:relative;
    width:100%;
    height:130px;
    border:1px solid #212227;
}
#main-section-4 .references .refs-container .refs-box{
    display:block;
}
#main-section-4 .references .refs-container .refs-box.next, #main-section-4 .references .refs-container .refs-box.prev{
    display:none;
}
#main-section-4 .references .refs-container .refs-box .item{
    float:left;
    width:16.66666667%;
    height:132px;
    border:1px solid #212227;
    background:#fff;
    transition:all 0.5s ease-in-out 0s;
    -webkit-transform:scale(0, 0);
    -moz-transform:scale(0, 0);
    -ms-transform:scale(0, 0);
    -o-transform:scale(0, 0);
    transform:scale(0, 0);
}
#main-section-4 .references .refs-container .refs-box .item.item-1{
    transition:all 0.5s ease-in-out 0s;
}
#main-section-4 .references .refs-container .refs-box .item.item-2{
    transition:all 0.5s ease-in-out 0.1s;
}
#main-section-4 .references .refs-container .refs-box .item.item-3{
    transition:all 0.5s ease-in-out 0.2s;
}
#main-section-4 .references .refs-container .refs-box .item.item-4{
    transition:all 0.5s ease-in-out 0.3s;
}
#main-section-4 .references .refs-container .refs-box .item.item-5{
    transition:all 0.5s ease-in-out 0.4s;
}
#main-section-4 .references .refs-container .refs-box .item.item-6{
    transition:all 0.5s ease-in-out 0.5s;
}
#main-section-4 .references .refs-container .refs-box.active .item {
    -webkit-transform:scale(1, 1);
    -moz-transform:scale(1, 1);
    -ms-transform:scale(1, 1);
    -o-transform:scale(1, 1);
    transform:scale(1, 1);
}
#main-section-4 .references .refs-container .refs-box .item img{
    width:100%;
    max-height:100%;
}
#main-section-4 .references .nav-container{
    height:40px;
    background:#212227;
    padding:10px 20px 5px;
    text-align:center;
    font-size:14px;
    font-weight:600;
    color:#fff;
}
#main-section-4 .references .nav-container .btn{
    width:55px;
    height:25px;
    padding:0;
    background:none;
}
#main-section-4 .references .nav-container .btn.btn-prev{
    float:left;
}
#main-section-4 .references .nav-container .btn.btn-next{
    float:right;
}
#main-section-4 .references .nav-container .btn.btn-prev:hover .icon.icon-longarrow-left, 
#main-section-4 .references .nav-container .btn.btn-next:hover .icon.icon-longarrow-right,
#main-section-4 .references .nav-container .btn.btn-prev .icon.icon-longarrow-left-red, 
#main-section-4 .references .nav-container .btn.btn-next .icon.icon-longarrow-right-red{
    display:none;
}
#main-section-4 .references .nav-container .btn.btn-prev:hover .icon.icon-longarrow-left-red, 
#main-section-4 .references .nav-container .btn.btn-next:hover .icon.icon-longarrow-right-red{
    display:inline-block;
}

#main-section-5 {
    background: #feebec;
    background: -moz-linear-gradient(top, #feebec 0%, #f4f4f5 100%);
    background: -webkit-linear-gradient(top, #feebec 0%, #f4f4f5 100%);
    background: -o-linear-gradient(top, #feebec 0%, #f4f4f5 100%);
    background: linear-gradient(top, #feebec 0%, #f4f4f5 100%);
    padding:106px 0 0;
}
#main-section-5 .table-box{
    width:850px;
    margin:0 auto 30px;
}
#main-section-5 .table-box table tr td{
    padding:15px 20px;
    background:#fff;
    border:none;
    border-top:1px solid #c2aa8e;
    font-size:14px;
    line-height:14px;
    text-align:center;
    color:#242424;
}
#main-section-5 .table-box table tr td.title{
    text-align:left;
}
#main-section-5 .table-box table tr td a{
    color:#242424;
}
#main-section-5 .table-box table tr td em{
    color:#666;
    white-space:nowrap;
}
#main-section-5 .table-box table tr:hover td{
    background:#292a2f;
    color:#c2aa8e;
}
#main-section-5 .table-box table tr:hover td a{
    color:#c2aa8e;
}
#main-section-5 .btn.btn-detail{
    display:block;
    width:190px;
    margin:0 auto 30px;
    background:#212227;
    color:#fff;
}
#main-section-5 .btn.btn-detail:hover{
    background: #232429;
    background: -moz-linear-gradient(top, #c2aa8e 0%, #232429 100%);
    background: -webkit-linear-gradient(top, #c2aa8e 0%, #232429 100%);
    background: -o-linear-gradient(top, #c2aa8e 0%, #232429 100%);
    background: linear-gradient(top, #c2aa8e 0%, #232429 100%);
}

#main-section-6 {
    background: #fff;    
}
#main-section-6 .caps{
    margin:0;
}

#main-section-7 {
    background: url('/Content/img/main-page-bg-4.jpg') 0 0 no-repeat;
    background-size:100% 100%;
}
#main-section-7 .row{
    position:relative;
}
#main-section-7 .row > div {
    position:static;
}
#main-section-7 .triangle-title{
    position:absolute;
    top:0;
    left:50%;
    margin:0 0 0 -125px;
}
#main-section-7 .text{
    padding:45px 40px 0 0;
}
#main-section-7 .text h3{
    font-size:24px;
    font-weight:400;
    color:#242424;
    margin:0 0 15px;
}
#main-section-7 .text h4{
    font-size:14px;
    font-weight:600;
    color:#e62127;
    margin:0 0 45px;
}
#main-section-7 .text p{
    font-size:14px;
    font-weight:400;
    color:#242424;
    margin:0 0 40px;
}
#main-section-7 .text ul{
    margin:0 0 45px;
    padding:0;
    list-style:none;
}
#main-section-7 .text ul:after, #main-section-7 .text ul:before{
    display:table;
    content:'';
    clear:both;
}
#main-section-7 .text ul li{
    position:relative;
    width:50%;
    float:left;
    padding:0 0 0 40px;
    font-size:18px;
    line-height:30px;
    color:#242424;
    margin-bottom:5px;
}
#main-section-7 .text ul li:hover{
    color:#e62127;
}
#main-section-7 .text ul li .icon{
    position:absolute;    
    top:50%;
    left:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
#main-section-7 .text ul li .icon.icon-med{    
    margin-top:-13px;
    width:30px;
    height:26px;
    background-position:0 -605px;
}
#main-section-7 .text ul li:hover .icon.icon-med{    
    background-position:-30px -605px;
}
#main-section-7 .text ul li .icon.icon-blank{
    margin-top:-15px;
    width:26px;
    height:30px;
    background-position:0 -631px;
}
#main-section-7 .text ul li:hover .icon.icon-blank{
    background-position:-26px -631px;
}
#main-section-7 .text ul li .icon.icon-house{
    margin-top:-13px;
    width:33px;
    height:26px;
    background-position:0 -661px;
}
#main-section-7 .text ul li:hover .icon.icon-house{   
    background-position:-33px -661px;
}
#main-section-7 .text ul li .icon.icon-ball{
    margin-top:-13px;
    width:26px;
    height:26px;
    background-position:0 -687px;
}
#main-section-7 .text ul li:hover .icon.icon-ball{
    background-position:-26px -687px;
}
#main-section-7 .text ul li .icon.icon-bed{
    margin-top:-10px;
    width:32px;
    height:21px;
    background-position:0 -713px;
}
#main-section-7 .text ul li:hover .icon.icon-bed{
    background-position:-32px -713px;
}
#main-section-7 .text ul li .icon.icon-chair{
    margin-top:-13px;
    width:25px;
    height:26px;
    background-position:0 -734px;
}
#main-section-7 .text ul li:hover .icon.icon-chair{
    background-position:-25px -734px;
}
#main-section-7 .text ul li .icon.icon-ofis{
    margin-top:-13px;
    width:26px;
    height:26px;
    background-position:0 -760px;
}
#main-section-7 .text ul li:hover .icon.icon-ofis{
    background-position:-26px -760px;
}
#main-section-7 .text ul li .icon.icon-bags{
    margin-top:-13px;
    width:28px;
    height:26px;
    background-position:0 -786px;
}
#main-section-7 .text ul li:hover .icon.icon-bags{
    background-position:-28px -786px;
}
#main-section-7 .text ul li .icon.icon-factory{
    margin-top:-13px;
    width:33px;
    height:27px;
    background-position:0 -812px;
}
#main-section-7 .text ul li:hover .icon.icon-factory{
    background-position:-33px -812px;
}
#main-section-7 .float-img{
    position:absolute;
    bottom:0;
    right:5%;
}

#about-page .content {
    background: url('/Content/img/about-page-bg.jpg') 0 0 repeat-x;
    min-height:520px;
}

#references-page .row{
    margin:0;
}
#references-page .row > div{
    padding:0;
}
#references-page .reference{
    height:195px;
    background:#f4f4f4;
    cursor:pointer;
}
#references-page .reference .image-box{
    position:relative;
    float:left;
    width:50%;
    height:195px;    
}
#references-page .reference .descr-box{
    position:relative;
    float:right;
    width:50%;
    height:195px;
    padding:17px 14px 50px;
}
#references-page .reference .image-box:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    background:rgba(0,0,0,0.5);
    visibility:hidden;
}
#references-page .reference .image-box:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:3;
    width:50px;
    height:50px;    
    margin:-25px 0 0 -25px;
    background: url('/Content/img/icons.png') -25px -20px no-repeat;
    visibility:hidden;
}
#references-page .reference:hover .image-box:before, #references-page .reference:hover .image-box:after{
    visibility:visible;
}
#references-page .reference .descr-box:before{
    content:'';
    position:absolute;
    top:40px;    
    right:100%;    
    border-top:10px solid transparent;
    border-right:14px solid #f4f4f4;
    border-bottom:10px solid transparent;
    border-left:none;
}
#references-page .reference .descr-box:after{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    width:8px;
    background: #232429;
    background: -moz-linear-gradient(left, #f1f1f1 0%, #cacaca 100%);
    background: -webkit-linear-gradient(left, #f1f1f1 0%, #cacaca 100%);
    background: -o-linear-gradient(left, #f1f1f1 0%, #cacaca 100%);
    background: linear-gradient(left, #f1f1f1 0%, #cacaca 100%);
}
#references-page .reference .image-box img{
    width:100%;
    height:100%;
}
#references-page .reference .descr-box h3{
    font-size:14px;
    font-weight:600;
    color:#010202;
    margin:0 0 5px;
}
#references-page .reference .descr-box h4{
    font-size:14px;
    font-weight:400;
    color:#010202;
    margin:0 0 5px;
}
#references-page .reference .descr-box p{
    position:absolute;
    bottom:30px;
    left:14px;
    right:14px;
    font-size:14px;
    font-weight:400;
    color:#969696;
    padding:10px 0 0;
    margin:0;
    border-top:1px solid #969696;
}

#press-page .press-container{
    padding:20px 0;
}
#press-page .press-container .press-item{
    display:block;
    padding:20px;
    background:#f4f4f4;
}
#press-page .press-container .press-item:nth-child(2n){ 
    background:#fefcfc;
}
#press-page .press-container h3{
    font-size:14px;
    line-height:14px;
    font-weight:600;
    color:#000;
    margin:0 0 5px;
}
#press-page .press-container h4{
    font-size:14px;
    line-height:14px;
    font-weight:400;
    color:#969696;
    margin:0 0 15px;
}
#press-page .press-container p{
    font-size:14px;    
    font-weight:400;
    color:#010202;
    margin:0;
}
#press-page .press-container .press-item:hover h3, #press-page .press-container .press-item:hover h4, #press-page .press-container .press-item:hover p{
    color:#e62127;
}
#press-page .press-container .img-box{
    width:50%;
    float:left;
    margin:0 0 20px;
}

#news-page .news-item{
    position:relative;
    display:block;
    padding:20px 0;
    border-bottom:1px solid #ccc;
}
#news-page .news-item .title{
    display:block;
}
#news-page .news-item .title:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url('/Content/img/icons.png') -100px 0 no-repeat #c2aa8e;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:all 0.25s ease-in 0s;
    -moz-transition:all 0.25s ease-in 0s;
    -o-transition:all 0.25s ease-in 0s;    
    transition:all 0.25s ease-in 0s;
}
#news-page .news-item .title:hover:after{
    background-color:#e62127;
}
#news-page .news-item.open .title:after{
    background-color:#e62127;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);    
}
#news-page .news-item h3{
    font-size:14px;
    line-height:14px;
    font-weight:600;
    color:#000;
    margin:0 0 5px;
}
#news-page .news-item.open h3, #news-page .news-item .title:hover h3{
    color:#e62127;
}
#news-page .news-item h4{
    font-size:14px;
    line-height:14px;
    font-weight:400;
    color:#969696;
    margin:0 0 15px;
}
#news-page .news-item p{
    font-size:14px;    
    font-weight:400;
    color:#010202;
    margin:0;
}
#news-page .news-item .collapse-box{
    height:43px;
    overflow:hidden;
    text-overflow: ellipsis;
}

.products-container{
    padding:20px 0;
    margin:0 -5px;
}
.products-container > div{
    padding:0 5px;
    float:left;
}
.products-container > .left{
    width:23%;
}
.products-container > .right{
    width:77%;
}
.products-container .menu-title{
    position:relative;
    height:51px;
    width:100%;
    padding:17px 32px 17px 19px;
    border-bottom:1px solid #000;
    background:#212227;
    color:#fff;
}
.products-container .menu-title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 22px;
    margin:-11px 0 0;
    border: 1px solid #e62127;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url('/Content/img/icons.png') -131px 1px no-repeat;
}
.products-container .categories{
    list-style:none;
    padding:0;
    margin:0;    
}
.products-container .categories > li{
    display:block;
    border-top:1px solid #212226;
    border-bottom:1px solid #000;
}
.products-container .categories > li > a{
    position:relative;
    display:block;
    min-height:34px;
    padding:10px 5px 10px 20px;
    background:#292a2f;
    font-size:14px;
    line-height:14px;
    font-weight:400;
    color:#fff;
}
.products-container .categories > li.has-sub > a{
    padding-right:30px;
}
.products-container .categories > li.has-sub > a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 22px;
    height: 22px;
    margin:-11px 0 0;
    background: url('/Content/img/icons.png') -152px 0 no-repeat;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
    -webkit-transition:transform 0.25s ease-in 0s;
    -moz-transition:transform 0.25s ease-in 0s;
    -o-transition:transform 0.25s ease-in 0s;
    transition:transform 0.25s ease-in 0s;
}
.products-container .categories > li:nth-child(2n) > a{
    background:#24252a;
}
.products-container .categories > li > a:hover, .products-container .categories > li.open > a{
    color:#e62127;
}
.products-container .categories > li > a:hover:after{
    background: url('/Content/img/icons.png') -130px 0 no-repeat;
}
.products-container .categories > li.has-sub.open > a:after{
    background: url('/Content/img/icons.png') -130px 0 no-repeat;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
}
.products-container .categories > li.has-sub > ul, .products-container .categories > li > ul > li.has-sub > ul{
    height:0;
    overflow:hidden;
}
.products-container .categories > li > ul{
    padding:0;
    list-style:none;
}
.products-container .categories > li > ul > li > a{
    position:relative;
    display:block;
    min-height:37px;
    padding:10px 5px 10px 39px;
    font-size:14px;
    line-height:14px;
    font-weight:400;
    color:#fff;
    background:#35363b;
    border-bottom:1px solid #2a2b2f;
}
.products-container .categories > li > ul > li.has-sub > a{
    padding:10px 30px 10px 39px;
}
.products-container .categories > li > ul > li:last-child > a{
    border:none;
}
.products-container .categories > li > ul > li > a:before{
    content:'';
    position:absolute;
    top:50%;
    left:20px;
    width:7px;
    height:7px;
    margin:-4px 0 0;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#fff;
}
.products-container .categories > li > ul > li.has-sub > a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 22px;
    height: 22px;
    margin:-11px 0 0;
    background: url('/Content/img/icons.png') -152px 0 no-repeat;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
    -webkit-transition:transform 0.25s ease-in 0s;
    -moz-transition:transform 0.25s ease-in 0s;
    -o-transition:transform 0.25s ease-in 0s;
    transition:transform 0.25s ease-in 0s;
}
.products-container .categories > li > ul > li > a:hover, .products-container .categories > li > ul > li.open > a{
    color:#c2aa8e;
}
.products-container .categories > li > ul > li > a:hover:after{
    background: url('/Content/img/icons.png') -174px 0 no-repeat;
}
.products-container .categories > li > ul > li.has-sub.open > a:after{
    background: url('/Content/img/icons.png') -174px 0 no-repeat;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
}
.products-container .categories > li > ul > li > a:hover:before, .products-container .categories > li > ul > li.open > a:before{
    background:#c2aa8e;
}
.products-container .categories > li > ul > li > ul{
    padding:0;
    list-style:none;
}
.products-container .categories > li > ul > li > ul > li > a{
    position:relative;
    display:block;
    min-height:37px;
    padding:10px 5px 10px 59px;
    border-bottom:1px solid #343438;
    font-size:14px;
    line-height:14px;
    font-weight:400;
    color:#ccc;
    background:#414146;
}
.products-container .categories > li > ul > li > ul > li > a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 22px;
    height: 22px;
    margin:-11px 0 0;
    background: url('/Content/img/icons.png') -174px 0 no-repeat;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
    visibility:hidden;    
}
.products-container .categories > li > ul > li > ul > li > a:hover{
    color:#c2aa8e;
}
.products-container .categories > li > ul > li > ul > li > a:hover:after{
    visibility:visible;
}
.products-container .products-list{
    margin:0 -2.5px;
}
.products-container .products-list > div{
    padding:0 2.5px;
}
.products-container .products-list .product{
    display:block;
    width:100%;
    height:305px;
    border:1px solid #ccc;
    padding:5px;
    margin:0 0 5px;
}
.products-container .products-list .product .img-box{
    position:relative;
    height:237px;
    margin:0 0 5px;
    overflow:hidden;
}
.products-container .products-list .product .img-box:before {
    content: 'Detaylı İncele';
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right:0;    
    padding:175% 0 0;
    background: rgba(0, 0, 0, 0.0);
    font-size:14px;
    color:#fff;
    text-align:center;
    -webkit-transition:padding 0.2s linear 0s;
    -moz-transition:padding 0.2s linear 0s;
    -o-transition:padding 0.2s linear 0s;
    transition:padding 0.2s linear 0s;
}
.products-container .products-list .product .img-box:after {
    content: '';
    position: absolute;
    top: 76px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: 0 0 0 -25px;
    background: url('/Content/img/icons.png') -25px -20px no-repeat;
    -webkit-transform:translateY(-200px);
    -moz-transform:translateY(-200px);
    -o-transform:translateY(-200px);
    -ms-transform:translateY(-200px);
    transform:translateY(-200px);
    -webkit-transition:all 0.2s linear 0s;
    -moz-transition:all 0.2s linear 0s;
    -o-transition:all 0.2s linear 0s;
    transition:all 0.2s linear 0s;
}
.products-container .products-list .product:hover .img-box:before{
    padding:75% 0 0;
    background: rgba(0, 0, 0, 0.3);
}
.products-container .products-list .product:hover .img-box:after{
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -o-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
}
.products-container .products-list .product .img-box img{
    width:100%;
    height:100%;
}
.products-container .products-list .product p{
    width:100%;
    height:50px;
    overflow:hidden;
    padding:7px;
    margin:0;
    background: #dbb991;
    background: -moz-linear-gradient(top, #dbb991 0%, #c2aa8e 100%);
    background: -webkit-linear-gradient(top, #dbb991 0%, #c2aa8e 100%);
    background: -o-linear-gradient(top, #dbb991 0%, #c2aa8e 100%);
    background: linear-gradient(top, #dbb991 0%, #c2aa8e 100%);
    font-size:14px;
    color:#242424;
    text-align:center;
}
.products-container .product-detail .main-info {
    padding: 10px;
    background: url('/Content/img/main-page-bg-3.jpg') 0 0 repeat;
    margin:0 0 15px;
}
.products-container .product-detail .main-info .img-box{
    width:345px;
    height:415px;
    float:left;
    padding:11px 9px;
    background:#fff;    
}
.products-container .product-detail .main-info .img-box img{
    width:100%;
    height:100%;
}
.products-container .product-detail .main-info .description-box{
    float:right;
    width:526px;
    height:415px;
    padding:10px 5px 10px 10px;
    overflow:auto;
    background:#fff;
}
.products-container .product-detail .main-info .description-box h3{
    font-size:16px;
    line-height:16px;
    font-weight:600;
    color:#e62127;
    margin:0 0 10px;
}
.products-container .product-detail .main-info .description-box p{
    font-size:14px;    
    font-weight:400;
    color:#242424;
    margin:0 0 10px;
}
.products-container .product-detail .nav.nav-tabs{
    border-bottom:3px solid #c2aa8e;
}
.products-container .product-detail .nav.nav-tabs > li{
    margin:0;
}
.products-container .product-detail .nav.nav-tabs > li > a{
    position:relative;
    width:135px;
    height:35px;
    border:none;
    background: #fffffe;
    background: -moz-linear-gradient(top, #fffffe 0%, #f7ebdd 100%);
    background: -webkit-linear-gradient(top, #fffffe 0%, #f7ebdd 100%);
    background: -o-linear-gradient(top, #fffffe 0%, #f7ebdd 100%);
    background: linear-gradient(top, #fffffe 0%, #f7ebdd 100%);
    text-align:center;
    font-size:14px;
    color:#242424;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.products-container .product-detail .nav.nav-tabs > li > a:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    border-top:1px solid #c2aa8e;
    border-right:1px solid #c2aa8e;
    border-bottom:none;
    border-left:1px solid #c2aa8e;
}
.products-container .product-detail .nav.nav-tabs > li.active > a{
    background: #9a9a9b;
    background: -moz-linear-gradient(top, #9a9a9b 0%, #c2aa8e 100%);
    background: -webkit-linear-gradient(top, #9a9a9b 0%, #c2aa8e 100%);
    background: -o-linear-gradient(top, #9a9a9b 0%, #c2aa8e 100%);
    background: linear-gradient(top, #9a9a9b 0%, #c2aa8e 100%);
    color:#fff;
}
.products-container .product-detail .nav.nav-tabs > li.active > a:after{
    visibility:hidden;
}
.products-container .product-detail .tab-content{
    padding:10px;
    border:1px solid #c2aa8e;
}
.products-container .product-detail .tab-content h3{
    font-size:14px;
    font-weight:600;
    color:#e62127;
    margin:0 0 10px;
}
.products-container .product-detail .tab-content h4{
    font-size:14px;
    font-weight:600;
    color:#242424;
    margin:0;
}
.products-container .product-detail .tab-content p{
    font-size:14px;
    font-weight:400;
    color:#242424;
    margin:0 0 20px;
}
.products-container .product-detail .tab-content .gallery{
    margin:0 -2.5px;
}
.products-container .product-detail .tab-content .gallery > div{
    padding:0 2.5px;
}
.products-container .product-detail .tab-content .gallery a{
    position:relative;
    display:block;
    height:157px;
    margin:0 0 5px;
    overflow:hidden;
}
.products-container .product-detail .tab-content .gallery a:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#000;
    opacity:0.5;
    visibility:hidden;
}
.products-container .product-detail .tab-content .gallery a:hover:before{
    visibility:visible;
}
.products-container .product-detail .tab-content .gallery a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: url('/Content/img/icons.png') -25px -20px no-repeat;
    -webkit-transform:translateY(-200px);
    -moz-transform:translateY(-200px);
    -ms-transform:translateY(-200px);
    -o-transform:translateY(-200px);
    transform:translateY(-200px);
    -webkit-transition:all 0.25s ease-in 0s;
    -moz-transition:all 0.25s ease-in 0s;
    -o-transition:all 0.25s ease-in 0s;
    transition:all 0.25s ease-in 0s;
}
.products-container .product-detail .tab-content .gallery a:hover:after{
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
}
.products-container .product-detail .tab-content .table{
    margin:0 0 10px;
}
.products-container .product-detail .tab-content .table tr{
    background:#fbfbfb;
}
.products-container .product-detail .tab-content .table tr:nth-of-type(2n+1){
    background:#f1f1f1;
}
.products-container .product-detail .tab-content .table tr td{
    padding:5px 10px;
    border:none;
}
.products-container .product-detail .tab-content .models{
    margin:0 -2.5px;
}
.products-container .product-detail .tab-content .models .col-7{
    float:left;
    width:14.2857%;
    padding:0 2.5px;
}
.products-container .product-detail .tab-content .models a{
    position:relative;
    display:block;
    height:115px;
    margin:0 0 5px;
    overflow:hidden;
}
.products-container .product-detail .tab-content .models a:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#000;
    opacity:0.5;
    visibility:hidden;
    border:1px solid #e72c32;
}
.products-container .product-detail .tab-content .models a:hover:before{
    visibility:visible;
}
.products-container .product-detail .tab-content .models a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: url('/Content/img/icons.png') -25px -20px no-repeat;
    -webkit-transform:translateY(-200px);
    -moz-transform:translateY(-200px);
    -ms-transform:translateY(-200px);
    -o-transform:translateY(-200px);
    transform:translateY(-200px);
    -webkit-transition:all 0.25s ease-in 0s;
    -moz-transition:all 0.25s ease-in 0s;
    -o-transition:all 0.25s ease-in 0s;
    transition:all 0.25s ease-in 0s;
}
.products-container .product-detail .tab-content .models a:hover:after{
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
}
.products-container .product-detail .tab-content .sertificate-list{
    list-style:none;
    padding:0;
}
.products-container .product-detail .tab-content .sertificate-list > li > a{
    position:relative;
    display:block;
    padding:25px 10px 35px 70px;
    margin:0 0 10px;
    font-size:14px;
    color:#242424;
    border-bottom:1px solid #ede5dd;
}
.products-container .product-detail .tab-content .sertificate-list > li > a:hover{
    color:#e62127;
    text-decoration:underline;
}
.products-container .product-detail .tab-content .sertificate-list > li > a > img{
    position:absolute;
    top:0;
    left:0;
    width:50px;
    height:65px;
    border:1px solid #c2aa8e;
}
.products-container .product-detail .tab-content .sertificate-list > li:last-child > a{
    border:none;
}

.ecatalogs-container{
    padding:0 0 80px;
}
.ecatalogs-container .ecatalog{
    position:relative;
    display:block;
    float:left;
    width:25%;
    height:292px;
}
.ecatalogs-container .ecatalog:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    background:#000;
    opacity:0.3;
}
.ecatalogs-container .ecatalog:after {
    content: '';
    position: absolute;
    top: 75%;
    left: 25%;
    z-index:2;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    background: url('/Content/img/icons.png') -25px -70px no-repeat;
}
.ecatalogs-container .ecatalog:hover:after{
    background: url('/Content/img/icons.png') -89px -70px no-repeat;
}
.ecatalogs-container .ecatalog img{
    width:100%;
    height:100%;
}
.ecatalogs-container .ecatalog .ecatalog-title{
    position:absolute;
    top:0;
    left:0;
    right:50%;
    bottom:50%;
    z-index:3;
    background:#fff;
    padding:20px 15px;
    text-align:right;
}
.ecatalogs-container .ecatalog .ecatalog-title h3{
    font-size:16px;
    line-height:16px;
    color:#969696;
    margin:0 0 10px;
}
.ecatalogs-container .ecatalog .ecatalog-title h4{
    font-size:14px;
    line-height:14px;
    color:#000;
    margin:0;
}
.ecatalogs-container .ecatalog .ecatalog-title p{
    position:absolute;
    bottom:15px;
    right:15px;
    padding:8px 0 0;
    font-size:14px;
    line-height:14px;
    color:#969696;
    margin:0;
    border-top:1px solid #969696;
}
.ecatalogs-container .ecatalog:hover .ecatalog-title p{
    color:#e62127;
}

#delivery-form-page .form-control:focus{
    border-color:#e62127;
}

#contacts-page .info-box{
    margin-bottom:20px;
}
.contact-form .row{
    margin:0 -5px;
}
.contact-form .row > div{
    padding:0 5px;
}
.contact-form .form-control{    
    border:1px solid #f1f1f1;    
    color:#969696;    
}
.contact-form .form-control:focus{
    border-color:#e62127;
}
.contact-form .captcha-box img{    
    border:1px solid #f1f1f1;
}
.contact-form .refresh-box .btn.btn-refresh{  
    color:#969696;  
}
.contact-form .btn.btn-send{
    width:130px;
}
#map{
    padding:0 0 50px;
}
#map .triangle-map{
    width:0;
    margin:0 auto 10px;
    border-top:25px solid #f5f5f6;
    border-right:25px solid transparent;
    border-bottom:none;
    border-left:25px solid transparent;
}

#footer {
    min-height:230px;
    background:#24252a;
}
#footer .row{
    margin:0;
}
#footer .row > div{
    padding:0;
}
#footer .logo{
    padding:20px 0 0;
}
#footer .logo img{
    margin:0 0 20px;
}
#footer .logo p{
    font-size:13px;    
    color:#969696;
    margin:0;
}
#footer .separator{
    width:100%;
    border-top:1px solid #d4d4d5;
    border-bottom:1px solid #949597;
    margin:0 0 20px;
}
#footer .text{
    padding:40px 0 0;    
}
#footer .text p{
    padding:0 0 20px;
    border-bottom:1px solid #6a6a6e;
    font-size:13px;
    color:#969696;
}
#footer .text a{
    display:block;
    text-align:right;
    padding:0 47px 0 0;
    font-size:14px;
    color:#fff;
}
#footer .menu{
    height:230px;
    background:#212227;
    padding:40px 0 0;
}
#footer .menu ul{
    padding:7px 40px 0;
    list-style:none;
}
#footer .menu ul li{
    margin:0 0 5px;
}
#footer .menu ul li a{
    color:#fff;
}
#footer .menu ul li a:hover{
    color:#c2aa8e;
}
#footer .search{
    padding:65px 0 0 20px;
}
#footer .search p{
    color:#fff;
    margin:0 0 20px;
}
#footer .search .subsearch-form{
    margin:0 0 40px;
}
#footer .search .form-control{
    display:block;
    width:100%;
    height:35px;
    padding:10px 20px;
    border:1px solid #f1f1f1;
    background:#fff;
    font-size:14px;
    line-height:14px;
    color:#969696;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
#footer .rta {
    display:inline-block;
    float:right;
    height: 17px;
    margin-bottom:13px;
    background-image: url('/Content/img/rta.png');
    background-position:0 0;
    background-repeat:no-repeat;
    padding:0 0 0 25px;
    font-size:13px;
    color:#fff;
}
#footer .rta:hover{
    background-position:0 -17px;
}



