/*LAYOUT.CSS*/
body{ padding:0px; margin:0px;}
.clr{ clear:both;}
.none{ display:none !important;}
.flex{ display: flex; align-items: center; justify-content: center;}

body::-webkit-scrollbar {
width: 8px;
background-color:#fff;
}

body::-webkit-scrollbar-thumb {
background-color: #ccc;
}

#topbar{
    width: 100%;
    height: 95px;
    background-color: #fff;
    position: fixed;
    z-index: 9;
    top: 0px;
    left: 0px;
}

.container{ width:90%; max-width:1680px; margin:0 auto; position:relative;}
.flex{ display: flex; align-items: center; justify-content: center;}
.flex-bottom{ display: flex; align-items: end; justify-content: start;}

#featured_products h2{ font-size:100px; line-height:1;}

.bkg_center{ background-repeat:no-repeat; background-position:center; background-size:cover;}

#logo {
    position: fixed;
    top: 25px;
    left: 90px;
}

#logo img{ width: 150px; height: auto;}

#custom_lang {
    position: fixed;
    top: 25px;
    right: 90px;
    z-index: 1;
}


#top_section{ width: 90%; height: 600px; background-color: #ccc; margin: 0 auto; margin-top: 100px; position: relative;
background-image: url(../images/kirsi-bkg.jpg);
background-position: top left;
background-size: cover;}

#top_section p {
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    position: absolute;
    left: 50px;
    bottom: 50px;
    margin: 0px;
}

#section-2_i, #section-4_i, #section-5_i{ padding: 0px 50px;}
#section-2, #section-4, #section-5{ position: relative; width: 90%; margin: 0 auto; margin-top: 100px; z-index: 1;}
#section-2 p, #section-4 p, #section-5 p{
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    color: #2c2f2e;
    line-height: 1.2;
    font-weight: 200;
}


#section-2 h1, #section-4 h1, #section-5 h1{
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color: #2c2f2e;
    line-height: 1.2;
    font-weight: 400;
    margin: 0px;
}

#section-5{ height: auto; margin-bottom: 100px; margin-top: 50px;}

#section-3 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: -100px;
    height: 400px;
    background-image: url(../images/bkg-2.jpg);
    background-position: bottom left;
    background-size: cover;
    padding-top: 130px;
}


#section-3_i {
    width: 90%;
    margin: 0 auto;
    padding-top: 100px;
}

#section-3_color{ padding-left: 50px; padding-bottom: 50px;}

#section-3 h2{
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    margin: 0px;
}

#section-3 p{
    font-size:15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.4;
    font-weight: 200;
    width: 1000px;
    max-width: 100%;
}


#footer{ width: 100%; height: auto; background-color: #1f1f1f;}
#footer_i{ padding: 10px;;}
#footer p{
    font-size:12px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.4;
    font-weight: 200;
    text-align: center;
    opacity: 0.6;
}

.item_gallery {
    width: 31.3%;
    position: relative;
    float: left;
    margin: 1%;
}
.item_gallery_i{ padding: 25px;}
.item_gallery_color {
    width: 100%;
    height: 400px;
    background-color: rgba(0,0,0,0.8);
}

#section-2 .item_gallery p{
    font-size:30px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    opacity: 1;
    margin:0px;
}

.item_gallery_color_i{ padding: 30px;}

#gallery{
    width: 104%;
    margin-left: -2%;
    margin-top: 20px;
}



#gallery2 .item_gallery{ width: 100%; position: relative; float: left;}
#gallery2 .item_gallery_i {
    padding: 0px;
    padding-top: 20px;
}
#gallery2 .item_gallery_color{ width: 100%; height: 550px; background-color: #ccc;}


#gallery2 .item_gallery p{
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.2;
    font-weight: 200;
    opacity: 1;
    margin:0px;
}

#gallery2 .item_gallery p.number{ font-size: 200px; font-weight: 600;}

#gallery2 .item_gallery p.title{ font-size: 45px; font-weight: 400; margin-bottom: 30px;}


/*contact form*/
span.wpcf7-list-item { margin: 0px;}

