/*

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

Author:  Ciuski

*/


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

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

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


#mobile-menu .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 {

}

header { 
	min-height: 722px;
}


header #logo {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 0px 2px #ccc;
}
#slideshow { 
	width: 100%;
	height: 722px;
	top: 0;
	left: 0;
	z-index: -1;
}

header #banner {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 722px;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: 100% auto;
}

#practice-areas #banner {
	background-image: url(../images/slide2.jpg);
}

#our-team #banner {
	background-image: url(../images/slide1.jpg);
}

#contact-us #banner {
	background-image: url(../images/slide3.jpg);
}



header #call-action {
	background-color: rgba(255, 255, 255, 0.74);
	margin-top: 450px;
	z-index: 100;
	padding: 25px;
}
header #content-header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 50;
}

.btn-primary {
	background-color: #002f5f;
	border: none;
	width: 100%;
	text-align: left;
	padding: 10px 15px;
}
.btn-primary i {
	margin-top: 5px;
}
.btn-primary a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
/* --------------------------------------
   CONTENT
   -------------------------------------- */	   


#content {
	line-height: 2em;
	padding-top: 40px;
}

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

#content a:hover {
	color: #002f5f;
	text-decoration: none;
}

/* --------------------------------------
   Main
   -------------------------------------- */

#main {
	background-image: url(../images/divider-line.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 40px;
	margin-bottom: 15px;
}  

#main li {
	list-style-type: disc;
	margin-left: 17px;
}
#main ul {
	margin-bottom: 10px;
}

.smalltext {
	font-size: 12px;
	text-align: left;
	font-style: italic;
 }
 
 
/* --------------------------------------
   SIDEBAR
   -------------------------------------- */
#sidebar {
	padding-left: 40px;
}

#sidebar blockquote {
	background-image: url(../images/quote-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	color: #7d9cac;
	font-style: italic;
	font-weight: 300i;
	text-indent: 50px;
	line-height: 1.9em;
	border: none;
	background-color: white;
	padding: 0;
	margin-left: 0;
}

#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: #002f5f;
}



/* --------------------------------------
   FOOTER
   -------------------------------------- */
   
   
footer {
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #ccc;
	color: #002f5f;
	text-align: center;
}

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

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

footer .credits, footer .credits a 
{
	color: #002f5f;
	font-size: 12px;
	text-transform: capitalize;
 }

#social-icons { 

}

#social-icons img {
	width: 24px;
	margin-right: 5px;
}
 

/* --------------------------------------
   TYPOGRAPHY
   -------------------------------------- */
   
h1, h2, h3, h4, nav a, .phonenumber, .tagline {
	font-family: 'Open Sans', sans-serif;
}




h1, .tagline {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: normal;
	font-size: 26px;
	color: #002f5f;
}

h2 {
	margin-bottom: 10px;
	padding-top: 0;
	margin-top: 15px;
	line-height: normal;
	font-size: 20px;
	color: #002f5f;
}


h3 {
	font-size: 110%;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #002f5f;
}

h4 {
	font-size: 18px;
	padding-bottom: 10px;
	color: #002f5f;

}

h5 {
	font-size: 14px;	
}

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



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



nav {
	padding: 0;
	list-style: none;
	list-style-type: none;
	margin-top: 40px;
	margin-left: 40px;
 }

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

nav li a {
	text-decoration: none;
	display: block;
	font-size: 18px;
	padding: 5px 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border-right: 1px solid rgba(255, 255, 255, 0.72);
	text-shadow: 1px 1px 0px #000;
}

nav .phone a {
	font-size: 25px;
	margin-top: -6px;
	color: #fff;
	border-right: none;
}	
nav .phone a:hover {
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	
}

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


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

nav li ul {
	position: absolute; top:15px; left:0; display: none; width:200px;
	z-index: 600;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8fc900;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 20px;
	}
	
	
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;

	float: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c2c2c2;
	background-color: #fff;
	
	}


.current_page_item > a, .current_page_item a:hover {
	background-color: rgba(255, 255, 255, 0.83);
	color: #002f5f;
	text-shadow: none;
} 


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


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


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
header #banner { background-size:auto!important; }


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

#main {	background-image: none;	padding-right: 15px; }
#sidebar { padding-left: 15px; }

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

#logo { text-align: center; width: 200px; margin: 0 auto; }
nav { margin-left: 0; }
nav li { float: none; }
nav li a { border: none; text-align: center; padding: 20px;}
header #call-action { margin-top: 0; }
#content { padding-top: 15px; }
.tagline { font-size: 18px; }
#mobile-footer { display: block; }

}

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


}

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