@font-face {
  font-family: 'source_sans_problack';
  src: url("../include/fonts/sourcesanspro-black-webfont.eot");
  src: url("../include/fonts/sourcesanspro-black-webfont.eot?#iefix") format("embedded-opentype"), url("../include/fonts/sourcesanspro-black-webfont.woff") format("woff"), url("../include/fonts/sourcesanspro-black-webfont.ttf") format("truetype"), url("../include/fonts/sourcesanspro-black-webfont.svg#source_sans_problack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_probold';
  src: url("../include/fonts/sourcesanspro-bold-webfont.eot");
  src: url("../include/fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../include/fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("../include/fonts/sourcesanspro-bold-webfont.ttf") format("truetype"), url("../include/fonts/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_prolight';
  src: url("../include/fonts/sourcesanspro-light-webfont.eot");
  src: url("../include/fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../include/fonts/sourcesanspro-light-webfont.woff") format("woff"), url("../include/fonts/sourcesanspro-light-webfont.ttf") format("truetype"), url("../include/fonts/sourcesanspro-light-webfont.svg#source_sans_prolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_proregular';
  src: url("../include/fonts/sourcesanspro-regular-webfont.eot");
  src: url("../include/fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../include/fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../include/fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../include/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal; }
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins, input,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup, select,
table, tbody, tfoot, thead, th, tr, tdvideo, tt, textarea,
u, ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
* {
text-rendering: optimizeLegibility!important;
-webkit-font-smoothing: antialiased!important;
}

*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  *zoom: 1; }

.clearfix:after {
  clear: both; }

html {
  overflow-x: hidden; }

html, body, #wrapper {
  width: 100%;
  max-width: 100%; }

body {
  overflow-x: hidden;
  font: 14px/24px "source_sans_proregular", Arial, Tahoma, sans-serif;
  color: #222; }

a {
  color: #35506e;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #faa84a; }

h1, h2, h3, h4, h5, h6, strong, blockquote {
  font-weight: normal; }

h1 {
  padding-top: 10px;
  margin-bottom: 10px;
  font: 28px/32px "source_sans_prolight", Arial, Tahoma, sans-serif; }

h2 {
  padding-top: 10px;
  margin-bottom: 10px;
  font: 18px/24px "source_sans_proregular", Arial, Tahoma, sans-serif; }

h3 {
  padding-top: 10px;
  margin-bottom: 10px;
  font: 16px/24px "source_sans_problack", Arial, Tahoma, sans-serif;
  text-transform: uppercase; }

p {
  padding-top: 10px;
  margin-bottom: 10px; }

em {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  vertical-align: super; }

strong {
  font-family: "source_sans_probold", Arial, Tahoma, sans-serif; }

input, select, textarea, button {
  padding: 0 20px;
  margin: 0;
  border: 1px solid #ddd;
  font: 14px/40px "source_sans_proregular", Arial, Tahoma, sans-serif;
  outline: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  input:focus, select:focus, textarea:focus, button:focus {
    border: 1px solid #fcbc73; }

textarea {
  padding: 20px;
  line-height: inherit; }

input[type="text"] {
  height: 40px;
  line-height: 40px; }

select {
  height: 40px;
  line-height: 20px;
  padding: 10px 20px; }

input[type="submit"] {
  height: 40px;
  cursor: pointer;
  border: 0; }

label {
  display: block; }

.blue_btn, .yellow_btn {
  width: auto;
  display: inline-block;
  padding: 0 20px;
  font: 14px/40px "source_sans_problack", Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.blue_btn {
  background: #35506e;
  color: #fff; }
  .blue_btn:hover {
    background: #3d5d7f;
    color: #fff; }

.yellow_btn {
  background: #faa84a;
  color: #fff; }
  .yellow_btn:hover {
    background: #fcbc73;
    color: #fff; }

#wrapper {
  width: 100%; }

.width,
#header_content,
#filter_container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }
  .width .manufacturersList,
  #header_content .manufacturersList,
  #filter_container .manufacturersList {
    float: right;
    width: 100%;
    padding-left: 0px;
    margin-top: 10px; }
    .width .manufacturersList ul,
    #header_content .manufacturersList ul,
    #filter_container .manufacturersList ul {
      border-left: 1px solid #eee;
      border-top: 1px solid #eee;
      margin-bottom: 10px; }
      .width .manufacturersList ul li,
      #header_content .manufacturersList ul li,
      #filter_container .manufacturersList ul li {
        float: left;
        width: 11.1%;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee; }
        .width .manufacturersList ul li a,
        #header_content .manufacturersList ul li a,
        #filter_container .manufacturersList ul li a {
          display: block;
          padding: 10px;
          text-align: center;
          background: #fff; }
          .width .manufacturersList ul li a img,
          #header_content .manufacturersList ul li a img,
          #filter_container .manufacturersList ul li a img {
            /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");*/
            /* Firefox 10+, Firefox on Android */
            /*filter: gray;*/
            /* IE6-9 */
            /*-webkit-filter: grayscale(100%);*/
            opacity: 1;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
          .width .manufacturersList ul li a:hover img,
          #header_content .manufacturersList ul li a:hover img,
          #filter_container .manufacturersList ul li a:hover img {
            /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
            -webkit-filter: grayscale(0%);*/
            opacity: 0.3; }

#header {
  z-index: 1;
  width: 100%;
  background: #fff; }

#top_bar {
  font-family: "source_sans_problack", Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  background: #eee;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05); 
  text-align: right;
  }
  #top_bar li {
    display: inline-block; }
    #top_bar li a {
      display: block;
      padding: 20px 0;
      color: #aaa; }
      #top_bar li a:hover {
        color: #222; }
  #top_bar .topLeft_menu {display: inline-block;}
    #top_bar .topLeft_menu li {
      margin-right: 10px; }
  #top_bar .facebookDiv {
	  display: inline-block;
    margin-top: 24px;
    overflow: hidden;
    width: 20px; }
    #top_bar .facebookDiv a {
      background: url("../images/fb_icon.png");
      display: block;
      width: 16px;
      height: 16px; }
      #top_bar .facebookDiv a:hover {
        background: url("../images/fb_icon_hover.png"); }
  #top_bar .googleplusDiv {
	  display: inline-block;
    margin-top: 24px;
    overflow: hidden;
    width: 20px; }
    #top_bar .googleplusDiv a {
      background: url("../images/googleplus_icon.png");
      display: block;
      width: 16px;
      height: 16px; }
      #top_bar .googleplusDiv a:hover {
        background: url("../images/googleplus_icon_hover.png"); }
  #top_bar .topRight_menu {
    float: right; }
    #top_bar .topRight_menu li {
      margin-left: 40px; }
    #top_bar .topRight_menu img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }

