* {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
	margin: 0px;
	background-color:#FFF;
}
.top_spacer {
	height: 5px;
	width: 100%;
	background-color: #000000;
}
.m-topnav {
  overflow: hidden;
  background-color: #333;
}

.m-topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	font-weight: 800;
	color: #f2f2f2;
}

.active {
  background-color: #B20000;
  color: white;
}

.m-topnav .icon {
  display: none;
}

.m-dropdown {
    float: left;
    overflow: hidden;
}

.m-dropdown .m-dropbtn {
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	font-weight: 800;
}

.m-dropdown-content {
    display: none;
    position: absolute;
	background-color:#F5F5F5;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.m-dropdown-content a {
    float: none;
    color: #222;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.m-topnav a:hover, .m-dropdown:hover .m-dropbtn {
  background-color: #B20000;
  color: white;
}

.m-dropdown-content a:hover {
    background-color: #FFFFFF;
    color: #B20000;
}

.m-dropdown:hover .m-dropdown-content {
    display: block;
}

@media screen and (max-width: 1170px) {
  .m-topnav a:not(:first-child), .m-dropdown .m-dropbtn {
    display: none;
  }
  .m-topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1170px) {
  .m-topnav.responsive {position: relative;}
  .m-topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .m-topnav.responsive .m-dropdown {float: none;}
  .m-topnav.responsive .m-dropdown-content {position: relative;}
  .m-topnav.responsive .m-dropdown .m-dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.nav_drop_wrap {
	height: auto;
	width: 100%;
	background-color:#222;
}
.nav_drop_container {
	margin: 0 auto;
	width: 1080px;
	height: 56px;
	background-color:#222;
}
 /* Dropdown Button */
.dropbtn {
    background-color: rgba(19,10,0,0.1);
    padding: 16px;
    border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 800;
	color: #FFF;
	letter-spacing: 2px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	padding-right:2px;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #B20000;
    width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
    z-index: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 800;
	letter-spacing: 2px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #F5F5F5;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	background-color: #B20000;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #333;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #B20000; cursor: pointer;} 
.nav_wrap {
	height: 35px;
	width: 100%;
	background-color: #000;
}
.nav_container {
	margin: 0 auto;
	height: 35px;
	width: 1000px;
}
/* CSS For Dropdown Menu Start */
#nav ul
{
  list-style:none;
  padding:0px;
  margin:0px;
}
#nav ul li
{
  display:inline;
  float:left;
}
#nav ul li a
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:11pt;
	font-family:'Arial Black', Arial, sans-serif;
	text-decoration:none;
	display:block;
	width:120px;
	height:35px;
	text-align:center;
	padding-top:5px;
	padding-left: 0px;
}

#nav ul li a:hover
{
	color: #DF1926;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 2px 2px #222222;
	display: block;
	width: 120px;
	text-align: center;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.8);
}

#nav ul li.sublinks a
{
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:190px;
	height:30px;
	text-align:left;
	padding-left: 15px;
	background-color: #000000;
}

#nav ul li.sublinks a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 190px;
	height: 30px;
	text-align: left;
	background-color: #DF1926;
}

#nav ul li.sublinks
{
	display:none;
}

/* CSS For Dropdown Menu End */

#nav
{
	width: 1000px;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 35px;
}
.clear
{
  clear:both;
}
.left
{
  float:left;
}

.right
{
  float:right;
}
.img_slider_wrap {
	height: auto;
	width: 100%;
	background-color: #FFF;
}
.mobile_header_img {
	max-width: 1000px;
	float: left;
	width:100%;
}
.center_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.header_wrap {
	height: 130px;
	width: 100%;
	background-color: #FFF;
}
.header_container {
	margin: 0 auto;
	height: 130px;
	max-width: 1200px;
	background-image: url(images/bkgs/newheader_container_bkg_keller.fw.png);
}
.icon_left {
	margin: 0 auto;
	height: 130px;
	max-width: 470px;
	float: left;
	width:100%;
}
.icon_center {
	margin: 0 auto;
	height: 130px;
	width: 270px;
	float: left;
}
.icon_center_right {
	margin: 0 auto;
	height: 130px;
	max-width: 470px;
	float: left;

}
.home_blk_spacer {
	height: 32px;
	width: 100%;
	background-color: #FFF;
}
#home_calls_wrap {
	height: 100px;
	width: 100%;
	background-color: #FFF;
}
#home_calls_container {
	max-width: 1100px;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
}
#home_calls_container .home_calls_left {
	float: left;
	max-width: 333px;
	height: 100px;
	width:100%;
}
#home_calls_container .home_calls_spacer {
	float: left;
	width: 50px;
	height: 100px;
}
#home_calls_container .home_calls_center {
	float: left;
	max-width: 334px;
	height: 100px;
}
#home_calls_container .home_calls_right {
	float: left;
	max-width: 333px;
	height: 100px;
}
.call_spacer_wrap {
	height: 30px;
	width: 100%;
	background-color: #FFF;
}


