
@media only screen and (max-width: 440px) {
		.col_div img,
		.col_div_gallery img {
			width: 100%;
			height: auto;
		}
}
@media only screen and (min-width: 440px) {
		.col_div img,
		.col_div_gallery img {
			width: 100%;
			height: auto;
		}
}
@media only screen and (min-width: 768px) {
		.col_div img,
		.col_div_gallery img {
			width: 100%;
			height: 150px;
		}
}
@media only screen and (min-width: 1024px){
		.col_div img,
		.col_div_gallery img {
			width: auto;
			height: 200px;
		}
}
@media only screen and (min-width: 1250px){
		.col_div img,
		.col_div_gallery img {
			width: auto;
			height: 200px;
		}
}
@media only screen and (min-width: 1400px){
		.col_div img,
		.col_div_gallery img {
			width: auto;
			height: 200px;
		}
}










.animated_logo_div {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	height: 361px;
	width: 361px;
}

.clear {
	clear: both;	
}

.col_div,
.col_div_gallery {
	float: left;
}

.disable_text {
	color: #777;
}

.form_tag_div {
	margin-bottom: 15px;
}

.form_text_div {
	margin-bottom: 5px;
}

.like_h3 {
	color: #A57A36;
}

.like_link {
	color: #930900;
}

.normal_text {
	color: #4c2f0f !important;
}

.page_tags_div {
	color: #A97F3C;
	margin: 0 0 15px;
}

.page_tags_arrow {
	background-position: -723px -56px;
	display: inline-block;
	height: 13px;
	width: 7px;
	margin: 0 5px;
	position: relative;
}

.small_right_margin {
	margin: 0 5px;
}

.wbs {
	background-image: url(../images/basic_sprite.png);
}

.whs {
	background-image: url(../images/horizontal_sprite.png);
	background-repeat: repeat-x;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 40;
}

.wvs {
	background-image: url(../images/vertical_sprite.png);
	background-repeat: repeat-y;
	height: 100%;
	position: absolute;
	z-index: 40;
}

span.left_arrow,
span.right_arrow {
	opacity: 0.3;
}

.left_arrow {
	background-position: -736px -55px;
	padding: 0 4px;
}

.right_arrow {
	background-position: -723px -55px;
	padding: 0 4px;
}

.active_page {
	background: #c39937;
	color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 26px;
    text-align: center;
    width: 25px;
}

.trip_div {
	position: relative;
    top: 30px;
    right: 45px;
}

div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon.wh-messenger-bg-facebook {
	    background-color: #d0af4a!important;
}