
/* ==========================================================================
	TYPOGRAPHY
   ========================================================================== */

body{
	color: #484848;
	background:url(../img/body_bg.jpg) no-repeat #e1e1e1;
}

body,td,th,input,select,textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

p,dl,hr,h1,h2,ol,ul,pre,table,address { margin-bottom:18px; }
body{ line-height:18px; } /* zelfde waarde als margin-bottom hierboven */

a:link {
	color: #116cd3;
	text-decoration: underline;
}
a:visited {
	color: #0d488c;
	text-decoration: underline;
}
a:hover {
	color: #3c92f4;
	text-decoration: underline;
}
a:active{
	color: #0d488c;
	text-decoration: underline;
}

h1{ font-size:27px; line-height: 1.4em; }
h3{ font-size:15px; line-height: 1.4em;  }
h4{ font-size:12px; line-height: 1.4em;  }

h3, #nav a{font-family:'SignikaSemibold', Arial, sans-serif;}

#content h2{
	font-size:21px;
	font-family:'SignikaSemibold', Arial, sans-serif;
	color:#000;
	margin:
}

@media screen and (max-width: 767px) {
	img{
		max-width: 100%;
		height: auto;
	}

	iframe{
		max-width: 100%;
	}
}


/* ==========================================================================
	WRAPPERS
   ========================================================================== */

#wrapper{
	position:relative;
	width:960px;
	background:#FFF;
	margin:0px auto 20px;
	padding:140px 0 0 0;

	-webkit-box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.3);
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:960px;
	height:140px;
	background:url(../img/header_bg.jpg) top left no-repeat;
}

.page_home #header:after{
	content:'';
	position:absolute;
	width:960px;
	height:6px;
	bottom:-6px;
	left:0;
	background:url(../img/header_shadow.png) no-repeat 50% 0;
	z-index:10;
}

.page_continuation #main{
	background:url(../img/main_bg.png) repeat-y top right;
}

@media screen and (max-width: 767px) {
	#wrapper{
		padding-top: 50px;
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}

	#header{
		position: fixed;
		z-index: 100;
		width: auto;
		height: 50px;
		right: 0;
		background: #F2AE00;
		box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	}

	.page_home #header:after{
		width: 100%;
	}

	.page_continuation #main{
		background: none;
	}
}


/* ==========================================================================
	HEADER
   ========================================================================== */

#logo{
	position:absolute;
	top:18px;
	left:12px;
}

@media screen and (max-width: 767px) {
	#logo{
		top: 0;
		left: 0;
	}

	#logo img{
		height: 50px;
	}
}


/* ==========================================================================
	NAV
   ========================================================================== */

#nav{
	position:absolute;
	top:86px;
	left:300px;
	height:43px;
	width:660px;
	padding:10px 0 0 0;
	background:url(../img/nav_bg.png) no-repeat;
	overflow: hidden;
}

#nav li{
	padding:0 0 0 2px;
	float:left;
	background:url(../img/nav_li_devider.png) left top repeat-y;
}
#nav li:first-child{
	padding:0;
	background:none;
}
#nav li a{
	display:block;
	height:32px;
	font-size:15px;
	text-decoration:none;
	text-shadow: 1px 1px 1px #f7d074;
	padding:12px 0 0 0;
	text-align:center;
	color:#000000;
}

#nav li a.producten{width:116px;}
#nav li a.voorbeelden{width:126px;}
#nav li a.referenties{width:122px;}
#nav li a.offerte{width:92px;}
#nav li a.over_ons{width:92px;}
#nav li a.contact{width:98px;}


#nav li a span{
	padding:0 20px 0 0;
	background:url(../img/dropdown_indicator[normal].png) no-repeat right 6px;
}

#nav li a:hover{
	background:url(../img/nav_a_bg[hover].png) repeat-x top left;
}


