/*
Theme Name: Bent
Author: Allie
Version: 1.0
URL: http://designscrazed.org/
*/

/* Table of Content
==================================================
  1. COMMON STYLES
  2. SECTION HOME 
  3. SECTION ABOUT
  4. SECTION VIDEO
  5. SECTION TESTIMONIAL
  6. SECTION FEATURES 
  7. SECTION CALL TO ACTION
  8. SECTION APPS SCREEN 
  9. SECTION FUN FACTS 
  10. SECTION DOWNLOAD 
  11. SECTION CONTACT 
  12. SECTION SUBSCRIBE
  13. SECTION FOOTER 

*/
* {
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    font-family: 'Raleway', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}


.wraps {min-width:320px; position: relative; overflow: hidden;}

/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/

.section_title {
    padding-top: 90px;
    padding-bottom: 50px;
}
.section_title h2 {
    text-align: center;
    position: relative;
    color: #333;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    
}
.circles-section-title {
    padding-top: 0px;
}

.nav>li>a {
    padding: 10px;
}

.navbar-brand {
    padding: 0;
}

.circles-section-title h2 {
    color: #fff;
    
}
.section_title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #f39c12;
    left: 50%;
    margin-left: -30px;
}
.section_title p {
    text-align: center;
    margin-top: 45px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/

.header h2 {
    height: 0px;
    margin: 0px;
}


@media(min-width:768px) {
    /*.navbar-default {*/
        /*background-color: transparent;*/
    /*}*/
    .navbar-default .navbar-nav>li>a {
        color: #B5B5B5;
        font-family: 'Raleway', sans-serif;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #f39c12;
    }
    .navbar-default .navbar-nav>li>a:focus {
        color: #B5B5B5;
    }
    .navbar-default {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        z-index: 110;
    }
    .navbar-brand img {
        padding-top: 25px;
        height: 45px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-default .navbar-nav>li>a {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-nav>li>a {
        padding-top: 45px;
    }
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #fff;}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {color: #f39c12;}


.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {color: #fff;}

.navbar-header-content {display: flex; align-items: center; text-align: center;}
.navbar-header-content .navbar-nav {float: none; margin: 0 auto; display: inline-block; vertical-align: top;}

.collapse.navbar-collapse {flex:1;}
a.header__phone {font-weight:bold; font-size: 16px; font-family: Arial; color: #f39c12 !important;}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #f39c12;
}

.header__numbers {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;

    list-style: none;

    li {
        color: #fff;
        font-weight: 700;
    }

    li:last-child {
        a {
            color: #8C8B8A !important;
        }
    }
}

.header__numbers.mobile {
    display: none;
}

@media (max-width: 768px) {
    .header__numbers {
        display: none;
    }

    .header__numbers.mobile {
        display: block;
    }
}




.navbar .dropdown-menu {background: #333;}
.navbar .dropdown-menu>li>a {color: #fff;}
.navbar .dropdown-menu>li>a:hover {color: #f39c12; background: 0;}
.navbar .dropdown-menu>li>a:hover,
.navbar .dropdown-menu>li>a:focus,
.navbar .dropdown-menu>.active>a,
.navbar .dropdown-menu>.active>a:hover,
.navbar .dropdown-menu>.active>a:focus {background: 0;}

@media (max-width: 768px) {
    .navbar-header-content {flex-direction: column;}
    .navbar-header-content > .navbar-collapse {width: 100%; text-align: left;}
    .navbar-header {width: 100%;}
    .navbar-header-content .navbar-nav {display: block;}
    a.header__phone {line-height:25px;}
}


.navbar {
    /*margin-top: -100px*/
}

.navbar-default {
    margin-top: 0;
    opacity: 1;
    background-color: rgba(59, 59, 59, 0.7);
}

.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-brand img {
    padding-top: 0;
    height: 55px;
    margin: -5px 0 0;
}


.header {
    background: url(../images/home.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}
.header .section_overlay {
    background-color: rgba(33, 33, 33, .75);
    padding-bottom:90px;
    min-height: 100vh;
    position: relative;
}

.go-to-arrow {
    background:url("../images/arrow-down.png") no-repeat center;
    -webkit-background-size:20px;
    background-size: cover;
    width:50px;
    height:50px;
    border-radius: 100%;
    position: absolute;
    left:50%;
    bottom:20px;
    margin-left:-25px;
    display: block;
}
.logo{
    padding-bottom: 50px;
    display: none;
}
.home_text {
    text-align: left;
    margin-top:65px;
}
.home-iphone{
    text-align: right;
    margin-top:40px;
}
.home-iphone img{
    width: 100%;
}

@media (max-width: 768px){
    .home-iphone{
        display: none;
    }
    .home_text{
        text-align: center;
    }

}
.home_text h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    padding-top: 30px
}

.home-container__h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
}

.text-inner {
    color: #fff;
    padding-top: 170px;
    padding-bottom: 30px;
    text-align: center;
}

.text-inner p {
    font-size:20px;
}

.home_text p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom:50px;
    font-weight: 300;
}

.home_text a {
    color: #fff;
    text-decoration: underline;
}

.home_text a:hover {
    text-decoration: none;
}
.download-btn {
    margin-top: 40px;
    margin-left: 75px;
}
.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #f39c12;
    color: #f39c12;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-btn:hover {
    background-color: #f39c12;
    color: #fff;
}
.tuor,
.tuor:focus,
tuor:active,
tuor:visited {
    color: #A9ADB0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tuor:hover {
    color: #fff;
}
.tuor i {
    font-size: 20px;
    padding-left: 5px;
    color: #f39c12;
}

.benefits-list {
    margin:0;
}

.benefits-list__item {
    margin:30px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.benefits-list__item:first-child {
    margin-top:0;
}

.benefits-list__ico {
    width:53px;
}

.benefits-list__ico img {
    max-width: 53px;
}

.benefits-list__item p {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin:0;
    padding-left:25px;
    -ms-flex-item-align: center!important;
    align-self: center!important;
    color: #f39c12;
    font-size:20px;
}

/*---------------------------------------
   SECTION ABOUT              
-----------------------------------------*/

.diamant-color iframe {
    width: 100%;
}

.diamant-color-instruction {
    margin-bottom: 20px;
}

.diamant-color p {
    color: #fff;
}

.diamant-color h2 {
    color: #fff;
}

.about {
    background: #F1F1F1;
}
.inner_about_area {
    /* padding-top: 50px; */
    padding-bottom: 50px;
}
.inner_about_title {
    padding-bottom: 50px;
}
.inner_about_title h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
}
.inner_about_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #f39c12;
    height: 1px;
}
.inner_about_title p {
    font-size: 19px;
    line-height: 24px;
    margin-top: 40px;
}
.inner_about_desc {} .single_about_area {
    position: relative;
    padding-bottom: 4px;
    padding-left: 80px;
}
.single_about_area div {
    position: absolute;
    top: 0px;
    left: 0px;
}
.single_about_area div img {
    width: 55px;
    color: #BABABA;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.single_about_area h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.single_about_area p {
    color: #727272;
    font-size: 15px;
}
.single_about_area:hover div i {
    color: #f39c12;
}
.about_phone img {} @media (min-width: 991px) and (max-width: 1200px) {
    .about_phone img {
        margin-top: 184px;
        width: 80%;
        margin-right: 20%
    }
}
/*---------------------------------------
   SECTION VIDEO              
-----------------------------------------*/



.video_area {
    background: #e4e4e4;
    padding-bottom: 140px;
    padding-top: 120px;
}
.video_title {
    padding-bottom: 30px;
}
.video_title h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    margin-top: 0px;
}
.video_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #f39c12;
    height: 1px;
}
.video_title p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
    color: #333;
    font-weight: 300;
}
.btn-video,
.btn-video:active,
.btn-video:focus,
.btn-video:visited {
    background: transparent;
    border: 1px solid #929292;
    color: #686868;
    border-radius: 3px;
    padding: 12px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.btn-video:hover {
    background: #f39c12;
    color: #fff;
    border: 1px solid #f39c12;
}
.video {} .video iframe {
    width: 100%;
    border: 1px solid #999999;
    padding: 5px;
}
/*---------------------------------------
   SECTION TESTIMONIAL              
-----------------------------------------*/

#owl-demo .item {
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 50px;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.testimonial {
    background: url(../images/testimonial.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1102px){
	.header,
	.testimonial {
		background-position: center 0 !important;
	}
}

@media (max-width: 522px){
	.header .container {padding-left: 5px; padding-right: 5px;}
	.navbar-brand {padding-left: 0; padding-top: 5px;}
	a.header__phone {right: 64px; font-size: 15px;}
	.navbar-toggle {margin-right: 5px;}
}

@media (max-width: 772px){
	.video_title h2 {font-size: 24px;}
}

@media (max-width: 572px){
	.video_title h2 {font-size: 20px;}
}


.testimonial .section_overlay {
    background: rgba(0, 0, 0, .4);
    padding-top: 80px;
    padding-bottom: 80px;
}
.carousel-indicators {
    bottom: -8px;
}
div.circles .item img {
    border: 2px solid #f39c12;
    border-radius: 50%;
    padding: 3px;
    width: 144px;
    display: block;
    margin: 0 auto;
}

.circles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.circles .item {
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
}

.testimonial_caption {
    /* padding-bottom: 70px; */
    width: 100%;
}
.testimonial_caption p {
    color: #D8D8D8;
    font-size: 15px;
    line-height: 21px;
    padding-top: 25px;
    text-align: center;
}
.testimonial_caption h2 {
    color: #f39c12;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    margin-top: 25px;
}
.testimonial_caption h4 {
    color: #f39c12
}
.testimonial_caption h4 span {
    color: #D8D8D8;
    font-style: italic;
    font-weight: 300;
}
.testimonial ol.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #f39c12;
    margin: 1PX
}
.testimonial ol.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border: 0px solid #f39c12;
    background: #f39c12;
}
/*---------------------------------------
   SECTION FEATURES              
-----------------------------------------*/

.features {
    background-color: #f1f1f1
}
.feature_inner {
    padding-top: 30px;
    padding-bottom: 70px;
}
.feature_iphone {} .feature_iphone img {
    width: 100%;
}
.right_single_feature {
    position: relative;
    padding-left: 90px;
    /* margin-bottom: 65px; */
    margin-top: 35px;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.right_single_feature div {
    position: absolute;
    color: #f39c12;
    left: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_single_feature div img{
    width: 53px;
}
.right_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333333;
}
.right_single_feature h3 span {
    color: #f39c12;
}
.right_single_feature p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
}
/*left feature*/

.left_single_feature {
    position: relative;
    padding-right: 90px;
    margin-bottom: 65px;
    text-align: right;
    margin-top: 35px;
}
.left_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #f39c12;
    right: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.left_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333333;
}
.left_single_feature h3 span {
    color: #f39c12;
}
.left_single_feature p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.right_no_padding {
    padding-left: 15px;
}
.left_no_padding {
    padding-right: 15px;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .right_single_feature {
        margin-left: -60px;
    }
    .left_single_feature {
        margin-right: -60px;
    }
    .feature_iphone {
        margin-top: 35px;
    }
    .right_single_feature h3,
    .left_single_feature h3 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}


