@media(max-width: 1580px) { 
	
	/* home */
	
	.content_home h1 {
		font-size: 4vw !important;
	}
	
}

@media(max-width: 1480px) { 
	
	/* candle profile */
	
	.candle_profile .column.left {
		width: 40%;
		margin-right: 30px;
	}
	
	.candle_profile .column.right {
		margin-right: 0px;
		
	}
}

@media(max-width: 1380px) { 
	
	/* candle profile */
	
	.candle_profile blockquote,
	.content_embed blockquote {
		font-size: 2em;
	}	
	
	.candle_buttons a.button {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 10px;
		
	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	
	
	}
}

@media(max-width: 1280px) { 
	
	/* form */
	
	.form_area {
		max-width: 100%;
	}
	
	
	/* candle profile */
	
	.candle_profile .column_top:before {
		padding-top: 85%;
	}
	
}

@media(max-width: 1180px) { 
	
	/* slideshow */
	
	.slideshow {
		margin: 0;
	}
	
	.slideshow .nav {
		display: none;
	}
	
	
}

@media(max-width: 1080px) { 
	
	
	/* home */
	
	.content_grid > .inner {
		width: 50%;	
	}
	
	/* grid */
	
	.content_grid .candle_box {
		width: 50%;		
	}
	.content_grid .sc .candle_box {
		width: 33%;
    }
	
	
	/* candle profile */
	
	.candle_profile .column_top:before {
		padding-top: 100%;
	}
	
	
	
}

@media(max-width: 980px) { 

	body {
		font-size: 90%;
	}
	
	.template_content .main .content {
		padding: 3em 20px;
	}
	
	/* form */
	
	.light label {
		display: block;
		float: none;
		width: auto;
		text-align: left;
		line-height: 100%;
		margin-bottom: 5px;
	}
	
	.form_info {
		margin-left: 0;
	}
	
	
	.light > div > span.asterix {
		margin-top: -4px;
	}
	
	/* input */
	
	.light input[type=text],
	.light input[type=password],
	.light select,
	.light textarea {
		padding: 15px 16px 14px 16px;
	}
	
	
}


@media(max-width: 880px) and (min-width:781px) { 
	
	/* header */
	
	.header .logo {
		width: 140px;
	}
	
	/* candle profile */
	
	.candle_profile .column_top:before {
		padding-top: 110%;
	}
	
	
}

@media(max-width: 780px) { 
		
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block !important;
	}
	
	/* header */
	
	.header .logo {
		position: relative;
		padding: 20px 0;
		left: 20px;
		display: inline-block;
		transform: none !important;
	}
	
	.mobile_menu {		
		position: absolute;
		top: 50%;
		margin-top: -19px;		
		right: 20px;
		width: 40px;		
		height: 38px;	
		
		cursor: pointer;
	}
	
	.mobile_menu svg #Hamburger {
		fill: #51937f;			
	}
	
	.mobile_menu:hover svg #Hamburger,
	.mobile_menu.active svg #Hamburger {
		fill: #fff;
	}
	
	/* navigation */
	
	.header ul.navigation {
		position: absolute;
		top: 100%;
		left: 0;
		text-align: left;
		width: 100%;
		display: none;
	}
	
	.header ul.navigation li {
		display: block;
		
	}
	
	.header ul.navigation li a {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 20px;
		padding: 14px 20px;
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}
	
	.header ul.navigation li a:after {
		display: none;
	}
	
	
	
	/*candle profile */
	
	.candle_profile .column_top:before {
		padding-top: 0;
	}
	
	.candle_profile .column.left .holder {
		position: relative;
	}
	
	.candle_profile .candle_item {
		position: relative;
	}
		
	.candle_profile .column.left,
	.candle_profile .column.right {
		width: 100%;
		margin: 0; float: none;
	}	
	
	.candle_profile .column.right {
		margin-top: 2em;		
	}	
	
	.candle_profile .candle_image {
		display: none;
	}
	
	.candle_profile .column.left .holder.has_image .candle_item {
		position: relative;
		width: auto;
	}
}

@media(max-width: 680px) { 
	
	.template_content .main .content {
		padding-bottom: 1em !important;
	}
	
	/* home */
	
	.content_grid > .inner {
		width:80%;
	}
	
	.content_grid > .inner.candle_exposed {
		margin-bottom: 2em;
	}
	
	.content_home h1 {
		font-size: 8vw !important;
	}
	
	/* grid */
	
	div.grid {
		position: relative;
		top: 0;
		padding: 0;
		width: 100%;
		height: auto;
		background:#204964;
	}
	
	.content_grid .sl {
		position: relative;		
		width: 100%;		
		top: 0;
	}
	
	.content_grid .sc,
	.content_grid .sr {
		display: none !important;
	}
	
	/* grid candle element */
	
	.content_grid .candle_box {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 1px;
		background: #545971;
	}
	
	.content_grid .candle_box:nth-child(2n) {
		background: #4e8f7d;
	}
	
	
	.content_grid .candle_holder {
		position: relative;
		top: 0;
		width: 100%;
		text-align: left;
		margin: 0;
	}
	
	.content_grid .candle_holder a {
		display: block;
	}
	
	
	.content_grid .candle_holder .candle {
		/*margin: 10px;
		width: 48px;*/
		width: 100%;
		max-width: none !important;
		border: none;
		background: none;		
	}
	
	.content_grid .candle:after,
	.content_grid .candle:before {
		display: none;
		background: none;
	}
	
	.content_grid .candle_holder .candle .candle_items {		
		position: relative;
		width: 50px;
		margin-left: 10px;
		background: rgba(0,0,0,0.8);
	}
	
	.content_grid .candle_holder .candle .candle_items:before {
		display: block;
		padding-top: 100%;
		content: "";
	}
	
	
	.content_grid .candle span.duration {
		top: 50%;
		right: 10px !important;
		left: auto !important;
		transform: translateY(-50%) !important;
	}
	
	.content_grid .candle span.title {
		position: absolute;
		top: 50%;
		left: 0;
		text-align: left;
		width: 100%;
		padding: 0 60px 0 100px;		
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
		max-height: 40px;
		overflow: hidden;
	}
	
	
}


@media(max-width: 580px) { 
	
}



@media(max-width: 480px) { 
	
	/* carousel */
	
	.content_grid > .inner {
		width: 90%;
	}
	
	.candle_selector a.arrow {
		left: -20px;
	}
	
	.candle_selector a.arrow.selection_right {
		right: -20px;
	}
	
	/* footer */
	
	.footer .social {
		float: none;
		padding-top: 20px;
		clear: both;
	}
	
	.footer .social img {
		margin: 0 10px 0 0;
	}
}