/* CSS Document */
/*******************************************************************************/
@import url('bootstrap.min.css');
@import url("../Fonts/font-awesome/css/font-awesome.min.css");
@import url('animate.css');
@import url('slimmenu.min.css');
@import url('owl.carousel.css');
@import url('owl.carousel.css');

/* General Styles --- font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

@font-face {
  font-family: 'Forza-Medium';
  src: url('../Fonts/Forza-Medium.eot?#iefix') format('embedded-opentype'),
       url('../Fonts/Forza-Medium.otf')  format('opentype'),
	   url('../Fonts/Forza-Medium.woff') format('woff'),
       url('../Fonts/Forza-Medium.ttf')  format('truetype'),
       url('../Fonts/Forza-Medium.svg#Forza-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'GothamNarrow-Black';
    src: url('../Fonts/GothamNarrow-Black.eot?#iefix') format('embedded-opentype'),  
         url('../Fonts/GothamNarrow-Black.otf')  format('opentype'),
	     url('../Fonts/GothamNarrow-Black.woff') format('woff'), 
         url('../Fonts/GothamNarrow-Black.ttf')  format('truetype'), 
         url('../Fonts/GothamNarrow-Black.svg#GothamNarrow-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'GothamNarrow-Bold';
    src: url('../Fonts/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),  
         url('../Fonts/GothamNarrow-Bold.otf')  format('opentype'),
	     url('../Fonts/GothamNarrow-Bold.woff') format('woff'), 
         url('../Fonts/GothamNarrow-Bold.ttf')  format('truetype'), 
         url('../Fonts/GothamNarrow-Bold.svg#GothamNarrow-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'GothamNarrow-Book';
    src: url('../Fonts/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'),  
         url('../Fonts/GothamNarrow-Book.otf')  format('opentype'),
	     url('../Fonts/GothamNarrow-Book.woff') format('woff'), 
         url('../Fonts/GothamNarrow-Book.ttf')  format('truetype'), 
         url('../Fonts/GothamNarrow-Book.svg#GothamNarrow-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'GothamNarrow-Light';
    src: url('../Fonts/GothamNarrow-Light.eot?#iefix') format('embedded-opentype'),  
         url('../Fonts/GothamNarrow-Light.otf')  format('opentype'),
	     url('../Fonts/GothamNarrow-Light.woff') format('woff'), 
         url('../Fonts/GothamNarrow-Light.ttf')  format('truetype'), 
         url('../Fonts/GothamNarrow-Light.svg#GothamNarrow-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'GothamNarrow-Medium';
    src: url('../Fonts/GothamNarrow-Medium.eot?#iefix') format('embedded-opentype'),  
         url('../Fonts/GothamNarrow-Medium.otf')  format('opentype'),
	     url('../Fonts/GothamNarrow-Medium.woff') format('woff'), 
         url('../Fonts/GothamNarrow-Medium.ttf')  format('truetype'), 
         url('../Fonts/GothamNarrow-Medium.svg#GothamNarrow-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'GothamNarrow-Thin';
    src: url('../Fonts/GothamNarrow-Thin.eot?#iefix') format('embedded-opentype'),  
         url('../Fonts/GothamNarrow-Thin.otf')  format('opentype'),
	     url('../Fonts/GothamNarrow-Thin.woff') format('woff'), 
         url('../Fonts/GothamNarrow-Thin.ttf')  format('truetype'), 
         url('../Fonts/GothamNarrow-Thin.svg#GothamNarrow-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'GothamNarrow-Ultra';
    src: url('../Fonts/GothamNarrow-Ultra.eot?#iefix') format('embedded-opentype'),  
         url('../Fonts/GothamNarrow-Ultra.otf')  format('opentype'),
	     url('../Fonts/GothamNarrow-Ultra.woff') format('woff'), 
         url('../Fonts/GothamNarrow-Ultra.ttf')  format('truetype'), 
         url('../Fonts/GothamNarrow-Ultra.svg#GothamNarrow-Ultra') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'GothamNarrow-XLight';
    src: url('../Fonts/GothamNarrow-XLight.eot?#iefix') format('embedded-opentype'),  
         url('../Fonts/GothamNarrow-XLight.otf')  format('opentype'),
	     url('../Fonts/GothamNarrow-XLight.woff') format('woff'),
         url('../Fonts/GothamNarrow-XLight.ttf')  format('truetype'), 
         url('../Fonts/GothamNarrow-XLight.svg#GothamNarrow-XLight') format('svg');
    font-weight: normal;
    font-style: normal;
    }

body {
	margin:0px;
	padding:0px;
	background: #fff;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'GothamNarrow-Medium';
	}
@media (max-width: 991px) {
    body {
	    font-size: 13px;
        line-height: 23px;
    }
}
@media (max-width: 767px) {
    body {
	    font-size: 12px;
        line-height: 22px;
    }
}
img {
	max-width: 100%;
	height: auto;
	} 
/* Selection */
::-moz-selection {
	background: #c80016;
	color: #fff;
	}
::-webkit-selection {
	background: #c80016;
	color: #fff;
	}
/* Transition elsements */
a{
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	}

