/*

My Custom CSS
=============

Author:  Ciuski

*/


/* --------------------------------------
   Colors
   --------------------------------------
	orange: #b25b24;

/* --------------------------------------
   Global / Debug
   -------------------------------------- */

/* show MD columns 
.col-md-1, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8,
.col-md-9, .col-md-10, .col-md-11, .col-md-12  { border: solid 1px #000;} */

/* show SM columns 
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12  { border: solid 1px #ff0000;} */

/*.container { max-width: 974px; }*/


.nopadding { padding: 0; }

.noleft { padding-left: 0;}
.noright { padding-left: 0;}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widthauto {
	width: 100%;
	height: auto;
}

/* --------------------------------------
   Mobile Header
   -------------------------------------- */
   
#mobile-header, #mobile-footer {
	background-color: #b25b24;
	padding: 10px;
	color: #FFF;
	text-shadow: 1px 1px 0px black;
	font-size: 16px;
	display: none;
}

 
#mobile-header li a, #mobile-footer a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	display: block;
}

#mobile-header li a {
	float: left;
	
}
#responsive-menu-button {
	display: block;
	float: left;

}

#mobile-header .glyphicon, #mobile-footer .glyphicon {
	background-color: rgba(0, 0, 0, 0.50);
	padding: 7px;
	border-radius: 2px;
	text-shadow: none;
	margin-right: 5px;
}

#mobile-footer {
	text-align: center;
	color: #fff;
}



/* --------------------------------------
   header
   -------------------------------------- */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #110c09;
}

#logo img { width: 180px; height: auto;}


#actions {
	text-align: right;
	padding-top: 5px;
}
#call-action {
	font-size: 24px;
	color: #b25b24;
	padding: 0;
}

#call-action a { color: #eb6244; }

/*
audio {
	margin-left: 10px;
	margin-top: 5px;
    background-color: #95B9C7;
    color: #000;
}
*/

#music { display: none; }	

#home #music {
	width: 570px;
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;	
	height: 25px;
	display: block; 

}


/* --------------------------------------
   CONTENT
   -------------------------------------- */	   




#content {
	color: #FFF;
	padding-top: 30px;
	
}

#content a {
	text-decoration: underline;
	color: #000;
}
#content a:hover {
	color: #1d2aba;
	text-decoration: none;
}


#main p {
	line-height: 1.5em;
}

.nobanner #main {
	margin-left: 15px; 
	padding-top: 15px; 
	background-color: #000;
	border-radius: 10px;
	min-height: 400px;

}

.nobanner #content {
	padding-top: 0px;

}
 
small {
	font-size: 12px;
	text-align: left;
	font-style: italic;
 }


#sidebar li, #main li {
	list-style-type: disc;
	margin-left: 15px;
}

#sample-list li {
	list-style-type: none;
	margin-left: 0px;
	
}
#sidebar #categories li a {
	color: #975423;
}
#sidebar #categories {
	padding: 0px;
}

#sidebar h3 {
	font-size: 120%;
	text-transform: uppercase;
	font-style: normal;
} 

blockquote {
	font-size: 100%;
}

blockquote strong {
	font-style: italic;
	color: #b25b24;
	text-align: right;
	display: block;
}
#sidebar .testimonial span {
	font-size: 90%;
	font-style: normal;
	display: block;
	text-align: right;
}

footer {
	margin-top: 10px;
	padding-bottom: 15px;
	color: #fff;
}

footer .container {
	padding-top: 15px;
	border-top: 1px dotted #fff;

}
footer a {
	color: #fff;
	text-decoration: underline;	
}

footer a:hover {
	text-decoration: none;
	color: #9a5725;
}

footer .mary, footer .mary a 
{
	color: #505050;
	font-size: 12px;
	text-transform: capitalize;
 }

 
#social-icons img {
	width: 24px;
	height: auto;
}

input, textarea {
	color: #000;
}


/* --------------------------------------
   TYPOGRAPHY
   -------------------------------------- */
   



h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: normal;
	font-size: 180%;
	color: #b25b24;
}

h2 {
	margin-bottom: 10px;
	line-height: normal;
	font-size: 130%;
	color: #b25b24;

}


h3 {
	font-size: 110%;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #b25b24;

}

h4 {
	font-size: 110%;
	padding-bottom: 10px;
}

h5 {
	font-size: 90%;	
}



.btn {
text-transform: uppercase;
text-shadow: 1px 1px 0px black;
color: #fff;
background-color: #eb6244;
font-size: 15px;
padding: 7px 15px;
margin-right: 10px;
margin-top: -5px;
}

.btn:hover {
	background-color: #eb6244;
	color: #fff;
	text-decoration: underline;
}



/* --------------------------------------
   Navbar Horizontal with Dropmenu
   -------------------------------------- */


nav {
	padding: 0;
	list-style: none;
	list-style-type: none;
	border-radius: 10px;
	border: 1px solid #53504e;
	background:  -webkit-linear-gradient(#333233 0%, #0c0c0c 100%);
	min-height: 50px;
	margin: 20px 0;
 }

nav li {
	float: left;
	position: relative;
	list-style: none;
	display: block;

}

nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 12px 30px;
}

nav .last a {
	padding-right: 0px;
}	


nav li a:hover, nav li li a:hover  { color: #b25b24; }

nav li ul li {float: none; position: relative;  }

nav li ul {
	position: absolute; top:40px; left:30px; display: none; width:200px;
	z-index: 600;
	margin: 0px;
	padding: 0px;

	}
	
	
nav li:hover > ul {display: block;}

nav li ul li a {
	font-size: 12px;
	text-align: left;
	line-height: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #FFF;
	float: none;
	background-color: rgba(0, 0, 0, 0.8);
	text-transform: capitalize;
	}

nav li li a:hover {
	background-color: #b25b24;
	color: #fff;
}



   
#home #butt1 a,
#about #butt2 a,
#services #butt3 a,
#testimonials #butt4 a,
#contact #butt5 a {
	color: #b25b24;
}

nav li li a {
	color: #FFF!important;

}     
   
/* --------------------------------------
   Carousel
   -------------------------------------- */

#myCarousel {
	border: solid 1px #53504e;
	 -webkit-transform: translateZ(0px); 
	
}
   
/* --------------------------------------
   Buckets
   -------------------------------------- */


#buckets {
	padding-top: 20px;

}

	
#buckets .info {
	border-radius: 10px;
	border: 1px solid #53504e;
	background:  -webkit-linear-gradient(#333233 0%, #0c0c0c 100%);
	color: #666;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 20px;
}


#buckets .info:hover {
	background:  -webkit-linear-gradient(#000 0%, #000 100%);

}

#buckets a:hover {
	text-decoration: none;	
}

#buckets .title {
	font-size: 24px;
	color: #b25b24;
	text-transform: uppercase;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

#buckets .title { font-size: 18px; }

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

#buckets .title { font-size: 15px; }
nav li a { padding-right: 15px; padding-left: 15px; }
#music { display: none; }
}

/* Small Devices, Tablets  - */
@media only screen and (max-width : 768px) {

#logo img {	margin: 20px auto; width: 360px; height: auto; }
#mobile-header, #mobile-footer { display: block; }
nav { display: none; }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	


}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}
   
 