/* @import url(https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700,300); */

/* --------------------------------------------- 
* Filename:     custom-style.css
* Version:      1.0.0 (2016-03-05)
* Website:      http://www.zymphonies.com
* Description:  Global Styles
* Author:       Zymphonies Team
                info@zymphonies.com
-----------------------------------------------*/

body{
  /* font-family: 'Rajdhani', sans-serif; */
  font-family: 'Eurostile', 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #333;
  overflow-x: hidden;
  font-weight: 500;
  background: #f9fafb;
}

p{ margin: 0 0 20px 0; }

h1, .h1{ font-size: 22px; color: #000; font-weight: 600; }

h2, .h2{ font-size: 20px; color: #000; font-weight: 600; }

h3, .h3{ font-size: 16px; color: #000; font-weight: 600; }

h4, .h4{ font-size: 14px; color: #000; font-weight: 600; }

img{ max-width: 100%; }

a{ color: #e7b60d; }

a:hover{ color: #C39906; text-decoration: none; }

ul.links.inline{ padding: 0; }

ol, ul {
  padding-left: 20px;
}

ul.links.inline li{
  list-style: none;
}

.block{
  margin-bottom: 20px;
}

.main-header {
  background-size: cover;
  position: relative;
}

.main-header nav{
  background: #000000;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 9;
  min-height: auto;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}

.main-header .region{
  position: relative;
  z-index: 2;
}

.main-header .block{
  margin: 0;
}

/*Region Header*/

.site-branding{
  margin: 0;
}

.brand.logo{
  margin-right: 5px;
}

.region-header .brand{
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  padding: 3px 0;
}

.site-name a{
  font-size: 24px;
  color: #fff;
}

.region-header .site-branding__slogan{
  font-size: 10px;
  color: #fff;
}

/*Banner*/

.slideshow{
  text-align: center;
  line-height: 160%;
  position: relative;
}

.slideshow h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.slideshow .item:after{
  background: rgba(48, 51, 56, 0.46);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  content: "";
  left: 0;
}

.slideshow .carousel .carousel-control .fa{
  background: #000;
  color: #fff;
  width: 35px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 10px;
  margin-top: -20px;
}

.slideshow .carousel .carousel-control.right .fa{
  right: 0;
  left: auto;
}

/*Top Widget*/

.topwidget .fa{
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

.topwidget .block h2.title{
  padding: 10px;
  margin: 0;
  border-bottom: 5px solid #E7B60D;
}

.topwidget .block .content{
  padding: 10px 10px 0 10px;
}

/*Region Homepage Message*/

.region-homepagemessage{
  padding: 15px;
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
}

.region-homepagemessage h2{
  margin: 5px 0;
}

.region-homepagemessage p,
.region-homepagemessage .block{
  margin: 0;
}

/*Footer Widget*/

.footerwidget{
  padding: 20px 0;
}

.footerwidget .left{
  float: left;
  margin: 10px 10px 0 0;
}

.copyright{
  background: #1F2225;
  font-size: 12px;
  color: #fff;
}

.copyright p{
  margin: 13px 0;
}

.footerwidget .block h2.title{
  margin: 5px 0 10px 0;
}

.bottom-widgets .block h2.title{
  margin: 5px 0 10px 0;
  color: #fff; 
}

/*Bottom Widgets*/

.bottom-widgets{
  padding: 20px 0;
  background: #303338;
  color: #ddd;
}

.bottom-widgets img {
  max-width: 100%;
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px #ddd;
}

/*Footer Menu*/

.footer-menu{
  margin: 0;
  border: 0;
  background: #303338;
  color: #fff;
}

.footer-menu ul{
  margin: 10px 0;
  padding: 0;
}

.footer-menu nav li{
  display: inline-block;
}

.footer-menu nav li a{
  display: block;
  padding: 4px 20px 4px 0;
}

.google_map p,
.google_map .block{
  margin: 0;
}

.google_map iframe{
  display: block;
}

/*Credit Link*/

.credit-link{
  text-align: left;
}

/*Social Media*/

.social-media{
  margin: 10px 0;
  overflow: hidden;
  float: left;
}

.social-media a {
  width: 30px;
  height: 30px;
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
  background: #3262b9;
  font-size: 14px;
  line-height: 220%;
  border-radius: 50%;
}

.social-media a.google-plus{
  background: #de2020;
}

.social-media a.twitter{
  background: #29C5F6;
}

.social-media a.linkedin{
  background: #069;
}

.social-media a.pinterest{
  background: #C61118;
}

.social-media a.rss{
  background: #FF6D00;
}

.social-media a:hover{
  opacity: .6;
}

/*Form*/

input, button, select, textarea{
  padding: 6px;
  border: 1px solid #C7C7C7;
}

.contact-message-form label{
  display: block;
}

.btn, 
input[type="submit"]{
  background: #e7b60d;
  color: #000;
  border: 0;
  padding: 10px 15px;
  line-height: 100%;
  border-radius: 0;
}

.btn:hover, 
input[type="submit"]:hover{
  background: #C59C0B;
  color: #fff;
}

/*Front Page*/

.path-frontpage .feed-icon{
  display: none;
}

/*Menu*/

.navbar-default .navbar-toggle{
  margin-right: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: none;
  padding: 6px 6px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 1px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
  background: none;
}

nav h2{
  display: none;
}

.menu-base-theme,
.menu-base-theme a, 
.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  background: none;
}

.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  color: #fff;
}

.menu-base-theme li a{
  background: #FBFBFB
}

.region-primary-menu{
  display: none;
  background: #fff;
  border-radius: 3px;
  width: 100%;
}

.menu-base-theme a{
  border-bottom: 1px solid #EEF0F7;
}

.menu-base-theme a span.sub-arrow{
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
} 

.navbar-toggle{
  z-index: 999;
}

/*Breadcrumb*/

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 11px;
}

.breadcrumb ul{
  padding: 0;
  margin: 0;
}

.breadcrumb ul li{
  display: inline-block;
}

/*Search Form*/

.search-block-form{
  margin: 0 auto;
}

.region-search{
  padding: 6px 0;
}

#search-block-form{
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions{
  display: table-cell;
  vertical-align: top;
}

#search-block-form input{
  width: 100%;
}

#search-block-form input.form-submit{
  background: url(../images/search.png) no-repeat center #e7b60d;
  font-size: 0;
  width: 100%;
  height: 36px;
}

/*Demo Typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1, 
.bd-example-type h2, 
.bd-example-type h3, 
.bd-example-type h4, 
.bd-example-type h5, 
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact Form*/

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea{
  width: 100%;
}

/*User Login Form*/

.user-login-form,
.user-form,
.user-pass{
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #fff;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/*Maintainance*/

.maintenance-page{
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1{
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan{
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a{
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan{
  display: none;
}

/*Comment*/

.comment-wrap{
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details{
  float: left;
  width: 20%;
}

.comment-wrap .author-comments{
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted{
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 12px;
  display: inline-block;
  line-height: 100%;
}

.comment-wrap .author-comments h3{
  margin-top: 10px;
}

.comment-wrap .author-comments p{
  margin-bottom: 10px;
}

/*links Inline*/

ul.links.inline li{
  display: inline-block;
  padding-right: 10px;
}

/*Carousel*/

.carousel-caption p,
.carousel-caption h3{
  display: none;
}

.carousel-caption h3{
  margin-top: 0;
  color: #E7B60D;
  font-size: 32px;
}

.carousel-indicators li{
  border: 1px solid #E7B60D;
  width: 21px;
  height: 21px;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
}

.carousel-indicators .active{
  background-color: #E7B60D;
  width: 22px;
  height: 22px;
}

/*Sidebar Block*/

.sidebar .region h2.title{
  padding: 10px 0;
  margin: 0;
  border-bottom: 5px solid #E7B60D;
}

.sidebar .region .content{
  /* border: 1px solid #eee; */
  padding: 10px 0;
}

/*Profile Page*/

.path-user .profile >div{
  display: inline-block;
}

.path-user .profile .label{
  display: block;
  color: #333;
}

/* --- INDUSTRIAL LIQUIDATORS CUSTOM STYLES --- */

/* --- Requested Theme Overrides --- */

body {
  background-color: #000 !important;
  color: #ccc !important;
}

h1 {
  color: #fff;
}

h2 {
  color: #ccc;
}

input, textarea {
  color: #000;
}

select {
  color: #666;
}

tbody tr:hover {
  color: #000;
}

.main-header {
  padding-right: 20px;
}

.sidebar h2 {
  color: #fff;
}

.block-views-blockfeatured-equipment-block-1 h2.title {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

body.path-frontpage .brand.logo img {
  display: none;
}

body.path-frontpage .site-name a {
  font-size: 29px;
  border: 3px solid #e7b60d;
  padding: 5px;
}

body.path-frontpage .region-header .site-branding__slogan {
  padding-left: 0px;
}

ul.sf-menu.sf-style-black li, ul.sf-menu.sf-style-black.sf-navbar {
  background: linear-gradient(#888, #000);
  border: 3px solid gray;
  border-radius: 8px;
  margin-bottom: 10px;
}

ul.sf-menu.sf-style-black li li, ul.sf-menu.sf-style-black.sf-navbar ul {
  border: 1px solid gray;
}

ul.sf-menu.sf-style-black li li, ul.sf-menu.sf-style-black.sf-navbar ul {
  margin-bottom: 0px;
}

ul.sf-menu.sf-style-black li:hover, ul.sf-menu.sf-style-black li.sfHover, ul.sf-menu.sf-style-black a.is-active, ul.sf-menu.sf-style-black a:focus, ul.sf-menu.sf-style-black a:hover, ul.sf-menu.sf-style-black span.nolink:hover {
  border-radius: 8px;
}

ul.sf-menu.sf-style-black li li:hover, ul.sf-menu.sf-style-black li li.sfHover, ul.sf-menu.sf-style-black li li a.is-active, ul.sf-menu.sf-style-black li li a:focus, ul.sf-menu.sf-style-black li li a:hover, ul.sf-menu.sf-style-black li li span.nolink:hover {
  background-color: #e7b60d;
}

#block-industrial-zymphonies-theme-content .views-row {
  margin-bottom: 30px !important;
  padding-top: 10px;
  border-bottom: 3px solid orange;
}

.js .dropbutton-widget .dropbutton {
  padding-top: 5px;
  font-size: 12px;
}

.language-link.active-language {
  padding: 3px;
  border: 1px solid #fff;
  color: yellow;
}

.js .dropbutton li, .js .dropbutton a {
  margin-bottom: 5px;
  text-align: center;
}

.dropbutton-multiple .dropbutton .secondary-action {
  display: block;
}

.dropbutton-action.secondary-action {
  padding: 3px;
}

.dropbutton-arrow {
  display: none;
}

/* --- end theme color overrides --- */

h2 {
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

.region-header .brand {
  margin-left: 25px;
  margin-right: 0px;
  width: 220px;
}

.site-branding__name {
  text-indent: -99999px;
}
.region-header .site-branding__slogan {
  font-size: 24px;
  color: #fff;
  padding: 5px 20px 10px 20px;
  margin-top: -10px;
}

#search-block-form input {
  color: #000;
}

#block-bookmarkthissite {
  display: inline-block;
  float: right;
  margin-right: 20px;
}

body.page-node-type-product #block-bookmarkthissite {
  display: inline-block;
  float: right;
  margin-right: 20px;
  margin-top: -20px;
}

#block-bookmarkthissite p {
  margin: 0px;
}

.main-header nav {
  padding-top: 8px !important;
}

.region-primary-menu {
  text-align: right;
  position: relative;
}

.region-primary-menu .search-block-form.block {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
}

.region-primary-menu .block.block-dropdown-language {
  display: inline-block;
  position: absolute;
  z-index: 100;
  right: -90px;
}

body.page-node-type-product .region-primary-menu .block.block-dropdown-language {
  top: -20px;
}

.region-primary-menu .block.block-dropdown-language legend {
  display: none;
}

.menu-base-theme li a {
  font-size: 14px;
}

.menu-base-theme li a, .menu-base-theme li a:hover {
  padding: 10px 15px;
}

.col-md-7 {
  width: auto;
  float: right;
}

#block-forkliftscheapcom h2.title, #block-callnow h2.title, .block-dropdown-language h2 {
  text-indent: -99999px;
  padding: 0px;
}

.region-sidebar-first #block-forkliftscheapcom h2 {
  font-size: 19px !important;
  font-weight: 600;
}

/*
.col-md-3 {
  width: 21%;
}
*/

.col-md-3 .block {
  margin-bottom: 0px;
}

.col-md-3 nav h2 {
  display: block;
  border-top: 5px solid #E7B60D;
  padding-top: 10px;
}

#block-equipment {
  margin-top: -20px;
}

/* --- Inventory Left Nav --- */

ul.sf-menu.sf-style-black {
  float: none;
}

ul.sf-menu.sf-vertical {
  width: auto;
}

.sf-menu.sf-equipment {
  margin-bottom: -20px !important;
  border-top: 5px solid #E7B60D;
  padding-top: 15px !important;
}

/* --- Industry News --- */

.block-views-blockindustry-news-block-1 .views-row {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

/* ---- Newsletter Signup --- */

.col-md-3 #edit-enter-email-address {
  width: 100%;
  margin-bottom: 10px;
}

#mc_embed_signup {
  color: #666;
}

/* ---- Inventory Search Filters --- */

div.title p {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}

.views-exposed-form {
  margin-bottom: 30px;
}

.views-exposed-form .js-form-item-field-equipment-type-target-id {
  width: auto;
  display: inline;
}

.views-exposed-form .form-item-field-purchase-type-target-id {
  display: inline;
}

.views-exposed-form .form-actions {
  display: inline-block;
  margin-left: 20px;
}

/* ---- Inventory Grids --- */

.views-view-grid .views-col {
  padding: 5px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.views-view-grid .views-col img {
  padding-bottom: 5px;
}

.views-view-grid .views-col .views-field-title {
  line-height: 18px;
}

.views-view-grid .views-col .views-field-title a {
  font-size: 16px;
}

/* ---- Pagination --- */

.pager li {
  display: inline-block;
  margin-bottom: 15px;
}
.pager li>a, .pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: orange;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #000;
  margin-right: 5px;
  font-weight: bold;
  font-size: 16px;
}

/* ---- Page Nodes --- */

.layout--twocol-bricks > .layout__region--first-above, .layout--twocol-bricks > .layout__region--second-above, .layout--twocol-bricks > .layout__region--first-below, .layout--twocol-bricks > .layout__region--second-below {
  padding: 25px 20px;
}

body.contact .layout--twocol-bricks > .layout__region--first-above, body.contacto .layout--twocol-bricks > .layout__region--first-above {
  padding: 0px 20px;
  flex: 100%;
}

body.contact .layout--twocol-bricks > .layout__region--second-above, body.contacto .layout--twocol-bricks > .layout__region--second-above {
  flex: 100%;
}

/* ---- Product Nodes --- */

body.page-node-type-page .sf-menu.sf-equipment, body.page-node-type-product .sf-menu.sf-equipment {
  margin-bottom: -40px !important;
}

body.page-node-type-product .content {
 margin-top: 20px; 
 font-size: 16px;
}


body.page-node-type-page .content h1, body.page-node-type-product .content h1 {
  margin-top: 0px;
  font-size: 30px;
  color:yellow;
}

body.page-node-type-product .content .group-right {
  padding-left: 20px;
}

body.page-node-type-product .content .field__label {
  font-weight: 800;
}

body.page-node-type-product .content .field--name-field-purchase-price {
  /* background-color: orange; */
  background-color: #000;
  text-align: left;
  font-size: 21px;
  color:yellow;
}

.field--name-field-this-equipment-has-sold {
  position: relative;
}

.field--name-field-this-equipment-has-sold img {
  position: absolute;
  margin-top: 10px;
  z-index: 100;
}

body.page-node-type-product form.webform-submission-dealer-contact-form {
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    width: 100%;
}

#block-addtoanybuttons {
  padding-top: 20px;
  padding-bottom: 20px;
}

a.call-button {
  background:orange url('../images/phone-icon.png') no-repeat 0 0;
  padding-left:50px;
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: fit-content;
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: orange;
  padding: 20px;
  text-align: center;
  z-index:100;
  border-radius: 15px;
  background-size: contain;
  padding-left: 75px;
}

.call-for-best-price {
  font-size: 18px;
  color: #000;
  font-size: 24px;
  line-height: 160%;
  font-weight: 600;
}

.call-for-best-price:hover {
  text-decoration:underline;
}

/* ---- Flexslider Controls ---*/

body.page-node-type-product .flex-control-thumbs {
  overflow: visible;
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  display: none;
  background-color: #fff;
  height: 80px;
  width: 60px;
  padding: 30px 50px 70px 30px;
  text-align: center;
}

.flex-control-thumbs li {
  float:none;
}

/* ---- Blogs --- */

.layout__region.layout__region--middle .field--name-field-image {
  float: left;
  padding-right: 20px;
}

/* ---- Dealer Contact Form --- */

.webform-submission-dealer-contact-form div {
  margin-bottom: 10px;
}

.webform-submission-dealer-contact-form label {
  width: 100px;
}

.webform-submission-dealer-contact-form input {
  width: 100%;
  max-width: 345px;
  color: #000;
}

.webform-submission-dealer-contact-form input.form-submit {
  width: auto;
}

.webform-submission-dealer-contact-form select {
  color: #666;
}

/* ---- Rental Tables --- */

table caption {
  font-size: 18px;
  color: orange;
}

/* ---- Contact Page --- */

#block-drivingdirections-2 input {
  width: 370px !important;
}

#block-drivingdirections-2 input.submit {
  width: auto !important;
}