/*---------------------------------------
   SECTION CALL TO ACTION              
-----------------------------------------*/

.call_to_action {
    background-color: #1a1a1a;
    padding-top: 100px;
    padding-bottom: 100px;
}
.call_to_action p {
    color: #dfdfdf;
    font-size: 18px;
    font-weight: 300;
}
.call_to_action a {} .btn-action,
.btn-action:active,
.btn-action:focus,
.btn-action:visited {
    background: #f39c12;
    border: 1px solid #f39c12;
    color: #fff;
    border-radius: 3px;
    padding: 15px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.btn-action:hover {
    background: #fff;
    color: #f39c12;
}

/*---------------------------------------
   SECTION APPS SCREEN             
-----------------------------------------*/

.apps_screen {
    background: #f1f1f1;
}

.color-palette-items {

}

.color-palette-item {
    margin-bottom: 10px;
}

.color-palette-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.color-palette-content {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.color-palette-content img {
    display: block;
    margin-bottom: 15px;
}

.screen_slider {
    padding-top: 50px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #f39c12;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #f39c12;
}
/*---------------------------------------
   SECTION FUN FACTS              
-----------------------------------------*/
#color_system_2 {
    background: #fff;
}

#color_system_2 h2,
#color_system_2 p {
    color: #333;
}

