﻿/*

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

Author:  Ciuski 2017

*/


/* --------------------------------------
   Colors
   --------------------------------------


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

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

/*.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;
}

.img-responsive { display: inline; }

.row {
	margin: 0;
}

#envirabox-title { display: none!important; }

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

 
#mobile-menu {
	display: none;
}
#mobile-menu a, #mobile-footer a {
	color: #7d2314;
	font-size: 24px;
	float: right;
	margin-top: -42px;
	font-weight: normal;
}


#mobile-menu .glyphicon, #mobile-footer .glyphicon {
	text-shadow: none;
	margin-right: 5px;
}


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



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

body {
	background-color: #ffffff;
	font-family: "Open Sans", Arial, sans-serif;
}
.container {
	box-shadow: 0px 0px 10px #959595;
	background-color: #fff;
}

header #topbar { 
	background-color: #005189;
	color: #ffffff;
	padding: 10px 50px;
	font-weight: 600;
}
header #topbar a {
	color: #ffffff;	
}
header #topbar a:hover {
	color: #623417;	
}
header #topbar li {
	float: left;
	list-style-type: none;
	margin-right: 15px;
	padding-top: 5px;
}
header #topbar li.social {
	margin-top: -5px;
	font-size: 20px;
	margin-left: 10px;
}

header #actions {
	padding: 20px 30px;
}

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



nav {
	padding: 0;
	list-style: none;
	list-style-type: none;
	float: right;
	padding-top: 30px;

}

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

nav li a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	padding: 0 15px;
	color: #707070;
	font-weight: 600;

	-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;


}

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


nav li a:hover, nav li li a:hover, ul li:hover > a  { 
	color: #a0924c;
	text-decoration: none; 
	}


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

nav li ul {
	position: absolute; 
	top:15px; 
	left:0; 
 	opacity: 0;
	width:200px;
	z-index: 600;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #342014;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;

	opacity: 0;
	transition: opacity 0s, opacity 0.2s linear;

}
	
	
nav li:hover > ul {
 	opacity: 1;
}

nav li ul li a {
	font-size: 12px;
	text-align: left;
	line-height: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	background-color: #fff;
	
	}


.current_page_item > a, .current_page_item a:hover {
	color: #342014;
	text-decoration: none;
} 


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



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


#content {
	padding: 50px;
	line-height: 1.8em;
}

#content a {
	text-decoration: underline;
	color: #000;
}

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

/* --------------------------------------
   Main
   -------------------------------------- */
   
#main li {
	list-style-type: disc;
	margin-left: 17px;
}


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

#sidebar {


}

#sidebar li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#sidebar li a {
	color: #975423;
}


#sidebar blockquote {
	font-size: 140%;
	font-style: italic;
	line-height: 1.4em;
	padding: 0;
	margin:0;
	border-left: none;
	padding: 15px;
	background-color: #f3f4e7; 
}


/* --------------------------------------
   FOOTER
   -------------------------------------- */
   
   
footer {
	color: #fff;
}

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

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

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

footer #big-footer {
	background-color: #005189;
	padding: 50px;
}
footer #small-footer {
	background-color: #130b06;
	padding: 20px 50px;
	color: #a09252;
}
footer h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

footer .social li {
	float: left;
	list-style-type: none;
	margin-right: 15px;
	padding-top: 5px;
	font-size: 22px;
	margin-top: -10px;
}
footer .social li a {
	color: #ffffff;
}
footer .social li a:hover {
	color: #ffffff;
}



/* --------------------------------------
   Simple classes
   -------------------------------------- */
.bigger-font {
	font-size: 22px;	
}  
   

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




h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: normal;
	font-size: 24px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: normal;
	font-size: 18px;
}


h3 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
}

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

h5 {
	font-size: 14px;	
}

#sidebar h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-style: normal;
} 





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


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


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


}

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

#logo img {	margin: 0 auto; width: 300px;}
header .social { display: none; }
footer #big-footer div { text-align: center; margin-bottom: 30px; }


}

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


}

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