@media screen and (max-width: 767px) {
	#nav{
		display: none;
		position: fixed;
		z-index: 50;
		top: 50px;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		width: auto;
		height: auto;
		background: #F2AE00;
	}

	#nav ul{
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	#nav li{
		float: none;
		padding: 0;
		background: none;
		border-top: 1px solid rgba(0,0,0,0.1);
	}

	#nav li a{
		font-size: 21px;
		height: auto;
		padding: 12px 15px;
		width: auto !important;
		text-align: left;
	}

	#nav li a:hover{
		background: none;
		background-color: rgba(255,255,255,0.1);
	}

	.phone{
		padding: 12px 15px;
		font-family:'SignikaRegular', Arial, sans-serif;
		font-size: 21px;
		text-align: right;
		color: #000;
	}

	.phone .phone-link{
		text-decoration: none;
		color: #000;
	}
}

/* ==========================================================================
	TOP
   ========================================================================== */

#top{
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
}
#top p{margin:0 0 10px;}
#top p, #top p a{
	color:#654900;
}
#top p.phonecall{
	color:#000;
	font-family:'SignikaRegular', Arial, sans-serif;
	font-size:21px;
}
#top p.phonecall strong{
	font-weight:normal;
	font-family:'SignikaSemiBold', Arial, sans-serif;
}
#top a.phone-link{
	text-decoration: none;
	color:#000;
}

@media screen and (max-width: 767px) {
	#top{
		display: none;
	}
}


/* ==========================================================================
   	NAV TOGGLE
   ========================================================================== */

.nav-toggle {
	position: absolute;
	z-index: 41;
	right: 10px;
	top: 0px;
	display: inline-block;
	padding: 15px 10px;
	cursor: pointer;
	/*background-color: rgba(0,0,0,0.1);*/
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

.nav-toggle:hover {
	color: #000;
	text-decoration: none;
	/*background-color: rgba(0,0,0,0.2);*/
}

.nav-toggle i{
	margin-right: 4px;
}


@media screen and (min-width: 768px) {
	.nav-toggle{
		display: none;
	}
}


/* ==========================================================================
   	ICONS
   ========================================================================== */

.icon-nav{
	display: inline-block;
	position: relative;
	height: 2px;
	width: 22px;
	background-color: #000;
	margin: 4px 0;
	border-radius: 1px;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.icon-nav:before,
.icon-nav:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 1px;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.icon-nav:before{ top: -6px; }
.icon-nav:after{ top: 6px; }

.open .icon-nav{ background-color: transparent; }
.open .icon-nav:before{ transform: rotate(45deg); top: 0; }
.open .icon-nav:after{ transform: rotate(-45deg); top: 0; }


/* ==========================================================================
	CONTENT
   ========================================================================== */

.block{
	clear:both;
	overflow:hidden;
}

#content{
	float:left;
	width:680px;
	padding:25px 25px 25px 25px;
	font-size:14px;
	line-height:22px;
}

#sidebar{
	float:left;
	width:204px;
	padding:20px 13px 30px 13px;
}

.grey{background:#ededed;}

.shadow:after{
	content:'';
	position:absolute;
	bottom:-10px;
	left:0;
	right:0;
	height:10px;
	background:url(../img/slider_shadow.png) no-repeat 50% 0;
}

@media screen and (max-width: 767px) {
	#content, #sidebar{
		float: none;
		width: auto;
		padding: 20px 15px;
	}

	#sidebar{
		background-color: #E9E9E9;
	}
}

/* ==========================================================================
	SLIDER
   ========================================================================== */

#slider{
	position:relative;
	height:272px;
	background:url(../img/slider_bg.png) bottom left no-repeat;
}

#slider ul{margin:0;}

#slider ul li{
	position:absolute;
	top:0;
	left:0;
	height:208px;
	width:461px;
	padding:66px 435px 0 64px;
	overflow:hidden;
	z-index:9;
}
#slider ul li #video,
#slider ul li .slider_img{
	position:absolute;
	top:0;
	right:0;
}