.webform-submission-contact-form label {
  width: 80px;
}

.webform-submission-contact-form textarea {
  width: 465px !important;
}

/* --- Join Mailing List --- */

body.join-mailing-list .layout--twocol-bricks > .layout__region--second-above {
  flex: 0 1 100%;
  color: #000;
}

/* ---- Footer --- */

.region-footer-menu .menu-base-theme li a, .region-footer-menu .menu-base-theme li a:hover {
  font-size: 13px !important;
  padding: 10px !important;
}

.footer-menu .col-sm-6 {
  width: auto;
}

/* ---- Mobile Overrides --- */

/* -- mobile phone up to tablet portrait -- */
@media screen and (max-width: 800px) {
  
  body {
    letter-spacing: 1px;
  }

  .forward-icon {
    float:left;
    margin-right:10px !important;
    margin-top: 5px;
    vertical-align: top;
  }

  body.path-forward .call-button {
    display:none;
  }

  .logo {
    display: none !important;
  }

  .site-name {
    margin-top: 5px !important;
    margin-left: -20px !important;
  }

  body.path-frontpage .region-header .site-branding__slogan {
    padding-left: 20px;
  }

  .site-branding__slogan a {
    border: 3px solid orange;
    padding: 5px;
    font-size: 26px;
  }

  body.path-frontpage .site-name a {
    font-size: 26px;
  }

  /* --- Mobile Drop Down Contents --- */
  #block-bookmarkthissite {
    display: none !important;
  }

  .col-md-7 {
    float: none;
  }

  .main-header .region {
    background: #000;
  }

  .region-primary-menu {
    background: none;
  }

  .region-primary-menu .search-block-form.block {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-top: 10px;
  }

  .region-primary-menu .block.block-dropdown-language {
    display: inline-block;
    position: absolute;
    z-index: 100;
    right: -10px;
    background-color: #000;
    top: 45px !important;
  }

  body.path-frontpage .region-primary-menu .block.block-dropdown-language {
    top: 65px !important;
  }

  .js .dropbutton-multiple .dropbutton-widget {
    padding-right: 10px !important;
  }

  .js .dropbutton li, .js .dropbutton a {
    text-align: right;
  }

  .region-primary-menu .block.block-dropdown-language legend {
    display: block !important;
    padding-top: 0px;
    padding-right: 10px;
    color: #fff;
    font-size: 16px;
  }

  .language-link.active-language {
    color: yellow;
  }

  .dropbutton-multiple .dropbutton .secondary-action {
    color: orange;
    display: block;
  }

  .dropbutton-arrow {
    height: 40px;
    background: yellow;
    color: orange;
    margin-top: -7px;
    top: 25%;
  }

  .main-header nav {
    text-align: left;
  }

  .region-sidebar-first {
    display: none !important;
  }

  .block-views-blockfeatured-equipment-block-1 .views-col {
    width: 50% !important;
    /* min-height: 230px !important; */
    min-height: 420px;
    padding: 10px;
  }

  .block-views-blockfeatured-equipment-block-1 h2.title {
    padding-bottom: 15px;
    /* margin-top: -30px; */
    text-align: center;
  }

  body.path-frontpage #block-industrial-zymphonies-theme-content {
    /* display: none; */
  }

  body.page-node-type-page .content {
    margin-top: 0px; 
    font-size: 16px;
  }

  body.page-node-type-page .content h1, body.page-node-type-product .content h1 {
    font-size: 24px;
  }

  body.page-node-type-page .content img, body.page-node-type-product .content img {
    padding: 0px 0px 20px 0px !important;
  }

  .content_layout {
    padding-bottom: 20px;
  }

  .views-exposed-form {
    margin-top: -10px;
  }

  .views-exposed-form label {
    display: block;
  }

  #edit-field-equipment-type-target-id {
    margin-bottom: 10px;
  }

  body.path-inventory .views-view-grid .views-col, body.path-taxonomy .views-view-grid .views-col {
    width: 50% !important;
    min-height: 400px !important;
    overflow: hidden;
  }

  body.page-node-type-page .content table {
    width: 100% !important;
  }

  body.page-node-type-page .content thead th {
    font-size: 14px;
  }

  body.page-node-type-page .content iframe {
    padding-right: 0px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  body.page-node-type-page .content input, body.page-node-type-page .content textarea {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .region-sidebar-second {
    margin-top: -35px !important;
    margin-bottom: 0px !important;
    font-size: 21px;
    line-height: 36px;
  }

  h2#block-equipment-2-menu {
    font-size: 21px;
  }

  #block-phonenumbermobile h2 {
    /* font-size: 34px !important; */
    text-align: center !important;
  }

  .menu-base-theme li a {
    background: none !important;
  }

  /* --- Equipment / Product Pages --- */

  body.page-node-type-product .ds-2col-fluid > .group-left {
    float: none;
    width: 100%;
    padding: 10px;
  }

  body.page-node-type-product .ds-2col-fluid > .group-right {
    float: left;
    width: 100%;
    padding-left: 0px !important;
  }

  body.page-node-type-product .field--name-node-title {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 10px;
  }

  body.page-node-type-product form.webform-submission-dealer-contact-form input, body.page-node-type-product form.webform-submission-dealer-contact-form textarea {
    max-width: 300px;
  }

  /* --- Blogs --- */
  body.blog .views-view-grid .views-col {
    width: 100% !important;
  }

  body.blog .views-view-grid .views-col img {
    max-width: 50%;
    float: left;
    padding: 20px 20px 5px 0px;
  }

  /* --- Contact Page --- */
  #block-drivingdirections-2 input {
    width: auto !important;
    margin-bottom: 30px !important;
  }

}