.call_container_wrap_order_online {
	min-height: auto;
	width: 100%;
	background-color:#fff;
	margin-top:10px;
}
.call_container_order_online {
	margin: 0 auto;
	width: 1400px;
	height: auto;
	display:table;
	padding:20px;
}
.call_col_left_order_online {
	margin: 0 auto;
	width: 50%;
	height: auto;
	float: left;
}
.call_col_right_order_online {
	margin: 0 auto;
	width: 50%;
	height: auto;
	float: right;
}
.call_container_order_online h2 {
  	font-family:'Arial Black', Arial, sans-serif;
	font-size: 2em;
	font-weight: 400;
	color: #B20000;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;	
}
.call_container_order_online h2 a:link, .call_container_order_online h2 a:visited {
	color: #B20000;
	text-decoration: none;
}
.call_container_order_online h2 a:hover {
	color: #FFFFFF;
	text-decoration:none;
	text-shadow: none;
}
.call_container_order_online p {
  	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	font-weight: 400;
	color: #222;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.call_container_order_online p a:link, .tcall_container_order_online p a:visited {
	color: #DF1926;
	text-decoration: underline;
}
.call_container_order_online p a:hover {
	color: #DF1926;
	text-decoration:none;
	text-shadow: none;
}
.button_home {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
  border-radius: 4px;
  background-color: #B20000;
  border: solid;
  border-width:1px;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.250em;
  padding: 16px;
  width:auto;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 2px;
  text-shadow: 2px 2px #222;
}
.button_home span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button_home span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button_home:hover span {
  padding-right: 25px;
}
.button_home:hover span:after {
  opacity: 1;
  right: 0;
}





.call_container_wrap_home {
	height: auto;
	width: 100%;
	background-color:#222;
	margin-top:30px;
	margin-bottom:30px;
}
.call_container_home {
	margin: 0 auto;
	width: 1400px;
	height: auto;
	display:table;
}
.call_col_left_home {
	margin: 0 auto;
	width: 50%;
	height: auto;
	float: left;
}
.call_col_right_home {
	margin: 0 auto;
	width: 50%;
	height: auto;
	float: right;
}
.container_home {
  position: relative;
  width: 100%;
}
.text-block {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color:rgba(0,0,0,0.8);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
.text-block h2 {
  	font-family:'Arial Black', Arial, sans-serif;
	font-size: 2em;
	font-weight: 400;
	color: #DF1926;
	text-align: left;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;	
}
.text-block h2 a:link, .text-block h2 a:visited {
	color: #DF1926;
	text-decoration: none;
}
.text-block h2 a:hover {
	color: #FFFFFF;
	text-decoration:none;
	text-shadow: none;
}
.text-block p {
  	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	font-weight: 400;
	color: #F5F5F5;
	text-align: left;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom:12px;
}
.text-block p a:link, .text-block p a:visited {
	color: #F5F5F5;
	text-decoration: underline;
}
.text-block p a:hover {
	color: #DF1926;
	text-decoration:none;
	text-shadow: none;
}
.image {
  opacity: 0.8;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.container_home:hover .image {
  opacity: 0.5;
}
#bestof {
	width: 100%;
	clear: both;
	height: auto;
	background-color:#FFFFFF;
}
#bestof_wrapper {
	max-width: 1400px;
	height: 506px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
}
.center_best_of {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  margin-top:60px;
}
#footer {
	width: 100%;
	clear: both;
	height: auto;
	background-image: url(images/bkgs/sf-logo-bkg-oct-2018.jpg);
}
#footer_wrapper {
	max-width: 1200px;
	height: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
}
#footer_wrapper .above_foot {
	max-width: 1200px;
	height: 25px;
	width:100%;
}
#footer_wrapper .footer_top {
	max-width: 1200px;
	height: 45px;
	float: left;
	border-image:none;
	width:100%;
}
#footer_wrapper .footer_top p {
	padding-right: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align:center;
}
#footer_wrapper .footer_top_left {
	max-width: 560px;
	height: 45px;
	float: left;
	width:100%;
}
#footer_wrapper .footer_left {
	max-width: 120px;
	height: 45px;
	float: left;
	width:100%;
}
#footer_wrapper .footer_top p {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#ffffff;
	line-height:15px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#footer_wrapper .footer_top p a:link, #footer_wrapper .footer_top p a:visited {
	color:#7e949f;
}
#footer_wrapper .footer_top p a:hover {
	color:#FFFFFF;
}
#footer_wrapper .footer_right {
	max-width: 800px;
	height: 45px;
	float: left;
	width:100%;
}
#footer_wrapper .footer_right_top {
	max-width: 800px;
	height: 16px;
	float: left;
	background-color: #000;
	width:100%;
}
#footer_wrapper .footer_right p {
	padding-right: 0px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin: 0px;
	text-align:left;
	color:#FFF;
}
#footer_wrapper .below_footer {
	max-width: 1200px;
	height: 40px;
	float: left;
	width:100%;
}
#footer_wrapper .below_footer p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	line-height: 15px;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}
#footer_wrapper .below_footer p a:link, #footer_wrapper .below_footer p a:visited {
	color: #DF1926;
	text-decoration:none;
}
#footer_wrapper .below_footer p a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
#footer_wrapper .below {
	max-width: 1200px;
	height: 80px;
	float: left;
	width: 100%;
}
#footer_wrapper .below p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 15px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}
#footer_wrapper .below p a:link, #footer_wrapper .below p a:visited {
	color:#7e949f;
}
#footer_wrapper .below p a:hover {
	color:#FFFFFF;
}
#footer_wrapper .below h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #ffffff;
	line-height: 15px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 10px;
	text-align: center;
	background-color:#333;
}
#footer_wrapper .below h2 a:link, #footer_wrapper .below h2 a:visited {
	color:#ffffff;
	text-decoration:underline;
}
#footer_wrapper .below h2 a:hover {
	color:#DF1926;
}