#slider p.title{
	font-size:30px;
	font-family:'SignikaLight', Arial, sans-serif;
	line-height:40px;
	padding:0 0 10px 0;
	margin:0;
}
#slider p.sub-title{
	font-size:26px;
	font-family:'SignikaLight', Arial, sans-serif;
	color:#827f84;
	margin:0 0 32px;
}
#slider p.sub-title strong{
	font-family:'SignikaSemibold', Arial, sans-serif;
	color:#306adf;
	font-weight:normal;
}
#slider li.offer:after{
	content:'';
	position:absolute;
	height:100px;
	width:124px;
	top:0;
	left:0;
	background:url(../img/aanbieding-label.png) no-repeat;
}
#slider .btn_invoice{
	float:left;
	display:block;
	height:46px;
	width:345px;
	font-size:0px;
	text-indent:-9999px;
	text-align:left;
	background:url(../img/btn_offerte[normal].png) no-repeat;
	margin:0 0 0 -2px;
}
#slider .btn_invoice:hover{
	background:url(../img/btn_offerte[hover].png) no-repeat;
}
#slider .btn_information{
	float:left;
	display:block;
	height:46px;
	width:125px;
	font-size:0px;
	text-indent:-9999px;
	text-align:left;
	background:url(../img/btn_slider_informatie[normal].png) no-repeat;
	margin:0 0 0 -2px;
}
#slider .btn_information:hover{
	background:url(../img/btn_slider_informatie[hover].png) no-repeat;
}

@media screen and (max-width: 767px) {
	#slider{
		position:relative;
		height:auto;
		background: #f2f2f2;
	}

	#slider ul li{
		position:static;
		height:auto;
		width:auto;
		padding:20px 15px 0 15px;
	}

	#slider ul li #video,
	#slider ul li .slider_img{
		position:static;
		margin-top: 20px;
		display: block;
	}

	#slider .btn_information{
		margin-bottom: 20px;
	}

	#slider li.offer:after{
		display: none;
	}
}

/* ==========================================================================
	TITLEBAR
   ========================================================================== */

#title_bar{
	padding:20px 25px;
	color:#FFF;
	background:#414140;
}
#title_bar h1{
	margin:0;
	font-size:26px;
	font-family:'SignikaLight', Arial, sans-serif;
}
#title_bar a.right{
	color: #FFF;
	display: inline-block;
	margin-top: 8px;
}

#visual{
	position:relative;
}

@media screen and (max-width: 767px) {
	#title_bar{
		padding-left: 15px;
		padding-right: 15px;
	}
}


/* ==========================================================================
	PRODUCTS
   ========================================================================== */

.products{
	padding:30px 0 0 0;
	margin:12px 0 8px 0;
	border-top:1px solid #cfcfcf;
	width:100%;
	clear:both;
	overflow:hidden;
}

.products li{
	float:left;
	width:100px;
	margin:0 35px 30px 35px;
}

.products li h3{
	margin-top: 8px;
	font-size:18px;
	font-family:'SignikaLight', Arial, sans-serif;
	font-weight:normal;
	line-height: 22px;
}

.products li a{
	font-size:12px;
	font-family:'SignikaLight', Arial, sans-serif;
	color:#898989;
	text-decoration:none;
}

@media screen and (max-width: 767px) {
	.products li{
		height: 200px;
		margin: 0 70px 0 0;
	}
}

@media screen and (max-width: 374px) {
	.products li{
		margin: 0 44px 0 0;
	}
}


/* ==========================================================================
	QUICKLINKS
   ========================================================================== */

#quick_links{
	float:left;
	width:598px;
	height:368px;
	margin:0;
}

#quick_links li{
	position:relative;
	float:left;
	width:166px;
	height:277px;
	padding:28px 0px 62px 25px;
}

#quick_links li h2{
	font-family:'SignikaRegular', Arial, sans-serif;
	font-size:18px;
	margin:0 0 10px 0;
}

#quick_links li img{
	padding:0 0 12px 0;
}

#quick_links li .btn_more_information{
	position:absolute;
	bottom:10px;
	right:14px;
}

@media screen and (max-width: 767px) {
	#quick_links{
		float: none;
		width: auto;
		height: auto;
		overflow: hidden;
	}

	#quick_links li{
		width:166px;
		height:auto;
		padding-left: 15px;
	}
}


/* ==========================================================================
	ADVICE
   ========================================================================== */