.box {
  width: 100%;
  margin: 0 auto;
  background: none;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
/*
.button:hover {
  background: #06D85F;
}
*/

.overlay {
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

#popup1 {
  z-index: 1000;
  padding-top: 50px;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
    top: 5px;
    right: 10px;
    transition: none;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: red;
    opacity: 100;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .contentPopup {
  max-height: 30%;
  overflow: auto;
  color: #000;
  font-size: 16px;
}

.popup a {
  color: red !important;
}

.popup a:hover {
  color: green !important;
}

@media screen and (max-width: 700px){
  .box{
    width: 80%;
  }
  .popup{
    width: 70%;
    margin-top: 0;
  }
  #popup1 {
    top: 0;
    padding-top: 0;
  }
  .navbar-default .navbar-toggle {
    margin-right: -30px;
  }
  .block-views-blockfeatured-equipment-block-1 .views-col {
    width: 100% !important;
    min-height: auto;
    padding: 10px;
    display: block;
    text-align: center;
  }
  a.call-button {
    background:orange url('../images/phone-icon.png') no-repeat 0 0;
    padding-left:50px;
    position: fixed;
    bottom: 10px;
    right: 0px;
    width: fit-content;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: orange;
    padding: 5px;
    text-align: center;
    z-index:100;
    border-radius: 15px;
    background-size: contain;
    padding-left: 65px;
  }

  .call-for-best-price {
    font-size: 16px;
    color: #000;
    font-size: 23px;
    line-height: 160%;
    font-weight: 600;
    padding-top:10px;
  }

  .call-for-best-price:hover {
    text-decoration:underline;
  }

  body.page-node-type-video-page iframe {
    max-width:280px;
    text-align:center;
  }
  body.page-node-type-video-page textarea {
    max-width:280px;
  }
}

@media screen and (max-width: 800px) and (min-width: 768px) {

  .region-primary-menu .search-block-form.block {
    max-width: 550px;
  }

  body.path-frontpage .region-primary-menu .block.block-dropdown-language {
    top: -50px !important;
  }

  .region-primary-menu .block.block-dropdown-language {
    top: -50px !important;
  }

  .region-primary-menu, .menu-base-theme li a {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 800px) {

  .menu-base-theme a {
    font-size: 13px !important;
  }

  .region-sidebar-second {
    display: none;
  }

  .col-md-6 {
    width: 75% !important;
    margin-top: 25px;
  }

  body.path-inventory header h1 {
    display: inline;
    float: left;
    padding-top: 15px;
  }

  .views-exposed-form {
    padding-top: 30px;
    padding-right: 40px;
    text-align: left;
  }

  body.path-inventory .views-exposed-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    margin-right: 15px;
  }
  /* HIDE VIDEO MENU LINK IN TOP NAV ON DESKTOP */
  #main-menu li:nth-child(8) {  
    display:none;
  }
}

.field--name-field-link-to-video-page .field__label {
  padding-left: 60px;
}

.field--name-field-link-to-video-page .field__item {
  padding-bottom:20px;
  margin-bottom:30px;
  border-bottom:1px solid orange;
}

.field--name-field-link-to-video-page .field__item a {
  background:transparent url('../images/play-btn.png') no-repeat 0 0;
  padding: 30px 0px 0px 60px;
  background-size: contain;
  margin-bottom: 0;
}

.forward-form label {
  display:block;
  width:100%;
  margin-top:20px;
  margin-bottom:5px;
}

.messages--error {
  display:none !important;
}

body.user-logged-in .messages--error {
  display:block !important;
}



