/*!
 * Bounce Template v2.1 - Blue
 * More colors coming soon! 
 *
 * Built with Bootstrap v2.2.2
 * http://twitter.github.com/bootstrap
 */

/* Navbar
-------------------------------------------------- */
.abt {
  -webkit-background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  background-color:#4e678e;  
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;  
  color: white;  
}
#map {
  height: 400px;
}
#map img {
  max-width: inherit;
}

.touch { 
    color:black;
}
.touch:hover {
    text-decoration: none;        
}

.navbar-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    min-height: 100px;
}
.navbar .brand {
    color: gray;
}
.navbar .nav > li > a {
    color: gray;
}
.navbar .nav > li > a:hover {
    color: steelblue;	
}
.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 {
    background: none repeat scroll 0 0 transparent;
    /*border-bottom: 2px solid black;*/
    color: steelblue;
}

/* Landing
-------------------------------------------------- */
#landing {
    /*background: none repeat scroll 0 0 #F1F1F1;*/
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(237, 242, 245);
    background-image: url(../images/host.png);
    background-origin: padding-box;

}
#landing h1 {
    color: white;
}
#landing p {
    color: #394755;
}
#landing .carousel-control {
    color: #0088CC;
}
#landing .carousel-control:hover {
    color: #17405E;
}
#landingSlide {
    background: url("../img/landing.png") no-repeat scroll center 200px #F1F1F1;
}

/* Page Header
-------------------------------------------------- */
.super { 
    font-family: "museo-sans","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
    font-size: 52px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;    
}

#header {
    background: none repeat scroll 0 0 #F1F1F1;
}
#header h1 {
    color: #308CCF;
}

/* Main Content
-------------------------------------------------- */
#content {
    background: url("../img/noise.png") repeat scroll 0 0 #FFFFFF;
    color: #394755;
}
.bouncy:hover i {
    color: #0074CC;
}

.pc  {

    font-size:15px;
}
/* Pricing Tables
-------------------------------------------------- */
.product-plan {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
}
ul.plans {
    margin: 0;
}
.product-plan .name {
    background: none repeat scroll 0 0 #394755;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-plan .name h3 {
    color: #D6DFE5;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
.product-plan .price {
    background: none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.product-plan .price h3 {
    color: #308CCF;
}
.product-plan .feature {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
}
.product-plan .action {
    background: none repeat scroll 0 0 #F1F1F1;
}
.product-plan.popular .name {
	background: none repeat scroll 0 0 #308CCF;
	color: #FFFFFF;
}
.product-plan.popular .name h3 {
	color: #FFFFFF;
}

/* Footer
-------------------------------------------------- */
#footer {
	background: none repeat scroll 0 0 #040915;
    color: #17405E;
}
#footer h3  {
    color: #fff;
}
#footer a {
    color: #dbe4ea;	
}
#footer a:hover {
    color: steelblue;
}

/* Copywrite
-------------------------------------------------- */
#copywrite {
	background: none repeat scroll 0 0 #394755;
    color: #D6DFE5;
}

/* Mobile Defaults
------------------------- */
@media (max-width: 979px) {
  .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 {
    background-color: #308CCF;	
  }
  .navbar .nav-collapse .nav > li > a:hover {
    background-color: #308CCF;
  }
  .product-plan .feature .pull-right {
    color: #308CCF;
  }
}


/* - 7.3 Section headers - */
.light {
    font-weight: 300;
}
.section-header {
  text-align: center;
  position: relative;
  border-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 36px;
}
.section-header h1 {
  font-family: "museo-sans","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
  text-align: center;
  display: inline-block;
  border-bottom: 0;
  padding: 0 24px;
  background-color: white;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section-header h1 small {
  font-size: inherit;
  text-transform: uppercase;
}
.section-alt .section-header h1 {
  background-color: #f2f2f4;
}
.section-header:before, .section-header:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #f2f2f4;
  -webkit-box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  box-shadow: 0px 1px 0px white;
  top: 50%;
  z-index: 0;
}
.section-alt .section-header:before, .section-alt .section-header:after {
  background-color: #d8d8d8;
}
.section-header:before {
  left: 0;
}
.section-header:after {
  right: 0;
}
.section-dark .section-header h1 {
  background-color: #444444;
  color: white;
}
.section-dark .section-header h1 small {
  color: white;
}
.section-dark .section-header:before, .section-dark .section-header:after {
  background-color: #151515;
  -webkit-box-shadow: 0px 1px 0px #656565;
  -moz-box-shadow: 0px 1px 0px #656565;
  box-shadow: 0px 1px 0px #656565;
}



