/*
Author: Jacob Daniel 09.05.15
===========================
CONTENTS:
- Bootstrap / Reset
- Main
- Typography
- Global
- Nav
- Folio
- Media queries 
===========================
*/

@import url('css/bootstrap.css');
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,300);*/
/*---------------------------------------------- Main */

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

body {
	background-color: #fff;
/*	font-family: 'Lato', sans-serif;*/
	color:gray;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #ffffff;

}

body > .container{
	padding-left: 20px;
	padding-right: 20px;
}

/*body#mobile .container ,body#mobile0 .container , body#mobile90 .container {
	width: 99.9%;
}*/

/*---------------------------------------------- Typography */

h1.title{
	font-size:16px;
	display: inline;
	padding: 0px 0 0 20px;
	position: relative;
	top: 4px;
	font-weight: normal;
}

h1 a:hover{
	color: white !important
}

h2,h3,h4,a {
	margin-bottom: 15px;
}

h2 {	
	font-weight: bold;
	line-height: 20px;
	font-size: 16px;
	margin-top: 0px;
}

h3 {
	font-size: 25px;
}

a{
	color: blue; 
}

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

ul li{
	list-style: none;
}

a{
	text-decoration: none;
}

/*---------------------------------------------- Global */

.pointer{
	cursor: pointer;
}

.strong{ 
	font-weight: bold;
}

.alert-success{
  color:green;
  font-size: 12px;
}

.alert-danger{
  color:red;
  font-size: 12px;
}

nav li a{
	font-weight: normal;
}

nav .active{
	color: #fff;
	font-weight: bold;
}


.active{
	color: #c9302c;
}

.table > tbody + tbody {
  border-top: 1px solid #DDDDDD;
}

.table{
	width: 100%;
}

.content{
	min-height: 600px;
}

/*---------------------------------------------- Header */

header{
	height: auto;
	width: 100%;
	height: 125px;
	background-color: #fff;
	z-index: 1000;
	/*border-bottom: 1px solid;*/
}

.index header{
	height: 80px;
}

header .fixed{
	position: fixed;
	width: 100%;
	background-color: #505050;
	height: 40px;
	right: 0px;
	top: 0px;
	z-index: 2000;
}

.fixed > .container{
	height: inherit;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

.title-tagline-filter-wrap{
	padding-top: 20px;
	background-color: #fff;
}

.title-tagline-filter-wrap p{
	margin: 0px 0px 0px 20px;
}

/*----------------------------------- Nav */

.hideshowmenu{
	display: block;
	cursor: pointer;
	display: inline;
	color: #fff;
	position: absolute;
	right: 35px;
	top: 4px;
	font-weight: bold;
	font-size: 1.4em;
}

i.fa-bars{
	font-size: 1.5em;
}

nav {
	width: 100%;
	height: 35px;
	background-color: #505050;
	position: relative;
	z-index: 2000 !important;
}

nav > ul{	
	padding-left: 0px;
	margin: 0px;
	display: block;
	position: relative;
}

nav ul li.pages a {
	display: inline-block;
}

nav > ul > li {
  background-color: #505050;
  border-top: 1px solid #fff;
  display: none;
  float: none;
  left: 0;
  list-style: outside none none;
  padding: 0;
  position: relative;
  top: 13px;
  width: 100%;
  z-index: 2000 !important;
  cursor: pointer;
  float: left;
  margin: 0px 0px 0 0;
  padding-top: 0px !important;
}

nav ul li.pages.active:first-child{
	display: block !important;  
}

nav ul ul{	
	display: none;
	margin-left: 0px;	
	padding-left: 0px;
	position: relative;
	left: 0px;
	width: 100%;
	z-index: 2000!important;
	background-color: #000;
}

nav > ul li > ul{
	top: 0px !important;
}

nav > ul > li > ul > li ul li{
	padding: 4px 0px;
	position: relative;
	z-index: 2000 !important;
}

nav ul > li:hover{
	background-color: grey;
}

nav > ul > li > span {
	display: inline-block;
	height: 30px;
	position: relative;
	top: 4px;
	cursor: auto;
}

nav i.fa.fa-chevron-down{
	display: inline;
	color: #fff;
	position: relative;
	top:11px;
	float: right;
	padding-right: 6px;
	margin-right: 24px;
}

ul > li.lilevel1 > div > i.fa.fa-chevron-down{
	top: -4px;
}

nav > ul > li > a {
    display: block;
    height: 30px;
    margin: 0;
    position: relative;
    top: 4px;
}

nav > ul > li > a, nav.nav ul li ul li a, nav .level0, nav .level1{
  padding: 0 20px;
  position: relative;
}

li.lilevel1 span.level1{
	top: -4px;
}
nav ul li ul li.nonparent a{
	top: -4px;
	display: block;
	margin: 0px;
}

li.lilevel1 span.glyphicon.glyphicon-arrow-right{
  position: relative;
  top: -4px;
}

nav ul li ul li {
    border-bottom: 0 none;
    border-top: 1px solid #fff;
}

nav > ul > li > ul > li{
	background-color: #505050;
	left: 0px;
	padding-top: 8px;
}
	
nav ul > li > ul > li ul li{
	background-color:  #303030;
	border-bottom: 0px solid #fff;	
	z-index: 2200;
	left: 0px;
}

nav ul li ul li div.nested {
  position: relative;
}

nav ul li ul li ul {
  background-color: black;
  position: relative;
}

nav a, nav li{
	color: white;
}

/*---------------------------------------------- Slide */

#desktop.index .slides{
	min-height: 573px;
}

