/*
Theme Name: Zeum WP Theme
Theme URI: http://lolli-wp.com
Description: Zeum-WP is a responsive portfolio Multipurpose Wordpress Theme for the professional creative. It’s easy to use and is made of HTML5 and CSS3.
Version: 1.0
Author: lolli
Author URI: http://lolli-wp.com
License: GNU General Public License version 1.0
License URI: http://lolli-wp.com
Tags: white, one-column, two-columns, three-columns,four-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, featured-images, theme-options, translation-ready, photoblogging
*/
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Raleway:400,600|Source+Sans+Pro:400,700,600);

* {
    font-family: 'source sans pro', sans-serif;
}
p {
    line-height: 30px !important;
}
#wrap {
    opacity: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.margintop30 {
    margin-top: 30px;
    float: left;
    width: 100%;
}
.ind-posts {
    margin-top: 65px !important;
}
.wp-caption {
    max-width: 100% !important;
    height: auto;
}
.ind-posts .blog-post {
    border-bottom: 1px solid #dbdada;
    padding-bottom: 25px;
    margin-bottom: 40px;
}
.ind-posts .blog-post:last-of-type {
    border-bottom: none;
}
.blog-post h2 {
    color: #000;
    font-family: 'Playfair Display', sans-serif;
    font-weight:400;
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 0;
}
.blog-post h2 > a {
    color: #000;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
}
.blog-post p {
    font-size: 16px;
}
/** Share **/
.share a {
    float: left;
    margin: 3px 10px 0 0;
    color: #fff;
}
.share h5 {
    color: #000;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 800;
    font-size: 26px;
}
a.share-facebook {
    background: #3b5998;
}
.wp-caption-text{
    color: #444;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
.alignright {
    float: right;
    margin-left: 10px;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.share a i {
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.share a span {
    float: right;
    line-height: 30px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.1);
}
a.share-pinterest {
    background: #ce2020;
}
a.share-google {
    background: #dd4c39;
}
a.share-pinterest {
    background: #ce2020;
}
a.share-linkedin {
    background: #007bb5;
}
.sticky {
    display: none;
    position: relative;
    border-bottom: 1px solid #000;
    padding: 0 40px;
}
#wrap.home-page .sticky-wrapper {
    height: 0 !important;
    overflow: hidden;
    position: absolute;
}
#wrap.home-page .sticky-wrapper.is-sticky {
    height: 51px !important;
}
.gallery-caption {
    padding:5px 1%;
    font-size:90%;
}
.bypostauthor{
    position: relative;
}
/** Comment Form **/
.com-form input[type="submit"] {
    background: #1c1c1c;
    text-transform: uppercase;
    height: auto;
    width: auto;
    font-weight: 500;
}
.com-form input[type="submit"]:hover {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.media .media-object {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.comments .com .children {
    margin-left: 30px;
}
#reply-title {
    display: none;
}
.ind-posts .blog-post:last-of-type {
    border-bottom: none;
}
.tagcloud a {
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #000;
    display: inline-block;
    color: #000;
    font-size: 12px !important;
    margin-bottom: 5px;
}
#searchsubmit,#searchform label {
    display: none;
}
#searchform input {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    height: 58px;
}
.space50 {
    display: inline-block;
    height: 40px;
    width: 100%;
}
#site-header img {
    width: 100%;
}
/** Button Styles **/
a.btn.dark_line {
    color: black;
    border: 2px solid black;
    background: none;
}
a.btn.dark_line:hover {
    color: white !important;
    background: black;
}
a.btn.white_line {
    color: white;
    border: 2px solid white;
    background: none;
}
a.btn.white_line:hover {
    color: black !important;
    background: white;
}
a.btn.light_red {
    color: #d37a7a;
    border-color: #d37a7a;
    background: none;
}
a.btn.light_red:hover {
    background-color: #d37a7a;
    color: #fff;
}
a.btn.dark_red {
    color: #fe6969;
    border-color: #fe6969;
    background: none;
}
a.btn.dark_red:hover {
    color: #fff;
    background-color: #fe6969;
}
a.btn.yellow {
    color: #face00;
    border-color: #face00;
    background: none;
}
a.btn.yellow:hover {
    color: #fff;
    background-color: #face00;
}
a.btn.green {
    color: #00deaf;
    border-color: #00deaf;
    background: none;
}
a.btn.green:hover {
    color: #fff;
    background-color: #00deaf;
}
a.btn.turquoise {
    color: #5ee8bf;
    border-color: #5ee8bf;
    background: none;
}
a.btn.turquoise:hover {
    background-color: #5ee8bf;
    color: #fff;
}
a.btn.black {
    color: #000000;
    border-color: #000000;
    background: none;
}
a.btn.black:hover {
    background-color: #000;
    color: #fff;
}
a.btn.purple {
    color: #664c66;
    border-color: #664c66;
    background: none;
}
a.btn.purple:hover {
    background-color: #664c66;
    color: #fff;
}
a.btn.brown {
    color: #d5a661;
    border-color: #d5a661;
    background: none;
}
a.btn.brown:hover {
    background-color: #d5a661;
    color: #fff;
}
a.btn.darkgray {
    color: #ddd;
    border-color: #ddd;
    background: none;
}
a.btn.darkgray:hover {
    background-color: #ddd;
    color: #fff;
}
/** Drop Down Menu **/
.navbar-nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0px;
    width: auto;
    min-width: 200px;
}
.navbar-nav ul li > ul {
    left: 100%;
    top: 0px;
}
.navbar-nav li {
    position: relative;
}
.navbar-nav li:hover > ul{
    display: block;
}
.navbar-nav li.exclude {
    display: none;
}
@media (max-width: 767px) {
    .navbar-nav ul li > ul {
        left: 0px;
    }
    .navbar-nav li ul{
        display: block;
        position: relative;
        box-shadow: none;
        top: auto;
        left: auto;
    }
}
#contact .form-up input.wpcf7-submit {
    background: transparent;
    transition: background .5s, color .5s;
    font-weight: 300;
    display: inline-block;
    border: 2px solid #fff;
    padding: 0 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 32px;
    width: 180px;
    margin-top: 40px;
    height: 48px;
}
#contact .form-up input.wpcf7-submit:hover {
    background: #fff;
    border-color: #fff;
    color: #333333;
    font-weight: 500;
}
.wpcf7-form p {
    margin-bottom: 0px;
}
#contact .form-up  div.wpcf7-validation-errors {
    color: #f7e700;
    border: 0;
    color: red;
    font-size: 16px;

}
#contact .form-up input.wpcf7-not-valid {
    border: red 2px solid;
    color: red;
}
#contact .form-up .wpcf7-not-valid-tip {
    display: none;
}
.logo h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'raleway';
}
.logo-left h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    font-family: 'raleway';
}
.menu-button:hover {
    color: #fff;
}
.sticky-bannr {
    background: #d02730;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    position: absolute;
    top: 0px;
    left: 10px;
}
.stickey {
    padding: 10px;
    padding-top: 40px;
    border: 1px solid rgba(204, 204, 204, 0.20);
    position: relative !important;
    top: auto !important;
}
.sider-bar ul li {
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    padding: 7px 0px;
}
.sider-bar ul ul {
    margin-left: 15px;
}
.sider-bar ul ul li:last-child {
    border-bottom: none;
}
.sider-bar select {
    width: 100%;
    padding: 10px;
}
td#today {
    background: #d02730;
    color: #fff;
}
.social_icons li {
    padding: 0px !important;
}
table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}
th {
    font-weight: 700;
    padding: 8px !important;
    text-transform: uppercase;
    border-width: 0 1px 1px 0;
}
table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
td {
    padding: 8px !important;
    border-width: 0 1px 1px 0;
    font-weight: normal;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.rsswidget {
    width: 100%;
    color: #444;
    display: block;
    font-size: 18px;
}
.rss-date {
    color: #cccccc;
}
.sidebar ul li cite {
    font-size: 12px;
    padding-top: 5px;
    display: inline-block;
}
.pagination a {
    padding: 0px 3px;
    font-size: 24px;
}
.pagination .current {
    font-size: 16px;
}
.single-pst h1,.single-pst h3,.single-pst h4 {
    color: #000;
}
.single-pst .blog-post ul li {
    list-style: disc;
}
.single-pst .blog-post ul, .single-pst .blog-post ol {
    padding: 0 0 0 2rem;
    margin: 0 0 1.5rem 0;
}
.single-pst .blog-post ul ul li,.single-pst .blog-post ol ul li{
    list-style-type: circle;
}
.single-pst .blog-post ol li {
    list-style-type: decimal;
}
.blog-post ul.a-info {
    margin-bottom: 25px;
    padding: 0px;
}
.single-pst .blog-post ol ol ul li, .single-pst .blog-post ol ul ul li,.single-pst .blog-post ul ol ul li,.single-pst .blog-post ul ul ul li{
    list-style-type: square;
}
.blog-post .may-like ul {
    padding: 0px;
    margin: 0px -15px 10px -15px;
    list-style: none;
}
.blog-post .may-like ul li {
    list-style: none !important;
}
section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sider-bar .social_icons ul li {
    background: #f5f5f5 !important;
}
.social_icons li {
    overflow: hidden;
}
/** Portfolio **/
.closo {
    color: #333333;
    margin: 0 auto;
    width: 34%;
    left: 33%;
}
.pop-absolute {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.single-portfolio #contact,	.single-portfolio #rights {
    display: none;
}
a.mfp-close, a.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#rights {
    padding: 0px;
}
ul.tags{
    padding-left: 0px !important;
    padding-top: 30px !important;
}
.port-inner .col-md-6 img {
    max-height: 555px;
    width: 100%;
}

