@charset "UTF-8";
body {
	padding:0;
	margin:0;
}

.navbar-brand {
  padding: 0px;
  width: auto;
}

.navbar-brand > img {
  height: 100%;
  padding: 10px;
  width: auto;
}

.dropdown-toggle,
.dropdown-menu li {
  font-size: 1.25em;
}

#topFixedNavbar ul li a,
.dropdown-menu {
  text-align: center;
}

.dropdown-menu li a:hover {
	font-weight: bold;
}

h1 {
	font-weight: lighter;
}

.dark h1 {
	color: #FFF;
}

h1 .m {
	font-weight: normal;
	font-size: 10vmin;
}

h1 .y {
	font-weight: lighter;
	font-size: 7.5vmin;
	padding-left: .25vmin;
}

@media only screen and (min-width: 736px) {
	h1 .m {
		font-size: 7vmin;
	}

	h1 .y {
		font-size: 5.25vmin;
		padding-left: .1875vmin;
	}
}

.wallpaper_box {
	margin-bottom: 10px;
}

.wallpaper_box img {
	margin: 5px auto 10px auto;
	box-shadow: 0 2px 6px rgba(0,0,0, .2);
	padding: 5px;
	border: solid 1px #FFF;
}

.wallpaper_box .btn-group {
	box-shadow: 0 2px 6px rgba(0,0,0, .2);
}

.row_lower {
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer {
	margin-top: 15px;
	padding-bottom: 15px;
}

.video-responsive {
	position: fixed;
	height: 100%;
	margin-top: -70px;
	z-index: -1;
}

.canvas,
.video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.videoInsert {
    position: fixed; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    z-index: -100;
    background-size: cover;
    overflow: hidden;
}

#wallpapers {
	width: 100%;
}

.carousel-control {
	height: 1em;
	background: none !important;
}

.carousel-control.left, 
.carousel-control.right {
	color: #000;
}

.dark .carousel-control.left, 
.dark .carousel-control.right {
	color: #FFF;
}

.carousel-indicators {
	position: relative;
	margin-top: 3.5vmin;
}

.carousel-indicators li {
	border-color: #333;
	opacity: .5;
}

.dark .carousel-indicators li {
	border-color: #CCC;
}

.carousel-indicators li.active {
	background-color: #333;
	opacity: 1;
}

.dark .carousel-indicators li.active {
	background-color: #CCC;
}



.navbar-toggle {
	background: none !important;
	border: none;
}

#nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}