/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
    -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
    -webkit-user-select: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    /*color: #6b7381;*/
    /*background: #f2f2f2;*/
}

.bg-new {
    background-color: #081A2A !important;
    color: white;
    outline: none;
    /*background-color: white !important;
    color: #081A2A;*/
}

.bg-new1 {
    background-color: white !important;
    color: #081A2A;
    outline: none;
}

a {
    color: #aaa;
    text-decoration: none;
}

    a:hover,
    a:active {
        color: #333;
    }

/* Header Style */
.container {
    margin-top: -40px !important;
}

    .container > header {
        margin: 0 auto;
        padding: 2em;
    }

    .container > header {
        text-align: center;
        background: rgba(0,0,0,0.01);
    }

        .container > header h1 {
            font-size: 2.625em;
            line-height: 1.3;
            margin: 0;
            font-weight: 300;
        }

        .container > header span {
            display: block;
            font-size: 60%;
            opacity: 0.8;
            padding: 0 0 0.6em 0.1em;
        }

/* To Navigation Style */
.codrops-top {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    width: 100%;
    font-size: 0.69em;
    line-height: 2.2;
}

    .codrops-top a {
        padding: 0 1em;
        letter-spacing: 0.1em;
        color: #6b7381;
        display: inline-block;
    }

        .codrops-top a:hover {
            color: #424b5a;
            background: rgba(255,255,255,1);
        }

    .codrops-top span.right {
        float: right;
    }

        .codrops-top span.right a {
            float: left;
            display: block;
        }

.codrops-icon:before {
    font-family: 'codropsicons';
    margin: 0 4px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
    padding-top: 1em;
    font-size: 0.9em;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

    .codrops-demos::-webkit-scrollbar {
        display: none;
    }

.codrops-demos {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .codrops-demos a {
        display: inline-block;
        margin: 0.5em;
        padding: 0.7em 1.1em;
        color: #6b7381;
        font-weight: 700;
    }

        .codrops-demos a:hover,
        .codrops-demos a.current-demo,
        .codrops-demos a.current-demo:hover {
            opacity: 0.6;
            border-bottom: 3px solid #6b7381;
        }

@media screen and (max-width: 25em) {

    .codrops-icon span {
        display: none;
    }
}


.masonry { /* Masonry container */
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 15px;
}

.design-shirt { /* Masonry container */
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 15px;
    display: flex;
}

.design-none { /* Masonry container */
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 15px;
    display: flex;
}

.design-pant { /* Masonry container */
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 15px;
    display: flex;
}

.item {
    display: inline-block;
    background: #fff;
    /* padding: 0.5em; */
    margin: 0 0 0.4em;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*box-shadow: 2px 2px 4px 0 #ccc;*/
}

.three-dot {
    float: right;
    transform: rotate(90deg) translateX(5px);
}

.item img {
    max-width: 100%;
    border-radius: 20px;
    margin-left: -10px;
}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    /* Render items as columns */
    .masonry {
        flex-flow: column wrap;
    }

    /* Re-order items into rows */
    .item:nth-child(3n+1) {
        order: 1;
    }

    .item:nth-child(3n+2) {
        order: 2;
    }

    .item:nth-child(3n) {
        order: 3;
    }

    /* Force new columns */
    .masonry::before,
    .masonry::after {
        content: "";
        width: 0;
        order: 2;
    }

    .design-shirt {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .desing-none {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .design-pant {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .divider {
        border-top: 1px solid #fff;
        margin-top: 0;
        margin-bottom: 0;
    }

    .d-divider {
        border-top: 0px solid #fff;
        margin-top: 0;
        margin-bottom: 0;
    }

    .dys {
        margin: 10px;
        text-align: center;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

    .scroll-horizontal {
        display: none;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 6;
        -webkit-column-count: 6;
        column-count: 6;
    }

    .scroll-horizontal {
        display: none;
    }
}

ul.horizontal {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*.swiper-container{
      height: auto;
    }*/

