<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



/* Reset
---------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	/*content: none;*/
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/* Containers
---------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid &gt;&gt; Global
---------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid &gt;&gt; Children (Alpha ~ First, Omega ~ Last)
---------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid &gt;&gt; 12 Columns
---------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}

/* Prefix Extra Space &gt;&gt; 12 Columns
---------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;

}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}

/* Suffix Extra Space &gt;&gt; 12 Columns
---------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}

/* Push Space &gt;&gt; 12 Columns
---------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}

/* Pull Space &gt;&gt; 12 Columns
---------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}

/* Clear Floated Elements
---------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {

	display: block;
}

/* Basic HTML
---------------------------------------------------------------------*/

body {
	font: 13px/1.5 Verdana, Geneva, sans-serif;
	background: #f6f6f6 url(../img/bg.png);
	color: #444;
}

a {
	color: #3D81EE;
	text-decoration:none;/*40BDF4;*/
	cursor:pointer;
}
a:hover {
	color: #00F;
	text-decoration:none;/*FFAF26;*/
}
a:focus {
	outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.small, small {
	font-size: 90% !important;
}

blockquote, q {
	display:block;
	font-style:normal;
	quotes:"" "";
	background:url("../img/quote.png") no-repeat scroll 0 4px transparent;
	display:block;
	font-size:12px;
	min-height:42px;
	line-height:18px;
	padding:0 0 0 20px;
	color:#666;
	font-family:Georgia,"Times New Roman",Times,serif;
	margin:1em 0;
}

/* Headings
---------------------------------------------------------------------*/

h1 {
	color:#444;
	font-size: 60px;
	letter-spacing: -1px;
}
h2 {
	font-size: 32px;
	letter-spacing: -1px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;	
}

/* Spacing
---------------------------------------------------------------------*/

ul,ol {
	padding-left:1.5em; /* Good browsers style ul elements like this https://developer.mozilla.org/en/Consistent%5FList%5FIndentation */
}
ul {
	list-style:disc outside;
}
ol {
	list-style:decimal outside;
}
ol ol li {
	list-style-type:lower-alpha;
}
ul,ol,dl {
	margin-top:1em;
	margin-bottom:1em;
}
li ul,li ol,ul ul,ol ol,dl dd {
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 6px;
}

th {
	text-align: left;
}

.full {
	width: 100%;
}

/* relative width */

.w13 {
	width: 33%; /* 1/3 */
}
.w23 {
	width: 66%; /* 2/3 */
}
.w12 {
	width: 50%; /* 1/2 */
}
.w14 {
	width: 25%; /* 1/4 */
}
.w34 {
	width: 75%; /* 3/4 */
}

/* Forms
---------------------------------------------------------------------*/

form { 
	overflow: auto; 
}
input, select { 
	vertical-align:middle; 
}
input[type="radio"] { 
	margin: 0 
}
input[type="text"],
input[type="password"],
input[type="select"],
input[type="search"],
input[type="file"],
textarea, select { 
	border-color:#C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
	border-style:solid;
	border-width:1px;
	padding: 4px; 
	color: #777;
}
textarea { 
	line-height: 18px;
	overflow: auto;
}
textarea.small{ 
	height:5.5em; 
}
textarea.medium{ 
	height:10em; 
}
textarea.large{ 
	height:20em; 
}

input.half, select.half, textarea.half{ 
	width:50%; 
}
input.full, select.full, textarea.full{ 
	width:95%; 
}
input.title { 
	font-size:20px; 
}

input[type="submit"],
input[type="reset"],
input[type="button"]{ 
	margin-bottom: 0; 
}

input:focus, textarea:focus, select:focus {
	border-color: #969696;
	outline-width:0; /* No outline border for Safary */
}

fieldset {
	margin:10px 0 0;
	padding:6px;
	position:relative;
	background: #fff;
}
legend {
	background:#fff;
	color:#93BB3A;
	font-weight:bold;
	padding:0 6px 0 0;
}
label {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}
label.required:before {
	content: "*";
	color:red;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}
label.ok {
	background:url("../img/valid.gif") no-repeat;
	padding-left:16px;
}
label.error {
	color:#d00;
	text-transform: none;
	margin-left:6px;
}
label.choice {
	vertical-align:middle;
	font-weight:normal;
	text-transform: none;
}

input.error, select.error, textarea.error {
	background: #FFE6DF;
}

fieldset small {
	color:#999;
	font-size:11px;
	display:block;
} 

.btn {
	display: inline-block;
	padding: 5px 10px;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma, Arial, sans-serif;
	position: relative;
	cursor: pointer;
	border:none;
	background:#666;
}
.btn:hover, .btn:focus, .btn:active {
	outline:medium none;
	opacity: .9;
}
.btn-custom {
	color: #fff !important;
	background-color: #6AB620 !important;
}

form p {
	margin-bottom: 10px;
}

button:hover {
	opacity: .9;
	cursor:pointer;
}

/* Top
---------------------------------------------------------------------*/

a#totop {
	background:#111;
	bottom:1em;
	display:block;
	font-size:11px;
	opacity:.5;
	padding:12px;
	position:fixed;
	right:1em;
	color:#ccc;
	text-decoration:none;
	cursor:pointer;
}
a#totop:hover, a#totop:focus, a#totop:active{
	color:#fff;
	text-decoration:none;
}

