/*------------------------------------*\
    #GENERAL:
\*------------------------------------*/
* { font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

a,
a:active,
a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #f28035;
}

img {
  width: 100%;
  height: auto;
}

body {
  background: url('../img/bg-header.png')  0 -50px repeat-x;
  color: #3b3a3a;
}

label, legend {
  font-family: 'Open Sans Bold', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  display: block;
  color: #fff;
}

section { padding: 80px 0; }

nav {
  font-family:' Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

nav li {
  list-style: none;
  display: inline-block;
  margin-left: 0;
}

nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.inverted {
  max-width: 30px;
  max-width: 30px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.inverted:hover {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

/*------------------------------------*\
    #LAYOUT:
\*------------------------------------*/
/* LSA SECTION */
#lsa { padding: 50px 0; }
#lsa img {
  width: 100%;
  height: auto;
}

#form {
  text-align: center;
  padding: 50px 0;
}
#form label { text-align: left; }

#video { text-align: center; }
#video p { color: #fff; }
#video .container { max-width: 540px; }

#social { 
  background: #fff url('../img/bg-pattern.png');
  text-align: center;
}

.cs-center { 
  position: absolute;
  max-width: 112px;
  left: -20px;
  top: 140px;
}

.listing-box {
  border-top: 6px solid #181818;
  border-bottom: 6px solid #e2e0e1;
  padding-bottom: 5px;
  min-height: 300px;
  position: relative;
}

.white-section  { background: #fff; }
.grey-section   { background: #f5f5f5; }
.orange-section { background: #f28035; }

#video { 
  background: #f28035 url('../img/orange-bg.jpg') no-repeat 0 0;
  text-align: center;
}

.form-container {
  background: #f28035;
}

.site-social {
  background: #252525;
  padding: 3em 0;
}

.brushless-logo {
  background: url('../img/brushless-logo.png') no-repeat 0 0;
  display: inline-block;
  margin-bottom: -20px;
  width: 262px;
  height: 69px;
}

.tm {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
}

/*------------------------------------*\
    #ALIGNMENT:
\*------------------------------------*/
.center {
  display: block;
  margin: 0 auto;
}

p.center {
  margin: 40px 0;
  text-align: center;
}

/*------------------------------------*\
    #PROMOTIONAL:
\*------------------------------------*/
#promotional {
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  text-align: center;
}

#promotional img {
  max-width: 718px;
}

/*------------------------------------*\
    #BUTTONS:
\*------------------------------------*/
.button {
  font-family: 'Open Sans Bold', Helvetica, Arial, sans-serif;
  padding: 8px 30px;
  display: inline-block;
  border: 1px solid #f28035;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  background: #f28035;
  line-height: normal;
  margin: 0;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.button:hover, 
.button:active {
  background: #fff;
  color: #f28035;
}

.button-thin {
  background: transparent;
  border: 2px solid #fff; 
}

.button-send {
  font-family: 'Open Sans Bold', Helvetica, Arial, sans-serif;
  padding: 5px 50px 5px 30px;
  display: inline-block;
  border: none;
  border-radius: 0;
  border-left: 1px solid #fff;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  background: #f28035 url('../img/bg-send.png') no-repeat 100% 100%;
  line-height: normal;
  margin: 0;
  text-decoration: none; 
}
.button-send:hover {
  padding-right: 55px; 
}

/*------------------------------------*\
    #HEADER/LOGO:
\*------------------------------------*/
#header {
  background: #f28035;
  position: relative;
  height: 50px;
  margin-bottom: 30px;
}

#header nav {
  text-align: right;
}

#header:not(#foo):after {
  background: #f28035;
  z-index: 1;
  height: 50px;
  padding-top: 20px;
  content: '';
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(1.2deg) skew(1.2deg);
  -ms-transform: rotate(1.2deg) skew(1.2deg);
  transform: rotate(1.2deg) skew(1.2deg);
}

#header nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

#header nav ul { margin-top: 10px; }

#header nav li:first-child {
  font-size: 14px;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 0;
}

#header nav a:hover {
  color: #000;
}

#logo {
  left: 10px;
  top: 10px;
  width: 128px;
  height: 46px;
  padding: 10px;
  margin: 0;
  background: #000;
  width: 184px;
  height: 50px;
  padding: 20px;
  margin: 0 0 0 -82px;
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%;
}

#logo img {
  height: 100%;
  width: 100%;
}

/*------------------------------------*\
    #FOOTER:
\*------------------------------------*/
#footer {
  background: #000;
  font-size: 14px;
  color: #757575;
  padding: 3em 0;
}

#footer a {
  text-decoration: none;
  color: #757575;
}

#footer li {
  display: inline-block;
  list-style: none;
  margin-left: 0;
}

#footer li:last-child {
  display: block;
}

#footer .rights img {
  margin-bottom: 0;
  width: 124px;
  height: 35px;
}

.right {
  text-align: right;
}

/*------------------------------------*\
    #FEATURE SECTION:
\*------------------------------------*/

.tools-overview {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  padding-top: 50px;
}

.tools-overview__nav {
  background: #f28035;
  display: table;
  opacity: 0.9;
  width: 100%;
  margin-bottom: 0;
}

.tools-overview__nav li {
  text-transform: uppercase;
  display: table-cell;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #fff;
}