div.slides {
  text-align: center;
  width: 100%;
  /*margin-top: 2%;*/
  position: relative;
  z-index: 2000;
}

.slider-wrapper .center-parent {
  display: table !important;
  height: 100%;
  width: 100%;
}

.slider-wrap{
	padding: 0px;
	margin-bottom: 0px;
	z-index: 1000;
}

#desktop.index .slider-wrap{
	min-height: 600px;
}

/*#cycle-slide-show.folio{
	height: 350px;
}*/

.slider-wrap.extra-folio-content {
    height: 577px;
}

#cycle-slide-show{
	margin-bottom: 10%;
	text-align: center;
	z-index: 100;
}

div.slider-image-wrapper {
    display: inline-block;
    position: relative;
}

.slide-desc.cycle-overlay{
	/*background-color: white;*/
	/*background:rgba(240,240,240, 0.7);*/
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.cycle.slide-meta h2 {
	font-size: 16px;
  margin: 10px 0px 0px 0px;
}

.slides.cycle-slide {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.index #cycle-slide-show img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

.#cycle-slide-show img {
	max-height: 100%;
	max-width: 250px;
}

#cycle-slide-show span.pre{
	width: 30%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 1000;
	display: none;
}

#cycle-slide-show span.nex{
	width: 30%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 1000;
	display: none;
}

i#pre {
	position: absolute;
	left: 10%;	
	top: 40%;
  opacity: 0;
  z-index: 1000;
	height: 72px;
	width: 40px;
}

i#nex {
	position: absolute;
	right: 10%;
	top: 40%;	
	vertical-align: middle;
  opacity: 0;
  z-index: 1000;
	height: 72px;
	width: 40px;
}

i#pre img, i#nex img{
	width: 30%;
}

div#cycle-slide-show span.pre:hover i#pre, #cycle-slide-show span.nex:hover i#nex{
  opacity: 1;
}

.cycle-slide-show-pre-nex > span i{
	cursor: pointer;
	padding: 0 3%;
}

.cycle-pager {
		display: inline;
    height: 52px;
    position: absolute;
    text-align: left;
    right: 47%;
}

.cycle-pager span {
    color: lightgray;
    cursor: pointer;
    display: inline-block;
    font-size: 2em;
    height: 16px;
    width: 16px;
}