/* Main page
---------------------------------------------------------------------*/

.container {
	background: #fff;
	box-shadow:0px 0px 0px #999;
}

big, .big {
	font-size: 120% !important;
	line-height: 80%; 
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}
.tj {
	text-align: justify;
} 

.color-green {
	color: #3FBD65;
}
.color-red {
	color: #DC2521;
}

hr.thin {
	margin: 12px 0 10px;
	border-color: #eee;
}

h2.headline {
	background:#75CA4B;
	color:#fff;
	font-size:17px;
	font-weight:normal;
	height:32px;
	letter-spacing:-1px;
	line-height:2em;
	padding:0 10px;
	box-shadow:0px 2px 0px #62BA37;
}
h2.gray {
	background:#eee;
	color:#666;
	font-size:17px;
	height:32px;
	letter-spacing:-1px;
	line-height:2em;
	padding:0 10px;
	box-shadow:0px 2px 0px #ddd;
	text-shadow:0px 1px 0px #fcfcfc;
}

.box {
	border:1px solid #E6E6E6;
	background: #FAFAFA;
	color: #666;
}

.radius {
	border-radius: 8px;
}
.radius-left {
	border-radius: 8px 0 0 8px;
}
.radius-right {
	border-radius: 0 8px 8px 0;
}

.fixheight {
	height: 428px;
	overflow: hidden;
}

.padded {
	padding: 8px !important;
}

.dashed {
	border-top:1px dashed #eee;
}

#logo {
	background: url(../img/logo-green.png) no-repeat;
	position: relative;
	width: 430px;
	height: 36px;
	top: 16px;
}

#navigation {
	background:#4f95c9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:34px;
	margin-bottom:15px;
}

#nav, #nav &gt; ul {
	line-height:1;
	list-style:none !important;
	list-style-type:none !important;
	margin:0;
	padding:0 10px 0 0;
}

#nav li { list-style:none !important; }

#nav {
	float:left;
	height:34px;
}
#nav &gt; li {
float: left;
margin: 0 0px 0 0;
width: auto;
font-family: 'Roboto', sans-serif;
font-size:15px;
font-weight:300;
position: relative;
}



.current_page_item {
	background: #36489c;
	border-radius: 8px;
}
#nav &gt; li:hover,
#nav &gt; li.nav_open {
	background: #222b35;
}


#nav &gt; li a {
color: #fff;
display: block;
line-height: 40px;
padding: 0 15px;
z-index: 100;
text-decoration: none;
background: url(../img/sep.gif) top right no-repeat;
font-weight: 300;
}

#nav &gt; li:last-child a, #nav &gt; li li a { background:none; }
#nav &gt; li li a {  font-weight:normal; }
#nav .current_page_item a {
	text-shadow:1px 1px 0 #222;
}
#nav &gt; li a:hover, #nav .current_page_item a {
	color:#fff;
	text-decoration:none;
}

#nav .dropdown_submenu{
	position:absolute;
	left:0px;
	font-size:11px;
	background: #222b35;
	z-index:1000;
	display:none;
}
#nav .single{
	width: 180px;
}
#nav .double{
	width: 300px;
}
#nav .tripple{
	width: 450px;
}
#nav .quad{
	width: 600px;
}
#nav .quin{
	width: 700px;
}
#nav .sext{
	width: 720px;
}
#nav .sept{
	width: 961px;
	margin-left:-74px;
}

#nav a.dropdown_subfoot {
	color:#545454;
	display:block;
	clear:both;
	font-size:11px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}
#nav li.dropdown_heading {
	font-family: Georgia, serif;
	font-weight: bold;
	color:#eee;
	text-shadow:0 1px 0 #4e53ab;
	padding:0 0 10px;
	font-size: 14px;
}

#nav .dropdown_submenu ul{
	list-style:none;
	float:left;
	margin:0;
	padding:10px;
}
#nav .dropdown_submenu li {
	margin-left: 10px;
}
#nav .dropdown_submenu li a {
	line-height: 24px;
	padding:0 0 0 10px;
	border-left:0px solid #fff;
}
#nav .dropdown_submenu li a:hover {
	text-shadow:0 0 3px #888;
}

#nav .dropdown_submenu{
	-moz-box-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
}

#nav a.dropdown_subfoot{
	background:#ffcc01 !important;
}

.box p {
padding: 0 2px;
max-width: 800px;
margin: 0 auto 15px auto;
}

.box h3 {
	color:#444;
	font-size:24px;
	margin-bottom:20px;
}
.box h3 a{
	color: #62BA37;
	text-decoration: none;
}
.box h3 a:hover{
	color: #666;
}

