@charset "utf-8";
/* CSS Document */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.min.css');

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700');

body
{
    font-family: 'Rubik', sans-serif;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
	 font-weight:300;
}

#form1
{
    min-width: 1420px;
    margin: auto;
}

a, img
{
    border: 0px;
}

.clear
{
    clear: both;
}

.top_container
{
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    height: 40px;
    box-sizing: border-box;
    background-color: #2b9ed7;
}

.logo_container
{
    border-bottom: 1px solid #e1e1e1;
}

.top_container::after
{
    background-color: #2b9ed7;
    content: '';
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 40px;
    z-index: -1;
}

.top_container .top_content .right
{
    background-color: #2b9ed7;
    width: 72%;
    float: right;
    color: #FFF;
    box-sizing: border-box;
    padding: 0px 0px;
    font-size: 12px;
    font-weight: 300;
    padding-left: 0px;
	 text-align:center;
}

.top_container .top_content a
{
    text-decoration: none;
    color: #6d6e71;
    font-size: 14px;
    float: left;
    margin-left: 10px;
    display: inline-block;
    padding: 20px 0px;
}

.top_container .top_content a img
{
    padding-right: 5px;
}

.articles-cat-item-dimension
{
    float: left;
    width: 100%;
    padding-top: 10px;
    color: #959595;
    font-weight: 100;
    font-size: 14px;
}

.articles-cat-item-properties
{
    float: left;
    width: 100%;
    padding-top: 10px;
}

.article-item-discount-price
{
    color: #c4161c;
}

.articles-cat-item-properties .article-item-dimension
{
    color: #AAA;
    font-size: 14px;
    float: left;
    min-height: 1px;
    width: 100%;
    margin-bottom: 9px;
}

.articles-cat-item-properties .article-item-price
{
    color: #2b9ed7;
    text-transform: uppercase;
}

.articles-cat-item-properties .article-item-price span
{
    text-decoration: line-through;
}

#header_container .header_overlay
{
    height: 145px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(/images/header_overlay.png) center top no-repeat;
    z-index: 99998;
}

.link_gray
{
    color: #6d6e71;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #6d6e71;
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
    margin-right: 10px;
    font-family: "Niramit", sans-serif;
}

.link_gold
{
    color: #2b9ed7 !important;
    font-size: 16px !important;
    display: inline-block;
    border: 1px solid #2b9ed7;
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
    margin-right: 10px;
    font-family: "Niramit", sans-serif;
}

.link_white
{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
}

.white_text
{
    color: #fff !important;
}

.logo_content
{
    float: left;
}
.clearfix::after{
    display:block;
    clear:both;
    content:""
}
.container
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box    
}

.container:before,
.container:after
{
    display: table;
    content: " "
}

.container:after
{
    clear: both
}

.container:before,
.container:after
{
    display: table;
    content: " "
}

.container:after
{
    clear: both
}

.row
{
    margin-right: -15px;
    margin-left: -15px
}

.row:before,
.row:after
{
    display: table;
    content: " "
}

.row:after
{
    clear: both
}

.row:before,
.row:after
{
    display: table;
    content: " "
}