.cycle-pager span.cycle-pager-active {
    color: gray;
}

.cycle-pager > * {
    cursor: pointer;
}

div.slider-wrapper.cycle-slide a {
	z-index: 1000;
	display: block;
	margin: 0px;
}

.folio-holder .slide-meta{
	text-align: left;
}


/*---------------------------------------- Home*/

.slides img { display: none }
.slides img:first-child { display: inline; }

/*Recent work*/

.divider{
	border-top: 2px solid darkgray;
/*	padding-bottom: 5px;*/
/*	margin-bottom: 30px;
	margin-top: 10px;*/
	padding-right: 0px;
	padding-left: 0px;
}
.divider-top{
	margin-top: 10px;
	border-top: 1px solid darkgray;
}

.center-parent {
		border-top: 1px solid lightgray;
    display: table !important;
    height: 340px;
    width: 100%;
    padding-top: 20px;
    /*border: 1px solid;*/
}

.center-child {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
/*    padding-bottom: 20px;
*/}

.products .center-parent.cycle-slide .center-child {
  padding-bottom: 0;
  text-align: left;
}

.items:first-child{
	margin-left: 0;
}

.recentwork h4{
	font-size: 16px;
}

.folio-summary p a {
	text-transform: capitalize;
	color: #C9302C;
}



/* ------------------------------------------------ Folio */

div.titles{
	margin-left: 20px;
}

div.titles h3{
	margin: 0px 0px 20px 0px;
	display: inline;
}

div.titles p{
	display: inline;
}

div.filter-wrap {
  background-color: transparent;
  /*border-right: 1px solid #fff;*/
  color: #fff;
  height: auto;
  right: 20%;
  margin-bottom: 30px;
  position: fixed;
  top: 0;
  width: 50%;
  z-index: 3000;
}

div.filter-wrap > span{
	display: inline-block;
	height: 35px;
	padding: 7px 10px;
	width: 100%;
}

div.filter-wrap > span.title.toggle-filter{
  cursor: pointer;
  display: list-item;
  height: 40px;
  list-style: none;
  position: relative;
  text-align: right;
  width: auto;
}

div.filter-wrap i.fa-filter, div.filter-wrap i.fa-sort{
	color: #fff;
	margin-left: 10px;
	font-size: 1.9em;
	position: relative;
	/*top: -3px;*/
	top: -1px;
}

div.filter-wrap ul {
		position: fixed;
    display: none;
    margin: 0px;
    padding: 0px 0 0px 0;
    background-color: #505050;
    width: 100%;
    z-index: 100;
    left: 0px;
    top: 35;
    /*min-height: 23px;*/
}

/*div.filter-wrap ul  {
    display: none;
    height: 100%;
}*/

div.filter-wrap ul > li:first-child{
	border-top: 1px solid #fff;	
}

div.filter-wrap ul li {
		list-style: none;
    left: 0px;
    position: relative;
    border-bottom: 1px solid #fff;
    width: inherit;
    padding: 6px 0px 6px 20px;
    color: #fff;
		cursor: pointer;
}

div.filter-wrap > ul > div.cat-filter-wrap > li > span.button.cat-filter{
	color: #fff;
}

body#mobile0 .cat-filters ul li, body#mobile .cat-filters ul li {
  padding-left: 8px 0 8px 10px;
  font-size: 1em;
}

body#mobile90 .cat-filters ul li {
  padding-left: 0px;
  font-size: 1em;
}

ul.filter-list li span {
    display: list-item;
}

.extra-content{
	min-height: 766px;
}

#adv-custom-pager {
    padding: 10px 0;
}


/*---------------------------------------------- Folio */

.carousel.prev-next span:nth-child(2){
	float: right;
}

.carousel.prev-next{
	display: none;
}

#mobile .carousel.prev-next{
	display: block;
}