.price {
	font-weight: bold;
}
.price em {
	color: #f00;
	font: bold 20px Georgia, serif;
}

#topmenu {
	color: #979797;
	margin: 0;
}
#topmenu a {
	color: #979797;
	text-decoration: none;
}
#topmenu a:hover {
	color: #7CC458;
}

.callcenter small {
	display:block;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.callcenter span {
	color:#62BA37;
	font-size:2em;
	font-weight:bold;
	line-height:1.2em;
}

.smallselect {
	font-size:11px;
	margin: 0 0 11px;
	padding: 2px;
}

ul.list {
	padding: 0 8px;
	margin-top: 6px;
	list-style: none;
}
ul.list .price {
	color: #75CA4B;
}
ul.list li {
	border-bottom:1px dotted #ccc;
	padding: 4px 0;
}
ul.list a {
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
}
ul.list li.selected {
	background: #eee;
}

#top-destination-panel {
	background: #fff;
	margin:16px 0;
	padding:1px 8px 4px;
}

.breadcrumb {
	border-bottom: 1px dashed #eee;
	padding: 0 0 8px 10px;
}

/* Footer
---------------------------------------------------------------------*/

#subfooter {
	background: #62BA37;
	color: #fff;
	width: 100%;
	border-top:5px solid #75CA4B;
	padding-bottom:1em;
}

#footer {
	background: #363636;
	color: #aaa;
	width: 100%;
	padding-bottom:2em;
	border-top:5px solid #444;
}

#footer h3 {
	font-size: 17px;
	color: #fff;
	margin: 10px 0;
}

#footer a {
	text-decoration: none;
	color: #ccc;
	text-shadow:0 1px 0 #222;
}
#footer a:hover {
	color: #fff;
}

#footer ul, #footer li {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#footer li {
	border-bottom:1px solid #444;
	padding: 4px 0;
}

#footer input[type="text"],
#footer input[type="password"] {
	border: 1px solid #fff;
}

/* Search page
---------------------------------------------------------------------*/

.oddbox {
	background: #fefefe;
}
.odditem {
	background: #ffffea;
}

.searchpanel {
	color: #666;
}
.searchpanel h3 {
	margin-bottom:6px;
}

.searchpanel h1 {
	color:#75CA4B;
}

.infopanel {
	margin-bottom: 4px;
}

.infopanel h3 a{
	font-size:18px;
	text-decoration: none;
}
.infopanel h3 a:hover{
	text-decoration: underline;
}

.infopanel a.previewimg img {
	margin: 0 10px 10px 0;
	padding: 6px;
	background: #fff;
	border:1px solid #eee;
}

.infopanel img.big {
	margin: 0 0 10px 10px;
	padding: 6px;
	background: #fff;
	border:1px solid #eee;
	float:right;
}
.infopanel img.small {
	margin: 2px;
	padding: 6px;

	background: #fff;
	border:1px solid #eee;
}

.infopanel h6 {
	background:#EEE;
	color:#666;
	font-size:14px;
	margin:1em 0 0.5em;
	padding:4px 10px;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fcfcfc;
}

.address {
	font:italic 12px Georgia,"Times New Roman",Times,serif;
}

span.label {
	font:bold 10px/1.2 "tahoma",sans-serif;
	padding:1px 2px;
	color:#fff;
}
span.labelred {
	background-color:#df0000;
}
span.labelgreen {
	background-color:#4BA508;
}

.score {
	margin: 0 6px 6px 0;
}
.score b {
	font:bold 26px/30px Georgia,"Times New Roman",Times,serif;
	text-shadow:0 1px 0 #fcfcfc;
}

tr.selected {
	border:1px solid #eee;
	font-weight:bold;
}
tr.selected td {
	padding: 0 4px;
}

table.roomlist {
	font-size: 11px;
	clear: both;
}
table.roomlist tr {
	border-bottom: 1px dotted #ddd;
}
table.roomlist td, table.roomlist th {
	padding:2px 4px;
}
table.roomlist th {
	background:#eee;
}
table.roomlist .price {
	color: #390;
	font-family: Georgia,"Times New Roman",Times,serif;
}
table.roomlist .price span {
	color: #999;
	font-weight: normal;
	text-decoration: line-through;
}

p.comment_good {
	background: url(../img/plus-small.png) no-repeat scroll 0 2px transparent;
	padding: 0 0 0 20px;
}
p.comment_bad {
	background: url(../img/minus-small.png) no-repeat scroll 0 2px transparent;
	padding: 0 0 0 20px;
}

.baloon-red, .baloon-green {
	width: 69px;
	height: 64px;
	display: block;
	margin: 0 auto;
}
.baloon-red {
	background: url(../img/baloon-red.png) no-repeat 0 0 transparent;
}
.baloon-green {
	background: url(../img/baloon-green.png) no-repeat 0 0 transparent;
}
.baloon-green b, .baloon-red b {
	position: relative;
	top: 20px;
	font-size: 16px;
	line-height:14px;
}
.baloon-green b {
	color: #3FBD65;
}
.baloon-red b {
	color: #DC2521;
}