.tab-content {
    padding-top: 15px;
}
.page-id-137 .btn {
    margin-right: 5px;
}
@media (max-width: 767px){
    #menu-zeum .navbar-nav {
        overflow-y: scroll;
        max-height: 300px;
    }
    #menu-zeum .navbar-nav::-webkit-scrollbar-track
    {
        border: 1px solid black;
        background-color: #b3b3b3;
    }
    #menu-zeum .navbar-nav::-webkit-scrollbar
    {
        width: 10px;
        background-color: #fff;
    }
    #menu-zeum .navbar-nav::-webkit-scrollbar-thumb
    {
        background-color: #fff;
    }
}
.logo-footer {
    width: 350px;
    margin: 0 auto;
}

/*------------------------------CONFIGURATOR CSS START------------------------------*/
* {
    outline: none;
}

.alertConfig {
    margin-left: 20px;
    margin-bottom: 20px;
    color: #737373;
    display: inline-block;
    padding-right: 20px;
}

.mask {
    position:absolute;
    top:0;
    /*left:0;*/
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    background: #ececec;
}

.product-img {
    text-align: center;
    -webkit-perspective: 480px;
    width:100%;
    display: none;
    /*height:475px;*/
    position: relative;
}

.product-img-active{
    display: block;
    /*    width:100% !important;
        position:relative;*/
}