#logo {
  float: left;
  margin: 30px 0 30px 20px; }

#searchForm {
  float: right;
  padding: 45px 0 40px;
  margin-right: 10px; }
  #searchForm .inputSearch {
    width: 250px; }
  #searchForm input[type="submit"] {
    height: 40px;
    background: url(../images/icon_search.png) center top no-repeat; }
    #searchForm input[type="submit"]:hover {
      background: url(../images/icon_search.png) center bottom no-repeat; }

#filter_container {
  position: relative; }
  #filter_container .tabs {
    font-family: "source_sans_problack", Arial, Tahoma, sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
    #filter_container .tabs li {
      float: left;
      width: 25%;
      line-height: 60px; }
      #filter_container .tabs li:first-child a {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px; }
      #filter_container .tabs li:last-child a {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px; }
      #filter_container .tabs li a {
        display: block;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
        color: #fff;
        background: #35506e; }
        #filter_container .tabs li a img {
          display: inline-block;
          margin-right: 20px;
          vertical-align: middle; }
        #filter_container .tabs li a:hover {
          background: #3d5d7f; }
        #filter_container .tabs li a.active {
          border-left: 1px solid #008ecc;
          border-bottom: 1px solid #008ecc;
          background: #008ecc; }
  #filter_container #moto .select_box:first-child ul, #filter_container #atv .select_box:first-child ul, #filter_container #ambarcatiuni .select_box:first-child ul {
    height: 84px; }
  #filter_container .tabs_content {
    position: absolute;
    height: 100px;
    display: none;
    width: 100%; }
    #filter_container .tabs_content .select_box {
      padding: 10px; }
      #filter_container .tabs_content .select_box ul {
        top: 60px;
        left: 10px;
        width: 91%; }
        #filter_container .tabs_content .select_box ul.triggered {
          top: 51px; }
    #filter_container .tabs_content .tab {
      position: absolute;
      z-index: -4;
      top: 0;
      left: 0;
      width: 100%;
      display: block;
      padding: 20px;
      background: #35506e;
      opacity: 0;
      transition: 0.4s background;
      -moz-transition: 0.4s background;
      -webkit-transition: 0.4s background;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
      #filter_container .tabs_content .tab.active_tab {
        z-index: 2;
        opacity: 1;
        background: url(../images/bg_filter.png) right top no-repeat #008ecc; }
  #filter_container:hover .tabs_content {
    display: block; }

.select_box {
  position: relative;
  float: left;
  width: 25%;
  text-align: left; }
  .select_box .dropDown_trigger {
    display: block;
    padding-left: 20px;
    line-height: 40px;
    background: url(../images/arrow_bottom_blue.png) center right no-repeat #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  .select_box ul {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 0;
    overflow: auto;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
    .select_box ul li {
      border-bottom: 1px solid #eee;
      line-height: 40px; }
      .select_box ul li:last-child {
        border-bottom: 0; }
      .select_box ul li a {
        display: block;
        padding-left: 20px; }
        .select_box ul li a:hover {
          color: #222;
          background: #eee; }
    .select_box ul.triggered {
      top: 41px;
      height: 220px;
      z-index: 10;
      opacity: 1;
      pointer-events: auto; }
    .select_box ul.special {
      width: 653px;
      right: 0;
      left: auto; }
      .select_box ul.special li span {
        width: 20%;
        height: 40px;
        float: left;
        display: block;
        text-align: center;
        overflow: hidden; }
      .select_box ul.special li:first-child {
        padding-left: 20px;
        font-weight: bold;
        border-bottom: solid 1px #ddd !important; }

#hero_container {
  z-index: 4;
  width: 100%;
  padding: 40px 0;
  background: url(../images/bg_img.jpg) center top no-repeat #ddd;
  opacity: 1;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  #hero_container #slider_container {
    position: relative;
    float: left;
    width: 71.4%;
    height: 360px;
    padding-right: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
    #hero_container #slider_container h1 {
      position: absolute;
      top: 50%;
      left: 50%; }
    #hero_container #slider_container #slider-prev, #hero_container #slider_container #slider-next {
      position: absolute;
      top: 40px; }
      #hero_container #slider_container #slider-prev a, #hero_container #slider_container #slider-next a {
        display: block;
        width: 20px;
        height: 20px; }
    #hero_container #slider_container #slider-prev {
      right: 70px;
      z-index: 1; }
      #hero_container #slider_container #slider-prev a {
        background: url(../images/arrow_left_white.png) center no-repeat; }
    #hero_container #slider_container #slider-next {
      right: 40px;
      z-index: 2; }
      #hero_container #slider_container #slider-next a {
        background: url(../images/arrow_right_white.png) center no-repeat; }
    #hero_container #slider_container img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
  #hero_container #info_container {
    position: relative;
    float: left;
    width: 28.6%;
    height: 360px;
    padding: 30px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
    #hero_container #info_container #info-prev, #hero_container #info_container #info-next {
      position: absolute;
      top: 40px;
      z-index: 1; }
      #hero_container #info_container #info-prev a, #hero_container #info_container #info-next a {
        display: block;
        width: 20px;
        height: 20px; }
    #hero_container #info_container #info-prev {
      right: 60px; }
      #hero_container #info_container #info-prev a {
        background: url(../images/arrow_left_blue.png) center no-repeat; }
    #hero_container #info_container #info-next {
      right: 30px; }
      #hero_container #info_container #info-next a {
        background: url(../images/arrow_right_blue.png) center no-repeat; }
    #hero_container #info_container li {
      height: 280px; }
      #hero_container #info_container li h2 {
        font: 28px/32px "source_sans_prolight", Arial, Tahoma, sans-serif; }
    #hero_container #info_container .bottom_link_container {
      position: absolute;
      bottom: 30px;
      left: 0;
      font-size: 14px; }
      #hero_container #info_container .bottom_link_container a {
        background: url(../images/arrow_right_blue.png) right no-repeat;
        padding-right: 15px; }

