/* ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== 

   Circle Template 
   
   http://www.templatemo.com/preview/templatemo_410_circle 

*/

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.blue {
	color: #06F;
}

.green {
	color: #0A0;
}

.menu-wrapper ul.menu, ul.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.spacing {
	margin-bottom: 40px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 10px;
    width: 100%;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
    outline: none !important;
}

form .button {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 20px;
    text-transform: uppercase;
}

form .button:focus, form .button:active {
    outline: none !important;
}

form .button.yellow {
    background: #e7af2a;
    color: #fff;
    border: 1px solid #c89316;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
    /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
  a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
    /* h5bp.com/t */;
}

tr,
  img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
}

h2,
  h3 {
    page-break-after: avoid;
}
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html, body {
    font-size: 100%;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
}

body {
    font: 14px/19px "Open Sans", Arial, sans-serif;
    font-weight: 300;
    color: #777777;
    background-color: #4c4c4c;
}

a {
    color: #d8aa46;
    text-decoration: none !important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

a:hover {
    color: #d8aa46;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, sans-serif;
    color: #333333;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 700;
}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 18px;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.container-fluid {
    padding: 60px 80px;
}

.content {
    display: none;
}

/* ==========================================================================
    Header Site Styling
   ========================================================================== */
.sidebar-menu {
    position: relative;
    z-index: 9;
}

.logo-wrapper {
    background-color: #fff ;
    text-align: center;
    border-radius: 5px;
}

.logo-wrapper img{
    width: 100%;
}

.logo-wrapper h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.logo-wrapper h1 span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

.menu-wrapper {
    display: block;
}

.menu-wrapper ul.menu {
    text-align: center;
}

.menu-wrapper ul.menu li {
    border: 2px solid #D8AA46;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 3px;
}

.menu-wrapper ul.menu li a {
    text-transform: uppercase;
    display: block;
    padding: 18px 30px;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
}

.menu-wrapper a.toggle-menu {
    display: block;
    background-color: #d8aa46;
    color: white;
    text-align: center;
}

.menu-wrapper a.toggle-menu i {
    padding: 10px 20px;
    font-size: 24px;
    color: #000;
}

#prevslide {
    position: absolute;
    right: 40px;
    top: 0;
}

#nextslide {
    position: absolute;
    top: 41px;
    right: 40px;
}

#prevslide, #nextslide {
    width: 40px;
    height: 40px;
    background-color: #d8aa46;
    color: white;
    opacity: 1 !important;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

#prevslide i, #nextslide i {
    font-size: 24px;
}

/* ==========================================================================
    About Styling
   ========================================================================== */
