

/*
	--- COSY STYLE V1.7 ------
	cosy-blue: #3896B4
    cosy-red: #DB4343
    cosy-orange: #F9C654
    cosy-light-orange: #F8E4B6
    cosy-extra-light-orange: #FAF3E4;
*/

/*
	--- COSY HELPERS ------
*/

.cosy-orange {
	background: #F9C654;
    color: #FFF;
	}

.cosy-gray-bg {
	background-color: #FAFAFA;
	}

.cosy-section-border {
	margin-top: 48px;
	padding-top: 60px;
	border-top: 3px solid #F5F5F5;
	}

.cosy-top-padding {
	padding-top: 48px;
	}





/*
	--- COSY COPY ------
*/


.cosy-copy .icon-top {
	display: none;
	}
.cosy-copy h1 {
	font-size: 1.6rem;
	text-align: center;
    text-transform: uppercase;
	}

.cosy-copy a {
	position: relative;
	display: inline-block;
	color: #444;
	border-bottom: 2px solid #F9C654;
    text-decoration: none;
	}

.cosy-copy a:after {
	content: "";
	position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #3896B4;
    transition: width .2s;
	}

.cosy-copy a:hover:after {
	width: 100%;
	}





/* 
	--- COSY SECOND INTRO ------ 
*/

.cosy-second-intro {
	margin-bottom: 60px;
	padding: 48px 0;
	background: #FAFAFA;
	}

.cosy-second-intro h1 {
	position: relative;
	margin: 0 0 40px 0;
    padding: 0 0 30px 0;
	font-size: 6em;
    font-weight: bold;
	color: #3F9DB5;
    text-transform: uppercase;
    text-align: center;
    line-height: 1; 
	}
	@media(max-width: 767px) {
		.cosy-second-intro h1 {
    		font-size: 3rem;
        	margin-top: -24px;
    	}
	}
    
.cosy-second-intro h1:after {
	content: "";
    display: block;
    width: 150px; 
    height: 3px;
    position: absolute;
    bottom: 0; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #F9C654;
	}

.cosy-second-intro h2 {
	text-transform: uppercase;
    font-size: 1.6rem;
	}

.cosy-second-intro p {
	font-size: 1.25rem;
    line-height: 1.5;
	}

.cosy-second-intro .item a {
	position: relative;
	display: inline-block;
	color: #444;
	border-bottom: 2px solid #F9C654;
    text-decoration: none;
	}

.cosy-second-intro .item a:after {
	content: "";
	position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #3896B4;
    transition: width .2s;
	}

.cosy-second-intro .item a:hover:after {
	width: 100%;
	}





/* 
	--- COSY BUTTON ------
*/

.cosy .button {
	margin: 0;
    color: #444;
	}

.cosy .button .lbl {
	position: relative;
	height: auto;
	padding: 6px 8px 9px 8px;
    color: #444;
    font-size: .9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
	background: none!important;
    max-width: 100%;
	}

.cosy .button .lbl:after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #F9C654;
    transition: width .2s;
	}

.cosy .button:hover .lbl:after {
	width: 0;
	}

.cosy .button .lbl:before {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #3896B4;
    transition: width .2s;
	}

.cosy .button:hover .lbl:before {
	width: 100%;
	}

.cosy .button .arrow {
	display: none;
	}





/*
	-- COSY FULLWIDTH ------
*/

.fullWidthBanner:before {
	display: none;
	}

.fullWidthBanner__image {
	position: relative;
	}

.fullWidthBanner .fullWidthBanner__text {
	position: relative;
	width: 100%;	
    top: auto; left: auto;
    transform: none;
    z-index: 2;
    background-color: #f1f1f1;
	padding-bottom: 40px;
	}


.fullWidthBanner .fullWidthBanner__text > .container .row .span24 .pad {
	padding: 75px 50px 20px 50px;
 	}
	@media(max-width: 767px) {
    	.fullWidthBanner .fullWidthBanner__text > .container .row .span24 .pad {
			padding: 24px;
		}
    }

.fullWidthBanner .fullWidthBanner__title {
	position: relative;
    margin-bottom: 70px;
	color: #3896B4;
	font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
	}
	@media(max-width: 767px) {
    	.fullWidthBanner .fullWidthBanner__title {
        	font-size: 3rem;
        }
	}
.fullWidthBanner .fullWidthBanner__title:before {
	content: "";
    display: block;
    width: 200px;
    height: 4px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F9C654;
	}

.fullWidthBanner .fullWidthBanner__desc {
    margin: 0 auto;
    color: #444;   
    line-height: 1.5;
	}
.fullWidthBanner .fullWidthBanner__desc h2 {
	font-size: 1.6rem;
	text-transform: uppercase;
	}

