/*

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

Author:  Ciuski

*/


/* --------------------------------------
   Colors
   --------------------------------------
	red: #9b1624;
	orange: #be6000;

/* --------------------------------------
   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; }*/
.image-625x900 img {
    width: 900px !important;
    aspect-ratio: 50 / 33;
}

.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: #be6000;
	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;
	margin-bottom: 5px;
	
}
#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;
}



#topnav {
	padding: 0;
	list-style: none;
	list-style-type: none;
	float: right;
 }

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

#topnav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 7px;
	background-color: #9b1624;
	margin-right: 2px;
}

#topnav li a:hover {
	background-color: #b15a62;	


}

#topnav #search-form {
	padding: 2px;
	width: 100%;
	background-image: url(../images/bg-search.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#homepage-content {
	margin-bottom: 20px;
}

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

body {
	background-color: white;
	border-top: 8px solid #9b1624;
}

header {
	padding-bottom: 10px;
}
header .info {
	text-align: right;
	float: right;
	color: #be6000;
	font-size: 16px;
	padding-top: 10px;

}



#call-action {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0;
}

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



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

#navigation {
	background-color: #9b1624;
	padding: 5px;
}


nav {
	padding: 0;
	list-style: none;
	list-style-type: none;
 }

nav li {
	float: left;
	position: relative;
	list-style: none;
	border-right: 1px solid white;
}

nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 15px;
	padding: 0px 7px;
	background-color: #9b1624;
	margin-right: 2px;

}

nav li a:hover, nav li li a:hover  { 
	color: #fff;	
	text-decoration: underline;

	}

nav li ul li {float: none; position: relative; 	border-right: 0;  }

nav li ul {
	position: absolute; top:25px; left:0; 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;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #898989;
	background-color: #9b1624;
	text-transform: uppercase;
	font-family: arial;

	
	}


.current_page_item > a, .current_page_item a:hover {
	color: #fff;	
	text-decoration: underline;
	
} 


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




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

#banner img {
	width: 100%;
	height: auto;
}

#content {
	padding: 20px 40px;
}

#left-col {
	border-right: 2px solid #9b1624;
}

#content a {
	text-decoration: underline;
	color: #9b1624;
}
#content a:hover {
	color: #9b1624;
	text-decoration: none;
}

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


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

#main ul {
	margin-bottom: 10px;
}
#social-icons {
	float: right;
}

#social-icons img {
	margin-right: 0px;
} 


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



footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #9f1c21;
	padding: 20px 10px;
	text-align: center;
	margin-top: 10px;
	color: #fff;
}

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

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

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

 





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


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

h2 {
	margin-bottom: 10px;
	line-height: normal;
	font-size: 120%;
}


h3 {
	font-size: 110%;
	margin-bottom: 10px;
	margin-top: 10px;
}

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

h5 {
	font-size: 90%;	
}





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


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
#topnav #search-form { width: 100px; }

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

#left-col { border-right: none; }
#topnav li { margin-bottom: 2px; float: right; }
#topnav #search-form { width: 200px; }
}

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

#logo img {	margin: 0 auto; width: 300px;}
#mobile-header, #mobile-footer { display: block; }
nav { display: none; }
#topnav li  { margin-bottom: 2px; float: none; text-align: center; width: 100%; }
#topnav li a { padding: 10px; }
header .info { text-align: center; float: none;}
#topnav { float: none; }
#topnav #search-form { width: 100%; }

}

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


}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}
   
body.page-id-2103 .button, body.page-id-2103 input[type="submit"] {
	background-color: #7C111C;
	padding: 20px !important;
	border-radius: 10px;
	width: 100% !important;
}

body.page-id-2103 input[type="text"] {
	border-radius: 10px;
	padding: 20px !important;
}
 
body.page-id-2103 textarea {
	border-radius: 10px;}