/*

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

Author:  Ciuski 2017

*/


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

/* show MD columns 
div { border: solid 1px #000;} */

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


.nopadding { padding: 0; }


.btn, a {
	-o-transition:color .2s ease-out, background 2s ease-in;
	-ms-transition:color .2s ease-out, background 2s ease-in;
	-moz-transition:color .2s ease-out, background 2s ease-in;
	-webkit-transition:color .2s ease-out, background 2s ease-in;
	/* ...and now for the proper property */
	transition:color .2s ease-out, background .2s ease-in;

}

body { overflow-x: hidden;}



/* --------------------------------------
   Mobile Header
   -------------------------------------- */

#mobile-menu a {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #f77344;
	font-size: 24px;
	z-index: 50;
}


#mobile-footer {
	text-align: center;
	color: #f77344;
	margin-bottom: 20px;
	
}
#mobile-footer a {
	padding: 5px 7px;
	color: #f77344;
	font-size: 24px;
}

/* --------------------------------------
   Simple classes
   -------------------------------------- */

.orange {
	color: #f77344;
}

.orange a {
	color: #f77344;
	text-decoration: underline;
}

.orange a:hover {
	color: fff;
	text-decoration: none;
}

.white a {
	color: #fff;
}

.white a:hover {
	color: #f77344;
}


.font-20 {
	font-size: 24px;
}
.font-30 {
	font-size: 30px;
}



.small-text { 
	font-size: 14px;
	line-height: normal;
 }
 
blockquote {
	font-size: 140%;
	font-style: italic;
	line-height: 1.4em;
	padding: 0;
	margin:0;
	border-left: none;
	padding: 15px;
	background-color: #fff; 
}

 
/* --------------------------------------
   TYPOGRAPHY
   -------------------------------------- */
   
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: bold;
	color: #f77344;
	font-weight: 500;

	
}

h1 {
	font-size: 28px;
	margin-bottom: 20px;
}

h2 {
	font-size: 24px;
}




h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;	
}


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


body {
	font-family: 'Fira Sans Extra Condensed', sans-serif;

}

header #topbar {
	color: #fff;
	font-size: 20px;
}


header #info {
	text-align: right;

}

header #loginform input {
	max-width: 150px;
	margin-left: 10px;
}

#logo {
	text-align: center;
}



/* Sticky Nav
-------------------------------------------------------------- */
.stickynav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s; 
	-o-transition:color .2s ease-out, background 2s ease-in;
	-ms-transition:color .2s ease-out, background 2s ease-in;
	-moz-transition:color .2s ease-out, background 2s ease-in;
	-webkit-transition:color .2s ease-out, background 2s ease-in;
	/* ...and now for the proper property */
	transition:color .2s ease-out, background .2s ease-in;
	padding: 40px 0;
	background-color: rgba(0, 0, 0, 0.8);
}


.smaller .hidescroll {
	display: none;
}

.smaller {
	padding: 15px 0;
	background-color: #000;
}
.smaller .white {
	float: left;
}


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

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

nav {
	padding: 0;
	list-style: none;
	list-style-type: none;
	clear: both;
	float: right;
	margin-top: 5px;
}

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

nav li a {
	text-decoration: none;
	display: block;
	font-size: 24px;
	margin: 0px 30px 0px 30px;
	color: #fff;
	font-weight: 400;
	
	-o-transition:color .2s ease-out, background 2s ease-in;
	-ms-transition:color .2s ease-out, background 2s ease-in;
	-moz-transition:color .2s ease-out, background 2s ease-in;
	-webkit-transition:color .2s ease-out, background 2s ease-in;
	/* ...and now for the proper property */
	transition:color .2s ease-out, background .2s ease-in;
	text-transform: uppercase;

}

nav .phone a {
	color: #538ac9;
}


nav li a:hover, nav li li a:hover  { 
	color: #8e96a3;
	text-decoration: none; 
	}


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

nav li ul {
	position: absolute; 
	top: 35px;
	left: 30px; 
 	display: none;
	width: 200px;
	z-index: 600;
	margin: 0px;
	padding: 0px;
	background-color: rgba(247, 115, 68, 0.69);
	transition: opacity 0s, opacity 0.2s linear;
	padding: 10px;
}

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


nav li ul li a {
	text-align: left;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: none;

	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
}

.current_page_item > a {
	color: #f77344;
	text-decoration: none;
	border-bottom: 1px solid #f77344;
} 
.current_page_item a:hover, nav ul li:hover > a {
	color: #f77344;
}
nav li ul .current_page_item > a, nav li ul .current_page_item > a:hover {
	color: #000;
	text-shadow: none;
	font-weight: bold;
	border: none;
}


nav li ul li ul {
	position: absolute; 
	top:0px; 
	left:200px; 
	display: none; 
	width:300px;
}

nav .last a {
	margin-right: 0!important;
}

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

#banner {
	border-bottom: 3px solid #b15d1f;
}

#banner img {
	height: auto;
}


#nobanner {
	min-height: 270px;
}

#buckets {
	background-color: #000;
	padding: 40px;
}
#buckets .item {
	text-align: center;
	margin-bottom: 20px;
}
#buckets img:hover {
	opacity: 0.8;
}
#content {
	padding: 30px 0;
}

#content p, #content li  {
	line-height: 1.6em;
	font-size: 20px;
	font-weight: 400;
	
}

#content strong {
	font-weight: 500;
}
#home #content strong, #content a, #content a:hover {
	color: #f77344;
}



   
   
   

/* --------------------------------------
   FOOTER
   -------------------------------------- */
   
   
footer {
	color: #fff;
	background-color: #f26532;
	padding: 50px 0;
	font-size: 23px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 400;
}

footer h4 {
	font-size: 28px;
	color: #fff;
	font-weight: 500;
}


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

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

footer .credits, footer .credits a {
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 0;
}



/* --------------------------------------
   Social
   -------------------------------------- */
   
#social-icons a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 20px;
	margin-right: 15px;
}   
#social-icons a:hover {
	color: rgba(255, 255, 255, 1);
}


/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

	
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {


}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {

	
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {

	nav li a { margin: 0 15px; }

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) { 
	.stickynav { position: relative;  }
	header #topbar { background-color: rgba(0, 0, 0, 1);}
	header #info { text-align: center; }
	#nobanner { display: none; }
	#buckets { background-image: none; background-color: #000; }
	#banner img { height: auto; }
}


/* // Extra small devices (portrait phones, less than 576px)  */
@media (max-width: 575.98px) { 


}

 