/* Content boxes */

.content-box {
	background:#fff;
	margin:8px 0 0;
	display:inline-block;
	width:99%;
}
.content-box .header {
	margin: 6px;
	font-weight: bold;
}
.content-box .header h3 {
	float:left;
	margin:0;
	padding:6px 8px;
	font-size: 14px;
	color: #fff;
}
.content-box .header h3 img{
	float:left;
	margin:1px 4px 0 0;
}
.content-box .section {
	margin: 8px;
}
.content-box-closed {
}
.content-box-closed .header{
	background: #fff url("../img/toggle.gif") no-repeat scroll 98% 10px;
}
.content-box-closed .section {
	display:none
}
.content-box a {
	color: #62BA37;
	text-decoration: none;
}
.content-box a:hover {
	text-decoration: none;
}

/* Image preview */

#imgPreviewWithStyles {
	background: #222 url(../img/loading.gif) no-repeat center;
	border-radius: 8px;
	padding: 10px;
	z-index: 999;
	border: none;
	min-width: 32px;
	min-height: 32px;
}
#imgPreviewWithStyles span {
	color: white;
	font-size: 1em;
	text-align: center;
	display: block;
	padding: 10px 0 3px 0;
}

/* Info/Alert/Tip/Success boxes
---------------------------------------------------------------------*/

div.note, span.note, div.info, span.info, div.alert, span.alert, div.tip, span.tip, div.success, span.success {
	margin:10px 0;
	padding:8px 10px 8px 40px;
}

div.note, span.note {
	padding:8px 10px;
	background:#E4EBF1;
	border-bottom:1px solid #D4D9DE;
	border-top:1px solid #D4D9DE;
}

div.info, span.info {
	background:url("../img/boxes/info.png") no-repeat scroll 8px 5px #E4EBF1;
	border-bottom:1px solid #D4D9DE;
	border-top:1px solid #D4D9DE;
}

div.alert, span.alert {
	background:url("../img/boxes/alert.png") no-repeat scroll 8px 5px #FFE6DF;
	border-bottom:1px solid #FFD9CF;
	border-top:1px solid #FFD9CF;
}

div.tip, span.tip {
	background:url("../img/boxes/tip.png") no-repeat scroll 8px 5px #FDF9E3;
	border-bottom:1px solid #FAE7BE;
	border-top:1px solid #FAE7BE;
}

div.success, span.success {
	background:url("../img/boxes/success.png") no-repeat scroll 8px 5px #EAF7D9;
	border-bottom:1px solid #BBDF8D;
	border-top:1px solid #BBDF8D;
}

.closeable a.close {
	float: right;
	border: 0 none !important;
	font-weight: bold;
	color: #666 !important;
	text-decoration: none;
}
div.info a.close, span.info a.close {
	color: #82919E !important;
}
div.alert a.close, span.alert a.close {
	color: #CF563D !important;
}
div.tip a.close, span.tip a.close {
	color: #D6A23D !important;
}
div.success a.close, span.success a.close {
	color: #238221 !important;
}

div.steps {
	background: #eee;
	margin:10px 2px 0 0;
	padding:8px 10px;
	color: #999;
}
div.stepped {
	background: #75CA4B;
	color: #fff;
}
div.steps h4 {
	margin-bottom: 0;
}

div.triangle {
	border-left:12px solid #fff;
	border-right:12px solid #fff;
	border-top:12px solid #75CA4B;
	clear:both;
	height:0;
	line-height:0;
	width:1px;
	margin-left: 10px;
}

/* Progress bars
---------------------------------------------------------------------*/

div.progress {
	display: block;
	height: 16px;
	padding: 0;
	min-width: 200px;
	background-color: #eee;
	margin: 0;
}
div.progress, div.progress span {
	border-radius: 4px;
}
div.progress span {
	display: block;
	height: 16px;
	margin: 0;
	padding: 0;
	text-align:center;
	width:0;
}
div.progress span b{
	color:#fff;
	line-height:16px;
	padding-left:2px;
	font-size:11px;
}

.progress-yellow span {
	background: #D7CB00;
}
.progress-green span {
	background: #3FBD65;
}
.progress-red span {
	background: #DC2521;
}

/* jQuery date picker
---------------------------------------------------------------------*/

.datepick {
	background-color: #fff;
	color: #222;
	border: 2px solid #62BA37;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 90%;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
}
.datepick a {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background-color: #62BA37;
}
.datepick-ctrl {
	background-color: #62BA37;
	font-weight: bold;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	background-color: #75CA4B;
	color: #fff;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #75CA4B;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	height: 1.5em;
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 15em;
	border: 1px solid #fff;
	text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	background-color: #e0e0e0;
	color: #222;
	font-weight: bold;
	padding: 0;
}
.datepick-month-header select, .datepick-month-header input {
	border: none;
	font-size: 11px;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}