/* - 7.5 Icons list */
ul.icons li {
  margin-bottom: 24px;
}
ul.icons p {
  text-indent: 0;
}
ul.icons.lead {
  text-indent: -0.5em;
}
ul.icons.list-compact li {
  margin-bottom: 12px;
}
ul.icons.icons-small i {
  font-size: .5em;
  vertical-align: middle;
}

/* - 7.6 Inline list - */
ul.inline {
  margin-left: 0;
  list-style-type: none;
}
ul.inline li {
  display: inline-block;
  padding: 0 5px;
}

/* - 2.3 Sections */
.section {
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.section-alt {
  background-color: #f2f2f4;
}
.section-alt:before, .section-alt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 20px;
  z-index: 100;
}
.section-alt:before {
  top: 0;
  background-image: url(../images/top-shadow.png);
}
.section-alt:after {
  bottom: 0;
  background-image: url(../images/bottom-shadow.png);
}
.section-alt:last-child:after {
  background-image: none;
}

.section-dark {
  background-color: #444444;
  color: white !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6, .section-dark a {
  color: white !important;
}
.section-dark a:hover {
  color: #d8d8d8 !important;
}

.section-padded {
  padding: 40px 0;
}


/* round boxes */

.round-box {
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 100;
}
.round-box .box-inner {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 120px;
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.round-box .box-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7) inset;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.round-box img {
  margin: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.round-box a:hover img {
  opacity: .8;
}
.round-box i {
  font-size: 52px;
  color: white;
  line-height: 1em;
  text-shadow: 1px 1px 1px black;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.round-box .tag {
  font-size: 12px;
  color: white;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 50%;
  margin-right: -75px;
  background-color: #b14949;
  background-color: rgba(177, 73, 73, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.round-box .tag i {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  text-shadow: none;
}
.round-box.box-mini {
  margin-bottom: 8px;
}
.round-box.box-mini .box-inner {
  width: 48px;
}
.round-box.box-mini i {
  font-size: 16px;
}
.round-box.box-small {
  margin-bottom: 8px;
}
.round-box.box-small .box-inner {
  width: 78px;
}
.round-box.box-small i {
  font-size: 24px;
}
.round-box.box-medium .box-inner {
  width: 100px;
}
.round-box.box-medium i {
  font-size: 24px;
}
.round-box.box-medium .tag {
  margin-right: -70px;
}
.round-box.box-big .box-inner {
  width: 200px;
}
.round-box.box-big .tag {
  margin-right: -95px;
}
.round-box.box-huge .box-inner {
  width: 250px;
}
.round-box.box-huge .tag {
  margin-right: -105px;
}
.round-box.no-rounded .box-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.round-box.no-rounded .box-inner:after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
}
.round-box.no-rounded .box-inner .img-circle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.round-box.box-small-icon i {
  font-size: 24px;
}
.round-box.box-colored .box-inner {
  background: #42576a;
}


/* - 7.7  Wells - */
/* -- 7.7.1 General well -- */
.well {
  border-color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 1px 3px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 1px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 1px 3px rgba(0, 0, 0, 0.125);
  position: relative;
}
.section-dark .well {
  color: #777777;
  text-shadow: none;
}

/* -- 7.7.2 Blockquote well -- */
.blockquote-well {
  margin-bottom: 72px;
}
.blockquote-well .round-box {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 100%;
  margin-top: -60px;
}
.blockquote-well blockquote {
  border-color: #dfdfe4;
  margin-bottom: 58px;
}
.blockquote-well blockquote p {
  font-size: 16px;
  line-height: 1.5;
}

/* -- 7.6.3 Package well -- */
.well-package {
  padding-top: 80px;
  margin-top: 100px;
  margin-bottom: 24px;
  text-align: center;
}

.well-package-heading {
  color: white;
  line-height: 140px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 140px;
  height: 140px;
  left: 50%;
  top: 0;
  margin-left: -70px;
  margin-top: -70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #222222;
  background-color: rgba(34, 34, 34, 0.9);
}
.well-package-heading .tag {
  font-size: 12px;
  color: white;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 50%;
  margin-right: -75px;
  background-color: #b14949;
  background-color: rgba(177, 73, 73, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.well-package-price {
  font-size: 36px;
  color: #42576a;
  line-height: 1em;
  font-weight: 900;
}
.well-package-price small {
  font-size: 16px;
  font-weight: 300;
}

.well-package-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 24px;
}
.well-package-list li {
  border-bottom: 1px solid #f2f2f4;
  -webkit-box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  box-shadow: 0px 1px 0px white;
  padding: 12px 0;
}

