 /* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color Legend */


/* Reset */

html, body { margin: 0; padding: 0; border: 0;  background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul { list-style: none; }


/* Global */

html 	{	}
body	{
	background-color: #3fb5e8;
	/* [disabled]background-image: url(../images/fish.jpg); */
}



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 {
	font-size: 24px;
	color: #03B9FC;
	padding-bottom: 15px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 400;
}
h2 { font-size:20px; }
h3 { font-size:16px; margin-bottom:5px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p           	{
	color: #000;
	font-size: 12.75px;
	line-height: 150%;
	margin: 15px 0;
	text-align: left;
}
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link			{ color: #00f;  }
a:visited		{
	color: #00E4FF;
}
a:active		{
	color: #0C6991;
}
a:focus			{ color: #666;  }
a:hover     	{
	color: #3FB5E8;
}

blockquote  	{ color:#000; font-size:12px; }

strong      	{
	font-weight: bold;
	color: #3FB5E8;
}
em		      	{ font-style: italic; }

/* Images */

.image-frame	{ padding:10px; border:1px #ccc solid; margin:10px; }

/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#000; font-size:12px; }
ol li	     	{ color:#000; font-size:12px; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{
	text-align: center;
	font-size: large;
	color: #3FB5E8;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym   { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


/* Containers */

#outer	 			{ width:960px; margin:0 auto; background-color:#FFF;  }

#wrapper 			{
	width: 900px;
	margin: 0 auto;
	/* [disabled]background-color: #D7F1FC; */
}

#logo	 			{
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	float: left;
}

#social-media-icons			{ float:right;	}
#social-media-icons	ul li 	{ display:inline; }
#social-media-icons ul		{ margin-top:40px; }

#topnav 			{
	clear: both;
}
#topnav ul			{
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	text-align: center;
	margin: 20px 0;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	color: #3FB5E8;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
#topnav ul li		{
	display: inline;
	/* [disabled]background-color: #D0ECF9; */
	margin-right: 5px;
	margin-left: 5px;
	border-top-left-radius: 0px;
	background-image: -webkit-repeating-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(205,236,249,1.00) 32.68%,rgba(201,238,254,1.00) 51.46%,rgba(189,233,252,1.00) 69.85%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(205,236,249,1.00) 32.68%,rgba(201,238,254,1.00) 51.46%,rgba(189,233,252,1.00) 69.85%,rgba(255,255,255,1.00) 100%);
	background-image: -o-repeating-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(205,236,249,1.00) 32.68%,rgba(201,238,254,1.00) 51.46%,rgba(189,233,252,1.00) 69.85%,rgba(255,255,255,1.00) 100%);
	background-image: repeating-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(205,236,249,1.00) 32.68%,rgba(201,238,254,1.00) 51.46%,rgba(189,233,252,1.00) 69.85%,rgba(255,255,255,1.00) 100%);
}
#topnav ul li a		{
	padding: 0 15px;
}

#topnav a:link			{ color: #000;  }
#topnav a:visited		{ color: #000;  }
#topnav a:active		{ color: #000;  }
#topnav a:focus			{
	color: #3EB3E7;
}
#topnav a:hover     	{
	color: #3FB5E6;
}

#banner 			{
	margin-bottom: 30px;
	margin-top: 0px;
}
#slider				{ margin-bottom:30px; 	}

#content 			{ width:650px; float:left;  }

#content-fullwidth	{
	width: 100%;
	text-align: center;
}

#rightside 			{ width:200px; float:right;  }

#footer 			{ clear:both; margin:20px 0; border-top:1px #ccc solid; 
						padding-bottom:20px; }


#box1 { width:250px; float:left; margin:25px;
			border-top:15px #A45200 solid; background-color:#eee; }

#box2 { width:250px; float:left; margin:25px; 
			border-top:15px #978353 solid; background-color:#eee;  }

#box3 { width:250px; float:left; margin:25px; 
			border-top:15px #6A6A00 solid; background-color:#eee;  }
			
