/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 13, 2015 */

*, ::after, ::before, :after, :before {
    box-sizing: inherit;
}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-regular.eot');
    src: url('../fonts/playfairdisplay-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-regular.woff2') format('woff2'), url('../fonts/playfairdisplay-regular.woff') format('woff'), url('../fonts/playfairdisplay-regular.ttf') format('truetype'), url('../fonts/playfairdisplay-regular.svg#playfair_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displaybold';
    src: url('../fonts/playfairdisplay-bold.eot');
    src: url('../fonts/playfairdisplay-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-bold.woff2') format('woff2'), url('../fonts/playfairdisplay-bold.woff') format('woff'), url('../fonts/playfairdisplay-bold.ttf') format('truetype'), url('../fonts/playfairdisplay-bold.svg#playfair_displaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    box-sizing: border-box;
}

html, body {
    -webkit-text-size-adjust: 100%;
}

.pure-g [class *="pure-u"] {
    font-family: "Lato", sans-serif;
    color: #6d6d6d;
}

div {
    font-family: "Lato", sans-serif;
    color: #6d6d6d;
}

body, html, .container {
    height: 100%;
    font-family: "Lato", sans-serif;
    color: #6d6d6d;
}

body {
    overflow-x: hidden;
}

.inner {
    padding-top: 95px;
}

h1 {
    font-size: 4.45em;
    font-family: "playfair_displayregular";
    color: rgb(109, 109, 109);
    text-align: center;
}

    h1.design-line span {
        display: inline-block;
        position: relative;
    }

        h1.design-line span:before {
            content: "";
            position: absolute;
            height: 10px;
            border-bottom: 3px solid #a6abab;
            border-top: 3px solid #a6abab;
            top: 40px;
            width: 50px;
            right: 100%;
            margin-right: 15px;
        }

        h1.design-line span:after {
            content: "";
            position: absolute;
            height: 10px;
            border-bottom: 3px solid #a6abab;
            border-top: 3px solid #a6abab;
            top: 40px;
            width: 50px;
            left: 100%;
            margin-left: 15px;
        }

.text-center {
    text-align: center;
}

.pop-active {
    overflow: hidden!important;
}

    .pop-active .logo {
        opacity: 1!important;
    }

section {
    position: relative;
}

a {
    color: #6d6d6d;
}

section.full-home {
    height: 100%;
    width: 100%;
    /*display: table;
	table-layout: fixed;*/
    padding: 0px;
}

#section-2 {
    padding-top: 100px;
}

#section-3, #section-6, #section-7 {
    padding-top: 100px;
}

#section-4, #section-5 {
    padding-top: 100px;
}

#section-7 .laticrete_logo > div {
    display:inline-block;
    padding:10px;
    background:#000;
}
    #section-7 .laticrete_logo > div img {
        width:70px;
    }
