@CHARSET "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

body {
  	padding-top: 0px;
  	position: relative;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 300; 
  	background: #000;
}

a { outline: none; }

.clear {
	clear: both;
}

.topmenu {
	margin: 10px 0px 0 0;
}

.logo {
	text-align: right;
	margin:0 auto;
}

.logo img {
	margin: 0px 0;
}

.mainmenu {
  text-align: right;
}

.mainmenu a {
	font-family: 'Open Sans', sans-serif;
  	font-weight: 700;
  	font-size: 18px;
  	color: #3c3c3c;	
}

.mainmenu a {
	outline: none;
}

.mainmenu li a,
.mainmenu li.active a {
	background: transparent !important;
}

.mainmenu .nav.navbar-nav li a:hover {
	background: transparent;
	color: red;
}

.mainmenu .navbar-nav.navbar-right:last-child { margin-right:0px !important; }

.mainmenu ul.nav.navbar-nav {
	float: right;
}

.mainmenu .navbar-toggle {
	border: 1px solid #000;
}

.mainmenu .navbar-toggle .icon-bar {
	background: #000; 
}

.section {
	background: #000;
	color:#FFF;
}

.col-md-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.myfooter {
	position:fixed;
	z-index: 9999;
	background: transparent;
	bottom: 10px;
	width: 450px;
	left: 50%;
	margin-left: -225px;
}

.footer {
	padding: 10px;	
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.footer a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.carousel .carousel-caption {
  	text-align:left;
  	top: 25%;
	display: none;
}

.carousel .carousel-caption h2 {
	text-transform: uppercase;
	font-size: 48px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

.carousel .carousel-caption p {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

.modal-content {
	background: #fff;
	color: #000;
}

.modal-header .close {
	color: #000;
}

/**SCROLL TO TOP BUTTON **/
#back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 3;
}
 
#back-top a {
    width: 40px;
    height: auto;
    display: block;
    text-align: center;
    font-size: 15px;
	font-weight: 300;
	padding-top: 5px;
    color: #fff;
	outline: none;
}
 
#back-top a:hover {
    text-decoration: none;
}

.footer a {
	cursor: pointer;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-indicators {
    bottom: 80px;
}


@media(max-width: 1030px) {
	.carousel-caption {
		position:relative;
		left: 0;
		right: 0;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
	}
}

@media(max-width: 810px) {
	.content h1 {
		font-size: 35px;
	}
	.img-left-spacer220 { margin-left:0 !important; }
	
	.navbar-collapse.collapse.in {
		text-align: left;
	}
	
	.navbar-nav { margin-top: 0px !important;}
	
	.navbar-collapse.collapse.in .nav.navbar-nav {
		width: 100%;
	}	
}

@media(max-width: 767px) {
	.slider {
		margin-top: 50px !important;
	}
	
	.carousel-caption h2 {
		font-size: 25px !important;
	}
	
	.carousel-caption p {
		font-size: 18px !important;
	}
	
	.carousel-control {
		top:150px !important;
		bottom: auto;
	}
}

@media(max-width: 460px) {
	.carousel-control {
		top:70px !important;
		bottom: auto;
	}
	
	.slider {
		padding-top: 60px;
	}
}