.partners {
  position: relative;
  padding-top: 20px;
  z-index: 1;
  background: #fff; }

.page_wrapper {
  padding: 40px 0;
  background: url(../images/bg_img.jpg) center bottom no-repeat #ddd;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }

#categoryFilters {
  text-align: center;
  background: #008ecc;
  height: 100px;
  -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.05); }
  #categoryFilters h3 {
    width: 25%;
    float: left;
    text-align: left; }
  #categoryFilters .select_box {
    width: 22%;
    margin-left: 1%;
    margin-top: 30px; }
  #categoryFilters .width {
    padding-left: 20px;
    height: 100px;
    background: url(../images/bg_filter.png) right top no-repeat #008ecc; }

#category .products_list {
  margin-left: -5px; }
  #category .products_list .list_product {
    float: left;
    padding: 5px;
    width: 33.3%; }
    #category .products_list .list_product a {
      position: relative;
      z-index: 1;
      background: #fff;
      display: block;
      text-align: center;
      padding: 90px 30px 30px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 0px 0px transparent;
      -moz-box-shadow: 0 0px 0px transparent;
      box-shadow: 0 0px 0px transparent; }
      #category .products_list .list_product a .list_product_image img {
        margin-bottom: 80px; }
      #category .products_list .list_product a .list_product_info {
        text-align: left;
        font-family: "source_sans_problack", Arial, Tahoma, sans-serif;
        text-transform: uppercase; }
      #category .products_list .list_product a .list_product_details {
        font-family: "source_sans_problack", Arial, Tahoma, sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 45px; }
      #category .products_list .list_product a .list_product_manufacturer {
        position: absolute;
        top: 20px;
        left: 30px; }
      #category .products_list .list_product a .list_product_package {
        position: absolute;
        top: 30px;
        right: 30px;
        display: block;
        padding: 0 15px;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        #category .products_list .list_product a .list_product_package.package_1 {
          background: #35506e; }
        #category .products_list .list_product a .list_product_package.package_4 {
          background: #008ecc; }
        #category .products_list .list_product a .list_product_package.package_5 {
          background: #faa84a; }
      #category .products_list .list_product a .list_product_title {
        position: absolute;
        bottom: 30px;
        left: 30px;
        width: 55%;
        font-size: 16px; }
      #category .products_list .list_product a .list_product_old_price {
        position: absolute;
        bottom: 70px;
        right: 30px;
        text-decoration: line-through; }
      #category .products_list .list_product a .list_product_price {
        position: absolute;
        bottom: 30px;
        right: 30px;
        font-size: 36px;
        line-height: 36px;
        width: 30%;
        text-align: right; }
        #category .products_list .list_product a .list_product_price .currency {
          font-size: 10px;
          line-height: 10px;
          margin-left: -15px;
          vertical-align: baseline; }
      #category .products_list .list_product a:hover {
        z-index: 2;
        -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2); }

.information_wrapper {
  width: 100%;
  height: 180px;
  margin-top: 30px;
  overflow: hidden;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .information_wrapper a {
    color: #fff; }
  .information_wrapper div {
    float: left;
    width: 50%;
    padding: 42px 30px 42px 60px; }
    .information_wrapper div h3 {
      position: relative;
      padding-left: 50px; }
      .information_wrapper div h3:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 40px;
        height: 40px; }
    .information_wrapper div h4 {
      font: 28px/32px "source_sans_prolight", Arial, Tahoma, sans-serif;
      margin-bottom: 10px;
      padding-top: 10px; }
    .information_wrapper div:first-child {
      background: url(../images/bg_info_left.jpg) center left no-repeat; }
      .information_wrapper div:first-child h3:before {
        background: url(../images/icon_info_phone.png) center left no-repeat; }
    .information_wrapper div:last-child {
      background: url(../images/bg_info_right.jpg) center left no-repeat; }
      .information_wrapper div:last-child h3:before {
        background: url(../images/icon_info_mail.png) center left no-repeat; }

.page {
  min-height: 300px;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

#product .product_details .productLeft, #product .product_details .productRight {
  float: left; }
#product .product_details .productLeft {
  width: 450px;
  margin-right: 60px; }
  #product .product_details .productLeft .productTop {
    position: relative;
    margin-bottom: 10px; }
    #product .product_details .productLeft .productTop h1 {
      float: left;
      width: 70%;
      text-transform: uppercase;
      font-family: "source_sans_problack", Arial, Tahoma, sans-serif; }
    #product .product_details .productLeft .productTop #social {
      float: right;
      margin-top: 30px; }
      #product .product_details .productLeft .productTop #social .share, #product .product_details .productLeft .productTop #social .plusone {
        float: right;
        margin-bottom: 3px; }
      #product .product_details .productLeft .productTop #social .plusone {
        position: relative; }
        #product .product_details .productLeft .productTop #social .plusone div {
          position: absolute;
          right: 50px; }
  #product .product_details .productLeft h2 {
    font-weight: bold;
    margin-top: 10px; }
