html, body {
	margin:0px;
	padding:0px;
	-webkit-font-smoothing: antialiased;
	width:100%;
	height:100%;	
	letter-spacing:0.5px;
	font-family: 'Poppins', sans-serif;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;

}

#main {
	height:100%;
	padding: 0;
	margin:0;
	padding-bottom: 40px;
}

#effect-6 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-6 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-6 .img.hover .overlay {
  opacity: 1;
}
#effect-6 .img.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}
.Collage{
	/*This is where you set the padding you want between the images*/
	padding:10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
	background-color:#fff;
}
.Image_Wrapper{
	/* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
	'-moz-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
	'-webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
	'box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}
	

.effects .img {
  position: relative;
  float: left;
  overflow: hidden;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.effects .img {
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	max-width: 100%;
	height: auto;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(247, 247, 247, 0.5);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius:0px;
	width: 100%;
  }

.expand {
	position:absolute;
	left:50%;
	margin-left: -36px;
	top: 50%;
	margin-top: -36px;
	z-index: 100;
	width: 60px;
	height: 60px;
	border: solid 6px rgba(215, 150, 46, 0.9);
	text-align: center;
	color: rgba(215, 150, 46, 0.9);
	line-height: 55px;
	font-weight: 700;
	font-size: 50px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	text-decoration:none;
}


@media screen and (min-width: 1025px) and (max-width: 6000px){

	#mobile {
		display:none;
	}

	#computer {
		display: table-cell;
	}


	/* Aspect ratio */
	.aspect-1-1 {
		width: 100%;
		padding-top: 100%;
		position: relative; 
	}

	/* Aspect ratio */
	.aspect-1-2 {
		width: 100%;
		padding-top: 118.75%;
		position: relative; 
	}

	.aspect-16-9 {
		width: 100%;
		padding-top: 56.25%; 
		position: relative; 
	}

	.aspect-4-3{
		width: 100%;
		padding-top: 75%; 
		position: relative; 
	}

	.aspect-3-2{
		width: 100%;
		padding-top: 66.66%; 
		position: relative; 
	}

	.aspect-8-5{
		width: 100%;
		padding-top: 62.5%; 
		position: relative; 
	}

	.box-text {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	
}

@media screen and (min-width: 701px) and (max-width: 1024px){

	#mobile {
		display:block;
	}

	#computer {
		display:none;
	}

	/* Aspect ratio */
	.aspect-1-1 {
		width: 100%;
		padding-top: 100%;
		position: relative; 
	}

	/* Aspect ratio */
	.aspect-1-2 {
		width: 100%;
		padding-top: 56.25%; 
		position: relative; 
	}

	.aspect-16-9 {
		width: 100%;
		padding-top: 56.25%; 
		position: relative; 
	}

	.aspect-4-3{
		width: 100%;
		padding-top: 75%; 
		position: relative; 
	}

	.aspect-3-2{
		width: 100%;
		padding-top: 66.66%; 
		position: relative; 
	}

	.aspect-8-5{
		width: 100%;
		padding-top: 62.5%; 
		position: relative; 
	}

	.box-text {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	
}


@media screen and (min-width: 0px) and (max-width: 700px){

	#mobile {
		display:block;
	}

	#computer {
		display:none;
	}

	/* Aspect ratio */
	.aspect-1-1 {
		width: 100%;
		padding-top: 100%;
		position: relative; 
	}

	/* Aspect ratio */
	.aspect-1-2 {
		width: 100%;
		padding-top: 56.25%; 
		position: relative; 
	}

	.aspect-16-9 {
		width: 100%;
		padding-top: 56.25%; 
		position: relative; 
	}

	.aspect-4-3{
		width: 100%;
		padding-top: 75%; 
		position: relative; 
	}

	.aspect-3-2{
		width: 100%;
		padding-top: 66.66%; 
		position: relative; 
	}

	.aspect-8-5{
		width: 100%;
		padding-top: 62.5%; 
		position: relative; 
	}

	.box-text {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.loaderImage {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
	cursor: pointer;
}


.text{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.father {
    position: relative;
}
.child {
    position: absolute;;
    top: 50%;
    left: 50%;    
    margin-left: -50px;
    margin-top: -50px;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	margin:100px auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.8s;
  animation-name: fade;
  animation-duration: 0.8s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.list select {
	background-color: #fff;
}
.list input{
	background-color: #fff;
}