@font-face {
    font-family: 'Eraser';
    src: url('EraserDust.eot');
    src: url('EraserDust.eot?#iefix') format('embedded-opentype'),
        url('EraserDust.woff') format('woff'),
        url('EraserDust.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Eraser';
    src: url('EraserRegular.eot');
    src: url('EraserRegular.eot?#iefix') format('embedded-opentype'),
        url('EraserRegular.woff') format('woff'),
        url('EraserRegular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'blzee';
    src: url('blzee.eot');
    src: url('blzee.eot?#iefix') format('embedded-opentype'),
        url('blzee.woff') format('woff'),
        url('blzee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------------------------------------------------------------- */
/* Body */
body {
	font-family:'Oswald';
	color:#333;
	background-color: #ececec;
	overflow-x: hidden;
	position: relative;

}
#body{
	min-height: 90vh;
	padding-top: 50px;
}
#header{
	background-color: #000;
}

.navbar-toggle .icon-bar{
	background-color:#fff;
}

strong a{
	padding: 10px 18px;
	color: #fff;
	background-color: #50a2d6;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	@media(min-width:768px){
		letter-spacing: 2px;		
	}
}
strong a:hover{
	color:#50a2d6;
	border:1px solid #50a2d6;
	letter-spacing: 2px;
	background-color: #fff;	
	text-decoration: none;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	@media(min-width:768px){
		letter-spacing: 3px;		
	}
} 
@media(max-width:768px){
	td{
		display: block;
	}
}
a:hover{
	text-decoration: none !important;
}
/* --------------------------------------------------------------------------------------------- */
/* Page Editor */

.edit {
	z-index: 1000;
}

.page-editor .first-adv div {
	position: relative;
	height: 500px;
}


/* --------------------------------------------------------------------------------------------- */
/* FontAwesome Icons */

.icon-phone:before, .icon-mail:before, .icon-marker:before {
	font-family: 'FontAwesome';
	color: #f4a600;
	margin-right: 10px;
}

.icon-phone:before {
	content: '\f095';	
}

.icon-mail:before {
	content: '\f003';	
}

.icon-marker:before {
	content: '\f041';
}

/* --------------------------------------------------------------------------------------------- */
/* FontAwesome Social Icons */

.icon-faceb:before,
.icon-twitt:before,
.icon-insta:before,
.icon-pinter:before,
.icon-google:before{
	font-family: 'FontAwesome';
	color: #fff;
}

.icon-faceb:before{
	content: '\f09a';	
}

.icon-twitt:before{
	content: '\f099';
}

.icon-insta:before{
	content: '\f16d';	
}

.icon-pinter:before{
	content: '\f231';	
}

.icon-google:before{
	content: '\f0d5';	
}

/* --------------------------------------------------------------------------------------------- */
.side-menu li{
	margin:10px 0px;
	border-bottom:1px solid #e3e3e3;
	padding:10px 0;
}

.side-menu li a{
	display: block;
}
.side-menu li > i {
	width: 15px;
	float: right;
}
.side-menu li > ul {
	margin-left:0;
	padding-left: 10px;
}


/* --------------------------------------------------------------------------------------------- */
/* Default layout */
#content-wrapper.type-page #content {
	padding:15px 0;
}

#content-wrapper, #sidebar-left{
	margin: 40px 0;
}

.start-url #content-wrapper{
	margin: 0;
}
#content-wrapper{
	background-color: white;
}
#content-wrapper ul {
	list-style:disc inside none;
	padding:0;
    list-style-position: inherit;
}

#body h1,
#body h2,
#body h3,
#body h4,
#body h5,
#body h6 {
	font-family:'Oswald';
	font-weight:bold;
	margin-bottom:10px;
	margin-top: 5px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-weight: 300 !important;
}

h4 {
	font-size: 30px;
	padding: 10px !important;
}

#container {
	padding:0 15px;
}

#footer {
    text-transform: uppercase;
    padding: 20px 0;
    color: #fff;
    background-color: #000000;
    position: relative;
    z-index: 10;
}

#footer.fixed {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 105;
}
#footer ul {
	display: inline-block;
}

#footer ul li {
	float: left;
	margin-right: 8px;
}

#footer ul li img{
	max-height: 22px;
    width: auto;
}

#footer a, #footer a:hover{
	color: #fff;
	text-decoration: none;
}

.border-radius img {
	border-radius: 1px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.border-radius img:hover {
	filter: brightness(80%);
	-webkit-filter: brightness(80%);
	-moz-filter: brightness(80%);
}

/* --------------------------------------------------------------------------------------------- */
#base-404 {
	padding:20px;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#base-404 i {
	font-size:5vw;
	color:#f1796d;
}

#base-404 h2 {
	margin-bottom:10px;
	color:#333;
}

/* --------------------------------------------------------------------------------------------- */
#breadcrumb-wrapper .breadcrumb {
	background-color:#fff;
}

/* --------------------------------------------------------------------------------------------- */
/* Checkout */
/* --------------------------------------------------------------------------------------------- */
.sidebar-right{
	position: fixed;
	right:-50%;
    width: 50%;
    top: 0;
    height: 100%;
    z-index: 999;
    padding: 70px 25px;
    background-color: #fbfbfb;
	overflow-y: scroll;

    transform:translate3d(0px,0px,0px);
    -webkit-transform:translate3d(0px,0px,0px);
    -moz-transform:translate3d(0px,0px,0px);
    -o-transform:translate3d(0px,0px,0px);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);	
    transition: right 200ms ease, box-shadow 300ms ease 200ms;
    -webkit-transition: right 200ms ease, box-shadow 300ms ease 200ms;
    -moz-transition: right 200ms ease, box-shadow 300ms ease 200ms;
	-webkit-overflow-scrolling: touch;

}
@media (max-width: 768px){
	.sidebar-right{	
		right:-100%;
		width: 100%;
		padding:15px;
	}
}
.sidebar-right.open{
    right: 0;
    box-shadow: 15px 0px 50px 15px rgba(0,0,0,0.4);
}
.sidebar-button.close{
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 1007;
    background-color: white;
    padding: 5px 8px;
    border-radius: 200px;
    opacity: .6;
}
.sidebar-button.close .cart-icon{
	display: none;
}
.open-sidebar{
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    top: 96px;
    cursor: pointer;
    right: 0;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);	
}

@media (max-width: 768px){
	.open-sidebar{	
		padding:10px;
		font-size: 12px;
	}
}
.sidebar-right #products-list .image,
.other-products #products-list .image{
	position: relative;
}
.sidebar-right #products-list .image img{
	margin:0 auto;
}
.sidebar-right #products-list .image .overlay,
.other-products #products-list .image .overlay{
	position: absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}



.sidebar-right #products-list .image .title,
.other-products #products-list .image .title{
	position: absolute;
	top:50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%); 
	left:0;
	width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .6px;
}
.sidebar-right #products-list .image .price,
.other-products #products-list .image .price{
	position: absolute;
	top:60%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%); 
	left:0;
	width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .6px;
}


