
@media screen and (max-width: 1199px) {
	.btns .btn-prev, .btns .btn-next {
		font-size: 18px;
		line-height: 18px;
	}
	.btns .btn-prev span, .btns .btn-next span {
		font-size: 14px;
		line-height: 14px;
	}
	.btns .btn-prev .arrow, .btns .btn-next .arrow {
		width: 30px;
		height: 30px;
	}
	.your-selection {
		font-size: 26px;
		line-height: 26px;
	}
	#footer h2 {
		font-size: 21px !important;
	}
	#footer .info {
		font-size: 16px;
	}
	.form label {
		margin: 0 !important;
	}
	.form label span {
		display: none;
	}
	.form input[type="text"], .form input[type="email"], .form select, .form textarea {
		margin-bottom: 5px;
	}
	.form .left, .form .right {
		width: 48%;
	}
	.form .left input[type="text"],
	.form .left select,
	.form .right input[type="text"],
	.form .right select {
		width: 100%;
	}
	.form input[type="submit"] {
		margin-top: 10px !important;
		padding: 5px 0 !important;
	}	
	.form.booking label.css-label {
		margin-bottom: 20px !important;
	}
	.form.booking label span {
		display: block;
	}
	.card label h4 { margin: 0 !important; }
	.card label span { margin-top: 20px; }
	.card label.card-label { padding: 10px !important; }
	.secure-payment-fields input[type="text"], .secure-payment-fields select {
		width: 78%;
	}
	.secure-payment-fields div .from-date label {
		padding-right: 10px;
	}
	.choose .promocode { width: 60%;}
	.unit .description { width: 75%; }
}
@media screen and (max-width: 991px) {
	.notfound h1 {
		font-size: 24px !important;
		line-height: 26px !important
	}
	.notfound h2 {
		font-size: 21px !important;
	}
	.notfound .close-matches {
		font-size: 18px;
		line-height: 21px;
		max-width: 100%;
	}
	.unit-group .unit-header .title h2 {
		font-size: 21px !important;
	}
	.unit h2,
	.unit-wrapper .right .book {
		font-size: 18px !important;
		line-height: 18px;
	}
	.unit .img { 
		width: 30%;
		margin-right: 10px;
	}
	.unit .content{
		float: none;
		width: 100%;
	}
	.unit .content { margin-top: 10px; }
	.unit ul.list li {
		font-size: 14px;
	}
	.unit-wrapper .right .price span {
		font-size: 26px
	}
	.block .bar .recommended-txt { margin-right: 0; }
    .sidebar .form input,
	.sidebar .form select,
	.sidebar .form .left,
	.sidebar .form .right {
		width: 100%;
		display: block;
	}
	.sidebar .form input[type="submit"] {
		font-size: 18px;
	}
	.holiday-summary .group label { font-size: 13px !important; }
	.holiday-summary .total-cost span { font-size: 24px !important; }
	.unit .img {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.unit .description {
		position: relative;
		width: 100%;
		margin-top: -5px;
	}
	.action .page li {
		font-size: 12px;
		line-height: 14px;
		width: 90px;
		height: 90px;
		padding: 25px 0;
	}
	.action .page li.finished {
		background-size: 16px 16px;
	}
	.action .page li.arrow,
	.action .page li.arrow.finished {
		width: 32px;
		height: 32px;
		background-size: auto;
	}	
	.block .bar input[type="number"] { width: 50px; }
	.continue-booking {
		font-size: 18px;
		background-position: 220px 11px;
	}
	.paynow { 
		font-size: 24px;
		padding: 6px 20px 6px 20px;
	}
	.card label span { margin-top: 10px; }
	.card label.card-label { padding: 8px !important; }
	.secure-payment-fields input[type="text"], .secure-payment-fields select {
		width: 68%;
	}
	.secure-payment-fields div .from-date label {
		padding-right: 10px;
	}
	.form.booking label.css-label {
		margin-bottom: 40px !important;
	}
	.confirmation {
		padding: 0 10px;
	}
	.choose .promocode { width: 80%;}
	#footer .logo img,
	#footer .security {
		width: 100%;
	}
	#footer .security img { 
		width: 100%;
		float: none;
	}
	#footer .security img.padlock {
		width: auto;
		margin: 0 auto;
	}	
}
@media only screen and (max-width: 767px) {
	#leaveModal .modal-dialog {
		width: 100%;
	}
	#header {
		text-align: center;
	}
	.logo {
		display: inline-block;
		margin: 0 auto;
	}
	#header .header-right { 
		text-align: center;
		margin: 10px 0 0 0;
		color: #41463c;
	}
	#header .header-right a {
		color: #41463c;
	}
	.main-content .pull-right { 
		float: none !important;
	}
	.content { 
		width: 100%;
		padding: 0;
	}
	.form h2 { margin-bottom: 0 !important; }
	.amend-search .hide-show,
	.holiday-summary .hide-show { display: block; }
	.btns { margin: 0; }
	.btns .btn-prev {
		width: 49%;
		float: left;
		text-align: left;
	}
	.btns .btn-next {
		width: 49%;
		float: right;
		text-align: right;
	}
	.btns .btn-prev, .btns .btn-next { 
		padding: 10px;
		margin-bottom: 15px;
	}
	.btns .btn-prev .arrow,.btns .btn-prev i { margin-right: 8px;	}
	.btns .btn-next .arrow,.btns .btn-next i { margin-left: 8px;	}

	.your-selection {
		width: 100%;
		float: none;
		clear: both;
	}
	.btns .btn-prev span, .btns .btn-next span { display: block;}
	.btns, .btns .btn-prev, .btns, .btns .btn-next { margin-top: 0; }
	.notfound { margin-top: 20px; }
	.btn { display: block !important; }
	.unit .content ul.list { clear: both; }
	.include,.include, .sidebar .book { display: none; }
	.content-wrapper,
	.post {
		margin-bottom: 20px;
	}	
	.content-wrapper, .sidebar {
		float: none !important;
		clear: both;
	}
	.sidebar .form {
		float: none;
	}
	.holiday-summary h2 {
		padding: 15px 10px !important;
		margin-bottom: 0 !important;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-align: left
	}
	.summary-container { padding: 0 30px; }
	.holiday-summary .total-cost span { font-size: 30px !important; }
	.action .page li {
		margin: 0;
	}
	.block .img img {
		width: 30%;
		float: left;
		margin: 0 15px 10px 0;
	}
	.block h4 {
		clear: both;
		display: block;
	}
	.block .bar .recommended-txt { margin-right: 10px; }
	.holiday-summary .group label { font-size: 18px !important; }
	.content-wrapper, .post { margin-bottom: 0; }
	.modalDialog .left, .modalDialog .right {
		width: 100%;
		float: none;
	}
	.form.booking .subscribe { margin-bottom: 60px; }
	.form.choose h2 { margin-bottom: 10px !important; }
	.form.choose .left, .form.choose .right {
		width: 100%;
		float: none;
	}
	.choose .promocode { width: 100%;}
	.choose .promocode label { float: none; }
	.choose .promocode input[type="text"] { width: 100%; float: none; }
	#footer .info {
		float: none;
		text-align: center;
	}
	#footer {
		background-size: cover;
	}
	.modalDialog .thumbnails {
		margin: 15px 0 0;
		padding: 0;
		-moz-column-count: 5;
	    -moz-column-gap: 8px;
	    -webkit-column-count: 5;
	    -webkit-column-gap: 8px;
	    column-count: 5;
	    column-gap: 8px;
	}
	.modalDialog p { margin: 0; }
	.modalDialog.continue .left {
		width: 49%;
		float: left;
	}
	.modalDialog.continue .right {
		width: 49%;
		float: right;
	}
	.modalDialog.continue h1 { 
		font-size: 32px !important;
		line-height: 38px !important
	}
	.modalDialog.continue h2 {
		font-size: 21px !important;
		line-height: 24px !important;
	}
	.modalDialog.continue .btn.back { font-size: 21px; }
	.modalDialog.continue .btn.continue { 
		font-size: 16px;
		line-height: 21px;
	}
	.confirmation .name {
		margin-top: 20px;
	}
	#footer {
		text-align: center;
	}	
	#footer .security {
		width: 270px;
		margin: 0 auto;
		clear: both;
		float: none;
	}
	#footer .security img {
		width: auto;
		float: left;
	}
	.copyright {
		padding-top: 30px;
	}
	/* Force table to not be like tables anymore */
	#rt table, 
	#rt thead, 
	#rt tbody, 
	#rt th, 
	#rt td, 
	#rt tr { 
		display: block; 
	} 
	#rt thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	} 
	#rt td { 
		border: none;
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	} 
	#rt td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#rt td:before { 
		content: attr(data-title);
		font-weight: normal;
		line-height: 18px;
		text-transform: uppercase;
	}
}
@media only screen and (max-width: 698px) {
	#footer .info a {
		margin-right: 0;
	}
	#footer ul.awards,
	#footer .info { 
		float: none;
		margin: 10px 0;
		padding: 0;
	}
	#footer .security { margin-top: 20px; }
}
@media only screen and (max-width: 600px) {
	.unit-group {
		display: block;
	}
	.unit-wrapper .unit {
		width: 100%;
		padding: 10px;
		display: block;
	}
	.unit-group .unit-wrapper .right {
		display: block;
		clear: both;
		width: 100%;
		border-left: none;
		border-top: 1px solid #636363;
	}
	.unit-group.budget .unit-wrapper .right {
		border-left: none;
		border-top: 1px solid #a3620a;
	}
	.unit-wrapper .right .book {
		position: relative;
		width: 100%;
	}
	.unit .description .left,
	.unit .description .right {
		width: 100%;
		float: none;		
	}
	.unit .description .right {
		position: relative;
		border-left: none;
	}
	.block .left,
	.block .right {
		display: block;
		width: 100%;
		text-align: center;
	}
	.card label span { margin-top: 40px; }
	.card label.card-label { padding: 8px !important; }
	.secure-payment-fields input[type="text"], .secure-payment-fields select,
	.secure-payment-fields input.cv2[type="text"] {
		width: 100%;
	}
	.secure-payment h2, .geotrust,
	.secure-payment-fields input[type="number"] { float: none; }
	.secure-payment-fields label { float: none; width: auto;}
	.secure-payment-fields div .from-date label {
		padding-right: 10px;
	}
	.secure-payment-fields { padding-top: 0; }
	.form.amend-search {
		padding: 15px;
	}
	.form.booking .left, .form.booking .right {
		width: 100%;
		float: none;
	}
	.form .left input[type="text"], .form .left select, .form .right input[type="text"], .form .right select {
		margin-top: 15px;
	}
	.form.choose .left input[type="text"],
	.form.choose .left select,
	.form.choose .right input[type="text"],
	.form.choose .right select {
		margin-top: 0;
	}
	.from-date { float: none; }
	.secure-payment-fields div .from-date div { 
		float: none;
		padding: 0;
		margin: 5px 0 !important;
	}
	.secure-payment-fields div .from-date label { width: 60px; }
	.flash {
		top: -10px;
		left: 0;
	}
	.action { margin: 0 0 10px 0; }
	.action .page li,
	.action .page li.arrow.active { display: none; }
	.action .page li.active { display: inline-block;}
	.card .ico-card {
		float: none;
		margin: 0 auto;
	}
	.pay-wrapper { margin-bottom: 0; }
	.card label h4 { margin: 8px 0 !important; text-align: center; }
	.card label span { margin-top: 0 !important; }
	.modalDialog.continue .left, .modalDialog.continue .right {
		width: 48%;
	}
	.modalDialog.continue .btn.back { 
		font-size: 16px;
	}
	.modalDialog.continue .btn.continue { 
		font-size: 14px;
		line-height: 18px;
		background: rgba(0, 0, 0, 0) url("img/btn-arrow-right.png") no-repeat;
		background-position: 98% 15px;
	}
}
@media only screen and (max-width: 540px) {
	.btns-container { text-align: center; }
	.continue-booking,.paynow { float: none; margin-bottom: 10px; }
	.form.choose input[type="submit"] { font-size: 18px; }
	.search-overlay .wrap { 
		width: 100%;
		padding: 0 15px;
	}
}
@media only screen and (max-width: 515px) {
	.form h2 {
		font-size: 21px !important;
		margin-bottom: 0 !important
	}
	.form.booking .subscribe { margin-bottom: 120px;}
	#rt td { 
		border: none;
		position: relative;
		padding-top: 25px;
		padding-bottom: 10px;
		padding-left: 5px;
		white-space: normal;
		text-align:left;
	} 
	table.holiday-details td { vertical-align: top; }
	table.holiday-details td.value {
		text-align: right !important;
	}
	.btns .btn-prev, .btns .btn-next {
		text-align: center;
	}
	.btns .btn-prev i,.btns .btn-next i {
		float: none;
		margin: 0 auto 5px auto;
		display: block;
	}

}
@media only screen and (max-width: 480px) {
	.unit .img {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.unit .content .see-details { 
		text-align: center;
		width: 100%;
	}	
	.main-content .btn-amend {
		width: 100%;
	}
	.notfound h1,
	.notfound .close-matches {
		width: 100%;
	}
}
@media only screen and (max-width: 473px) {
	.btns .btn-prev, .btns .btn-next {
		text-align: center;
	}
	.btns .btn-prev .arrow, .btns .btn-next .arrow {
		float: none;
		margin: 0 auto 5px auto;
	}
}
@media only screen and (max-width: 440px) {
	.form.choose input[type="submit"] { font-size: 16px; }

}
@media only screen and (max-width: 414px) {	
	.unit-group .hide-show {
		margin-top: 5px;
		position: relative;
	}
	.unit ul.list li {
		display: block;
		float: none;
		width: 100%;
	}	
	.summary-container { padding: 10px;}
	.modalDialog > div {
		padding: 15px;
	}
	.modalDialog h2 {
		font-size: 21px !important;
		line-height: 24px !important;
		width: 90%;
		display: block;
	}
	.modalDialog ul.list li {
		display: block;
		width: 100%;
		float: none;
	}	
	.main-content .pull-right {
		float: none !important;
	}	
	.block { 
		padding: 15px;
		display: block;
	}
	.block h2 { 
		font-size: 21px !important;
		margin-bottom: 10px !important;
	}
	.block .img img {
		float: none; 
		width: 100%;
		margin: 0 0 10px 0;
	}	
	.form.booking .subscribe { margin-bottom: 140px; }
	.holiday-summary h2 { font-size: 18px !important; }
	.holiday-summary .total-cost {
		margin: 0;
		padding: 10px;
	}
	.pay .circle,.pay.selected .circle { 
		float: none;
		margin: 0 auto;
	}
	.pay input[type="radio"] + label.pay-label, .card input[type="radio"] + label.card-label {
		padding: 10px;
	}
	.pay label, .card label {
		font-size: 18px;
		float: none;
		text-align: center;
	}
	.paynow { font-size: 18px; }
	.paynow img { width: 23px; height: 27px; }
	.pay.selected label {
		background-position: 15px 5px;
	}
	.terms { margin-bottom: 100px; }
	.confirmation { padding: 0; }
	.confirmation h1 { 
		font-size: 24px !important;
		line-height: 28px !important;
	}
	.confirmation h3 {
		font-size: 24px !important;
		line-height: 28px !important;
	}
	.return { 
		font-size: 18px;
		line-height: 21px;
	}
	.modalDialog.continue .left, .modalDialog.continue .right {
		width: 100%;
		float: none;
	}
	.modalDialog.continue .btn.back { 
		margin-bottom: 10px;
		background-position: 5px 15px;
	}
}
@media only screen and (max-width: 360px) {
    .logo img {
    	width: 100%;
    }
	#header .text-right h1 {
		font-size: 21px !important
	}
	#header .header-right {
		font-size: 14px;
	}
	.btn-amend {
		font-size: 21px;
	}
	.main-content {
		padding: 20px;
	}
	.unit .img {
		width: 100%;
		float: none;
	}
	.amend-search .hide-show {
		top: 18px;
		right: 5px;
	}
	.btns .btn-prev, .btns .btn-next {
		font-size: 14px;
	}
	.holiday-summary h2 { font-size: 14px !important}
	.holiday-summary .group ul li { font-size: 12px !important; }
	.form.amend-search {
		padding: 15px 10px;
	}
	.form h2 {
		font-size: 16px !important
	}
	.form .lookup-address { width: 100%; }
	.unit .content .see-details {
		width: 100%;
		text-align: center;
	}		
	.bckto-availability { width: 100%; }
	.continue-booking {
		font-size: 16px; 
		padding: 12px 40px 12px 12px;
		width: 100%;
		background-position: 97%;
	}
	.paynow { width: 100%; }
	.form.booking label.css-label {
		font-size: 12px !important;
		line-height: 18px !important;
	}
	.form.booking .subscribe { 
		margin-bottom: 120px;
	}
	.print-confirmation { font-size: 16px; }
	.important-info { padding: 15px; }
	.important-info h3 { font-size: 21px !important; }
	#footer .security {
		padding: 5px;
		width: 250px;
	}
	#footer .security ul.cards li img {
		margin: 0 1px;
	}
	.search-overlay h1 {
		font-size: 26px !important;
		line-height: 26px !important;
	}
	.search-overlay .form input[type='submit'] {
		font-size: 18px;
		line-height: 18px;
	}
}