/*

Theme Name:		RockSmith

Theme URI:		http://rocksmith.com.au

Description:	Custom designed and built theme for RockSmith.

Version:		1.0

Author:			Mick Csifo

Author URI:		http://csifo.com.au

*/


/* ===== Reset ===== */

* {
  margin: 0;
}
html, body {
  height: 100%;
}

.slicknav_menu {
  display:none;
}

/* ===== Media Query ===== */

@media screen and (min-device-width : 768px) and (max-width: 1024px) {
  #menu-header ul.nav {
    display:none!important;
  }
  .cat-prod-main-img {
    display: none;
  }
  #content-top {
    height: auto;
  }

#product-img img {

	display: block;
margin-left: 0;
margin-right: 0;
padding-top: 1em;
width: 90%;
height: 100%;
}

#product-cat-top p {
	display: none;
}

#slider-row {
	display: none;
}

#toPopup {

left: 0; 
margin-left: 0; 

}

.searchbar {
  position: absolute;

}
  

  #products-mid {
    padding: 1em 0em 1em 0em!important;
  }

    #product-cat-top {
      height: auto!important;
    }

  #product-cat-gallery {
    width: 45%!important;
    margin-bottom: 20px;
    padding: 0 0.2em 0 0em;
    float: left;
  }

  #product-cat-gallery:nth-child(2n) {
  margin-right: 0;
}

  #product-cat-gallery:nth-child(3n) {
  margin-right: 20px!important;
}


  #product-cat-gallery:nth-child(4n) {
  margin-right: 0px!important;
}

  #product-cat-gallery:nth-child(5n) {
  margin-right: 20px!important;
}

  #product-cat-gallery:nth-child(6n) {
  margin-right: 0px!important;
}
 #product-cat-gallery a img {
    max-height: 100px !important;
    min-width: 90px !important;
}
  .slicknav_menu {
    display:block;
  }

  .searchbar p input {
    width: 260px;
  }
}

@media screen and (min-device-width : 320px) and (max-width: 769px) {
  #menu-header ul.nav {
    display:none!important;
  }
  .cat-prod-main-img {
    display: none;
  }
  #content-top {
    height: auto;
  }

  #products-mid {
    padding: 1em 0em 1em 0em!important;
  }

  #product-cat-gallery {
    width: 90%!important;
    margin-bottom: 20px;
    padding: 0 1em 0 1em;
    float: left;
  }

.searchbar {
  position: absolute;

}

  

  #product-cat-gallery:nth-child(2n) {
  margin-right: 0;
}

  #product-cat-gallery:nth-child(3n) {
  margin-right: 20px!important;
}


  #product-cat-gallery:nth-child(4n) {
  margin-right: 0px!important;
}

  #product-cat-gallery:nth-child(5n) {
  margin-right: 20px!important;
}

  #product-cat-gallery:nth-child(6n) {
  margin-right: 0px!important;
}

  
  .slicknav_menu {
    display:block;
  }

  .searchbar p input {
    width: 190px;
  }
}

/* ===== Main Navigation ===== */



#menu-header {
  color: #fff
}

#menu-header ul.nav, ul.footer-nav {
  display: block;
  float: right;
  text-align: right;
  margin-top: 2.2em;
}

ul.footer-nav {
  width: 100%;
  text-align: center;
  margin-top: 2.2em;
  color: #fff;
}



ul.footer-nav li {
  display: inline;
  padding-right: 1em;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

}

ul.footer-nav li a {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}

ul.footer-nav li a:visited {
	color: #fff;
}

ul.footer-nav li a:hover, #nav li a:hover {
	color: #ef7c00;
}


#menu-header ul.nav li {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

#menu-header ul.nav li a {
	color: #fff;
}

#menu-header ul.nav li a:hover {
  color: #ef7c00;

}

#menu-header ul.nav li a:hover ul li a:hover {
  color: #fff;
} 





#menu-header ul.nav li:hover, ul.social li:hover {
  color: #ef7c00;
  cursor: pointer;
  position: relative;
}