/* Typography */
a {color:#c80016;}
a:hover, a:focus {
	text-decoration: none;
	color:#3c3c3c;
	outline:0;
	}
p{
	font-size: 14px;
    line-height: 24px;
    font-weight: 400;
	}
@media (max-width: 991px) {
    p{
		font-size: 13px;
        line-height: 23px;
	}
}
@media (max-width: 767px) {
    p{
		font-size: 12px;
        line-height: 22px;
	}
}
.upcase{text-transform: uppercase}
h1{
    font-size: 68px;
	line-height: 78px;
    text-transform: uppercase;
	}
@media (max-width: 991px) {
    h1{
	font-size: 60px;
	line-height: 70px;
	}
}
@media (max-width: 767px) {
    h1{
	font-size: 50px;
	line-height: 60px;
	}
}

h2{
	font-size: 40px;
	line-height: 46px;
	font-weight: 300;
    text-transform: uppercase;
	}
@media (max-width: 991px) {
    h2{
	    font-size: 36px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
    h2{
	    font-size: 30px;
		line-height: 36px;
	}
}
@media (max-width: 575px) {
    h2{
	    font-size: 30px;
		line-height: 32px;
	}
}
h3{
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
    text-transform: uppercase;
    }
@media (max-width: 991px) {
    h3{
        font-size: 24px;
	    line-height: 28px;
    }
}
@media (max-width: 767px) {
    h3{
        font-size: 21px;
        line-height: 26px;
    }
}
h4{
	font-size: 14px;
	line-height: 24px;
    font-family: 'GothamNarrow-Bold';
	text-transform: uppercase;
	}
@media (max-width: 991px) {
	h4{
	font-size: 17px;
	line-height: 22px;
	}
}
@media (max-width: 767px) {
	h4{font-size: 16px;}
}

h5{
	font-weight:300;
	color:#fff;	
	text-transform:lowercase;
	margin:0px;
	padding:0px;
	}
.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Forza-Medium';
    }
p, ol, ul, blockquote {margin: 0 0 20px;}
blockquote {border-color: #f7f7f7;}
blockquote.serif-quote {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	}
.font-alt {font-family: 'Open Sans', sans-serif;}
.font-serif {font-family: 'Open Sans', sans-serif;}

/* Forms */
input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
textarea,
select {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 8px 10px;
    height: inherit;
    z-index: 1;
    direction: ltr;
    position: relative;
    box-shadow: none;
    background-color:rgba(255,255,255,0.3);
    border: solid 1px rgba(85,85,85,0.3);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #505050;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    }
input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #505050;
    font-weight: 400;
    font-size: 16px;
    opacity: 0.5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #505050;
    font-weight: 500;
    font-size: 16px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #505050;
    font-weight: 500;
    font-size: 16px;
}
input:focus,
textarea:focus {
    background-color:rgba(255,255,255,0.5);
    border: solid 1px rgba(255,255,255,0.6);
    outline: 0;
    color: #1d2631;
    }
.form-group{margin-bottom: 15px;}
.form-group label{
    font-size: 16px;
    color: white;
    font-weight: 300;
    margin-bottom: 10px;
    }
.formbtn {
	margin-top:25px;
	margin-bottom:15px;
	}




/* Buttons */
.senco_btn {
	text-transform: uppercase;
	font-size:16px;
    line-height: 24px;
	padding: 10px 26px;
	font-weight: normal;
    text-align: center;
	border:solid 2px #c80016;
    background-color: #c80016;
    color: white;
    display: inline-block;
	-webkit-border-radius: 23px;
	   -moz-border-radius: 23px;
	     -o-border-radius: 23px;
	        border-radius: 23px;
	}
.senco_btn:hover,
.senco_btn:focus {
    color:white;
    border:solid 2px #3c3c3c;
	background-color: #3c3c3c;
	}
.btn_holder{
    display: block; 
	padding-top: 20px; 
    text-align: center;
    } 
@media (max-width: 991px) {
    .senco_btn {
        font-size:15px;
        line-height: 24px;
        padding: 8px 24px;
    }
	.btn_holder{ padding-top: 10px; }
}
@media (max-width: 767px) {
    .senco_btn {
        font-size:14px;
        line-height: 22px;
        padding: 7px 21px;
    }
	.btn_holder{ 
		padding-top: 10px; 
	}
}

/* Header & Navigation */
.header .container {position: relative;}
.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    /*background-color:#fff;*/
    width: 100vw; /*100%*/
    z-index: 99;
    display: block;
    /*border-bottom: solid 1px rgba(80,80,80,0);*/
    }
.header.sticky {
    position: fixed;
    border-bottom: solid 1px rgba(80,80,80,0.1);
    }
.header .kyocera_header{
    background-color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    overflow: visible;
    text-align: right;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.sticky.header .kyocera_header{
    padding-bottom: 3px;
    padding-top: 3px;
    }
/*.header .kyocera_header span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: uppercase;
    color: #231f20;
    font-size: 12px;
    line-height: 16px;
    }
.header .kyocera_header span a{color: #231f20;}*/
.header .kyocera_header img{
    width: 100%;
    max-width: 110px;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.sticky.header .kyocera_header img{max-width: 90px;}

.header .header_top{
    background-color: #c90017;
    text-align: right;
    position: relative;
    z-index: 3;
    }
.header_contact{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    }
.header_contact li{
    list-style: none;
    display: inline-block;
    }
.header_contact li a{
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 37px;
    color: white;
    font-weight: 400;
    letter-spacing: 1.2px;
    padding: 0 12px;
    }
.header_contact li a:hover{text-decoration: underline;}
.header_contact li a i{padding-right: 7px;}
.header_contact li.login a{padding-right: 6px;}
.header_contact li.register a{padding-left: 6px;}
.header_contact li.login a:after{
    content: '|';
    position: absolute;
    right: -5px;
    top: 0;
    color: white;
    }
.logo{
    float: left; 
/*    margin-bottom: -45px;*/
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 15px 0;
    }
.logo a {display: block;}
.logo img {
    width: 100%;
    max-width: 145px;
    height: auto;
    }
.sticky .logo img {max-width: 120px;}
.header .header_bottom{
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.header.sticky .header_bottom{
    padding-bottom: 7px;
    padding-top: 7px;
    }
.topnav{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0;
    margin-right:2em;
    }
.topnavlink li a.nav-link{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: black;
    font-family: 'GothamNarrow-Medium';
    text-transform: uppercase;
    }
.topnavlink li a.nav-link:hover{
	text-decoration: none;
	color: white;
    background-color: #990400;
    }
.navbar-expand-md.topnav .navbar-nav.topnavlink .nav-link {padding: 13px 15px;}
.nav-item.dropdown.show a.nav-link{background-color: #990400;}
.topnav .dropdown-menu { 
    width: 230px;
    padding: 10px;
    color: #fff;
    background-color: #990400;
    border: none;
    border-radius: 0;
    margin: 0;
    }
.topnav .dropdown-item {
    padding: 5px 10px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    white-space: inherit;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium';
    }
.topnav .dropdown-item:focus,
.topnav .dropdown-item:hover {
    color: #fff; 
    background-color: #041f3d;
    }
.header.sticky .topnav{
    margin-top: 10px;
    }
.main_menu{display: inline-block;}
/*Header Search*/
.headerMenuCustom{
    margin-top:1em !important;
}
.search_ico {
    background-color: white;
    color: #c90017;
    cursor: pointer;
    float: right;
    font-size: 22px !important;
    line-height: 50px !important;
    font-weight: 400 !important;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-left: 1px;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    -ms-transition: color 0.2s, background-color 0.2s;
    -o-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
    }
.search_ico.selected,
.search_ico:hover {background-color:#c90017; color: #ffffff;}


.k-autocomplete { background-color: #ffffff !important; width: 95% !important; 

   /* height: 50px !important;
    line-height: 50px !important;*/
    margin: 0 !important;
    margin-bottom:30px !important;
    color: #505050;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    /*padding: 15px !important;*/ 
    display: inline-block;
 }

.k-autocomplete .k-input {
    /*margin-top: -7px !important;
     height: 20px !important;
    line-height: 20px !important;*/
}

/*
.k-animation-container { background-color: #ffffff; width: 500px !important; }
.k-animation-container .k-list-container { padding: 20px; background-color: #ffffff; width: 500px !important; border: 1px solid #e2e2e2; border-top: none; }

.k-animation-container .k-list-container ul { list-style: none; font-size: 20px; }
.k-animation-container .k-list-container ul li:hover { cursor: pointer; color: #C90017; }

.k-animation-container .k-list-container .k-nodata { font-size: 20px; }
*/

/*
.k-animation-container { background-color: #ffffff; width: 500px !important; 
overflow: visible; top: 218px !important; box-sizing: content-box !important; display: block !important; position: absolute !important; left: 618px !important;
}
.k-animation-container .k-list-container { padding: 20px; background-color: #ffffff; width: 500px !important; border: 1px solid #e2e2e2; border-top: none; }

.k-animation-container .k-list-container ul { list-style: none; font-size: 20px; }
.k-animation-container .k-list-container ul li:hover { cursor: pointer; color: #C90017; }

.k-animation-container .k-list-container .k-nodata {
    font-size: 20px;
}*/

.search {
    background-color: #990400 !important;
    display: none;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    /*top: 71px;*/
    z-index: 1; 
    }
.searchContainer{
    height:120px;
}
.header.sticky .header_bottom .search { top: 65px;}
.search .search-form {padding: 35px 0px 10px 0; }
.form-inline{position: relative;}
.search input{
    background-color: #ffffff; 
    display: block;
    float: left;
    height: 64px;
    line-height: 64px;
    margin: 0;
    /*margin-bottom:10px;*/
    color: #505050;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    padding-left: 15px;
    /*padding-right: 70px;*/
    }
.search button {
    position: absolute;
    right: 0;
    top: -13px;
    z-index: 2;
    background-color: #ffffff !important;
    border: 1px solid #e2e2e2 !important; 
    color: #3c3c3c !important;
    font-size: 24px !important;
    /*height: 100% ;*/
    width: 50px !important;
    line-height: 64px;
    text-align: center !important;
    bottom:0px;
    height:64px;
    margin: auto 15px auto 0;
    -webkit-transition: color 0.2s, background-color 0.2s; 
    -moz-transition: color 0.2s, background-color 0.2s; 
    -ms-transition: color 0.2s, background-color 0.2s; 
    -o-transition: color 0.2s, background-color 0.2s; 
    transition: color 0.2s, background-color 0.2s; 
}
.search button:hover {color: #c80016;}
/*End Header Search*/




/*Header Menu*/ 
@media (max-width: 991px) {
    .header .header_bottom{
        padding-bottom: 15px;
        padding-top: 15px;
        }
    .header.sticky .header_bottom{
        padding-bottom: 15px;
        padding-top: 15px;
        }
    .logo img {max-width: 120px;
               margin-left:90px;}
    .sticky .logo img {max-width: 120px;}
    
    .header {position: relative;}
    .header.sticky {
        background-color: transparent;
        position: relative !important;
    }
    .header .kyocera_header{
        padding-bottom: 3px;
        padding-top: 3px;
     }
    .header .kyocera_header img{max-width: 90px;}
    .topnav .dropdown-menu { 
        left: inherit;
        right: 0;
        }
    .search_ico {
        font-size: 20px;
        line-height: 40px;
        /*height: 40px;*/
        width: 46px;
        margin-top: 1px;
        }
    .search,
    .header.sticky .search {top: 72px;}
    .search .search-form {padding: 25px 0;}
    .topnav,
    .header.sticky .topnav{
        margin-top: 11px;
        display: none;
    }
}
@media (max-width: 767px) {
	.header_top .megamenu {
        position: absolute;
        width: 96%;
        left: 0;
        right: 0;
        top: 100%;
        padding: 0px;
        margin:  0 auto;
        background-color: #505050;
        z-index: 2;
        }
    .header_top .navbar.topnav {
        display: inline-block;
        vertical-align: middle;
        padding: 4px 0 0px 0;
        position: static;
    }
    .topnav .navbar-toggler{
        padding-bottom: 0;    
    }
    .navbar-toggler-icon {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #fff;
        margin: 6px 0;
    }
    .topnav ul li a.nav-link {
        padding: 8px 15px;
        text-align: left;
        border-bottom: solid 1px rgba(255,255,255,0.1);
        }
    .topnav .dropdown-menu {width: inherit;}
}
@media (max-width: 500px) {
	
}
@media (max-width: 480px) {
    
}
@media (max-width: 400px) {
	
}

/* All Sections */
.sections {
    padding: 60px 0px;
    width:100vw; /*no width defined*/
	position:relative;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:50% 50%;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
		 -o-background-size:cover;
			background-size:cover;
	}
.graybg{background-color: #eeeeee;}
.sections_title{
	position: relative;
	text-align: center;
    padding-bottom: 10px;
	}
.sections_title h2{
    margin-bottom: 10px;
    color: #c80016;
    }
.sections_title h2 span{font-weight: 700;}
.sections_title p{font-family: 'GothamNarrow-Book';}
.white{color:#FFF;}

.billboard {
    /*margin-top: 75px;*/

    width: 100vw; /*100%*/
    height: calc(85vh - 175px);
    /*height: 100vh;*/
    min-height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: none;
    background-color: #8c60b0;
    background-image: url(../images/cover.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    animation: shrink 4s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} 
.billboard:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.7);*/
    }
@keyframes shrink {
    from {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1) 
    }
    to {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.slimmenu .mobile_menu_item {
    display: none !important;
}

/* Header Sub Menu */
/* note: this sub menu was moved from original website */
.header .tools-nav {
    background-color: #f4f4f4;
    display: none;
    margin-bottom: 20px;
}
.header .tools-nav .nav-bar {
background-color: #e9e9e9;
height: 72px;
}

.header .tools-nav .nav-bar .nav-bar-inner {
    padding-top: 18px;
    text-align: left;
}

.header .tools-nav .nav-bar .manuals-charts-link {
color: #3a3a3a;
float: left;
font-size: 12px;
text-transform: uppercase;
vertical-align: middle;
width: 140px;
}

.header .tools-nav .nav-bar .manuals-charts-link:hover {
    color: #C90017;
}

.header .tools-nav .nav-bar .manuals-charts-link .page-text-icon {
    float: left;
    margin-right: 10px;
}

.header .tools-nav .nav-bar .view-all {
float: right;
}

.header .tools-nav .nav-bar .view-retired {
float: right;
margin-left: 20px;
}

.header .tools-nav .nav-bar ul {
margin: 0;
padding: 0;
text-align: center;
padding-left: 80px;
}

.header .tools-nav .nav-bar ul li {
    border-right: 1px solid #d6d6d6;
    cursor: pointer;
    display: inline-block;
    line-height: 32px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}

    .header .tools-nav .nav-bar ul li:last-child {
        border-right: none;
    }

    .header .tools-nav .nav-bar ul li:hover,
    .header .tools-nav .nav-bar ul li.selected {
        color: #C90017;
    }

.header .tools-nav .nav-bar ul li.selected:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #C90017;
    bottom: -2px;
    content: " ";
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}

.header .tools-nav .nav-content {
    padding: 12px 0;
    overflow: hidden;
}

.header .tools-nav .nav-content .feature {
    color: #ffffff;
    display: table-cell;
    height: 482px;
    padding: 0;
    vertical-align: top;
    width: 250px;
    position: relative;
}

.header .tools-nav .nav-content .feature img {
    padding: 0;
    width: 100%;
    height: 100%;
}

.header .tools-nav .nav-content .feature div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 0 20px;
}

.header .tools-nav .tool-nav-filters {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .header .tools-nav .tool-nav-filters .tool-nav-filter {
        cursor: pointer;
        float: left;
        height: 270px;
        margin: 0 3% 0 0;
        width: 30%;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

.header .tools-nav .tools-by-job .tool-nav-filters .tool-nav-filter {
    margin: 0 2% 0 0;
    width: 18%;
}

.header .tools-nav.accessories-nav .tools-by-job .tool-nav-filters .tool-nav-filter {
    margin: 0 1% 0 0;
    width: 15%;
}

.header .fasteners-nav .tools-by-collation .tool-nav-filters .tool-nav-filter {
    margin: 0 3% 0 0;
    width: 22%;
}

.header .tools-nav .tool-nav-filters .tool-nav-filter:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
}

.header .tools-nav .tool-nav-filters .tool-nav-filter .tool-filter-image {
    height: 215px;
    position: relative;
    width: 100%;
}

    .header .tools-nav .tool-nav-filters .tool-nav-filter .tool-filter-image img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

.header .tools-nav .tool-nav-filters .tool-nav-filter .tool-filter-name {
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.header .tools-nav .nav-content .tool-nav-filters .tool-nav-filter .tool-filter-name a {
    color: #2b2b2b;
}

.header .tools-nav .tools-by {
    display: none;
}

    .header .tools-nav .tools-by ul {
        list-style-type: none;
    }

.header .tools-nav .tools-by-type {
    display: block;
}

    .header .tools-nav .tools-by-type .tool-nav-filters {
        float: right;
        height: 540px;
        width: 73%;
    }

.header .tools-nav .tools-by-technology .tool-nav-filters {
    margin: 0 auto;
    width: 85%;
}
/*End Header Sub Menu */

/*Main Content*/
.page_content {
    padding-top: 120px;
}

.full_video_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    /*min-height: 700px;
    height: 100vh;*/
    }
.full_video {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    }
.senco_intro{
    width: 100%;
    display: block;
    /*padding-top:60px;*/
    position: relative;
    z-index: 2;
    }
.senco_intro h1{ 
    color: #fff;
    line-height:1;
    font-size:55px;
}
.senco_intro p{
    font-size: 26px;
    line-height: 34px;
    color: #fff; 
    } 
.senco_intro ul{
    margin: 0;
    padding: 0;
    }
.senco_intro ul li{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding-left: 25px;
    list-style: none;
    font-family: 'GothamNarrow-Book';
    position: relative;
    }
.senco_intro ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    content:"\f192";
    font-family:'FontAwesome';
    color: #c80016; 
    }
.senco_intro .senco_btn{margin-top: 15px;margin-bottom:15px;}

@media (max-width:1400px) {
    .senco_intro h1{ 
        font-size: 56px;
        line-height: 58px;
        margin-bottom: 12px;
        padding-top: 20px;
    }
    .senco_intro p {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .senco_intro ul li {
        font-size: 16px;
        line-height: 28px;
    }
    .senco_intro .senco_btn{margin-top: 10px;}
}

@media (max-width:1199px) {
    /*.billboard{min-height: 660px;}
    .senco_intro h1{ 
        font-size: 60px;
        line-height: 70px;
    }
    .senco_intro p {
        font-size: 24px;
        line-height: 30px;
    }*/
}
@media (max-width:991px) {
    .full_video_bg {display: none;}
	.sections {padding: 50px 0px;}
	.sections_title br{display:none;}
    .billboard {
        margin-top: 0;
        width: 100vw;
        display: block;
        height: inherit;
        min-height: inherit;
        /*padding: 100px 0px;*/
    }
    .senco_intro h1{ 
        font-size: 54px;
        line-height: 56px;
        padding-top: 0px;
    }
    .senco_intro p {font-size: 20px;}
	@keyframes shrink {
		from {background-size: cover;}
		to {background-size: cover;}
    }
    .slimmenu .desktop_menu_item {
        display: none !important;
    }
    .slimmenu .mobile_menu_item {
        display: inline-block !important;
    }
    .page_content {
        padding-top: 0px
    }
}
@media (max-width:767px) {
    .billboard{background-position: center top;}
	.sections {padding:40px 0px;}  
    .sections_title p{margin-bottom: 15px;}
    /*.billboard{padding: 70px 0px;}*/
    .senco_intro h1{ 
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    .senco_intro p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}
@media (max-width:575px) {
    .sections {padding: 40px 0px;}
    .sections_title p{margin-bottom: 10px;}
    /*.billboard{padding: 50px 0px;}*/
     .senco_intro h1{ 
        font-size: 36px;
        line-height: 46px;
    }
    .senco_intro p {
        font-size: 18px;
        line-height: 24px;
    }
    .senco_intro ul li {
        font-size: 14px;
        line-height: 26px;
        padding-left: 20px;
    }
} 

/* TOOLS BY TRADE */
.pro_col{
    padding-bottom: 15px;
    padding-top: 15px;
    }
.pro_box {
    overflow: hidden;
    position: relative;
    }
.pro_box .proimg {
    width: 100%;
    height: 280px;
    }
.pro_box .proimg img {
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
    }
.pro_box:hover .proimg img {transform: scale(1.1);}
.pro_box .pro_center {
    text-align: center;
    }
.pro_box .text_overlay {
    width: 100%;
    height: 100%;
    padding: 10px;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    } 
.pro_box .text_overlay h3 {
    margin-bottom: 15px;
    position: relative;
    color: white;
    }
.pro_box .text_overlay h3 a {color: white;}
.pro_box:hover .text_overlay {background-color: rgba(200, 0, 22, 0.8);}

@media (max-width:991px) {
    #tools{padding-bottom: 40px;}
}
@media (max-width:767px) {
    .pro_box .proimg {height: 220px;}
    .explore {
        font-size: 12px;
        line-height: 21px;
        padding: 6px 25px;
    }
}
@media (max-width:575px) {
    .pro_box .proimg {height: 280px;}
    .pro_col {
        padding-bottom: 7px;
        padding-top: 7px;
    }
}
@media (max-width:420px) {
    .pro_box .proimg {height: 260px;}
}

/*.connect_with_senco{background-color: #e5e5e5;}*/
.insta{
    padding-top: 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 935px;
    }
/* TOOLS BY TRADE */
.col-1-5{
    width: 20%;
    float: left;
    position: relative; 
  }
@media(max-width: 991px){
    .col-1-5{width: 25%;}
}
@media(max-width: 767px){
    .col-1-5{width: 33.333%;}
}
@media(max-width: 575px){
    .col-1-5{width: 50%;}
}
@media(max-width: 420px){
    .col-1-5{width: 100%;}
}

.insta_col{
    padding-bottom: 5px;
    padding-top: 5px; 
    }
.insta_box {
    overflow: hidden;
    position: relative;
    }
.insta_box .instaimg {
    width: 100%;
    height: 260px;
    }
.insta_box .instaimg img {
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
    }
.insta_box:hover .instaimg img {transform: scale(1.1);}
.insta_box .insta_center {
    text-align: center;
    }
.insta_box .text_overlay {
    width: 100%;
    height: 100%;
    padding: 10px;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    } 
.insta_box .text_overlay p {
    margin-bottom: 0px;
    position: relative;
    color: white;
    letter-spacing: 1px;
    } 
.insta_box .insta_caption {
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    } 
.insta_box .insta_caption p {
    margin-bottom: 0px;
    position: relative;
    color: white;
    letter-spacing: 1px;
    } 
.insta_box:hover .text_overlay {
    }
.instaLogoCustom{
    width: 30pt;
    position: absolute;
    left: 15pt;
    bottom: 15pt;
    filter: drop-shadow(0px 2px 10px black);
}
.view_btn {
    position: relative;
	text-transform: uppercase;
	font-size: 14px;
    line-height: 24px;
	padding: 6px 15px;
    width: 135px;
    margin: 3px 0;
	font-weight: normal;
    text-align: center;
    background-color: #3c3c3c;
    color: white;
    display: inline-block;
	-webkit-border-radius: 23px;
	   -moz-border-radius: 23px;
	     -o-border-radius: 23px;
	        border-radius: 23px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    bottom: -50px;
    opacity: 0;
	}
.insta_box:hover .view_btn {
    bottom: 0;
    opacity: 1;
    }

.view_btn:hover{
    background-color: #000;
    color: white;
    }
.no-gutters {
  margin-right: 5px;
  margin-left: 5px;
    }
.no-gutters  > .col,
.no-gutters > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }

.footer_boxes{
    background-color: #c80016;
    }
.footer_boxes .box_col .footer_box_holder{
    background-color: #d31025;
    padding: 30px;
    text-align: center;
    height: 100%;
    }
.footer_boxes .box_col .footer_box_holder img{
    margin-bottom: 30px;
    }
.footer_boxes .box_col .footer_box_holder h3{
    color: white;
    margin-bottom: 15px;
    }
.footer_boxes .box_col .footer_box_holder p{
    color: white;
    font-family: 'GothamNarrow-Light';
    letter-spacing: 1px;
    }
.footer_boxes .box_col .morebtn {
	text-transform: uppercase;
	font-size: 14px;
    line-height: 24px;
	padding: 6px 30px;
	font-weight: normal;
    text-align: center;
    background-color: #3c3c3c;
    color: white;
    display: inline-block;
	-webkit-border-radius: 23px;
	   -moz-border-radius: 23px;
	     -o-border-radius: 23px;
	        border-radius: 23px;
	} 
.footer_boxes .box_col .morebtn:hover,
.footer_boxes .box_col .morebtn:focus {color:white;background-color: #000;}

@media (max-width:991px) {
    .footer_boxes .box_col .footer_box_holder{padding: 20px;}
    .footer_boxes .box_col .footer_box_holder img {margin-bottom: 20px;}
    .footer_boxes .box_col .footer_box_holder h3 {margin-bottom: 10px;}
    .footer_boxes .box_col .morebtn {
        font-size: 13px;
        line-height: 24px;
        padding: 5px 18px;
    }
}
@media (max-width:767px) {
    .footer_boxes .box_col{margin-bottom: 15px;}
    .footer_boxes .box_col:last-child{margin-bottom: 0px;}
}

.featured_tools{
    background-color: #e0e0e0;
    padding: 0;
    }
.featured_tools .featured_tools_col{position: relative;}
.featured_tools_col:before{
    content: '';
    position: absolute;
    right: -190%;
    top: 0;
    width: 200%;
    height: 100%;
    background-color: #d6d6d4;
    }
.featured_tools_img{
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    }

.gmap{
    position: relative;
    padding: 0;
    border-bottom: solid 1px #c80016;
    }
.gmap iframe{
    width: 100%;
    height: 550px;
    display: block;
    }
.gmap .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    height: 100%;
    }
.find_a_dealer{
    background-color: white;
    display: inline-block;
    height: 100%;
    }
.find_a_dealer img{
    width: 100%;
    max-width: 500px;
    height: auto;
    }
@media (max-width:1199px) {
    .gmap iframe{height: 450px;}
    .find_a_dealer img{max-width: 400px;}
}
@media (max-width:991px) {
    .gmap iframe{height: 400px;}
    .find_a_dealer img{max-width: 350px;}
}
@media (max-width:767px) {
    .gmap iframe{height: 350px;}
    .find_a_dealer img{max-width: 250px;}
}
@media (max-width:575px) {
    .gmap iframe{height: 250px;}
    .find_a_dealer img{max-width: 200px;}
}

/*jarallax*/
.jarallax {
    position: relative;
    z-index: 0;
    }
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.jarallax-keep-img {
    position: relative;
    z-index: 0;
}
.jarallax-keep-img > .jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
}
span[data-jarallax-element] {
    display: inline-block;
}
/*jarallax*/

.grid_1200{
    overflow: hidden;
}
/* Footer Top */
.footer_top{
    background-color: #ebebeb;
    padding: 40px 0;
    }
.footer_col{position: relative;}
.footer_col h4{
    color: #525252;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    }
.footer_col h4:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background-color: #c80016;
    }
.footer_col ul{
    margin: 0;
    padding: 0;
    }
.footer_col ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    }
.footer_col ul li a{
    font-family: 'GothamNarrow-Book';
    font-size: 12px;
    line-height: 24px;
    color: #525252;
    text-transform: uppercase;
    padding: 2px 0;
    }
.footer_col ul li a:hover{
    color: #c80016;
    }
.footer_col:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #d8d8d8;
    }
.footer_col:last-child:before{display: none;}
.footer-social {
    background-color: #e3e3e3;
    padding: 15px 0;
    text-align: center;
    }
.footer-social a {
    background-color: #484848;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #e9e9e9;
    display: inline-block;
    font-size: 21px;
    width: 40px;
    height: 40px;
    line-height: 24px;
    margin: 5px 8px;
    text-align: center;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    }
    .footer-social a:hover {
        background-color: #C90017;
        color: #e9e9e9;
    }

/* Footer */
.footer{
	background-color:white;
    padding: 0;
    width:100vw;
	}
.footer .copyright{
	margin:0px;
    padding: 20px 0;
    text-align: left;
    font-family: 'GothamNarrow-Book';
    font-size: 12px;
    line-height: 24px;
    color: #525252;
    text-transform: uppercase;
    }
.footer .copyright a{
	color:#525252;
	padding: 0 10px;
	}
.footer .copyright a:hover{color:#c80016;}
.footer .container{position: relative;}
.footer .copyright .container{
    display: flex;
    justify-content:space-between;
    align-items: center;
    }
.social_icons{
	display: block;
	margin-top: 20px;
    text-align: center;
	}
.social_icons a{
	display: inline-block;
	background-color: white;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 21px;
	color: #7eb233;
	margin-right: 15px;
	}
.social_icons a:last-child{margin-right: 0;}
.social_icons a:hover{
    background-color:#666666;
    color: white;
    }
.go-up {
    position: fixed;
    right: 15px;
    color: #333333;
    cursor: pointer;
    z-index: 14;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background-color: #c90017;
    text-align: center;
    }
.go-up a{color: #fff;}
.go-up:hover{background-color: #041f3d;}

@media (max-width:1199px) {
    .footer .copyright .kyocera_logo{float: left;}
    .go-up {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    .footer .copyright span{
        padding:0 15px;
        display: block;
    }
}
@media (max-width:991px) {
    .footer_col{margin-bottom: 30px;}
    .footer_top {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .footer_col:nth-child(3):before{display: none;}
    }
@media (max-width:767px) {
    .footer_col:nth-child(3):before{display: block;}
    .footer_col:nth-child(4):before{display: none;}
    .footer_col:nth-child(2):before{display: none;}
    .footer-social {padding: 10px 0;}
    .footer-social a {
        font-size: 21px;
        width: 40px;
        height: 40px;
        line-height: 36px;
        margin: 3px 6px;
    }
    .footer .copyright{
        padding: 15px 0;
        text-align: center;
        }
    .footer .copyright .kyocera_logo{
        float: none;
        padding-bottom: 10px;
    }
    .footer .copyright .container {
        display: block;
        justify-content: inherit;
        align-items: inherit;
    }
    .footer .copyright span{padding: 0 35px;}
    .go-up {
        width: 45px;
        height: 45px;
    }
}

/* Preloader */
.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
	}
.loader {
	background:#c80016;
	position:absolute;
	display:inline-block;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin:-20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
	        animation: ball-scale 1s 0s ease-in-out infinite;
}
@-webkit-keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}

/* Transition 0.4s */
.header,.logo,.logo img,.logo a,.go-up,.senco_btn,textarea,input,.topnav{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }

/* find_dealer */
.find_dealer .row > div {
	background-color: #8b8b8b;
	padding: 50px 134px 50px 50px;
}
.find_dealer .row > div:last-child{
    background-color: #3c3c3c;
}
.find_dealer .row > div input[type='email']{
    width: 350px;
    display: inline-block;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px 25px;
    margin-right: 10px; 
}
.find_dealer .row > div {
}
.find_dealer .row > div input[type='submit'] {
	text-transform: uppercase;
	font-size:16px;
    line-height: 24px;
	padding: 10px 26px;
	font-weight: normal;
    text-align: center;
	border:solid 2px #fff;
    background-color: transparent;
    color: white;
    display: inline-block;
	-webkit-border-radius: 23px;
	   -moz-border-radius: 23px;
	     -o-border-radius: 23px;
	        border-radius: 23px;
}
.find_dealer .row > div input[type='submit']:hover,
.find_dealer .row > div input[type='submit']:focus {
    color:white;
	border:solid 2px #fff;
	background-color: #3c3c3c;
}
.find_dealer .row > div h3{
    margin-bottom: 10px;
}
.senco_dealer > div {
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: inherit;
}
.senco_dealer > div img {
    width: 200px;
    margin-right: 30px;
}
.senco_dealer {
	padding: 50px 50px 50px 134px !important;
}
@media(max-width:1199px){
    .senco_dealer > div img {
        width: 170px;
        margin-right: 30px;
    }
    .senco_dealer {
        padding: 30px 30px 30px 50px !important;
    }
    .find_dealer .row > div {
        padding: 30px 50px 30px 50px;
    }
    .find_dealer .row > div form input[type='email']{
        margin-bottom: 5px;
    }
}
@media(max-width:991px){
    .find_dealer .row > div {
        padding: 30px 50px;
        text-align: center;
    }
}
@media(max-width:767px){
    .senco_dealer > div {
        display: block;
        margin: 0 auto;
    }
    .senco_dealer > div img {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}
@media(max-width:575px){
    .find_dealer .row > div form input[type="email"] {
        width: 75%;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .find_dealer .row > div {
        padding: 30px 15px;
        text-align: center;
    }
    .find_dealer .row > div form input[type="submit"] {
        font-size: 15px;
        line-height: 24px;
        padding: 8px 26px;
    }
}

.socialAlignCustom{
    padding-top:9px;
}
.go-up-custom{
    bottom:15px;
}
.formCustom{
    text-align:center;
    min-width:0 !important;
}
.hideNav{
    display:none !important;
}
@media(max-width:991px){
    .hideNav{
        display:block !important;
    }
}

/* Spacing helpers */

.pt-10 {padding-top:10px}
.pt-20 {padding-top:20px}
.pt-40 {padding-top:40px}
.pt-60 {padding-top:60px}

.pb-10 {padding-bottom:10px}
.pb-20 {padding-bottom:20px}
.pb-40 {padding-bottom:40px}
.pb-60 {padding-bottom:60px}

.mt-10 {margin-top: 10px}
.mt-20 {margin-top: 20px}
.mt-40 {margin-top: 40px}
.mt-60 {margin-top: 60px}

.mb-10 {margin-bottom: 10px}
.mb-20 {margin-bottom: 20px}
.mb-40 {margin-bottom: 40px}
.mb-60 {margin-bottom: 60px}

/*Compare feature to not display until functional*/
.compare-wrapper{
    display:none;
}

/* Mailchimp - Pro Newsletter Subscribe Form on Homepage */
#mc_embed_signup #mc_embed_signup_scroll {
    background-color: #3c3c3c;
}

#mc_embed_signup #mc-embedded-subscribe {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    padding: 0px 26px;
    height: 41px;
    font-weight: normal;
    text-align: center;
    border: solid 2px #fff;
    background-color:transparent;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
    font-family: inherit;
}

#mc_embed_signup input.email {
    width: 260px !important;
    display: inline-block;
   color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    background-color: #fff;
    padding: 20px !important;
    margin-right: 10px !important;
    height: inherit;
    box-shadow: none;
    border-radius: 50px !important;    
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
 }
 #mc_embed_signup .button {
    max-width: 200px;
 }
 .toolsH2Header{
     color: white;
     filter: drop-shadow(2px 4px 6px black);
 }
 

 /* Error message on form failure on product registration page */
 #error{
     color: red;
     float: right;
 }

/*Privacy Pop Up Styles */

.privacyPopUpModal{
    position: fixed;
    bottom: 0px;
    width:100vw !important;
    height:6em;
    background-color: #c90017;
    color:white;
    padding:15pt 30pt 15pt 15pt;
    z-index:99;
}
.privacyPopUpText{
    color: white;
    text-align: left;
    font-family: 'GothamNarrow-Medium', sans-serif;
    font-size:12pt;
    margin:0;
}
.privacyPopUpText a{
    color: white;
    text-align: left;
    font-family: 'GothamNarrow-Medium', sans-serif;
    font-weight: bold;
    font-size:12pt;
}
.acceptButton{
    background-color:white;
    color: #c90017;
    width: 160px;
    height: 35px;
    display: inline !important;
    text-align:center;
    float: right;
    clear: none;
    padding:6px;
}
.acceptButton:hover{
    background-color:#d31025;
    color: white;
    cursor: pointer;
}
.privacyDivText{
    width: 80%;
    margin: 0pt 10pt 0pt 0pt;
    float: left;
    display: inline;
}
@media(max-width:910px){
    .privacyPopUpModal{
        height: 8em;
        padding:15pt;
    }
    .privacyDivText{
        width:60%;
    }
}
@media(max-width:680px){
    .privacyPopUpModal{
        height: 10em;
        padding:15pt;
    }
    .privacyDivText{
        width:60%;
    }
}
@media(max-width:550px){
    .privacyPopUpModal{
        height: 14em;
        padding:15pt;
    }
    .privacyDivText{
        width:100%;
    }
    .acceptButton{
        width:100%;
        margin-top:10pt;
    }
}
@media(max-width:333px){
    .privacyPopUpModal{
        height: 16em;
        padding:15pt;
    }
}