/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */


/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
.fixed {
	position: fixed;
	z-index: 2000;
	width: 100%;
}
	
.slicknav_menu {
	display:none;
}

/* desktop nav */
#nav {
	width: 100%;
max-width: 1140px;
margin: 0 auto;
padding: 20px 0px;
}

.table {
display: table;
}

.v-aline-cell {
	display: table-cell;
	vertical-align: middle;
}

#menu {
	border-top: 4px dotted #ef4141;
    border-bottom: 4px dotted #ef4141;
}

li a {
	display: inline-block;
    padding-left: 12%;
    float: left;
    color: #ef4141;
    text-decoration: none;
}


#page {
	background-color: rgba(255,255,255,0.95);
	padding: 15px;
    margin-top: 150px;
	padding-bottom: 30px;
	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
	
#menupage {
	background-color: rgba(255,255,255,0.95);
	padding-top: 50px;
    padding-bottom: 90px;
	}

ul.bullets li {
	list-style: disc;
}

.order_btn {
	width: 100%;
	text-align: center;
	color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #283891;
    padding: 10px 0px;
    font-size: .9em;
}

.order_online {
	padding: 20px 0px;
}

.section_break {
	padding: 30px 0px;
}

#center_form {
	max-width: 800px;
	margin: 0 auto;	
}

iframe {
	padding-bottom: 10px;
}
.footer {
	margin-top: 40px;
	padding: 10px 0px;
	border-top: solid 2px;
	border-bottom: solid 2px;
	color: #ef4141;
}

.rule-switch {
	width: 42%;
	margin-right: 1%;
	border-right: dotted 4px;
	float: left;
}

.contact {
	width: 50%;
	float: left;
}


#copywrite {
	margin-top: 2px;
    border-top: solid 3px #ef4141;
}

#automar {
	margin: 0px auto;

}


#social {
	width: 12%;
	float: left;
	}
	
.icon {
	width: 29%;
    height: auto;
    padding-right: 4%;
    float: left;
	}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media screen and (max-width: 800px) {
	
/* #menu is the original menu */
#menu {
	display:none;
}

.slicknav_menu {
	display: block;
}

.order_online {
	padding: 5px 0px;
}

.order_online .alignright {
	float: left;
}


ul.bullets li {
	margin-left: 17px;
	}

.footer {
	width: auto;
	float: none;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	}

.rule-switch {
	width: 100%;
	border-bottom: dotted 4px;
	border-right: none;
	margin-bottom: 15px;
    padding-bottom: 15px;
}

#social {
	width: 100%;
	float: left;
	}

.icon {
	width: 60px;
    padding-right: 4%;
    float: left;
    padding-top: 5px;
	}

	
#nav {
	width: auto;
	}


#page {
    margin-top: 100px;
	}

#menupage {
	background-color: rgba(255,255,255,0.95);
	padding: 90px 20%;
	}

.menupadding {
	
	margin-bottom: 30px;
	}

.social {
	float: left;
	width: 80%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;
	}

.section_break {
	padding: 15px 0px;
}

@media screen and (max-width: 500px) {
	
	#menupage{
	padding-right: 0px;
	padding-left: 0px;
	}


}
}