.cento.submit input.wpcf7-submit {
width: 100%;
height: auto;
display: inline-block;
border: none;
padding: 10px 15px;
font-size: 23px;
font-family: 'Lato', sans-serif;
background-color: #111;
text-transform: uppercase;
color: #fff;
margin-top: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.cento.submit input.wpcf7-submit:hover{ background-color:#0f609b;}

.privacy a{ font-family: 'Lato', sans-serif; font-size:16px; line-height:21px; color:#cd000b; text-decoration:none;}

.cento textarea, .cinquanta input{
font-family: 'Lato', sans-serif;
font-weight: 300;
}

.cento textarea {
    height: 200px;
    width: 93%;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #111;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 5%;
    padding-top: 10px;
    resize: none;
    color: #111;
    font-weight: 300;
}


.cento {
margin-bottom: 5px;
clear: both;
}
.cento_i{ padding:0px 15px;}

.cinquanta{ width:50%; position:relative; float:left;}
.cinquanta_i{ padding:0px 15px;}

.cinquanta input {
height: 50px;
width: 95%;
border: none;
background-color: transparent;
border-bottom: 2px solid #111;
font-size: 16px;
padding-left: %;
padding-right: 0px;
font-weight: 300;
}

.cinquanta input::placeholder, .cento textarea::placeholder{ color: #111; font-weight: 300; font-size: 18px;}

.cinquanta {
margin-bottom: 0px;
}

.cento_i {
    padding-top: 1px;
}

.container .cento p{ text-align:left;}

.privacy_1{ margin-right:5px;}
.privacy_1, .privacy_2{ display:inline-block; float:left;}

.input_invia{ text-align:center; margin-top:20px;}

.input_invia input[type=submit] {
    background-color: #111;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    padding: 15px 20px;
    height: auto !important;
    width: 150px;
}

/* Privacy */
.form-privacy {
    position: relative;
    padding: ;
    text-align: left;
    width: 100%;
    display: flex; align-items: center; justify-content: flex-start;
}
span.wpcf7-list-item { display: inline-block; margin: 0; line-height: 0; }


.form-privacy input[type=checkbox] {
    -webkit-appearance: none;
    border: 1px solid #ddd;
    margin: 0;
    width: auto;
    background-color: transparent;
    white-space: nowrap;
    padding: 14px;
    overflow: hidden;
}


.form-privacy input[type=checkbox]:checked {
    background: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    background-color: #f1f1f1;
}
.form-privacy p {
    padding: ;
    margin: 0;
    margin-left: 10px;
}
.form-privacy p, .form-privacy a {
    display: inline-block;
    font-size: 14px !important;
    line-height: 1;
    color: #111;
}
/* Privacy */

/*contact form*/


#section-2 .item_gallery p.subtitles{ font-size: 14px; margin-top: 15px; font-weight: 100;}


#gallery .item_gallery3{
        background: url(../images/Business-Growth-Strategies.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
}
#gallery .item_gallery5{
        background: url(../images/seo.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
}



#gallery .item_gallery7{
    background: url(../images/social.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#gallery .item_gallery11{
    background: url(../images/hosting.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


#gallery .item_gallery2{
    background: url(../images/travel.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}


#gallery .item_gallery9{
    background: url(../images/design.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

#gallery2 .item_gallery1 .item_gallery_color{
    background: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

#gallery2 .item_gallery2 .item_gallery_color{
    background: url(../images/2.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

#gallery2 .item_gallery3 .item_gallery_color{
    background: url(../images/3.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

#gallery2 .item_gallery4 .item_gallery_color{
    background: url(../images/4.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

#gallery2 .item_gallery5 .item_gallery_color{
    background: url(../images/5.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}




#gallery2 .item_gallery p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.2;
    font-weight: 200;
    opacity: 1;
    margin: 0px;
    width: 700px;
    max-width: 100%;
}












/*RESPONSIVE*/
/*1680*/
@media (max-width: 1680px) {
	
#featured_products h2 {
font-size: calc(50px + (100 - 50) * ((100vw - 767px) / (1680 - 767)));
}



}
 


/*RESPONSIVE*/
/*1200*/
@media (max-width: 1200px) {
	
.container{ width:90%; max-width:980px;}


.item_gallery {
    width: 47.3%;
    position: relative;
    float: left;
    margin: 1%;
}



}








/*980*/
@media (max-width: 980px) {
	
.container{ width:90%; max-width: inherit;}




}









/*767*/
@media (max-width: 767px) {
	
#featured_products h2 { font-size: 50px;}

#section-2_i, #section-4_i, #section-5_i {
    padding: 0px 0px;
}

#gallery2 .item_gallery_i {
    padding: 0px;
}

.cinquanta {
    width: 100%;
    position: relative;
    float: none;
}

#section-3 p {
    width: 100%;
}

#section-3_color {
    padding-left: 0px;
}


#section-2, #section-4, #section-5 {
    margin-top: 50px;
}

.item_gallery {
    width: 100%;
    position: relative;
    float: left;
    margin: 15px 0px;
}
	
	
#logo {
    position: fixed;
    top: 25px;
    left: 25px;
}
	
	
#custom_lang {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 1;
}

#top_section p {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin: 0px;
}

#top_section {
    width: 90%;
    height: 450px;
}

#gallery .item_gallery12{
    background: url(../images/brand.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



#gallery2 .item_gallery p.number {
    font-size: 150px;
}


#gallery2 .item_gallery p.title {
    font-size: 30px;
}


#gallery2 .item_gallery p {
    font-size: 14px;
    width: 100%;
}

#section-3_i {
    padding-top: 50px;
}


#section-3 p {
    font-size: 13px;
    line-height: 1.3;
}




}








/*480*/
@media (max-width: 480px) {


}