/* --------------------------------------------------------------------------------------------- */
/* Elements */
p {
	margin-bottom:15px;
}

ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a:hover {
	cursor:pointer!important;
}

/* --------------------------------------------------------------------------------------------- */
/* Header and navbar */
#navbar {
	z-index:3;
	margin-bottom:0;
}
#header{
	position: fixed;
	width: 100%;
	z-index: 200;
}

#header > .container {
	padding:0;
}

#header > .container > nav {
	border:none;
	box-shadow:none;
	border-radius:0;
	background:transparent;
}

#header .navbar-header a {
	display:inline-block;
	height:45px;
	line-height:60px;
	padding:0;
	margin:5px 10px;
	max-width: 160px;
}

#header .navbar-header a img {
	vertical-align:middle;
	display:inline-block;
}

.language-flags .dropdown-menu {
	min-width:0;
}

#header .navbar-header .navbar-toggle {
	margin:20px;
}
@media(max-width:768px){
	#menu-top {
	    position: fixed;
	    top: 0;
	    left: 0;
	    height: 0;
	    width: 100%;
	    height: 100% !important;
	    border: 0;
	    background-color: rgba(0,0,0,0.6);
	    min-height: 250px;
	    z-index: 150;
	    transform: scale(0);
	    -o-transform: scale(0);
	    -moz-transform: scale(0);
	    -o-transform: scale(0);
	    transition: all 200ms ease-out;
	    -moz-transition: all 200ms ease-out;
	    -webkit-transition: all 200ms ease-out;
	    -o-transition: all 200ms ease-out;
	}
	
	#menu-top.in {
	    transform: scale(1);
	    -o-transform: scale(1);
	    -moz-transform: scale(1);
	    -o-transform: scale(1);	
	}
	#menu-top > ul{
		text-align: center;
		width: 100%;
		margin-left:-15px;
		margin-right:-15px;
	  	position: absolute;
	  	top: 50%;
	  	padding-left: 0;
	  	-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	#menu-top > ul#language-flags{
		top: 35px;
		right: 80px;
		width: auto;
	}
	#menu-top > ul#language-flags li{
	    display: inline-block;
	    float: left;
	    padding: 10px 5px;;
	}

	#menu-top > ul#language-flags li img{
		width: 30px;
		display: none;
	}
	#menu-top > ul#language-flags li.current img{
		opacity: 0.8;
	}
	
}
.navbar-toggle{
	z-index: 160;
}
#menu-top > ul > li {
	padding: 10px 20px;
}


#menu-top > ul > li a {
	text-transform: uppercase;
	font-family: 'Oswald';
}

#menu-top > ul > li > a {
    font-size: 22px;
    color: white;
    letter-spacing: 1.5px;
}

#menu-top > ul > li > a.dropdown-toggle {
	padding:0 5px;
}

#menu-top > ul > li.open > a:hover {
	background:#333!important;
}

/* --------------------------------------------------------------------------------------------- */
/* customer-questionaires */
/* --------------------------------------------------------------------------------------------- */
#customer-questionaires .diploma{
	max-width: 95px;
	margin: 0 auto;
}
/* --------------------------------------------------------------------------------------------- */
/* Brand */
/* --------------------------------------------------------------------------------------------- */
#brand-reserved_page .title h1 {
	margin-bottom:20px;
	color:#333;
	text-align:center;
}

#brand-reserved_page .not-found {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#brand-reserved_page .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#brand-reserved_page .not-found h2 {
	color:#333;
}

.brand.small {
	position:relative;
	display:block;
	background-color:#fff;
	height:300px;
	margin-bottom:30px;
	padding:20px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	color:#333;
}

.brand.small:hover {
	text-decoration:none;
}

.brand.small .image {
	float:left;
	width:100%;
	height:200px;
	line-height:200px;
	text-align:center;
	font-size:0;
}

.brand.small .image img {
	display:inline-block;
	vertical-align:middle;
}

.brand.small .name {
	position:absolute;
	text-align:center;
	line-height:100%;
	bottom:15px;
	width:222.5px;
	box-sizing:border-box;
}

.first-adv {
	background-color: blue;
}

/* --------------------------------------------------------------------------------------------- */
/* Products */
/* --------------------------------------------------------------------------------------------- */
#products-list .title h1 {
	margin-bottom:20px;
	color:#333;
}

#products-list .not-found {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#products-list .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#products-list .not-found h2 {
	color:#333;
}

#products-list .product.list {
	display:block;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	color:#333;
	text-decoration:none;
	margin-bottom:25px;
}

#products-list .product.list .title {
	padding:5px 20px;
	text-align:center;
	font-size:16px;
}

#products-list .product.list .summary {
	padding:0 20px 0 20px;
	word-break:break-all;
}

#products-list .product.list .price {
	padding:5px 20px;
	text-align:right;
}


#product-view .title h1 {
	margin-bottom:20px;
	text-align:center;
}
#product-view h3 {
	margin-top:10px;
	margin-bottom:5px;
}
#product-view .content {
	display:block;
	float:left;
	width:100%;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#product-view .content .row {
	margin:0;
}

#product-view .description {
	padding:20px;
}

#product-view .add-to-cart {
	padding:15px 0;
}

/* --------------------------------------------------------------------------------------------- */
/* Category */
/* --------------------------------------------------------------------------------------------- */
#category-render {
	margin-bottom:20px;
}

#category-render .title h1 {
	margin-bottom:20px;
}

#category-render .content {
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	padding:20px 0;
}

/* --------------------------------------------------------------------------------------------- */
/* Slideshow */
/* --------------------------------------------------------------------------------------------- */
.slideshow{
	overflow: hidden;
}

.arrow-down {
	position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    padding: 5px 10px;
    transform: translate(-50%,0);
}
.arrow-down .fa {
	font-size: 50px;
}

.arrow-down a {
	color: #fff;
}

.slideshow li img{
	max-width: 150% !important;
}

.slideshow-description strong a {
	font-size: 14px;
	padding: 10px 5px;
	}

@media(max-width:992px){
	.slideshow-description strong a {
		padding: 10px 60px;
	}
}

@media(min-width:768px){
	.slideshow li img {
		width: 100%;
		max-width: 100% !important;
	}
}
.slideshow .description{
	position:absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top:50%;
	padding: 20px;
	border-radius:3px;
	color:#fff;
}

.slideshow .description h1{
	text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}
@media (max-width: 992px){
	.gift-wrapper img {
		display: block;
		margin: 0 auto;
	}
}


@media (min-width: 992px){
	.gift-wrapper {
		position: absolute;
		top: -90px;
		right: 50px;
		display: block;
		cursor: pointer;
	}
}

.sv img {
	display: none !important;
}

.type-page-id-153 .sv img {
	display: block !important;
}

