/*

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

Author:  Ciuski

*/


/* --------------------------------------
   Colors
   --------------------------------------
	dark blue: #1a2a41;
	light blue: #2c507e;
	h1 red: #7e1412;
	red: #ff0000;

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

#mobile-header  {
	background-color: #7e1412;
	padding: 10px 5px;
	display: none;
}

#mobiletitle { display: none; }
#mobile-header a {
	color: #fff;
}



.btn {
	font-family: 'PT Sans', sans-serif;	
}

.pull-right {
	margin-left: 15px;
}

.pull-left {
	margin-right: 15px;
}
/* --------------------------------------
   Layout
   -------------------------------------- */

body {
	background-color: #1a2a41;
}



.container {
	background-color: #2c4f7e; 
	
}

#logo {
	background-image: url(../images/need-immigration-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: auto;
	text-align: right;
	padding: 20px;
	min-height: 223px;
}

#logo .phone {
	font-size: 30px;
	margin-bottom: 0px;
}

#logo .phone a {
	color: #345282;
	font-size: 30px;
}
#logo a {
	color: #345282;
	font-size: 14px;
}

#logo p {
	margin-bottom: 0px;
	margin-top: 0px;
}



#content {
	padding: 20px;
	background-color: #fff;
	margin: 0;

}

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

h2 {
	margin-bottom: 10px;
	line-height: normal;
	font-size: 140%;
	color: #7e1412;
	text-transform: uppercase;

}

#main h2 {
	background-color: #F7EFF1;
	padding: 10px;
	border-top: 2px solid #7e1412;
	border-bottom: 1px solid #7e1412;

}

h3 {
	font-size: 120%;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #7e1412;
}

#main h3 {
	border-bottom: solid 1px #b1b1b1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#sidebar h3 {
	color: #2c507e;
	font-variant: bold;
}

h4 {
	font-size: 110%;
	padding: 10px 0;
	color: #7e1412;
	font-size:18px;
	font-weight: bold;
	border-top: solid 2px #7e1412;
	border-bottom: solid 1px #7e1412;

}

h5 {
	font-size: 90%;	
}


#main a {
	color: #2c507e;
	text-decoration: underline;
}

#main a:hover {
	text-decoration: none;
	color: #ff0000;
}

#services {
	margin-bottom: 20px;
}
#services .bullets li {
	list-style-type: disc;
	margin-left: 15px;
}
#services .bullets li a {
	color: #000;
	text-decoration: underline;
}
#services .bullets li a:hover {
	text-decoration: none;
}

#bilingual { margin: 10px auto; width: 160px;}

#address {
	text-align: center;
	background-color: #F7EFF1;
	padding: 15px;
	margin: 15px 0;
}



footer {
	padding: 15px 0px;
	color: #fff;
	text-align: center;
	}

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

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

footer .mary, footer .mary a 
{
	color: #999;
	font-size: 12px;
	text-transform: capitalize;
 }
 
 .smallcopy {
	font-size: 12px;
	text-align: left;
	font-style: italic;
 }
#sidebar #categories {
	color: #666;
}
#sidebar h3 {
	font-size: 120%;
	text-transform: uppercase;
	font-style: normal;
}
#sidebar #categories li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#sidebar #categories li a {
	color: #975423;
}
#sidebar #categories {
	padding: 0px;
}

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

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

.red { color: #ff0000;}

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

#main ol li {
	list-style-type: decimal;
}

#main ol li li {
	list-style-type: lower-roman;
	margin-left: 30px;

}
#main li {
	margin-bottom: 5px;
}

#client-references li {
	padding: 10px 0px;
	border-bottom: 4px solid #7e1412;
	list-style-position: inside;

}

#main ol li {
	list-style-position: inside;
}

#client-references, #main ol {
	padding-left: 0px;
	}

/* ----------- FORM ----------- */
form label{
	font-weight:bold;
	display: block;
}
form input[type="text"] {
	font-size:14px;
	width:100%;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 5px;
	padding: 2px;
}
form textarea {
	font-size:12px;
	width:100%;
	margin-top: 2px;
	margin-right: 0;
	padding: 2px;
	margin-bottom: 10px;
}


.blue {
	background-color: #2c507e;
	width: 100%;
}

.blue:hover {
	background-color: #7e1412;
}



/* --------------------------------------
   Navbar
   -------------------------------------- */
   

nav {
	padding: 0;
	list-style: none;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none;
	min-height: 50px;

 }

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

nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 13px 30px;
	font-size: 17px;
	border-right: 1px solid white;
}
	
nav li a:hover, nav li li a:hover  { color: #F00; }
nav li ul li {float: none; position: relative; background-color: #2B130B; }

nav li ul {
	position: absolute; top:50px; left:0; display: none; width:193px;
	
	z-index: 600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #77422C;
	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;
	color: #FFF!important;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	background-color: #2c507e;
	border-right: none;
	}
	
nav li ul li a:hover {
	color: #F00!important;
}


.last a { border: none; }


#home nav #butt1 a,
#about nav #butt2 a, 
#services nav #butt3 a, 
#client nav #butt4 a, 
#blog nav #butt5 a, 
#attorney nav #butt6 a, 
#contact nav #butt7 a
{
	background-color: #1a2a41;
	color: #ff0000;
	text-decoration: none;
}


   

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


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

nav li a {
	padding-left: 20px;
	padding-right: 20px;
}

#logo { background-size: 100% auto; min-height: 175px; }


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

nav li a { padding-left: 10px;	padding-right: 10px; font-size: 15px; }
nav { min-height: 45px; }
#logo { background-size: 100% auto; min-height: 135px; }

}

/* Small Devices, Tablets  -  #mobile-header { display: block; }
nav { display: none; }	
*/
@media only screen and (max-width : 768px) {


#mobile-header { display: block; }
#logo { background-image: none; min-height: auto; text-align: center; color: #fff; text-shadow: 1px 1px black; }
#logo a { color: #fff; }
#mobiletitle { display: block; font-size: 24px; font-weight: bold;}
#logo .phone a { color: #fff; font-size: 24px; }

#content { box-shadow: 0px 0px 5px black;}

.container { background-image: url(../images/mobileback.png); background-repeat: no-repeat; background-position: center top; }

.pull-right {
	margin-left: 0px;
}

.pull-left {
	margin-right: 0px;
}


}


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



}

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