
/*
*******************************************
*******************************************

Template Name: Buildo || Construction and Building Website Template
Author: Hassan Rasu
Version: 1.0
Template By: Themescare

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - SITE PRELOADER CSS
04 - PAGINATION CSS
05 - BTN TO TOP CSS
06 - BREADCROMB CSS
07 - REPONSIVE MENU CSS
08 - HEADER TOP CSS
09 - MAINMENU AREA CSS
10 - MAIN SLIDER CSS
11 - SERVICE AREA CSS
12 - ABOUT BOTTOM CSS
13 - PROJECT AREA CSS
14 - HIRE AREA CSS
15 - TESTIMONIAL CSS
16 - PROCESS AREA CSS
17 - BLOG AREA CSS
18 - FOOTER AREA CSS
19 - ABOUT PAGE CSS
20 - SINGLE PROJECT CSS
21 - SINGLE SERVICE CSS
22 - 404 PAGE CSS
23 - CART PAGE CSS
24 - CHECKOUT PAGE CSS
25 - MY ACCOUNT CSS
26 - SHOP PAGE CSS
27 - SINGLE SHOP PAGE CSS
28 - BLOG PAGE CSS
29 - SINGLE BLOG CSS
30 - SHOP-BLOG WIDGET CSS
31 - CONTACT CSS


*/



/*================================================
01 - IMPORTED CSS
==================================================*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Rokkitt:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

/*================================================
02 - DEFAULT CSS
==================================================*/ 

body {
    font-size: 15px;
    line-height: 26px;
    color: #222;
    font-family: 'BPG Glaho', sans-serif;
    font-weight: 400
}
html,body { 
    height: 100%;
    overflow-x:hidden;
}
img {
    max-width: 100%;
    height: auto
}
.Buildo-btn:before {
    background: #F5811F  none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 50% 0 0;
            transform-origin: 50% 0 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    width: 100%;
    z-index: -1;
}
.Buildo-btn:hover:before{
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.Buildo-btn{
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border: 3px solid #F5811F ;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff !important;
    display: inline-block;
    font-weight: 600;
    margin-top: 40px;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}
.Buildo-section-title{
    text-align: center;
    margin-bottom: 6%
}
.Buildo-section-title > h3{
    color: #444444;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.Buildo-section-title span {
    color: #F5811F;
}
.title-line {
   background: #F5811F none repeat scroll 0 0;
    height: 3px;
    margin: 0 auto;
    width: 100px;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
a{
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #e67e22;
}
a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}
a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
.section_100 {
    padding: 100px 0;
}
.section_50 {
    padding: 50px 0;
}
.section_25 {
    padding: 25px 0;
}
.section_15{
    padding: 15px 0
}
.pad-right{
    padding-right: 0
}
.section_t_100{
    padding-top: 100px
}
.section_b_70{
    padding-bottom: 70px
}
/*================================================
03 - SITE PRELOADER CSS
==================================================*/

.Buildo-site-preloader {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999999;
}
.sk-cube-grid {
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    -webkit-transition: .5s;
    transition: .5s;    
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #F5811F ;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    } 
}

/*================================================
04 - PAGINATION CSS
==================================================*/ 

.pagination {
    margin: 50px 0 0;
}
.pagination-box {
    text-align: center;
}
.pagination > li{
    display: inline-block;
    margin: 0 3px
}
.pagination a {
    color: #555 !important;
    border: 1px solid #F5811F  !important;
    border-radius: 50% !important
}
.pagination .active > a, .pagination a:hover {
    background: #F5811F  none repeat scroll 0 0 !important; 
    color: #fff !important
}

/*================================================
05 - BTN TO TOP CSS
==================================================*/

.btntoTop:before {
    color: #fff;
    content: "";
    display: inline-block;
    font: 20px "FontAwesome";
    vertical-align: middle;
}
.btntoTop {
    background-color: #212121;
    border: 2px solid #212121;
    border-radius: 2px;
    bottom: 30px;
    cursor: pointer;
    height: 44px;
    line-height: 36px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    width: 44px;
    z-index: 99999;
}
.btntoTop.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.btntoTop.active:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #F5811F;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.btntoTop.active.btntoTop:hover:before {
    color: #F5811F;
}

/*================================================
06 - BREADCROMB CSS
==================================================*/ 
.Buildo-breadcromb-area {
    background: rgba(0, 0, 0, 0) url("../img/hire-bg.jpg") no-repeat fixed center center / cover ;
    position: relative;
}
.breadcromb-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0
}
.breadcromb-left {
    text-align: left;
}
.breadcromb-right {
    text-align: right;
}
.breadcromb-left > h3 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
}
.breadcromb-right li {
    display: inline-block;
    margin: 0 3px;
    text-transform: capitalize;
    color: #fff
}
.breadcromb-right a {
    color: #fff;
}
.breadcromb-right a i{
    margin-right: 5px;
    color: #F5811F 
}
.breadcromb-right a:hover{
    color: #F5811F 
}

/*================================================
07 - REPONSIVE MENU CSS
==================================================*/ 
.Buildo-responsive-menu{
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.slicknav_nav a{
    font-size: 16px;
    margin: 0 !important;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #000
}
.slicknav_menu {
    background: transparent;
}
.slicknav_menutxt {
    display: none !important;
}
.slicknav_arrow {
    float: right;
    color: #000;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.slicknav_nav a:hover{
    border-radius: 0;
}
.slicknav_nav .slicknav_row:hover{
    border-radius: 0
}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    background: #F5811F  none repeat scroll 0 0;
    color: #fff !important
}
.slicknav_parent .slicknav_item:hover a{
    color: #fff !important
}
.slicknav_parent .slicknav_item:hover .slicknav_arrow{
    color: #fff !important
}
.slicknav_nav li {
    border-bottom: 1px solid #aaa;
}
.slicknav_nav li:last-child{
    border-bottom: 0px solid #aaa
}
.slicknav_nav {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #F5811F ;
}
.slicknav_btn{
    margin-bottom: 15px;
    margin-right: 45px;
    background-color: #000 !important;
    line-height: 0;
    margin-top: 20px
}
.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0
}
.slicknav_icon-bar {
    height: 3px !important;
    margin: 5px 0;
    width: 30px !important;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff ;
}
.slicknav_item > a > i {
    display: none;
}

/*================================================
08 - HEADER TOP CSS
==================================================*/ 

.Buildo-header-top-area {
    background: #212121 none repeat scroll 0 0;
    color: #eee;
    font-weight: 600
}
.header-top-language > p {
    display: inline-block;
    text-transform: capitalize;
}
.header-top-language .dropdown {
    color: #000;
    display: inline-block;
    padding-left: 10px;
}
.header-top-language > .dropdown > #dropdownlang {
    background: #F5811F none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 13px;
    font-weight: 600;
}
.open > .dropdown-menu {
    display: block;
    background: #F5811F none repeat scroll 0 0;
}
.dropdown-menu {
    margin-left: 10px;
    min-width: 105px;
    border-radius: 0
}
.dropdown-menu > li {
    border-bottom: 1px dashed #999;
    cursor: pointer;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff
}
.dropdown-menu > li:hover{
    color: #333
}
.dropdown-menu > li:last-child{
    border-bottom: 0px solid #999
}
.single-top-right {
    display: inline-block;
    margin: 0;
    padding-right: 25px;
}
.header-top-right {
    float: right;
}
.single-top-right > p {
    display: inline-block;
    margin-left: 10px;
}
.single-top-right i {
    color: #F5811F;
    font-size: 19px;
}

/*================================================
09 - MAINMENU AREA CSS
==================================================*/ 

.Buildo-mainmenu-area {
    background: #fff none repeat scroll 0 0;
    position: relative
}
.mainmenu-overlay {
    border-bottom: 49px solid transparent;
    border-color: transparent transparent transparent #F5811F;
    border-left: 40px solid #F5811F;
    border-style: solid;
    border-top: 45px solid transparent;
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
.mainmenu-overlay2 {
    border-bottom: 49px solid transparent;
    border-color: transparent transparent transparent #F5811F;
    border-left: 40px solid #F5811F;
    border-style: solid;
    border-top: 45px solid transparent;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
header .Buildo-logo {
    padding: 15px 30px 15px 0;
    text-align: center
}
.Buildo-logo img{
    position: relative
}
.Buildo-mainmenu {
    display: block;
    text-align: right
}
.Buildo-mainmenu ul li {
    display: inline-block;
    position: relative;
}
.Buildo-mainmenu ul li a {
    color: #000;
    display: block;
    font-weight: normal;
	font-family:BPG Arial Caps;
    padding: 31px 10px;
    text-transform: uppercase;
}
.Buildo-mainmenu ul li ul{
    background: #212121 none repeat scroll 0 0;
    border-top: 3px solid #F5811F;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: perspective(1200px) rotateX(70deg);
            transform: perspective(1200px) rotateX(70deg);
    -webkit-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    visibility: hidden;
    width: 220px;
    z-index: 99;
}
.Buildo-mainmenu ul li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(700px) rotateX(0deg);
            transform: perspective(700px) rotateX(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.85, 0.92);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.85, 0.92);
    visibility: visible;
}
.Buildo-mainmenu ul li ul li {
    border-bottom: 1px dashed #777;
    display: block;
}
.Buildo-mainmenu ul li ul li:last-child{
    border-bottom: 0px dotted #777
}
.Buildo-mainmenu ul li ul li a {
    padding: 10px 20px;
    color: #fff
}
.Buildo-mainmenu ul li ul li a:hover {
    color: #F5811F;
}
.Buildo-mainmenu ul .current-page-item > a, .Buildo-mainmenu ul li a:hover, .search_icon:hover {
    color: #F5811F;
}
.seacrh_li {
    display: inline-block;
}
.search_icon {
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 30px 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.modal-dialog {
    margin: 135px auto;
    width: 500px
}
.modal-open .modal{
    overflow-y: scroll
}
.modal-header {
	border-bottom: 1px solid transparent;
	padding: 10px;
}
.search_box_container > form {
    border: 1px solid #ddd;
    height: 45px;
    position: relative;
}
.search_box_container button {
    background: #F5811F   none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff
}
.search_box_container button:hover{
    background: #be850d none repeat scroll 0 0;
}
.search_box_container input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    width: 100%;
    color: #000;
    padding: 5px 100px 5px 10px
}
.modal-header i {
    font-size: 15px;
}
.sticky {
    background: #fff none repeat scroll 0 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.stuck {
    min-height: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:  99999999;
    box-shadow: 7px 0px 7px #aaa 
}

/*================================================
10 - MAIN SLIDER CSS
==================================================*/ 
.slide {
  position: relative;
}

.slide-item-1 {
  ;
}
.slide-item-2 {
    background: rgba(0, 0, 0, 0.3) url("../img/slider-2.jpg") repeat scroll 0 0;
}
.Buildo-main-caption{
    background: rgba(60, 60, 60, 0.63) none repeat scroll 0 0
}