.row:after
{
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11
{
    float: left
}

.col-xs-12
{
    width: 100%
}

.col-xs-11
{
    width: 91.66666666666666%
}

.col-xs-10
{
    width: 83.33333333333334%
}

.col-xs-9
{
    width: 75%
}

.col-xs-8
{
    width: 66.66666666666666%
}

.col-xs-7
{
    width: 58.333333333333336%
}

.col-xs-6
{
    width: 50%
}

.col-xs-5
{
    width: 41.66666666666667%
}

.col-xs-4
{
    width: 33.33333333333333%
}

.col-xs-3
{
    width: 25%
}

.col-xs-2
{
    width: 16.666666666666664%
}

.col-xs-1
{
    width: 8.333333333333332%
}

.col-xs-pull-12
{
    right: 100%
}

.col-xs-pull-11
{
    right: 91.66666666666666%
}

.col-xs-pull-10
{
    right: 83.33333333333334%
}

.col-xs-pull-9
{
    right: 75%
}

.col-xs-pull-8
{
    right: 66.66666666666666%
}

.col-xs-pull-7
{
    right: 58.333333333333336%
}

.col-xs-pull-6
{
    right: 50%
}

.col-xs-pull-5
{
    right: 41.66666666666667%
}

.col-xs-pull-4
{
    right: 33.33333333333333%
}

.col-xs-pull-3
{
    right: 25%
}

.col-xs-pull-2
{
    right: 16.666666666666664%
}

.col-xs-pull-1
{
    right: 8.333333333333332%
}

.col-xs-pull-0
{
    right: 0
}

.col-xs-push-12
{
    left: 100%
}

.col-xs-push-11
{
    left: 91.66666666666666%
}

.col-xs-push-10
{
    left: 83.33333333333334%
}

.col-xs-push-9
{
    left: 75%
}

.col-xs-push-8
{
    left: 66.66666666666666%
}

.col-xs-push-7
{
    left: 58.333333333333336%
}

.col-xs-push-6
{
    left: 50%
}

.col-xs-push-5
{
    left: 41.66666666666667%
}

.col-xs-push-4
{
    left: 33.33333333333333%
}

.col-xs-push-3
{
    left: 25%
}

.col-xs-push-2
{
    left: 16.666666666666664%
}

.col-xs-push-1
{
    left: 8.333333333333332%
}

.col-xs-push-0
{
    left: 0
}

.col-xs-offset-12
{
    margin-left: 100%
}

.col-xs-offset-11
{
    margin-left: 91.66666666666666%
}

.col-xs-offset-10
{
    margin-left: 83.33333333333334%
}

.col-xs-offset-9
{
    margin-left: 75%
}

.col-xs-offset-8
{
    margin-left: 66.66666666666666%
}

.col-xs-offset-7
{
    margin-left: 58.333333333333336%
}

.col-xs-offset-6
{
    margin-left: 50%
}

.col-xs-offset-5
{
    margin-left: 41.66666666666667%
}

.col-xs-offset-4
{
    margin-left: 33.33333333333333%
}

.col-xs-offset-3
{
    margin-left: 25%
}

.col-xs-offset-2
{
    margin-left: 16.666666666666664%
}

.col-xs-offset-1
{
    margin-left: 8.333333333333332%
}

.col-xs-offset-0
{
    margin-left: 0
}

@media (min-width: 768px)
{
    .container
    {
        width: 100%;
    }

    .col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11
    {
        float: left
    }

    .col-sm-12
    {
        width: 100%
    }

    .col-sm-11
    {
        width: 91.66666666666666%
    }

    .col-sm-10
    {
        width: 83.33333333333334%
    }

    .col-sm-9
    {
        width: 75%
    }

    .col-sm-8
    {
        width: 66.66666666666666%
    }

    .col-sm-7
    {
        width: 58.333333333333336%
    }

    .col-sm-6
    {
        width: 50%
    }

    .col-sm-5
    {
        width: 41.66666666666667%
    }

    .col-sm-4
    {
        width: 33.33333333333333%
    }

    .col-sm-3
    {
        width: 25%
    }

    .col-sm-2
    {
        width: 16.666666666666664%
    }

    .col-sm-1
    {
        width: 8.333333333333332%
    }

    .col-sm-pull-12
    {
        right: 100%
    }

    .col-sm-pull-11
    {
        right: 91.66666666666666%
    }

    .col-sm-pull-10
    {
        right: 83.33333333333334%
    }

    .col-sm-pull-9
    {
        right: 75%
    }

    .col-sm-pull-8
    {
        right: 66.66666666666666%
    }

    .col-sm-pull-7
    {
        right: 58.333333333333336%
    }

    .col-sm-pull-6
    {
        right: 50%
    }

    .col-sm-pull-5
    {
        right: 41.66666666666667%
    }

    .col-sm-pull-4
    {
        right: 33.33333333333333%
    }

    .col-sm-pull-3
    {
        right: 25%
    }

    .col-sm-pull-2
    {
        right: 16.666666666666664%
    }

    .col-sm-pull-1
    {
        right: 8.333333333333332%
    }

    .col-sm-pull-0
    {
        right: 0
    }

    .col-sm-push-12
    {
        left: 100%
    }

    .col-sm-push-11
    {
        left: 91.66666666666666%
    }

    .col-sm-push-10
    {
        left: 83.33333333333334%
    }

    .col-sm-push-9
    {
        left: 75%
    }

    .col-sm-push-8
    {
        left: 66.66666666666666%
    }

    .col-sm-push-7
    {
        left: 58.333333333333336%
    }

    .col-sm-push-6
    {
        left: 50%
    }

    .col-sm-push-5
    {
        left: 41.66666666666667%
    }

    .col-sm-push-4
    {
        left: 33.33333333333333%
    }

    .col-sm-push-3
    {
        left: 25%
    }

    .col-sm-push-2
    {
        left: 16.666666666666664%
    }

    .col-sm-push-1
    {
        left: 8.333333333333332%
    }

    .col-sm-push-0
    {
        left: 0
    }

    .col-sm-offset-12
    {
        margin-left: 100%
    }

    .col-sm-offset-11
    {
        margin-left: 91.66666666666666%
    }

    .col-sm-offset-10
    {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-9
    {
        margin-left: 75%
    }

    .col-sm-offset-8
    {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-7
    {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-6
    {
        margin-left: 50%
    }

    .col-sm-offset-5
    {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-4
    {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-3
    {
        margin-left: 25%
    }

    .col-sm-offset-2
    {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-1
    {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-0
    {
        margin-left: 0
    }
}

@media (min-width: 992px)
{
    .container
    {
        width: 970px
    }

    .col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11
    {
        float: left
    }

    .col-md-12
    {
        width: 100%
    }

    .col-md-11
    {
        width: 91.66666666666666%
    }

    .col-md-10
    {
        width: 83.33333333333334%
    }

    .col-md-9
    {
        width: 75%
    }

    .col-md-8
    {
        width: 66.66666666666666%
    }

    .col-md-7
    {
        width: 58.333333333333336%
    }

    .col-md-6
    {
        width: 50%
    }

    .col-md-5
    {
        width: 41.66666666666667%
    }

    .col-md-4
    {
        width: 33.33333333333333%
    }

    .col-md-3
    {
        width: 25%
    }

    .col-md-2
    {
        width: 16.666666666666664%
    }

    .col-md-1
    {
        width: 8.333333333333332%
    }

    .col-md-pull-12
    {
        right: 100%
    }

    .col-md-pull-11
    {
        right: 91.66666666666666%
    }

    .col-md-pull-10
    {
        right: 83.33333333333334%
    }

    .col-md-pull-9
    {
        right: 75%
    }

    .col-md-pull-8
    {
        right: 66.66666666666666%
    }

    .col-md-pull-7
    {
        right: 58.333333333333336%
    }

    .col-md-pull-6
    {
        right: 50%
    }

    .col-md-pull-5
    {
        right: 41.66666666666667%
    }

    .col-md-pull-4
    {
        right: 33.33333333333333%
    }

    .col-md-pull-3
    {
        right: 25%
    }

    .col-md-pull-2
    {
        right: 16.666666666666664%
    }

    .col-md-pull-1
    {
        right: 8.333333333333332%
    }

    .col-md-pull-0
    {
        right: 0
    }

    .col-md-push-12
    {
        left: 100%
    }

    .col-md-push-11
    {
        left: 91.66666666666666%
    }

    .col-md-push-10
    {
        left: 83.33333333333334%
    }

    .col-md-push-9
    {
        left: 75%
    }

    .col-md-push-8
    {
        left: 66.66666666666666%
    }

    .col-md-push-7
    {
        left: 58.333333333333336%
    }

    .col-md-push-6
    {
        left: 50%
    }

    .col-md-push-5
    {
        left: 41.66666666666667%
    }

    .col-md-push-4
    {
        left: 33.33333333333333%
    }

    .col-md-push-3
    {
        left: 25%
    }

    .col-md-push-2
    {
        left: 16.666666666666664%
    }

    .col-md-push-1
    {
        left: 8.333333333333332%
    }

    .col-md-push-0
    {
        left: 0
    }

    .col-md-offset-12
    {
        margin-left: 100%
    }

    .col-md-offset-11
    {
        margin-left: 91.66666666666666%
    }

    .col-md-offset-10
    {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-9
    {
        margin-left: 75%
    }

    .col-md-offset-8
    {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-7
    {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-6
    {
        margin-left: 50%
    }

    .col-md-offset-5
    {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-4
    {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-3
    {
        margin-left: 25%
    }

    .col-md-offset-2
    {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-1
    {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-0
    {
        margin-left: 0
    }
}

@media (min-width: 1200px)
{
    .container
    {
        width: 1170px
    }

    .col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11
    {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col-lg-12
    {
        width: 100%
    }

    .col-lg-11
    {
        width: 91.66666666666666%
    }

    .col-lg-10
    {
        width: 83.33333333333334%
    }

    .col-lg-9
    {
        width: 75%
    }

    .col-lg-8
    {
        width: 66.66666666666666%
    }

    .col-lg-7
    {
        width: 58.333333333333336%
    }

    .col-lg-6
    {
        width: 50%
    }

    .col-lg-5
    {
        width: 41.66666666666667%
    }

    .col-lg-4
    {
        width: 33.33333333333333%
    }

    .col-lg-3
    {
        width: 25%
    }

    .col-lg-2
    {
        width: 16.666666666666664%
    }

    .col-lg-1
    {
        width: 8.333333333333332%
    }

    .col-lg-pull-12
    {
        right: 100%
    }

    .col-lg-pull-11
    {
        right: 91.66666666666666%
    }

    .col-lg-pull-10
    {
        right: 83.33333333333334%
    }

    .col-lg-pull-9
    {
        right: 75%
    }

    .col-lg-pull-8
    {
        right: 66.66666666666666%
    }

    .col-lg-pull-7
    {
        right: 58.333333333333336%
    }

    .col-lg-pull-6
    {
        right: 50%
    }

    .col-lg-pull-5
    {
        right: 41.66666666666667%
    }

    .col-lg-pull-4
    {
        right: 33.33333333333333%
    }

    .col-lg-pull-3
    {
        right: 25%
    }

    .col-lg-pull-2
    {
        right: 16.666666666666664%
    }

    .col-lg-pull-1
    {
        right: 8.333333333333332%
    }

    .col-lg-pull-0
    {
        right: 0
    }

    .col-lg-push-12
    {
        left: 100%
    }

    .col-lg-push-11
    {
        left: 91.66666666666666%
    }

    .col-lg-push-10
    {
        left: 83.33333333333334%
    }

    .col-lg-push-9
    {
        left: 75%
    }

    .col-lg-push-8
    {
        left: 66.66666666666666%
    }

    .col-lg-push-7
    {
        left: 58.333333333333336%
    }

    .col-lg-push-6
    {
        left: 50%
    }

    .col-lg-push-5
    {
        left: 41.66666666666667%
    }

    .col-lg-push-4
    {
        left: 33.33333333333333%
    }

    .col-lg-push-3
    {
        left: 25%
    }

    .col-lg-push-2
    {
        left: 16.666666666666664%
    }

    .col-lg-push-1
    {
        left: 8.333333333333332%
    }

    .col-lg-push-0
    {
        left: 0
    }

    .col-lg-offset-12
    {
        margin-left: 100%
    }

    .col-lg-offset-11
    {
        margin-left: 91.66666666666666%
    }

    .col-lg-offset-10
    {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-9
    {
        margin-left: 75%
    }

    .col-lg-offset-8
    {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-7
    {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-6
    {
        margin-left: 50%
    }

    .col-lg-offset-5
    {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-4
    {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-3
    {
        margin-left: 25%
    }

    .col-lg-offset-2
    {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-1
    {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-0
    {
        margin-left: 0
    }
}

.clear
{
    clear: both;
}


.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

.slider_buttons
{
    width: 360px;
    margin: auto;
    overflow: hidden;
    background: url(/images/select_arrow.jpg) center right 20px no-repeat #fff;
    font-size: 20px;
    color: #6d6e71;
    border-radius: 50px;
    margin-top: 25px;
}

.slider_buttons select
{
    width: 110% !important;
    color: #6d6e71 !important;
    font-family: "Niramit", sans-serif !important;
    padding: 10px 20px !important;
    text-align: left !important;
    font-size: 20px !important;
}

.top_container .top_content .right .address,
.top_container .top_content .right .telephone,
.top_container .top_content .right .email
{
    margin: 12px 7px;
    float: left;
	 cursor:pointer;
}

.contact_container
{
    width: 100%;
    background: #ebebeb;
    padding: 70px 0px;
    padding-top: 0px;
    float: right;
}

#contact_form .left input,
#contact_form .left textarea
{
    border-bottom: 1px solid #ccc;
    color: #ccc;
}

#contact_form .left input[type='checkbox']
{
    display: block;
    float: left;
    width: auto;
}

#contact_form .left input::placeholder,
#contact_form .left input:-ms-input-placeholder,
#contact_form .left input::-ms-input-placeholder
{
    color: #ccc;
    opacity: 1;
 /* Firefox */
}

.gdpr-agreement .icheckbox_square-blue
{
    margin: 5px 4px;
    margin-bottom: 6px;
}

.gdpr-agreement > div
{
    margin-bottom: 16px;
}

::-webkit-input-placeholder
{
    color: #ccc;
}

::-moz-placeholder
{
    color: #ccc;
}

:-ms-input-placeholder
{
    color: #ccc;
}

:-moz-placeholder
{
    color: #ccc;
}

#contact_form .fields-row input
{
    width: 48%;
    float: left;
    margin-right: 2%;
}

#contact_form
{
    /*margin-top: -110px;*/
    position: relative;
}

#contact_form .left
{
    width: 66.6666%;
    float: left;
    background-color: #FFF;
    padding: 45px 50px;
    box-sizing: border-box;
}

#contact_form .left h2
{
    text-align: left;
}

#contact_form .left h2::after
{
    content: '';
    background-color: #2b9ed7;
    height: 2px;
    width: 100px;
    display: block;
    margin-top: 12px;
}
#menu-container .menu-list li.accordion-toggle.opened
{
    border-bottom: 2px solid #329ed7;    
}
#contact_form .right
{
    background-color: #029fd6;
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
    color: #e6f6fb;
    padding: 45px 45px;
    font-family: "Oswald", sans-serif;
    font-weight: lighter;
    letter-spacing: 0.4px;
}

#contact_form .right h2
{
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-weight: lighter;
    text-align: left;
}

.contact_container .contact_content
{
    width: 1140px;
    margin: auto;
    background-color: #FFF;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
}

.contact_container .contact_content h2
{
    font-size: 32px;
    font-family: "Oswald", sans-serif;
    font-weight: lighter;
    text-align: center;
}

.contact_container .contact_content h2,
.contact_container .contact_content a
{
    color: #000;
    text-decoration: none;
}

.contact_container .contact_content input
{
    width: 49%;
    padding: 12px 6px;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    font-family: "Source Sans Pro",sans-serif;
    float: left;
    box-sizing: border-box;
}

.contact_container .contact_content input:nth-child(4)
{
    float: right;
}

.contact_container .contact_content textarea
{
    box-sizing: border-box;
    width: 100%;
    padding: 12px 6px;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    font-family: "Source Sans Pro",sans-serif;
}

.contact_container .contact_content .button a
{
    font-size: 12px;
    font-family: "Niramit", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    padding: 15px 40px;
    border: 1px solid #fff;
    border-radius: 100px;
    line-height: 10px;
    margin: auto;
}

.contact_container .contact_content input[type='checkbox']
{
    display: none;
}

.contact_container .contact_content input[type='checkbox'] + label #checkbox
{
    display: block;
    float: left;
    width: 23px;
    height: 23px;
    background: url(/images/custom_checkbox.png) center top no-repeat;
    margin-right: 20px;
    margin-top: 2px;
}

.contact_container .contact_content input[type='checkbox']:checked + label #checkbox
{
    background-position: center bottom;
}

.footer_container
{
    padding: 35px 0px;
    width: 100%;
    float: left;
    color: #6d6e71;
    font-size: 16px;
    line-height: 18px;
    background-color: #ebebeb;
}

.footer_container .footer_content
{
    width: 1170px;
    margin: auto;
}

.footer_container .footer_content h2
{
    font-size: 18px;
    color: #6d6e71;
    margin: 0px !important;
    font-weight: 600;
}

.footer_container .footer_content .left
{
    float: left;
    width: 50%;
}

.footer_container .footer_content .left ul,
.footer_container .footer_content .right ul
{
    padding-left: 0;
    list-style-type: none;
}

.footer_container .footer_content .left ul li,
.footer_container .footer_content .right ul li
{
    display: inline;
}

.footer_container .footer_content .left ul li a
{
    color: #111111;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0px 8px;
}

.footer_container .footer_content .right ul li a
{
    background-color: #a1a1a1;
    color: #FFFFFF;
    width: 25px;
    display: inline-block;
    height: 25px;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
}

.footer_container .footer_content .right>div
{
    float: left;
    margin: 8px 0px;
    text-align: right;
    width: 85%;
}

.footer_container .footer_content .right ul
{
    float: right;
    margin: 0;
    width: 15%;
}

.footer_container .footer_content .right ul li a:hover
{
    background-color: #797979;
}

.footer_container .footer_content .right ul li a span.social-icon
{
    margin-top: 4px;
    text-align: center;
    display: block;
}

.footer_container .footer_content .right
{
    float: left;
    width: 50%;
    text-align: right;
}

.footer_container .footer_content table tr td
{
    width: 25%;
    box-sizing: border-box;
    padding-right: 60px;
}

.footer_container .footer_content table tr td a
{
    color: #6d6e71;
    text-decoration: none;
    padding-bottom: 8px;
    display: inline-block;
}

.production_container
{
    width: 100%;
    padding: 30px 0px;
    background-color: #029fd6;
    float: right;
}

.production_container .production_content
{
    width: 1170px;
    margin: auto;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 14px;
}

.production_container .production_content .left
{
    float: left;
}

.production_container .production_content .right
{
    float: right;
}

.top_location
{
    margin-top: 4px;
}

.top_location,
.top_location a
{
    font-size: 13px;
    font-weight: 300;
    color: #8d8d8d;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 4px;
}

.top_location a.selected
{
    font-weight: 400;
    color: #2b9ed7;
}

.pdf_item
{
    background: url(/images/pdf_catalog.png) center center no-repeat #f4f4f4;
    position: absolute;
    width: 585px;
    padding: 55px;
    box-sizing: border-box;
    z-index: -1;
    top: -60px;
    height: 590px;
    font-size: 24px;
    color: #2b9ed7;
    font-weight: bold;
    line-height: 24px;
}

.articles-list.thumb-catalog
{
    width: 72%;
    float: left;
    background-color: #FFF;
    z-index: 9;
    position: relative;
    padding-right: 10px;
    margin-top: 47px;
}

#toggle-menu
{
    z-index: 200000;
    display: none;
    position: fixed;
    top: 17px;
    left: 2%;
    padding: 0;
    width: 36px;
    height: 24px;
    background-image: url('/images/toggle_menu.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

#toggle-menu.active
{
    position: absolute;
    background-position: -36px 0px;
}

.mobile-show
{
    display: none;
}

section.front-section
{
    background-color: #ebebeb;
    width: 100%;
    float: left;
    padding: 50px 0px;
    padding-bottom: 150px;
    clear: both;
    padding-top: 50px;
}

section.front-section:after
{
    clear: both;
}

section.front-section .col-3
{
    width: 25%;
    float: left;
    text-align: center;
}

section.front-section .col-3 .icon-image
{
    background-color: #FFF;
    padding: 10px 11px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
}

section.front-section .col-3 .icon-title
{
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    margin: 6px 0px;
}

section.front-section .col-3 .icon-title::after
{
    content: '';
    background-color: #2b9ed7;
    width: 32%;
    height: 2px;
    display: block;
    margin: 17px auto;
}

section.front-section .col-3 .icon-text
{
    width: 75%;
    margin: 0 auto;
}

section.third-section
{
    background-color: #ebebeb;
    width: 100%;
    float: left;
    padding: 50px 0px;
    padding-bottom: 150px;
    clear: both;
}

section.third-section h1
{
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 34px;
}

section.third-section h1::after
{
    content: '';
    background-color: #2b9ed7;
    width: 10%;
    height: 2px;
    display: block;
    margin: 17px auto;
}

section.third-section:after
{
    clear: both;
}

section.third-section .col-4
{
    width: 33.3333%;
    float: left;
    text-align: center;
}

section.third-section .col-4 .icon-image
{
    background-color: #FFF;
    padding: 10px 11px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
}

section.third-section .col-4 .icon-title
{
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    margin: 6px 0px;
}

section.third-section .col-4 .icon-title::after
{
    content: '';
    background-color: #2b9ed7;
    width: 32%;
    height: 2px;
    display: block;
    margin: 17px auto;
}

section.third-section .col-4 .icon-text
{
    width: 75%;
    margin: 0 auto;
}

section.second-section
{
    float: left;
    width: 100%;
    margin-top: -100px;
}

.white
{
    background-color: #FFF;
}

.padd
{
    padding: 25px 45px;
}

section.second-section h1
{
    font-family: 'Oswald', sans-serif;
    font-size: 41px;
    font-weight: lighter;
    float: left;
    margin-bottom: 15px;
}

section.second-section h1::after
{
    content: '';
    background-color: #2b9ed7;
    width: 100%;
    height: 2px;
    display: block;
    margin: 17px auto;
}

.articles-list.thumb-catalog .articles-cat-item
{
    width: 33.33333%;
}

.articles-cat-item
{
    width: 25%;
    display: block;
    float: left;
    overflow: hidden;
    padding: 13px 15px;
    box-sizing: border-box;
    position: relative;
}

.articles-cat-item.articles-cat-item-long
{
    width: 50%;
}

.articles-cat-item:hover .articles-cat-item-title::after
{
    width: 90%;
}

.articles-cat-item-title a
{
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    color: #000;
    text-decoration: none;
    float: left;
    padding: 5px 0px;
    width: 100%;
}

.articles-cat-item-title::after
{
    content: '';
    background-color: #2b9ed7;
    height: 2px;
    width: 30%;
    float: left;
    display: block;
    -webkit-transition: width 800ms ease-in;
    -moz-transition: width 800ms ease-in;
    -ms-transition: width 800ms ease-in;
    -o-transition: width 800ms ease-in;
    transition: width 800ms ease-in;
}

.articles-cat-item-image
{
	display: block;
	width: 259px;
	height: 259px;
}

.articles-cat-item-image img
{
    width: auto;
    min-width: 100%;
    height: 100%;
	 background-color:#fff;
}

.search-input
{
    position: absolute;
    z-index: 10;
    right: -10px;
    bottom: -9px;
}

.search-input input
{
    width: 180px;
    height: 27px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 2px;	 
	 border-radius:100px;
	 padding-right:40px;
}

#search-icon
{
    background-color: #2b9ed7;
    color: #FFF;
    padding: 6px 6px;
    border-radius: 50%;
    font-size: 12px;
    float: right;
    cursor: pointer;
	 z-index:11;
	 position:relative;
}

#search-icon:hover,
#search-icon:focus
{
    background-color: #333;
}

.frontpage-gallery
{
    float: left;
    padding: 25px 0px;
}

.frontpage-gallery .gallery-item
{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 10px 10px;
    height: 300px;
    overflow: hidden;
}

.frontpage-gallery .gallery-item.long-item
{
    width: 50%;
}

.frontpage-gallery .gallery-item img
{
    width: auto;
    min-width: 100%;
    height: 100%;
}

.frontpage-gallery h1
{
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 34px;
    text-align: center;
}

.frontpage-gallery h1::after
{
    content: '';
    background-color: #2b9ed7;
    width: 10%;
    height: 2px;
    display: block;
    margin: 17px auto;
}

.art-item.slick-slide
{
    height: auto;
    max-height: 460px;
    max-width: 295px;
    box-sizing: border-box;
    padding: 16px 6px;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 0.4;
}

.art-item.slick-slide .art-item-content
{
    display: none;
}

.art-item.slick-slide .art-item-content .title
{
    color: #000;
    font-size: 24px;
    margin: 4px 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.art-item.slick-slide .art-item-content .title::after
{
    content: '';
    display: block;
    background-color: #2b9ed7;
    height: 2px;
    width: 98px;
    margin: 6px 0px;
}

.art-item.slick-slide .art-item-content .dimension
{
    color: #797979;
}

.art-item.slick-slide .art-item-content .content
{
    color: #282828;
    margin: 9px 0px;
}

.art-item.slick-slide .art-item-content .price
{
    color: #40a8db;
}

.art-item.slick-slide.slick-active .art-item-content
{
    display: block;
}

.art-item.slick-slide.slick-active a
{
    text-decoration: none;
}

.art-item.slick-slide.slick-active
{
    opacity: 1;
}

.art-item.slick-slide img
{
    width: 100%;
}

.similar-articles .slick-list
{
    overflow: visible;
}

.discount-percent
{
    right: 69px;
    position: absolute;
    top: 18px;
    background-color: #c4161c;
    color: #FFF;
    padding: 3px 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
    z-index: 2;
}

.discount-percent-text,
.discount-new-text
{
    background-color: #029fd6;
    color: #FFF;
    padding: 6px 15px;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: -5px;
	 font-family: 'Oswald', sans-serif;
	 z-index:10;
}

.discount-new-text{
	left:auto;
	right:20px;
}

.content_container .content_content h1.b-title,
h1.b-title
{
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    color: #000;
    text-transform: none;
    text-align: center;
    margin: 90px 0px;
    font-weight: 100;
}

.content_container .content_content h1.b-title::after,
h1.b-title::after
{
    content: '';
    background-color: #2b9ed7;
    width: 105px;
    height: 2px;
    display: block;
    margin: 17px auto;
}

.in-slider-box
{
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    height: 0;
    text-align: center;
}

.in-slider-box .container
{
    background-color: #FFF;
    width: 600px;
    padding: 40px 50px;
    position: relative;
    top: -210px;
}

.in-slider-box .container h1
{
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 45px;
    text-align: left;
    margin: 0px;
}

.in-slider-box .container h1::after
{
    content: '';
    background-color: #2b9ed7;
    width: 105px;
    height: 2px;
    display: block;
    margin: 12px 0px;
}

a#to-catalog
{
    position: relative;
    right: 0;
    text-align: right;
    display: block;
    color: #2b9ed7;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

a#to-catalog::after
{
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}

.art-item-bg
{
    background-size: cover;
    width: 100%;
    height: 243px;
    background-repeat: no-repeat;
    background-position: center center;
}

section.second-section .padd
{
    font-weight: 300;
    font-size: 17px;
}

#article-wrapper ul.art-content-list li
{
    color: #000;
    font-weight: 100;
}

#article-wrapper ul.art-content-list span
{
    color: #8d8d8d;
    font-weight: 100;
}

.fotorama__stage__frame.fotorama__loaded--img
{
    min-height: 490px;
}

.art-item.slick-slide .art-item-content .discount-price
{
    color: #c4161c;
}

.art-item.slick-slide .art-item-content .price.has-discount span
{
    text-decoration: line-through;
}

.art-discount-price
{
    color: #c4161c;
}

.empty-spacer
{
    width: 100%;
    height: 190px;
}

#contact_form.border .left
{
    border: 1px solid #eaeaea;
}

section.second-section .articles-cat-item-image
{
    width: 100%;
    background-size: cover;
}

#to-gallery
{
    text-align: center;
    color: #2b9ed7;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    display: block;
    margin: 6px auto;
}

#to-gallery::after
{
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}

input#contact_name
{
    background-image: url(images/contact_name_icon.svg);
    background-repeat: no-repeat;
    padding-left: 38px;
    background-position: 7px 13px;
    background-size: 20px 20px;
}

input#contact_email
{
    background-image: url(images/contact_email_icon.svg);
    background-repeat: no-repeat;
    padding-left: 38px;
    background-position: 7px 12px;
    background-size: 20px 20px;
}

input#contact_telephone
{
    background-image: url(images/contact_telephone_icon.svg);
    background-repeat: no-repeat;
    padding-left: 38px;
    background-position: 7px 12px;
    background-size: 16px 19px;
}

input#contact_website
{
    background-image: url(images/contact_website_icon.svg);
    background-repeat: no-repeat;
    padding-left: 38px;
    background-position: 7px 12px;
    background-size: 16px 19px;
}

textarea#contact_msg
{
    background-image: url(images/contact_message_icon.svg);
    background-repeat: no-repeat;
    padding-left: 38px;
    background-position: 3px 14px;
    background-size: 15px 15px;
}

.contact_container #contact_form .button a
{
    color: #029fd6;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    padding-left: 0;
    font-weight: 300;
}

.contact_container #contact_form .button a::after
{
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}

.page-header
{
    height: 220px;
}

.page-header-image
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.static-page.with-page-header
{
    position: relative;
    background-color: #FFF;
    padding: 69px;
    top: -70px;
}

.static-page .content
{
    font-weight: 400;
    font-size: 18px;
}

.static-page .content h1:first-child
{
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 40px;
    margin: 0;
}

.static-page .content h1:first-child::after
{
    content: '';
    background-color: #2b9ed7;
    width: 105px;
    height: 2px;
    display: block;
    margin: 12px 0px;
}

.flash_header_layout
{
    margin: 25px 0px;
    position: relative;
}

.flash_header_layout img
{
    width: 100%;
}

.flash_header_layout .header-title
{
    width: 500px;
    position: absolute;
    left: 2px;
    bottom: 45px;
    height: 40px;
    padding: 5px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 22px;
    line-height: 40px;
    color: #fff;
}

.page-header.category-header
{
    height: 220px;
    position: absolute;
    width: 100%;
}
.dropdown-menu-articles
{
   display:none;
}
.act-button.mm-listitem__text
{
    display: none;
}
a.head.mm-listitem__text
{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;    
}


.sub-menu-container{
	position:absolute;
	top:105px;
	width:100vw;
	background-color:rgba(255,255,255,0.8);
	left:0px;
	z-index:999;
}

#search_move{
	margin-top:17px;
	margin-right:10px;
}

#search_move input{
	width:80px;
}

.search_desktop #search_move input{
	width:180px !important;
}

.search_desktop #search_move{
	margin-top:0px !important;
	margin-right:0px !important;
}