#product .product_details .productRight {
  width: 410px; }
#product .product_details .productManufacturer {
  opacity: 0.5; }
#product .product_details .productPackage {
  display: inline-block;
  padding: 0 15px;
  margin-right: 10px;
  color: #fff;
  font-family: "source_sans_problack", Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  #product .product_details .productPackage.package_1 {
    background: #35506e; }
  #product .product_details .productPackage.package_4 {
    background: #008ecc; }
  #product .product_details .productPackage.package_5 {
    background: #faa84a; }
#product .product_details .product_old_price {
  position: absolute;
  bottom: 50px;
  right: 0;
  font-size: 18px;
  font-family: "source_sans_problack", Arial, Tahoma, sans-serif;
  text-decoration: line-through; }
#product .product_details .product_price {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 30%;
  font-size: 36px;
  line-height: 36px;
  text-align: right;
  font-family: "source_sans_problack", Arial, Tahoma, sans-serif;
  text-transform: uppercase; }
  #product .product_details .product_price .currency {
    font-size: 10px;
    line-height: 10px;
    margin-left: -15px;
    vertical-align: baseline; }
#product .product_details .product_image {
  border: 1px solid #ddd;
  text-align: center;
  padding: 40px;
  margin-bottom: 20px; }
#product .product_details #asig {
  margin-bottom: 20px; }
  
#product .product_details #productInfo + .top_phone {
	float: right;
	width: 50%;
	padding-left: 25px;
	padding-right: 0;
}
#product .product_details #productInfo + .top_phone a {
	display: inline-block;
	margin-top: -20px;
	margin-left: 68px;
	white-space: nowrap; 
}
  
#product .product_details #productInfo {
  float: left;
  width: 50%; }
  #product .product_details #productInfo td {
    padding: 10px 20px;
    border: 1px solid #ddd;
    text-align: left; }
#product .product_details .productBuy {
  float: left;
  width: 50%;
  padding-left: 20px; }
  
#product .product_details #social + .productBuy {
	float: right;
	width: 30%;
	text-align: right;	
	margin-top: 20px;
}

#product .product_details #social + .productBuy span {
	margin-right: 0;
}
  
  #product .product_details .productBuy .quantity {
    line-height: 40px;
    padding: 14px 0;
    margin-bottom: 10px; }
  #product .product_details .productBuy .select_box {
    float: right;
    width: 80px;
    display: inline-block; }
    #product .product_details .productBuy .select_box .dropDown_trigger {
      border: 1px solid #eee; }
#product .product_details #add_to_cart {
  width: 100%;
  display: inline-block;
  padding: 0 60px 0 20px;
  background: url(../images/icon_add.png) center right no-repeat #faa84a;
  font-family: "source_sans_problack", Arial, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  #product .product_details #add_to_cart:hover {
    background: url(../images/icon_add.png) center right no-repeat #fcbc73; }
#product .product_details .productDownload {
  margin-bottom: 20px; }
  #product .product_details .productDownload a {
    padding-left: 10px; }
    #product .product_details .productDownload a img {
      vertical-align: sub; }
#product .product_details #info_container {
  position: relative;
  border: 1px solid #ddd;
  padding: 20px 30px 30px; }
  #product .product_details #info_container h2 {
    padding-top: 10px;
    margin-bottom: 10px;
    font: 28px/32px "source_sans_prolight", Arial, Tahoma, sans-serif; }
  #product .product_details #info_container #info-prev, #product .product_details #info_container #info-next {
    position: absolute;
    top: 30px;
    z-index: 1; }
    #product .product_details #info_container #info-prev a, #product .product_details #info_container #info-next a {
      display: block;
      width: 20px;
      height: 20px; }
  #product .product_details #info_container #info-prev {
    right: 60px; }
    #product .product_details #info_container #info-prev a {
      background: url(../images/arrow_left_blue.png) center no-repeat; }
  #product .product_details #info_container #info-next {
    right: 30px; }
    #product .product_details #info_container #info-next a {
      background: url(../images/arrow_right_blue.png) center no-repeat; }
  #product .product_details #info_container .bx-viewport {
    height: auto !important; }
  #product .product_details #info_container .bottom_link_container a {
    background: url(../images/arrow_right_blue.png) right no-repeat;
    padding-right: 15px; }

#cos_pop_up {
  padding: 60px; }
  #cos_pop_up h2 {
    padding-top: 10px;
    margin-bottom: 10px;
    font: 28px/32px "source_sans_prolight", Arial, Tahoma, sans-serif; }
  #cos_pop_up a {
    margin-right: 10px; }

table {
  width: 100%; }
  table th {
    padding: 20px 0; }
  table td {
    padding: 20px 0;
    border: 1px solid #eee;
    vertical-align: middle;
    text-align: center; }

