*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "Proxima Light",Helvetica,Arial,"Lucida Grande",sans-serif;
}
p{
	padding: 7px 0;
}
a{
	text-decoration: none;
}
#content{
	position: relative;
	min-height: 100vh;
}
#content_wrap{
	padding-bottom: 60px;	/* Footer height */
}
.width_790{
	max-width: 790px;
}
.centered_div{
	margin: 0 auto;
	min-height: 100%;
}
#trips_container{
	padding: 0 3%;
	border: 1px solid #AAA;
}
#logo_container{
	float: right;
	margin: 24px 0;
}
#logo_container span{
	display: table;
	margin: 0 auto;
}
.from_top{
	padding-top: 78px;
}
.to_left{
	float: left;
}
.to_right{
	float: right;
}
.clear_floating{
	clear: both;
}
.trip_description_text{
	width: 95%;
	margin: 10px auto 40px auto;
	line-height: 23px;
	letter-spacing: 1px;
	text-align: justify;
	color: #787878;
}
.trip_item_container{
	height: 257px;
	width: 275px;
	margin-top: 23px;
	margin-bottom: 23px;
	border: 1px solid #AAA;
	background: #EFEFEF;
}
.trip_info_container{
	height: auto;
	width: 275px;
	border-bottom: 1px solid #DDD;
}
.width_without_cat_img{
	width: 95% !important;
	margin: 0 auto;
}
.trip_info_title,
.trip_info_date{
	height: auto;
	margin-left: 12px;
	line-height: 30px;
	font-size: 19px;
}
.trip_info_title{
	color: #686868;
}
.flag_country_name{
	font-weight: 600;
}
#logo_link,
.trip_info_date{
	color: #999999;
}
.trip_info_date{
	font-style: italic;
}
.trip_info_flag_container{
	height: 48px;
	width: 80px;
	background: aliceblue;
	border: 1px solid #AAA;
	margin: 20px 10px 0 0;
	float: right;
}
.trip_info_flag_image{
	height: 40px;
	width: 72px;
	margin: 4px;
}
.trip_thumbnail_main{
	height: 168px;
	width: 173px;
	float: left;
}
.trip_thumbnail_small{
	border-bottom: 1px solid #AAA;
}
.trip_thumbnail_small,
.trip_thumbnail_small_bottom{
	height: 55.3px;
	width: 37%;
	float: right;
}
#logo{
	height: 91px;
	width: 275px;
}
#pole_wiadomosci{
	width: 400px;
	position: fixed;
	z-index: 100;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 5px #888888;
	top: 160px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-width: thin;
	border-color: #e8e8e8;
	border-style: solid;
}
#pole_wiadomosci_obrazek{
	width: 70px;
	height: 70px;
	background: url("../images/icons/exclamation.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
}
#alert_text{
	float: left;
	padding: 20px 40px;
	line-height: 22px;
	text-align: center;
	-webkit-animation-name: animateAlertFont; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	animation-name: animateAlertFont;
	animation-duration: 2s;
}
#alert_image_close{
	width: 20px;
	height: 20px;
	background: url("../images/icons/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: right;
	position: relative;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
@keyframes animateAlertFont{
	from{color: #000000;}
	to{color: #00A79E;}
}
@-webkit-keyframes animateAlertFont{ /* Safari 4.0 - 8.0 */
	from{color: #000000;}
	to{color: #00A79E;}
}

@media only screen and (max-width: 804px){
	.width_790{
		max-width: 690px;
	}
}
@media only screen and (max-width: 620px){
	.width_790{
		max-width: 370px;
	}
	.trip_item_container{
		margin: 23px auto;
	}
}
@media only screen and (max-width: 400px){
	.width_790{
		max-width: 295px;
	}
}

@media only screen and (min-width: 400px){
	#logo{
		height: 115px;
		width: 345px;
	}
	.trip_item_container{
		height: 322px;
		width: 345px;
	}
}
@media only screen and (min-width: 621px){
	#logo{
		height: 91px;
		width: 275px;
	}
	.trip_item_container{
		height: 257px;
		width: 275px;
	}
	.trip_info_flag_container{
		height: 48px;
		width: 80px;
		margin: 20px 10px 0 0;
	}
	.trip_info_flag_image{
		height: 40px;
		width: 72px;
		margin: 4px;
	}
	.trip_info_container{
		width: 275px;
	}
	.trip_info_title,
	.trip_info_date{
		height: auto;
		margin-left: 12px;
		line-height: 30px;
	}
	.trip_thumbnail_main{
		height: 168px;
		width: 173px;
	}
	.trip_thumbnail_small,
	.trip_thumbnail_small_bottom{
		height: 55.3px;
	}
}
@media only screen and (max-width: 789px){
	#trips_container{
		border: none;
	}
}
@media only screen and (min-width: 790px){
	#trips_container{
		background: #EFEFEF;
	}
	.trip_item_container{
		background: #FFFFFF;
	}
}
@media only screen and (min-width: 805px){
	#logo{
		height: 115px;
		width: 345px;
	}
	.trip_item_container{
		height: 322px;
		width: 46.6%;
	}
}
@media only screen and (max-width: 410px){
	#pole_wiadomosci{
		width: 95%;
	}
}
@media only screen and (max-width: 315px){
	body{
		width: 315px;
	}
}

@media screen and (min-width: 400px) and (max-width: 620px), (min-width: 805px){
	.trip_info_flag_container{
		height: 60px;
		width: 100px;
		margin-right: 20px;
	}
	.trip_info_flag_image{
		height: 50px;
		width: 90px;
		margin: 5px;
	}
	.trip_info_container{
		height: 110px;
		width: 345px;
	}
	.trip_info_title,
	.trip_info_date{
		height: auto;
		margin-left: 20px;
		line-height: 35px;
	}
	.trip_thumbnail_main{
		height: 211.3px;
		width: 63%;
	}
	.trip_thumbnail_small{
		height: 70px;
	}
	.trip_thumbnail_small_bottom{
		height: 69px;
	}
}

/* the oposite of the above */
@media screen and (max-width: 400px), (min-width: 621px) and (max-width: 805px){
	.trip_info_title,
	.trip_info_date{
		font-size: 16px;
	}
}