.toggle-content {
    margin-top: 30px;
    display: block;
    padding: 30px;
    background-color: white;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.icon-item {
    margin-bottom: 30px;
    padding: 40px 0;
    background-color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
    display: block;
    height: 120px;
}

.icon-item i {
    font-size: 36px;
}

.icon-item.active {
    background-color: #d8aa46;
    color: white;
}

ul.tabs {
    text-align: center;
    display: block;
}

.member-item {
    margin-top: 30px;
    overflow: hidden;
    padding: 20px;
    background-color: white;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.member-item .thumb {
    width: 100%;
    overflow: hidden;
}

.member-item .thumb img {
    width: 100%;
}

.member-item h4 {
    margin: 20px 0 10px 0;
}

.member-item span {
    text-transform: uppercase;
    color: #d8aa46;
    font-weight: 600;
}

/* ==========================================================================
    Services Styling
   ========================================================================== */

/* ==========================================================================
    Gallery Styling
   ========================================================================== */
.g-item {
    margin-bottom: 30px;
    max-width: 300px;
    min-width: 200px;
    padding: 6px;
    position: relative;
    background-color: white;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.g-item img {
    overflow: hidden;
    width: 100%;
    height: 160px;
}

.g-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d8aa46;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.g-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.g-item span {
    color: white;
    font-weight: 300;
    font-size: 60px;
    height: 60px;
    width: 100%;
    top: 50%;
    text-align: center;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    left: 0;
}

/* ==========================================================================
    Contact Styling
   ========================================================================== */
.google-map {
    height: 250px;
    padding: 6px;
    background-color: white;
    margin-bottom: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.google-map iframe {
    width: 100%;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    outline: 0;
    border: 0;
    border: 2px solid #e5e8ed;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.contact-form textarea {
    min-height: 160px;
}

.contact-form input.button {
    width: auto;
    background-color: #d8aa46;
    border-color: #d8aa46;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
}

.footer {
    overflow: hidden;
    position: fixed;
    bottom: 10px;
    color: white;
    font-size: 13px;
}

.footer a {
    color: white;
}

/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 1024px) {


    #prevslide {
        right: 0;
    }

    #nextslide {
        right: 0;
    }

    .footer {
        position: relative;
    }
}

@media (max-width: 991px) {
    .sidebar-menu {
        margin-bottom: 30px;
        padding-right: 40px;
    }

    .icon-item {
        position: relative;
        z-index: 99;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 20px;
    }
}

.toggle-content {
text-align: left;
}


.icon-item span{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.wrapper_img img{
    width: 100%;
    margin-top: 10px;
}

#tab-container h6{
    display: block;
    margin-top: 20px;
}

.lm55 {
    float: left;
    display: block;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 350px;
}


p span{
    color: red;
}

.integra{
    float: left;
    margin: 20px;
}

.center{
    display: block;
    text-align: center;
}

.top{
    float: left;
    width: 250px;
    margin: 0 15px 15px 15px;
}

.top2{
    width: 100px;
}

.top_img_wrapper{
    width:310px;
    margin: 15px;
    display: block;
}

.mat1{
    margin-left: 25px;
    display: inline-block;
}

.mat2{
    font-weight: bold;
    font-size: 18px;
}

.mat3{
    margin-bottom: 100px;
}

.image2{
    width: 200px;
    height: 160px;
    margin: 30px 15px;
}

.wrapper_img4{
    display: block;
    float: left;
    margin: 0 15px 15px 15px;
}

.image3{
    width: 226px;
}

.color1{
    width: 146px;
    display: inline-block;
    margin: 0 15px;
    text-align: center;
    vertical-align: top;
}


.color_wrapper{
    text-align: center;
}

.nakoneciniki_wrapper{
    text-align: center;
}

.nak_wp1{
    display: inline-block;
    margin: 15px;
}

.acces{
    width: 118px;
}

.mt100 {
    margin-top: 100px;
}

.nak_wp1 img{
    width: 132px;
}

.color11 img{
    width: 100px;
}

.color11{
    display: inline-block;
    margin: 15px;
    border: 1px solid #000;
}

.img_two_wrapper img{
    width: 80px;
    margin: 15px;
}

.fr{
    float: right;
}

.italic{
    font-style: italic;
}


.img_two_wrapper_podlojka{
    text-align: center;
}

.img_two_wrapper_podlojka img{
    width: 30%;
    margin: 20px;
}

.bold{
    font-weight: bold;
    color: #000;
}

.red{
    color: red;
}

.img_two_wrapper_podlojka2{
    text-align: center;
}

.img_two_wrapper_podlojka2 img{
    width: 30%;
    display: inline-block;
}

.img_two_wrapper_podlojka3{
    width: 25%;
    float: left;
}

.img_two_wrapper_podlojka3 img{
    width: 100%;
    padding: 0 20px 20px;
}

.mt300{
    margin-top: 300px;
}

.td_wrapper td{
    width: 50%;
    padding: 10px;
    font-weight: bold;
}

.porogi-header_left img, .porogi-header_right img{
    width: 100%;
}

.porogi-header_left{
    float: left;
    width: 30%;
    margin: 15px;
}

.porogi-header_right{
    float: right;
    width: 30%;
    margin: 15px;
}

.poroti_img_left{
    float: left;
    margin: 0 15px 15px;
}

.poroti_img_left img{
    width: 100%;
}

.porogi-img_container{
    vertical-align: top;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.porogi-img_container .main_img{
    width: 28%;
    vertical-align: bottom;
    margin: 5px 5px;
    
}

.porogi-img_container .detail_img{
    width: 18%;
    vertical-align: bottom;
    margin: 5px 5px;
}

.porogi-img_container .porogi-button{
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: red;
    padding: 7px 15px;
    margin-top: 10px;
    border: 1px solid #d8aa46;
    float: right;
    margin-right: 30px;
    position: absolute;
    right: 0;
    top: 122px;
}


.porogi-img_center{
    text-align: center;
}
.porogi-img_center img{
    display: inline-block;
    width: 30%;
    margin: auto;
    margin: 5px 8px;
}

.new-icon{
    color: #fff;
    background-color: red;
    height: 70px;
    width: 70px;
    border-radius: 35px;
    border: 1px solid #d8aa46;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    display: block;
}

.new-icon:hover{
    background-color: #fff;
    color: red;
    transition: 300ms;
}

.fwn{
    font-weight: normal;
}

.perfect_left{
    float: left;
    margin: 20px 20px 0 30px;
    padding: 0;    
}

.wrapper_text_right{
    margin-top: 20px;
}

.wrapper_text_right p{
    margin: 0 auto;
    padding: 0;
}

.border_style{
    border: 2px solid #000;
    margin-left: 10px;
    vertical-align: bottom;
}

.mt20{
    margin-top: 20px;
}

.width200{
    width: 200px;
}

.wrapper_branch{
    position: relative;
    padding-left: 70px;
}

.branch_img{
    position: absolute;
    left: 0;
}

.wrapper-model{
    display: inline-block;
    margin: 35px;
}

.planki-two_left img{
    float: left;
    width: 45%;
}

.planki-two_right img{
    float: right;
    width: 45%;
}

.borderpx{
    border: 1px solid #000;
}

.roletti_wrapper{
    display: inline-block;
}

.roletti_wrapper img{
    float: left;
}
.roletti_wrapper ul{
    float: left;
}

.mauto{
    display:block;
    width: 60%;
    margin: auto;
}

.gallery-bottom{
    text-align: center;
}

.gallery-bottom img{
    display: inline-block;
    margin: 30px;
}

.left-float{
    float: left;
    width: 60%;
}

.left-float img{
    width: 90%;
}

.float-right{
    float: right;
}

.float-left{
    float: left;
}

.w50{
    width: 45%;
}

.w50 img{
    width: 100%;
}

.mt150{
    margin-top: 150px;
}

.vega1{
    width: 200px;
    float: left;
    margin: 20px;
}

.vega3{
    width: 300px;
    margin: 20px;
}

.vega5{
    border: 1px solid #000;
}
.vega4{
    width: 38%;
}

.multibox_wrapper{
    padding-top: 40px;
}

.multibox_wrapper img{
    width: 300px;
    float: left;
    margin-right: 20px;
}

#tab-language{
    position: absolute;
    position: relative;
}

.tab-language .tab-l{
    width: 70px;
    text-align: center;
    float: right;
    text-transform: uppercase;
    list-style-type: none;
    background-color: #fff;
}

.widthtd{
    width: 300px;
}

.thermo_img{
    width: 70%;
    margin: auto;
}

.thermo_img img{
    width: 100%;
}

.mt40{
    margin-top: 40px;
}

ul.etabs{
    margin-bottom: 40px;
}

.spc-image{
    max-width: 100%;
}

.spc-wrapper-container h4{
    font-size: 16px;
}

.spc-wrapper-container p {
    margin-bottom: 40px;
}


.icon-spc-wrapper h5{
    font-style: italic;
    margin-bottom: 0;
}


.icon-description{
    padding-top: 12px;
}

.icon-spc-wrapper{
    margin-bottom: 46px;
}

.icon-spc-wrapper p{
    margin-bottom: 0;
}


.integra-container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.integra-item-wrapper{
    flex-basis: 50%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.integra-item-wrapper img{
    max-width: 100%;
}

.production-integra{
    margin-top: 50px;
}

.lars-gallery-wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.lars-gallery-wrapper{
    margin-top: 46px;
}

.lars-gallery-wrapper .im-wrapper{
    flex-basis: 16.6%;
    max-width: 16.6%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lars-gallery-wrapper img{
    max-width: 100%;
}

.integra-item-wrapper h4{
    margin-bottom: 12px;
}

.integra-item-wrapper span{
    font-weight: 600;
}

.diamon-galler{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.diamon-galler .img-wrapper{
    flex-basis: 25%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diamon-wrapper{
    width: 100%;
}

img{
    max-width: 100%;
}

.icon-img-container{
    width: 100px;
    margin-right: 24px;
}

.icon-description{
    flex-grow: 1;
    flex: 1;
}

.icon-spc-image{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.planki-price{
    font-weight: 600;
    font-size: 14px;
    color: #777;
}

.planki-title{
    margin-bottom: 12px;
    margin-top: 12px;
}