.page_home .advice{
	position:relative;
	width:320px;
	height:140px;
	float:right;
	padding:164px 20px 64px 20px;
}
.page_home .advice img.expert{
	position:absolute;
	top:5px;
	left:16px;
}
.page_home .advice p.title{
	position:absolute;
	width:175px;
	top:30px;
	left:160px;
	font-family:'SignikaLight', Arial, sans-serif;
	font-size:22px;
	line-height:26px;
	color:#f2ae00;
}
.page_home .advice p.title strong{
	font-weight:normal;
	font-family:'SignikaSemiBold', Arial, sans-serif;
}
.page_home .advice h3{
	position:absolute;
	left:161px;
	top:87px;
	line-height:21px;
}
.page_home .advice .btn_more_information{
	position:absolute;
	bottom:10px;
	right:14px;
}

.btn_more_information{
	display:block;
	height:34px;
	width:143px;
	font-size:0px;
	text-indent:-9999px;
	text-align:left;
	margin:0;
	background:url(../img/btn_informatie.png) top left no-repeat;
}

.btn_more_information:hover{
	background:url(../img/btn_informatie.png) bottom left no-repeat;
}

@media screen and (max-width: 767px) {
	.page_home .advice{
		height: auto;
		width: auto;
	}

	.page_home .advice .btn_more_information {
		bottom: 20px;
	}
}

/*
#sidebar .advice{
	position:relative;
	background:url(../img/sidebar-expert.png) 0 60px no-repeat;
}
#sidebar .advice:after{
	content:'';
	position:absolute;
	height:18px;
	width:205px;
	bottom:-18px;
	left:0;
	background:url(../img/sidebar-expert.png) bottom left no-repeat;
}
*/

#sidebar .advice p.title{
	font-family:'SignikaLight', Arial, sans-serif;
	font-size:22px;
	line-height:26px;
	margin:0;
	color:#000;
}

#sidebar p.title strong{
	font-weight:normal;
	font-family:'SignikaSemiBold', Arial, sans-serif;
}

#sidebar p.h3{
	font-family:'SignikaSemiBold', Arial, sans-serif;
	font-size:18px;
	line-height:21px;
	margin:0 0 10px 0;
	color:#000;
}

#sidebar .advice .text{
	margin-top: 152px;
	padding: 15px;
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.35);
	position: relative;
}

#sidebar .advice .text:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -141px;
	width: 205px;
	height: 141px;
	background:url(../img/sidebar-expert.png) top left no-repeat;
}



/* ==========================================================================
	LISTS
   ========================================================================== */

ul.checks li{
	padding:0 0 0 28px;
	background:url(../img/check.png) no-repeat left top;
	margin:0 0 8px 0;
}


/* ==========================================================================
	COMPANIES
   ========================================================================== */

#companies{
	position:relative;
	height:70px;
	padding:14px 0 0 250px;
	border-top:1px solid #bebebe;
	color:#636363;
}

#companies ul li{
	float:left;
	margin-right:24px;
}

#companies .title{
	position:absolute;
	top:32px;
	left:25px;
	font-family:'SignikaSemibold', Arial, sans-serif;
	font-size:16px;
}

@media screen and (max-width: 767px) {
	#companies{
		height: auto;
		padding: 20px 15px;
		overflow: hidden;
	}

	#companies .title{
		font-size: 18px;
		position: static;
		display: block;
		margin-bottom: 5px;
	}
}

/* ==========================================================================
	REFERENTIES
   ========================================================================== */

#references{
	position:relative;
	height:60px;
	padding:24px 0 0 250px;
	color:#636363;
}

#references blockquote{
	font-family:'SignikaLight', Arial, sans-serif;
	font-size:18px;
	padding:0 0 2px 0;
}

#references span{
	font-family:'SignikaLight', Arial, sans-serif;
	font-size:14px;
}

#references .title{
	position:absolute;
	top:32px;
	left:25px;
	font-family:'SignikaSemibold', Arial, sans-serif;
	font-size:16px;
}