#cart table .cart_col_0 img {
  height: 90px; }
#cart table .cart_col_0.rand_transport img {
  height: auto; }
#cart table .delete {
  padding: 0 10px; }
#cart table .rowTotal td {
  border: 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  text-align: right; }
  #cart table .rowTotal td:first-child {
    border-left: 1px solid #eee; }
  #cart table .rowTotal td:last-child {
    border-right: 1px solid #eee; }
#cart table .rowTotal span {
  text-transform: uppercase;
  margin-right: 10px; }
#cart #frmVoucher {
  padding: 20px;
  line-height: 40px;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-top: 0px;
  margin-bottom: 30px;
  text-align: center; }
  #cart #frmVoucher span {
    margin-right: 20px; }
  #cart #frmVoucher input[type="text"] {
    margin-right: 10px;
    width: 300px; }

.frmOne, .frmTwo, .frmThree {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px; }
  .frmOne input, .frmOne select, .frmOne textarea, .frmTwo input, .frmTwo select, .frmTwo textarea, .frmThree input, .frmThree select, .frmThree textarea {
    width: 100%; }

.frmThree {
  width: 33.3%; }

.frmTwo {
  width: 50%; }

.frmOne {
  width: 100%; }

.helper {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  text-align: center; }

#frmOrder .frmLeft {
  float: left;
  width: 50%; }
#frmOrder .frmRight {
  float: left;
  width: 50%; }
#frmOrder .billing_container {
  display: none; }
#frmOrder h1 input[type="checkbox"] {
  margin-right: 20px; }
#frmOrder h1 label {
  display: inline-block; }
#frmOrder .order_btns {
  border-top: 1px solid #eee;
  padding-top: 30px; }

#frmDatePersonale .frmOne label, #frmDatePersonale .frmOne input[type="checkbox"] {
  display: inline-block;
  width: auto;
  vertical-align: middle; }
#frmDatePersonale .frmOne input[type="checkbox"] {
  margin-right: 10px; }

.order_btns {
  text-align: right; }
  .order_btns a, .order_btns input {
    margin-left: 10px; }

#user_menu > li > a {
  font-family: "source_sans_problack", Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #fcbc73;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
#user_menu li a {
  display: block;
  padding: 10px 20px; }
#user_menu li ul li a {
  padding-left: 40px;
  background: url(../images/arrow_right_blue.png) 20px center no-repeat;
  border-bottom: 1px solid #eee; }
#user_menu li ul li:last-child a {
  border-bottom: 0; }

#myAccount .three_col_layout .col {
  padding: 30px 30px 30px 0; }
  #myAccount .three_col_layout .col a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 20px;
    background: url(../images/arrow_right_blue.png) 0px center no-repeat; }
    #myAccount .three_col_layout .col a:hover {
      padding-left: 30px;
      background: url(../images/arrow_right_blue.png) 10px center no-repeat; }

#text .frmLeft {
  float: left;
  width: 50%; }
#text .frmRight {
  float: left;
  width: 50%;
  padding-left: 50px; }
#text .order_btns {
  margin-right: 20px; }
#text #map {
  margin: 10px 0; }

#informatii h2 {
  margin-top: 20px; }
#informatii .images li {
  float: left;
  margin: 10px; }
  #informatii .images li img {
    border: solid 1px #eee;
    padding: 5px; }
    #informatii .images li img:hover {
      border: solid 1px #aaa; }

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

.parteneri_two_col_layout .col {
  float: left; }
  .parteneri_two_col_layout .col:first-child {
    width: 71.4%;
    padding-right: 10px; }
  .parteneri_two_col_layout .col:last-child {
    width: 28.6%; }

.two_col_layout .col {
  float: left; }
  .two_col_layout .col:first-child {
    width: 75%;
    padding-right: 30px; }
  .two_col_layout .col:last-child {
    width: 25%; }

.three_col_layout .col {
  float: left;
  width: 33.3%; }
  .three_col_layout .col:first-child {
    width: 33.3%; }
  .three_col_layout .col:last-child {
    width: 33.3%; }

.four_col_layout .col {
  float: left;
  width: 25%; }

.part_left {
  float: left;
  width: 40.9%;
  padding: 30px; }

.part_right {
  float: left;
  width: 59.1%;
  padding: 30px; }
  .part_right ul li {
    float: left;
    width: 33.3%; }
    .part_right ul li a {
      display: block;
      padding: 24px; }
      .part_right ul li a img {
        width: 100%; }

