/*!
 * Bounce Template v2.0
 *
 * Built with Bootstrap v2.1.1
 * https://twitter.github.com/bootstrap
 */

/* General
-------------------------------------------------- */
* {
    /*font-weight: normal !important;*/
}
strong{
	font-weight:bold;
	font-family: 'Arial',Helvetica,sans-serif;
}
body {
	position: relative;
    padding-top: 60px;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
hr.dashed {
    border-bottom: 1px dashed #CCCCCC;
    border-top: medium none;
}
.modal-flat {
    margin-top: 10px;
    position: relative;
	z-index: 0;
}

/* Typography
-------------------------------------------------- */
body, button {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
.txt-lefty {
    text-align: left;
}
.txt-middle {
    text-align: center;
}
.txt-righty {
    text-align: right;
}
.orange a{
	color:#F60;
	text-decoration:none;
}
.orange a:hover{
	color:#993300;
	text-decoration:none;
}
.white a{
	color:#fff;
}

/* Buttons
-------------------------------------------------- */
.btn-action {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    font-size: 17px;
    line-height: normal;
    padding: 10px 30px;
}
.btn-flat {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-pillbox {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

/* Navbar
-------------------------------------------------- */
.navbar-fixed-top {
    margin-bottom: 0;
	-moz-box-shadow: 0px 3px 6px 3px #666666;
    -webkit-box-shadow: 0px 3px 6px 3px #666666;
    box-shadow: 0px 3px 6px 3px #666666;
}
.navbar-inner {
	border-bottom: 0 none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    filter: none;
    padding: 5px 0;
    text-align:center;
}

.navbar .nav, .navbar .nav > li {
float:none;
display:inline-block;
*display:inline; /* ie7 fix */
*zoom:1; /* hasLayout ie7 trigger */
vertical-align: top;
}

.navbar .brand {
    font-size: 21px;
	text-shadow: none;
}
.navbar .nav > li > a {
	font-size: 16px;
	font-weight: normal;
    text-shadow: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.navbar .nav > li > a:hover {
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);		
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    padding-bottom: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
}
.btn-dropnav {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
	display: none;
}
.btn-dropnav .icon-bar {
    background-color: #F5F5F5;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);	
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
}
.btn-dropnav .icon-bar + .icon-bar {
    margin-top: 3px;
}

#searchbox {
	background-color:#FFF;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-box-shadow: 0px 3px 2px 3px #666666;
-webkit-box-shadow: 0px 3px 2px 3px #666666;
box-shadow: 0px 3px 2px 3px #666666;
opacity: 0.89;
height: 35px;
margin-top: -14px;
padding:10px 7px 0 7px;
position:fixed;
left: 50%;
margin-left: -148px;
}

.formsize { width: 80%;}

/**** FEATURE ****/

.feature.small {
    height:70px;
    padding:70px 0 0;
    background:#ffffff url("/img/maui-bar.jpg") center center no-repeat;
    box-shadow:none;
	 margin-left: -20px;
    margin-right: -20px;
}

.feature.large {
    height:88px;
    padding:88px 0 0;
    background:#eaf8fb url("/img/clouds.jpg") center center no-repeat;
    box-shadow:none;
	margin-top:-10px;
}

#feature-img {
   margin-top:-88px;
}

#feature-ttl {
   margin-top:-40px;
}

.move-fix {
    margin-left: 35px;
	padding-right: 0px;
}

.bergspace {
    padding-right: 65px;
	margin-right:-40px;
}

.rightspace {
	margin-right:20px;
	
}

.right1 {
	margin:0 0 10px 15px;
	float:right;}
.left1 {
	margin: 0 15px 10px 0;
	float:left;}
	
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
border: 5px solid #ffcc00;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container2 {
    position: relative;
    padding-bottom: 53%; /* 16/9 ratio */
    padding-top: 0px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
border: 5px solid #000000;
}