.type-page-id-153 .en img {
	display: none !important;
}

.gift-wrapper img {
	transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.gift-wrapper:hover img {
	transform: rotate(22deg);
	-webkit-transform: rotate(22deg);
	-moz-transform: rotate(22deg);
}

.slideshow-description{
	padding: 30px 0;
}

.desc-box ul {
	text-align: center;
	margin: 0 auto;
}

.desc-box ul li {
	margin: 10px;
	list-style: none;
}

.slideshow .description :last-child {
	margin-bottom:0;
}

.slideshow .description strong a {
	display: inline-block;
	width: 200px;
}



/* --------------- VIDEO -------------- */

.video-slideshow{
	position: relative;
    max-height: 100vh;
    overflow: hidden;
    height: 70vh;
}

.video-wrapper video { 
    display: block;
    top: 0;
    left: 0;
    width: 220%;
    margin-left: -50%;
    z-index: -100;
	background: url('../video/backgroundimage.png') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}
	
.stopfade { 
   opacity: .5;
}

@media (min-width: 768px){
	.video-wrapper video { 
	    width: 220%;
	}
}

@media (min-width: 992px){
	.video-wrapper video { 
	    width: 120%;
	    margin-left: 0;
        position: fixed;
	}
	.video-slideshow{
	    height: 100vh;
	}
}

/* ------------------------------------- */

.snowfun-btn, .partyr-btn, .backp-btn {
	display: inline-block;
	width: 225px;
	color:white !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}

.snowfun-btn small, .partyr-btn small, .backp-btn small {
	font-size: 14px;
}

@media (min-width: 992px){
	.snowfun-btn, .partyr-btn, .backp-btn {
		width: 190px;	
		font-size: 12px;
	}
}

.snowfun-btn p, .partyr-btn p, .backp-btn p {
	margin: 0;	
}

.snowfun-btn {
	background-color: #50a2d6 !important;	
	border:1px solid #50a2d6  !important;		
}

.partyr-btn {
	background-color: #fbbb32 !important;		
	border:1px solid #fbbb32  !important;		
}

.backp-btn {
	background-color: #92ce5c  !important;		
	border:1px solid #92ce5c  !important;		
}

.c-orange {
	color: #f4a600 !important;
}

strong a.snowfun-btn,strong a.snowfun-btn:hover,strong a.partyr-btn,strong a.partyr-btn:hover,strong a.backp-btn,strong a.backp-btn:hover {
	padding: 15px 25px;
	color: #fff !important;
	text-decoration: none;	
}

.blue-btn, .blue-btn:hover {
	color: #50a2d6;
	font-weight: 600;
	text-decoration: none;
}

/* --------------------------------------------------------------------------------------------- */
/* News */
/* --------------------------------------------------------------------------------------------- */

#news-list > div.title h1 {
	margin-bottom:20px;
}

#news-list .news-item {
	margin-bottom:20px;
}

#news-list .not-found {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#news-list .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:5px;
}

#news-list .not-found h2 {
	color:#333;
}

#news-list .items > :last-child .news-item {
	margin-bottom:0;
}

.news-item .title {
	margin-bottom:10px;
}

.news-item .title h1 {
	text-align:center;
	margin-bottom:20px;
}

.news-item .publish-date {
	position:absolute;
	top: 0;
	right: 15px;
	color:#fff;
	background-color: #000;
	font:12px 'Oswald';
	padding: 15px 35px;
}

.type-news_item .news-item .publish-date, .type-reserved_page .news-item .publish-date {
	top: 0;
	right: 0;
}

.date-date {
	font-size: 28px;
}

.date-month {
	font-size: 18px;
	text-transform: uppercase;
	color: #fbbb32;
}

.news-item .title a {
	color:#333;
    font-size: 30px;
    font-weight: normal;
	text-decoration:none;
}

.news-item .info {
	position:relative;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

.news-item .info .content {
	padding:20px;
}

.news {
	padding: 100px 0 60px 0;
}
	
.news-item ul {
	display: inline-block;
}
	
.news-item ul li {
	list-style: none;
}

.news-list img {
	width: 100%;
}

.news-list .news-item .summary {
	padding: 30px;
	background-color: #fff;
	margin-bottom: 60px;
}

/* --------------------------------------------------------------------------------------------- */
/* Questions page */
/* --------------------------------------------------------------------------------------------- */

.question > .col-sm-12 {
	padding: 25px;
}

.questions-full {
	margin: 50px 0;
	border: 1px solid #aaa;
	border-radius: 5px;
	position: relative;
	padding: 45px 30px 30px;
}
.questions-full.error{
	border: 1px solid #e74c3c;	
}
.questions-full h2 {
    position: absolute;
    top: -27px;
    background-color: #fff;
    padding: 0 20px;
    color: #fdad2a;
}

.questions-full p {
	margin-bottom: 0;
}

.questions-full label {
    margin: 0 0 15px;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    border: 1px solid gainsboro;
    padding: 15px 10px;
    vertical-align: middle;
    font-weight: 200;
}
@media(min-width:768px){
	.questions-full label {
		width: 45%;
		margin:0 10px 15px;
	}
}
.questions-full label:hover {
	color: white;
    background-color: #fdad2a;
    border: 1px solid white;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.questions-full label.error {
	background-color: #c0392b;
	border: 1px solid #c0392b;
	color: white;
}
.questions-full label.answered {
	background-color: #96c03d;
	border: 1px solid #96c03d;
	color: white;
}


.questions-full label input {
	margin-right: 5px;
	display: none;
}

.questions-full.col-sm-6 {
	margin: 0;
}

.questions-full.col-sm-6 label {
	margin: 10px 0;
	width: 100%;
}

.question-2-overlap img {
	display: none;
}

.question-2-overlap .pricetag {
	display: block;
	margin: 10px auto 0 auto;
}

@media(min-width:768px){
	.question-2-overlap .pricetag {
		display: inline-block;
		margin: -20px 0 0 20px;
	}
}

.first-adv h2 img, .second-adv h2 img, .third-adv h2 img {
	display: block;
	margin: 10px auto 0 auto;
}

@media(min-width:1320px){
	.first-adv h2 img, .second-adv h2 img, .third-adv h2 img {
		display: inline-block;
		margin: -20px 0 0 20px;
	}	
}

@media(min-width:768px){
	.question-2-overlap img {
		display: block;
	}
}

.question-2-overlap .summary {
	margin-bottom:15px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 30px;
}
@media(min-width:768px){
	.question-2-overlap .summary {
		padding: 30px;
		min-height: 346px;
	}
}

.question-2-overlap .col-sm-5, .question-2-overlap .col-sm-8 {
	margin-bottom: 50px;
}
@media(min-width:768px){
	.question-2-overlap .col-sm-5, .question-2-overlap .col-sm-8 {
		margin-bottom: 0;
	}
}

.question .show-alternatives{
    display: block;
    margin: 0 auto;
    border: none;
    font-size: 20px;
    background-color: #fdad2a;
    padding: 15px 50px;
    margin-bottom: 15px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.question .show-alternatives:hover{
	color:#fdad2a;
	border:1px solid #fdad2a;
	background-color:white;
}

.question-2-overlap .image {
    overflow: hidden;
    padding: 0;
}

.questions-submit,
.questionaire-categories-nav{
	text-align: center;
}

.questions-submit {
	padding: 30px;
}

.questions-submit button{
	background-image: none;
	background-color: #fdad2a;
	border: none;
	text-shadow: none;
	padding: 14px 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}

/* --------------------------------------------------------------------------------------------- */
.page-editor-feedback{
    position: fixed;
    top: 50%;
    font-size: 252px;
    left: 50%;
    margin-left: -117px;
    margin-top: -180px;
    z-index: 999999;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -moz-transition:all 150ms ease;
    -webkit-transition:all 150ms ease;
    -o-transition:all 150ms ease;
    transition:all 150ms ease;
}

.page-editor-feedback.active{
    -moz-transform: scale(1);	
    -webkit-transform: scale(1);	
    -o-transform: scale(1);	
    transform: scale(1);	
	opacity: 0.9;
}
.page-editor-feedback i{
	text-shadow: 0px 0px 45px rgba(0,0,0,0.3);
	-webkit-text-shadow: 0px 0px 45px rgba(0,0,0,0.3);
	-moz-text-shadow: 0px 0px 45px rgba(0,0,0,0.3);
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* Page */
/* --------------------------------------------------------------------------------------------- */

/* Gallery */
.page-gallery img {
	border-radius:3px;
	opacity:0.5;
	transition:opacity 200ms;
}

.page-gallery img:hover {
	opacity:1;
}

/* --------------------------------------------------------------------------------------------- */
#cart .title h1,
#checkout .title h1 {
	text-align:center;
	margin-bottom:20px;
}

#checkout h2,
#checkout h3 {
	margin:10px 0;
}

#cart .bottom-bar,
#checkout .bottom-bar {
	text-align:right;
}
#checkout .bottom-bar button{
	background-color: #93cc63;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;

}
#cart .items,
#cart .not-found,
#checkout .cart,
#checkout .summary,
#checkout .details,
#checkout .delivey-details,
#checkout .contact-details,
#cart .bottom-bar,
#checkout .bottom-bar,
#checkout .not-found {
	padding:15px;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	margin-bottom:20px;
}
#checkout .contact-details{
	margin-bottom:0;
}
#cart .not-found,
#checkout .not-found {
	padding:25px;
	margin-bottom:0;
}

