@media only screen and (max-width : 1200px) {
	
.col-news img {
	width: 100%;
	height: 200px;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
#wowslider-container1 {
	width: 700px;
	height: 500px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.photo_figure {
	height: 500px;
}
	
.photo_figure img {
	height: 89%;
}

.col-news p {
	padding: 10px;
}

.col-news img {
width: 100%;
height: 200px;
}

.information .begin {
	float: none;
	margin-top: 10px;
	padding: 0;
}

#first, #second {
	margin: 10px auto;
}

.information .fountain {
	float: none;
	margin-top: 10px;
	padding: 0;
	width: 300px;
}

body {
	background: #fff;
}

#wowslider-container1 {
	display: none;
}

#wowslider_engine { 
        display: none;
}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
blockquote h1, h2 {
font-size: 30px;
}

.col-news .effect-zoe img {
        height: 100px;
}

.photo_figure {
	height: 300px;
}
	
.photo_figure img {
	height: 81%;
}

.date, .date1 {
	width: 100%;
}
	
.col-news img {
	width: 100%;
	height: 150px;
}

.navigation li {
		float: none;
		display: block;
		text-align: center;			
}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	iframe {
	width: 280px;
	height: 200px;
}
	
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	iframe {
	width: 400px;
	height: 300px;
}
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	iframe {
	width: 600px;
	height: 400px;
}

.congratulation iframe {
	width: 540px;
	height: 400px;
}

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.begin {
		width: 250px;
		height: 385px;
}

	.col-news img {
	width: 100%;
	height: 250px;
}

.col-photo img {
	width: 100%;
	height: 250px;
}

	
}}