#menu-header ul.nav li:after {
  content: " / ";
  color: #fff;
  padding-right: 0.3em;
  padding-left: 0.3em;
}

#menu-header ul.nav li:last-child:after { 
  content: ""; 
  padding: 0em;
}

#menu-header ul.social {
  text-align: right;
  font-size: 1.5em;
  width: 100%;
  display: block;
  float: left;
}

#menu-header ul.social li {
  float: right;
  padding-left: 1em;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#menu-header ul.social li:hover .fa {
	color: #ef7c00;
}

#menu-header ul.social li.phone-number:hover, #menu-header ul.social li.phone-number:hover .fa {
	color: #fff;
	cursor: pointer;
}

#menu {
  margin: 0;
  padding: 0;
}

#menu li {
  list-style: none;
  float: left;
  font-size: 1em; 
}

#menu li a {
  text-decoration: none;
  text-align: left;
}

#menu li a:visited {
  color: #fff;
}



#menu  li ul {
  display: none; 

 }

#menu li:hover ul {
  display: block;
  position: absolute;
  margin: 0;
  padding: 1em 0 0 0;
  background-color: #010101;
  z-index: 999;
  border-left: 1px solid #010101; 
  border-right: 1px solid #010101; 
  border-bottom: 1px solid #010101;
  width: 180px;  
}

#menu li:hover li {
  float: none;
}

#menu li:hover li:after {
  content: "";
  padding: 0em;
  margin: 0;
}

#menu li:hover li a {
  
  color: #fff;
  padding: 1em;
  display: block;
}

#menu li li a:hover {
  background-color: #ef7c00;
  color: #fff!important;
}




#menu .sub-menu-1 {
  position:absolute; /* positions the 3rd level menu */
  width:100%;
  visibility:hidden; /* hides the menu until required */
}

#menu .sub-menu-0 li:hover .sub-menu-1 {
  visibility:visible; /* shows the menu when list item is hovered */
  display:block;
  width:100%;
  position:absolute;  /* positions the list items of 3rd level menu */
  top:0; /* lines up the menu with the list item */
  left:100%; /* pushes the list item over to the right side */
  margin-top:-1px; /* aligning after borders */
  border-left:1px solid transparent; /* just add a gap */
  overflow: hidden;
}

#menu .sub-menu-1 > li, .sub-menu-1 > li > a {
  display:block;
  width:100%;

}

#menu .sub-menu-1 > li > a {
  /* jsut some styling */
  
  border-bottom:none;
}









/* ===== Mobile Navigation ===== */

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

.slicknav_menu {
    font-size:17px;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
    background:#4c4c4c;
    padding:5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:1.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}


/* ===== Layout ===== */

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
  background-color: #dadad5;
}

/* ===== Header ===== */

#header, #copy-foot {
  background-color: #010101;
  padding: 1.6em 0em 0em 0em;
}

#header #logo img {
  width: 300px;
}


/* ===== Footer ===== */

.footer, .push {
  height: 30px; /* .push must be the same height as .footer */
}


/* ===== Home Page ===== */

#home-bg {
  background-image: url('images/rocksmith-web-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

#content-mid p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#content-mid p a:hover {

	color: #ef7c00;
}

h1.home-title {
  text-align: center;
  font-size: 2em;
}

#home-bg h2 {
  margin-top: 1em;
  text-shadow: 1px 1px 1px #000;
}

#home-bg p {

  text-shadow: 1px 1px 1px #000;
  font-size: 1.3em;
  padding-top: 1em;
}

#home-bg p a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#home-bg p a:hover {

  color: #ef7c00;

}

#home-bg img {
  margin-top: 2em;
  margin-bottom: 2em;
}


/* ===== Content Page ===== */

#breadcrumb, #breadcrumb a  {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #fff;
}

#breadcrumb h1 {
  margin-bottom: 0;
}

#page-image img {
  padding-top: 0;
}


.content-padding {

  padding: 0 1.5em 0 1.5em;
}


#content-top {
  background-color: #ef7c00;
  padding: 1em 0em 1em 0em;
}






#content-top-page {
  background-color: #ef7c00;
  padding: 1em 0em 1em 0em;
  color: #fff;
}