#manufacturers {
  display: block;
  min-height: 350px;
  padding: 20px 0 50px;
  background: url(../images/bg_auto.jpg) left bottom no-repeat;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  #manufacturers h2 {
    font: 28px/32px "source_sans_prolight", Arial, Tahoma, sans-serif;
    padding-left: 20px;
    margin-bottom: 30px; }
  #manufacturers .list_moto, #manufacturers .list_atv, #manufacturers .list_ambarcatiuni {
    display: none; }
  #manufacturers .list_auto {
    display: block; }
  #manufacturers.bg_auto {
    background: url(../images/bg_auto.jpg) left bottom no-repeat; }
    #manufacturers.bg_auto .list_moto, #manufacturers.bg_auto .list_atv, #manufacturers.bg_auto .list_ambarcatiuni {
      display: none; }
    #manufacturers.bg_auto .list_auto {
      display: block; }
  #manufacturers.bg_moto {
    background: url(../images/bg_moto.jpg) left bottom no-repeat; }
    #manufacturers.bg_moto .list_auto, #manufacturers.bg_moto .list_atv, #manufacturers.bg_moto .list_ambarcatiuni {
      display: none; }
    #manufacturers.bg_moto .list_moto {
      display: block; }
  #manufacturers.bg_atv {
    background: url(../images/bg_atv.jpg) left bottom no-repeat; }
    #manufacturers.bg_atv .list_auto, #manufacturers.bg_atv .list_moto, #manufacturers.bg_atv .list_ambarcatiuni {
      display: none; }
    #manufacturers.bg_atv .list_atv {
      display: block; }
  #manufacturers.bg_ambarcatiuni {
    background: url(../images/bg_boat.jpg) left bottom no-repeat; }
    #manufacturers.bg_ambarcatiuni .list_auto, #manufacturers.bg_ambarcatiuni .list_moto, #manufacturers.bg_ambarcatiuni .list_atv {
      display: none; }
    #manufacturers.bg_ambarcatiuni .list_ambarcatiuni {
      display: block; }
  #manufacturers .rightFloater {
    float: right;
    width: 70%; }
  #manufacturers .link {
    float: right;
    display: block;
    padding: 20px 0;
    font: 16px/24px "source_sans_problack", Arial, Tahoma, sans-serif;
    text-transform: uppercase; }
  #manufacturers .manufacturersList {
    float: right;
    width: 50%;
    padding-left: 20px; }
    #manufacturers .manufacturersList ul {
      border-left: 1px solid #eee;
      border-top: 1px solid #eee;
      margin-bottom: 10px; }
      #manufacturers .manufacturersList ul li {
        float: left;
        width: 33.3%;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee; }
        #manufacturers .manufacturersList ul li a {
          display: block;
          padding: 20px 10px;
          text-align: center;
          background: #fff; }
          #manufacturers .manufacturersList ul li a img {
            /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");*/
            /* Firefox 10+, Firefox on Android */
            /*filter: gray;*/
            /* IE6-9 */
            /*-webkit-filter: grayscale(100%);*/
            opacity: 1;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
          #manufacturers .manufacturersList ul li a:hover img {
            /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
            -webkit-filter: grayscale(0%);*/
            opacity: 0.3; }

.oils {
  height: 107px;
  overflow: hidden; }
  .oils .oilList {
    display: none;
    width: 980px;
    padding-left: 0px;
    margin: 10px auto 0 auto; }
    .oils .oilList ul {
      border-left: 1px solid #eee;
      border-top: 1px solid #eee;
      margin-bottom: 10px; }
      .oils .oilList ul li {
        float: left;
        width: 11.1%;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee; }
        .oils .oilList ul li a {
          display: block;
          padding: 10px;
          text-align: center;
          background: #fff; }
          .oils .oilList ul li a img {
            /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");*/
            /* Firefox 10+, Firefox on Android */
            /*filter: gray;*/
            /* IE6-9 */
            /*-webkit-filter: grayscale(100%);*/
            opacity: 1;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
          .oils .oilList ul li a:hover img {
            /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");*/
            /*-webkit-filter: grayscale(0%);*/
            opacity: 0.3; }

#footer_blue {
  padding: 50px 0 60px;
  background: #35506e;
  color: #fff; }
  #footer_blue a {
    color: #fff; }
  #footer_blue .three_col_layout .col:first-child li {
    display: inline-block;
    width: 49%;
    padding-right: 20px; }
  #footer_blue .three_col_layout .col li {
    line-height: 30px; }

#footer {
  padding: 20px 0; }
  #footer .footer_left {
    float: left; }
    #footer .footer_left li {
      display: inline-block;
      padding-right: 20px; }
  #footer .footer_right {
    float: right;
    text-align: right; }
	#footer .footer_right img {
		vertical-align: middle;
	}

.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

.top_phone {
  float: left;
  line-height: 30px;
  padding: 35px 0px 35px 72px;
  font-size: 16px;
  width: 350px; }
  .top_phone img {
    float: left;
    margin-top: 6px;
    margin-right: 20px; }
  .top_phone strong {
    font-size: 24px; }

@media (max-width: 960px) {
  .list_product {
    width: 50% !important; } }
@media (max-width: 600px) {
  .list_product {
    width: 100% !important; } }
/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #c2230a;
  position: relative;
  color: #fff;
  min-width: 120px;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #c2230a; }

.blackPopup .formErrorContent {
  background: #c2230a;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  font-size: 0px;
  height: 1px;
  background: #c2230a;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #c2230a; }

.blackPopup .formErrorArrow div {
  background: #c2230a;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px; }

.formError .formErrorArrow .line2 {
  display: none; }

.formError .formErrorArrow .line1 {
  display: none; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible; }

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.tooltip.top {
  margin-top: -3px; }

.tooltip.right {
  margin-left: 3px; }

.tooltip.bottom {
  margin-top: 3px; }

.tooltip.left {
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 10px 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.hidden {
  display: none; }

.image_right {
  float: right;
  margin: 10px;
  padding: 3px;
  border: solid 1px #eee; }

.image_left {
  float: left;
  margin: 10px;
  padding: 3px;
  border: solid 1px #eee; }

.lista {
  list-style: disc;
  margin-left: 30px; }

#newsletter_wrapper {
  padding: 20px 0;
  background: #008ecc;
  color: #fff; }
  #newsletter_wrapper .width {
    position: relative; }
  #newsletter_wrapper #newsletter_message {
    position: absolute;
    display: block;
    right: 0;
    bottom: 7px;
    width: 635px;
    text-align: center;
    line-height: 40px; }
  #newsletter_wrapper h2 {
    float: left;
    font: 28px/32px "source_sans_prolight", Arial, Tahoma, sans-serif; }
  #newsletter_wrapper form {
    float: right;
    padding-top: 5px; }
  #newsletter_wrapper input {
    margin-left: 15px; }
    #newsletter_wrapper input[type="text"] {
      width: 240px; }

