/********************************************************/
/*     Global properties     */
/********************************************************/

html {
	background:#000; 
	min-height:100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

body {
	background:transparent;
	min-height:100%; 	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5em;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	color:#fff;
	color:rgba(255,255,255,.8); 
	font-weight: normal;
}

/********************************************************/
/*                    Navigation bar                    */
/********************************************************/

.navbar { 
	margin-bottom:0px;
}

.navbar-brand img {
	max-width: auto;
	max-height:80px;
	float: left;
}

.navbar .active { 
	background:rgba(255,0,0,0);
	color:rgba(255,0,0,1);
	font-weight:bold;
}

.navbar ul li a:hover { 
	background:rgba(0,255,0,0);
	font-weight:bold;
}

.navbar li a:focus { 
	background:rgba(255,0,0,0);
}

.button navbar-toggle {
	background:rgba(0,0,255,0);
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(0,0,0,0);
    border-color: #337ab7;
}

/********************************************************/
/*             Sections - universal classes             */
/********************************************************/

.section { 
	z-index: 1;
	min-height:420px;
	width: 100%; 
	overflow:auto;
	height:100%;
	padding-top:0px;
	padding-bottom:50px; 
	display:none;
	top:0;
} 

@media (min-width: 768px) {
	.section {padding-top:50px;}
}

@media (max-width: 768px) {
	.section {padding-top:50px;}
}


/* Show one of sections */
#head { 
	display: block;
}

/********************************************************/
/*                      Typography                      */
/********************************************************/

a { color:#fff; text-decoration: none; }
a:hover, a:active { color:#fff; text-decoration: underline; }
.lead { 
	font-weight:normal;
	font-size:1.5em;
	line-height:1.2em;
}
.title, .subtitle { 
	font-family: 'Wire One', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:6em;
	margin:5px 0; 
	color:#FDF9F4; 
	text-shadow: 2px 2px 2px #000000;
	line-height:1em;
	z-index:1000;
}


.subtitle { 
	line-height:.9em;
	font-size:5.5em;
	margin-top:0;
	margin-bottom:40px; 
}
.tagline { 
	font-size:1.4em;
	line-height:1.3em;
	font-weight:normal;
	margin-bottom:75px;
}
@media (max-width: 767px) {
	.lead { 
		font-size:1.3em;
	}
}

/********************************************************/
/*                   UI - Buttons                       */
/********************************************************/

.btn{
	color:#333;
	text-shadow: none;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:0 none;
}
.btn:hover {
	color:#000;
}
.btn-lg { 
	padding:16px 30px;
	font-size:inherit;
}

.btn-link {
	color:rgba(255,255,255,.8);
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
	color:#fff
}
.btn-default {
	background: rgba(255,255,255,.5);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background: rgba(255,255,255,.8);
}
.btn-primary {
	background: rgba(255,255,255,.2);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active {
	background: rgba(255,255,255,.5);
}

/********************************************************/
/*                 UI - Thumbnails                      */
/********************************************************/

.thumbnail {
	background-color: rgba(255,255,255,.25);
	border: 0 none;
	padding:10px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	color:#000;
}
.thumbnail .caption {
	color: inherit;
}

/********************************************************/
/*                 Everything else                      */
/********************************************************/

.list-social .btn { 
	font-size:1.3em; 
}
.list-social .btn:hover, .list-social .btn:active, .list-social .btn:focus { 
	text-decoration: none; 
}

.ImageBorder {
border:5px solid #fff;
border-radius:0px;
}

/********************************************************/
/* Social buttons in the footer */
/********************************************************/

#social { 
	margin-top:50px;
	margin-bottom:50px;
}
#social .wrapper { 
	width:340px; 
	margin:0 auto;
}

/***********************************************************/
/*                   Theme: text shadows                   */
/***********************************************************/

.text-shadows { 	
	text-shadow:0 1px 2px rgba(0,0,0,.2);
}
.text-shadows .title,
.text-shadows .subtitle,
.text-shadows .tagline { 
	text-shadow:0 2px 3px rgba(0,0,0,.4);
}
.text-shadows .navbar .dropdown-menu a { 
	text-shadow:0 2px 1px rgba(0,0,0,.2);
}
.text-shadows .navbar .dropdown-menu a:hover { 
	text-shadow:none;
}

/***********************************************************/
/*                   Inverted theme                        */
/***********************************************************/

.theme-invert { 	
	color:#222;
	color:rgba(255,255,255,.8); 
 }
.theme-invert a { 
	color:#fff;
}
.theme-invert .btn {
	color:#fff;
}
.theme-invert .btn:hover {
	color:#fff;
}
.theme-invert .btn-link {
	color:rgba(255,255,255,.8);
}
.theme-invert .btn-link:hover, .theme-invert .btn-link:focus, .theme-invert .btn-link:active {
	color:#000
}
.theme-invert .navbar-toggle {
	background: rgba(255, 255, 255,1);
}
.theme-invert .navbar-toggle .icon-bar {
  background: #333;
}
.theme-invert .navbar .dropdown-menu { 
	background:none;
	color:#fff;
	padding-left:5px;
	border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.theme-invert .navbar .dropdown-menu a { 
	color:#fff;
}
.theme-invert .navbar .dropdown-menu a:hover { 
	background:rgba(0,0,0,.1);
	color:#ff0000;
	font-weight:bold;
}
.theme-invert .title,
.theme-invert .subtitle,
.theme-invert .tagline { 
	color:#fff; 
}
.theme-invert .btn-default {
	background: rgba(250,0,0,.5);
}
.theme-invert .btn-default:hover,
.theme-invert .btn-default:focus,
.theme-invert .btn-default:active,
.theme-invert .btn-default.active {
	background: rgba(0,0,0,.6);
	color:#fff;
}
.theme-invert .btn-primary {
	background: rgba(0,0,0,.2);
}
.theme-invert .btn-primary:hover,
.theme-invert .btn-primary:focus,
.theme-invert .btn-primary:active,
.theme-invert .btn-primary.active {
	background: none;
	border:none;
	color:#fff;
	font-weight:bold;
}

.theme-invert .dropdown-toggle-left {
background:none; 
margin-top:9px; 
text-shadow: 2px 2px 2px #000000;
}

.theme-invert .dropdown-menu-left {
	background:none; 
	color:#fff;
    padding: 0px 0px;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: none;
}

.theme-invert .mybtn {
background:none;
border:none;
}

.theme-invert .mybtn:hover {
background:none;
border:none;
color:#fff;
font-weight:bold;
}

.theme-invert .btn .btn-primary .dropdown-toggle-left:focus {
border:none;
}


.dropbtn {
    background: none;
    color: white;
    padding: 15px 15px 5px 15px;
    font-size: 14px;
	text-shadow: 2px 2px 2px #000000;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
	z-index:1000;
    left: 0;
    background: none;
    min-width: 160px;
    box-shadow: none;
}

.dropdown-content a {
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background: none;
	font-weight:bold;
}
@media (max-width: 768px) {
.title, .subtitle { 
	font-size:3.5em;
}