.secondary {
    left:0;
    top:0;
    position: absolute;
    z-index: 500;
}

h1 {
    margin: 0px;
}

/*.navbar-header, .navbar {
    display: none;
}*/

.home-link {
    display: block !important;
    float: right;
    margin-top: -23px;
}

@media screen and (max-width: 980px) {
    h1 {
        font-size: 3em !important;
    }

    #product-configurator .col-sm-4 {
        height: 250px !important;
        min-height: 250px !important;
    }
}

@media screen and (max-width: 445px) {
    #product-configurator .col-sm-4 {
        height: 350px !important;
        min-height: 350px !important;
    }
    #product-configurator > div {
        height: 350px !important;
    }
    #product-configurator {
        padding: 0px !important;
    }
}

@media screen and (min-width: 1300px) {
    .product-img > div {
        /*top: 70px !important;*/
    }
    .product-img > div > div {
        /*height: 300px !important;*/
    }
}
@media (max-width: 990px) and (min-width: 800px) {
    #product-configurator .col-sm-4 {
        width: 100% !important;
    }
}

@media screen and (max-width: 1200px) {
    #email {
        width: 320px !important;
    }
}

@media screen and (min-width: 990px) {
    #product-configurator .col-sm-12 {
        width: 100% !important;
    }
}

@media screen and (max-width: 990px) {
    #email {
        width: calc(100% - 40px) !important;
    }

    #product-configurator .btn {
        display: block !important;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 800px) {

    #product-configurator .col-sm-12 {
        margin-top: 40px !important;
        padding: 0px 0px 20px 0px !important;
        height: auto !important;
    }

    #product-configurator .col-sm-12 input, #product-configurator .col-sm-12 a {
        float: none !important;
    }
}

.product {
    position:relative;
    width: 950px;
    margin: 0 auto;
}

#product-configurator {
    max-width: 1267px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 60px 0px 60px;
}

