* {
    box-sizing: border-box;
}

body {
    font-family: Ubuntu, sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    color:#222;
}

h3 {
    font-weight: bold;
}

a:hover, a:visited, a:active {
    color:inherit;
    text-decoration: none;
}

.header {
    background-color: #fff;
    box-shadow: 0px 5px 10px #00000044;
    padding: 10px 0px;
    margin-bottom: 20px;
}
@media screen and (min-width: 500px) {
.header {
    position:fixed;
    width:100%;
    z-index: 9999;
}    
}

.main {
    /*background: linear-gradient(#fff, #2889e7);*/
    /*background-color: #2889e7;*/
	/*background: linear-gradient(#fff, #000);*/
    /*background-color: #000;*/
    background-color: #ffffff;
    
}
@media screen and (min-width: 500px) {
.main {
    padding-top:60px;
    padding-bottom: 30px;
}    
}

.footer {
    background-color: #000; /*rgb(40,40,40)*/
    padding: 20px 0px;
    color:#fff;
}





.content p {
    line-height: 22px;
}

.content h2 {
    margin-bottom: 10px;
}

.content h3 {
    margin-bottom: 10px;
}

.content ul {
    padding-left:20px;
    list-style: disc;
    margin-bottom: 20px;
}

.content ul li {
    margin-bottom:5px;
}

.content hr {
    margin:20px 0px;
    border:none;
    border-bottom:1px solid #ddd;
}