.datepick-month thead {
	border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
	color: #aaa;
}
.datepick-month thead tr {
	border: 1px solid #fff;
}
.datepick-month td {
	background-color: #eee;
	border: 1px solid #fff;
}
.datepick-month td.datepick-week * {
	background-color: #e0e0e0;
	color: #222;
	border: none;
}
.datepick-month a {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #eee;
	color: #000;
	text-decoration: none;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
}
.datepick-month td span {
	color: #ccc;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
}
.datepick-month td .datepick-weekend {
	background-color: #ddd;
}
.datepick-month td .datepick-today {
	background-color: #f90;
	font-weight:bold;
}
.datepick-month td .datepick-highlight {
	background-color: #75CA4B;
	color: #fff;
}
.datepick-month td .datepick-selected {
	background-color: #75CA4B;
}
.datepick-status {
	clear: both;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
.datepick-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}

img.trigger {
	background: url(../img/calendar.gif) no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: relative;
	margin: 0;
	right: 22px;
	top: 5px;
}

/* Nyro popup window
---------------------------------------------------------------------*/

div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalFull div#nyroModalLoading {
	border: 6px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/loader.gif) no-repeat;
	background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border: 6px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
	background: #fff;
	border: 6px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/nyro/close.gif) no-repeat;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -36px;
	left: 0;
	color: #ddd;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent {
	overflow: auto;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
	vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
	left: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
	background-image: url(../img/nyro/prev.gif);
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
	background-image: url(../img/nyro/next.gif);
}

/* Tabs
---------------------------------------------------------------------*/

/* position:relative prevents IE scroll bug (element with position:relative inside container with overflow:auto appear as "fixed") */
.ui-tabs {
	position:relative;
	padding:.2em 0;
	margin: 1em 0 0;
}
.ui-tabs .ui-tabs-nav {
	margin:0;
	padding:0;
}
.ui-tabs .ui-tabs-nav li {
	list-style:none;
	/*float:left;*/ 
	display:inline;
	position:relative;
	top:1px;
	margin:0;
	border-bottom:0 !important;
	padding:0;
	white-space:nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	/*float:left;*/ 
	padding:5px 12px 6px 12px;
	text-decoration:none;
	background:#fff;
	color:#666 !important;
	border-bottom:0 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom:0;
	padding-top:1px;
	top:2px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	border:1px solid #E6E6E6;
	font-weight: bold;
	color: #75CA4B !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-hover a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	text-decoration:none;
	background:#fff !important;
	padding-top:6px;
}
/* first selector in group seems obsolete,but required to overcome bug in Opera applying cursor:text overall if defined elsewhere... */
.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display:block;
	border:0;
	padding:3px 0;
	background:none;
	clear:both;
	margin-top:5px;
	border-top:1px solid #E6E6E6;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}

/* Notices
---------------------------------------------------------------------*/

.notice-wrap {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 250px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 60px;
	background: #636363;
	border-radius: 6px;
	color: #eee;
	padding: 6px 6px 0 6px;
	font-size: 11px;
	border: 3px solid #2E2E2E;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

/* Carousel
---------------------------------------------------------------------*/

.carousel {
	width:300px;
	height:428px;
	position:relative;
	background: #fff;
	overflow: hidden;
}
.carousel ul {
	overflow:hidden;
	margin:0;
	padding:0;
	position:relative;
	width:300px !important;
}
.carousel li {
	width:300px;
	height:428px;
	list-style:none;
	color:white;
	text-align:center;
	margin:0;
	position: relative;
}
.carousel img {
	border:0;
	margin:0;
	border:0;
}
.carousel a {
	outline:0;
}
.carousel h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999;
	font-weight: bold;
	letter-spacing: -1px;
	width: 284px;
	display: block;
	clear: both;
	margin: 8px;
	font-size: 18px;
}
.carousel h4 a {
	background: #000;
	opacity: .7;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	line-height: 1.1em;
	display: block;
	border-radius: 10px;
}
.carousel a:hover { 
	color: #fff;
	background: #75CA4B;
	text-decoration: none;
	opacity: 1;
}
.carousel a.previous{
	position:absolute;
	top:200px;
	left:8px;
	display:block;
	height:28px;
	width:50px;
	background: url(../img/carousel-arrow-lt.png) no-repeat -85px 40%;
	color:white;
	z-index: 100; 
	padding: 0; 
	overflow: hidden;
	text-indent:-10000px;
}
.carousel a.previous:hover {
	background-position: 0 40%;
}
.carousel a.next{
	position:absolute;
	top:200px;
	right: 0;
	display:block;
	height:28px;
	width:50px;
	background: url(../img/carousel-arrow-rt.png) no-repeat -16px 40%;
	color:white; 
	z-index: 100; 
	padding: 0; 
	overflow: hidden;
	text-indent:-10000px;
}
.carousel a.next:hover {
	background-position: -101px 40%;
}
.disabled {
	visibility:hidden;
}