#cart .not-found i,
#checkout .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#cart .not-found h2,
#checkout .not-found h2 {
	color:#333;
}

#checkout .payment-methods input[type="radio"],
#checkout .delivery-methods input[type="radio"] {
	display:none;
}

#checkout .payment-methods input[type="radio"]:checked + label,
#checkout .delivery-methods input[type="radio"]:checked + label {
	opacity:1;
}

#checkout .payment-methods .payment-method,
#checkout .delivery-methods .delivery-method {
	width:100%;
	box-sizing:border-box;
	padding:20px;
	opacity:0.5;
	font-weight:normal;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#checkout .payment-methods .payment-method .info .price,
#checkout .delivery-methods .delivery-method .info .price {
	font-size:12px;
}

#checkout .payment-methods .payment-method .info,
#checkout .delivery-methods .delivery-method .info {
	text-align:justify;
	font-size:11px;
}

#checkout .payment-methods .payment-method .info .description > :last-child,
#checkout .delivery-methods .delivery-method .info .description > :last-child {
	margin-bottom:0;
}

#checkout .payment-methods .payment-method .icon i,
#checkout .delivery-methods .delivery-method .icon i {
	font-size:30px;
}

#checkout .payment-methods .payment-method:hover,
#checkout .delivery-methods .delivery-method:hover {
	cursor:pointer;
}

#checkout .payment-methods .logo,
#checkout .delivery-methods .logo {
	text-align:center;
}

#checkout .payment-methods .logo img,
#checkout .delivery-methods .logo img {
	display:inline-block;
}

#checkout .summary table {
	margin-bottom:0;
}

#cart table,
#checkout .cart table {
	margin:0;
}

#cart table tbody td,
#checkout .cart table tbody td {
	vertical-align:middle;
}

#cart table tbody td img,
#checkout .cart table tbody td img {
	display:inline-block;
}

#cart table tfoot td,
#checkout .cart table tfoot td {
	padding-top:20px;
}

#cart input[type="text"],
#checkout .cart input[type="text"] {
	text-align:center;
}

/* --------------------------------------------------------------------------------------------- */
#receipt i{
    font-size: 36px;
    border: 1px solid #333;
    padding: 22px;
    border-radius: 200px;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	color:#96c03d;
}
#receipt i:hover{
	color:#23527c;
	cursor: pointer;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
#receipt #bootstrap-task-errors i{
	font-size: 20px;
	padding:8px;
}
#receipt h2 {
	margin-bottom:10px;
	text-align:center;
}

#receipt .title h1 {
	text-align:center;
	margin-bottom:20px;
}

#receipt table {
	margin-bottom:0;
}

#receipt .contact-details,
#receipt .payment-details,
#receipt .delivery-details,
#receipt .rows,
#receipt .not-found {
	padding:25px;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	margin-bottom:20px;
}

#receipt .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#receipt .not-found h2 {
	color:#333;
}

#receipt .rows tfoot td {
	font-weight:bold;
}

/* --------------------------------------------------------------------------------------------- */
#customer-login h1,
#customer-register h1,
#customer-forgot_password h1 {
	margin-bottom:20px;
	color:#333;
	text-align:center;
}

#customer-login form .btn {
	background-color: #333;
	background-image: none;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	text-shadow: none;
}


#customer-login form,
#customer-register .login-details,
#customer-register .personal-details,
#customer-register .company,
#customer-register .address,
#customer-register .submit,
#customer-forgot_password form {
	background-color:#fff;
	padding:25px;
}

#customer-register .submit {
	padding:10px;
	text-align:right;
}

#customer-login button[type=submit],
#customer-forgot_password button[type=submit] {
	margin-bottom:15px;
}

#customer-forgot_password .message {
	margin-bottom:15px;
}

#customer-register .login-details,
#customer-register .personal-details,
#customer-register .company,
#customer-register .address {
	margin-bottom:20px;
}

#customer-register h3 {
	margin-bottom:10px;
}

/* --------------------------------------------------------------------------------------------- */
#bootstrap-task-errors.list-group {
	border-radius:0;
	box-shadow:none;
}

#bootstrap-task-errors.list-group .list-group-item {
	border-radius:0;
	border:none;
}

/* --------------------------------------------------------------------------------------------- */
#customer-my_pages .title h1 {
	text-align:center;
	margin-bottom:20px;
}