#content-mid {
  background-color: #222;
  padding: 1em 0em 1em 0em;
}

#content-bottom {
  background-color: #fefefe;
  padding: 1em 0em 1em 0em;
}


#products-mid {
  background-color: #dadad5;
  padding: 2em 0em 1em 0em;
}

#product-mid-single {
  background-color: #dadad5;
  padding: 2em 0em 1em 0em;
}

#product-single, #product-slider, #page-body {
  display: block;
  background-color: #fff;
  padding: 2em 0em 2em 0em;
}

#product-slider {
	padding: 1em 0em 0em 0em;
}

#product-img {
  margin: 0;
}

#menu-header > ul.social > li > a, #menu-header > ul.social > li > a:visited {
  color: #fff;
}




#product-cat-top {
  text-align: center;
}

#product-cat-gallery {
  background-color: #fff;
  text-align: center;
  margin-right: 20px;
  width: 306px;
  margin-left: 0;
  margin-bottom: 20px;
  min-height:225px;
}


#product-cat-gallery:nth-child(3n) {
  margin-right: 0;
}


#product-cat-gallery img, #product-img img, #page-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  max-width: 100%;
  height: 115px;
}

.cat-prod-main-img img {
	padding-top: 1em;
}


#product-img .back {

  position: absolute;
padding-left: 20px;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #ef7c00;
    font-weight: 700;
}

#product-info .cat {
  margin-right: 20px;
  padding-left: 30px; 
  padding-right: 30px; 
}


#news-item {
  margin: 0 0 2em 0;
  background-color: #fff;
  padding: 2em 0 2em 0;
}

#carousel > li > div > a > h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border: none;
    text-decoration: none;
    color: #ef7c00;
    font-weight: 700;

}






/* ===== Typography ===== */


/* ===== Headings ===== */


h1, h2, h3, h4 {

  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #fff;
}

h1 {

  font-size: 2.4em;
  line-height: 1.2em;

}


h2 {

  font-size: 2.3em;
  line-height: 1.2em;

}


h1 span, h2 span, h3 span, h4 span, #page-body h1, #page-body h2, #page-body h3, #page-body h4, #page-body h5, #page-body h6, #news-item h2 {
  color: #ef7c00;


}

#product-cat-top h1 {
  margin-bottom: 0;
}



#product-single h1, #product-single h2, #product-single h3, #product-single h4, #product-single h5 {
  color: #ef7c00;

}

#product-single h1 {
  margin-bottom: 0;
}

#product-single h1 span {
  color: #666;
  font-size: 0.5em;
  display: block;
 }


#product-cat-gallery h3, #slider1 > ul > li > div > a > h5 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
color: #ef7c00;
text-decoration: none;
font-weight: 700;
font-size: 1.2em;
margin-top: 1em;
line-height: 1.4em;
width: 90%;
margin-left: 0;
margin-right: 0;
margin: 0 auto;
padding-bottom: 0.5em;
padding-top: 1em;

}

#slider1 > ul > li > div > a > h5  {

font-size: 1em;
text-decoration: none!important;


}

#product-cat-gallery > div > a, #product-cat-gallery > a  {

	text-decoration: none;
	margin-top: 1em;


}






/* ===== Paragraph ===== */

p {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #fff;
  line-height: 1.4em;
}

#page-body p, #news-item p {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #2F4F4F;
  line-height: 1.4em;
}


#mcts1 p {
  color: #ef7c00;
  margin: 0;


}

#product-cat-top p {
  line-height: 1.5em;
  margin: 0;
}

#product-single p {
  color: #000;
}


#product-cat-gallery p {
  color: #000;
  font-size: 1em;
  margin: 0;
  
}

#copy-foot p {
  text-align: center;
  margin: 0;
  padding-bottom: 1em;
}


/* ===== Lists ===== */

#product-single ul li, #page-body ul li {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  line-height: 1em;
  margin-left: 2em;
  list-style-type: disc;
  color: #2F4F4F;
}

/* ===== Links ===== */

#footer-products a {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #ef7c00;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}