#mobile #adv-custom-pager{
	display: none;
}

.ajax.prev-next {
    cursor: pointer;
    position: relative;
    z-index: 3000;
    padding: 10px 0px;
}


.ajax.prev-next span.ajaxitem.prev{
	float: left;
}

.ajax.prev-next span.ajaxitem.next{
	float: right;
}

#adv-custom-pager > img {
    padding-right: 20px;
    /*width: 60px;*/
    cursor: pointer;
}

.folio-holder,.folio-divisor{
	/*box-shadow: 1px 1px 33px 2px lightgrey;	*/
	display: none;
	padding: 0 30px;
	z-index: 1000;
}

#folio-content .element-item{
	/*height: 350px;*/
	/*border: 1px solid;*/
}

/*.element-item .showhide{
	display: none;
	position:relative;
	top:0px;
	z-index: 2000;
	background-color: #fff;
	margin-top: 0px !important;
	padding: 5px;
}*/

.show-extra-content, .featured{
	cursor: pointer;
}

.folio_item_title{
	cursor: pointer;
}

div.element-item > p:first-child {
	text-align: left;
  padding: 5px 0 10px 0;
  margin: 0px;
  position: absolute;
}

div.element-item{
	display: none !important;
}

div.element-item.visible{
	display: block !important;
	text-align: center;
}

span.button.cat-filter.active{
	color: #C9302C !important;
}

/*#folio-content .element-item img{*/
.element-item img{
	max-height: 254px;
	max-width: 180px;
}

#folio-content .element-item .fa-chevron-circle-down,#folio-content .element-item .fa-plus{
	display: none;
  color: silver;
  position: relative;
  top: 10px;
  text-align: center;

}

.folio-summary{
	display: none;	
	position: absolute;
	bottom: 0px;
  background-color: rgba(255,255,255, 0.93);
  padding-top: 5px;
  padding-left: 0px;
  margin-right: 15px;
  text-align: left;
  color: gray;
  height:100%;
  overflow: hidden;
  border-top: 1px solid lightgray;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;  /* Opera/IE 8+ */
}

.folio-summary p:first-child{
	position: relative;
	top: -1px;
	margin: 0px;	
}

.fa-times-circle{
  color: lightgray;
  cursor: pointer;
  position: relative;
  bottom: 0px;
}

.folio-holder .center-parent{
	border-top: none;
}

.extra-folio-slides img{
	margin-top: 30px;
}

span.close.close-folio-folder {
	/*top: 20px;*/
  position: relative;
	float: left;
}

body.opacity :not(.layer):not(.fixed):not(.nav):not(header){
  background-color: #fff;
}

body.opacity .layer {
  background-color: rgba(192,192,192, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.opacity .container{
	padding: 0px !important;
}

body.opacity .row{
	margin: 0px !important;
}

div#folio-content > div.folio-holder.col-xs-12.opacityoff, body.opacity div#folio-content > div.folio-holder.col-xs-12.opacityoff .center-child:before{
	background-color: #fff !important;
}

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

#news section{
  margin-bottom: 50px;
  border-bottom: 1px solid papayawhip;
}

#news section:last-child{
 border-bottom: 0;
}

#news section h2{
	margin-top: 20px;
}

.post-date{
	font-size: 0.9em; 
	color: silver;
	margin-top: 10px;
}

.blog-list{
	display: none;
}

ul.blog-list, ul.blog-list li{
	margin-left: 0;
	padding-left: 0;
}

/*---------------------------------------------- Pages */



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

td.col input {
  width: 100%;
}

/*---------------------------------------------- Mailing list & Contact */

.form-wrapper.mailinglist{
	padding-top: 10px;
}

.form-wrapper form, .form-wrapper form input, .form-wrapper form select{
	width: 100%;
}

.form-wrapper form input{
	width: 100%;
}

.form-wrapper form input, .form-wrapper form select, .form-wrapper form textarea {
  border: 3px solid darkgray;
  border-radius: 0;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px;
}

