/* airline carriers */
.acqua-airline-carriers {
	border-bottom: 1px solid #ddd;
}
.acqua-airline-carriers h3 {
	margin-bottom: 0;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.acqua-airline-carriers ul {
	margin: 0;
	padding: 10px 0;
	background-color: #f9f9f9;
}
.acqua-airline-carriers li {
	float: left;
	width: 50%;
	padding: 1px 10px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-airline-carriers li .glyphicon {
	position: relative;
	top: -1px;
	right: 2px;
	font-size: 8px;
	color: #aaa;
}
.acqua-airline-carriers li:hover .glyphicon {
	right: 1px;
	color: #428bca;
}
.acqua-airline-carriers li:hover a {
	text-decoration: none;
}

/* price table */
.acqua-price-table {
	margin-bottom: 10px;
	font-size: 12px;
}
.acqua-price-table h2 {
	margin-bottom: 5px;
	font-size: 16px;
}
.acqua-price-table table {
	margin-bottom: 0;
	border-bottom: 1px solid #aaa;
}
.acqua-price-table thead th {
	background-color: #ddd;
}
.acqua-price-table th.price {
	font-size: 12px;
	color: #efefef;
	line-height: 1.4;
	background-color: #ae1f43;
	border-bottom-color: #ae1f43;
}
.acqua-price-table .table > tbody > tr > td {
    padding: 3px 5px;
    vertical-align: middle;
}
.acqua-price-table .destination {
	width: 65%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-price-table .destination a {
	font-size: 14px;
	line-height: 1;
}
.acqua-price-table .destination .date {
	display: block;
	font-size: 11px;
}
.acqua-price-table .price {
	font-size: 11px;
	line-height: 1;
	vertical-align: bottom;
	background-color: #f5f5f5;
}
.acqua-price-table .price span {
	display: block;
	color: #555;
}
.acqua-price-table .price strong {
	font-size: 16px;
	line-height: 1;
}
.acqua-price-table .destination .car-img {
	float: left;
}
.acqua-price-table .destination .city {
	margin-left: 45px;
}
.acqua-price-table .destination .city a {
	line-height: 1;
}
.acqua-price-table .destination .city .car {
	display: block;
	font-size: 11px;
	color: #777;
	line-height: 1;
}

/* holiday list */
.acqua-holiday-list {
	margin-bottom: 20px;
	padding: 5px 10px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.acqua-holiday-list h2 {
	margin: 0 -10px;
	padding: 5px 10px;
	background-color: #ddd;
	-webkit-border-radius: 4px 4px 0 0;
	  -moz--border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
}
.acqua-holiday-list ul {
	float: left;
	widt: 16.66667%;/* 6 */
	widt: 14.28572%;/* 7 */
	width: 12.5%;	/* 8 */
	margin: 0;
	padding-top: 5px;
}
.acqua-holiday-list ul .country {
	font-weight: 700;
	font-size: 14px;
	color: #666;
	background-color: #e5e5e5;
	border-right: 1px solid #fff;
}
.acqua-holiday-list div ul:first-child .country,
.acqua-holiday-list div ul:first-child li {
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
			border-radius: 5px 0 0 5px;
}
.acqua-holiday-list div ul:last-child .country,
.acqua-holiday-list div ul:last-child li {
	-webkit-border-radius: 0 5px 5px 0;
	   -moz-border-radius: 0 5px 5px 0;
			border-radius: 0 5px 5px 0;
}
.acqua-holiday-list div ul:only-child .country,
.acqua-holiday-list div ul:only-child li {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.acqua-holiday-list li {
	display: block;
	width: 100%;
	margin: 1px 0;
	padding: 1px 10px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-right: 1px solid transparent;
}
.acqua-holiday-list div ul li:hover {
	background-color: #efefef;
	border-right: 1px solid transparent;
}
.acqua-holiday-list li.country:hover {
	background-color: #e5e5e5;
}
.acqua-holiday-list li .glyphicon {
	position: relative;
	top: -1px;
	right: 2px;
	font-size: 8px;
	color: #aaa;
}
.acqua-holiday-list li:hover .glyphicon {
	right: 1px;
	color: #428bca;
}
.acqua-holiday-list li a:hover {
	text-decoration: none;
}

/* trip type */
.acqua-trip-type {
	margin: 0 0 20px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ddd;
}
.acqua-trip-type h2 {
	margin-bottom: 5px;
	padding: 0 5px;
}
.acqua-trip-type .title {
	margin: 0 -20px;
	padding: 3px 10px;
	font-weight: 700;
	font-size: 18px;
	color: #555;
	background-color: #ddd;
}
.acqua-trip-type .col-xs-4:first-child .title {
	border-radius: 4px 0 0 0;
}
.acqua-trip-type .col-xs-4:last-child .title {
	border-radius: 0 4px 0 0;
}
.acqua-trip-type ul {
	margin: 0;
	padding: 10px 10px 10px 0;
}
.acqua-trip-type li {
	font-size: 16px;
}
.acqua-trip-type li .glyphicon {
	position: relative;
	top: 0px;
	right: 2px;
	font-size: 10px;
	color: #aaa;
}
.acqua-trip-type li:hover .glyphicon {
	right: 1px;
	color: #428bca;
}
.acqua-trip-type li a:hover {
	text-decoration: none;
}

/* acqua-offer */
.acqua-offer {
	margin-bottom: 20px;
}
.acqua-offer .box {
	display: block;
	margin-bottom: 20px;
	color: #555;
	text-decoration: none;
	border: 5px solid #ececec;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.acqua-offer .box:hover,
.acqua-offer .box:focus {
	background-color: #f9f9f9;
	border-color: #e1e1e1;
}
.acqua-offer .box img {
	display: block;
	width: 100%;
	height: auto;
}
.acqua-offer .box .text {
	padding: 15px 10px;
}
.acqua-offer .box .text .title {
	font-size: 22px;
}
.acqua-offer .box .text .subtitle {
	font-size: 14px;
	color: #777;
}
.acqua-offer .box .text .price {
	margin-top: 15px;
	font-size: 14px;
	text-align: right;
}
.acqua-offer .box .text .price strong {
	font-size: 22px;
}
.acqua-offer .box .text .price strong sup {
	padding-left: 2px;
	font-size: 14px;
}
.acqua-offer .box .text .price .curr {
	font-size: 18px;
}

/* .acqua-destination-list */
.acqua-destination-list {
	margin-bottom: 30px;
}
.acqua-destination-list li {
	float: left;
	width: 16.66667%;
	padding: 0 10px;
}

/* acqua-hotel-directory */
.acqua-hotel-directory {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.acqua-hotel-directory h2 {
	margin-bottom: 5px;
	font-size: 16px;
}
.acqua-hotel-directory .hotel {
	padding: 5px;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
.acqua-hotel-directory .hotel:hover {
	background-color: #f9f9f9;
}
.acqua-hotel-directory .description h3 {
	margin-bottom: 0;
	font-size: 14px;
}
.acqua-hotel-directory .description em {
	margin-bottom: 0;
	font-size: 12px;
}
.acqua-hotel-directory .hotel-img {
	float: left;
}
.acqua-hotel-directory .description {
	margin-left: 55px;
}
.acqua-hotel-directory .description .stars {
	margin-bottom: 3px;
	line-height: 1;
}
.acqua-hotel-directory .description .stars img {
	height: 10px;
}
.acqua-hotel-directory .hotel .price {
	font-size: 12px;
	line-height: 1;
	text-align: right;
}
.acqua-hotel-directory .hotel .price span {
	color: #555;
}
.acqua-hotel-directory .hotel .price strong {
	font-weight: 700;
	font-size: 18px;
}
.acqua-hotel-directory.acqua-hotel-directory-big {
	margin-bottom: 10px;
	border-bottom: 0;
}
.acqua-hotel-directory.acqua-hotel-directory-big .hotel {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.acqua-hotel-directory.acqua-hotel-directory-big .description h3 {
	width: 100%;
	margin-bottom: 0;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-hotel-directory.acqua-hotel-directory-big .description em {
	margin-bottom: 0;
	font-size: 14px;
}

/* acqua-hotel-directory-main */
.acqua-hotel-directory-main.panel {
	margin-bottom: 0;
}
.acqua-hotel-directory-main .panel-body {
	padding: 0;
}
.acqua-hotel-directory-main h2 {
	font-size: 18px;
}
.acqua-hotel-directory-main .hotel {
	position: relative;
	padding: 5px;
	border-top: 1px solid #ddd;
}
.acqua-hotel-directory-main .hotel:first-child {
	border-top: none;
}
.acqua-hotel-directory-main .hotel-img {
	float: left;
	width: 100px;
	height: 90px;
}
.acqua-hotel-directory-main .description {
	margin-left: 110px;
	margin-right: 160px;
}
.acqua-hotel-directory-main .description .stars {
	margin-bottom: 3px;
	line-height: 1;
}
.acqua-hotel-directory-main .description h3 {
	margin-bottom: 5px;
	font-size: 18px;
}
.acqua-hotel-directory-main .description p {
	margin-bottom: 0;
	font-size: 11px;
	line-height: 1.2;
}
.acqua-hotel-directory-main .glyphicon {
	position: relative;
	top: 0;
	font-size: 9px;
	color: #428bca;
}
.acqua-hotel-directory-main .flight-included {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 130px;
	min-height: 85px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
			box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.acqua-hotel-directory-main .flight-included .flight-label {
	height: 40px;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
	background: #e8e8e8 url('../img/icons/icon-flight-hotel.png') no-repeat 50% 50%;
}
.acqua-hotel-directory-main .price {	
	padding-top: 6px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	border-top: 1px solid #d8d8d8;
}
.acqua-hotel-directory-main .price span {
	font-size: 12px;
	color: #555;
}
.acqua-hotel-directory-main .price strong {
	font-size: 16px;
}

/* acqua-favourite-destinations */
.acqua-favourite-destinations {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.acqua-favourite-destinations h3 {
	margin-bottom: 0;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.acqua-favourite-destinations ul {
	margin: 0;
}
.acqua-favourite-destinations li {
	padding: 2px 5px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-color: #f9f9f9;
	border-top: 1px dotted #ddd;
}
.acqua-favourite-destinations li:hover {
	background-color: #f5f5f5;
}
.acqua-favourite-destinations li:first-child {
	border-top: none;
}
.acqua-favourite-destinations li .glyphicon {
	position: relative;
	top: -1px;
	right: 2px;
	font-size: 10px;
	color: #aaa;
}
.acqua-favourite-destinations li:hover .glyphicon {
	right: 1px;
	color: #428bca;
}
.acqua-favourite-destinations li a {
	float: left;
	width: 49%;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-favourite-destinations li:hover a {
	text-decoration: none;
}
.acqua-favourite-destinations li .price {
	float: right;
	width: 49%;
	font-size: 12px;
	line-height: 1.2;
	text-align: right;
}
.acqua-favourite-destinations li .price span {
	color: #555;
}
.acqua-favourite-destinations li .price strong {
	font-size: 16px;
}

/* acqua-rentacar-top */
.acqua-rentacar-top h2 {
	font-size: 18px;
}
.acqua-rentacar-top .table td {
	vertical-align: middle;
}
.acqua-rentacar-top img {
	float: left;
	margin-right: 5px;
}
.acqua-rentacar-top .city {
	margin-left: 60px;
}
.acqua-rentacar-top .city a {
	font-size: 16px;
	line-height: 1;
}
.acqua-rentacar-top .city .car {
	display: block;
	font-size: 11px;
	color: #777;
	line-height: 1;
}
.acqua-rentacar-top .price {
	background-color: #f5f5f5
}
.acqua-rentacar-top .price {
	font-size: 12px;
	line-height: 1;
}
.acqua-rentacar-top .price span {
	color: #777;
}
.acqua-rentacar-top .price strong {
	font-size: 24px;
}

/* acqua-rentacar-deal */
.acqua-rentacar-deal .panel-heading {
	background-color: #fff;	
}
.acqua-rentacar-deal h2 {
	font-size: 18px;
}
.acqua-rentacar-deal .panel-body {
	padding: 0;
	background-color: transparent;	
}
.acqua-rentacar-deal .car {
	border-top: 1px solid #ddd;
}
.acqua-rentacar-deal .car:first-child {
	border-top: none;
}
.acqua-rentacar-deal .car .image {
	display: table-cell;
	width: 120px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.acqua-rentacar-deal .car .image img {
	width: 120px;
}
.acqua-rentacar-deal .car:hover .image {
	box-shadow: 0 0 10px rgba(0,0,0,.15) inset;
}
.acqua-rentacar-deal .car .image a {
	display: inline-block;
}
.acqua-rentacar-deal .car .image a .glyphicon {
	position: relative;
	top: 0;
	font-size: 9px;
	color: #428bca;
}
.acqua-rentacar-deal .car .price {
	display: table-cell;
	width: 100%;
	padding: 5px 0;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	background-color: #f5f5f5;
}
.acqua-rentacar-deal .car .price span {
	display: block;
	color: #777;
}
.acqua-rentacar-deal .car .price strong {
	font-size: 42px;
	text-align: right;
}
.acqua-rentacar-deal .car .price a span {
	display: inline;
}

/* country-box */
.country-box {
	position: relative;
	height: 190px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #f1f1f1;
	border: 1px solid #f5f5f5;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.15);
			box-shadow: 0 0 2px rgba(0,0,0,0.15);
	-webkit-transition: box-shadow 0.25s ease 0s;
	   -moz-transition: box-shadow 0.25s ease 0s;
	     -o-transition: box-shadow 0.25s ease 0s;
			transition: box-shadow 0.25s ease 0s;
}
.country-box:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.25);
			box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
.country-box .country-flag {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
}
.country-box .country-name {
	display: block;
	position: absolute;
	bottom: 20px;
	width: 100%;
	margin-bottom: 0;
	padding: 0 5px;
	font-weight: 700;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.country-box .cities {
	position: absolute;
	bottom: 5px;
	width: 100%;
	margin-bottom: 0;
	padding: 0 5px;
	font-size: 12px;
	color: #777;
	text-align: center;
}
.country-box img {
	opacity: 0.75;
}
.country-box:hover img {
	opacity: 1;
}

/* city-box */
.city-box {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.city-box:hover {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.city-box p {
	margin-bottom: 0;
}
.city-box .destination {
	display: block;
	width: 100%;
	padding: 5px;
	font-size: 14px;
	color: #f1f1f1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-shadow: 0 1px 1px #222;
	background-color: #555;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.city-box:hover .destination {
	background: #008dd2;
}
.city-box .img-link {
	display: block;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
}
.city-box .hotel-number {
	padding: 5px 5px 0;
	font-size: 12px;
	color: #777;
}
.city-box .price {
	padding: 5px;
	font-size: 12px;
	color: #e31e24;
	text-align: right;
}
.city-box .price span {
	color: #444;
}
.city-box .price strong {
	font-size: 18px;
	line-height: 1;
}

/* city-box-wimg */ 
.city-box-wimg {
	margin-bottom: 10px;
	padding: 5px 5px 0;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
			box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.city-box-wimg:hover {
	background-color: #f9f9f9;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
			box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.city-box-wimg .destination {
	display: block;
	width: 100%;
	margin-bottom: 0;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
}
.city-box-wimg .hotel-number {
	margin-bottom: 5px;
	font-size: 12px;
}
.city-box-wimg .price {
	margin: 0 -5px;
	padding: 5px;
	font-size: 12px;
	line-height: 1;
	text-align: right;
	background-color: #fff;
	border-top: 1px dotted #ddd;
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
			border-radius: 0 0 3px 3px;
}
.city-box-wimg .price span {
	color: #555;
}
.city-box-wimg .price strong {
	font-weight: 700;
	font-size: 18px;
}

/* big-img-box */
.big-img-box .box {
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.big-img-box .box:hover {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
			box-shadow: 0 0 5px rgba(0,0,0,0.5);
} 
.big-img-box .box img{
	display: block;
	width: 100%;
	height: auto;
}
.big-img-box .box .box-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	background-color: #333;
	background-color: rgba(0,0,0,0.35);
}
.big-img-box .box .box-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	height: 50px;
	padding: 7px 10px 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-in-out 0s;
	   -moz-transition: all 0.25s ease-in-out 0s;
	     -o-transition: all 0.25s ease-in-out 0s;
			transition: all 0.25s ease-in-out 0s;
}
.big-img-box .box:hover .box-footer {
	height: 75px;
}
.big-img-box .box .box-footer .city {
	position: relative;
	z-index: 10;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.big-img-box .box .box-footer-bg {
	position: absolute;
	right: 0;
	bottom: -75px;
	left: 0;
	z-index: 5;
	height: 75px;
	background-color: #333;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.25s ease-in-out 0s;
	   -moz-transition: all 0.25s ease-in-out 0s;
	     -o-transition: all 0.25s ease-in-out 0s;
			transition: all 0.25s ease-in-out 0s;
}
.big-img-box .box:hover .box-footer-bg {
	bottom: 0;
}
.big-img-box .box .box-footer strong {
	font-weight: 400;
	font-size: 30px;
}
.big-img-box .box .box-footer .plane-icon {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: 20px;
	padding: 5px 10px;
	font-size: 18px;
	background-color: #007700;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

/* city-page */
.city-page .city-wall {
	position: relative;
	overflow: hidden;
}
body.shrink .city-page .city-wall .city-wall-footer {
	position: fixed;
	z-index: 1005;
	top: 0;
	background-color: #333;
	background-color: rgba(0,0,0,0.85);
}
.city-page .city-wall .container {
	padding-top: 0;
}
.city-page .city-wall .city-wall-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 10px; 
	font-size: 14px;
	color: #fff;
	background-color: rgba(0,0,0,0.65);	
}
.city-page .city-wall .city-wall-footer h1 {
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 32px;
}
.city-page .city-wall .city-wall-footer h1 small {
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.city-page .acqua-search-form-city {
	padding-top: 5px;
}
.city-page .acqua-search-form-city .form-group {
	margin-bottom: 10px;
}
.city-page .acqua-search-form-city .input-lg {
	height: 42px;
	padding-left: 5px;
}
.city-page .acqua-search-form-city .date {
	background: #fff url("../img/icons/icon-calendar.png") no-repeat right 50%;
}
.city-page .acqua-search-form-city ::-webkit-input-placeholder {
	color: #999;
}
.city-page .acqua-search-form-city :-moz-placeholder { /* Firefox 18- */
	color: #999;
}
.city-page .acqua-search-form-city ::-moz-placeholder {  /* Firefox 19+ */
	color: #999;
}
.city-page .acqua-search-form-city :-ms-input-placeholder {  
	color: #999;
}
.city-page .acqua-search-form-city .btn-lg {
	padding: 8px 10px;
}
.city-page h2 {
	margin-bottom: 20px;
	font-size: 26px;
	color: #555;
}
.city-page h2 strong {
	color: #333;
}
.city-page .city-todo-container .nav-tabs {
	border-bottom: none;
}
.city-page .city-todo-container .nav-tabs > li > a {
	color: #555;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.city-page .city-todo-container .nav-tabs > li > a:hover {
	background-color: transparent;
	border-color: #fec967;
}
.city-page .city-todo-container .nav-tabs > li.active > a,
.city-page .city-todo-container .nav-tabs > li.active > a:hover,
.city-page .city-todo-container .nav-tabs > li.active > a:focus {
	color: #222;
	background-color: #fec967;
	border-color: #fec967;
}
.city-page .city-todo-container .tab-content {
	padding: 15px 0 0;
}
.city-page .city-todo-list {
	padding: 0;
	list-style-type: none;
}
.city-page .city-todo-item {
	margin-bottom: 25px;
	background-color: #f7f7f7;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
		 -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
	overflow: hidden;
}
.city-page .city-todo-item:hover {
	background-color: #fff;
	border-color: #fec967;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
			box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.city-page .city-todo-item img {
	display: block;
	width: 100%;
	height: auto;
}
.city-page .city-todo-item h3 {
	margin-bottom: 5px;
	text-align: center;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
		 -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s
}
.city-page .city-todo-item:hover h3 {
	color: #ff8040;
}
.city-page .city-todo-item .description {
	padding: 20px;
}
.city-page .city-todo-item .type {
	padding-bottom: 5px;
	font-size: 11px;
	color: #777;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.city-page .city-todo-item .text {
	height: 130px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.5;
	overflow: hidden;
}

/* MQ */
@media screen and (max-width: 1199px) {
	.city-box .img-link {
		display: block;
		width: 100%;
		max-height: 80px;
	}
}

@media screen and (max-width: 767px) {
	.city-page .city-todo-item .text {
		height: auto;
		overflow: visible;
	}
	.city-page .city-wall .city-wall-footer {
		padding-bottom: 10px;
	}
	.city-page .city-todo-item .text {
		height: auto;
		overflow: visible;
	}
	.city-page .city-wall .city-wall-footer {
		padding-bottom: 10px;
	}
}