.Buildo-main-slide {

    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position:absolute;
    top:0;
}
.Buildo-main-caption{
    display: table;
    height: 100%;
    width: 100%;
}
.Buildo-caption-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    
}
.Buildo-caption-cell h2 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.Buildo-caption-cell p {
    color: #fff;
    margin: 50px 0;
    text-transform: capitalize;
    font-size: 30px;
    letter-spacing: 1px
}
.Buildo-caption-cell a {
    margin: 0 5px;
}
.Buildo-slide .owl-nav > .owl-prev{
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.Buildo-slide:hover .owl-nav > .owl-prev{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.Buildo-slide .owl-nav > .owl-next{
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    
}
.Buildo-slide:hover .owl-nav > .owl-next{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.Buildo-slide .owl-prev {
    background: #212121 none repeat scroll 0 0 ;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    height: 50px;
    line-height: 40px;
    position: absolute;
    top: 45%;
    left: 3%;
    width: 50px;
    padding: 5px;
    text-align: center
}
.Buildo-slide .owl-next {
    background: #212121 none repeat scroll 0 0 ;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    height: 50px;
    line-height: 40px;
    position: absolute;
    top: 45%;
    right: 3%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    padding: 5px;
    text-align: center
}
.Buildo-slide .owl-prev:hover, .Buildo-slide .owl-next:hover{
    background: #F5811F  none repeat scroll 0 0;
    color: #fff;
}

/*================================================
11 - SERVICE AREA CSS
==================================================*/ 

.single-features {
    margin-bottom: 30px;
    position: relative
}
.features-img {
    border: 3px dashed #ddd;
    position: relative
}
.features-img > img {
    width: 100%;
}
.features-text > h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
    text-transform: capitalize;
}
.features-text > h3:hover, .features-text > a:hover {
    color: #ce8e1a;
}
.features-text > a {
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
    text-transform: capitalize;
}
.features-text > a > i {
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.features-text > a:hover > i {
    padding-left: 5px;
}

.single-features:hover .featured_overlay_1 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(700px) rotateX(0deg);
            transform: perspective(700px) rotateX(0deg);
    visibility: visible;
    z-index: 999999;
}
.featured_overlay_1 {
    border-bottom: 1px solid #F5811F ;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: perspective(700px) rotateX(60deg);
            transform: perspective(700px) rotateX(60deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    vertical-align: top;
    visibility: hidden;
    width: 100%;
    z-index: -9;
    height: 50%
}
.single-features:hover .featured_overlay_2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(700px) rotateX(0deg);
            transform: perspective(700px) rotateX(0deg);
    visibility: visible;
    z-index: 999999;
}
.featured_overlay_2 {
    border-top: 1px solid #F5811F ;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 38px;
    position: absolute;
    text-align: center;
    bottom: 0;
    -webkit-transform: perspective(700px) rotateX(-60deg);
            transform: perspective(700px) rotateX(-60deg);
    -webkit-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
    vertical-align: bottom;
    visibility: hidden;
    width: 100%;
    z-index: -9;
    height: 50%
}
.service-load-more {
    text-align: center;
}
.service-load-more a.Buildo-btn{
    color: #000 !important
}
.service-load-more a.Buildo-btn:hover{
    color: #fff !important
}
.Buildo-service-slider .owl-nav {
    margin-top: 30px;
    text-align: center;
}
.Buildo-service-slider .owl-nav > .owl-prev {
    background: #dedede none repeat scroll 0 0;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    margin: 0 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.Buildo-service-slider .owl-nav > .owl-next {
    background: #dedede none repeat scroll 0 0;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.Buildo-service-slider .owl-nav > .owl-next:hover, .Buildo-service-slider .owl-nav > .owl-prev:hover {
    background: #F5811F none repeat scroll 0 0;
    color: #fff;
}

/*================================================
12 - ABOUT BOTTOM CSS
==================================================*/ 

.Buildo-about-bottom-area {
    background: #222 none repeat scroll 0 0;
    color: #fff;
}

.single_about_bottom > img {
    width: 100%;
}
.single_about_bottom > h4{
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0;
    text-transform: uppercase;
}
.Buildo-about-bottom-area p{
    color: #999
}
.single-about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.single-about-list:last-child{
    margin-bottom: 0px
}
.single-about-list:hover .about_icon{
    background: #F5811F   none repeat scroll 0 0
}
.about_icon {
    background: #2b2c36 none repeat scroll 0 0;
    font-size: 26px;
    height: 70px;
    line-height: 67px;
    margin-right: 15px;
    text-align: center;
    width: 70px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.about-bottom-one {
    margin-bottom: 20px;
    margin-top: 0
}
.about-bottom-one > h3 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 23px
}
.about_text > h4 {
    font-weight: 600;
    margin: 7px 0;
    text-transform: capitalize;
}

/*================================================
13 - PROJECT AREA CSS
==================================================*/ 

.project-btn {
    display: block;
    margin: 15px 0;
    text-align: center;
}
.project-btn > a {
    border: 1px solid #ddd;
    color: #555;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 5px;
    padding: 5px 15px;
    text-transform: capitalize;
}
.project-btn > a.current {
    cursor: default;
}
.project-btn > a:hover, .project-btn > a.current{
    background: #F5811F none repeat scroll 0 0;
    color: #fff;
}
.element-item {
    float: left;
    margin: 30px 0 0;
    padding: 0 15px;
    width: 33.33%;
}
.project-single-item{
    position: relative;
    overflow: hidden
}
.img-responsive{
    width: 100%
}
.project-single-item img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: 100%;
}
.project-single-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-img-overlay {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
    min-height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: perspective(700px) rotateX(90deg);
            transform: perspective(700px) rotateX(90deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
}
.project-single-item:hover .project-img-overlay {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(700px) rotateX(0deg);
            transform: perspective(700px) rotateX(0deg);
    visibility: visible;
}
.project-img-overlay > p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 16;
    text-align: center;
    text-transform: uppercase;
}

/*================================================
14 - HIRE AREA CSS
==================================================*/ 

.Buildo-hire-area {
    background: url("../img/hire-bg.jpg")no-repeat fixed center center/cover;
    position: relative
}
.hire-bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.76) none repeat scroll 0 0
}
.Buildo-hire-area .Buildo-hire-left:before {
    background: #F5811F none repeat scroll 0 0;
    content: " ";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2000px;
    z-index: 9999;
}
.Buildo-hire-left {
    padding: 50px 0;
}
.Buildo-hire-right {
    text-align: right;
}
.Buildo-hire-right a {
    margin: 36px 0;
}
.hire-overlay {
    border-bottom: 64px solid transparent;
    border-color: transparent transparent transparent #F5811F;
    border-left: 40px solid #F5811F;
    border-style: solid;
    border-top: 64px solid transparent;
    content: "";
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
}
.Buildo-hire-left > h3 {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    left: 90px;
    position: relative;
    text-transform: capitalize;
    z-index: 9999999;
}
.hire-icon {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 80px;
    left: 15px;
    position: absolute;
    top: 20px;
    z-index: 9999;
}

/*================================================
15 - TESTIMONIAL CSS
==================================================*/ 

.Buildo-testimonial-area.section_100 {
    background: #f9f9f9 none repeat scroll 0 0;
}
.single-testimonial-item {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    text-align: center;
    margin-top: 0
}
.testimonial-img {
    margin-bottom: 20px;
}
.testimonial-img  > img {
    border-radius: 50%;
    margin: 0 auto;
    width: auto !important
}
.testimonial-info {
    margin-top: 10px;
}
.testimonial-info h4 {
    color: #F5811F ;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.testimonial-info > span {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.testimonial-text p > i {
    color: rgba(214, 150, 14, 0.71);
}
.testimonial-slide .owl-nav {
    margin-top: 30px;
    text-align: center;
}
.testimonial-slide .owl-nav > .owl-prev {
    background: #dedede none repeat scroll 0 0;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    margin: 0 10px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.testimonial-slide .owl-nav > .owl-next {
    background: #dedede none repeat scroll 0 0;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.testimonial-slide .owl-nav > .owl-next:hover, .testimonial-slide .owl-nav > .owl-prev:hover{
    background: #F5811F none repeat scroll 0 0 !important;
    color: #fff
}

/*================================================
16 - PROCESS AREA CSS
==================================================*/

.Buildo-process-area .Buildo-section-title > h3 {
    color: #fff;
}
.Buildo-process-area {
    background-attachment: fixed;
    background-image: url("../img/banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.process-overlay {
    background: rgba(0, 0, 0, 0.71) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-process{
    background: rgba(34, 34, 34, 0.54) none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: #fff;
    height: 160px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.single-process:hover{
    background: rgba(214, 150, 14, 0.71) none repeat scroll
}
.single-process h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 160px;
    text-transform: capitalize
}
.border-bottom {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    display: inline-block;
    height: 50px;
    margin-bottom: -10px
}
.single-process-item {
    text-align: center;
}
.process-company .single-process {
    background: rgba(214, 150, 14, 0.71) none repeat scroll 0 0;
    height: 160px;
    margin: 0 auto;
    width: 160px;
}
.process-company {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    text-align: center
}

/*================================================
17 - BLOG AREA CSS
==================================================*/

.single-latest-blog {
    margin-bottom: 30px;
}
.blog-img {
    position: relative;
}
.blog-img img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%
}
.blog-img img:hover {
    opacity: 0.78;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=78)";
}
.blog-img > p {
    background: #F5811F none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 50%;
    bottom: -35px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 75px;
    padding: 5px 0;
    position: absolute;
    right: 22px;
    text-align: center;
    text-transform: capitalize;
    width: 75px;
    z-index: 99
}
.blog-img span {
    display: block;
    font-size: 26px;
    color: #fff
}
.single-latest-blog:hover .blog-bg-overlay{
    -webkit-transform: scale(0.8);
            transform: scale(0.8)
}
.blog-bg-overlay {
    background: rgba(33, 33, 33, 0.85) none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    height: 100%;
    padding: 85px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    width: 100%;
    z-index: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.blog-text {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 15px 20px;
}
.blog-text > h4 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: capitalize;
}
.blog-text a:hover{
    color: #ce8e1a;
}

/*================================================
18 - FOOTER AREA CSS
==================================================*/

.Buildo-footer-top-area {
    background: #252525 none repeat scroll 0 0;
    color: #999;
}
.single-footer{
    margin: 0
}
.single-footer img {
    margin-bottom: 15px;
}
.footer-social-icon {
    margin-top: 30px;
}
.footer-social{
    margin-top: 20px
}
.footer-social > li{
    display: inline-block;
}
.footer-social li a{
    background-color: #333333;
    border-radius: 50%;
    color: #777;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.fb:hover {
    background: #4b6ea9 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.twitter:hover {
    background: #65bbf2 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.gp:hover {
    background: #dd4d41 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.linkedin:hover {
    background: #0075b5 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.footer-social-icon > h3{
    font-size: 18px;
    color: #fff
}
.single-footer > h3 {
    color: #fff ;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: capitalize;
}
.footer-widget > li {
    border-bottom: 1px dashed #999;
}
.footer-widget > li:last-child{
    border-bottom: 0px dashed #999
}
.footer-widget a {
    display: block;
    padding: 5px 0;
}
.footer-widget a:hover{
    color: #F5811F 
}
.contact-details i {
    color: #fdb026;
    margin-right: 10px;
}
.contact-details {
    margin: 6px 0;
}
.insta-post {
    display: inline-block;
    height: 65px;
    margin: 2px;
    width: 65px;
    position: relative
}
.overlay-insta {
    -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: perspective(500px) rotateY(-90deg);
          transform: perspective(500px) rotateY(-90deg);
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    visibility: hidden;
    width: 100%;
}
.insta-post:hover .overlay-insta{
    -webkit-backface-visibility: visible;
        backface-visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(500px) rotateY(0deg);
    transform: perspective(500px) rotateY(0deg);
    visibility: visible;
}
.Buildo-footer-bottom-area {
    background: #27282A none repeat scroll 0 0;
    color: #fff;
}
.copyright-left {
    text-align: left;
    font-weight: 600
}
.copyright-right{
    text-align: right;
    font-weight: 600
}
.copyright-right i,span{

    margin: 0px 5px
}

/*================================================
19 - ABOUT PAGE CSS
==================================================*/ 