section.full .table {
    width: 100%;
    height: 100%;
    display: table;
}

    section.full .table .cell {
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

h3 {
    font-size: 2em;
    color: #6d6d6d;
    /*line-height: 2em;*/
    font-family: 'playfair_displayregular';
}

h4 {
    color: #6d6d6d;
    font-size: 1.3em;
    font-family: "Lato", sans-serif;
    line-height: 1.8;
}

p {
    font-size: 1em;
    font-family: "Lato", sans-serif;
    color: #6d6d6d;
    line-height: 1.5;
    font-weight: 300;
    /*;*/
}

.inner p {
    margin-bottom: 40px;
}

.box {
    /*max-width: 1240px;*/
    margin: 0 auto;
    height: 100%;
    width: 100%;
    /*position: relative;*/
    /*padding-top:125px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: table;
}

.collection-box {
    margin: 0 auto;
    height: 100%;
    /*position: relative;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .collection-box > div {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        width: 100%;
    }

.box > div {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 90;
    height: 71px;
    background: white;
    box-shadow: 2px 3px 2.88px 0.12px rgba(0, 0, 0, 0.12);
}

    header .toggle {
        position: absolute;
        width: 30px;
        height: 24px;
        top: 22px;
        right: 20px;
    }

        header .toggle div {
            box-sizing: border-box;
            border-radius: 0px;
            background-color: #a6abab;
            width: 100%;
            height: 4px;
            margin-top: 11px;
            position: relative;
        }

.logo {
    position: absolute;
}

header .toggle div:after, header .toggle div:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 4px;
    background-color: #a6abab;
    border-radius: 0px;
    -webkit-transition: -webkit-transform .5s ease-out,top .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out,top .5s ease-out;
    transition: transform .5s ease-out,top .5s ease-out;
}

header .toggle.active div, header .toggle.active:hover div {
    background-color: transparent;
}

header .toggle div:after {
    top: 10px;
}

header .toggle div:before {
    margin-bottom: 34px;
}

header .toggle.active div:before {
    transform: rotate(45deg);
    top: 1px;
}

header .toggle.active div:after {
    transform: rotate(-45deg);
    top: 1px;
}

header .toggle:hover div, header .toggle:hover div:after, header .toggle:hover div:before {
    background-color: #7b8282;
}

header.white #lang a {
    color: #fff!important;
}

    header.white #lang a:hover {
        color: #c3a17d!important;
    }

header.white .logo {
    opacity: 1!important;
}

header.dark #lang a {
    color: #15181D;
}

header.dark .toggle div, header.dark .toggle div:after, header.dark .toggle div:before {
    background-color: #15181D;
}

header.dark .toggle:hover div, header.dark .toggle:hover div:after, header.dark .toggle:hover div:before {
    background-color: #c3a17d;
}

header.dark .toggle.active div {
    background-color: transparent;
}

    header.dark .toggle.active div:after, header.dark .toggle.active div:before {
        background-color: #fff;
    }

header.dark .toggle.active:hover div {
    background-color: transparent;
}

    header.dark .toggle.active:hover div:after, header.dark .toggle.active:hover div:before {
        background-color: #c3a17d;
    }

.logo {
    width: 248px;
    height: 40px;
    top: 15px;
    left: 20px;
    background: url(../img/logo.png) 50% 50% no-repeat;
}

.is-height-100 {
    height: 100%;
}

.black {
    color: #fff;
    background-color: #171A1F!important;
}

.white {
    color: #000;
    background-color: #fff;
}
/*GB 2016/06/27 - about us bold section*/
.fontBold {
    font-weight:bold;
}

.fa-1 {
    font-size: 1.7em;
}

.icons {
    position: absolute;
    right: 70px;
    top: 0px;
    border-right: 1px solid #eaeaea;
}

    .icons a {
        width: 70px;
        display: inline-block;
        text-align: center;
        color: #a6abab;
        padding-top: 24px;
        padding-bottom: 25px;
        border-left: 1px solid #eaeaea;
    }

section {
    letter-spacing: .05em;
    z-index: 15;
    background-color: #fff;
}

.hero {
    transition: all 1s ease;
}

.hero-bg {
    background: url(../img/hero-bg.jpg) top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero-heading {
    font-family: 'playfair_displayregular';
    color: #fff;
    font-size: 4.13em;
    line-height: 0.97;
    text-align: center;
    text-shadow: 1.5px 2.598px 2.88px rgba(0, 0, 0, 0.3);
}

.hero-heading-big {
    font-family: 'playfair_displaybold';
    color: #fff;
    font-size: 7.88em;
    line-height: 1em;
    text-align: center;
    text-shadow: 1.5px 2.598px 2.88px rgba(0, 0, 0, 0.3);
}

.hero {
    height: 100%;
}



.design-line span {
    display: inline-block;
    position: relative;
}

    .design-line span:before {
        content: "";
        position: absolute;
        height: 10px;
        border-bottom: 3px solid white;
        border-top: 3px solid white;
        top: 20px;
        width: 50px;
        right: 100%;
        margin-right: 15px;
    }

    .design-line span:after {
        content: "";
        position: absolute;
        height: 10px;
        border-bottom: 3px solid white;
        border-top: 3px solid white;
        top: 20px;
        width: 50px;
        left: 100%;
        margin-left: 15px;
    }

#top .content, #top .down, #top:after {
    position: absolute;
    left: 50%;
}

#top .down {
    display: block;
    bottom: 30px;
    margin-left: -24px;
    width: 45px;
    height: 45px;
    background: url(../img/down-arrow.png) 50% 50% no-repeat;
}

p.s2-heading-left {
    font-size: 2.25em;
    font-family: 'playfair_displayregular';
    color: rgb(109, 109, 109);
    line-height: 1.4em;
    opacity: 0;
    margin-left: -90px;
    transition: all 0.6s linear 0s;
}

.padding-left {
    padding-left: 90px;
}

p.s2-heading-right {
    font-size: 2.25em;
    font-family: 'playfair_displayregular';
    color: rgb(109, 109, 109);
    line-height: 1.4em;
    text-align: right;
    opacity: 0;
    margin-right: -190px;
    transition: all 0.6s linear 0s;
}

.timeline img {
    opacity: 0;
    /*top: 50%;*/
    overflow: hidden;
    transition: all 0.6s linear 0s;
    margin-right: -90px;
}

.s2-heading-left > span {
    font-size: 2em;
}

.padding-b {
    padding-bottom: 80px;
}

.padding-t {
    padding-top: 80px;
}

.padding-t-sml {
    padding-top: 30px;
}

p.create {
    font-family: 'playfair_displaybold';
    font-size: 3.75em;
    color: rgb(109, 109, 109);
    opacity: 0;
    text-align: right;
    margin-right: -80px;
}


.animated .home-headings {
    transition: all 0.6s ease-out 0s;
    opacity: 1;
}

.animated p.s2-heading-left {
    transition: all 0.6s ease-out 0s;
    /*margin-left: 80px;*/
    opacity: 1;
}

.animated .timeline img {
    transition: all 1s ease-out 0s;
    opacity: 1;
    overflow: hidden;
    /*top: 50%;
	margin-top: -50px;*/
    margin: 0%;
}

.padding-lr {
    padding: 20px;
}

.animated p.s2-heading-right {
    transition: all 0.6s ease-out 0s;
    /*margin-right: 80px;*/
    opacity: 1;
}

.animated p.create {
    transition: all 0.6s ease-out 0s;
    /*margin-right: 80px;*/
    opacity: 1;
}

.border {
    border: 0px solid #73dede;
}

.archistone-series {
    background: url(../img/tile-archistone-series.jpg) 50% 50%;
    background-size: cover;
    height: 650px;
    max-width: 1100px;
    background-repeat: no-repeat;
    /*background-attachment:fixed*/;
}

.laticrete-series {
    background: url(../img/laticrete_home_bg.jpg) 50% 50%;
    background-size: cover;
    height: 650px;
    max-width: 1100px;
    background-repeat: no-repeat;
    /*background-attachment:fixed*/;
}

.nieve-series {
    background: url(../img/tile-mosaics.jpg) 50% 50%;
    background-size: cover;
    height: 650px;
    /*min-width:720px;*/
    background-repeat: no-repeat;
    /*background-attachment:fixed*/;
}

.description {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .description > div {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        width: 100%;
    }

.article_box {
    background-color: rgb(250, 250, 250);
    padding: 50px;
    text-align: center;
    margin-left: -70px;
    padding-right: 70px;
    position: relative;
}

    .article_box.margin-right {
        margin-right: -70px;
        padding-left: 70px;
        margin-left: -0px;
        padding-right: 0px;
    }

    .article_box h2, .article_box h1 {
        font-size: 2.25em;
        color: rgb(109, 109, 109);
        line-height: 1.5em;
        font-family: 'playfair_displayregular';
    }

    .article_box h3 {
        font-size: 1em;
        font-family: 'Lato', sans-serif;
        color: rgb(168, 134, 114);
        line-height: 2.5em;
        font-weight: 400;
        text-align: center;
        position: relative;
        display: block;
        margin-bottom: 2em;
    }

        .article_box h3:after {
            content: '';
            border-bottom: 1px solid #c3c5c5;
            width: 70px;
            height: 3%;
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            top: 2.5em;
        }

    .article_box p {
        font-size: 1.4em;
        font-family: 'Lato', sans-serif;
        color: rgb(109, 109, 109);
        line-height: 1.778;
        font-weight: 300;
        text-align: center;
        margin-bottom: 10px;
    }

/*.view-button {
    display: inline-block;
    position: absolute;
    font-family: 'Lato', sans-serif;
    padding: 20px;
    background-color: rgb(74, 71, 70);
    border: none;
    color: white;
    text-align: left;
    bottom: -30px;
    right: 20px;
    line-height: 1.4em;
    font-size: 1em;
    letter-spacing:0.1em;
}*/

.view-button {
    display: inline-block;
    position: absolute;
    font-family: 'Lato', sans-serif;
    padding-left: 20px;
    background-color: rgb(74, 71, 70);
    border: none;
    color: white;
    text-align: left;
    bottom: -30px;
    right: 20px;
    line-height: 1.4em;
    font-size: 1em;
    letter-spacing: 0.1em;
    height: 72px;
}

    .view-button .view-color {
        color: #7d7877;
    }

    /*.view-button:before,
    .view-button:after {
        position: absolute;
        top: 0px;
        bottom: 0;
        right: 0;
        padding-top: inherit;
        padding-bottom: inherit;
        width: 100px;
        content: "\00a0";
        font-family: 'FontAwesome', sans-serif;
        font-size: 1.1em;
        text-align: center;
        transition: .2s;
        line-height: 1.3em;
        border-left: 2px solid #fff;
        color: #f1e6c6;
    }*/

    .view-button:before, .view-button:after {
        position: absolute;
        top: 0px;
        bottom: 0;
        right: 0;
        padding-top: inherit;
        padding-bottom: inherit;
        width: 72px;
        content: "\00a0";
        font-family: 'FontAwesome', sans-serif;
        font-size: 1.1em;
        text-align: center;
        transition: .2s;
        line-height: 72px;
        border-left: 2px solid #fff;
        color: #f1e6c6;
        height: 72px;
    }

    .view-button:before {
        background: #000;
    }

    .view-button:hover {
        background: #0079a5;
    }

    .view-button:active,
    .view-button:focus {
        background: #002e3f;
        outline: none;
    }

.view-button {
    min-width: 230px;
}

.arrow {
    background-color: rgb(74, 71, 70);
}

    .arrow:hover {
        background: #302f2f;
    }

    .arrow:after {
        content: "\F105";
        font-size: 3em;
        padding-left: 10px;
    }



.fa-angle-right:before {
    content: "\f105";
    font-size: 2em;
}

.arrow:hover:after {
    -webkit-animation: bounceright .3s alternate ease infinite;
    animation: bounceright .3s alternate ease infinite;
}

.store-bg {
    background: url(../img/store-locator-bg.jpg) top left;
    background-size: cover;
    min-height: 500px;
    /*min-width:720px;*/
    background-repeat: no-repeat;
    padding: 0px 0px;
    background-attachment: scroll;
    /*display: flex;
    flex-direction:row;
    flex-wrap:wrap;*/;
}

.store-desc h3 {
    font-size: 2.19em;
    color: #fff;
    line-height: 1.5em;
    font-family: 'playfair_displayregular';
    margin-bottom: 1.4em;
}

    .store-desc h3 > span {
        font-size: 1.8em;
    }





/*.store-bg > div{
 display: flex;
	justify-content:center;
	align-content:center;
	flex-direction:column;

}*/

.is-vertical-middle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .is-vertical-middle > div {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

.store-form p {
    font-size: 1.5em;
    font-family: "Lato", sans-serif;
    color: rgb(255, 255, 255);
}

.store-form h4 {
    font-size: 1.9em;
    color: #6d6d6d;
    line-height: 1em;
    font-family: 'playfair_displaybold';
    margin-bottom: 1em;
    text-transform: uppercase;
}

.field {
    display: -webkit-flex; /* Safari */
    display: flex;
    position: relative;
    margin: 1em 0;
    width: 368px;
}

.email-txt {
    font-size: 1.20em;
}

.field > input[type=text],
.field > select,
.field > button {
    display: block;
    background: rgba(255,255,255,0.4);
    color: #fff;
    font-family: "Lato", sans-serif;
}

.field > input[type=text], .field > select {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    padding: 1.6em;
    border: 0.2em;
    border: 2px solid white;
    float: left;
}

.field > button {
    padding: 0.8em 1.2em;
    background-color: #000;
    color: white;
    border: none;
    border: 2px solid #000;
    margin-left: 3px;
    color: #f1e6c6;
}

    .field > button:hover {
        cursor: pointer;
    }

.field > select:focus {
    background-color:white;
    color: #6d6d6d;
}


.pure-button-primary, a.pure-button-primary {
    color: #6b6b6b;
    border-radius: 0px;
    background: none;
    font-family: "Lato", sans-serif;
    text-shadow: none;
    text-transform: uppercase;
    border: 2px solid #6b6b6b;
    /*padding: 1em 2em;
	margin: 1em 1em 1em 0em;
	width: 204px;*/
    padding: 1em 0em;
    margin: 1em 6px 0 0px;
    /*width: 204px;*/
}

    .pure-button-primary:hover {
        background: #f2f2f2;
    }

.pure-button-send {
    color: #fff;
    border-radius: 0px;
    background: none;
    font-family: "Lato", sans-serif;
    text-shadow: none;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 1em 2em;
    margin: 1em 1em 1em 0em;
    width: 204px;
}

.subscribe h3 {
    font-size: 2.25em;
    color: #6d6d6d;
    line-height: 1em;
    font-family: 'playfair_displayregular';
    margin-bottom: 1em;
}

.subscribe p {
    font-size: 1.5em;
    font-family: "Lato", sans-serif;
    line-height: 2em;
    color: #6d6d6d;
}

.padding-r {
    padding-right: 10px;
}

.padding-l {
    padding-left: 10px;
}
/*.subscribe .pure-u-1-2{
    padding:70px 140px;
}*/

.subscribe {
    padding-top: 70px;
}

.newsletter {
    padding-bottom: 40px;
}

.field-dark {
    display: flex;
    position: relative;
    margin: 1em 0;
    width: 50%;
}

    .field-dark > input[type=text],
    .field-dark > button {
        display: block;
        background: rgba(255,255,255,0.4);
        /*color: #fff;*/
        font-family: "Lato", sans-serif;
        float: left;
    }

    .field-dark > input[type=text] {
        flex: 1;
        /*padding: 1.6em 0.4em;*/
        padding: 0.6em;
        border: 0.2em;
        border: 2px solid #838383;
        float: left;
    }

    .field-dark > button {
        padding: 0.8em 1.2em;
        background-color: #000;
        color: white;
        border: none;
        border: 2px solid #000;
        margin-left: 3px;
        color: #f1e6c6;
        float: left;
    }

        .field-dark > button:hover {
            cursor: pointer;
        }

.icon-color {
    color: #44a7d8;
    vertical-align: middle;
    margin-right: 0px;
}

.contact-bg {
    background-color: rgb(250, 250, 250);
    padding: 40px 0px;
    height: 417px;
}

.contact-img {
    /*min-height: 300px;*/
    /*padding: 40px 0px;*/
}

.contact-padding {
    padding: 40px 0px;
    height: 417px;
    background: #fafafa url(../img/contact-bg.jpg) bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-bg h3, .contact-img h3 {
    line-height: 1.2em;
}

.align-right {
    text-align: right;
}

#map-canvas {
    height: 630px;
    height: 834px;
    width: 100%;
}


.email-link {
    text-decoration: none;
}

    .email-link:hover {
        color: #44a7d8;
    }

.send-message {
    height: 834px;
    width: 100%;
    background: #44a7d8;
    position: absolute;
    z-index: 200;
    padding: 30px;
}

    .send-message h3 {
        color: white;
        margin-bottom: 30px;
    }

.is-relative {
    position: relative;
}

.article_box {
    opacity: 0;
    margin-bottom: -200px;
    transition: all 0.6s linear 0s;
}

    .article_box.animated {
        margin-bottom: 0px;
        transition: all 0.6s ease-out 0s;
        opacity: 1;
    }




footer a:after {
    content: "|";
    color: #666;
    margin: 8px;
}

footer a:last-child:after {
    content: "";
}

footer a {
    color: #6d6d6d;
    text-transform: uppercase;
    font-size: 1em;
    padding-bottom: 20px;
    line-height: 2em;
    text-decoration: none;
}

footer {
    color: #6d6d6d;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0 20px;
    padding-bottom: 50px;
}

.padding-t-footer {
    padding-top: 40px;
}
/*About Us*/

.aboutus {
    background: url(../img/about-us-bg.jpg) 50% 50%;
    background-size: cover;
    height: 350px;
    background-repeat: no-repeat;
    /*background-attachment:fixed;*/
}

    .aboutus h1 {
        color: rgb(255, 255, 255);
        line-height: 0.97;
        text-align: center;
        text-shadow: 1.5px 2.598px 2.88px rgba(0, 0, 0, 0.3);
    }

        .aboutus h1.design-line span:before,
        .aboutus h1.design-line span:after {
            border-bottom: 3px solid #fff;
            border-top: 3px solid #fff;
        }


.view-collection {
    background: url(../img/view-collection-bg.jpg) top left;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}


h4.collection {
    font-size: 3.2em;
    font-family: 'playfair_displayregular';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    text-shadow: 1px 1.732px 4px rgba(0, 0, 0, 0.35);
    position: absolute;
    width: 50%;
    top: 40%;
    z-index: 5;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

    h4.collection:after {
        content: '';
        border-bottom: 1px solid white;
        width: 25%;
        height: 3%;
        position: absolute;
        bottom: -10px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

.content h3 {
    font-size: 3em;
    line-height: 1.5em;
    padding-left: 10em;
    text-indent: -10em;
}

    .content h3 span {
        font-size: 1.6em;
    }



#inner h1 {
    color: rgb(255, 255, 255);
    line-height: 0.97;
    text-align: center;
    text-shadow: 1.5px 2.598px 2.88px rgba(0, 0, 0, 0.3);
}

    #inner h1.design-line span:before,
    #inner h1.design-line span:after {
        border-bottom: 3px solid #fff;
        border-top: 3px solid #fff;
    }
/*Tile collection*/

.tilecollection {
    background: url(../img/tile-collections.jpg) 50% 50%;
    background-size: cover;
    height: 350px;
    background-repeat: no-repeat;
    margin-top: 72px;
    /*background-attachment:fixed;*/
}


.arch-series {
    /*background-color:#6d6d6d;*/
    background: url(../img/fallback-banner2.jpg) 50% 50%;
    background-size: cover;
    height: 350px;
    background-repeat: no-repeat;
    margin-top: 72px;
    /*background-attachment:fixed;*/
}

.project h3 {
    text-align: center;
    font-size: 2em;
    line-height: 1.6em;
    margin-bottom: 50px;
}

    .project h3 span {
        font-size: 1.6em;
    }

        .project h3 span.big {
            font-size: 2em;
        }

.tick {
    background: url(../img/tick.svg) top left;
    width: 130px;
    height: 130px;
    border: 10px solid red;
}

h4.t-collection {
    font-size: 2em;
    font-family: 'playfair_displayregular';
    color: rgb(255, 255, 255);
    text-transform: none;
    text-align: center;
    line-height: 1em;
    text-shadow: 1px 1.732px 4px rgba(0, 0, 0, 0.35);
    position: absolute;
    width: 50%;
    top: 50%;
    z-index: 5;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transform:translateY(-50%);
}

    h4.t-collection:after {
        content: '';
        border-bottom: 1px solid white;
        width: 25%;
        height: 3%;
        position: absolute;
        bottom: -10px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }






.nav-menu {
    position: relative;
    /*padding:20px 0;
    padding-bottom:0px;*/
    padding: 20px;
}

    .nav-menu ul {
        display: none;
        /*right: 100%;*/
        opacity: 0;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        float: left;
    }

    .nav-menu li {
        display: block;
        float: left;
    }

        .nav-menu li a {
            color: #6d6d6d;
            display: block;
            text-transform: uppercase;
            text-decoration: none;
            padding: 5px 20px;
            text-align: center;
        }

            .nav-menu li a:hover span {
                opacity: 1;
                visibility: visible;
            }



.nav-trigger {
    color: #6d6d6d;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
    width: 100px;
}

    .nav-trigger:hover {
    }

    .nav-trigger span {
        color: #fff;
        padding: 5px;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
    }

/* :checked state */


input[type=checkbox]:checked + .nav-menu .nav-trigger {
    position: relative;
}

    input[type=checkbox]:checked + .nav-menu .nav-trigger:after {
        content: "Close";
        position: absolute;
        left: 0;
        bottom: 0;
        background: white;
    }

input[type=checkbox]:checked + .nav-menu .nav-logo {
    opacity: 0;
    display: none;
}

/* Icons turn back */


input[type=checkbox]:checked + .nav-menu ul {
    opacity: 1;
    display: inline-block;
}

/*Input out of the window */

/*Input out of the window */




#nav-button {
    position: absolute;
    top: -99px;
    display: none;
}

/* Icon Styling */
.menuBtn {
    display: block;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 50px;
    margin: -25px 0 0 -30px;
}


    .menuBtn::before,
    .menuBtn::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 10px;
        right: 0px;
        background: #0078aa;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }




    .menuBtn span {
        top: 50%;
        margin-top: -5px;
    }

    .menuBtn::before,
    .menuBtn::after {
        content: "";
    }

    .menuBtn::before {
        top: 0px;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .menuBtn::after {
        top: 0px;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    /* Close state */

    /* type1 */
    .menuBtn.type1.close span {
        opacity: 0;
    }

    .menuBtn.type1.close::before {
        top: 0px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menuBtn.type1.close::after {
        top: 0px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.menuButton {
    text-indent: 0;
    border: 0px solid #000;
    color: #6d6d6d;
    background: white;
    text-transform: uppercase;
    color: #6d6d6d;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 20px;
    text-align: center;
}

    .menuButton:hover {
    }

    .menuButton:active {
        position: relative;
    }

.overlay-link {
    position: fixed;
    width: 100%;
    height: 100%;
    /*top: 0;*/
    /*CB 11/10/17 increasing top as it is hidden by menu*/
    top: 50px!important;
    left: 0;
    background: rgba(0,0,0,0.80);
    z-index: 10;
}

.overlay-close {
    width: 50px;
    height: 50px;
    border: 0px solid #000;
    font-size: 14px;
    right: 2%;
    top: 100px;
    position: absolute;
    background: transparent;
}



.overlay-data {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility: 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fiter-list li.filter {
    display: inline-block;
    padding-right: 10%;
    padding-bottom: 30px;
    font-size: 2em;
    color: white;
    font-family: 'playfair_displayregular';
}

    .fiter-list li a:hover {
        color: #63cbff;
    }
/*.og-grid:hover li a:hover { background: #5cb4e0; }*/

.og-grid li .mask {
    opacity: 0;
    background-color: #44a7d8;
    transition: all 0.4s ease-in-out;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}




.og-grid li:hover a .mask {
    opacity: 1;
    /*background-color: rgba(0,0,0, 0.6);*/
    transition: all 0.4s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}




.og-grid:hover li a h4 {
    /*opacity: 0.5;*/
    transition: all 0.4s ease-in-out;
}

.og-grid:hover li:hover a h4 {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.og-grid:hover li a:hover .mask {
    opacity: 1;
    background-color: #44a7d8;
    transition: all 0.4s ease-in-out;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/*.og-grid:hover li:not(:hover) .mask { 
	opacity: 0;
    background-color: #44a7d8;
    transition: all 0.4s ease-in-out;
    mix-blend-mode: multiply;
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
}*/

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .og-grid:hover li:hover .mask {
        background-color: rgba(92, 180, 224, 0.6);
    }
}

/*.og-grid:hover li a img { opacity: 0.6; }
.og-grid:hover li a:hover img { opacity: 1; }*/

.og-grid:hover {
}



/*to del*/
/* color-shape */


.button.is-checked {
    color: #FFF;
    text-shadow: 0px -1px rgba(0, 0, 0, 0.8);
}

.button:active, .button.is-checked, .fiter-list li.filtered, .menuButton.filtered {
    color: #63cbff;
}

/*to del*/

/*table formatting*/

.pure-table thead {
    background: none;
    color: #111111;
    text-transform: uppercase;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.table-width {
    /*width:100%;*/
    margin-bottom: 40px;
}

.pure-table td, .pure-table th {
    border: none;
}

.pure-table {
    border: 0px solid #cbcbcb;
}


/* Star Icon */
.starIcon:before {
    content: "\f006";
    font-family: FontAwesome;
    font-size: 20px;
}

.favourite.starIcon:before {
    content: "\f005";
    color: #00b9f1;
    font-family: FontAwesome;
}

/* Star Icon Header*/
.starIcon-header {
    text-decoration: none;
}

    .starIcon-header:before {
        content: "\f006";
        font-family: FontAwesome;
        font-size: 20px;
    }

    .starIcon-header.favourite:before {
        content: "\f005";
        color: #00b9f1;
        font-family: FontAwesome;
    }

.fa-times {
    color: #6d6d6d;
}

.fa-check {
    color: #65b8e2;
}

.marginsleft {
    margin-left: -10px;
}

.position-bottom {
    position: absolute;
    bottom: 66px;
    right: -390px;
    width: 381px;
}

.sales-email-a:hover {
    color:#44a7d8;
}
.dark ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}

.dark :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.dark ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.dark :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.dark :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #fff;
}


h3.line {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin: 0px;
}

    h3.line:after {
        content: "";
        position: absolute;
        height: 10px;
        border-bottom: 1px solid #c3c5c5;
        left: 0px;
        bottom: 0px;
        width: 70px;
        margin-right: 15px;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.openoverlay li a {
    color:#ffffff
}

.arrow_box {
	position: absolute;
    top:0;
    right:10px;
    width:25px;
    height:20px;
}

.arrow_head {
    border-left:1px solid #fff;
    position:absolute;
    left:0;
    top:0px;
    border-top:1px solid #fff;
    width:21px;
    height:21px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.arrow_leg {
    position:absolute;
    border-top: 1px solid #fff;
    height:1px;width:25px;
    top:10px;
    left:-2px;
}

.nav_text {
    position:absolute;
    right:70px;
    font-size:22px;
    font-family:'Playfair Display';
    font-weight:300;
    top:21px;
    display:none;
}
@media screen and (max-width:767px) {
    .nav_text {
        display:block;
    }
}
@media screen and (min-width:1380px) {
    .icons {
        right:0px!important;
    }
    .toggle {
        display:none;
    }
    
}