#product-configurator h4 {
    background: #e3e3e3;
    padding: 20px 30px;
    margin: 0px;
}
#product-configurator .col-sm-4 {
    background: #ececec;
    margin-top: 30px;
    /*width: 100%;*/
    padding: 0px;
    height: 280px;
}

.color-block {
    max-width: 210px;
    width: 100%;
    box-sizing: border-box;
}
#colorpicker {
    text-align: center;
    margin-top: 20px;
}

.droppable.dragover {
    background: #00CC71;
}

#date-range12-container {
    height: 200px;
    background-color: #ececec;
    text-align: center;
}

td {
    padding: 0px !important;
}

table {
    margin-bottom: 0px;
}
table, th, td {
    border: none;
}

img {
    display: none;
}


img[src] {
    display: inline;
}

input:focus {
    border: 2px solid #e3e3e3 !important;
}

@media screen and (max-width: 1222px) {
    #logo-container {
        width: 400px !important;
        height: 210px !important;
        top: 24% !important;
    }
}

@media screen and (max-width: 1030px) {
    #logo-container {
        width: 300px !important;
        height: 160px !important;
        top: 26% !important;
        left: calc(50% - 30px) !important;
        perspective: 930px !important;
    }
}

@media screen and (max-width: 900px) {
    #logo-container {
        width: 300px !important;
        height: 160px !important;
        top: 26% !important;
        left: calc(50% - 30px) !important;
    }
}

@media screen and (max-width: 800px) {
    #logo-container {
        width: 230px !important;
        height: 130px !important;
        transform: translateX(-50%) !important;
        perspective: 600px !important;
    }
}

@media screen and (max-width: 650px) {
    #logo-container {
        top: 22% !important;
    }
}

@media screen and (max-width: 580px) {
    #logo-container {
        width: 170px !important;
        height: 110px !important;
        left: calc(50% - 20px) !important;
        perspective: 500px !important;
    }
}

@media screen and (max-width: 500px) {
    #logo-container {
        width: 150px !important;
        height: 80px !important;
        top: 26% !important;
        perspective: 400px !important;
    }
}

@media screen and (max-width: 420px) {
    #logo-container {
        width: 120px !important;
        height: 70px !important;
        top: 25% !important;
        perspective: 350px !important;
    }
}

@media screen and (max-width: 360px) {
    #logo-container {
        width: 120px !important;
        height: 60px !important;
        top: 24% !important;
        perspective: 350px !important;
        left: calc(50% - 15px) !important;
    }
}

.pin{
    transition: 0.2s ease-in-out!important;
}

.pin:hover{
    transform-origin: bottom;
    transform: scale(1.2);
}
/*------------------------------CONFIGURATOR CSS END------------------------------*/

@media screen and (min-width:1200px){
    .site-menu .navbar-nav > li{
        width: auto !important;
        display: inline-block !important;
        border-bottom: 0px !important;
        text-align: center !important;
    }

    .site-menu .nav > li > a{
        padding:0px !important;
    }

    #wrap .site-menu .navbar-nav > li a{
        font-size:18px !important;
    }

    .site-menu .navbar-nav{
        display: inline-block !important;
        position:absolute;
        right: 50px !important;
        top: 0 !important;
    }

    .site-menu{
        background: rgb(22, 22, 22) !important;
        top: 0px !important;
        position: absolute !important;
        width: 100vw !important;
        top:-100px;
    }

    #site-canvas{
        height: 120px !important;
        position: absolute !important;
        top: 0px !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        -webkit-transition: .3s ease all !important;
        transition: .3s ease all !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
    }

    #site-wrapper{
        position: relative !important;
        width: 100% !important;
        right:0px !important;
        z-index: 1001 !important;
        background: #2f2f2f !important;
        height: 120px !important;
    }

    .toggle-nav{
        display: none !important;
    }

    #site-wrapper .navbar{
        margin-top:50px !important;
    }

    .logo-left{
        z-index:1002 !important;
    }
}

.mockup-overlay{
    width:100%;
    height:100%;
    /*mix-blend-mode: multiply;*/
    position:absolute;
    top:0;
    left:0;
}

.m-bg{
    /*    background-image: url("images/test-m-1.png");
        background-size: contain;
        background-repeat: no-repeat;
        width:100%;
        height:100%;
        top:0;
        left:0;*/
    position:relative;
    display: block!important;
    z-index: 20;
    pointer-events: none;
}