.embed-container2 iframe,
.embed-container2 object,
.embed-container2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar .nav>li>a {
    float: none;
    padding: 10px 14px 10px;
    color: #777;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
	
/* sponsor
=================================================================== */
.sponsor{
width:400px;
height:396px;
margin:5px auto 0px auto;
background:url("/img/sponsor-box.jpg") no-repeat center;
}
.sponsor-inside{
padding:28px 0 0 30px;
}

/* Tabs
=================================================================== */
.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs-nav li {
	float: right;
	line-height: 34px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 6px -3px 0px;
	border-radius: 7px 7px 0px 0px; 
-moz-border-radius: 7px 7px 0px 0px; 
-webkit-border-radius: 7px 7px 0px 0px; 
border: 2px solid #cc6600;
}


.tabs-nav li a {
	background-color: #ffcc66;
	color: #ff6633;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
}

.ie7 .tabs-nav li a {height: 35px;}



.tabs-nav li.active a {	color: #ff6633; font-weight: bold;}
.tabs-nav li.active a i {opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.tabs-nav li i {opacity: 0.5; filter: alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
				
.tabs-nav li a:hover  {background: #ffffcc; color:#993333;}

.tabs-nav li.active a {
	background: rgb(255, 219, 103);
	margin-top:3px;
	background: rgb(255, 219, 103);
background: -moz-linear-gradient(90deg, rgb(255, 219, 103) 0%, rgb(255, 255, 255) 100%);
background: -webkit-linear-gradient(90deg, rgb(255, 219, 103) 0%, rgb(255, 255, 255) 100%);
background: -o-linear-gradient(90deg, rgb(255, 219, 103) 0%, rgb(255, 255, 255) 100%);
background: -ms-linear-gradient(90deg, rgb(255, 219, 103) 0%, rgb(255, 255, 255) 100%);
background: linear-gradient(0deg, rgb(255, 219, 103) 0%, rgb(255, 255, 255) 100%);

}
.tabs-container {
	margin: -2px -3px 20px;
	overflow: hidden;
	width: 100%;
	line-height: 19px;
		-webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.59);
-moz-box-shadow:    0px 5px 7px rgba(0, 0, 0, 0.59);
box-shadow:         0px 5px 7px rgba(0, 0, 0, 0.59);
	background:#ccffff;
	border-radius: 7px; 
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
border: 2px solid #cc6600;
background: rgb(255, 219, 103);
background: -moz-linear-gradient(270deg, rgb(255, 219, 103) 0%, rgb(255, 255, 255) 100%);
background: -webkit-linear-gradient(270deg, rgb(255, 219, 103) 0%, rgb(255, 255, 255) 100%);
background: -o-linear-gradient(270deg, rgb(255, 219, 103) 0%, rgb(255, 255, 255) 100%);
background: -ms-linear-gradient(270deg, rgb(255, 219, 103) 0%, rgb(255, 255, 255) 100%);
background: linear-gradient(180deg, rgb(255, 219, 103) 0%, rgb(255, 255, 255) 100%);
}

.tab-content {padding: 20px;}


/* Landing
-------------------------------------------------- */
#landing {
    padding: 30px 0;
}
#landing .js-video iframe {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
#landing .carousel {
    margin-bottom: 0;
}
#landing .carousel .item > img {
    margin: 0 auto;
}
#landing .carousel-control {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    font-size: 30px;
    height: auto;
    margin-top: 0;
    opacity: 1;
    top: 50%;
    width: auto;
}
#landing .carousel-control.left {
    left: -17px;
}
#landing .carousel-control.right {
    right: -17px;
}
#landing .carousel-control:hover {
    opacity: 1;
}

/* Call to Action Headline
-------------------------------------------------- */
#headline {
    padding: 20px 0;
}
#headline p {
    margin: 5px 0;
}

/* Main Content
-------------------------------------------------- */
#content {
	padding: 0px;
}
.icon_wrapper {
    display: block;
    height: 50px;
}
.icon_wrapper i {
    font-size: 30px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;	
	display: inline-block;
	line-height: normal;
}
.bouncy:hover i {
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	text-decoration:none;
}

/* Callout / Call to Action
-------------------------------------------------- */
.callout {
    margin: 30px 0 0;
	text-align: center;
}

/* Pricing Tables
-------------------------------------------------- */
.product-plan {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul.plans {
    margin: 0;
}
.product-plan .name {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    text-align: center;
}
.product-plan .name h3 {
    display: inline-table;
    font-size: 30px;
    padding: 15px 0;
}
.product-plan .location {
    text-align: center;
}
.product-plan .location h3 {
    font-size: 30px;
    padding: 10px 0;
}
.product-plan .location h3 small {
    vertical-align: bottom;
}
.product-plan .feature h4 {
    padding: 15px;
}
.productpad {
	padding:0 5px 0 5px;
}
.product-plan .action {
    padding: 20px;
    -webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    text-align: center;
}
.product-plan.popular {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

/* Meet the Team
-------------------------------------------------- */
#team ul {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
}
#team li {
    float: left;
    line-height: 20px;
}
#team li a {
    display: block;
    float: none;
    font-size: 28px;
    text-decoration: none;
}
#team li a.facebook {
    color: #3B5998;
}
#team li a.twitter {
    color: #0084B4;
}
#team i {
    width: 1em;
}

/* Footer
-------------------------------------------------- */
#footer {
    padding: 0;
}

/* Copywrite
-------------------------------------------------- */
#copywrite p {
    padding: 5px;
	margin: 0;
}
#totop {
    cursor: pointer;
	color:#F60;
}  
.low {
	padding-bottom:75px;}
.box2 {
	margin:-20px 20px 20px 20px;
	padding:10px 10px 10px 10px;
	-webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.59);