.footer-nav a {
	color: #fff;
}


/* ===== Product Slider ===== */

.slider    { overflow:hidden; position:relative; }
.slider ul { margin:0; padding:0; }
.slider li { float:left; margin:0 2px 0 0; list-style:none; border: solid 1px #fff }
/* IE6 issues */
.slider ul { width:100%; }

.slider li:hover {
	border: 1px solid #ccc;
}



.controls .next-slide, .controls .prev-slide {
	font-size: 2em;
	color: #ef7c00;
	position: relative;
	top: -3em;
}

.controls .next-slide {
	float: right;
}

.controls .prev-slide {
	float: left;
}

#slider1 > ul > li > div > a {
	text-decoration: none;
}


/* Navigation Arrows */

.elastislide-wrapper nav span {
  position: absolute;
  background: #ddd url(images/nav.png) no-repeat 4px 3px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
  opacity: 1.0
}

.elastislide-horizontal nav span {
  top: 50%;
  left: 10px;
  margin-top: -11px;
}

.elastislide-vertical nav span {
  top: 10px;
  left: 50%;
  margin-left: -11px;
  background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
  right: 10px;
  left: auto;
  background-position: 4px -17px;
}

.elastislide-vertical nav span.elastislide-next {
  bottom: 10px;
  top: auto;
  background-position: -17px -18px;
}

/* Custom Elastislide Styling */

.demo-1 .elastislide-horizontal {
  padding: 10px 37px;
  border-radius: 10px/90px;
  box-shadow: 
    0 1px 3px rgba(0, 0, 0, 0.1), 
    inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), 
    inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), 
    inset -10px 0 10px 1px rgba(155, 155, 155, 0.1), 
    inset 10px 0 10px 1px rgba(155, 155, 155, 0.1);
}

.demo-1 .elastislide-wrapper:before,
.demo-1 .elastislide-wrapper:after{
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left:  20px;
  width: 50%;
  height: 20%;
  border-radius: 10px/90px;
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.demo-1 .elastislide-wrapper:after {
  right: 20px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.demo-2 .elastislide-vertical {
  max-width: 170px;
  padding: 37px 10px;
  border-radius: 90px/10px;
  box-shadow: 
    0 1px 3px rgba(0, 0, 0, 0.1), 
    inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), 
    inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), 
    inset 0 -10px 10px 1px rgba(155, 155, 155, 0.1), 
    inset 0 10px 10px 1px rgba(155, 155, 155, 0.1);
}

.demo-2 .elastislide-vertical:before {
  top: 30px;
  bottom: 30px;
  left: 0;
  right: 0;
  content: " ";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
  border-radius: 20px/160px;
}

.demo-2 .elastislide-vertical:after {
  content: " ";
  position: absolute;
  z-index: -2;
}

.demo-3 .elastislide-horizontal {
  background-color: #000;
  padding: 30px 60px;
}

.no-touch .demo-3 .elastislide-horizontal {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.no-touch .demo-3 .elastislide-horizontal:hover {
  opacity: 1;
}

.demo-3 .elastislide-wrapper nav span {
  background-color: #000;
}

.demo-3 .elastislide-carousel ul li a{
  padding: 0 10px;
}

.demo-3 .elastislide-carousel ul li a img {
  border-radius: 10px;
  border: none;
}

.demo-4 .elastislide-horizontal {
  background-color: transparent;
  border-radius: 20px 20px 0 0;
}

.demo-3 .elastislide-horizontal.elastislide-loading,
.demo-4 .elastislide-horizontal.elastislide-loading {
  background-image: url(images/loading_dark.gif);
}

.demo-4 .elastislide-carousel ul li a{
  padding: 2px;
}

.demo-4 .elastislide-carousel ul li a img {
  border-radius: 10px;
  border: none;
  box-shadow: 0 1px 2px #000;
}

.demo-4 .elastislide-wrapper nav span {
  background-color: #666;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

.demo-4 .image-preview img {
  border-radius: 0 0 20px 20px;
  max-width: 100%;
  display: block;
}

.demo-4 .elastislide-carousel ul li.current-img a img {
  box-shadow: 0 0 3px 2px rgba(62,235,255,0.8);
}

@media screen and (max-width: 460px) {
  .demo-3 .elastislide-horizontal {
    padding: 10px 40px;
  }
}


.elastislide-list li h6 a, .elastislide-list li h6 a:visited {
  color: #ef7c00;
}


/* ===== Home Page Slider ===== */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* ===== Form Styles ===== */


 #page-body .rs-form ul li {
  list-style: none;
  margin-left: 0em;
  color: #2F4F4F;
}



.rs-form h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.rs-form h1>span {
    display: block;
    font-size: 12px;
}
.rs-form label {
    
}

.rs-form input, .rs-form textarea, .rs-form select{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-right: 6px;
    margin-top: 1em;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 90%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.rs-form select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}
.rs-form textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}