#customer-my_pages h2 {
	margin-bottom:10px;
}

#customer-my_pages form {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-my_pages form.details {
	margin-bottom:20px;
}

#customer-my_pages .login-details h3,
#customer-my_pages .personal-details h3,
#customer-my_pages .company h3,
#customer-my_pages .address h3 {
	margin-bottom:10px;
}

#customer-my_pages .login-details {
	margin-bottom:20px;
}

#customer-my_pages .company {
	margin-bottom:20px;
}

#customer-my_pages #bootstrap-task-errors.list-group {
	margin-bottom:10px;
}

#customer-my_pages .preselected-addresses {
	margin-bottom:20px;
}

/* --------------------------------------------------------------------------------------------- */
#customer-contact_us h1 {
	margin-bottom:20px;
	text-align:center;
}

#customer-contact_us form {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-contact_us form h3 {
	margin-bottom:10px;
}

#customer-contact_us form hr {
	margin:0;
	margin-bottom:15px;
	margin-top:5px;
}

/* --------------------------------------------------------------------------------------------- */
#customer-order_history h1 {
	text-align:center;
	margin-bottom:20px;
}

#customer-order_history .order-list {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-order_history .not-found {
	
}

#customer-order_history .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#customer-order_history .not-found h2 {
	color:#333;
}

/* --------------------------------------------------------------------------------------------- */
#customer-order_view h1 {
	text-align:center;
	margin-bottom:20px;
}

#customer-order_view table {
	margin-bottom:0;
}

#customer-order_view .payment-address,
#customer-order_view .delivery-address,
#customer-order_view .items,
#customer-order_view .summary {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-order_view .payment-address,
#customer-order_view .items,
#customer-order_view .delivery-address {
	margin-bottom:20px;
}

#customer-order_view h2 {
	margin-bottom:10px;
}

/* --------------------------------------------------------------------------------------------- */
#search h1 {
	text-align:center;
	margin-bottom:20px;
}

#search .form {
	margin-bottom:20px;
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#search .not-found {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	text-align:center;
}

#search .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#search .not-found h2 {
	color:#333;
}

/* --------------------------------------------------------------------------------------------- */
/* Startpage - Section-1
/* --------------------------------------------------------------------------------------------- */

.section-1, .section-1-title {
	background-color: #f7f7f7 ;
}

.section-1-title {
	padding: 100px 0 0 0;
}

.section-1 img {
	margin-bottom: 20px;
}

.section-1 {
	padding: 60px 0 100px 0;
}

.section-1 .col-sm-4 {
	background-image: url('../img/path.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 50px;
}

/* --------------------------------------------------------------------------------------------- */
/* Startpage - Section-2
/* --------------------------------------------------------------------------------------------- */

.adventures {
	padding: 100px 0 60px 0;
	background-color: #fff;
}

.first-adv .col-sm-12 .row,
.second-adv .col-sm-12 .row,
.third-adv .col-sm-12 .row {
	margin: -30px;
}

.second-adv,
.third-adv {
	margin-top: -118px;
}

.first-adv,
.second-adv,
.third-adv {
	position: relative;
	height: 670px;
}

.first-adv:after{
	background-image: url('/content/files/images/charter4.png');
}

.second-adv:after{
	background-image: url('/content/files/images/snowfun.png');
}

.third-adv:after{
	background-image: url('/content/files/images/backpacker.png');
}

.first-adv:after,
.second-adv:after,
.third-adv:after {
	height: 100%;
	width: 100%;
	z-index: 8;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	filter: brightness(30%);
	-webkit-filter: brightness(30%);
	-moz-filter: brightness(30%);
}

.first-adv .col-sm-4.col-sm-offset-4,
.second-adv .col-sm-4.col-sm-offset-4,
.third-adv .col-sm-4.col-sm-offset-4 {
    position: absolute;
    opacity: 1;
	z-index: 100;
	margin-top: 190px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #fff;
}

/* --------------------------------------------------------------------------------------------- */
/* Questions
/* --------------------------------------------------------------------------------------------- */
.question{
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
}

.question.active{
	max-height: none;
	transition: all 0.4s ease-in .15s;
	-webkit-transition: all 0.4s ease-in .15s;
	-moz-transition: all 0.4s ease-in .15s;
}

.question{
	position: relative;
	z-index: 100;
}
.question .next,
.question .previous,
.question .validate{
	position: absolute;
	bottom:25px;
	border:1px solid #e3e3e3;
	padding: 4px 15px;
    border-radius: 3px;
    color:white;
    text-transform: uppercase;
	cursor: pointer;
}
.question .next, .question .validate{
	right:25px;
	background-color:#2ecc71;
}

.question .previous{
	left:25px;
	background-color:#c0392b;
}

.fancybox-skin{
	background:#fff;
}
.feedback{
	padding:50px;
	min-width: 450px;
}
.feedback i{
	margin-bottom:15px;
}
.feedback h3{
	margin-bottom:25px;
}
@media(max-width:768px){
	.feedback{
		padding:15px 0;
		width: 100%;
		min-width: 100%;
		margin:0;
	}
	.feedback i{
		margin-bottom:15px;
		font-size: 80px !important;
	}
	.feedback h2{
		margin-bottom:25px;
		font-size: 16px;
	}	
	.feedback strong a{
		padding:7px;
		font-size: 10px;
	}
}
#body .question-title{
	clear:both;
	text-align: center;
	margin:10px auto;
}
#body .question-title h4{
	font-size: 14px;
    font-weight: 200;
    cursor: pointer;
    opacity: .4;
	transition: all 0.4s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	background-color: #edeff0;
	display: inline-block;
	cursor: not-allowed;
}
#body .question-title h4.active{
	opacity: 1;
    border: 1px solid #50a2d6;
    background-color:#50a2d6;
	transform: scale(1.2);
    border: 1px solid #50a2d6;
    background-color: #50a2d6;
    color:white;
	position: relative;
	z-index: 10;
	font-weight: 500 !important;
	cursor: pointer;
}
#body .question-title h4.answered{
    opacity: .8;
    background-color:#96c03d;
    color:white;
	cursor: pointer;
}
#body .question-title h4.error{
	background-color:#c0392b;
	border: 1px solid #c0392b;
	color:white;
}

.question .image{
	background-size: cover;
	background-position: center center;
}

@media (max-width: 768px){
	.question .image{
		display: none;
	}
	#body .question-title h4{
		
	}
	#body .question-title h4.active,
	#body .question-title h4:last-of-type{
		display: inline-block;
		opacity: 1;
	}
}
/* --------------------------------------------------------------------------------------------- */
/* Startpage - Section-4
/* --------------------------------------------------------------------------------------------- */