@media screen and (max-width: 767px) {
	#references{
		height: auto;
		padding: 20px 15px;
		overflow: hidden;
	}

	#references .title{
		font-size: 18px;
		position: static;
		display: block;
		margin-bottom: 5px;
	}
}


/* ==========================================================================
	REFERENTIES
   ========================================================================== */

ul.referenties{
	list-style: none;
	margin: 20px -10px;
	overflow: hidden;
}

ul.referenties li{
	float: left;
	padding:10px;
	margin: 10px;
	background-color: #FFF;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	min-height: 100px;
	line-height: 95px;
	width: 135px;
	text-align: center;
}

ul.referenties li img{
	vertical-align: middle;
}


/* ==========================================================================
	IMAGE
   ========================================================================== */

.image_gallery{
	float:left;
	width:350px;
	padding:0 0 20px 0;
}

@media screen and (max-width: 767px) {
	.image_gallery{
		float: none;
		width: auto;
	}
}


/* ==========================================================================
	TABS
   ========================================================================== */

.tabs{
	float:right;
	width:305px;
	padding:0 0 20px 0;
}
.tabs div{
	margin:42px 0 0 0;
	color:#000000;
}
.idTabs{
	position:relative;
	margin:7px 0 0 0;
}
.idTabs li{
	float:left;
	margin:0 2px 0 0;
}
.idTabs a{
	position:relative;
	font-size:15px;
	font-family:'SignikaSemiBold', Arial, sans-serif;
	text-decoration:none;
	color:#595959;
	padding:4px 8px 4px 8px;
	background:url(../img/tab_bg.png) top repeat-x;

	border-top:solid 1px #d8d8d8;
	border-left:solid 1px #d8d8d8;
	border-right:solid 1px #d8d8d8;
	-webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
	z-index:1;
}
.idTabs a.selected{
	color:#000;
	background:url(../img/tab_bg_selected.png) top repeat-x;
	z-index:3;
}
.idTabs:after{
	content:'';
	position:absolute;
	top:17px;
	left:0;
	height:7px;
	width:300px;
	background:url(../img/tabs_shadow.png) no-repeat;
	z-index:2;
}

@media screen and (max-width: 767px) {
	.tabs{
		float: none;
		width: auto;
	}

	.idTabs{
		float: left;
		width: 100%;
	}

	.tabs > div{
		margin-top: 0;
		padding-top: 20px;
		clear: both;
	}
}


/* ==========================================================================
	SPECIFICATIONS
   ========================================================================== */

.specifications ul.list{
	list-style: none;
	padding-left: 0;
}

.specifications ul.list li{
	padding:3px 0 3px 28px;
	background:url("../img/check.png") no-repeat left 7px;
}


.arrow_down{
	font-weight:bold;
	padding:0 0 0 20px;
	background:url(../img/link_arrow_down.png) no-repeat center left;
}


/* ==========================================================================
	DOWNLOADS
   ========================================================================== */

.btn_brochure_download{
	display:block;
	height:45px;
	width:248px;
	margin: 0;
    text-align: left;
    text-indent: -9999px;
	font-size:0;
	background:url(../img/btn_brochure_download.png) top left no-repeat;
}

.btn_brochure_download:hover,
.btn_brochure_download:active{
	background:url(../img/btn_brochure_download.png) bottom left no-repeat;
}

.pdf_details{
	font-size:11px;
	color:#888888;
}

/* ==========================================================================
	CTA
   ========================================================================== */

#actions{
	padding:20px 0 0 0;
	border-top:1px solid #cdcdcd;
}

.call_me{
	float:left;
	width:330px;
	padding:0 20px 0 0;
	border-right:1px solid #cdcdcd;
}

.form #sumbit_btn{
	height:45px;
	width:142px;
	background:url(../img/btn_call_me.png) top left no-repeat;
	border:0;
	text-indent:-9999;
	font-size:0;
	text-align:left;
	margin:0 0 0 -3px;
	cursor:pointer;
}
.form #sumbit_btn:hover, .form #sumbit_btn:active{
	background:url(../img/btn_call_me.png) bottom left no-repeat;
}