.two-col {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 1px solid #ddd; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #ddd; /* Firefox */
    column-rule: 1px solid #ddd;
    margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
.two-col {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
}

.three-col {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ddd; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #ddd; /* Firefox */
    column-rule: 1px solid #ddd;
    margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
.three-col {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
}
@media screen and (max-width: 480px) {
.three-col {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
}





.div-home {
    /*color:#000; */
    /*text-align: center;*/ 
    padding:40px 40px 60px; 
    /*background-color: rgba(255,255,255,0.7);*/
    background-color: #333;
    color:#fff;
    
    display:inline-block;
    
	/*border-radius:10px;*/
	/*box-shadow:0px 10px 20px #000000aa;*/
    max-width:550px;
    margin-left:-15px;
    
}
@media (max-width:600px) {
    .div-home {
        margin-bottom:100px;
    }
}


h1.home {
    margin-bottom:30px;
}

.h1-1 {
    font-size: 32px;
    color:#fff;
    font-weight: 200;
}
.h1-2 {
    font-size: 60px;
    color:#fff;
    font-weight: bold;
}
.h1-3 {
    font-size: 50px;
    color:#999;
    font-weight: bold;
}
.h1-4 {
    font-size: 50px;
    color:#f03;
    font-weight: bold;
}

.home-banner {
    height:calc(90vh - 60px);
    display:flex;
    align-items: center;
    background-color: #333; 
    /*margin-bottom: 60px;*/
    background-size: cover; background-position: center; background-attachment: fixed;
}
@media screen and (max-width: 800px) {
.home-banner {
    padding:70px 30px; 
    margin-bottom: /*30px;*/
}
}
@media screen and (max-width: 500px) {
.home-banner {
    padding:50px 10px; 
}
}

.home-text {
    padding:70px 50px; background-color: #fff; 
}
@media screen and (max-width: 800px) {
.home-text {
    padding:30px 0px;
}    
}



.shadow-box {
    webkit-box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.75);
}

.portfolio-home {
    background-color:#000;
    padding:5px;
    
}

.portfolio-item {
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin:5px;
    filter:grayscale(1);
    transition: all 1s;
}
.portfolio-item:hover {
    filter:grayscale(0);
}


.project {
    /*background-color: #ccc;
    padding:40px;
    border-radius: 10px;*/
    margin-bottom: 30px;
    /*border:1px solid #ccc;*/
}

.sidebar {
    background-color: #333;
    color:#fff;
    padding:40px 30px;
    margin-left: 30px;
    border-radius: 10px;
}
@media screen and (max-width: 750px) {
.sidebar {
    margin-left: 0px;
}   
}

.sidebar a:hover {
    text-decoration: underline;
}


.product-content {
    padding:50px 30px; background-color: #fff;
}
@media screen and (max-width: 750px) {
.product-content {
    padding:20px 10px; 
}    
}






.product-img, .fp-img {
    /*min-height: 200px;*/
    padding:30px;
    font-size: 35px;
    color:#fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.fp-img {
    height: 280px;
    width:280px;
	border-radius: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    border:15px solid #fff;
	box-shadow: 0px 0px 2px #666666;
    background-attachment: fixed;
}

.product-txt {
    padding: 30px;
}

.sidebar h3 {
    margin-bottom: 20px;
}

.button {
    padding:10px 20px;
    background-color: black;
    color:#fff !important;
    border-radius: 5px;
}
.button:hover {
    background-color: #ed1d3b;
    /*color:#f00  !important;*/
}

.offer {
    background-color:#eee; padding:20px;
    border:2px solid #cccccc;
    background-repeat: no-repeat;
    background-position: top right;
    margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
.offer {
    background-image: none !important;
}
}

.template {
    width:180px;
    height:150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin:5px;
    display:inline-block;
}

.templates {
    height: 180px;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 20px;
}

.templates br {
    display: none;
}



/*PRODUCTS-MASONRY*/

.masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

@media only screen and (max-width: 1000px) {
.masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
}


@media only screen and (max-width: 700px) {
.masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

.masonry-item {
    /*margin-bottom:10px; */
    background-color: #fff;
    display: inline-block;
    margin: 0px 0px 30px;
    width: 100%;
}



/*MENU*/

.menu {
    padding-top: 23px;
    padding-left: 50px;
}

.menu li {
    float:left;
    padding:0px 20px;
    font-weight: bold;
    font-size: 18px;
}
@media only screen and (max-width: 1000px) {
.menu li {
    padding:0px 20px 0px 0px;
}    
}

ul.level0 > li > a:hover {
    border-top:3px solid #000;
}


.menu-footer-menu-container .menu,
.menu-footer-menu-links-container .menu,
.menu-footer-menu-company-en-container .menu,
.menu-footer-menu-products-en-container .menu {
    padding:0px;
}
.menu-footer-menu-container .menu li,
.menu-footer-menu-links-container .menu li,
.menu-footer-menu-company-en-container .menu li,
.menu-footer-menu-products-en-container .menu li {
    float:none;
    padding:0px;
    font-size: inherit;
    font-weight: inherit;
}



.review {
    padding:30px 30px 40px;
    /*text-align: center;*/
    background-color: #fff;
    /*width: 350px !important;*/
    margin: 10px;
    margin-bottom: 20px;
}

.blogitem {
    background-color: #fff;
    margin: 10px;
    margin-bottom: 20px;
	background-position:center;
    filter:grayscale(1);
    transition: all 1s;
}
.blogitem:hover {
    filter:grayscale(0);
}

.blogitem > div > div {
	/*background-position:center;*/
}

.slick-slide {
    height: auto !important;
}

.slick-prev, .slick-next {
    color:white !important;
}
.slick-prev:hover, .slick-next:hover {
    color:#ddd !important;
}
.slick-prev:focus, .slick-next:focus {
    color:white !important;
}
.slick-prev:visited, .slick-next:visited {
    color:white !important;
}
.slick-disabled {
    display:none !important;
}

.slick-prev {
    left:-35px !important;
}

.slick-track {
    display:flex !important;
}




.home-h2 {
    display:inline-block; 
    padding: 15px 30px; 
    background-color: #000; 
    color:#fff;
    border-radius:10px;
/*    border-bottom:2px solid #fff;*/
}

.dash-100 {
    display:inline-block; 
    background-color: #000;
    width:100px;
    height: 5px;
    vertical-align: middle;
/*    border-bottom:1px solid #fff;*/
}

.home-h2-red {
    display:inline-block; 
    padding: 15px 30px; 
    background-color: #ed1d3b; 
    color:#fff;
    border-radius:10px;
/*    border-bottom:2px solid #fff;*/
    
}

.home-h2-white {
    display:inline-block; 
    padding: 15px 30px; 
    background-color: #fff; 
    color:#000;
    border-radius:10px;
/*    border-bottom:2px solid #fff;*/
    
}

.dash-100-red {
    display:inline-block; 
    background-color: #ed1d3b;
    width:100px;
    height: 5px;
    vertical-align: middle;
/*    border-bottom:1px solid #fff;*/
}

.dash-100-white {
    display:inline-block; 
    background-color: #fff;
    width:100px;
    height: 5px;
    vertical-align: middle;
}

#mobile-menu {
    background-color: #000;
    text-align: center;
    z-index: 9999;
    top: 20px;
    font-size: 20px;
    color: #ccc;
    /*font-weight: bold;*/
}
#mobile-menu ul {
    border-top: 1px solid #444;
}
#mobile-menu ul li {
    padding: 15px 10px;
    border-bottom: 1px solid #444;
}