.m-1{
    background-image: url("images/mockup-1-mask.png");
    background-size: contain;
    background-repeat: no-repeat;
    /*mix-blend-mode: multiply;*/
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity: .3;
    /*    -webkit-mask: url(images/new-mockup-1-mask.png);
        mask:url(images/new-mockup-1-mask.png);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;*/
}

.m-2{
    background-image: url("images/mockup-2-mask.png");
    background-size: contain;
    background-repeat: no-repeat;
    /*mix-blend-mode: multiply;*/
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity: .3;
    /*    -webkit-mask: url(images/mockup-2-mask.png);
        mask:url(images/mockup-2-mask.png);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;*/
}

.logo-holder {
    /*width: 22%;*/
    /*height: 20%;*/
    position: absolute;
    transition: all 0.2s;
}

.logo-m-1{
    /*top: 140px;*/
    /*left: 407px;*/
    top: 28%;
    left: 42%;
    transform: rotateY(45deg) skewY(8deg);
}

.logo-m-2{
    top: 27%;
    left: 70%;
    transform: rotateY(25deg) skewY(6deg) skewX(6deg);
}


.mockup-logo-container-1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    perspective: 1240px;
    z-index: 10;
}

.mockup-logo-container-2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    perspective: 560px;
    z-index: 10;
}

.product-nav{
    position:absolute;
    background:white;
    bottom:0px;
    left:0px;
}

.product-nav img{
    display: inline-block;
    width: 100px;
}

.product-active{
    display: none !important;
}

.mockup-nav{
    display: block;
}



.popupCont{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.25);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.popupOpen {
    width: 250px;
    height: auto;
    /* max-height: 400px; */
    background: white;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-align: center;
}

.close {
    right: 15px;
    top: 10px;
    position: absolute;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

.popupTeamCont{
    width: 100%;
    position: relative;
}

.popupTeamPerson{
    width: 50%;
    float: left;
    position: relative;
}

.popupTeamPersonText{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
}

.header-image-smart {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.header-image-smart div {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
}

.header-image-smart div:nth-child(n+2){
    opacity:0;
}

.page-template-page-smart .nav .navbar-nav a{
    color:white;
}

.rubens-custom-hammenu{
    background-image:url("images/ricon-hammenu.png");
    background-size:contain;
    background-position:center;
    width:30px;
    height:30px;
    display:block;
}

#home{
    margin-top: -120px;
}

.logo-ham-container{
    width: 100%;
    height: 100px;
    background: black;
    z-index: 999;
    position: relative;
}

@media screen and (min-width: 1200px){
    .logo-ham-container{
        display: none;
    }
}

#impress{
    background:#ededed;
}

#configurator{
    background:#ededed;
}

.configurator-inputs{
    background:#fff;
    width:1170px !important;
    margin:0 auto;
    padding:0px !important;
}

@media screen and (max-width: 1200px){
    .configurator-inputs{
        width:100% !important;
    }
}

@media screen and (max-width: 950px){
    .product{
        width:100%;
        padding: 0px;
    }

    .product-nav{
        padding:0px 0px 0px 60px;
    }
}

@media screen and (max-width: 650px){
    .product-nav{
        position:relative;
    }
}

/*@media screen and (max-width: 800px){
    .product-img{
        height:340px;
    }
}

@media screen and (max-width: 650px){
    .product-img{
        height:270px;
    }
}

@media screen and (max-width: 500px){
    .product-img{
        height:190px;
    }
}

@media screen and (max-width: 500px){
    .product-img{
        height:150px;
    }
}*/

.home-information{
    padding:70px 0px;
}

.home-information-content{
    padding: 0px 15%;
    text-align: center;
}

.home-title{
    margin:0px;
}

.home-subtitle{
    margin:0px;
    font-family: 'Montserrat', sans-serif;
}

.home-paragraph{
    padding-top:36px;
}

@media (max-width: 800px) {
    .home-title {
        font-size: 40px !important;
    }

    .home-subtitle {
        margin: 20px 0px;
    }

    .home-paragraph {
        padding-top: 0px;
    }
}

.colorPickerBtn {
    width: 40px;
    height: 40px;
    background-color: #d4d4d4;
    background-image: url("images/eyedropper.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top:10px;
}

.colorPickerActive{
    transform: rotateY(0deg) skewY(0deg);
}

.colorPickerBtnActive{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:2px solid #252525;
}