.gfield_checkbox {
	margin: 1em 0 0;
}

.gfield_checkbox input {
margin-right: 1em;
width: inherit;
}


#popup_content ul li {
	list-style: none;
	margin-left: 0;
}


/* ===== Table Styles ===== */

table a:link {
  color: #666;
  font-weight: bold;
  text-decoration:none;
}
table a:visited {
  color: #999999;
  font-weight:bold;
  text-decoration:none;
}
table a:active,
table a:hover {
  color: #bd5a35;
  text-decoration:underline;
}
table {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color:#666;
  font-size:13px;
  text-shadow: 1px 1px 0px #fff;
  background:#eaebec;
  border:#ccc 1px solid;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}
table th {
  padding:21px 25px 22px 25px;
  border-top:1px solid #fafafa;
  border-bottom:1px solid #e0e0e0;

  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
  text-align: left;
  padding-left:20px;
}
table tr:first-child th:first-child {
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
}
table tr:first-child th:last-child {
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
}
table tr {
  text-align: center;
  padding-left:20px;
}
table td:first-child {
  text-align: left;
  padding-left:20px;
  border-left: 0;
}
table td {
  padding:18px;
  border-top: 1px solid #ffffff;
  border-bottom:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;

  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
  border-bottom:0;
}
table tr:last-child td:first-child {
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}
table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}



.my_meta_control .description
{ display:none; }
 
.my_meta_control label
{ display:block; font-weight:bold; margin:6px; margin-bottom:0; margin-top:12px; }
 
.my_meta_control label span
{ display:inline; font-weight:normal; }
 