.fullWidthBanner .fullWidthBanner__desc a {
	position: relative;
	display: inline-block;
	color: #444;
	border-bottom: 2px solid #F9C654;
    text-decoration: none;
	}

.fullWidthBanner .fullWidthBanner__desc a:after {
	content: "";
	position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #3896B4;
    transition: width .2s;
	}

.fullWidthBanner .fullWidthBanner__desc a:hover:after {
	width: 100%;
	}




/*
	--- COSY SECTION TITLE ------
*/

.cosy .section-title {
	margin: 0 0 60px 0;
	text-align: center;
    color: #444;
	}
    
.cosy .section-title a {
	color: #444;
    font-size: 1.4rem;
    font-weight: normal;
	text-transform: uppercase;
	}





/* 
	COSY SIMPLE BANNER INTRO
*/

.cosy-simple-banner-intro .container {
	max-width: 100%;
    padding: 0;
	}
    
.cosy-simple-banner-intro .simple-banner {
	display: block;
    position: relative;
	}

.cosy-simple-banner-intro .simple-banner .pic {
 	width: 100%;
    margin: 0;
    overflow: hidden;
    max-height: 600px;
	}

.cosy-simple-banner-intro .simple-banner .info {
	position: absolute;
	top: 50%; left: 50%;
	max-width: 986px;
    margin: 0;
	padding: 0;
    transform: translate(-50%, -50%);
	}

.cosy-simple-banner-intro .simple-banner .info .desc {
	text-align: center;
    color: #FFF;
	}





/* 
	COSY ROLLOVERS 
*/

.cosy-rollovers {
	padding-top: 0;
    margin-bottom: 48px;
	}

.cosy-rollovers > .container {
	padding-top: 0;
    margin-top: -24px;
	}

.cosy-rollovers > .container > div {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	}
.cosy-rollovers > .container > div > div {
	width: 25%;
    padding: 12px;
    box-sizing: border-box;
	}
	@media(max-width: 767px) {
		.cosy-rollovers > .container > div > div {
			width: 50%;
		}
	}

.cosy-rollovers .rollover-product {
	position: relative;
    margin-bottom: 50px;
    transition: transform .2s;
	}

.cosy-rollovers .rollover-product:hover {
	transform: scale(1.1);
	}

.cosy-rollovers .rollover-product .image-main {
	overflow: hidden;
    border-radius: 8px;
	}

.cosy-rollovers .rollover-product .image-main img {
	display: block;
	}

.cosy-rollovers .rollover-product .image-rollover {
	opacity: 0;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-size: cover;
    border-radius: 8px;
    transition: opacity .5s;
	}

.cosy-rollovers .rollover-product:hover .image-rollover {
	opacity: 1;
	}

.cosy-rollovers .rollover-product a.button {
	position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: calc(100% + 50px);
 	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
	}

.cosy-rollovers .rollover-product a.button .lbl {
	height: 45px;
	}
    
.cosy-rollovers .rollover-product a.button .lbl:after,
.cosy-rollovers .rollover-product a.button .lbl:before {
	display: none;
	}





/*
	--- COSY SECTION ------
*/

.cosy-section .simple-banner {
	padding-bottom: 48px;
	}
	@media(max-width: 767px) {
		.cosy-section .simple-banner {
    		display: block;
    	}
	}

.cosy-section .section-title a {
	position: relative;
	display: block;
    margin: 0 auto 48px auto;
    padding: 0 0 32px 0;
    color: #3896B4;
	font-size: 4rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
	}
	@media(max-width: 767px) {
		.cosy-section .section-title a {
    		font-size: 3rem;
		}
	}

.cosy-section .section-title a:after {
	content: "";
    display: block;
    width: 150px; 
    height: 3px;
    position: absolute;
    bottom: 0; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #F9C654;
	}

.cosy-section .pic {
	border-radius: 8px;
    overflow: hidden;
	}
	@media(max-width: 767px) {
		.cosy-section .pic img {
    		display: block;
    		width: 100%;
    	}
	}

.cosy-section .info p {
	font-size: 1.5rem;
	}
	@media(max-width: 767px) {
		.cosy-section .info {
    		text-align: center;
    	}
	}





/*
	--- COSY FILMSTRIP ------
*/

.cosy-filmstrip .picker .color span {
	border-radius: 4px;
	}

.cosy-filmstrip .picker .color {
	transition: transform .2s;
	}

.cosy-filmstrip .picker .color:hover {
	transform: scale(1.1);
	}
	@media(max-width: 767px) {
		.cosy-filmstrip .product {
    		text-align: center;
		}
	}