#box1 h3, #box2 h3, #box3 h3 { margin:20px 10px 10px 10px; }
#box1 p, #box2 p, #box3 p { margin:5px 10px 10px 10px; }

#box4 {   }

#box5 {   }

#box6 {   }


/* Layout Extra */




/* Navigation Extra */



/* Forms */

form ol { list-style-type:none; }

form 	{ text-align:left; margin:20px;	}

label 	{
	float: left;
	width: 150px;
	margin-top: 5px;
	text-align: left;
	display: block;
	background: none;
	font-weight: bold;
	color: #3FB5E8;
		}
	
submit	{ background:none; 	}

input 	{ 
		width: 280px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}
		
input:focus, textarea:focus	{ background-color:#BFEBFF; }

textarea {
		width: 280px; height: 150px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}

select { margin-bottom:20px;	}
	
.month { margin-left:155px;	}

.submit {
		width:130px; height:45px;
		margin-left:170px;
		font-size:12px;
		}

br		{
	clear: left;
	text-align: justify;
}

.clear	{ clear:both; }


/* Miscellaneous  */

.popup-link		{ font-size:12px; margin:5px 10px; display:block; }

.date			{ font-weight:bold; color:#BF6000; margin-bottom:3px; }

.copyright-text	{ font-size:80%; font-style:italic; color:#333; }
.footer-text	{ font-size:12px; font-style:normal; color:#000; text-align:center;  }

.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle		{ font-size:14px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px font-weight:bold; color:#555;  }
.editor			{ font-size:14px font-style:italic; color:#555;  }

.pub-date		{ font-size:10px font-style:italic; color:#555; }
.article-date	{ font-size:10px font-style:italic; color:#555;  }
.location		{ font-size:10px font-style:italic; color:#555;  }

.float-right	{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      	{ background:#D7D7FF; }
.removed    	{ background:#FFCECE; color:#f00; }
.changed		{ background:#FFB; }


/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 			{
	background: #d5edf8;
	color: #3FB5E8;
	border-color: #3FB5E8;
	-webkit-box-shadow: 0px 0px 10px;
	box-shadow: 0px 0px 10px;
	font-size: large;
	height: 50%;
}
	
.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }
	
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }
#submit {
	color: #F5F6F9;
	width: 20%;
	background-color: #3FB5E8;
	border-radius: 5px;
	font-size: large;
	text-align: center;
}
#label {
	font-size: large;
	color: #3FB5E8;
}
#td {
	background-color: #CDEAF7;
}
#reset {
	width: 15%;
	background-color: #3FB5E8;
	border-radius: 5px;
	color: #FCF5F5;
	font-size: large;
	text-align: center;
}
#tablepricing {
	border-color: #3FB5E8;
}
#boxpricing {
	background-color: #FAFBFB;
}

@media screen{
#mapinfo {
	padding-top: 0in
.
.
	top: 0in
	padding-top: 0px
	margin-top: -50px
	top: 0%
	margin-bottom: 200px}
#arrow {
	margin-top: -20px;
	margin-bottom: -15px;
}
#facebook {
}
#facebook2 {
}
.paypal {
	width: 30%;
	/* [disabled]float: none; */
	text-align: left;
	margin-left: 120px;
	border-color: #FFFFFF;
}
#arrowbooking {
	margin-top: -15px;
	margin-bottom: -20px;
	visibility: hidden;
}
.mainhead {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 50px;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 1px 1px rgba(0,0,0,1.00);
}
.bali {
	margin-bottom: -15px;
	margin-top: 5px;
}
.mainparagraph {
	font-size: 16px;
	text-align: center;
}
.mainparagraph2 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.DB {
}
.mainfirst {
	font-size: 18px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}
.logoshotel {
	width: 100%;
	height: 0%;
}
}

