@import url("http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

html, body {
  height: 100%;
  width: auto !important;
  overflow-x: hidden !important;
  background-color: black;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.modal-title {
	font-family: 'Bubblegum Sans', cursive;
}

.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}


.panel-body.center {
	text-align: center;	
}

#logo-text > a,
.section-header {
	font-family: 'Bubblegum Sans', cursive;
	letter-spacing: 0em;
	font-size: xx-large;
	color: white;
}
.section-header-black {
	color: black;
}

.logo-img,
#logo-text > img {
	height: auto;
	width: 32px;
	display: inline; 
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}

#navbar-container,
#nav-list > li > a {
	color: white;
	background-color: #000000;
	font-family: 'Bubblegum Sans', cursive;
	font-size: large;
}
.navbar-toggle {
	background-color: white;
}

.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

#main-section {
  background: url(../images/balloonatic-100.jpg) no-repeat center center fixed;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about-description {
	margin-top: 5%;
}

#gallery-header {
	margin-top: 20px;
	font-size: xx-large;
}
#gallery-section {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Bubblegum Sans', cursive;
  font-size: xx-large;
}

#gallery-section .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#video-section {
  display: table;
  height: 500px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
}
#video .panel {
  opacity: 0.85;
}

#contactus-section {
	margin-top: 20px;
	font-size: xx-large;
	background-color: white;
	color: black;
	font-family: 'Bubblegum Sans', cursive;
}
#contactus-subsection {
	padding-top: 10px;
	background-color: white;
}

#google_map {
  height: 400px;
}

#footer-section, #about-section {
	background-color: white;	
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}
.legalese {
	font-size: smaller;
	margin-top: 0px;
	margin-bottom: 0px;
}

.fa.fa-small {
	font-size: 12px;
	text-align: center;
	top: 7px;
	outline: none; 
}

.fa {
	font-size: 75px;
	text-align: center;
	top: 7px;
	outline: none; 
}

a.facebook-like i,
.facebook-like { 
	color:#3b5998; 
}

a.youtube i,
.youtube { 
	color:#dd4b39; 
}

a.twitter i,
.twitter { 
	color:#00acee; 
}

a.mail i,
.mail { 
	color: orange;
}


.social:hover {
	-webkit-transform:scale(1.); 
	-moz-transform:scale(1.); 
	-o-transform:scale(1.); 
}
.social {
	-webkit-transform:scale(0.8);
	/* Browser Variations: */
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8); 
	-webkit-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}     

a.facebook-like:hover,
a.google-plus:hover,
a.twitter:hover,
a.linkedin:hover,
a.mail:hover,
a.apple:hover,
a.android:hover
{ 
	color:#FFF; 
}



.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}
.carousel-reviews {
    background-color: #000000;
    padding-bottom: 34px;
}

.bubble {
    position: relative;
	padding: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -15px;
	bottom: -15px;
	left: 50%;
}
.bubble a {
 	color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;background:none;
}
.bubble p {
    color: #585858;
	font-family: 'Roboto Slab', serif;
    font-style: italic;
    line-height: 20px;
}
.bubble ins {
    bottom: -24px;
    left: 45%;
    margin-left: -60px;
}

.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

// Testimonials
.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-family: 'Bubblegum Sans';
	font-size: xx-large;
    margin-top: 6px;
    text-decoration: underline;
    padding-top: 10px;
	text-align: center;
}
.person-text i {
    color: #fff;
    font-family: 'Bubblegum Sans';
    font-size: x-large;
	text-align: center;
    display: block;
}
.rel {
    position: relative;
}

.lib-panel {}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}
.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}
.lib-panel .lib-row {
    padding: 20px 20px 0 20px;   
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}
.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lead>p {
	padding: 10px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    left: 20px;
}

.thumbnail {
	background-color: black; 
	border: 0px solid #ddd;
}

.thumbnail>img {
		border-radius: 20px;
}


.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-gallery {
/*
  filter: gray; /* IE6-9 
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+
*/
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:20px;
}

.img-gallery:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
 
}

@media only screen and (min-width: 768px)  {
	.lead { 
		font-size: 16px;
	}
	#about-section > div > div > div:nth-child(2) > img {
		padding-top: 30%;
	}
}

@media only screen and (min-width: 992px)  {
	#about-section > div > div > div:nth-child(2) > img {
		padding-top: 10%;
	}
}

@media only screen and (min-width: 1200px)  {
	.lead { 
		font-size: 21px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	#logo-text > a {
		font-size: x-large;
	}
	
		#main-section {
	  background: url(../images/balloonatic.jpg) no-repeat center center;
	  display: table;
	  height: 300px;
	  position: relative;
	  width: 100%;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	.fa {
		font-size: 60px;
		text-align: center;
		top: 7px;
		outline: none; 
	}
	#video-section {
		display: table;
		height: 300px;
		position: relative;
		width: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	#main-section {
	  background: url(../images/balloonatic.jpg) no-repeat center center;
	  margin: 0;
	  display: table;
	  height: 300px;
	  position: relative;
	  width: 100%;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	#about-section, #contactus-subsection {
		padding-top: 10px;
	}
	.fa {
		font-size: 60px;
		text-align: center;
		top: 7px;
		outline: none; 
	}
	#video-section {
		display: table;
		height: 300px;
		position: relative;
		width: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