#color_system_2 .section_overlay {
    background: transparent;
}

.image-full {
    width: 100%;
}

.fun_facts {
    background: url(../images/fun_bg.jpg) no-repeat center;
    background-size: cover;
}
.fun_facts .section_overlay {
    padding-top: 70px;
    padding-bottom: 70px;
    background: rgba(0, 0, 0, .4);
}

.color-mramor {
    background: url(../images/mramor-komnata.jpg) no-repeat center;
    background-size: cover;
}

.color-mramor .section_overlay {
    padding-top: 70px;
    padding-bottom: 70px;
    background: rgba(0, 0, 0, .4);
}

.color-mramor-img {
    display: block;
    margin-bottom: 10px;
}

.single_fun_facts {
    font-family: 'Source Sans Pro', sans-serif;
}
.single_fun_facts i {
    color: #f39c12;
    font-size: 60px;
    ;
}
.single_fun_facts h2 {
    color: #D7DADB;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}
.single_fun_facts h2 span {
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}
.single_fun_facts p {
    color: #D7DADB;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
/*---------------------------------------
   SECTION DOWNLOAD              
-----------------------------------------*/

.download {
    background: #f1f1f1;
}
.download_screen {
    padding-top: 45px;
}
.download_screen img {
    width: 100%
}
.available_store {
    background: #1a1a1a;
    margin-top: -8px;
    position: relative;
}
.available_title {
    padding-top: 75px;
}
.available_title h2 {
    color: #fff;
    font-size: 30px;
}
.available_title p {
    color: #B5B5B5;
}
.single_store {
    text-align: center;
    border-left: 1px solid #0F1217;
    min-height: 230px;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.single_store i {
    color: #f39c12;
    text-align: center;
    opacity: 1;
    font-size: 40px;
    padding-top: 90px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.store_inner {
    position: absolute;
    bottom: 93px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.store_inner h2 {
    text-align: center;
    font-weight: 300;
    color: #d7dadb;
    font-size: 16px;
}
.single_store:hover {
    background: #121212;
}
.single_store:hover i {
    opacity: 0;
}
.single_store:hover div.store_inner {
    opacity: 1;
}
.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}
.last {
    border-right: 1px solid #0F1217;
}
/*---------------------------------------
   SECTION CONTACT              
-----------------------------------------*/

.contact {
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
}
.contact .section_title {
	padding-top: 0;
}
.contact_form {
    padding-top: 30px;
}
.contact_form .form-control {
    display: block;
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: 1px solid #aeaeae;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;   

}
.contact_form .form-control:focus {
    border: 1px solid #f39c12;
    border-color: #f39c12;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);
}
.contact_form {} .form-control:-webkit-input-placeholder {
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 19+ */
    
    color: red;
}
.form-control:-ms-input-placeholder {
    color: red;
}
.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    background-color: transparent;
    border: 1px solid #f39c12;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #f39c12;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.submit-btn:hover {
    background-color: #f39c12;
    color: #fff;
    border-color: #f39c12;
}
.social_icons {
    padding-top: 50px;
    padding-bottom: 70px;
}
.social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.social_icons ul li {
    list-style: none;
    display: inline;
    padding-left: 10px
}
.social_icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #9d9d9d;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social_icons ul li a i {
    font-size: 20px;
}
.social_icons ul li a:hover {
    background: #f39c12;
    border: 1px solid #f39c12;
    color: #fff
}
.error {
    color: #f39c12;
    display: block;
    padding-bottom: 15px;
    font-size: 18px
}
.error i {
    padding-right: 10px;
    font-size: 18px
}
.Sucess {
    color: #4DB849;
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
}
.Sucess i {
    padding-right: 10px;
    font-size: 18px;
    color: #4DB849
}
.contact_form .form-control {
    color: #3d3d3d;
}
#message {
    height: 117px;
    resize: none;
}
/*---------------------------------------
   SECTION SUBSCRIBE              
-----------------------------------------*/

.subscribe {
    background-color: #1f1f1f;
}
.subscribe iframe {
    width: 100%;
}
.subscribe .section_overlay {
    padding-bottom: 70px;
    background: transparent
}
.subscribe .section_title h2{
	color: #eaeaea;
}
.subscribe .section_title p{
	color: #a4a4a4;
}
.subscribe_form {
    text-align: center;
    padding-top: 30px;
}
.subscribe_form .form-group {} .subscribe_form .form-control {
    background: transparent;
    border: 1px solid #575b63;
    border-radius: 0px;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    color: #aeaeae;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.subscribe_form .form-control:focus {
    background: transparent;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: none;
}
.subs-btn,
.subs-btn:active,
.subs-btn:focus,
.subs-btn:visited {
    width: 200px;
    background: transparent;
    border: 1px solid #f39c12;
    border-radius: 4px;
    height: 45px;
    margin-left: 0px;
    margin-bottom: 1px;
    color: #f39c12;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.subs-btn:hover {
    background-color: #f39c12;
    color: #fff;
    border-color: #f39c12;
}
@media (min-width: 300px) {
    .subscribe_form .form-control {
        width: 100%
    }
}
.subscription-success {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.subscription-error {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/

.copyright {
    background-color: #1A1D22;
    padding-bottom: 65px;
    padding-top: 65px;
    border-bottom: 3px solid #f39c12;
}
.copyright h2 {
    height: 0px;
    margin: 0px;
}
.copy_right_text {
    width: 60%;
}
.copy_right_text p {
    color: #8C8B8A;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.copy_right_text p:first-child a {font-size: 17px; font-family: Arial;}
.copy_right_text p a {
    text-decoration: none;
    color: #f39c12;
}
.copy_right_text p span {
    font-weight: 300;
}
.scroll_top {
    text-align: right;
}
.scroll_top a {
    background: #f39c12;
    padding: 25px;
}
.scroll_top a i {
    color: #fff;
    font-size: 25px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: red;
    background-image: none;
    color: rgb(0, 0, 0);
}
.spn_hol {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 50000;
    opacity: 1;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.spinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
    height: 24px;
    width: 70px;
    text-align: center;
    display: block;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.calc-button {
    position: fixed;
    background: #f39c12;
    border: 1px solid #f39c12;
    color: #fff;
    border-radius: 3px;
    padding: 15px 20px;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s all;
    padding-left: 55px;
}

.calc-button::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(../images/calc-ico.png);
    left: 10px;
    top: 8px;
    background-size: cover;
}

.calc-button:hover {
    text-decoration: none;
    color: #fff;
    background: #fbb13b;
}

.calc-button:focus {
    text-decoration: none;
    color: #fff;
}

body .highlight-orange {
    color: #f39c12;
}

.calc-css .form-control {
    height: 30px;
    font-family: sans-serif;

}

.overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, .3);
    position: fixed;
    z-index: 1000;
    display: none;
}

.calc_popup {
    position: fixed;
    left: 50%;
    top: -200%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 15px;
    z-index: 11112;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 80vh;
}

.calc_popup.open {
    top: 50%;
}

.calc_popup_title {
    line-height: 1;
    font-size: 35px;
    color: #f39c12;
    text-align: center;
    margin-bottom: 30px
}

.calk_popup_content {
    position: relative;
    padding: 35px;;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 13px rgba(0,0,0,.5);
    max-height: 90%;
    overflow-y: auto;
}

.calc_popup_close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.calc_popup_close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.calc_popup_close:hover::after,.calc_popup_close:hover::before {
    background-color: #918e8e
}

.calc_popup_close::after,.calc_popup_close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    margin-left: -11px;
    margin-top: -1px;
    background-color: #a19e9e;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.calc_popup_close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.calc_popup_form {
    margin-bottom: 40px
}

.calc_popup_form_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    justify-content: center;
}

