/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html, body {
		height: 100%;
		overflow-x: hidden;
		width: 100%;
		color: #dfdfdf;
	}

		@media screen and (max-height: 640px) {

			html, body {
				height: auto;
				min-height: 100%;
			}

		}

	body {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-color: #000;
	}

a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

h1, h2, h3, h4, h5 {
	color: #FFF;
}

hr {
color: orange;
background: orange;
width: 100%;
height: 5px;
}
.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.shadow-black {
	text-shadow: 4px 4px #000000;	
}
.navbar-brand {

}

.navbar-text {
	margin-left: 14px;
	padding-top: 8px!important;

}

.navbar-inverse {
	font-size: 18px!important;
	background: #f58f00;
}

.navbar-inverse a {
	background: #f58f00;
	color: white!important;
}
nav .navbar, .navbar-default, .navbar-static-top {
	height:70px;
	padding-top: 2px;
    box-shadow: 0 0 3px 0 #666;
    background: rgba(15,15,15,15);
	border-color: #000!important;
	opacity: 0.9;
}

.navbar-default .navbar-nav > li > a {
    color: #FFCC00;
	font-size: 20px!important;
    padding: 24px 15px 0px 15px;
	font-weight:300!important;
}

@media (min-width: 1600px) {
	.row-1024 {
	margin-top: 1300px!important;
	}	
}
@media (max-width: 1599px) {
	.row-1024 {
	margin-top: 1300px!important;
	}	
}
@media (max-width: 1140px) {
	.row-1024 {
	margin-top: 1300px!important;
	}	
}
@media (max-width: 1024px) {
	.logo {
		margin-top: 8px;
		max-height: 40px;	
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 14px!important;
		padding: 24px 8px 0px 8px;
	}
	.btn-donkey{
		font-size: 14px!important;
	}
	.row-1024 {
	margin-top: 1200px!important;
	}	
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
    color: #010101;
	font-size: 20px!important;
    padding: 8px 15px 8px 15px;
	font-weight:300!important;
	background: #FFCC00;
	}
	.navbar-default .navbar-nav > li > a:hover {
		color: #fff;
		background: rgba(15,15,15,15);
	}
	.btn-donkey{
		font-size: 10px!important;
	}
	.row-1024 {
	margin-top: 100px!important;
	}	
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
	background: #FFCC00!important;
	
}

.dropdown-menu {
	font-size: 20px!important;
}
a.dropdown-toggle {
	font-size: 20px;
}

.dropdown-menu > li > a {
	background: #FFCC00;
	color: #000!important;
	border:0px!important;
}
.dropdown-menu > li > a:hover {
    background: rgba(15,15,15,15);
	color: #fff!important;
}

.lead {
	font-size: 20px;
	font-weight: bold;
}

.slide-image {
  width: 100%;
}

.carousel-holder {
  margin-bottom: 30px;
}

.carousel-control,.item {
  border-radius: 4px;
}

.caption {
  height: 130px;
  overflow: hidden;
}

.caption h4 {
  white-space: nowrap;
}

.thumbnail img {
  width: 100%;
}

.ratings {
  color: #d17581;
  padding-left: 10px;
  padding-right: 10px;
}

.thumbnail {
  padding: 0;
  border:0;
}

.thumbnail .caption-full {
  padding: 9px;
  color: #333;
}

.donkey {
    color: #ffc40e;
	font-size: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.donkey a { color: #ffc40e; }
.btn-donkey {
    color: #000!important;
	background-color:#ffc40e;
	font-size: 20px;
	text-align: center;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.text-donkey {
    color: #010101;
	background-color:#ffc40e;
	font-size: 24px;
	text-align: center;
}

.margin-top {
	margin-top: 72px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom:10px;
	background: transparent url(/images/cellpic.png) repeat center top!important;
}
#toTop{
	position: fixed;
	bottom: 40px;
	right: 40px;
	cursor: pointer;
	display: none;
}
#toTop .fa {margin-right: 5px;}

#gallery {
	text-align:center;
}
.row {
 background: none!important;
 background-color: none!important;
}
.container {
 background: none!important;
 background-color: none!important;
}

footer {
  padding: 20px 0 0 0;
}

.margin-top {
	 margin-top: 70px;
}