/* FAQ
---------------------------------------------------------------------*/

.question {
	border-bottom:1px solid #eee;
	padding-bottom: 8px;
}

.question &gt; a {
	text-decoration: none;
	color: #62BA37;
	font-weight: bold;
}
.question q {
	display: none;
}

.sidebar-feature { }

.sidebar-feature h4 {font-size:30px; color:#999; font-weight:400; line-height:40px; padding:5px 0; }

.sidebar-feature h4 a:hover .fa {color:#333}

.sidebar-feature .fa {vertical-align:middle; width:40px; line-height:40px; color:#999; }

.fa {vertical-align:middle; }


.top-fixed {position:relative; width:100%; height:100px}





/* 

Network bar

*/




#network_bar {

background: none;

}

#newtop ul#main-menu li {
float: left;
margin: 0 0px 0 0 !important;
list-style: none;
padding: 0;
}


#navigation {height:0; }

.grid_12 img {margin:10px 0 30px 0; }




#footer ul, #footer li {
list-style: none;
margin: 0;
text-align: center;
padding-left: 0;
}

#footer h3 {
font-size: 17px;
color: #fff;
text-align: center;
margin: 10px 0;
}


#newtop { 
height: 70px !important;
border-bottom: 5px solid #fff;
background: #222b35;
position: relative;
z-index: 5;
margin-bottom: 0px;
}

.topwrapper {
max-width: 940px;
margin: 0 auto;
height: 60px;
}

.newtopimg {
display: block;
float: left;
width: 280px;
margin: auto 0;
}


#newtop form {
float: right;
width: 200px;
height: 50px;
overflow: hidden;
margin-top: 8px;
height: 30px;
}


.newtopimg img {
margin: 10px 0 0;
width:280px;

}

.zoom:hover,.newtopimg img:hover {
transform: scale(1.1);
transition: 0.4s;
}

#newtop ul#main-menu li {
float: left;
margin: 0 25px 0 0;
list-style: none;
padding: 0;
}

#newtop ul {
padding-left:0;
}

#newtop ul#main-menu li a {
color: #f9fbfd;
text-shadow: 1px 1px 0px #4e4e4e;
filter: dropshadow(color=#4e4e4e, offx=1, offy=1);
font-size: 16px;
text-decoration: none;
line-height: 40px;
font-family: roboto;
font-weight: 300;
}


#newtop ul#main-menu li a:hover {
text-decoration:underline;
}

body {
background: #fff;
}

.container {
box-shadow: 0 !important;
-moz-box-shadow: 0 !important;
-webkit-box-shadow: 0 !important;
}

.imagetop { 
position: relative;
width: 940px;
height: 350px;
overflow: hidden;
margin: 0 auto 30px auto;
}

.imagetop h1 {
position: absolute;
bottom: -25px;
left: 20px;
text-align: left;
line-height: 105px;
color: #fff;
font-size: 105px;
width: 100%;
font-weight: 500;
}

.imagetop h1:hover {
color: #222b35;
transition: 12s;
font-size: 125px;
line-height: 125px;
}


.imagetop h2 {
position: absolute;
top: 180px;
line-height: 30px;
left: 60px;
text-align:left;
color: #fff;
width: 600px;
font-weight:300;
}

.imagetop a {
position: absolute;
top: 230px;
left: 60px;
color: #fff;
text-transform: uppercase;
background: #359BED;
padding: 10px 30px;
}

.imagetop a:hover {
background:#222b35; color:#fff; }

h1, h2, h3, h4, h5, h6 {

font-family: 'Roboto', sans-serif;
font-weight:300;

}


.boxinfo { 
   position: relative; 
   width: 100%; /* for IE 6 */
   height: 250px;
overflow: hidden;
margin-bottom: 30px;
}



.boxinfo h3 {
position: absolute;
bottom: 0;
font-size: 24px;
text-align: center;
width: 300px;
color: #fff;
background: rgba(0,0,0,0.8);
margin-bottom: 0;
padding: 8px 0;
}

.boxinfo h3 a {
padding: 20px;


}

.boxinfo h3 a {color:#fff}


.eguide_search input.text_input {
margin: 0 0 1em 0;
width: 200px;
background: url(assets/img/google_custom_search_smwide.gif) #fff no-repeat 75px 6px;

}

#subfooter {
display: none;
}


.radius {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius:0;
}

 
.box {
color:#444;
font-size:14px; }


p.footer-right {
font-size: 11px;
margin-right:20px; 
float:right;
padding: 10px 10px 0 10px;
text-align: right;

}

#footer li {
border-bottom: 0;
}

#footer {
background:#222b35;

}


a {
color: #359BED;
}

a:hover {
color:#333
}

#footer .box {border:2px #222b35 solid;

-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius:8px;

}

#footer .box:hover {border:2px orange solid;
}