-moz-box-shadow:    0px 5px 7px rgba(0, 0, 0, 0.59);
box-shadow:         0px 5px 7px rgba(0, 0, 0, 0.59);
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 11px;
-webkit-border-bottom-left-radius: 11px;
border-bottom-left-radius: 11px;
background: url("/img/ocean.jpg") center top repeat-x;
	}
	
	.carousel-control{
	position:absolute;
	top:100%;
	left:15px;
	width:20px;
	height:20px;
	margin-top:-35px;
	font-size:33px;
	font-weight:100;
	line-height:13px;
	color:#fff;
	text-align:center;
	background:#222;
	border:4px solid #003;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	border-radius:23px;
	opacity:.5;
	filter:alpha(opacity=50)
}

.leftwhole{
	margin-left:-15px;
	padding-right:30px;}

.pad1{
	padding:0 5px 0 5px;
}
	
	/* Google Map
=================================================================== */
#googlemaps-container-top {
	position: relative;
	z-index: 2;
	-webkit-box-shadow: inset 0px 3px 3px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 3px 3px rgba(0,0,0,.25);
	box-shadow: inset 0px 3px 3px rgba(0,0,0,.25);
	height: 20px;
	margin-top:-10px;
}

#googlemaps-container-bottom {
	position: relative;
	z-index: 2;
	-webkit-box-shadow: inset 0px -3px 3px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px -3px 3px rgba(0,0,0,.25);
	box-shadow: inset 0px -3px 3px rgba(0,0,0,.25);
	height: 20px;
	margin-top: -84px;
	border-bottom: 8px solid #fff;
	margin-bottom: -11px;
}

#googlemaps{
	position: relative;
	z-index: 1;
	height: 200px;
	width: 100%;
	top: -62px;
}

#edge-map {
    height: 710px;
}
	
@media (min-width: 980px) and (max-width: 1199px) {
	
#edge-map {
    height: 570px;
}	
}
/* between
------------------------- */

/* big tablet
------------------------- */

@media (min-width: 768px) and (max-width: 979px) {

.navbar .nav > li > a {
	font-size: 14px;
	font-weight: normal;
    text-shadow: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	margin: 0 -9px 0 -9px;
}
.navbar .nav > li > a:hover {
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	margin: 0 -9px 0 -9px;		
}
.feature.small {
    height:60px;
    padding:90px 0;
    background:#ffffff url("/img/maui-bar.jpg") center center no-repeat;
    box-shadow:none;
	 margin-left: -20px;
    margin-right: -20px;
	margin-bottom:-50px;
}

#googlemaps-container-top {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25) inset;
    height: 20px;
    margin-top: -10px;
    position: relative;
    z-index: 2;
}
#googlemaps-container-bottom {
    border-bottom: 0 solid #FFFFFF;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.25) inset;
    height: 20px;
    margin-bottom: -49px;
    position: relative;
    z-index: 2;
}
#googlemaps {
    height: 200px;
    margin-bottom: 61px;
    position: relative;
    top: -3px;
    width: 100%;
    z-index: 1;
}

#edge-map {
    height: 440px;
}

}

/* Mobile Defaults
------------------------- */
@media (max-width: 979px) {
  body {
    padding-top: 0;
	overflow-x: hidden;
  }
  
  #landing,
  #header,
  #content {
    margin-left: -10px;
    margin-right: -10px;
	margin-top:10px;
  }
  .product-plan .feature .pull-right {
	float: none;
  }
  #headline,
  #footer {
    margin-left: -20px;
    margin-right: -20px;
	padding: 20px;
  }
  #copywrite {
    margin-left: -20px;
    margin-right: -20px;
	padding: 0 20px;
  } 
  
  #edge-map {
    height: 430px;
}
  
}

/* Tablets to Phones
------------------------- */
@media (max-width: 767px) {
  #landing,
  #header,
  #content,
  #footer {
	text-align: center;
  }
  .navbar .btn-dropnav {
    display: block;
  }
  .navbar .nav-collapse .nav > li > a {
    display: inline-block;
  }
  .navbar .nav-collapse.nav .active > a {
    margin-left: 5px;
  } 
  .navbar .nav-collapse .nav > li.active > a,
  .navbar .nav-collapse .nav > li.active:hover > a,  
  .navbar .nav-collapse .nav .active > a,
  .navbar .nav-collapse .nav .active > a:hover,
  .navbar .nav-collapse .nav .active > a:focus {
	border-bottom: medium none;
	padding: 9px 15px;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);		
  }
  .navbar .nav-collapse .nav > li > a:hover {
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);	
  }
  .modal-flat {
    left: 0;
    margin-top: 10px;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
  }
  .product-plan {
    margin-bottom: 10px;
  }
  #footer {
    display: none;
  } 
  .move-fix {
    margin-left: 0px;
}
.bergspace {
    padding-right: 0px;
	margin-right:0px;
}
.leftwhole{
	margin-left:0px;
	padding-right:0px;}
	
#edge-map {
    height: 500px;
}
	
}

@media (max-width: 479px) {
	.right1 {
	margin:0px;
	float:none;}
.left1 {
	margin:0px;
	float:none;}
	.bergspace {
    padding-right: 0px;
	margin-right:0px;
}
.leftwhole{
	margin-left:0px;
	padding-right:0px;}
	
	#edge-map {
    height: 300px;
}
	
}