.about-left > .Buildo-section-title {
      text-align: left;
} 
.about-left > .Buildo-section-title .title-line {
    margin: 0;
}
.about-left > h3 {
    color: #354a6b;
    font-family: "Playfair Display",serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 20px;
}
.about-mission-text, .about-mission-list{
    margin-top: 0
}
.about-mission-text > h3 {
    color: #555;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.about-mission-list li {
    margin: 5px 0;
}
.about-mission-list ul li i {
    color: #F5811F ;
    margin-right: 10px;
}

/*================================================
20 - SINGLE PROJECT CSS
==================================================*/ 

.single-project-img {
    margin-bottom: 30px;
}
.single-project-img:last-child {
    margin-bottom: 0px;
}
.project-img {
    overflow: hidden;
    position: relative;
}
.project-img > img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.project-img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.single-pro-overlay {
    background: rgba(33, 33, 33, 0.85) none repeat scroll 0 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    height: 100%;
    padding: 150px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 0;
}
.project-img:hover .single-pro-overlay {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
.mfp-bg {
    z-index: 99999999 !important;
}
.mfp-wrap {
    z-index: 99999999;
}
.Buildo-single-project-page-area .element-item-single {
    margin-top: 30px;
}
.project-text-sin > h3 {
    color: #555;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.project-text-sin {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-top: 20px;
    padding: 20px 30px;
}
.project-text-sin:first-child{
    margin-top: 0px
}
.project-text-sin li {
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 600
}
.project-text-sin ul li i {
    color: #F5811F;
    font-size: 18px;
    width: 30px;
}
.project-text-sin ul li > span {
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
    width: 115px;
}
.Buildo-single-project-page-area {
    background: #f9f9f9 none repeat scroll 0 0;
}
.element-item-single{
    padding: 0;
    width: 100%
}

/*================================================
21 - SINGLE SERVICE CSS
=================================================*/ 

.single-service-float > h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.single-service-float > ul {
    margin-top: 20px;
}
.single-service-float ul li {
    font-weight: 600;
    margin: 10px 0;
}
.single-service-float ul li i {
    color: #F5811F;
}
.renovation-img {
    margin-top: 50px;
}
.mobile-top{
    margin-top: 0px
}

/*================================================
22 - 404 PAGE CSS
=================================================*/ 

.notfound {
    text-align: center;
}
.notfound > h2 {
    color: #555;
    font-size: 130px;
    font-weight: 600;
    line-height: 135px;
    margin-bottom: 30px;
}
.notfound > h3 {
    color: #333;
    margin-bottom: 30px;
    font-size: 22px
}
.notfound > form{
    margin-bottom: 30px;
    position: relative;
}
.notfound > form > input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 50px;
    padding: 5px 100px 5px 10px;
    width: 100%;
}
.notfound > form > button {
    background: #F5811F  none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 26px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100px;
}
.notfound > form > button:hover{
    background: #be850d none repeat scroll 0 0
}
.notfound a {
    color: #000 !important;
}
.notfound a:hover{
    color: #fff !important
}

/*================================================
23 - CART PAGE CSS
=================================================*/ 

