@charset "utf-8";

#primary_mobile_nav ul {
	  float:left;
	  position:relative;
	  width:100%;
    list-style: none;
    background: #1c1c1c;
    padding: 5px 0;
	margin:0px;
}

#primary_mobile_nav li{
	list-style:none;
}
 
#primary_mobile_nav li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #383838;
	font-size:15px;
}
 
#primary_mobile_nav li:last-child a {
    border-bottom: none;
}
 
#primary_mobile_nav li a:hover,
#primary_mobile_nav li a:focus {
    color: #1c1c1c;
    background: #ccc;
}

#mobile_search{
	height:30px;
	width:100%;
	margin-top:15px;
	padding-left:15px;
	background-image: url('<?php echo PANEL_URL; ?>images/glass_icon.jpg');
    background-repeat: no-repeat;
    background-position: right;
	font-size:14px;
	text-transform:uppercase;
}


/**************************/


#footer_container{
	width:100%;
	float:left;
	position:relative;
}

.section_left a{
	text-decoration:none;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
	/*background-color: #eee;*/
	background-color:white;
}

.section_left a:hover{
	text-decoration:none;
	color:#ab0e00;
	background-color:white;
}

.footer_top{
	width:100%;
	float:left;
	position:relative;
	/*background-color:#eee;*/
	background-color:white;
}

.footer_middle{
	width:100%;
	float:left;
	position:relative;
	/*background-color:#747373;*/
	background-color:#eee;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
	/*font-weight:bold;*/
	color:black;
}

.footer_bottom{
	width:100%;
	float:left;
	position:relative;
	/*background-color:#2d2d2d;*/
	background-color:white;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#ccc;
	font-size:12px;
	padding-bottom: 10px;
	padding-top:10px;
}

.section_left{
	width:29%;
	float:left;
	position:relative;
	text-transform:uppercase;margin-bottom:20px;margin-top:20px;
}

.section_middle{
	width:40%;
	float:left;
	position:relative;
	text-align:center;
	margin-top:30px;
	
}

.sub_section_title{
	float:left;
	position:relative;
	height:25px;
	/*background-color:white;*/
	font-weight:bold;
	width:100%;
	margin-left:15%;
	margin-top:10px;
	font-size:20px;
}

.sub_section{
	float:left;
	position:relative;
	height:15px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15%;
}

.sub_section a{
	color:black;
}

.sub_section a:hover{
	text-decoration:none;
	background-color:white;
}

.sub_section_last{
	float:left;
	position:relative;
	height:25px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5%;
}

.social_section{
	float:left;
	width:33%;
}

.social_section_image{
	float:left;
	position:relative;
	width:100%;
}

.social_section_image img{
	opacity: 0.6;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

.social_section_image img:hover{
	color:red;
	opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
	/*background-color:#eee;*/
	background-color:white;
}

.social_section a:hover{
	text-decoration:none;
}

.social_section_count{
	float:left;
	position:relative;
	text-align:center;
	width:100%;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	font-size:20px;
}

.social_section_title{
	float:left;
	position:relative;
	text-align:center;
	width:100%;
	text-transform:uppercase;
	margin-bottom:20px;
}

input[type=email] {
    margin-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
	padding-left:10px;
    border-color: #999;
    width: 300px;
    font-size: 14px;
    margin-bottom: 10px;
	margin-left:20px;
	margin-top:10px;
}

input[type=search] {
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:10px;
    border-color: #999;
    width: 400px;
    font-size: 14px;
    margin-bottom: 10px;
	margin-left:20px;
	margin-top:10px;
}

input, form button, select {
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #333;
    padding-top:10px;
}

input[type=submit], .button {
    background: #ab0e00;
    border-width: 0;
    color: #eee;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 10px 8px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
	opacity: 0.9;
    transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
}

input[type=submit]:hover{
	color:white;
	opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
	background: #ab0e00;
}

.section_search{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	background-color:#eee;
	/*border-top:1px solid #ccc;*/
	text-align:center;
	padding-bottom:30px;
	display:none;
}
.footer_search_text{
    size: 300px;
    border: 0px;
    width: 400px;
    height: 30px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
}

.footer_search_text_mobile{
    size: 100px;
    border: 0px;
    width: 50%;
    height: 30px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
	margin-top:20px;
}

#primary_mobile_nav{
	    float: left;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

/*******************FOOTER MOBILE******************/
#footer_mobile{
	float:left;
	position:relative;
	width:100%;
	margin:0;
	padding:0;
}

.mfooter_section_header{
	background-color:#1e1e1e;
	width:100%;
	height:30px;
	
}

.mfooter_reg_section{
	background-color:#eee;
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
}

.mfooter_reg_section a{
	text-decoration:none;
	color:black;
	padding-left:30px;
}

.mfooter_reg_section a:hover{
	color:#ae0e00;
}

.mfooter_reg_section:hover{
	background-color:white;
}



.mfooter_social_section{
	background-color:#eee;
	width:100%;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.mfooter_newsletter_section{
	background-color:#aeaeae;
	color:white;	
}

.mfooter_search_section{
	background-color:#eee;
	color:white;	
	height:70px;
	padding-left:10px;
}

.mfooter_footer_section{
	background-color:white;

	min-height:70px;
	text-align:center;
	padding-top:20px;
	font-size: 12px;
}


/*******************FOOTER MOBILE******************/	
	
/*
@media screen and (min-width: 1028px) {
	
}


@media screen and (min-width: 0px) and (max-width: 1027px) {
	
}
*/