p.error-red, #lierroras{
	color: red;
}	

p.success-green{
	color: green;
}		

.form-wrapper textarea {
  width: 100%;
}

#list{
	border: 1px solid;
}

.mailing-list-wrapper{
  line-height: 400px;
  text-align:center; 
  vertical-align:middle;
}

.submit.mailinglist, .submit.contact{
	width: 15%;
}

/*---------------------------------------------- Footer */

footer{
	min-height: 150px; 
	margin-top: 10px; 
	clear: both;
	padding-top: 10px;
  position: relative;
  font-size: 12px;
}

footer.divider-top > p {
    display: inline;
}

footer ul.footer-links {
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  font-size: 14px;
}

/*footer ul.footer-links:nth-child(2) {
	float: right;
	text-align: right;
}*/

footer ul li {
	padding-bottom: 10px;
	display: inline-block;
}

footer a, footer a:hover {
	color: #c9302c;
}


/*---------------------------------------------- Masonry */


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min--moz-device-pixel-ratio: 1.5),
		only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('graphics/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('graphics/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/*---------------------------------------------- Mobile Queries*/

/* ----------- Galaxy S5 ----------- */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {

}

/* iPhone 6 ----------- */

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation : portrait) { 


}

/* iPhone 6+ ----------- */

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation : portrait){ 


}

/* ------------------------------------------------- Small Tablet */

@media all and (min-width: 480px) and (max-width: 768px) { 


}

/* ------------------------------------------------- Medium Tablet */

@media all and (min-width: 533px) and (max-width: 853px) { 

}

@media (min-width: 480px) and (orientation:landscape) {
  


}

@media all and (min-width: 480px){ 


	#cycle-slide-show span.pre, #cycle-slide-show span.nex{
		display: block;
	}

	i#pre img, i#nex img{
		width: 40%;
	}

	.cycle-pager span {
	  font-size: 20px;
	}	

	#cycle-slide-show{
		margin-bottom: 0%;
	}

  #slideshow .items img,#slideshow .items p { 
		max-width: auto;
  } 	

	#slideshow.lessthan5 .cycle-carousel-wrap .items.cycle-slide {
	    width: 50% !important;
	}

	#slideshow.lessthan5 .carousel-pre-nex{
		display: none;
	}


}

@media all and (min-width: 533px) and (max-width: 853px){ 

}

@media all and (min-width: 600px) and (max-width: 800px){


}

@media all and (min-width: 360px) and (max-width: 640px){
	

}

@media all and (min-width: 414px) and (max-width: 736px){
	

}