.get-started {
	margin-top: 150px;
	padding: 100px 30px;
	color: #fff;
	background-image: url('../img/get-startedbg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media(min-width:768px){
	.get-started {
		padding: 100px;
	}
}

.get-started h5 {
	font-size: 20px;
}

.get-started .col-sm-12 {
	width: 100% !important;
}

.row-11 {
	}

/*
@media(min-width:768px){
	.row-11 {
		margin-right: -30px !important;
		margin-left: -30px !important;
	}
}
*/

/* --------------------------------------------------------------------------------------------- */
/* Contact */
/* --------------------------------------------------------------------------------------------- */

.contact-page .container {
	max-width: 600px;
}

.contact-page .container .btn, .contact-page .container .btn-default  {
	color: #fff;
	background-color: #000;
	background-image: none;
	border: none;
	padding: 20px 40px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

/* --------------------------------------------------------------------------------------------- */
/* Adventurepages */
/* --------------------------------------------------------------------------------------------- */

.slide-wrapper-7, .slide-wrapper-8, .slide-wrapper-9 {
	height: 100%;
}

.type-page-id-7 .slideshow-description, .type-page-id-8 .slideshow-description, .type-page-id-9 .slideshow-description {
	visibility: hidden;
}

/* --------------------------------------------------------------------------------------------- */
/* Questionaries succes */
.questionaire-success{
	position: fixed;
	z-index: 500;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.questionaire-success .fireworks{
    background-image: url(../img/fireworks.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 5;
}

.questionaire-success h2{
    position: absolute;
    top: 50%;
    width: 100%;
	color: white;
    letter-spacing: 1px;
    line-height: 4vw;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    z-index: 5000;
    font-size: 5vw;
	transform: scale(0) translate(0, 0%);;
    -webkit-transform: scale(0) translate(0, 0%);;
    -moz-transform: scale(0) translate(0, 0%);;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.questionaire-success h2.active{
    transform: scale(1) translate(0, -50%);;
    -webkit-transform: scale(1) translate(0, -50%);;
    -moz-transform: scale(1) translate(0, -50%);;	
}
/* --------------------------------------------------------------------------------------------- */
.questionaire-success-page ul.share-on-social{
	margin-left: 0;
	float:left;
	padding: 0;
}
.questionaire-success-page .share-on-social li{
	font-size: 20px;
	text-align: center;
	list-style: none;
	float:left;
	margin-right:15px;
}
.questionaire-success-page .share-on-social li a{
	color:#2c3f4c;
}
.questionaire-success-page .share-on-social li i{
    border: 1px solid #2c3f4c;
    padding: 0px;
    border-radius: 120px;
    background-color:white;
    width: 40px;
    height: 40px;
    line-height: 40px;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
}
.questionaire-success-page .share-on-social li i:hover{
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	color:white;
	border:1px solid white;
	background-color: #2c3f4c;
}
/* --------------------------------------------------------------------------------------------- */
/* Questionaries timeline */

.questionaire-categories-timeline {
	text-align: center;
}

/* --------------------------------------------------------------------------------------------- */
/* Price table */

.pack-page .table tbody .pack {
    font-weight: 600;
    display: block;
    font-family: "Roboto Slab";
    font-size: 38px;
    margin-bottom: 5px;
    text-align: center;
}

.pack-page .table tbody td {
    padding: 20px;
    border-top: 0;
    border-bottom: 0;
}

.pack-page .table>tbody:first-child td:nth-child(1), .pack-page .table>tbody:first-child td:nth-child(2), .pack-page .table>tbody:first-child td:nth-child(4) {
    border-left: 0;
    border-right: 0;
}

.pack-page .table tbody:nth-child(2) td:first-child {
    font-weight: 400;
    font-family: "Roboto Slab";
    text-align: left;
}

.pack-page .table tbody:nth-child(2) td {
    text-align: center;
}

.pack-page .table tr:nth-child(odd) {
    background: #f8f9fb;
}

.pack-page .table>tbody:first-child>tr {
    background: #fff !important;
}

.pack-page .table tbody td:nth-child(2) .pack {
    color: #ff9600;
}

.pack-page .table tbody:nth-child(2) tr:first-child>td:nth-child(2) {
    border-top: 3px solid #ff9600;
}

.pack-page .table tbody td:nth-child(3) .pack {
    color: #2ebd59;
}

.pack-page .table tbody:nth-child(2) tr:first-child>td:nth-child(3) {
    border-top: 3px solid #2ebd59;
}

.pack-page .table tbody td:nth-child(4) .pack {
    color: #42b1d8;
}

.pack-page .table tbody:nth-child(2) tr:first-child>td:nth-child(4) {
    border-top: 3px solid #42b1d8;
}

.pack-page .table td .yes:before {
    font-family: "fontAwesome";
    content: "\f00c";
    color: #2ebd59;
}

.pack-page .table td .no:before {
    content: "\f00d";
    font-family: "fontAwesome";
}

.pack-page .table tbody .price {
    font-weight: 400;
    display: block;
    font-family: "Roboto";
    text-align: center;
    font-size: 25px;
}



/* --------------------------------------------------------------------------------------------- */
/* The team */


.type-page-id-35 #content-wrapper .col-sm-4 .team-wrapper, .type-page-id-155 #content-wrapper .col-sm-4 .team-wrapper, {
	position: relative;
	overflow: hidden;
}

.team-info{
	bottom: 25px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.team-bar{
	width: 100%;
	background-color: #333;
	height: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}



.type-page-id-35 #content-wrapper .col-sm-4, .type-page-id-155 #content-wrapper .col-sm-4{
	overflow: hidden;
	margin-top: -2px;
}
.type-page-id-35 #content-wrapper .col-sm-4 .wrapper, .type-page-id-155 #content-wrapper .col-sm-4 .wrapper {
	position: absolute;
    bottom: 0;
    color: white;
    letter-spacing: 1.5px;
    left: 0;
    padding: 20px 20px 5px 20px;
   	transition: all 0.3s ease-in 0.2s;
	-webkit-transition: all 0.3s ease-in 0.2s;
	-moz-transition: all 0.3s ease-in 0.2s;
}

.type-page-id-35 #content-wrapper .col-sm-4 h4, .type-page-id-155 #content-wrapper .col-sm-4 h4 {
	margin-bottom: 10px;
	padding: 0 !important;
	font-size: 35px;

}

.type-page-id-35 #content-wrapper .col-sm-4 p, .type-page-id-155 #content-wrapper .col-sm-4 p {
	color: #fdad2a;
	font-size: 14px;
}

.type-page-id-35 #content-wrapper .col-sm-4 img, .type-page-id-155 #content-wrapper .col-sm-4 img {
	filter: grayscale(100%) contrast(70%) brightness(80%);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	min-width: 100%;
}

	.type-page-id-35 #content-wrapper .col-sm-4 img, .type-page-id-155 #content-wrapper .col-sm-4 img {
	-webkit-filter: contrast(90%) sepia(20%) brightness(50%);
	filter: grayscale(100%) sepia(20%) brightness(50%);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;	}

}