.tools-overview__nav.sub {
  background: #f38136; /* Old browsers */
  background: -moz-linear-gradient(top, #dc6d24 0%, #f38136 40%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc6d24), color-stop(0%,#f38136)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #dc6d24 60%,#f38136 40%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #dc6d24 0%,#f38136 40%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #dc6d24 0%,#f38136 40%); /* IE10+ */
  background: linear-gradient(to bottom,  #dc6d24 0%,#f38136 40%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc6d24', endColorstr='#f38136',GradientType=0 ); /* IE6-9 */
}

.tools-overview__nav.sub li { padding: 10px 0; }
.tools-overview__nav.sub { height: 40px; }

.tools-overview__arrow {
  margin-bottom: -20px;
  margin-top: 20px;
}

.tools-overview .orange {
  margin: 10px 0;
  display: block;
}

.tools-overview__nav .button {
  background-color: transparent;
  padding: 0.3rem 3rem;
  margin: 8px 25% 6px;
  height: auto;
}
.tools-overview__nav .button:hover {
  background-color: #fff;
  color: #dd6825;
}

.tools-overview__logo {
  border-left: #a4a4a4 1px dotted;
  padding-left: 16px;
  margin-top: 12px;
}

#photo-gallery img {
  max-height: inherit;
  width: inherit;
  margin: 0 auto;
  display: block;
}

#photo-gallery { background: url('../img/_overview/bg-sub_floor.jpg') no-repeat 50% 100%; }

.videos { padding: 30px 0 85px; }
.selected { display: block; }

.tool-overview__section {
  background-color: rgba(255,255,255,0.75);
  padding: 20px;
  margin-top: 30px
}


/*------------------------------------*\
    #NAV ICONS:
\*------------------------------------*/
.tools-overview__nav.main li:last-child { border: none; }
.tools-overview__nav.main b { display: none; }
.tools-overview__nav.sub a { display: none; }

.tools-overview__nav.main {
  padding: 10px 0;
  height: 50px;
}

.tools-overview__nav.main li {
  border-right: #f4ab81 1px solid;
  padding: 15px;
}

.tools-overview__nav.main .icon {
  position: relative;
  padding-top: 8px;
  margin: 0 auto;
  display: block;
  height: 45px;
  width: 67px;
  bottom: 5%;
}

#hammer-drill .icon { background: url('../img/icons.png') no-repeat 4px -10px; }
#hammer-drill:hover .icon,
#hammer-drill.selected .icon { background: url('../img/icons.png') no-repeat 4px -74px; }

#stealth-force .icon { background: url('../img/icons.png') no-repeat -183px -8px; }
#stealth-force:hover .icon,
#stealth-force.selected .icon { background: url('../img/icons.png') no-repeat -183px -73px; }

#impact-driver .icon { background: url('../img/icons.png') no-repeat -183px -8px; }
#impact-driver:hover .icon,
#impact-driver.selected .icon { background: url('../img/icons.png') no-repeat -183px -73px; }

#circular-saw .icon { background: url('../img/icons.png') no-repeat -92px -10px; }
#circular-saw:hover .icon,
#circular-saw.selected .icon { background: url('../img/icons.png') no-repeat -92px -74px; }

.tools-overview__nav.sub span {
  position: absolute;
  margin-left: -20%;
  min-height: 25px;
  min-width: 30px;
}

#overview span { background: url('../img/icons.png') no-repeat -293px -163px; }
#overview.selected span { background: url('../img/icons.png') no-repeat -293px -215px; }

#photos span { background: url('../img/icons.png') no-repeat -122px -161px; }
#photos.selected span { background: url('../img/icons.png') no-repeat -122px -213px; }

#videos span { background: url('../img/icons.png') no-repeat -208px -163px; }
#videos.selected span { background: url('../img/icons.png') no-repeat -208px -213px; }

.video-select { margin-top: 30px; }
.video-select .selected { border: #f38136 solid 4px; }

.video-select li {
  list-style: none;
  cursor: pointer;
}

/* COMING SOON RIBBON */
[class*="cs-"] {
  position: absolute;
  max-width: 112px;
  left: -20px;
}
.cs-top    { top: 50px; }
.cs-bottom { top: 205px; }
.cs-center { top: 140px; }

/*------------------------------------*\
    #RESPONSIVE VIDEO
\*------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  overflow: hidden;
  height: 0;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tools-overview__small-img {
  display: none;
  height: auto;
  width: 100%;
}

/*------------------------------------*\
    #SOCIAL MEDIA LIST:
\*------------------------------------*/
.svg-icon img {
  height: 30px;
  width: 30px;
  margin-bottom: 0; 
}

/*------------------\
  #MEDIA QUERIES
\------------------*/
@media (max-width: 669px) {
  .selected { display: none; }
  .tools-overview__img { display: none; }
  .tools-overview__small-img { display: block; }
  .tools-overview__nav.sub span { background: transparent !important; }

  .right,
  #footer {
    text-align: center;
  }

  .tools-overview__nav.main li {
    padding: 0px;
  }
}

@media screen and (max-width: 820px) {
  #logo {
    left: 10px;
    top: 10px;
    width: 128px;
    height: 46px;
    padding: 10px;
    margin: 0;
  }

  #header nav li:first-child {
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
  }

  .hs-70 { font-size: 50px; }
  .hs-30 { font-size: 25px; }
}

@media (min-width: 895px) {
  .tools-overview__details { margin-top: 70px; }
  .tools-overview__nav.sub a { display: block; }
  .tools-overview__logo { width: 225px; }

  .tools-overview__nav.main .icon {
    margin: 0;
    float: left;
  }

  .tools-overview__nav.main b {
    font-family: 'Open Sans Bold', sans-serif;
    line-height: 17px;
    text-align: left;
    padding-top: 8px;
    display: block;
  }

  .tool-overview__section {
    background: transparent;
    padding: 0;
  }
}