@media screen and (max-width: 767px) {
	#actions{
		overflow: hidden;
	}

	.call_me{
		float: none;
		width: auto;
		border-right: none;
		border-bottom: 1px solid #cdcdcd;
		margin-bottom: 20px;
	}
}


/* ==========================================================================
	OFFER REQUEST
   ========================================================================== */

.offer_request{
	float:right;
	width:305px;
	padding:0 0 0 24px;
}

.btn_offer_small{
	display:block;
	height:45px;
	width:212px;
	margin:0 0 0 -3px;
	text-align: left;
	text-indent:-9999;
	font-size:0;
	background:url(../img/btn_offer_small.png) top left no-repeat;
}
.btn_offer_small:hover, .btn_offer_small:active{
	background:url(../img/btn_offer_small.png) bottom left no-repeat;
}

@media screen and (max-width: 767px) {
	.offer_request{
		float: none;
		width: auto;
		padding: 0;
	}
}

/* ==========================================================================
	SUBNAV
   ========================================================================== */

#sidebar .subnav li a{
	display:block;
	color:#464646;
	text-decoration:none;
	padding:4px 0;
}
#sidebar .subnav li a:hover{
	text-decoration: underline;
}


/* ==========================================================================
	FOOTER
   ========================================================================== */

#footer{
	padding:25px 25px 20px 25px;
	background:#f2ae00 url(../img/footer_bg.png) 730px 0 repeat-y;
	color:#654900;
	clear:both;
	overflow:hidden;
}
#footer .h2{
	font-size:16px;
	font-family:'SignikaRegular', Arial, sans-serif;
	margin:0 0 10px 0;
	color:#000;
}
#footer a{
	color:#654900;
}
#footer .sitemap{
	float:left;
	min-width:482px;
	max-width: 560px;
	margin:0;
}
#footer ul li{
	float:left;
	width:160px;
	margin:0 10px 5px 0;
}
#footer ul li ul li{
	float:none;
}
.row_indent{
	padding:28px 0 0 0;
}

#footer .social{
	float:left;
	width:180px;
	padding:0 0 0 0px;
}

#footer .contact_information{
	float:right;
	width:165px;
}

@media screen and (max-width: 767px) {
	#footer{
		background-image: none;
	}

	#footer .sitemap{
		float: none;
		min-width: 0;
	}

	#footer .contact_information{
		float: left;
	}
}


/* ==========================================================================
	NIEUWS
   ========================================================================== */

ul.news{
	margin:0;
}

ul.news li{
	position:relative;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #B1B1B1;
}
ul.news li.indent{
	padding-left:220px;
	min-height:140px;
}

ul.news li.pageNav{
	text-align:center;
	margin:0;
	border:none;
	min-height:0;
}

ul.news h3 {
    font-family: 'SignikaLight',Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 8px;
    color: #000;
}

ul.news img{
	position:absolute;
	left:0;
	top:0;
}

ul.news a.more {
    color: #898989;
    font-family: 'SignikaLight',Arial,sans-serif;
    font-size: 13px;
    text-decoration: none;
}

@media screen and (max-width: 479px) {
	ul.news li.indent{
		padding-left: 170px;
	}

	ul.news > li > img{
		width: 150px;
	}
}


a.pdf{
	display:block;
	padding:2px 0 2px 24px;
	background:url(../img/icons/pdf.png) no-repeat 0 50%;
}


/* ==========================================================================
	GALLERY
   ========================================================================== */

.gallery{
	list-style: none;
	margin: 10px -10px;
	overflow: hidden;
}

.gallery li{
	float: left;
	padding: 10px;
}

@media screen and (max-width: 767px) {
	.gallery li{
		padding: 9px;
	}
}


/* ==========================================================================
	HELPERS
   ========================================================================== */

.fc-sm{ max-width: 80px; }
.fc-md{ max-width: 160px; }
.fc-lg{ max-width: 240px; }
.fc-xl{ max-width: 320px; }

.temp-phone{
	font-size:14px;
}

@media screen and (max-width: 767px) {
	.hidden-mobile{
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.hidden-desktop{
		display: none;
	}
}