.type-page-id-35 #content-wrapper .col-sm-4:hover .team-bar, .type-page-id-155 #content-wrapper .col-sm-4:hover .team-bar{
	height: 15px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.type-page-id-35 #content-wrapper .col-sm-4:hover, .type-page-id-155 #content-wrapper .col-sm-4:hover{
	padding-bottom: 10px solid #fff;
	color: #fdad2a;
}
.type-page-id-35 #content-wrapper .col-sm-4:hover .team-info, .type-page-id-155 #content-wrapper .col-sm-4:hover .team-info{
	bottom: 15px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.type-page-id-35 #content-wrapper .col-sm-4:hover h6, .type-page-id-155 #content-wrapper .col-sm-4:hover h6{
	color: #fdad2a;
	opacity: 1;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.type-page-id-35 #content-wrapper .col-sm-4:hover img, .type-page-id-155 #content-wrapper .col-sm-4:hover img {
  position: relative;
  -webkit-filter: contrast(90%) sepia(20%) brightness(50%);
  filter: grayscale(100%) sepia(20%) brightness(50%);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.type-page-id-35 #content-wrapper .col-sm-4:hover img:before, .type-page-id-155 #content-wrapper .col-sm-4:hover img:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  mix-blend-mode: overlay;
  background: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(208, 186, 142, 1) 20, rgba(29, 2, 16, 0.2));
  background: radial-gradient(50% 50%, circle closest-corner, rgba(208, 186, 142, 1) 20, rgba(29, 2, 16, 0.2));
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

/* --------------------------------------------------------------------------------------------- */
/* 768*/
/* --------------------------------------------------------------------------------------------- */

@media(min-width:768px){
	.type-page-id-35 #content-wrapper .col-sm-4 .wrapper, .type-page-id-155 #content-wrapper .col-sm-4 .wrapper {
    	top: 10px;
    	transition: all 0.3s ease-in 0.2s;
		-webkit-transition: all 0.3s ease-in 0.2s;
		-moz-transition: all 0.3s ease-in 0.2s;
	}
	.type-page-id-35 #content-wrapper .col-sm-4 h4, .type-page-id-155 #content-wrapper .col-sm-4 h4 {
		font-size: 22px !important;

	}
	.type-page-id-35 #content-wrapper .col-sm-4 p, .type-page-id-155 #content-wrapper .col-sm-4 p {
	font-size: 13px;
}
}

/* --------------------------------------------------------------------------------------------- */
/* 992*/
/* --------------------------------------------------------------------------------------------- */

@media(min-width:992px){
	.type-page-id-35 #content-wrapper .col-sm-4 .wrapper, .type-page-id-155 #content-wrapper .col-sm-4 .wrapper {
    	top: 215px;
    	transition: all 0.3s ease-in 0.2s;
	-webkit-transition: all 0.3s ease-in 0.2s;
	-moz-transition: all 0.3s ease-in 0.2s;
	}
	.type-page-id-35 #content-wrapper .col-sm-4 .wrapper p strong, .type-page-id-155 #content-wrapper .col-sm-4 .wrapper p strong {
		margin-bottom: 20px;
		display: inline-block;
		transition: all 0.3s ease-in 0.2s;
	-webkit-transition: all 0.3s ease-in 0.2s;
	-moz-transition: all 0.3s ease-in 0.2s;
	}
	.type-page-id-35 #content-wrapper .col-sm-4:hover .wrapper, .type-page-id-155 #content-wrapper .col-sm-4:hover .wrapper {
    	top: 150px;
	}
	.type-page-id-35 #content-wrapper .col-sm-4:hover p strong, .type-page-id-155 #content-wrapper .col-sm-4:hover p strong {
		margin-bottom: 0;
	}
	.type-page-id-35 #content-wrapper .col-sm-4 h4, .type-page-id-155 #content-wrapper .col-sm-4 h4 {
		font-size: 26px !important;
	}
	.type-page-id-35 #content-wrapper .col-sm-4 p, .type-page-id-155 #content-wrapper .col-sm-4 p {
		font-size: 14px;
	}
}

@media(min-width:1200px){
	.type-page-id-35 #content-wrapper .col-sm-4 .wrapper, .type-page-id-155 #content-wrapper .col-sm-4 .wrapper {
    	top: 290px;
    	transition: all 0.3s ease-in 0.2s;
	-webkit-transition: all 0.3s ease-in 0.2s;
	-moz-transition: all 0.3s ease-in 0.2s;
	}
}

/* --------------------------------------------------------------------------------------------- */
/* MEDIA SCREEN 768px AND ABOVE */
/* --------------------------------------------------------------------------------------------- */

.type-page-id-145 .question-2-overlap .image {
	height: 342px;
    position: relative;
    z-index: 10;
}

.type-page-id-145 .question-2-overlap .summary {
    position: relative;
    z-index: 15;

}


/* --------------------------------------------------------------------------------------------- */
/* Instagram */
/* --------------------------------------------------------------------------------------------- */

.instagram-section {
	background-color: #000;
}

.instagram-section h4 a {
	font-size: 28px;
	color: #fff;
	letter-spacing: 1px;
}

.instagram-section img {
	width: 100%;
}

.instagram-section h4 a:before {
	content: '\f16d ';
	font-family: 'FontAwesome';
	margin-right: 8px;
}

/* --------------------------------------------------------------------------------------------- */
/* PRODUCT */
/* --------------------------------------------------------------------------------------------- */
#products-list .product-price {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}

#products-list .product.list{
	position: relative;
	height: 400px;
}
#products-list .product.list .image{
}
#products-list .product.list .image img{
	width: 100%;
}
#products-list .product.list .content{
	position: absolute;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	top:50%;
	z-index: 10;
	background-color: #fff;
}
#products-list .content {
	border: 1px solid #ddd;
	margin-bottom:80px;
}
#products-list .content h3{
	font-size: 28px;
	font-weight: 600 !important;	
}
#products-list .content .description {
    padding: 50px 45px 0 45px;
}
#products-list .content ul{
  list-style: none !important;
  padding: 0;
  margin: 0;
}
#products-list .content .price {
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
#products-list .content .gift-wrapper {
	right: -12px;
}
#products-list .content .buy-btn,
#products-list .content .gift-btn
 {
	width: 50%;
	float: left;
	padding: 10px 10px;
	background-image: none;
	background-color: #50a2d6;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;
	border: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

#products-list .content .buy-btn:hover,
#products-list .content .gift-btn:hover{
    transform: scale(1.1);
    box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.4);
}
#products-list .content .gift-btn {
	background-color: #f4a600;
}
#products-list .content .buy-btn:hover {

}
#products-list .content .gift-btn:hover {

}
#products-list .content ul li {
  padding-left: 1em; 
  text-indent: -.7em;
}

#products-list .content ul li::before{
  content: "• ";
  font-size: 28px;
  margin-right: 10px;
  color: #50a2d6; /* or whatever color you prefer */
}