/*# sourceMappingURL=style.css.map */


/***********************************************************************************
 *	- RESPONSIVE
 ***********************************************************************************/
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	@media (max-width: 767px) {
		
		#top_bar {
			padding: 20px 15px;
		}
		
		#top_bar .topLeft_menu {
			float: none;
			margin-bottom: 15px;
		}
		
		#top_bar li a {
			padding: 5px 0;
		}
		
		#top_bar .topRight_menu {
			float: none;
		}
		
		#top_bar .topRight_menu li {
			margin-left: 0;
		}
		
		#top_bar .facebookDiv,
		#top_bar .googleplusDiv {
			position: absolute;
			top: 60px;
			float: none;
			display: inline-block;
			margin-top: 0;
		}
		
		#top_bar .facebookDiv {
			right: 15px;
		}
		
		#top_bar .googleplusDiv {
			right: 40px;
		}
		
		#top_bar .topRight_menu li {
			margin-right: 20px;
		}
		
		#top_bar .topRight_menu li:last-child {
			margin-right: 0;
		}
		
		#top_bar .topRight_menu img {
			margin-right: 10px;
		}
		
		#logo {
			margin: 30px 15px;
		}
		
		.top_phone {
			padding-top: 0;
			padding-left: 15px;
		}
		
		#searchForm {
			float: none;
			padding-top: 0;
			margin-left: 15px;
			margin-right: 15px;
		}
		
		#searchForm .inputSearch {
			width: 235px;
			padding: 0 15px;
		}
		
		.oils {
			display: none;
			height: auto;
		}
		
		.oils .oilList {
			width: 100%;
		}
		
		.oils .oilList ul li {
			width: 33.33333%;
		}
		
		#hero_container #info_container,
		#hero_container #slider_container {
			width: 100%;
		}
		
		#hero_container #slider_container {
			height: auto;
			padding-right: 0;
			box-shadow: none;
		}
		
		#hero_container #slider_container h1 {
			left: 0;
			position: relative;
			top: 0;
			padding: 0 15px;
		}
		
		#hero_container #slider_container #slider-prev, 
		#hero_container #slider_container #slider-next {
			top: 130px;
		}
		
		#hero_container #slider_container #slider-next {
			right: 20px;
		}
		
		#hero_container #slider_container #slider-prev {
			right: 40px;
		}
		
		#manufacturers {
			padding-right: 15px;
			padding-left: 15px;
		}
		
		#manufacturers .rightFloater {
			float: none;
			width: 100%;
		}
		
		#manufacturers h2 {
			padding: 0;
		}
		
		#manufacturers .manufacturersList {
			float: none;
			width: 100%;
			padding: 0;
		}
		
		#newsletter_wrapper {
			padding-right: 15px;
			padding-left: 15px;
		}
		
		#newsletter_wrapper input {
			margin-left: 0;
			margin-bottom: 15px;
		}
		
		#newsletter_wrapper input[type="text"] {
			width: 100%;
		}
		
		#footer,
		#footer_blue {
			padding-right: 15px;
			padding-left: 15px;
		}
		
		.three_col_layout .col,
		.three_col_layout .col:first-child,
		.three_col_layout .col:last-child {
			float: none;
			width: 100%;
		}
		
		.three_col_layout .col + .col {
			margin-top: 30px;
		}
		
		#footer .footer_right {
			float: none;
			text-align: left;
		}
		
		.page {
			padding: 30px 15px;
			box-shadow: none;
		}
		
		.page_wrapper {
			padding: 0;
		}
		
		#text #map {
			margin-bottom: 30px;
		}
		
		#text .frmLeft,
		#text .frmRight {
			float: none;
			width: 100%;
		}
		
		#text .frmRight {
			padding-left: 0;
		}
		
		.frmOne, 
		.frmTwo, 
		.frmThree {
			padding-right: 0;
		}
		
		#text .order_btns {
			margin-right: 0;
		}
		
		#fContact {
			margin-bottom: 30px;
		}
		
		#cart #frmVoucher {
			padding: 30px 15px;
			line-height: 26px;
		}
		
		#cart #frmVoucher span {
			display: inline-block;
			margin-right: 0;
			margin-bottom: 20px;
		}
		
		#cart #frmVoucher input[type="text"] {
			width: 100%;
			margin-bottom: 20px;
		}
		
		table, 
		thead, 
		tbody, 
		th, 
		td, 
		tr { display: block; }
		
		tr:nth-child(even) {
			background-color: #f7f7f7;
		}
		
		.rowTotal,
		tr:nth-last-child(2),
		#product .product_details #productInfo tr {
			background-color: transparent !important;
		}
	
		th { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		table td {
			padding-right: 15px;
			padding-left: 15px;
			border-bottom: none;
		}
		
		#cart table .rowTotal td:first-child {
			border-right: 1px solid #eee;
		}
		
		#cart table .rowTotal td:last-child {
			border-right: none;
			border-left: none;
		}
		
		#cart table .rowTotal td {
			border-right: 1px solid #eee;
			border-left: 1px solid #eee;
		}
		
		.page .image_right,
		.page .image_left {
			float: none;
			margin-left: 0;
			margin-right: 0;
		}
		
		.information_wrapper {
			height: auto;
		}
		
		.information_wrapper div {
			float:none;
			width: 100%;
			padding: 42px 30px;
		}
		
		#category {
			padding: 30px 15px !important;
		}
		
		#category .products_list .list_product {
			padding-right: 0;
		}
		
		#categoryFilters {
			height: auto;
			padding-bottom: 30px;
		}
		
		#categoryFilters .width {
			padding: 0 15px;
		}
		
		#categoryFilters .select_box {
			width: 100%;
			margin-left: 0;
		}
		
		#product .product_details .productLeft {
			width: 100%;
		}
		
		#product .product_details .productBuy,
		#product .product_details #productInfo {
			float: none;
			width: 100%;
		}
		
		#product .product_details .productBuy {
			padding: 0 15px;
		}
		
		#product .product_details #productInfo td {
			border-top: none;
		}
		
		#product .product_details #productInfo tr:first-child td {
			border-top: 1px solid #eee;
		}
		
		#product .product_details .productRight {
			width: 100%;
		}
		
		#filter_container .tabs li {
			width: 100%;
		}
		
		.tabs_content .select_box {
			width: 100%;
		}
		
		#categoryFilters .width,
		#filter_container .tabs_content .tab.active_tab {
			background-image: none;
		}
		
		.two_col_layout .col:last-child,
		.two_col_layout .col:first-child {
			width: 100%;
			padding-right: 0;
		}
		
		#myAccount .three_col_layout .col {
			padding-right: 0;
		}
		
		#product .product_details #social + .productBuy {
			padding-right: 0;
		}
		
		#product .product_details #productInfo + .top_phone {
			float: none;
			width: 100%;
			margin-top: 30px;
		}
		
		#product .product_details #productInfo + .top_phone a {
			margin-top: 0;
			margin-left: 0;
		}
		
	}
	
	@media (min-width: 480px) and (max-width: 767px) {
		
		#top_bar .facebookDiv,
		#top_bar .googleplusDiv {
			position: relative;
			top: 0;
			right: auto;
			left: 0;
			margin-bottom: 10px;
		}
		
		#top_bar .facebookDiv {
			margin-right: 15px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#top_bar {
			padding: 20px 15px;
		}
		
		#top_bar li a {
			padding: 5px;
		}
		
		#top_bar .facebookDiv,
		#top_bar .googleplusDiv {
			margin-top: 8px;
		}
		
		#top_bar .topRight_menu {
			float: left;
		}
		
		#top_bar .topRight_menu li:first-child {
			margin-left: 0;
		}
		
		#searchForm {
			float: left;
			width: 100%;
			padding-top: 0;
			padding-left: 15px;
		}
		
		.oils {
			height: auto;
		}
		
		.oils .oilList {
			width: 100%;
		}
		
		.oils .oilList ul li {
			width: 33.333%;
		}
		
		#hero_container #info_container,
		#hero_container #slider_container {
			width: 100%;
		}
		
		#hero_container #slider_container {
			height: auto;
			padding-right: 0;
			box-shadow: none;
		}
		
		#hero_container #slider_container h1 {
			left: 0;
			position: relative;
			top: 0;
			padding: 0 15px;
		}
		
		#hero_container #slider_container #slider-prev, 
		#hero_container #slider_container #slider-next {
			top: 80px;
		}
		
		#hero_container #slider_container #slider-next {
			right: 20px;
		}
		
		#hero_container #slider_container #slider-prev {
			right: 40px;
		}
		
		#hero_container .bx-wrapper img {
			width: 100%;
		}
		
		#manufacturers {
			padding-right: 15px;
			padding-left: 15px;
		}
		
		#manufacturers .rightFloater {
			float: none;
			width: 100%;
		}
		
		#manufacturers h2 {
			padding: 0;
		}
		
		#manufacturers .manufacturersList {
			float: none;
			width: 100%;
			padding: 0;
		}
		
		#newsletter_wrapper {
			padding: 20px 15px;
		}
		
		#newsletter_wrapper h2 {
			float: none;
		}
		
		#newsletter_wrapper form {
			float: none;
		}
		
		#newsletter_wrapper input:first-child {
			margin-left: 0;
		}
		
		#footer,
		#footer_blue {
			padding-right: 15px;
			padding-left: 15px;
		}
		
		#footer_blue .three_col_layout .col {
			width: 25%;
		}
		
		#footer_blue .three_col_layout .col:first-child {
			width: 50%;
			padding-right: 30px;
		}
		
		.page {
			padding: 30px 15px;
			box-shadow: none;
		}
		
		.page_wrapper {
			padding: 0;
		}
		
		#text #map {
			margin-bottom: 30px;
		}
		
		#text .frmRight {
			padding-left: 30px;
		}
		
		#categoryFilters .select_box {
			width: 32%;
		}
		
		#categoryFilters .select_box:first-child {
			margin-left: 0;
		}
		
		#category {
			padding: 30px 15px !important;
		}
		
		#category .products_list {
			margin-right: -5px;
		}
		
		#product .product_details .productLeft {
			width: 100%;
			margin-right: 0;
		}
		
		#product .product_details .productRight {
			width: 100%;
		}
		
		.two_col_layout .col:last-child,
		.two_col_layout .col:first-child {
			width: 100%;
			padding-right: 0;
		}
		
		#myAccount .three_col_layout .col {
			padding-right: 0;
		}
		
		#myAccount .three_col_layout .col {
			width: 100%;
		}
		
		#product .product_details #social + .productBuy,
		#product .product_details .productLeft .productTop h1 {
			width: 50%;
		}
		
		#product .product_details #productInfo + .top_phone a {
			margin-top: 0;
			margin-left: 0;
		}
		
	}

#frmNewsletter input[type="text"] {
  margin-bottom: 10px;
}

#frmNewsletter input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 2px;
}