.calc_popup_form_label {
    display: block;
    min-width: 185px;
    width: 185px;
    text-align: right;
    font-size: 15px;
    color: #050505;
    margin-right: 30px
}

.calc_popup_form_input {
    width: 250px;
    min-width: 250px;
    height: 30px;
}

.calc_popup_form_input input {
    width: 100%
}

.calc_popup_form_result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.calc_popup_form_result_title {
    font-size: 18px;
    color: #202020;
    margin-right: 25px
}

.calc_popup_form_result_numb {
    font-size: 28px;
    color: #202020;
    line-height: 1.1;
    font-family: sans-serif;
}

@media screen and (max-width: 640px) {
    .calc_popup {
        width: 100%;
        max-width: 570px;
        
    }
    .calc_popup_form_input {
        min-width: 1px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .calc_popup_form_row {
        flex-wrap: wrap;
    }
    .calc_popup_form_label {
        text-align: left;
        margin-right: 0;
        min-width: 1px;
        width: 100%;
    }
    .calc_popup_form_row {
        justify-content: flex-start;
    }
    .calc_popup_title {
        margin-bottom: 10px;
    }
    .calc_popup_form_result_title {
        margin-right: 0;
    }
}

table {
    margin-bottom: 30px;
    color: #202020
}

table tr td,table tr th {
    padding: 20px 0;
    width: 33.3%;
    text-align: left;
    padding-left: 40px;
    padding-right: 15px;
    line-height: 1.2
}

table thead {
    color: #fff;
    background-color: rgba(32,32,32,.97)
}

table thead th {
    font-weight: 400;
    font-size: 15px;
    font-family: proxima-nova-bold,sans-serif
}

table tbody tr {
    border-bottom: 1px solid #a2a4a2
}

table tbody tr:last-child {
    border-bottom: none
}

table tbody tr td {
    background-color: rgba(255,255,255,.75)
}

table tbody tr td.table_bg_yellow {
    background-color: rgba(251,177,59,.75)
}

.mortar_for_paving_stones_section_table {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.mortar_for_paving_stones_section_table table {
    width: 100%;
    margin-bottom: 55px
}

.td_width_ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.td_ico {
    min-width: 25px;
    width: 25px;
    text-align: center;
    margin-right: 25px
}

.td_ico img {
    display: inline-block;
    max-width: 100%
}


@media screen and (max-width: 1199px) {
    table tr td,table tr th {
        padding-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .td_ico {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    table {
        background-color: rgba(255,255,255,.9)
    }

    table thead {
        display: none
    }

    table tbody {
        display: block
    }

    table tbody tr {
        display: block;
        padding: 20px 15px
    }

    table tbody tr td {
        padding: 0;
        padding-bottom: 15px;
        width: 100%;
        display: block;
        font-size: 15px;
        background-color: transparent
    }

    table tbody tr td:last-child {
        padding-bottom: 0
    }

    table tbody tr td.table_bg_yellow {
        background-color: transparent;
        margin-bottom: 5px
    }

    table tbody tr td:nth-child(2)::before {
        content: "Шовный заполнитель на основе (полимера- полимеризующегося масла):";
        display: block;
        font-size: 13px;
        font-family: proxima-nova-bold,sans-serif;
        margin-bottom: 5px
    }

    table tbody tr td:nth-child(3)::before {
        content: "Шовный заполнитель на эпоксидной основе:";
        display: block;
        font-size: 13px;
        font-family: proxima-nova-bold,sans-serif;
        margin-bottom: 5px
    }
    .btn {
        font-size: 13px;
    }
    .btn-action {
        padding: 15px;
    }
    .download-btn {
        margin-left: 0;
    }
}

/* FILTER PAGINATION SEARCH */
.pagination__block {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;

    margin-bottom: 60px;
    margin-top: 40px;
}
.pages__button {
    margin-left: 30px;
    margin-right: 30px;
}
.page__button {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;

    border: 1px solid #dee2e6;

    transition: all 0.5s ease;
}
.page__button:hover {
    background-color:#dee2e6;
}
.page__button--first,
.page__button--last {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;

    border: 1px solid #dee2e6;

    transition: all 0.5s ease;
}
.page__button--first:hover,
.page__button--last:hover,
.page__button--first:focus,
.page__button--last:focus {
    background-color:#dee2e6;
}
.page__button--first {
    margin-right: 10px;
}
.page__button--last {
    margin-left: 10px;
}
.page__button--prev,
.page__button--next {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;

    border: 1px solid #dee2e6;

    transition: all 0.5s ease;
}
.page__button--prev:hover,
.page__button--next:hover,
.page__button--prev:focus,
.page__button--next:focus {
    background-color:#dee2e6;
}
.jplist-selected {
    font-weight: 700;
    border: 2px solid #dee2e6;
}
.photos__filter {
    margin: 0 auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-self: start;
}
.photos__filter label {
    position: relative;
    font-weight: 400;
}
.photos__filter-color label {
    position: relative;
    margin-right: 20px;
}
.photos__filter-color label::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 20px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.photos__filter-color label.white::before {
    border: 1px solid #cecece;
}
.photos__filter-color label.beige::before {
    background-color: beige;
}
.photos__filter-color label.yellow::before {
    background-color: yellow;
}
.photos__filter-color label.pink::before {
    background-color: pink;
}
.photos__filter-color label.violet::before {
    background-color: violet;
}
.photos__filter-color label.red::before {
    background-color:red;
}
.photos__filter-color label.green::before {
    background-color:green;
}
.photos__filter-color label.blue::before {
    background-color:blue;
}
.photos__filter-color label.grey::before {
    background-color:grey;
}
.photos__filter-color label.brown::before {
    background-color:brown;
}
.photos__filter-color label.black::before {
    background-color:black;
}
.photos__filter-color input{
    margin-right: 25px;
}
.photos__filter-color {
    margin-bottom: 7px;
}
.photos__filter-shine {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.photos__filter-shine input{
    margin-right: 10px;
    margin-bottom: 30px;
}
.photos__filter-shine label {
    margin-right: 40px;
}
.no-results {
    width: 100%;
    font-size: 20px;
    text-align: center;
}
.button-clear {
    width: 80px;
    font-weight: 500;
}
.input-filter {
    width: 200px;
}

/* CARD */

.card {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.card__photo {
    position: relative;
    width: 45%;
}
.card-description {
    position: relative;
    width: 45%;
}
.card-description__title {
    margin-bottom: 25px;
    line-height: 24px;
    margin-top: 0;
}
.card-description__text {
    margin-bottom: 30px;
}
.card__block--big {
    margin-bottom: 20px;
    width: 100%;
}
.card__img {
    border: 2px solid #F39C11;
    display: block;
    transition: all 0.5s ease;
}
.card__img--big {
    width: 100%;
    max-width: 445px;
    min-width: 285px;
    height: auto;
}
.card__block--small {
    width: 100%;
    display: flex;
}
.card__block--small a {
    display: block;
    min-width: 130px;
}
.card__img--small {
    min-width: 130px;
    height: auto;
    max-height: 130px;
    margin-right: 25px;
}
.popup-btn  {
    position: relative;
}
.popup-btn::before {
    content: '';
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -48px;
    width: 70px;
    height: 70px;
    background: url('../images/card/youtube_btn.png') 0 0 no-repeat;
    transition: all 0.5s ease;
}
.popup-btn:hover::before {
    transform: scale(1.1, 1.1);
}
.button-to-buy {
    display: block;
    width: 245px;
    padding: 13px;
    color: #ffffff;
    background-color: #F39C11;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;

}
.button-to-buy:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.8;
}
.popup-img {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 7%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.7);
z-index: 10;
}

.popup-img img {
    width: 100%;
    max-width: 700px;
}
.popup-img__close {
    position: absolute;
    top: 70px;
    right: 30px;
    width: 25px;
    height: 25px;

    border: none;
    cursor: pointer;
    font-size: 0;
    background-color: transparent;

}
.popup-img__close::before, .popup-img__close::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 27px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 1px;
}
.popup-img__close::before {
    transform: rotate(45deg);
}
.popup-img__close::after {
    transform: rotate(-45deg);
}
@media (max-width: 995px) {
    .colors-title {
        font-size: 30px !important;
    }
    .card-description__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .card-description__text {
        font-size: 12px;
        margin-bottom: 15px;
    }
}
@media (max-width: 995px) {
    .colors-title {
        font-size: 27px !important;
    }
    .card {
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        align-items: center;
    }
    .card-description {
        width: 100%;
    }
    .card__photo {
        width: 100%;
        margin-bottom: 30px;
    }
}

.popup_order {
    display: none;
    position: fixed;
    width: 800px;
    top: 15%;
    left: 50%;
    margin-left: -400px;
    background-color: #ffffff;
    padding-bottom: 50px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    z-index: 999;
}
.popup_order .section_title {
    padding-top: 50px;
    }
.popup_order .container {
    width: 800px;
    }

.modal_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-color:transparent;
    font-size: 0;
    border: none;
    cursor: pointer;
    outline: none;
}

.modal_close::before, .modal_close::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 3px;
    width: 22px;
    height: 2px;
    background-color: #000000;
}

.modal_close::before {
    transform: rotate(45deg);
}
.modal_close::after {
    transform: rotate(-45deg);
}
.modal_close:hover::before, .modal_close:hover::after {
    background-color: #F39C11;
}
@media (max-width: 990px) {

    .popup_order {
        width: 360px;
        top: 10%;
        margin-left: -190px;
    }
    .popup_order .container {
        width: 360px;
    
        }

    .popup_order .section_title {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .popup_order h2 {
        font-size: 20px;
    }
}
.instruction {
    min-height: 76vh;
}
.instruction-list {
    list-style: none;
    width: 100%;
    max-width: 550px;
    margin-top: 90px;
    margin-left: 80px;

}
.instruction-item {
    width: 100%;
    max-width: 550px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 40px;
}
.instruction-item a {
    display: block;
}
.pdf-img {
    width: 100%;
    max-width: 100px;
    height: auto;
}

.instruction-item_text {
    width: 280px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    

}
.instruction-item_text:hover {
    text-decoration: none;
    color: #F39C11;
}
.instruction-item_btn {
    text-align: center;
    padding: 12px;
    max-width: 150px;
    background-color: #F39C11;
    color: #000000;
    border-radius: 3px;
    border: 2px solid #F39C11;

    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
}
.instruction-item_btn:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #F39C11;
}
@media (max-width: 768px) {
    .instruction-list {
        max-width: 400px;
        margin-left: 0px;
        margin: 0 auto;
    
    }
    .instruction-item_pdf {
        margin-right: 20px;
        width: 80px;
        min-width: 40px;
    }
    .instruction-item_text {
        font-size: 16px;
        line-height: 18px;
        margin-right: 20px;
    }
    .instruction-item_btn {
        font-size: 16px;
        line-height: 18px;
        padding: 7px;
    }
}
@media (max-width: 400px) {
    .instruction-item_text {
        font-size: 13px;
        line-height: 15px;

    }
    .instruction-item_btn {
        font-size: 13px;
        line-height: 15px;
        padding: 5px;
    }
}