.container {margin-top:0px; }
.container .box {background:0; border:0; }

h2.home {text-align:center; font-size:40px; }

.topimg-tour img {height:250px; }
.topimg-hotel {height:250px; background:#000; }

.topimg-tour:hover h3, .topimg-hotel:hover h3 {background:#359BED; }

.topimg-tour h3:hover + .topimg-tour img {opacity:0.6; }


a img:hover {
opacity: 0.6;
}

#float-bar { position:fixed; margin:0 auto; top:190px; left:50%; display:none; }

ul#social-float {
list-style: none;
position: fixed;
top: 200px;
left: 200px;
width: 70px;
border: none;
margin: 20px 0 10px 0;
padding: 15px 10px 15px 0px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 0 6px #999;
-moz-box-shadow: 0 0 6px #999;
-webkit-box-shadow: 0 0 6px #999;
background: #FFCC01;
z-index: 9999;
}
ul#social-float li {
	margin:0 0 0 13px;
	padding:0;
	border:none;
}

ul#social-float li.fb {
	margin-top:15px;
}
ul#social-float li.social-login {
	margin-top:5px;
	margin-bottom:5px;
}




@media screen and (max-width: 850px){

h2.home, #leftcolumn, #twitter-widget-0, .eguide_search, .adsbygoogle {display:none !important; }
    p a {margin:10px; }
    p {font-size:16px; }
    .container_12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
}

.top-fixed {position:relative !important;}



.imagetop {
  position: relative;
  max-width: 100% !important;
  height: 350px;
  margin: 0 auto;
}

.container_12 .grid_12 {
  max-width: 100% !important;
  width:inherit !important;
  font-size:16px !important;
}

.imagetop {
  position: relative;
  max-width: 100%;
  height: 100% !important;
}


.imagetop img {max-width:100%; }

.grid_12 img {max-width:100% !important; }

.grid_8 img {max-width:100% !important; }

.container_12 .grid_8, .grid_8, .grid_12 {
  
  font-size:20px !important;
}

.newtopimg img {
  
  max-width: 400px;
}

p.footer-right {
  float:none !important;
}

.persist-header {  
  border-bottom: 0px solid #359BED !important;
}

.container {
  margin-top: 0px !important;
}

.container_12 .grid_3 {
	max-width:220px !important;
}

.container_12 .grid_4 {
	max-width:300px !important;
}

.container_12 .grid_8 {
	max-width:100% !important;
}

.container_12 .grid_12 {
	max-width:100% !important;
}
     
}


@media screen and (max-width: 430px){

h1 {font-size:40px !important; }
 
 .imagetop { display:none; }
 
 .newtopimg img {
  max-width: 330px;
}

.top-fixed {position:relative !important; }


p.footer-right {
  float:none !important;
}


.persist-header {  
  border-bottom: 0px solid #359BED !important;
}

.container {
  margin-top: 0px !important;
}

#nav &gt; li {
  
  width: 130px !important;
  
}

.ask {
  width: 100% !important;
 }

}
 
 
 
 /* New App Pages */
 
 


.inner2 {background:black; }

  
  .inner2:hover  {
  opacity: 0.5;
  background:black;
}