.cosy-filmstrip .product .span12 .title {
    width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
    transform: translateX(100%);
	}
	@media(max-width: 767px) {
		.cosy-filmstrip .product .span12 .title {
    		padding-right: 0;
			transform: none;
        	text-align: center;
		}
	}

@media(min-width: 768px) {
	.cosy-filmstrip .product .span6 {
		width: calc(50% - 60px);
	}
}

.cosy-filmstrip .product .span6 .pad {
	padding: 0;
	}
    
.cosy-filmstrip .filmstrip .pic {
	width: 60px; 
    height: 60px;
	border-radius: 5px;
    padding: 5px;
	}
	@media(max-width: 767px) {
		.cosy-filmstrip .picker {
    		justify-content: center;
    	}
	}





/*
	--- COSY BLOG ------
*/

.cosy-basic-highlight.cosy-blog .container {
	position: relative;
	background: #FAFAFA;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-bottom: 72px;
	}
    
.cosy-basic-highlight.cosy-blog .info-boxes .span6 {
    padding: 12px;
	}

.cosy-basic-highlight.cosy-blog .info-boxes .pic {
	overflow: hidden;
    border-radius: 8px;
	}

.cosy-basic-highlight.cosy-blog .info-boxes .pic img {
	display: block;
	}





/* --- COSY GALLERY ------ */

.cosy-gallery .container {
    max-width: 100%;
    padding: 0;    
	}

.cosy-gallery .container .span6 {
	padding: 0;
	}
	@media(max-width: 767px) {    
    	.cosy-gallery .container .span6 {
        	width: 50%;
            float: left;
        }
	}
    
.cosy-gallery .container .span6 .highlight {
	padding: 0;
    height: auto!important;
	}

.cosy-gallery .container .span6 .highlight .pic {
	margin: 0; padding: 0;
	}

.cosy-gallery .container .span6 .highlight .pic > img {
	display: block;
	}

.cosy-gallery .container .span6 .highlight .btn-more {
	position: static;
	}





/*
	--- COSY HOTSPOTS ------
*/

.cosy-hotspot > .container {
    max-width: 100%;
    padding: 0;
	}
.cosy-hotspot .r-hotspot .r-hotspot__open-btn {
	display: block;
	width: 26px; height: 26px;
	border-radius: 50%;
    background-color: #DB4343;
	}
	@media(max-width: 768px) {
		.cosy-hotspot .r-hotspot .r-hotspot__open-btn {
        	width: 20px;
            height: 20px;
        }
	}

.cosy-hotspot .r-hotspot__dialog {
	margin: 0;
    border-radius: 8px;
	}
	@media(min-width: 768px) {
		.cosy-hotspot .r-hotspot__dialog {
			margin-left: 16px;
    		margin-top: -16px;
            min-width: 280px;
		}
	}
    
.cosy-hotspot .r-hotspot__dialog-contents .btn-more .button {
    margin: 0;
	}

.cosy-hotspot .r-hotspot__dialog-contents .btn-more .button .lbl {
	position: relative;
	background: none!important;
    padding: 0 5px!important;
    color: #444;
    text-transform: uppercase;
    border-bottom: 2px solid #F9C654!important;
	}
.cosy-hotspot .r-hotspot__dialog-contents .btn-more .button .lbl:after {
	position: absolute;
    bottom: -2px; left: 0;
	content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #3896B4;
    transition: width .2s;
	}
.cosy-hotspot .r-hotspot__dialog-contents .btn-more .button:hover .lbl:after {
	width: 100%;
	}

.cosy-hotspot .r-hotspot__dialog-contents .btn-more .button .arrow {
	display: none;
	}
	@media(max-width: 768px) {
		.r-hotspot.show .r-hotspot__open-btn {
			top: 0; right: 0;
        	transform: translate(50%, -50%) rotate(45deg)!important;
		}
	}

.cosy-hotspot .r-hotspot .r-hotspot__open-btn:after {
	position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 16px; height: 3px;
    background: white;
	}
    @media(max-width: 768px) {
    	.cosy-hotspot .r-hotspot .r-hotspot__open-btn:after {
        	width: 12px; height: 2px;
        }
    }
.cosy-hotspot .r-hotspot .r-hotspot__open-btn:before {
	content: "";
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 3px; height: 16px;
    background: white;
	}
    @media(max-width: 768px) {
    	.cosy-hotspot .r-hotspot .r-hotspot__open-btn:before {
        	width: 2px; height: 12px;
        }
    }

.cosy-hotspot .r-hotspot.show .r-hotspot__open-btn {
	transform: rotate(45deg);
	}

.cosy-hotspot .pic {
	margin: 0;
	}

.cosy-hotspot .pic img {
	display: block;
	}


