/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.stickyfooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.stickyfooter > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


@media screen and (max-width: 499px) {
	.zoomedcarousel {
		width: 1500px;
		height: 1100px;
		border: 0px;
		padding: 0; 
		overflow: hidden;
		
		-ms-transform: scale(0.15);
		-moz-transform: scale(0.15);
		-o-transform: scale(0.15);
		-webkit-transform: scale(0.15);
		transform: scale(0.15);
		
		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@media screen and (min-width: 500px) and (max-width: 1000px) {
	.zoomedcarousel {
		width: 1500px;
		height: 1100px;
		border: 0px;
		padding: 0; 
		overflow: hidden;
		
		-ms-transform: scale(0.25);
		-moz-transform: scale(0.25);
		-o-transform: scale(0.25);
		-webkit-transform: scale(0.25);
		transform: scale(0.25);
		
		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@media screen and (min-width: 1001px) {
	.zoomedcarousel {
		width: 1500px;
		height: 1100px;
		border: 0px;
		padding: 0; 
		overflow: hidden;
		
		-ms-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		
		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

.zoomedcarousel iframe {
	width: inherit; /* 1500px;*/
	height: inherit; /*1100px;*/
	padding: 0; 
	overflow: hidden;
	
}
.zoomedcarousel div {
	width: inherit; /* 1500px;*/
	height: inherit;
	padding: 0; 
	overflow: hidden;
	
}