.navbar-header button.active span{
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	position: relative;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	top:0px;
}
.navbar-header button.active span:nth-child(1){
	position: absolute;
}
.navbar-header button.active span:nth-child(2){
	position: relative;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	top:5px;
}
.navbar-header button.active span:nth-child(3){
	position: relative;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	top:-1px;
}
.navbar-header button.active span:nth-child(4){
	position: relative;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	top:-7px;
}

/* --------------------------------------------------------------------------------------------- */
/* MEDIA SCREEN 768px AND ABOVE */
/* --------------------------------------------------------------------------------------------- */


.slideshow-row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

@media(max-width:768px){
	.cd-multi-steps li {
		margin: 0.4em 19px 0.4em 0 !important;
	}
}

.cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
	width: calc(100% + 35px) !important;
}

@media (min-width: 768px){
	#body{
		padding-top:0;
	}
	#content-wrapper, #sidebar-left{
		margin: 80px 0;
	}
	#header {
		position: fixed;
		width: 100%;
		background: transparent;
		z-index: 999;
		padding:10px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	#header.fixed{
		background-color: #000;
	}
	#header .navbar-header a{
		height: 35px;
		line-height: 30px;
		margin:2px 10px;
	}
	#header .navbar{
		min-height: 0;
	}
	#header.startpage #menu-top{
		opacity: 0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s ease 0.2s;
		-moz-transition: all 0.5s ease 0.2s;
	}
	#header.fixed.startpage #menu-top{
		opacity: 1;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	#menu-top{
		float:right;
		position:relative;
		width: auto;
		min-height: auto;
		background-color: transparent;
	}
	#menu-top > ul{
		float:left;
		margin-bottom:0;
	}
	#menu-top > ul > li {
		display: inline-block;
		letter-spacing: 1px;
		margin: 25px 0;
		padding: 0;
	}
	#header.fixed #menu-top > ul > li {
		margin: 10px 0;		
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	#menu-top > ul > li a {
	margin-right: 21px;
	}
	#menu-top > ul > li > a {
		color: #fff;
		font-size: 14px;
	}
		
	#menu-top > ul#language-flags{
		float:right;
		padding:0;
	}
	#header.fixed #menu-top > ul#language-flags li{
		display: inline-block;
	}
	#menu-top > ul#language-flags li a{
		margin-right: 10px;
	}
	#menu-top > ul#language-flags li img{
		width: 25px;
		display:none
	}
	#menu-top > ul#language-flags li.current img{
		opacity: 0.8;
	}


	#header .navbar-header a img{	
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;	
	}
	#header.fixed .navbar-header a img{
		max-width: 100px;	
	}
	.section-1 {
		background-image: url('../img/path.png');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 0 50px;
	}
	.section-1 .col-sm-4 {
		background-image: none;
	}
	.second-adv img, .third-adv img {
		margin-top: -3%;
	}
	#header .container ,#footer .container {
		width: 98%;
	}
	.get-started h4 {
		font-size: 30px;
	}
	.team-info{
		position: absolute;
	}
	.type-page-id-35 h6{
		opacity: 0;
	}
	.news-item .publish-date {
		top: 0;
		right: 0;
	}	
}


/* --------------------------------------------------------------------------------------------- */
/* MEDIA SCREEN 990px AND ABOVE */
/* --------------------------------------------------------------------------------------------- */
@media (min-width: 990px){
	h1 {
		font-size: 60px;
	}
	.slideshow-description {
	    position: absolute;
	    font-size: 16px;
		top: -13%;
	    width: 100%;
	    z-index: 800;
	    color: #fff;
	}
	.slideshow-description h1{
		font-size: 40px;	
	}
	.desc-box {
    	background:rgba(0,0,0,0.6);
		margin: 0 auto;
		width: 85%;
		padding: 30px 30px;
		text-align: center;
	}
	.start-url .news-item {
		height: 350px;
		overflow: hidden;
	}
	
	@media(min-width:992px){
		.start-url .news-item img {
			width: 555px;
		}
	}
	@media(min-width:1200px){
		.start-url .news-item img {
			width: 675px;
		}
	}
	.start-url .news-list .news-item:nth-child(3) ul li:first-child {
		float: right;
	}
	
	.start-url .news-list .news-item:nth-child(2) ul li:first-child, .start-url .news-list .news-item:nth-child(4) ul li:first-child {
		float: left;
	}
	.start-url .news-img-wrapper {
		height: 365px;
		position: absolute;
		overflow: hidden;
	}
	.start-url .news-list .news-item:nth-child(3) .news-img-wrapper {
		right: 15px;
	}
	.start-url .news-list .news-item:nth-child(3) .summary {
		left: 15px;
	}
	.start-url .news-list .summary:nth-child(1), .news-list .summary:nth-child(4) {
		position: absolute;
		right: 15px;
		height: 350px;
		padding: 110px 55px;
		font-size: 16px;
		font-weight: 200;
		width: 40%;
		z-index: 800;
		background-color: #fff;
	}
	.desc-box ul {
		text-align: initial;
		display: inline-block;
		margin: 0 auto;
	}
	
	.desc-box ul li {
		margin: 5px 23px;
		list-style: none;
		float: left;
	}
		
	.gift-wrapper{
		top: -50px; 
	}
}

@media (min-width: 1025px){
	.second-adv img, .third-adv img {
		margin-top: -4%;
	}
	.first-adv:after,
	.second-adv:after,
	.third-adv:after {
		filter: none;
		-webkit-filter: none;
		-moz-filter: none;
	}
	.first-adv:hover:after,
	.second-adv:hover:after,
	.third-adv:hover:after{
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		filter: brightness(50%);
		-webkit-filter: brightness(50%);
		-moz-filter: brightness(50%);
	}
	
	.first-adv .col-sm-4.col-sm-offset-4,
	.second-adv .col-sm-4.col-sm-offset-4,
	.third-adv .col-sm-4.col-sm-offset-4 {
	    position: absolute;
	    opacity: 0;
		margin-top: 100px;
	}
	
	.first-adv:hover .col-sm-4.col-sm-offset-4,
	.second-adv:hover .col-sm-4.col-sm-offset-4,
	.third-adv:hover .col-sm-4.col-sm-offset-4 {
		opacity: 1;
		margin-top: 220px;
	}

}

@media (min-width: 1200px){
	.desc-box {
		padding: 30px 30px;
	}
	.desc-box ul li {
		margin-right: 40px;
	}
	.slideshow-description {
		top: -17%;
	}
}

@media (min-width: 1400px) {
	.slideshow-description {
		top: -15%;
	}
	.slideshow-description h1{
		font-size: 75px;
	}
}

@media (min-width: 1800px) {
	.slideshow-description {
		top: -17%;
	}
}

@media (min-width: 2100px){
	.slideshow-description {
		top: -20%;
	}
	.first-adv,
	.second-adv,
	.third-adv {
		height: 780px;
	}
}