@media only screen and (min-width: 150px) and (max-width: 920px)
{
#logo	 			{
	margin-top: 5px;
	margin-left: -8px;
	margin-bottom: 5px;
	float: center;
	width: 100%;
	display: inherit;
	}
#message {
	width: 100%;
}
#email {
	width: 100%;
}
#name {
	width: 100%;
}
li {
	width: 100%;
}
#reset {
	width: 20%;
}
#outer {
	width: 90%;
}
p           	{
	font-size: 14px;
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	width: 90%;
	margin-left: 15px;
}	
#wrapper {
	width: 100%;
}
h1 {
	text-align: center;
}


#logo {
}
#linkedin {
	visibility: hidden;
}
#twitter {
	visibility: hidden;
}
#youtube {
	visibility: hidden;
}
#facebook {
	width: 50px;
	height: 22px;
	float: right;
	padding-right: 5px;
	margin-top: -50px;
}
.fluid {
	text-align: center;
	bottom: 0px;
}
#arrow {
	padding-top: 50px;
}
#topnav {
	width: 100%;
	float: left;
	margin-top: -170px;
	margin-bottom: 10px;
}
#topnav ul li {
	width: 100%;
	display: inherit;
	text-align: center;
	padding-top: 15px;
	margin-top: 5px;
	float: left;
}
ul {
	height: 110px;
}
a {
}
.navbar {
	height: 20%;
	max-width: 97%;
}
#topnav ul {
	border-color: #FFFFFF;
	border-top-style: hidden;
}
#submit {
	width: 25%;
}
#gallery {
	width: 100%;
	display: inline;
	margin-left: -10px;
}
#mainhead {
	width: 100%;
}
.mainhead {
}
table {
}
tbody {
}
.columnsContainer {
	width: 100%;
}
#leftcolumn {
	width: 100%;
	float: left;
	display: block;
	height: 100%;
	/* [disabled]min-width: 0px; */
}
#rightcolumn {
	width: 100%;
	float: right;
	/* [disabled]display: block; */
	height: 100%;
}
#contactleft {
	width: 100%;
	margin-left: -5px;
}
#box5 {
	float: left;
}
.leftprice {
	width: 35%;
	height: 50%;
	display: inherit;
	float: left;
	margin-left: 10px;
}
.rightprice {
	float: right;
	width: 35%;
	height: 50%;
	display: inherit;
	margin-right: 10px;
}
#logomain {
	max-width: 100%;
	margin-left: 10px;
	display: block;
}
#arrowbooking {
	padding-top: 50px;
	visibility: hidden;
}
.bali {
	width: 90%;
	height: 90%;
}
.paypal {
	max-width: 50%;
	margin-left: 80px;
	/* [disabled]left: 100%; */
	/* [disabled]right: 100%; */
}
.pcontact {
	max-width: 100%;
	margin-left: -20px;
}
#submit {
	width: 100%;
}
#reset {
	width: 100%;
}
tr {
	max-width: 100%;
}
.strongcontact {
	margin-left: -75px;
	/* [disabled]width: 100%; */
}
#leftcolcont {
	width: 80%;
	height: 100%;
	display: block;
	float: left;
	/* [disabled]min-width: 0px; */
	margin-left: auto;
	margin-right: auto;
}
#rightcolcont {
	width: 75%;
	height: 100%;
	display: block;
	float: right;
	margin-left: 115px;
}
iframe {
	width: 100%;
}
#td {
	width: 100%;
	margin-left: -32px;
}
.topbali {
	width: 100%;
	height: 90%;
	text-align: center;
	/* [disabled]margin-bottom: 45px; */
	/* [disabled]margin-top: -50px; */
}
}#logomain {
}
#logo {
}
#facebook {
}
.nav {
}
#wrapper {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
}
#rightcolumn {
}
#youtube {
}
#twitter {
}
#linkedin {
}
.leftprice {
}
.rightprice {
}
#leftcolumnpbr {
}
#rightcolumn {
}
.400 {
}
.paybutton {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