@media all and (min-width: 768px){ 

	
	.fixed > .container{
		height: inherit;
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
	}		


	.overflowhidden{
		overflow: visible;
		width: inherit;
		height: 100%;
	}

	.hideshowmenu{
		display: none;
	}

	nav > ul {
		display: block !important;
	}

	nav ul {
		display: block;
	  float: right;
	  height: inherit;
	  margin: 0 !important;
	  padding-left: 0;
	  right: auto;
	  position: relative;
	}

	nav > ul > li {
		list-style: none;
    background-color: none;
    display: block;
    border-top: 0;
    border-bottom: 0px solid #fff;
    float: left;
    list-style: outside none none;
    padding: 0;
    position: static;
    width: auto;
    z-index: 2000;
	}

	.ul > li:last-child {
	    margin: 0;
	}	
	
	nav > ul > li{
		top: 20px;
	}

	h1.title{
		top: 9px;
		padding-left: 0px;
	}

	nav ul ul{	
		left: auto;
		width: inherit;
		position: absolute;
	}

	nav > ul li > ul{
		top: 40px !important;
	}

	nav ul li ul li ul {
	    top: 0px;
			width: 100%;
	}

	nav ul li ul li div.nested {
	  height: auto;
	  margin: 0px 0;
	  position: relative;
	}
	nav ul > li > ul >li:hover > a{
		width: 100%;
	}

	nav > ul > li > ul > li{
		list-style: none;
	}
		
	nav ul > li > ul > li ul li{
		border-bottom: 1px solid #fff !important;	
		z-index: 2200;
		left: 0px;
		list-style: none;
	}

	nav ul li ul li {
    border-bottom: 1px solid #fff;
    border-top: 0 solid;
    padding: 0px 0 !important;
    width: 130px;
	}

	nav ul li ul li a, nav ul li ul li div span.level1{
		top: 0px !important;
    display: inline-block;
    padding: 2px 10px;
    top: -4px;
	}	

	 nav.nav ul.ul li ul li.lilevel1 div.nested i.fa.fa-chevron-down{
		top: 4px;
		float: right;
	}

	nav ul li.pages i.fa.fa-chevron-down{
		display: none;
	}

	nav.nav ul.ul li ul li a {
	    padding: 2px 10px;
	}

	nav.nav ul.ul li ul li.lilevel1 div.nested ul li a {
    display: list-item;
    margin-bottom: 0;
    padding: 2px 10px !important;
	}

	nav.nav ul li ul li a, nav .level0, nav .level1{
	  padding: 0 10px;
	}	

	nav > ul > li > a, nav > ul > li > span {
		height:40px;
		top: 9px;
	}

	header .fixed{
		height: 40px;
	}

	nav{
		height: 40px;
	}	

	nav > ul > li:last-child > a{
		padding-right: 0px;
	}

	nav i.fa.fa-chevron-down{
		margin-right: 0px;
	}

	.carousel-pre-nex {
	  position: absolute;
	  top: 16%;
	  display: inline-block;
	  left: 0;
	  width: 100%;
	}

	.cat-filters {
		margin-bottom: 30px;
		z-index: 1000;
	}
	
	div.filter-wrap {
    background-color: transparent;
    color: #fff;
    left: 0;
    position: relative;
    text-align: right;
    top: 0;
    z-index: 1000;
		height: auto;
		margin-bottom: 0px;
		width: 100%;
	}
	
	div.filter-wrap span.title, div.filter-wrap i.fa-chevron-down {
		display: none;
	}

	div.filter-wrap ul {
	    display: inline !important;
	    margin: 0px;
	    padding: 0px;
	    background-color: transparent;
	    width: auto;
		  font-size: 1em;
		  letter-spacing: 1px;
		  line-height: 1.4em;
		  text-transform: uppercase;
		  position: relative;
	}

	div.filter-wrap > span.title.toggle-filter{
		display: none
	}	
	
	div.filter-wrap ul li {
	    left: 0px;
	    position: static;
	    display: inline;
	    border-bottom: none;
	    width: auto !important;
			color: gray;
	}

	div.filter-wrap ul li:first-child{
		padding-left: 0px;
	}

/*	div.filter-wrap ul.filter-l > li:first-child {
		display: none;
	}	*/	

	div.titles{
		margin: 0px;
	}

	.title-tagline-filter-wrap p{
		margin: 0px 0px 0px 0px;
	}	

	span.button.cat-filter{
			cursor: pointer;
	}

	ul.filter-list li span {
	    display: inline;
	}	

	#folio-content .element-item:hover .fa-chevron-circle-down,#folio-content .element-item:hover .fa-plus{
		display: block;
	}

	.blog-list{
		display: block;
	}	

}

/* ------------------------------------------------ Tablet */

/*@media all and (min-width: 768px) and (max-width: 1024px) { */

@media all and (min-width: 600px) and (max-width: 1024px) { 

/*	#cycle-slide-show{
		height: 670px;
	}*/

	#cycle-slide-show img {
		max-height: 100%;
		max-width: 500px;
	}

	i#pre img, i#nex img{
		width: 50%;
	}		

}

/* --------------------------------------------- Desktop */

@media all and (min-width: 1024px){ 
}