.my_meta_control span
{ color:#999; display:block; }
 
.my_meta_control textarea, .my_meta_control input[type='text']
{ margin-bottom:3px; width:99%; }
 
.my_meta_control h4
{ color:#999; font-size:1.2em; margin:15px 6px; text-transform:uppercase; }



.navigation li, .navigation li a,
.navigation li a:hover,
.navigation li span.page-numbers.current,
.navigation li.disabled {
  color: #fff;
  text-decoration:none;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li span.page-numbers.current,
.navigation li.disabled {
  background-color: #ef7c00;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li a:hover,
.navigation li span.page-numbers.current {
  background-color: #ff670f;
}

.navigation li span.page-numbers.dots {
  color: #000;
}

#backgroundPopup {
    z-index:1;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#toPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 15px;
    position: fixed;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
    max-width: 414px;
    -moz-transform: translateY(-50%);
}
div.loader {
    background: url("images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}
div.close {
    background: url("images/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -27px;
    top: -24px;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
    /* remove this comment if you want scroll bar
    overflow-y:scroll;
    height:200px
    */
}


.validation_error {
	border: 2px solid red;
background-color: #FF4949;
padding: 1em;
color: #fff;
margin-bottom: 1em;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

.validation_message {
	font-weight: bold;

}

/* ===== Ermahgerd Serch Berx ===== */


li.search input.button {

  border: none;
font-size: 0.7em;
margin-left: 10px;
padding: 0.3em;
}

li.search input.box {
outline: none;
  border: 0;
  border-radius: 4px;
  padding: 0.3em;
}

li.search input[type="submit"] {
    font-family: FontAwesome;
}

.searchbar {
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #5F5C5A;
  z-index: 50;
}

ul.archive-list li {
  list-style: none!important;
margin-left: 0!important;
}

ul.archive-list li a {
  color: #2F4F4F;
  font-weight: bold;
}

.container .seven.columns.couplings {
    width: 450px;
}
.container .nine.columns.couplings {
    /*width: 465px;*/
     width:100%;
}
div#product-img img {
    width: 300px;
    height: auto;
}
div#product-img {
    margin: auto;
    float: none;
}
div#product-info {
    width: 100%;
}
img.aligncenter.size-full.wp-image-845 {
    width: 650px;
    
}
img.aligncenter.size-full.wp-image-847 {
    width: 650px;
}
img.aligncenter.size-full.wp-image-885 {
    width: 300px;
    height: 300px;
    display: block;
    margin: auto;
}


img.aligncenter.size-full.wp-image-886 {
    width: 300px;
    height: 300px;
    display: block;
    margin: auto;
}
img.aligncenter.size-full.wp-image-887 {
    display: block;
    margin: auto;
}
img.aligncenter.size-full.wp-image-888 {
     display: block;
    margin: auto;
}
img.aligncenter.size-full.wp-image-889 {
    width: 300px;
    height: 300px;
    display: block;
    margin: auto;
}
img.aligncenter.size-full.wp-image-890 {
    width: 300px;
    height: 300px;
    display: block;
    margin: auto;
}
.content-padding p a {
    color: #EF7C00;
        text-decoration: none;
}
.content-padding p img.aligncenter {
    display: block;
    margin: auto;
}
.content-padding p a span {
    text-align: center;
    display: block;
    color: #F08615;    margin-top: 10px;
}
a.download_form {
    margin-bottom: 10px;
    display: block;
    color: #EF7C00;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    text-decoration: none;
}
.content-padding span {
    color: #EF7C00;
    text-align: center;
    display: inline-block;
    color: #2F4F4F;
}
img.aligncenter.size-full.wp-image-834 {
    
    height: auto;
}
.bottom-links {
    display: inline-block;
    /*background: #EF7C00;*/
    padding: 10px 15px 10px 0px;
    word-wrap: break-word;
    width: 127px;
    position: relative;
    overflow: hidden;
    /*height: 46px;*/
    margin-bottom: 14px;
    vertical-align: middle;
}
.bottom-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
.bottom-links span {
    color: #EF7C00;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
}
.bottom-links .img {
    min-height: 125px;
}

.drag-images span {
    display: block;
    text-align: center;
    color: #EF7C00;
    margin-bottom: 20px;
}
.drag-images img {
    display: block;
    margin: auto;
    height: 300px;
    width: auto;
}.drag-images a {
    text-decoration: none;
}

img.aligncenter.drag {
    height: auto;
}

.content-padding table {
    width: 100%;
    border: 2px #ccc solid;
}
table td {
    text-align: left;
    
    
}
table td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
    width: 100px;
}
img.aligncenter.dthmain {
    width: 300px;
    height: 300px;
}
img.aligncenter.dth {
    width: 250px;
}



.bottom-linkto {
    display: inline-block;
    /* background: #EF7C00; */
    padding: 10px 40px 10px 40px;
    word-wrap: break-word;
    width: 127px;
    position: relative;
    overflow: hidden;
    /* height: 46px; */
    margin-bottom: 14px;
    vertical-align: middle;
}

.bottom-linkto a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
.bottom-linkto .img {
    min-height: 125px;
}
.bottom-linkto span {
    color: #EF7C00;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
}

.rslides img {
    display: block;
    height: 320px;
    float: left;
    width: auto;
    border: 0;
}
span.clicke-heres {
    margin-left: -260px;
    display: block;
    text-align: center;

}


span.sub-title em {
    color: #C16604;
}

a.button.cat.topopup {
    color: #fff;
}
div#footer-products .two.columns img {
    max-width: 100%;
    height: auto;
}
div#footer-products .two.columns {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

div#footer-products {
    width: auto;
    text-align: center;
}

.content-padding table td {
    text-align: center;
}