.li-img2 {
 -webkit-transition:  0.4s ease-in-out;
  -moz-transition:  0.4s ease-in-out;
  -ms-transition:  0.4s ease-in-out;
  -o-transition:  0.4s ease-in-out;
  transition:  0.4s ease-in-out;  }
  
  .inner2:hover &gt; .li-img {
  zoom: 1;
  transform:scale(1.1);
}


 .list2 li {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.inner2 {
  display: table-row;
  overflow: hidden;
}
.li-img2 {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding-right: 1em;
}
.li-img2 img {
  display: block;
  width: 100%;
  height: auto;
}
.li-text2 {
padding: 1em;
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.li-head2 {
  margin: 0;
  font-family: 'Roboto',sans-serif;
font-weight: 500;
font-size: 30px;
color:#fff;
line-height:30px;
text-transform: uppercase;
}
.li-sub2 {
  margin: 0;
}

@media all and (min-width: 1100px) {
  .list2 {
    padding: 0.5em;
    max-width: 110em;
    margin: 0 auto;
    overflow: hidden;
  }
  .list2 li {
    padding: 0.5em;
    display: block;
    width: 33.33333%;
    float: left;
    background: none;
    border: 0;
  }
  .inner2 {
    display: block;
  }
  .li-img2, .li-text, .inner {
    display: block;
    width: auto;
    padding: 0;
  }
  .li-text2 {
padding: 1em;
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
}

@media all and (min-width: 1500px) {
  .list2 li {
    width: 25%;
  }
}

@media all and (max-width: 1100px) {
  .list2 {
    padding: 0.5em;
    max-width: 100em;
    margin: 0 auto;
    overflow: hidden;
  }
  .list2 li {
    padding: 0.5em;
    display: block;
    width: 50%;
    float: left;
    background: none;
    border: 0;
  }
  .inner2 {
    display: block;
  }
  .li-img2, .li-text, .inner {
    display: block;
    width: auto;
    padding: 0;
  }
  .li-text2 {
    padding: 1em;
  }
}

@media all and (max-width: 900px) {
  
  
  .list2 {
    padding: 0.5em;
    max-width: 100em;
    margin: 0 auto;
    overflow: hidden;
  }
  .list2 li {
    padding: 0.5em;
    display: block;
    width: 50%;
    float: left;
    background: none;
    border: 0;
  }
  .inner2 {
    display: block;
  }
  .li-img2, .li-text, .inner {
    display: block;
    width: auto;
    padding: 0;
  }
  .li-text2 {
    padding: 1em;
  } 
  
  .grid_full_new {width:100% !important;}
}

@media all and (max-width: 500px) {
  .list2 {
    padding: 0.5em;
    max-width: 100em;
    margin: 0 auto;
    overflow: hidden;
  }
  .list2 li {
    padding: 0.5em;
    display: block;
    width: 100%;
    float: left;
    background: none;
    border: 0;
  }
  .inner2 {
    display: block;
  }
  .li-img2, .li-text, .inner {
    display: block;
    width: auto;
    padding: 0;
  }
  .li-text2 {
    padding: 1em;
  }
  
  .grid_full_new {width:100% !important;}
}
@media all and (max-width: 420px) {
  .list2 {
    padding: 0.5em;
    max-width: 100em;
    margin: 0 auto;
    overflow: hidden;
  }
  .list2 li {
    padding: 0.5em;
    display: block;
    width: 100%;
    float: left;
    background: none;
    border: 0;
  }
  .inner2 {
    display: block;
  }
  .li-img2, .li-text, .inner {
    display: block;
    width: auto;
    padding: 0;
  }
  .li-text2 {
    padding: 1em;
  }
  
  .grid_full_new {width:100% !important;}
}


ul.list2 li {
border-bottom: 15px solid #fff;
padding: inherit!important;
position: relative;
height:880px;
}

.grid_full_new {
  width: -moz-calc(100% - 330px);
  width: -webkit-calc(100% - 330px);
  width: -o-calc(100% - 330px);
  width: calc(100% - 330px);
}

.app-page .container_12 {width:100% !important; }

.add2 {font-style:italic; padding-top:8px; }

.desc2 {margin-top:10px !important; }

 .box-app {width:290px; float:left; padding-right:20px; height:800px; }

div.info-app div.box-app:nth-child(even) {padding-right:0px; }

.box-app img {width:290px;}

.leftside {float:left;}




pattern2, .list2 li, .li-text2 { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

/*Patterns*/
.mod {
	padding: 1em;
}
pattern2 {
	background: #fff;
	border-bottom: 0px solid #808080;
	margin-bottom: 0;
	overflow: hidden;
}
pattern-description h1 {
	font-size: 3.4em;
	margin-bottom: 0.5em;
}
pattern-description {
	max-width: 40em;
	margin: 0 auto;
}
pattern-description ul, pattern2-description ol {
	margin-bottom: 2em;
}
pattern-description li {
	margin-bottom: 1em;
}


.middle-footer {margin:20px auto; width:770px; }

.center-top {text-align:center; }






.mod {
	padding: 1em;
}
.pattern3 {
	background: #fff;
	border-bottom: 0px solid #808080;
	margin-bottom: 1em;
	overflow: hidden;
}







.inner3 {background:black; }

  
  .inner3:hover  {
    background: #359bed;

}

.li-img3 {
 -webkit-transition:  0.4s ease-in-out;
  -moz-transition:  0.4s ease-in-out;
  -ms-transition:  0.4s ease-in-out;
  -o-transition:  0.4s ease-in-out;
  transition:  0.4s ease-in-out; 
  max-height:320px; }
  
  .inner3:hover &gt; .li-img {
  zoom: 1;
  transform:scale(1.1);
}


 .list3 li {
  border-bottom: 1px solid #ccc;
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.inner3 {
  display: table-row;
  overflow: hidden;
}
.li-img3 {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding-right: 0em;
}
.li-img3 img {
  display: block;
  width: 100%;
  height: auto;
}
.li-text3 {
padding: 0.3em 0.5em;
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.li-head3 {
  margin: 0;
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  font-size: 25px;
  padding: 0;
  color: #fff;
  width: 170px;
  word-break: break-word;
  line-height: 30px;
  text-transform: uppercase;
}
.li-sub3 {
  margin: 0;
}

a.inner3 img:hover {
  opacity: 1;
}



@media all and (min-width: 60em) {
  .list3 li {
    width: 100%;
  }
}

.pattern3, .list3 li, .li-text { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

ul.list3 li {
border-bottom: 15px solid #fff;
padding: inherit!important;
position: relative;
margin-bottom:15px;
}

ul.list3 {
padding: 0 !important;
}
</pre></body></html>