.featured-products {
    display: flex; justify-content: space-between;
	/*margin-left: -10px;
    margin-right: -10px;*/
}
@media only screen and (max-width: 1200px) {
.featured-products {
    display: flex; flex-direction:column; justify-content: space-between;
}    
}


.featured-product {
    width:32%;
    max-width:800px;
    /*margin: auto;*/
    background-color: #fff;
    position:relative;
}
@media only screen and (max-width: 1200px) {
.featured-product {
    width:100%;
    margin-bottom: 30px;
}    
}
@media only screen and (max-width: 800px) {
.featured-product {
    max-width:500px;
}    
}

.fp-txt {
    padding: 30px;
    min-height: 160px;
}

@media only screen and (max-width: 1200px) {
/*.fp-img {
    width:40%;
    float:left;
}
.fp-txt {
    width:60%;
    float:left;
}*/
}

@media only screen and (max-width: 800px) {
/*.fp-img {
    width:90%;
}
.fp-txt {
    width:100%;
    
} */   
}

@media only screen and (max-width: 800px) {
.sm-invisible {
    display: none;
}
}

.btn-more{
    position:absolute; 
    bottom:20px; 
    left: 0px;
    right: 0px;
}



.menu ul.level0 {
    display: inline-block;
}

.product-offer {
    position:absolute;
    right:10px;
    bottom:-20px;
    padding:10px;
    background-color: #ed1d3b;
    color:#fff;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0px 0px 2px #00000088;
}

.link {
    padding:10px 20px;
    background-color: #ccc;
    color:#000 !important;
    border-radius: 30px;
    margin-bottom: 20px;
    display: inline-block;
}
.link:hover {
    background-color: #ed1d3b;
    color:#fff  !important;
}

@media only screen and (max-width: 800px) {
.product-h1 {
    font-size: 30px;
}    
}


.teamPhoto {
    width:50px;
    height: 50px;
    margin:auto;
    border-radius: 25px;
    background-size: cover;
    
}

h1.profile {
    color:#fff; 
    text-align: center; 
    padding:15px 30px; 
    font-weight: bold;
    display:inline-block;
    font-size: 40px;
    padding:15px 30px; 
    /*background-color: rgba(255,255,255,0.7);
	border-radius: 10px;*/
}


ul.bio li {
    line-height: 22px;
}

.slider.testimonials, .slider.blog {
	margin-left: -10px;
    margin-right: -10px;
}


.fancybox-overlay {
	z-index:9999 !important;
}


.blogpost-featured-image {
    padding-right:20px;
}

ul.sub-menu,
ul.children {
    display:block;
    padding-top:20px;
}


.sub-menu li,
.children li {
    float:none;
}

.sub-menu li:hover,
.children li:hover {
    background-color: #fff;
}

.children li a {
    padding: 20px 0px;
}

ul.children {
    background-color:#ffffff88;
}
@media (max-width:750px) {
    ul.children {
        background-color:#000;
        display:none;
    }
}





#mc_embed_signup .mc-field-group input {
    border-radius: 5px;
}

.main-navigation ul ul {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

h2.service-item-title  {
	color:#999;
	font-size:45px;
	font-weight:bold;
}
h2.service-item-title  span {
	display:block;
	color:#fff;
	font-size:38px;
	font-weight:normal;
}

.cta {
    padding:50px 20px 100px;
    text-align: center;
}

.cta-home {
    position:absolute;
    bottom:50px;
    right:80px;
}
@media (max-width:600px) {
    .cta-home {
        right:0px;
        left:0px;
        text-align: center;
    }
}


a.cta-btn, .wpcf7-submit {
    padding:20px 40px !important;
    background-color:#f03 !important;
    color:#fff !important;
    font-size: 20px !important;
    font-weight:bold !important;
    border-radius: 40px !important;
    transition: all 0.5s !important;
    display: inline-block;
}
a.cta-btn:visited {
    color:#fff !important;
}
a.cta-btn:hover, .wpcf7-submit:hover {
    background-color:#000 !important;
}

a.btn {
    padding:20px 40px !important;
    background-color:#000 !important;
    color:#fff !important;
    font-size: 20px !important;
    font-weight:bold !important;
    border-radius: 40px !important;
    transition: all 0.5s !important;
    display: inline-block;
}
a.btn:visited {
    color:#fff !important;
}
a.btn:hover {
    background-color:#f03 !important;
}