.cart-table {
    overflow-x: auto;
}
.cart-table table thead > tr:nth-of-type(2n+1), .calculate-shipping-right table tbody > tr:nth-of-type(2n+1){
    background: #f4f4f4  none repeat scroll 0 0;
}
.cart-table table thead th, .calculate-shipping-right table thead th {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-bottom: 0 solid #ddd;
    border-top: 0 solid #ddd;
    vertical-align: middle;
}
.cart-table thead th, .calculate-shipping-right thead th {
    padding: 15px 20px !important;
}
.cart-table tbody td, .calculate-shipping-right tbody td {
    padding: 15px 20px !important;
}
.Buildo-cart-close {
    text-align: center;
}
.Buildo-cart-close > a:hover{
    color: #e9563d
}
.Buildo-cart-preview img {
    height: 60px;
    width: 60px;
}
.cart-table tbody td p {
    text-transform: capitalize;
}
.Buildo-cart-quantity > input {
    border: 1px solid #ddd;
    padding: 5px;
    width: 70px;    
}
.Buildo-cart-product p {
    font-weight: 600;
    display: inline-block
}
.Buildo-cart-product a:hover{
    color: #F5811F 
}
.cart-table table tbody > tr:nth-of-type(2n+2), .calculate-shipping-right table tbody > tr:nth-of-type(2n+2) {
    background: #f9f9f9 none repeat scroll 0 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff ;
}
.Buildo-update-cart {
    margin-top: 30px;
}
.coupon-cart-left {
    text-align: left;
}
.coupon-cart-right {
    text-align: right;
}
.coupon-cart-left input[type="text"] {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    height: 50px;
    padding: 10px 15px;
    width: 45%;
}
.coupon-cart-left input[type="submit"] {
    background: #F5811F none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 600;
    height: 50px;
    margin-left: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.coupon-cart-left input[type="submit"]:hover, .coupon-cart-right > a:hover {
    background: #be850d none repeat scroll 0 0;
}
.coupon-cart-right > a {
    background: #F5811F none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-right: 50px;
    margin-top: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}
.calculate-shipping-left, .calculate-shipping-right {
    margin-top: 50px;
}
.calculate-shipping-left select {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px;
    text-transform: capitalize;
    width: 100%;
}
.calculate-shipping-left select option {
    padding: 5px 10px;
}
.single-shipping input {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    margin: 0
}
.single-shipping {
    margin-top: 10px;
}
.calculate-shipping-left > form {
    margin-top: 25px;
}
.calculate-shipping-right{
    overflow-x: auto;
}
.calculate-shipping-right > table {
    width: 100%;
    margin-top: 25px;
}
.single-shipping button {
    background: #F5811F none repeat scroll 0 0;
    border: 1px solid #F5811F;
    color: #fff;
    float: right;
    font-size: 18px;
    font-weight: 600;
    line-height: 17px;
    margin-right: 50px;
    margin-top: 20px;
    padding: 15px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-shipping button:hover{
    background: #be850d none repeat scroll 0 0;
}
.proceed-checkout > a {
    background: #F5811F none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}
.proceed-checkout > a:hover {
    background: #be850d none repeat scroll 0 0;
}
.proceed-checkout {
    margin-top: 50px;
    text-align: left;
}

/*================================================
24 - CHECKOUT PAGE CSS
=================================================*/ 

.Buildo-checkout-form > form {
    margin-top: 30px;
}
.checkout-form-right {
    margin-bottom: 0px;
}
.Buildo-checkout-form > h3 {
    color: #444444;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.checkout-form label {
    color: #555;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize
}
.checkout-form input {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.checkout-form input:focus, .checkout-form textarea:focus{
    border: 1px solid #F5811F
}
.checkout-form textarea {
    border: 1px solid #ddd;
    height: 105px;
    padding: 10px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.checkout-cart-table {
    margin-top: 50px;
}
.payment h4 {
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    text-transform: capitalize;
}
.payment {
    margin-top: 15px;
}
.checkout-cart-table > table {
    margin-top: 25px;
}
.payment > img {
    float: right;
}

/*================================================
25 - MY ACCOUNT CSS
=================================================*/ 

.Buildo-register > h3, .Buildo-login > h3{
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.Buildo-register > form, .Buildo-login > form {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 30px;
}
.register-form label {
    color: #333;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
}
.account-form-group > input {
    border: medium none;
    height: 100%;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 100%;
}
.account-form-group {
    border: 1px solid #ddd;
    height: 45px;
    position: relative;
    margin-bottom: 20px;
}
.account-form-group i {
    color: #aaa;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 12px;
}
.Buildo-login {
    margin-top: 0px;
}
.register-form-btn {
    margin-top: 30px;
}
.register-form input[type="checkbox"] {
    margin-right: 10px;
}
.register-form-btn{
    text-align: center
}
.register-form-btn button {
    background: #F5811F none repeat scroll 0 0;
    border: 1px solid #F5811F;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.register-form-btn button:hover {
    background: #be850d none repeat scroll 0 0;
}
.register-form a {
    float: right;
    font-weight: 600;
    text-transform: capitalize;
}
.register-form a:hover{
    color: #be850d 
}

/*================================================
26 - SHOP PAGE CSS
=================================================*/ 
.shorting {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 15px 10px;
}
.shorting form {
    float: right;
}
.shorting form label{
    margin: 0
}
.shorting select {
    border: 1px solid #ddd;
    padding: 10px;
    text-transform: capitalize;
}
.shorting p {
    margin: 7px 0;
    text-transform: capitalize;
}
.Buildo-shop-image {
    overflow: hidden;
    position: relative;
}
.shop-price {
    background: #F5811F;
    color: #fff;
    font-weight: 900;
    height: auto;
    left: -45px;
    line-height: 20px;
    overflow: hidden;
    padding: 35px 15px 13px;
    position: absolute;
    text-align: center;
    top: -11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 140px;
    z-index: 9;
}
.shop-price p {
    font-size: 20px;
}
.shop-price .shop-price-1:before, .shop-price .shop-price-1:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
.shop-overlay-1 {
    position: absolute;
    text-align: center;
    top: 28%;
    -webkit-transform: scale(0.02);
            transform: scale(0.02);
    -webkit-transform-origin: center center 0;
            transform-origin: center center 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9;
}
.shop-overlay-2 {
    background: rgba(51, 51, 51, 0.54) none repeat scroll 0 0;
}
.shop-overlay-2 {
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.02);
            transform: scale(0.02);
    -webkit-transform-origin: center center 0;
            transform-origin: center center 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
}
.single-all-shop {
    box-shadow: 0 0 5px #ddd;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.Buildo-shop-image:hover .shop-overlay-2 {
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
}
.Buildo-shop-image:hover .shop-overlay-1 {
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
}
.Buildo-shop-desc:after {
    background-color: #F5811F;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    position: absolute;
    top: -123px;
    -webkit-transform: skewY(-34deg);
            transform: skewY(-34deg);
    width: 100%;
    z-index: -1;
}
.Buildo-shop-desc {
  padding: 10px;
}
.Buildo-shop-desc {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 15px;
    position: relative;
    z-index: 1;
}
.Buildo-shop-desc > h3 {
    font-weight: 600;
    margin: 10px 0;
    text-transform: capitalize;
    font-size: 18px
}
.Buildo-rating ul {
    margin: 0;
    text-align: left;
}
.Buildo-rating ul li {
    margin: 0 2px;
    display: inline-block
}
.Buildo-rating i {
    color: #ffb606;
}
.Buildo-shop-desc > a.Buildo-btn {
    color: #000 !important;
    margin-top: 10px
}
.Buildo-shop-desc > a.Buildo-btn:hover{
    color: #fff !important
}


/*================================================
27 - SINGLE SHOP PAGE CSS
=================================================*/ 

.single-shop-img {
    border: 1px solid #ddd;
}
.category-shop > p {
    display: inline-block;
    font-weight: 600;
    margin-right: 20px;
    text-transform: capitalize;
}
.category-shop > p:last-child{
    margin-right: 0px;
}
.category-shop a {
    color: #F5811F ;
}
.category-shop a:hover{
    color: #000;
}
.category-shop {
    margin: 10px 0;
}
.single-shop-price > p {
    margin: 15px 0;
    font-weight: 600;
    font-size: 17px
}
.single-shop-text a.Buildo-btn {
    color: #000 !important;
    margin-top: 20px;
}
.single-shop-text a.Buildo-btn:hover{
    color: #fff  !important
}
.single-shop-price input {
    width: 80px;
    margin-left: 20px;
    font-weight: 600
}
.single-shop-price span {
    color: #333;
    font-weight: 600;
    margin-left: 20px;
}
.single-shop-img-2 {
    border: 1px solid #ddd;
    height: 260px;
    margin-top: 50px;
    width: 260px;
}
.single-shop-text{
    margin-top: 0
}
.tabs.single-shop-tab {
    margin-top: 50px;
}
.tab-pane {
    padding: 20px 10px;
}
#pro_2 li a {
    font-weight: 600;
    text-transform: capitalize;
}
#pro_2 li.active a {
    color: #F5811F ;
}
.single-shop-text li {
    display: inline-block;
    margin: 0 1px;
}
.single-shop-text li  i {
    color: #ffb606;
}

/*================================================
28 - BLOG PAGE CSS
=================================================*/ 

.single-blog-item {
    border-bottom: 3px dotted #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.single-blog-item-img {
    position: relative;
	border:1px solid #ddd;
	padding:5px;
	margin: 0 0 15px;
}
.main_img {
    margin: 0 15px 0 0;
    width: 45%;
}
.single-blog-item-img > img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%
}
.single-blog-item-img > img:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.blog-title > h3 {
    color: #555;
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: capitalize;
}
.blog-title > h3 > a:hover {
    color: #F5811F;
}
.blog-title > p {
    display: inline-block;
    margin-right: 15px;
    text-transform: capitalize
}
.blog-title > p > i {
    color: #F5811F;
    font-size: 15px;
    margin-right: 5px;
}
.blog-title > p > a {
    color: #777;
    font-size: 13px;
    font-weight: 600;
}
.blog-title > p > a:hover, .blog-content > a:hover {
    color: #F5811F;
}
.blog-content {
    margin-top: 20px;
}
.blog-content > a {
    color: #333;
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
}
.single-blog-item-date > p{
    background: #F5811F none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 50%;
    bottom: -35px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 75px;
    padding: 5px 0;
    position: absolute;
    right: 22px;
    text-align: center;
    text-transform: capitalize;
    width: 75px;
    z-index: 99;
    cursor: auto
}
.single-blog-item-date > p > span {
    color: #fff;
    display: block;
    font-size: 26px;
}

/*================================================
29 - SINGLE BLOG CSS
=================================================*/ 

.blog-content blockquote {
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 5px solid #F5811F;
    font-style: italic;
    margin-bottom: 30px;
    margin-right: 0;
    margin-top: 30px;
    padding: 20px;
}
.Buildo-blog-share {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding: 15px;
}
.Buildo-blog-share > h3 {
    color: #666;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
}
.Buildo-blog-share > a {
    background: #eee none repeat scroll 0 0;
    color: #555;
    display: inline-block;
    height: 30px;
    margin: 0 5px;
    text-align: center;
    width: 30px;
    line-height: 30px
}
.Buildo-blog-share > a:hover {
    background: #F5811F none repeat scroll 0 0;
    color: #fff;
}
.blog-comment {
    margin-top: 40px;
    padding-top: 25px;
}
.comment-list {
    margin-top: 40px;
}
.comment-list ul ul {
    margin-left: 100px;
}
.single-comment-item {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 10px 0;
    padding: 30px 10px;
}
.single-comment-item img {
    margin-bottom: 0;
}
.Buildo-comment-item h4 {
    color: #555;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.Buildo-comment-item span {
    color: #777;
    font-size: 13px;
}   
.Buildo-comment-item a {
    color: #555;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.Buildo-comment-item a:hover {
    color: #F5811F;
}
.Buildo-leave-comment {
    margin-bottom: 0;
    margin-top: 50px;
}
.Buildo-leave-comment > h3 {
    color: #555;
    font-weight: 700;
    margin-bottom: 10px;
}
.Buildo-leave-comment input[type="text"], .Buildo-leave-comment input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    float: left;
    height: 45px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 0;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 45%;
}
.Buildo-leave-comment textarea {
    border: 1px solid #ddd;
    height: 160px;
    margin-bottom: 20px;
    padding: 5px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 93%;
}
.Buildo-leave-comment input:focus, .Buildo-leave-comment textarea:focus {
    border: 1px solid #F5811F;
}
.Buildo-leave-comment input[type="submit"] {
    background: #F5811F none repeat scroll 0 0;
    border: 1px solid #F5811F;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.Buildo-leave-comment input[type="submit"]:hover {
    background: #be850d none repeat scroll 0 0;
}

/*================================================
30 - SHOP-BLOG WIDGET CSS
=================================================*/ 

.Buildo-shop-widget {
    margin-bottom: 30px;
}
.Buildo-shop-widget:last-child{
    margin-bottom: 0
}
.Buildo-shop-widget > h3 {
    background: #242c42 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: left;
    text-transform: capitalize;
}
.Buildo-shop-widget > form {
    border: 1px solid #ddd;
    height: 45px;
    position: relative;
}
.Buildo-shop-widget input {
    border: medium none;
    height: 100%;
    padding: 5px 95px 5px 10px;
    width: 100%;
}
.Buildo-shop-widget button {
    background: #F5811F none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 85px;
}
.Buildo-shop-widget button:hover{
    background: #be850d none repeat scroll 0 0
}
.related-shop-pro > li {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.related-shop-pro > li:last-child{
    border-bottom: 0px solid #ddd
}
.pro-img {
    float: left;
    height: auto;
    margin-right: 20px;
    width: 70px;
    margin-left: 10px;
}
.pro-text > h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.category > li {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
}
.category > li:last-child{
    border-bottom: 0px solid #ddd
}
.category li a {
    display: block;
    font-weight: 600;
    padding: 10px;
    text-transform: capitalize;
}
.category li a:hover{
    color: #F5811F
}
.category li a:hover span{
    color: #F5811F 
}
.category li a span {
    color: #555;
    float: right;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.popular-post > li {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.popular-post > li:last-child{
    border-bottom: 0px solid #ddd
}
.popular-post > li > a {
    color: #555;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.popular-post > li > a:hover {
    color: #F5811F;
}
.popular-post > li > p {
    color: #555;
    font-size: 14px;
    text-transform: capitalize;
}
.popular-post li > p > a {
    color: #F5811F;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.Tags-catagory {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px;
}
.Tags-catagory > li {
    display: inline-block;
    margin: 4px 2px;
}
.Tags-catagory a {
    background: #fff none repeat scroll 0 0;
    display: block;
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: 600
}
.Tags-catagory > li > a:hover {
    background: #F5811F none repeat scroll 0 0;
    color: #fff;
}

/*================================================
31 - CONTACT CSS
=================================================*/ 

.Buildo-contact-desc {
    margin-bottom: 50px;
}
.Buildo-contact-desc > h3 {
    color: #555;
    font-weight: 600;
    margin-bottom: 10px;
     text-transform: capitalize;
}
.single-contact-left:first-child {
    margin-top: 0;
}
.single-contact-left {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
    padding: 20px;
}
.contact-icon {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #F5811F ;
    display: table-cell;
    float: left;
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    margin-right: 10px;
    text-align: center;
    width: 75px;
}
.contact-text > h4 {
    color: #000;
    text-transform: capitalize;
}
.contact-text > p {
    font-size: 15px;
    line-height: 26px;
}
.contact-text > span {
    color: #333;
}
.Buildo-contact-form-right > form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 30px 50px;
    margin-top: 0
}
.Buildo-contact-form-right form p {
    margin: 10px 0;
}
.Buildo-contact-form-right input {
    background: #fafafa none repeat scroll 0 0;
    border: medium none;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
}
.Buildo-contact-form-right textarea {
    background: #fafafa none repeat scroll 0 0;
    border: medium none;
    height: 120px;
    padding: 5px 10px;
    width: 100%;
}
.Buildo-contact-form-right input[type="submit"] {
    background: #F5811F  none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 600;
    line-height: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: auto;
}
.Buildo-contact-form-right input[type="submit"]:hover{
    background: #be850d none repeat scroll 0 0
}
#googleMap {
   width: 100%;
   height: 320px;
 }
 .lang-active > a, .lang-inline a:hover {
    border-bottom: 1px dashed #f5811f;
    padding: 0 0 10px;
}
.lang-inline a {color:#fff;}
.breadcromb-right {
    color: #fff;
    display: block;
    font-family: bpg arial caps;
    position: relative;
    text-align: center;
    z-index: 9;
}
.about-bottom-one a {color:#F5811F; border-bottom: 1px dashed #f5811f;}
/* CAPTION
================================================== */
.caption-text-container {
  font-size:23px;
  color:#414146;
  font-weight:lighter;
  background-color:#fff;
  padding-right:20px;
  display:inline-block;
}

h2 .caption-text-container {
  font-size:18px;
  color:#414146;
  font-weight:lighter;
  background-color:#fff;
  padding-right:20px;
  display:inline-block;
}

.caption-text-container-test-block {
  font-size:18px;
  color:#fff;
  font-weight:lighter;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;

  padding-left:20px;
  padding-top: 20px;
}
.caption-bg {
  width:100%;
  height:5px;
  border-bottom:5px solid #f48130;
}
.caption-container {
  position:relative;
}
.carousel-navi {
  position:absolute;
  bottom:-33px;
  right:0;
}

/***************************************************/

.caption-container-main {
  height: 30px;
  position: relative;
  margin-top: 15px;
  font-weight: bold;
}
.prod-kh .caption-container-main {
  height: auto;
}
.content-container-block {
  display: block;
}
.caption-text-container {
  float: left;
  position: absolute;
  bottom: 0;
  z-index: 9;
  font-weight: normal;
}
.prod-kh .caption-text-container {
  float: none;
  position: relative;
  width: calc(100% - 10px);
  height: auto;
  color: #e77e22;
  margin-bottom: 10px;
}
.prod-kh .caption-text-container:before {
  position: absolute;
  content: '';
  background: #e77e22;
  top: 50%; left: 0;
  margin-top: -2px;
  width: 100%;
  height: 0px;

}
.prod-kh .caption-text-container span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding-right: 10px;
  z-index: 99;
}
.caption-bg {
  bottom: 6px;
  height: 5px;
  position: absolute;
  width: 100%;
}
.carousel-navi.caption-control {
  bottom: -10px;
  position: absolute;
  right: 0;
}

/* TABS
================================================== */
.tabs-nav {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.tabs-nav li {
  float: left;
  line-height: 32px;
  margin: 0;
  padding: 0;
  overflow: hidden;

  position: relative;
}
.tabs-nav li a {
  color: #fff;
  display: block;
  outline: medium none;
  text-decoration: none;
  background-color: #b0b3b6;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 4px;
  padding-right: 16px;
  padding-bottom: 3px;
  padding-left: 16px;
}
.tabs-nav li a:hover, .tabs-nav li.active a {
  background-color: #ccced0;
}
.tabs-nav li.active a {
  color:#fff;
  background-color: #565a60;
}
.tabs-container {
  margin: -1px 0;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.tab-content {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tab-content p {
  padding-right: 15px;
}
.tab-post-container {
  margin:0;
  padding:0;
}
.tab-post-container li{
  background-color:#565a60;
  color:#fff;
}
.tab-post-container.text p {
  margin:0;
  padding-bottom: 17px;
  padding-top: 17px;
  padding-left: 20px;
  padding-right: 20px;
}
.tab-post-container li{
  border-top: 1px solid #d1d1d1;
}
.tab-post-container li:first-child{
  border-top: none;
}
.lp-title-cont {
  padding-left: 20px;
}

.pr_bl {
    height: 360px;
    overflow: hidden;
}
.alignnone.size-full {
    height: auto;
    margin: 0 auto;
    width: 80%;
}

.caption-container-main {
    font-weight: bold;
    height: 30px;
    margin-top: 15px;
    position: relative;
}
.caption-bg {
    bottom: 6px;
    height: 5px;
    position: absolute;
    width: 100%;
}
.f16 {font-size: 16px}
.f22 {font-size: 22px}
.f30 {font-size: 30px}
.f36 {font-size: 36px}
.f50 {font-size: 50px}
.container.auto {width: auto !important}
.font-light {font-family: 'pragmatica-light', Arial, Helvetica, sans-serif}
.h203 {height: 203px}
.h197 {height: 190px}
.t-center {text-align: center}
.f34 {font-size: 34px; line-height: 34px}
.f28 {font-size: 25px; line-height: 50px}
.f22 {font-size: 22px !important; line-height: 22px !important}
.h22 {font-size: 22px !important; line-height: 22px !important}
.pointer {cursor: pointer}
.mb0 {margin: 0 !important}
.t-orange {color: #e67e22 !important}
.f-light {font-family: "pragmatica-light",arial !important}


.h22 a {
  color:#2f343a;
}
.h22 a:hover {
  color:#e67e22;
}

/* 3 BLOCKS (ver. 1)
================================================= */
.block-0-content-container {
  height:170px;
  background-color:#fff;
  position:relative;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.block-1-content-container {
  background-color:#E67F22;
  height:170px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.block-2-content-container {
  background-color:#edda06;
  height:170px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.block-3-content-container {
  background-color:#decb01;
  height:170px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.block-1-content-container:hover, .block-2-content-container:hover, .block-3-content-container:hover {
  background-color:#fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.title-block-text {
  border-bottom: 5px solid #EFEFEF;
  color: #414146;
  font-family: 'OswaldLight',Arial,Helvetica,sans-serif;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 15px;
}
.block-text {
  margin:25px;
  margin-top: 0;
  padding-bottom: 15px;
  padding-top: 25px;
  font-family: 'OswaldLight',Arial,Helvetica,sans-serif;
  font-size:24px;
  line-height:36px;
  color:#414146;
  border-bottom: 5px solid #efefef;
  font-weight: bold;
}
.block-r-m-container {
  position:absolute;
  bottom:0;
  right:0;
}

.block-question-title {
  padding: 50px 28px;
  display: block;
  text-align: center;
}
.question-icon {
  background: url('/pictures/icon-quest.png') no-repeat 0 0 transparent;
  display: block;
  height: 68px;
  width: 38px;
}
.block-question-title .question-icon {
  display: block;
  float: right;
  vertical-align: middle;
  margin-left: 2px;
}
.block-question-title .question-title {
  display: block;
  vertical-align: middle;
  font-family: 'pragmatica-light-r', 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  color: #f48130;
  font-size: 44px;
  line-height: 34px;
  overflow: hidden;
  margin: 0;
}

.ca-icon{
  text-align: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ca-icon img{
  padding-bottom: 15px;
  padding-top: 30px;
  height: 70px;
  width:90px;

  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ca-main{
  color: #414146;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px;
  margin-top: 0px;

  text-align: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ca-sub{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 17px;
  margin-bottom:0;
  color: #6f6f73;
  font-size: 16px;
  line-height: 18px;
  text-align:center;

  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.ca-menu:hover .ca-icon img{

  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);

  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;

}
.ca-menu:hover .ca-sub{
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig{
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig{
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig{
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}

@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(50%);
    opacity:0;
  }
  to {
    -webkit-transform: translateY(0%);
    opacity:1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(50%);
    opacity:0;
  }
  to {
    -moz-transform: translateY(0%);
    opacity:1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(50%);
    opacity:0;
  }
  to {
    -ms-transform: translateY(0%);
    opacity:1;
  }
}

/* 3 BLOCKS (ver. 1) - black
================================================== */
.block-black-text {
  background-color:#E67F22;
}
.block-black {
  background-color:#414146 !important;
}
.block-black-text .block-text{
  border-bottom: 5px solid #414146;
}
.block-black .ca-icon {
  background-color: #565a60;
}
.block-black .ca-main {
  color:#fff;
}
.block-black .ca-sub {
  color: #b0afaf;
}
.block-black .ca-icon img {
  padding-bottom: 37px;
  padding-top: 38px;
}
.block-black.block-1-content-container:hover, .block-black.block-2-content-container:hover, .block-black.block-3-content-container:hover {
  background-color: #565a60;
}

/* 3 BLOCKS (3 ver)
================================================== */
.content-container-black {
  background-color: #414146;
}

.content-container-black .ca-icon {
  background-color: #fff;
  padding-bottom: 25px;
}
.content-container-black .ca-main {
  color:#fff;
}
.content-container-black .ca-sub {
  color: #B0AFAF;
}

/* 3 BLOCKS (2 ver)
================================================== */
.block-testimonials .carousel-navi {
  bottom: 0px;
}
.block2-a {
  display:block;
}
.block2-a:hover .box2-img-container {
  background-color:#fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.box2-img-container {
  float:left;
  background-color:#E67F22;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.box2-img-container img {
  height: 30px;
  width:40px;
  padding-top: 33px;
  padding-right: 27px;
  padding-bottom: 33px;
  padding-left: 27px;
}
.box2-text-container h3 {
  color: #535961;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 22px;
  padding: 37px 20px 0px 115px;
}
.box2-text-container h5 {
  color:#7e8082;
  font-size:16px;
  line-height:18px;
}
.block2-a:hover .box2-img-container-inv {
  background-color:#E67F22;

  transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
}
.box2-img-container-inv {
  background-color:#535961;

  transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
}

/* 3 BLOCKS (3 ver)
================================================== */
.block3-a {
  display:block;
}
.block3-a:hover .box3-img-container {
  background-color:#fff;
  -webkit-transform: scale(1.45);
  -moz-transform: scale(1.45);
  -o-transform: scale(1.45);
  -ms-transform: scale(1.45);
  transform: scale(1.45);

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.box3-img-container {
  float:left;
  background-color:#E67F22;
  height: 30px;
  width:40px;
  padding-top: 33px;
  padding-right: 27px;
  padding-bottom: 33px;
  padding-left: 27px;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.box3-text-container{
  min-height: 111px;
}
.box3-text-container h3 {
  color: #535961;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 22px;
  padding: 37px 20px 0px 115px;
  font-weight: normal;
}
.box3-text-container h5 {
  color:#7e8082;
  font-size:16px;
  line-height:18px;
}
.block3-a:hover .box3-img-container-inv {
  background-color:#E67F22;

  transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
}
.box3-img-container-inv {
  background-color:#535961;

  transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
}
.box3-description-container {
  border-bottom:3px solid #E67F22;
}
.box3-description {
  margin:18px 20px 18px 20px;
  color:#808080;
}


/* 3 BLOCKS (5 ver)
================================================== */
.block5-a {
  display:block;
}
.block5-a:hover .box5-img-container {
  background-color:#535961;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.box5-img-container, .box5-img-container-inv {
  float:left;
  background-color:#E67F22;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.box5-img-container img, .box5-img-container-inv img {
  height: 40px;
  padding-top: 33px;
  padding-right: 27px;
  padding-bottom: 33px;
  padding-left: 27px;
}
.box5-text-container {
  padding: 20px 20px 20px 128px;
}
.box5-text-container h3 {
  color: #535961;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 22px;
}
.box5-text-container h5 {
  color:#7e8082;
  font-size:16px;
  line-height:18px;
}
.block5-a:hover .box5-img-container-inv {
  background-color:#E67F22;

  transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
}
.box5-img-container-inv {
  background-color:#535961;

  transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
}


/* BUY NOW
================================================== */
.buy-img-container {
  float:left;
  background-color:#E67F22;
}
.buy-img-container img{
  height: 29px;

  padding:30px;
}
.buy-text h2 {
  color:#fff;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
}
.buy-now-slogan {
  color:#b8bcc1;
}
.buy-text-container, .buy-img-container {
  float:left;
}
.button-buy-container {
  float:right;
}
.button-buy-container a{
  display: block;
  background-color: #E67F22;
  color: #414146;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 29px;
  padding:30px ;

}
.button-buy-container a:hover{
  background-color: #2f343a;
  color:#fff;
}
.buy-text-container {
  padding: 21px 25px 18px 25px;
}
/*****************************************/
.content-container-white {
  background-color: #fff;
}
.content-container-grey {

}
.content-container-white-no-shadow {
  background-color: #fff;

}
.view {
  overflow: hidden;
  position: relative;
}
.hover-item:hover .mask {
  opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.view-first .mask {
  background-color: #E67F22;
  height: 100%;
  opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}

/*************************************/
.lw-text-container {
  padding:10px;
}
.lw-text-container p{
  padding:0px;
  margin:0px;
}
.lw-a-container {
  text-align:right;
}
.lw-item-container {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius:3px;
}
.lw-item-caption-container {
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom:1px;
}
.item-caption {
  color:#9fa2a6;
  margin-top: 8px;
  font-weight: bold;
}
.item-title-main-container {
  border-bottom: 2px solid #e6e7e6;
  padding: 0;
}
.item-title-text-container {
  border-bottom: 2px solid #9e9e9e;
  margin-bottom: -2px;
  padding-bottom: 13px;
  display:inline-block;
  font-weight: bold;
}
.lw-item-caption-container a{
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color:#414146;
}
.lw-item-text-container {
  text-align: center;
}
.lw-item-text-container p {
  margin: 8px 15px;
}
.jcarousel {
  position: relative;
  overflow: hidden;
}

.jcarousel ul {
  width: 20000em;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* LATEST POSTS
================================================== */
.lp-item-caption-container {
  padding-top: 13px;
}
.lp-item-caption-container a {
  font-family: 'OswaldLight',Arial,Helvetica,sans-serif;
  font-size: 16px;
}
.lp-item-container-border {
  margin-top: 7px;
}
.lp-item-info-container {
  border-bottom: 2px solid #9E9E9E;
  display: inline-block;
  margin-bottom: -2px;
  padding-bottom: 7px;
  font-size:16px;
}

.lp-item-container-border {
  font-size:16px;
  border-bottom: 2px solid #e6e7e6;
}
.lp-item-text-container {
  border-bottom: 2px dotted #e6e7e6;
}
.lp-r-m-container {
  margin-top:-2px;
  right:0;
}
.lp-r-m-container .r-m-plus-small {
  float:right;
}
/* PAGE TITLE
================================================== */
.page-title-container {
  background-color:#E67F22;
}
.page-title {
  float: left;
  color:#414146;
  font-size:22px;
  line-height:22px;
  margin-bottom:0;
  padding:20px;
  font-weight: normal;
  text-transform:uppercase;
}
.page-title .sub-title{
  color:#fff;
}
.page-title a {
  color:#2f343a;
}
.page-title a:hover {
  color:#fff;
}

/* 404
================================================== */
.error404-text {
  text-align:left;
  color:#7e8082;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-size:62px;
  line-height:72px;
  margin-left: 50px;
  margin-top: 25px;
}
.error404-numb {
  color:#c2c7cd;
  text-align:right;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-size:230px;
  line-height:230px;
  margin-bottom: 0;
  margin-right: 50px;
  margin-top: 15px;
}
.error404-main-text h2 {
  text-align:center;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-size:30px;
  line-height:30px;
  padding-bottom: 15px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform:uppercase;
  color:#7e8082;
}
.error404-main-text  {
  margin-bottom: 40px;
  margin-top: 40px;
}
.error404-container {
  margin-top:80px;
}

/* PRICING TABLE
=========================================*/
.first-column {
  width: 210px;
  height: auto;
  float: left;
}
.first-column ul {
  margin: 141px 0 0 0;
}
.first-column ul li {
  width: 100%;
  height: 40px;
  background: #f5f5f5;
  margin: 0;
  display: block;
  color: #6b6b6b;
  font-size: 15px;
  line-height: 40px;
  text-indent: 20px;
}
.first-column ul li.alt {
  background: #fafafa;
}
#tabs {
  position: relative;
}
.tabs-nav2 {
  position: absolute;
  width: 16%;
  top: 95px;
  left: -1px;
  z-index: 899;
}
.tab {
  background: #525961;
  width: 100%;
  height: 40px;
  margin-bottom: 1px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.tab.active,
.tab:hover {
  background: #e67f22;
}
#tabs-content {
  position: relative;
  width: 84%;
  margin-left: 16%;
}
.price-col-gray {
  float: left;
  width: 40%;
  height: auto;
  text-align: center;
  margin: 0;
}
.price-col-gray:nth-of-type(3),
.price-col-gray:nth-of-type(4),
.price-col-gray:nth-of-type(5),
.price-col-gray:nth-of-type(6),
.price-col-gray:nth-of-type(7) {
  display: none;
}
.m-left-0 {
  margin-left:0 !important;
}
.price-col-gray h1 {
  margin: 0;
  padding-bottom: 35px;
  padding-top: 35px;
  height: 40px;
  display: block;
  background-color: #535961;
  color: #fcfcfc;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
}
.month {
  color:#808080;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-size:16px;
  background-color:#fff;
  padding:16px 0 14px 0;
  margin:0;
}
.price-col-gray ul {
  margin: 0;
  padding:0;
}
.price-col-gray ul li {
  height: 40px;
  background: #fff;
  margin: 0;
  display: block;
  color: #6b6b6b;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  border-bottom:1px solid #efefef;
  margin-left:5px;
  margin-right:5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.price-col-gray ul li:last-child {
  border-bottom:none;
}
.price-button-container {
  background-color:#f5f5f5;
  height: 95px;
}
.price-button-container-main {
  background-color:#f5f5f5;
  height: 95px;
}
a.button.medium.price-button {
  display: inline-block;
  font-size: 15px;
  height: 100%;
  line-height: 95px;
  padding: 0;
  width: 100%;
  font-size:18px;
  cursor:pointer;
}
.price-col-gray2 a.button.medium.price-button:hover {
  color:#fff;
}
.price-button-container-main a.button.medium.price-button {
  line-height:92px;
}
.price-marginleft-20 {
  margin-left: -20px;
}
.price-col-main {
  float: left;
  width: 60%;
  height: auto;
  text-align: center;
  margin: 0 /*0 0 2px*/;
  position: relative;
  z-index: 20;
}
.price-col-main h1 {
  margin: 0;
  padding-bottom: 40px;
  padding-top: 41px;
  height: 49px;
  display: block;
  background-color: #E67F22;
  color: #414146;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 49px;
  font-weight: normal;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
}
.price-col-main p.white {
  height: 30px;
  font-size: 15px;
  font-weight: normal;
  display: block;
  background: #ffbe11;
  color: #fff;
  margin: 0;
}
.price-col-main ul {
  margin: 0;
  padding:0;
  background: none repeat scroll 0 0 #d8dadd;
}
.price-col-main ul li {
  -moz-box-sizing: border-box;

  border-bottom: 1px solid #efefef;
  color: #6B6B6B;
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
}

.price-col-main ul li:last-child {
  border-bottom: none;
}

.col-border {
  border-left:1px solid #d1d1d1;
}

.price-col-gray .col-border {
  border-left:1px solid #d1d1d1;
  border-right:1px solid #d1d1d1;
}

.col-border-right {
  border-left:1px solid #d1d1d1;
  border-right:1px solid #d1d1d1;
}
.currency, .price, .cents {

  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  display:inline-block;
  color:#fff;

}
.price-col-main .currency, .price-col-main .price, .price-col-main .cents {
  color:#fff;
}
.currency {
  font-size:30px;
}
.price {
  font-size:15px;
  line-height:50px;
}
 .price {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

 .btn1,
 .btn2 {
  display: block;
  float: left;
  background: #525961;
  margin-bottom: 30px;
  width: calc(50% - 5px);
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
 .btn1 {
  margin-right: 10px;
}
 .btn1:hover,
 .btn2:hover {
  background: #e77e22;
}
.price-container2 .price {
  font-size: 60px;
  line-height: 50px;
}
.cents {
  font-size:30px;
  position:absolute;
  top:19px
}
.price-container {
  position:relative;
  padding-bottom: 25px;
  padding-top: 25px;
  background-color:#d6d6d6;
}
.cents-cont {
  width:5px;
  font-size:20px;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
}
.place {
  display:inline-block;
  height:10px;
  width:25px;
  color:#9da2a8;
}
.price-col-main .price-container {
  background-color:#535961;
}

/* PRICING TABLE 2
=========================================*/
.place2 {
  display:inline-block;
  height:15px;
  width:35px;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#bcbcbc;
}
.price-col-gray2 {
  float: left;
  width: 223px;
  height: auto;
  text-align: center;
  margin: 0px 0 0 5px;
}
.price-col-gray2 h1 {
  margin: 0;
  padding-bottom: 0px;
  padding-top: 30px;
  height: 70px;
  display: block;
  background-color: #fff;
  color: #535961;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 40px;
  font-weight: normal;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
}
.price-col-gray2 ul {
  margin: 0;
  padding:0;
}
.price-col-gray2 ul {
  background-color:#fff;
}
.price-col-gray2 ul li {
  height: 40px;
  background: #fff;
  margin: 0;
  display: block;
  color: #6b6b6b;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  border-bottom:1px solid #efefef;


  margin-left:5px;
  margin-right:5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.price-col-gray2 ul li:last-child {
  border-bottom:none;
}
.price-container2 {
  background-color: #535961;
  padding-bottom: 10px;
  padding-top: 15px;
  position: relative;
}
.col-border2 {
  border: 1px solid #D1D1D1;
  margin-bottom:1px;
}
.pt-col-main {
  background-color:#E67F22;

}
h1.pt-col-main {
  background-color:#E67F22;
  color:#414146;
}
.pt-col-main .currency, .pt-col-main .price, .pt-col-main .cents, .pt-col-main .place2 {
  color:#fff;
}
.price-table-grey-bg {
  background-color:#efefef;
  padding:16px;
}
/* MARGINS
================================================== */
.m-bot-10 {
  margin-bottom:10px !important;
}
.m-bot-15 {
  margin-bottom:15px !important;
}
.m-bot-20 {
  margin-bottom:20px !important;
}
.m-bot-25 {
  margin-bottom:25px !important;
}
.m-top-25 {
  margin-top:25px !important;
}
.m-bot-30 {
  margin-bottom:30px !important;
}
.m-bot-33 {
  margin-bottom:33px !important;
}
.m-top-30 {
  margin-top:30px !important;
}
.m-bot-35 {
  margin-bottom:35px !important;
}
.m-bot-55 {
  margin-bottom:55px !important;
}
.m-bot-50 {
  margin-bottom:50px !important;
}
.m-bot-60 {
  margin-bottom:60px !important;
}
.m-bot-100 {
  margin-bottom:100px !important;
}
.m-top-60 {
  margin-top:60px !important;
}
.m-top-80 {
  margin-top:80px !important;
}
.m-top-100 {
  margin-top:100px !important;
}
.m-bot-135 {
  margin-bottom:135px !important;
}
.min-m-top-75 {
  margin-top:-25px !important;
  z-index:99;
}
.m-t-min-1 {
  margin-top:-1px !important;
}
.m-none {
  margin:0 !important;
}
.min-m-top-58,.m-minus, .m-minus-main {
  margin-top:-58px !important;
}
.m-t-b-10 {
  margin-top:10px;
  margin-bottom:10px;
}
.m-b-20 {
  margin-bottom:20px;
}

.pad-b-0 {
  padding-bottom:0px !important;
}
.pad-t-15 {
  padding-top:15px !important;
}
.pad-t-b-30 {
  padding-top:30px !important;
  padding-bottom:30px !important;
}

/**********BUTTONS*************/
button {
  border:none;
  cursor:pointer;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;

}
.button {
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  background-color:#E67F22;
  color:#414146;
  border:none;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.button:hover {
  background-color:#535961;
  color:#fff;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.button.medium {
  font-size:16px;
  line-height:36px;
  height:36px;
  padding:0px 20px 0px 20px;
  display:inline-block;
  font-weight: normal;
}
.m-violet.button.medium  {
  color: #fff;
  background-color: #5f004d;
}
.m-violet.button.medium:hover, .m-violet.button.medium:focus {
  color: #5f004d;
  background-color: #fff;
}
.button.large {
  font-size:20px;
  line-height:20px;
  padding:15px 39px 15px 39px;
  display:inline-block;
}

.button.small {
  font-size:16px;
  line-height:16px;
  padding: 6px 10px 7px 10px;
  display:inline-block;
}

.button.yellow {
  background-color:#E67F22;
  color:#414146 !important;
  border:none;
}
.button.yellow:hover {
  background-color:#535961;
  color:#fff !important;
}
.button.blue {
  background-color:#2995cc;
  color:#fff;
}
.button.blue:hover {
  background-color:#535961;
}
.button.aqua {
  background-color:#1bbc9b;
  color:#ffffff;
}
.button.aqua:hover {
  background-color:#535961;
}
.button.gray {
  color:#fff;
  background-color:#535961;
  border:none;
}
.button.gray:hover {
  background-color:#E67F22; /*Change color*/
  cursor:pointer;
}
.button.orange {
  color:#fff;
  background-color:#e67e22;
  border:none;
}
.button.orange:hover {
  background-color:#535961;
  cursor:pointer;
}
.button.green {
  color:#fff;
  background-color:#aadd00;
  border:none;
}
.button.green:hover {
  background-color:#535961;
  cursor:pointer;
}
.demo-buttons a{
  margin-bottom:5px;
}
.button i {
  margin: 0 5px 0 -1px;
}
.button.medium i, .button.medium-border i {
  margin: 0 6px 0 -4px;
}
.button.large i, .button.large-border i {
  margin: 0 10px 0 -15px;
}
.button.black {
  font-family: 'Open Sans', sans-serif;
  color:#ffffff;
  font-style:normal;
  background-color:#4d4d4d;
}
.button.black:hover {
  background-color:#575757;
}
a {
  color: #E67F22;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
a:hover {
  color: #2f343a;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.a-invert{
  color: #535961;
}
.a-invert:hover{
  color: #E67F22;
}
.button.get-theme {
  font-size:16px;
  padding:10px 17px 10px 40px;

  background: url(/pictures/icon-get-theme-black.png) no-repeat scroll 14px center;
  background-color:#E67F22;
  display:inline-block;

}
.button.get-theme:hover {
  background: url(/pictures/icon-get-theme.png) no-repeat scroll 14px center;
  background-color:#535961;
}
#portfolio li .view .a-invert {
  position: relative;
  display: inline-block;
}
#portfolio li .view .a-invert:before {
  position: absolute;
  content: '';
  top: 50%; left: 50%;
  margin: -32px auto auto -32px;
  width: 64px;
  height: 64px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 899;
}
#portfolio li.video .view .a-invert:before {
  background-image: url(/pictures/play-circle-fill.png);
}
#portfolio li.photo .view .a-invert:before {
  background-image: url(/pictures/device-camera-photo.png);
}


#circularG{
  width: 64px;
  height: 64px;
  position: relative;
  top: 63%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
}
.circularG{
  position:absolute;
  background-color:#FAB171;
  width:15px;
  height:15px;
  -moz-border-radius:10px;
  -moz-animation-name:bounce_circularG;
  -moz-animation-duration:0.88s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-direction:linear;
  -webkit-border-radius:10px;
  -webkit-animation-name:bounce_circularG;
  -webkit-animation-duration:0.88s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:linear;
  -ms-border-radius:10px;
  -ms-animation-name:bounce_circularG;
  -ms-animation-duration:0.88s;
  -ms-animation-iteration-count:infinite;
  -ms-animation-direction:linear;
  -o-border-radius:10px;
  -o-animation-name:bounce_circularG;
  -o-animation-duration:0.88s;
  -o-animation-iteration-count:infinite;
  -o-animation-direction:linear;
  border-radius:10px;
  animation-name:bounce_circularG;
  animation-duration:0.88s;
  animation-iteration-count:infinite;
  animation-direction:linear;
}

#circularG_1{
  left:0;
  top:25px;
  -moz-animation-delay:0.33s;
  -webkit-animation-delay:0.33s;
  -ms-animation-delay:0.33s;
  -o-animation-delay:0.33s;
  animation-delay:0.33s;
}

#circularG_2{
  left:7px;
  top:7px;
  -moz-animation-delay:0.44s;
  -webkit-animation-delay:0.44s;
  -ms-animation-delay:0.44s;
  -o-animation-delay:0.44s;
  animation-delay:0.44s;
}

#circularG_3{
  top:0;
  left:25px;
  -moz-animation-delay:0.55s;
  -webkit-animation-delay:0.55s;
  -ms-animation-delay:0.55s;
  -o-animation-delay:0.55s;
  animation-delay:0.55s;
}

#circularG_4{
  right:7px;
  top:7px;
  -moz-animation-delay:0.66s;
  -webkit-animation-delay:0.66s;
  -ms-animation-delay:0.66s;
  -o-animation-delay:0.66s;
  animation-delay:0.66s;
}

#circularG_5{
  right:0;
  top:25px;
  -moz-animation-delay:0.77s;
  -webkit-animation-delay:0.77s;
  -ms-animation-delay:0.77s;
  -o-animation-delay:0.77s;
  animation-delay:0.77s;
}

#circularG_6{
  right:7px;
  bottom:7px;
  -moz-animation-delay:0.88s;
  -webkit-animation-delay:0.88s;
  -ms-animation-delay:0.88s;
  -o-animation-delay:0.88s;
  animation-delay:0.88s;
}

#circularG_7{
  left:25px;
  bottom:0;
  -moz-animation-delay:0.99s;
  -webkit-animation-delay:0.99s;
  -ms-animation-delay:0.99s;
  -o-animation-delay:0.99s;
  animation-delay:0.99s;
}

#circularG_8{
  left:7px;
  bottom:7px;
  -moz-animation-delay:1.1s;
  -webkit-animation-delay:1.1s;
  -ms-animation-delay:1.1s;
  -o-animation-delay:1.1s;
  animation-delay:1.1s;
}

@-moz-keyframes bounce_circularG{
  0%{
    -moz-transform:scale(1)}

  100%{
    -moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
  0%{
    -webkit-transform:scale(1)}

  100%{
    -webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
  0%{
    -ms-transform:scale(1)}

  100%{
    -ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
  0%{
    -o-transform:scale(1)}

  100%{
    -o-transform:scale(.3)}

}

@keyframes bounce_circularG{
  0%{
    transform:scale(1)}

  100%{
    transform:scale(.3)}

}

.btn .circularG{
  position:absolute;
  background-color:#949494;
  width:6px;
  height:6px;
  -moz-border-radius:4px;
  -moz-animation-name:bounce_circularG;
  -moz-animation-duration:1.04s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-direction:linear;
  -webkit-border-radius:4px;
  -webkit-animation-name:bounce_circularG;
  -webkit-animation-duration:1.04s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:linear;
  -ms-border-radius:4px;
  -ms-animation-name:bounce_circularG;
  -ms-animation-duration:1.04s;
  -ms-animation-iteration-count:infinite;
  -ms-animation-direction:linear;
  -o-border-radius:4px;
  -o-animation-name:bounce_circularG;
  -o-animation-duration:1.04s;
  -o-animation-iteration-count:infinite;
  -o-animation-direction:linear;
  border-radius:4px;
  animation-name:bounce_circularG;
  animation-duration:1.04s;
  animation-iteration-count:infinite;
  animation-direction:linear;
}

.btn #circularG_1{
  left:0;
  top:10px;
  -moz-animation-delay:0.39s;
  -webkit-animation-delay:0.39s;
  -ms-animation-delay:0.39s;
  -o-animation-delay:0.39s;
  animation-delay:0.39s;
}

.btn #circularG_2{
  left:3px;
  top:3px;
  -moz-animation-delay:0.52s;
  -webkit-animation-delay:0.52s;
  -ms-animation-delay:0.52s;
  -o-animation-delay:0.52s;
  animation-delay:0.52s;
}

.btn #circularG_3{
  top:0;
  left:10px;
  -moz-animation-delay:0.65s;
  -webkit-animation-delay:0.65s;
  -ms-animation-delay:0.65s;
  -o-animation-delay:0.65s;
  animation-delay:0.65s;
}

.btn #circularG_4{
  right:3px;
  top:3px;
  -moz-animation-delay:0.78s;
  -webkit-animation-delay:0.78s;
  -ms-animation-delay:0.78s;
  -o-animation-delay:0.78s;
  animation-delay:0.78s;
}

.btn #circularG_5{
  right:0;
  top:10px;
  -moz-animation-delay:0.91s;
  -webkit-animation-delay:0.91s;
  -ms-animation-delay:0.91s;
  -o-animation-delay:0.91s;
  animation-delay:0.91s;
}

.btn #circularG_6{
  right:3px;
  bottom:3px;
  -moz-animation-delay:1.04s;
  -webkit-animation-delay:1.04s;
  -ms-animation-delay:1.04s;
  -o-animation-delay:1.04s;
  animation-delay:1.04s;
}

.btn #circularG_7{
  left:10px;
  bottom:0;
  -moz-animation-delay:1.17s;
  -webkit-animation-delay:1.17s;
  -ms-animation-delay:1.17s;
  -o-animation-delay:1.17s;
  animation-delay:1.17s;
}

.btn #circularG_8{
  left:3px;
  bottom:3px;
  -moz-animation-delay:1.3s;
  -webkit-animation-delay:1.3s;
  -ms-animation-delay:1.3s;
  -o-animation-delay:1.3s;
  animation-delay:1.3s;
}

@-moz-keyframes bounce_circularG{
  0%{
    -moz-transform:scale(1)}

  100%{
    -moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
  0%{
    -webkit-transform:scale(1)}

  100%{
    -webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
  0%{
    -ms-transform:scale(1)}

  100%{
    -ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
  0%{
    -o-transform:scale(1)}

  100%{
    -o-transform:scale(.3)}

}

@keyframes bounce_circularG{
  0%{
    transform:scale(1)}

  100%{
    transform:scale(.3)}

}

.mb20 {margin-bottom: 20px}
.mb30 {margin-bottom: 30px}

.icon-map:before {
  content: "п€Ћ";
  font-family: FontAwesome;
}


/* Colors for arch*/
.lilac .header-position {
  background: #414146;
}
.lilac .page-title-container{
  background-color: #5f004d;
}
.lilac #main-nav a:hover,
.lilac #main-nav li.parent > a {
  background-color: #fff;
  color: #414146;
}
.lilac .icons li{
  background-color: #fff;
}

.lilac .icons li:hover {
  background-color: #5f004d;
}
.lilac #main-nav .current > a,
.lilac #main-nav .current > a:hover,
.lilac .sf-menu li li a:hover{
  background: #5f004d !important;
  color: #fff !important;
}

.lilac  #back-top a:hover{
  background-color: #5f004d !important;
}
.lilac .footer-menu-container a {
  color: inherit;
}
.lilac .buy-img-container{
  background-color: #5f004d;
}

.lilac .button-buy-container a {
  background-color: #5f004d;
}
.lilac #sequence-theme .nav li img.active,
.lilac #sequence-theme .nav li img.active{
  border-top: 5px solid #5f004d !important;
}
.lilac a{
  color: #5f004d;
}

.lilac #sequence-theme .next.slider1:hover,
.lilac #sequence-theme .prev.slider1:hover{
  background-color: #5f004d !important;
}

.opacity-1{
  opacity: 1 !important;
}

/* Colors for dark */
.dark .header-position  {
  background: #27282a;
}
.dark #wrap {
  background-color: #000000;
}
.dark .icons li {
  background-color:#ffffff;
}
.dark .icons li:hover {
  background-color:#ffffff;
}
.dark #main-nav .sf-menu > li.sfHover > a, .dark #main-nav .sf-menu > li > a:hover {
  border-bottom: 8px solid #ffffff;
}
.dark #main-nav .sf-menu > li.current > a {
  border-bottom: 8px solid #ffffff;
}
.dark .light-grey-bg.dark-title {
  background-color: #e5e5e5;
}
.dark .light-grey-bg.dark-title h1 {
  color: #27282a;
  font-weight: bold;
}
.dark .footer-copyright-container a {
  color:#7c8187;
}

/* bg pages */

.bg_img_arch .header-position,
.lilac .header-position {
  background-color: #5f004d;
}

.m-tiles_list {
  height: 212px;
  overflow: hidden;
}
.m-tiles_list img {
  max-height: 100%;
}

.list_caption {padding: 0}
.list_caption__item {

}
.list_caption__item ul {
  padding: 0;
  margin: 0 0 20px;
}
.list_caption__item ul:after {
  clear: both;
  content: '';
  display: block;
}
.list_caption__item li {
  display: block;
  float: left;
  margin-left: 3%;
  width: 31.33%;
}
.list_caption__item li:first-child {margin-left: 0}
.list_caption__item a {
  display: block;
}
.list_caption__item ul img {
  display: block;
}
.t-center {text-align: center}
.f34 {font-size: 34px; line-height: 34px}
.f22 {font-size: 22px !important; line-height: 22px !important}
.h22 {font-size: 22px !important; line-height: 22px !important}
.pointer {cursor: pointer}
.mb0 {margin: 0 !important}
.t-orange {color: #e67e22 !important}
.f-light {font-family: "pragmatica-light",arial !important}

 .product-price {
    display: inline-block;
    float: right;
    padding: 10px 0;
    width: auto;
}
.h21 {font-size:21px;}
 .product-pic-text {
    float: left;
    padding: 10px 0;
    width: 50%;
}
.old-price {
    font-size: 16px;
    margin-top: 2px;
    text-decoration: line-through;
}
.h22 a {
  color:#2f343a;
}
.h22 a:hover {
  color:#e67e22;
}


.h-title-line {
  position: relative;
  display: block;
}
.h-title-line .h-title {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #27282A;
  padding-right: 20px;
}
.footer-content-bg .h-title-line .h-title {
  background-color: #414146;
  color: #ffffff;
}
.footer-copyright-bg .h-title-line .h-title {
  background-color: #27282A;
  color: #f48130;
}
.grey-bg .h-title-line .h-title {
  background-color: #E5E5E5;
}
.h-title-line.t-center .h-title {
  padding: 0 20px;
}
.h-title-line.t-right .h-title {
  padding-left: 20px;
}
.h-title-line .h-line {
  position: absolute;
  left: 0;
  top: 50%;
  height: 5px;
  margin-top: -2px;
  width: 100%;
  background-color: #f48130;
}
.h-title-line.m-violet .h-line {background-color: #5F004D}
.h-title-line.m-violet .h-title {color: #5F004D}
/* HOVER EFFECT
================================================== */
.view .mask,.view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align:center;
}
.view img {
  display: block;
  position: relative;
}
.view a.link {
  padding:0;
  margin:0;
  height:44px;
  width:44px;
  display: block;/**/
  float:left;
  text-decoration: none;
  background-color: #fff;
  background-image: url(/pictures/link-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.view a.zoom {
  padding:0;
  margin:0;
  height:44px;
  width:44px;
  display: block;/**/
  float:left;
  text-decoration: none;
  background-color: #fff;
  background-image: url(/pictures/zoom-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.view a.zoom:hover, .view a.link:hover  {
  background-color: #E67F22;
}
.hover-item img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hover-item .abs {
  position:absolute;
  bottom:-47px;
  left:0px;
  transition:all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.hover-item:hover .abs {
  bottom:0px;
  left:0px;
  transition:all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.portfolio-item .hover-item .abs {
  position:absolute;
  bottom:-47px;
  left:0px;
  transition:all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.portfolio-item .hover-item:hover .abs {
  bottom:0px;
  left:0px;
  transition:all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.blog-item .hover-item .abs {
  position:absolute;
  bottom:-47px;
  transition:all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.blog-item .hover-item:hover .abs {
  bottom:0px;
  transition:all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.hover-item:hover {
  transition:all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hover-item:hover .item-caption, .hover-item:hover .lw-item-caption-container a {
  transition:all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.hover-item:hover .lw-item-caption-container a:hover {
  transition:all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.view-first a.info {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-item .view {
  position: relative;
}
.blog-item .view:before {
  position: absolute;
  top: 50%; left: 50%;
  margin: -25px auto auto -50px;
  width: 100px;
  height: 50px;
  background-color: #414146;
  color: #fff;
  line-height: 50px;
  text-align: center;
  opacity: 0;
  z-index: 8999;
  transition:all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.blog-item a:hover .view:before {
  opacity: 1;
}
.blog-item.photo .view:before {
  content: 'С‡РёС‚Р°С‚СЊ';
}.f28
.blog-item.video .view:before {
  content: 'СЃРјРѕС‚СЂРµС‚СЊ';
}
.head-title {
    background: #676767 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.border {
    align-items: center;
    border: 1px solid #ffffff;
    display: flex;
    height: 130px;
    justify-content: center;
    line-height: 1.2;
    padding: 10px;
    text-align: center;
}
.border-promo {
    align-items: center;
    border: 1px solid #ffffff;
    display: flex;
    height: 65px;
    justify-content: center;
    line-height: 1.2;
    padding: 10px;
    text-align: center;
}
.border-3-promo {
    align-items: center;
    display: flex;
    height: 43px;
    justify-content: center;
    line-height: 1.2;
    padding: 10px;
    text-align: center;
}
.border.size-row {
    padding: 0;
}
.name-brick {
    background-color: #efebe8;
    line-height: 1.3;
}
.name-brick-dark {
    background-color: #d4d4d4;
    line-height: 1.3;
}
.name-brick-promo {
    background-color: #efebe8;
    background-image: url("/pictures/images/promo.png");
    background-repeat: no-repeat;
    line-height: 1.3;
}
.name-brick-promo-dark {
    background-color: #d4d4d4;
    background-image: url("/pictures/images/promo.png");
    background-repeat: no-repeat;
    line-height: 1.3;
}
.name-brick-new {
    background-color: #efebe8;
    background-image: url("/pictures/images/new.png");
    background-repeat: no-repeat;
    line-height: 1.3;
}
.name-brick-new-dark {
    background-color: #d4d4d4;
    background-image: url("/pictures/images/new.png");
    background-repeat: no-repeat;
    line-height: 1.3;
}
.name-brick-special {
    background-color: #efebe8;
    background-image: url("/pictures/images/special.png");
    background-repeat: no-repeat;
    line-height: 1.3;
}
.name-brick-special-dark {
    background-color: #d4d4d4;
    background-image: url("../img/special.png");
    background-repeat: no-repeat;
    line-height: 1.3;
}
.name-brick-sale {
    background-color: #efebe8;
    background-image: url("../img/sale.png");
    background-repeat: no-repeat;
    line-height: 1.3;
}
.name-brick-sale-dark {
    background-color: #d4d4d4;
    background-image: url("../img/sale.png");
    background-repeat: no-repeat;
    line-height: 1.3;
}
.big-info {
    color: #e67e22;
    font-size: 26px;
    font-weight: bold;
}
.big-info-3 {
    color: #e67e22;
    font-size: 24px;
    font-weight: bold;
}
.big-info-promo {
    color: #f2f2f2;
    font-size: 15px;

}
.big-info-3-promo {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: bold;
}
.big-info-sale {
    color: #f2f2f2;
    font-size: 26px;
    font-weight: bold;
}
.name-brick .big-info {
    font-size: 26px;
}
.body-gry {
    background-color: #e0e0e0;
    color: #5c5c5c;
}
.body-gry-dark {
    background-color: #d4d4d4;
    color: #5c5c5c;
}
.price {
    background-color: #f2f2f2;
    line-height: 2;
}
.price-promo {
    background-color: #e67e22;
    line-height: 2;
}
.price-sale {
    background-color: #d14836;
    line-height: 2;
}
.Buildo-latest-blog-area.section_t_100.section_b_70 {
    background: #e5e5e5 none repeat scroll 0 0;
    margin:-110px 0 0 0;
}
.h-title-line.t-center .h-title {
    margin: 0 0 10px;
    padding: 10px 20px;
}
.block-4-col {
    float: left;
    width: 235px;
}
.Buildo-section-title .sixteen {
    width:940px;
    margin:0 auto;
}
/* 4 blocks on main */
.main-menu-content-container {
  background-color: #fff;
  border: 1px solid #272729;
  border-left: none;
  height:170px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.main-menu-content-container.block-1{
  border-left: 1px solid #272729;
}
.main-menu-content-container .ca-main{
  color:#3e3d43;
}
.main-menu-content-container .ca-icon{
  height: 110px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.main-menu-content-container:hover {
  background-color: #e77e23;
}
.main-menu-content-container:hover .ca-main{
  color:#fff !important;
}
.copyright2 {
    background: #000 none repeat scroll 0 0;
    color: #ddd;
    margin: 0;
    padding: 20px 0;
}
.caption.footer-block a {
  color:#fff;
  font-size: 15px;
  background-color:#e67e22;
  display:block;
  padding: 15px 10px;
  margin: -15px 0 0 0;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .caption.footer-block a {
    min-height: 36px;
  }
}
.caption.footer-block a:focus,
.caption.footer-block a:hover {
  color:#F48130;
  background-color:#fff;
}
.columns4 {
    display: flex;
    margin: 0 0 30px;
    position: relative;
}
.one-five {
    float: left;
    width: 19%;
}
.banner__item img {
    min-height: 230px;
}


/*BEGIN product */
.product {
	background-color: #f4f3f3;
	border-bottom: 1px solid #d3d3d3;
	margin: 25px 0;
	padding: 20px;
}
.product-alt {
	background: none;
}
.product a {
	display: block;
	font-size: 2.5em;
	color: #4d4d4f;
	width: 80%;
}
.product p {
	font-size: 1.4em;
	line-height: 1.7em;
	color: #4d4d4f;
	padding: 15px 0 0 0;
	width: 90%;
}


.product-pic ul {
	list-style: none;
	margin-top: 0;
	padding: 0;
}
.product-pic li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: calc(50% - 20px);
	margin: 10px 0;
}
.prod-kh > ul > li:nth-of-type(2n + 1) {
	margin-right: 20px;
}
.product-pic li li {
	width: 10%;
	margin: 5px 0;
	padding: 0;
}
.product-pic img:not(.h197) {
	width: 100%;
	height: auto;
}
.product-pic-image {
	width: 90%;
	height: 140px;
	overflow: hidden;
}
.prod-kh .product-pic-image {
	width: 100%;
	height: 160px;
}
.prod-kh .product-price {
	display: inline-block;
	float: right;
	width: auto;
	padding: 10px 0;
}
.prod-kh .product-pic-text {
	float: left;
	width: 50%;
	padding: 10px 0;
}
.product-pic-text {
	padding: 10px 0 0 0;
}
.product-pic-text span {
	color: #767676;
}
.product-pic-fill {
	zoom: 1;
}
.product-pic-fill span {
	float: left;
	color: #767676;
	font-size: .85em;
	margin: 10px 10px 0 0;
}
.product-pic-fill ul {
	overflow: hidden;
}
.product-pic-fill li {
	cursor: pointer;
}
.product-pic-fill li img {
	border: 2px solid #fff;
}
.product-pic-fill li.c img {
	border: 2px solid #F58120;
}
/*END product */
/*BEGIN product table*/
.table {
	padding: 10px 0;
}
.table table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.table thead th {
	text-align: left;
}
.table thead th p,
.table thead th div {
	background: url("table-head.png") 0 0 no-repeat;
	
}
.table thead th p {
	float: left;
	width: 10px;
	padding: 0;
}
.table thead th div {
	background-position: 100% 0;
	margin-left: 10px;
}
.table thead th h2 {
	font-size: 1.0em;
	color: #e67e22;
	font-weight: normal;
	padding: 20px 0 0 10px;
	margin-top: 0;
	margin-bottom: 5px;
}
.table thead td {
	background-color: #4d4d4f;
	font-size: 15px;
	color: #cacacc;
	padding: 8px 12px;
	border-right: 1px solid #717172;
	border-bottom: 1px solid #717172;
	border-left: 1px solid #4d4d4f;
	font-weight: bold;
}
.table tbody td {
	font-size: 15px;
	color: #767676;
	padding: 8px 12px;
	background-color: #f4f3f3;
}
.table tbody tr.alt td {
	background: none;
}
.table tbody tr.hover td {
	background-color: #eeebe8;
}
.table tbody h2{
  margin: 0;
  padding: 10px 0;
  }
/*END product table*/

/* Table bordered */
.table-bordered tbody td{
  border: 1px solid #4D4D4F;
  }


/* Distributors list */  
select.objects_select {
  width: 100%;
  padding: 4px;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

/* map styles */

.ymaps-2-1-27-button_theme_normal:before {
	background: rgb(255, 231, 139);
	background: -webkit-linear-gradient(top,rgb(255, 231, 139) 0,rgb(230, 126, 34) 100%) !important;
	background: -moz-linear-gradient(top,rgb(255, 231, 139) 0,rgb(230, 126, 34) 100%) !important;
	background: -o-linear-gradient(top,rgb(255, 231, 139) 0,rgb(230, 126, 34) 100%) !important;
	background: linear-gradient(to bottom,rgb(255, 231, 139) 0,rgb(230, 126, 34) 100%) !important;
}

.ymaps-2-1-27-button_theme_normal.ymaps-2-1-27-button_hovered_yes:before {
	background: #fff !important;
	background: -webkit-linear-gradient(top,rgba(255,255,255,1)0,rgba(246,245,243,1)100%) !important;
	background: -moz-linear-gradient(top,rgba(255,255,255,1)0,rgba(246,245,243,1)100%) !important;
	background: -o-linear-gradient(top,rgba(255,255,255,1)0,rgba(246,245,243,1)100%) !important;
	background: linear-gradient(to bottom,rgba(255,255,255,1)0,rgba(246,245,243,1)100%) !important;
}

.ymaps-2-1-27-button_theme_normal {
	background: rgba(230, 126, 34,.4) !important;
	background: -webkit-linear-gradient(top,rgba(230, 126, 34,.2)0,rgba(230, 126, 34,.4)100%) !important;
	background: -moz-linear-gradient(top,rgba(230, 126, 34,.2)0,rgba(230, 126, 34,.4)100%) !important;
	background: -o-linear-gradient(top,rgba(230, 126, 34,.2)0,rgba(230, 126, 34,.4)100%) !important;
	background: linear-gradient(to bottom,rgba(230, 126, 34,.2)0,rgba(230, 126, 34,.4)100%) !important;
}

.CheckBoxList {
	background-color: #fff;
	padding: 10px 15px 10px 10px;
	border-radius: 3px;
	max-width: 200px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	white-space: nowrap;
}
.photoalbum > li {
    float: left;
    height: 135px;
    margin: 5px;
    overflow: hidden;
    width: 200px;
}
