@charset "utf-8";
img{border:0px;}
* html form {display: inline} 
/*Holly HACK */
.cf:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cf
{
    display: inline-block;
}
* html .cf
{
    height: 1%;
}



.cf
{
    display: block;
}
body, html
{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight: 300;
    padding:0px;
    margin:0px;
    color: #666;
    color: #272727;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    background-color: #fff;
}


a 
{
    text-decoration: none;
    color:#ccc;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
a:hover
{
    text-decoration: underline;
    text-decoration: none;
    color:#ED1C24;
    
}

h1
{
    color: #272727;
    /*text-transform: uppercase;*/
    font-weight: normal;
    font-size: 52px;
    line-height: 52px;
    background: url('/images/design/h1_bg.png') no-repeat #fff;
    padding: 0px 0px 20px 0px;
}


h2
{
    color: #272727;
    font-weight: 300;
    font-size: 32px;
    line-height: 32px;
    
}

h3
{
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}
button
{
    background-color: #fff;
    cursor: pointer;
    border: 2px solid #57B957;
    border-radius: 20px;
    color:#57B957;
    margin-bottom: 10px;
    padding:10px 40px;
    font-size: 16px;
    

}
button:hover
{
    background-color:#57B957;
    color: #fff;
}

button.big-red-button
{
    background-color: #ED1C24;
    cursor: pointer;
    border: 2px solid #ED1C24;
    border-radius: 20px;
    color:#fff;
    margin-bottom: 10px;
    padding:10px 40px;
    font-size: 16px;
    display: block;
    width: 350px;
    margin: 0px auto;

}
button.big-red-button:hover
{
    background-color: #fff;
    color:#ED1C24;
}

.cont
{
    width: 1170px;
    margin:0px auto;
}
.cont-center
{
    text-align: center;
}
div.main-cont
{
    width: 100%;
    padding: 0px;
    margin:0px auto;
    padding-top: 117px;
}


div.head
{
    padding: 0px;
    position: fixed;
    display: block;
    width: 100%;
    border-bottom: 1px solid #F4F2F2;
}

span.head-block
{
    margin-right: 30px;
}

.text-red
{
    color: #ED1C24;
}
.text-big
{
    font-size: 32px!important;
}

.text-bold
{
    font-weight: 700;
}

span.phone-green
{
    color: #57b957;
    font-size: 14px;
}
span.big-span
{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
div.head-top
{
    background-color: #272727;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}

div.head-top-left
{
    display: block;
    float: left;
    width: 500px;
    color: #ccc;
}

div.head-top-right
{
    display: block;
    float: right;
    width: 500px;
}


.head-top-right a
{
    display: block;
    float: right;
    padding: 0px 10px;
    font-size: 12px;
}
.head-top-right a:hover
{
    text-decoration: underline;
}

.head-top-right a:first-child
{
    padding-right: 0px;
}
div.menu
{
    background-color: #fff;
}
div.main-menu
{
    background-color: #fff;
    font-size: 16px;
    margin: 0px;
    width: 570px;
    display: block;
    float: right;
}

div.menu-left
{
    width: 400px;
    display: block;
    float: left;
    padding: 18px 0px;
}
div.menu-right
{
    display: block;
    float: right;
    width: 200px;
    line-height: 66px;
    line-height: 80px;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.main-menu a
{
    font-size: 13px;
    color: #272727;
    float: left;
    /*padding: 0px 12px;*/
    
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    float: left;
    padding: 0px 20px;
    line-height: 66px;
    line-height: 80px;
    
    
    
}
.main-menu a:last-child
{

}
.main-menu a:first-child
{
}

.main-menu a:hover
{
    /*border-bottom: 1px solid #ED1C24;*/
    text-decoration: none;
    
    background-color: #ED1C24;
    color: #fff;
    
}





div.main-nav{display: block;}
div.mobile-nav {display: none;}
div.mobile-nav{display: none}



div.hero
{
    height: 350px;
    padding-top: 100px;
    background: url('/images/design/hero/bg-hero_image-1.jpg') fixed bottom center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    
}


.hero span
{
    font-size: 16px;
}

.hero h1
{
    font-size: 42px; 
    font-weight: 700;
    padding: 0;
    margin: 0;
    background: none;
    color: #fff;
}

div.design-banner
{
    height: 200px;
    /*padding-top: 100px;*/
    background-color:#272727;

    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
    color: #fff;
    text-align: center;
    line-height: 200px;
    font-size: 24px;
    
}


div.content-cont
{
    padding: 0px 0px 20px 0px;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    
}
div.content
{
    padding-top: 10px;
    min-height: 500px;
    width: 770px;
    display: block;
    margin: 0px auto;
}

.content a
{
    color:#ED1C24;
}
.content a:hover
{
    text-decoration: underline;
}


a.btn-link
{
    display: inline-block;
    padding:10px 40px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 10px;
}

a.btn-link:hover
{
    background-color: #fff;
    color: #ED1C24;
    text-decoration: none;
}





div.service
{
    padding: 60px 0px;
    background: url('/images/design/service.jpg') fixed bottom center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

div.service-cont
{
    display: block;
    float: left;
    width: 323px;
    height: 250px;
    text-align: center;
    margin-right: 77px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.service h2
{
    text-align: center;
}

div.service-cont:nth-child(3n)
{
    margin-right: 0px;
}

.service-cont a
{
    font-size: 20px;
    color: #272727;
    display: block;
    padding-top: 20px;
}

div.service-text
{
    font-size: 14px;
    line-height: 24px;
    color: #272727;
}

div.alert
{
    background-color: #f4f2f2;
    padding: 70px 0px;
    text-align: center;
}



div.contact-form-cont
{
    margin-top: 40px;
}
div.contact-right
{
    display: block;
    float:right;
    width: 255px;
    
}
div.contact-center
{
    display: block;
    float:left;
    width: 475px;
    margin:0px 10px;
    
}
div.contact-left
{
    display: block;
    float:left;
    width: 255px;
    
}
div.contact-button
{
    margin-top: 10px;
    display: block;
}
.contact-center textarea
{

    width: 475px;
    height: 141px;
    border: 0px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 10px;
}
.contact-center textarea:focus
{
    background-color: #fff;
    border: 1px solid #57B957;
}    
.contact-left input
{
    border: 0px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding: 8px 10px;
    width: 235px;
}

.contact-left input:focus
{
    background-color: #fff;
    border: 1px solid #57B957;
}


.contact-left input:last-child
{
    margin-bottom: 0px;
}


div.contact-form-cont-footer
{
    margin-top: 20px;
}
div.contact-center-footer
{
    display: block;
    float:left;
    width: 290px;
    margin:0px 0px 0px 10px;
    
}
div.contact-left-footer
{
    display: block;
    float:left;
    width: 200px;
    
}
div.contact-button
{
    margin-top: 10px;
    display: block;
}
.contact-center-footer textarea
{

    width: 260px;
    height: 141px;
    border: 0px;
    background-color: #f2f2f2;
    padding: 10px;
}
.contact-left-footer input
{
    border: 0px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
    padding: 8px 10px;
    width: 180px;
}
.contact-left-footer input:last-child
{
    margin-bottom: 0px;
}



div.footer
{
    color: #ccc;
    padding: 60px 0px 0px 0px;
    /*background: url('/images/design/bg-footer.jpg') fixed bottom center no-repeat;*/
    background: url('/images/design/bg-footer.jpg') bottom center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.footer h3
{
    margin-top: 7px;
}
div.footer-right
{
    display: block;
    float: right;
    width: 400px;
}
div.footer-center
{
    display: block;
    float: right;
    width: 370px;
}
div.footer-left
{
    display: block;
    float: left;
    width: 400px;
}

div.footer-bottom
{
    border-top:1px solid #444;
    padding: 30px 0px;
    margin-top: 30px;
}

.footer ul
{
    list-style: none;
    padding-left: 20px;
}
.footer li
{
    padding: 10px 0px;
}


div.articles-cont
{
    clear: both;
    min-height: 500px;
}


div.article-box-cont
{
    
    width: 300px;
    width: 230px;
    margin: 0px 15px 25px 0px;
    
    background-color: #e6e6e6;
}
.article-box-cont:nth-child(4n)
{
    margin-right: 0px;
}

div.article-box-image
{
    
}
.article-box-image img
{
    width: 230px;
}
div.article-box-date
{
    font-size: 12px;
    margin:5px 0px;
    padding-left: 5px;
}
.article-box-date a
{
    display: inline-block;
    float: right;
    background-color:#125027;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    
}
.article-box-date a:hover
{
    background-color:#176a33;
    text-decoration: none;
    
}



div.article-box-text{padding: 5px}
.article-box-text p{margin: 0px}
div.article-box-title{padding: 5px}
.article-box-title a
{
    font-size:18px;
    font-weight: 700;
    text-decoration: none;
    color:#125027;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    
    
}
.article-box-title a:hover
{
    text-decoration: underline;
    color:#176a33;
}

/* article-box 2 */
div.article-box-cont2
{
    
    width: 300px;
    margin: 0px 50px 50px 0px;
    
    /*background-color: #e6e6e6;*/
    display: block;
    float: left;
}

div.article-box-cont2:hover
{
    background-color: #f2f2f2;
    -moz-transition: all 0.30s linear;
    -webkit-transition: all 0.30s linear;
    -o-transition: all 0.30s linear;
    transition: all 0.30s linear;
}

.article-box-cont2:nth-child(3n)
{
    margin-right: 0px;
}

div.article-box-image2
{
    width: 300px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.article-box-image2 img
{
    width: 300px;
    height: 200px;
    
}
div.article-box-date2
{
    font-size: 12px;
    margin:5px 0px;
    padding-left: 5px;
}
.article-box-date2 a
{
    display: inline-block;
    float: left;
    background-color:#0e8c0f;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    
}
.article-box-date2 a:hover
{
    background-color:#176a33;
    text-decoration: none;
    
}



div.article-box-text2
{
    padding: 5px;
    height: 53px;
    overflow: hidden;
    font-size: 14px;
}
.article-box-text2 p{margin: 0px}
div.article-box-title2
{
    padding: 5px;
    height: 42px;
    overflow: hidden;
}
.article-box-title2 a
{
    font-size:18px;
    font-weight: 700;
    text-decoration: none;
    color:#0e8c0f;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    
    
}
.article-box-title2 a:hover
{
    text-decoration: underline;
    color:#176a33;
    
}

div.article-date
{
    font-size: 12px;
    
}
div.article-lead
{
    /*font-weight: 500;*/
}
div.article-text{}

.article-text img
{
    width: 100%!important;
}
div.article-text-img-cont
{
    /*width: 300px; 
    display: block; 
    float: left; 
    margin-right: 10px;*/
}

div.article-big-cont
{
    margin-bottom: 10px;
}
div.article-big-right
{
    display: block;
    float: right;
    width: 532px;
    margin-left: 10px;
    
}
div.article-big-left
{
    display: block;
    float: left;
    width: 438px;
    
    
}
.article-big-left img{width: 438px;}

div.article-big-title
{
    margin-bottom: 18px;
}
.article-big-title a
{
    font-size:18px;
    font-weight: 700;
    text-decoration: none;
    color:#125027;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    
    
}
.article-big-title a:hover
{
    text-decoration: underline;
    color:#176a33;
}




div.article-big-text{}
div.article-big-date
{
    font-size: 12px;
    margin:5px 0px;
}
.article-big-date a
{
    display: inline-block;
    float: right;
    background-color:#125027;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    
}
.article-big-date a:hover
{
    background-color:#176a33;
    text-decoration: none;
    
}


div.breadcrumb-cont
{
    margin-bottom: 20px;
}

.breadcrumb-cont a 
{
    font-size: 12px;
    color:#333;
    text-decoration: none;
}
.breadcrumb-cont a:hover
{
    text-decoration: underline;
}


div.galeria-list-cont
{
    margin-top: 20px;
}
div.galeria-list-title
{
    margin-bottom: 10px;
}
.galeria-list-title a
{
    font-size:18px;
    font-weight: 500;
    font-weight: 700;
    text-decoration: none;
}
.galeria-list-title a:hover
{
    text-decoration: underline;
}


div.galeria-list-date, div.galeria-date
{
    font-size: 12px;
}
div.galeria-list-lead
{
    
}
div.galeria-images-cont
{
    
}
.galeria-images-cont a
{
    display: block;
    float:left;
    width: 300px;
    height:200px;
    margin: 0px 40px 50px 40px;
}
.galeria-images-cont a:nth-child(3n)
{
    margin-right: 0px;
}

.galeria-images-cont img
{
  
    width: 300px;
    height:200px;
    
}


div.galeria-cont{}
div.galeria-date{margin-bottom: 20px;}
div.galeria-text{}
div.galeria-title{}

div.img-cont
{
    display: block;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0px 10px 25px 10px;
    position: relative;
}

.img-cont a
{
    display: block;
    float:left;
    width: 300px;
    height:200px;
    margin: 0px 0px 0px 0px;
}
.img-cont img
{
    width: 300px;
    height:200px;
}
div.img_text
{
    
    position: absolute;
    top: 145px;
    background-color: #fff;
    padding: 10px;
    color: #000;
    opacity: 0.8;
    font-size: 14px;
}

div.mobile-logo{display: none}


@media screen and (max-width: 1170px) {
	
    div.main-cont
    {
        padding-top: 169px;
    }
    h1{font-size: 24px;}
    
    div.head
    {
        height: auto;
    }
    
    
    div.menu-right, div.menu-left, div.head-top-left
    {
        display: none;
    }

    div.head-top-right
    {
        padding-right: 20px;
    }
    div.mobile-logo
    {
        display: block;
        text-align: center;
        padding: 10px 0px;
    }
    .mobile-logo img
    {
        width: 100%;
        padding: 10px;
        max-height: 40px;
            
    }
    
    div.main-menu
    {
        display: none;
    }

    div.design-banner
    {
        width: 100%; 
        height: 100px;
        font-size: 18px;
        line-height: 31px;
        
    }
    .design-banner span
    {
        padding-top: 50px;

    }
    .design-banner img{width: 100%}
    
    
    div.article-big-right
    {
        display: block;
        float: right;
        width: 100%;
        margin-left: 10px;
    }
    div.article-big-left
    {
        display: block;
        float: left;
        width: 100%;
    }
    .article-big-left img{width: 100%;}
    
    
    
    
    div.content
    {
        width: 100%;
    }
    
    
    div.footer{padding: 10px;}
    div.footer-right
    {
        display: block;
        float:right;
        width: 100%;
    }
    div.footer-center
    {
        display: block;
        float:left;
        width: 100%;
        margin:0px 10px;
    }
    div.footer-left
    {
        display: block;
        float:left;
        width: 100%;
        padding-top: 20px;
    }
    
    
    div.contact-right
    {
        display: none;
        float:right;
        width: 100%;
        margin-bottom: 20px;
    }
    div.contact-center
    {
        display: block;
        float:left;
        width: 100%!important;
        margin:0px 0px;
    }
    div.contact-left
    {
        display: block;
        float:left;
        width: 100%!important;
        margin:0px 0px;
    }
    div.contact-button
    {
        margin-top: 10px;
        display: block;
    }
    .contact-center textarea
    {
        width: 95%!important;
        padding: 10px;
    }
    .contact-left input
    {

        margin-bottom: 10px;
        padding: 8px 10px;
        width: 95%!important;
    }
    .contact-left input:last-child
    {
        margin-bottom: 10px;
    }
    
    div.mobile-nav 
    {
        display: block;
        margin: 5px;
    }

    div.mobile-menu-cont
    {
        display: block;
        width: 150px;
        margin:0px auto;
        text-align: center;
        padding-top:5px;
    }
    ul.mobil-menu
    {
        display: none;
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        list-style-type: none;
        clear: both;
    }
    .mobil-menu li
    {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .mobil-menu a
    {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px 0px;
        border-bottom: 1px solid #444444;
        background-color: #fff;
        font-weight: 700;
        color: #444444;
    }
    
    .mobile-subenu a
    {
        font-weight: normal;
    }
    
    a.hambi
    {
        color: #444444;
        font-weight: 700;
    }
    
    .cont{width: 100%}
    div.main-cont{width: 100%!important}
    
    div.content-cont
    {
        padding: 10px;
    }
    div.footer-cont{padding: 10px;}

    iframe{width: 100%!important}
    .galeria-images-cont a
    {
        margin: 0px 10px 10px 0px;
    }
		
    div.info_div_cont{display: none}
    
    
    
    div.hero
    {
        height: auto;
    }
    
    div.hero h1{font-size: 24px;}
    div.hero-cont
    {
        padding: 20px;
        
        height: auto;
    }
    .hero span
    {
        font-size: 14px;
    }
    div.service-cont
    {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }
    
}


@media screen and (max-width: 520px) {
    div.contact-center-footer
    {
        width: 100%!important;
        margin: 10px 0 0 0;
    }
    .contact-center-footer textarea{width: 80%!important;}
}

@media screen and (max-width: 320px) {
    .galeria-images-cont a
    {
        width: 90%;
        height: auto;
    }
    .galeria-images-cont img
    {
        width: 90%;
        height: auto;
    }
    .mobile-logo img
    {
        width: 80%;
    }
}