/* custom styles */img,object,embed,video {
    max-width: 100%;
}

.ie6 img {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6,p,form,input,ul,li {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

p,sup {
    line-height: 16px;
}

ul,ol,li {
    list-style: none;
}

input,select,textarea {
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    color: #000;
}

a {
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a img {
    border: 0;
    outline: 0;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    display: block;
}

.fleft {
    float: left;
}

.fright {
    float: right!important;
}

.Master_div {
    width: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    min-height: 200px;
}

.logo {
    position: absolute;
    float: left;
    margin: 64px 0 0;
    width: 193px;
}

.header .right {
    float: right;
    width: 100%;
}

.search {
    float: right;
}

.search_form {
    float: left;
    position: relative;
    width: 220px;
    height: 33px;
    -webkit-box-shadow: #b8b7b5 0 2px 2px;
    -moz-box-shadow: #b8b7b5 0 2px 2px;
    box-shadow: #b8b7b5 0 2px 2px;
    behavior: url(js/pie/PIE.php);
    background: #fff;
}

.search input {
    background: 0;
    width: 180px;
    float: left;
    font: normal 14px 'Open Sans',sans-serif;
    border: 0;
    color: #2a2a2a;
    line-height: 18px;
    padding: 7px 0 5px 10px;
}

.search input.submit {
    background: url(../images/search.png) no-repeat left top;
    width: 17px;
    height: 17px;
    cursor: pointer;
    margin: 7px 0 0;
}

.search img {
    float: right;
    margin: 0 0 0 20px;
    cursor: pointer;
}

.navigation {
    float: right;
    padding: 55px 0 32px 0;
    width: 100%;
}
.navigation ul {
    float: right;
}
.navigation li {
    float: left;
    font: normal 16px 'Open Sans', sans-serif;
    color: #2a2a2a;
    position: relative;
    line-height: 40px;
    margin-left: 35px;
}
.navigation li a {
    color: #2a2a2a;
    cursor: pointer;
    float: left;
}
.navigation li a:hover {
    color: #b3bec9;
}
.navigation li:hover ul {
    display: block;
}
.navigation li ul {
    position: absolute;
    left: 0;
    top: 100%;
    float: left;
    width: 600px;
    display: none;
}
.navigation li ul li {
    padding: 0 0 0 0px;
    margin: 0 45px 0 0;
}
.navigation li:hover a {
    color: #b3bec9;
}
.navigation li ul li a {
    color: #2a2a2a !important;
    padding: 5px 0;
}
.navigation li ul li a:hover {
    color: #b3bec9 !important;
}

.slider {
    background: #68737c url(../images/pattern.png) repeat left top;
    width: 100%;
    position: relative;
    height: 100%;
}

.slider .flexslider {
    width: 100%;
    float: left;
    min-width: 100%;
}

.slider .flexslider .image {
    width: 50%!important;
    float: left;
}

.inner_slider .flexslider {
    width: 50%;
    min-width: 50%;
}

.inner_slider .flexslider .image {
    width: 100%!important;
}

.slider_right {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}

.slider h1 {
    font: bold 42px 'Open Sans',sans-serif;
    color: #fff;
    float: left;
    padding: 4% 0 0;
    position: relative;
    text-align: center;
    min-width: 550px;
    line-height: 48px;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.slider .flexslider img.ignore {
    height: auto!important;
    width: 50%!important;
}

.thumbs {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 15;
}

.thumbs li {
    float: left;
    position: relative;
    margin: 0 0 0 22px;
    width: 150px;
    border: 5px solid #fff;
}

.thumbs li img {
    float: left;
}

.thumbs img.shadow {
    position: absolute;
    left: 0;
    bottom: -16px;
}

.thumbs li span {
    font: 500 16px 'Open Sans',sans-serif;
    color: #2a2a2a;
    text-align: right;
    position: absolute;
    right: 5px;
    bottom: 5px;
    line-height: 18px;
    z-index: 11;
    cursor: pointer;
}

.thumbs li em {
    background: url(../images/thumb_hover.png) no-repeat left top;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.thumbs li:hover em {
    background-image: url(../images/thumb_active.png);
}

.top_shadow {
    background: url(../images/top_shadow.png) repeat-x left top;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 9px;
    z-index: 111;
}

.bottom_shadow {
    background: url(../images/bottom_shadow.png) repeat-x left top;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    z-index: 11;
}

.loading .loader {
    width: 50%;
    height: 408px;
    background: url(../images/loader.gif) no-repeat center center;
    float: left;
}

.contactbutton {
    font: 300 16px 'Open Sans',sans-serif;
    text-align: center;
    padding: 5px 0;
    float: left;
    cursor: pointer;
    color: #fff;
    width: 110px;
    line-height: 16px;
    vertical-align: middle;
    background: #648bbd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(js/pie/PIE.php);
}

.container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.container ul {
    font: normal 16px 'Open Sans',sans-serif;
    color: #2a2a2a;
    line-height: 26px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content {
    width: 100%;
    margin: 70px 0 55px 0;
}

.content .container {
    width: 795px;
}

.content h1 {
    font: bold 28px 'Open Sans',sans-serif;
    color: #68737c;
    line-height: 30px;
    padding: 0 0 40px;
}

.content p {
    font: normal 16px 'Open Sans',sans-serif;
    color: #2a2a2a;
    line-height: 30px;
    padding: 0 0 40px;
}

.content a.meer,.circle_box a.meer {
    font: normal 12px 'Open Sans',sans-serif;
    color: #fa0912;
    float: right;
    line-height: 20px;
}

.content p.datum {
    margin-bottom: 0;
    padding-bottom: 0;
    font: normal 12px 'Open Sans',sans-serif;
    color: #fa0912;
    line-height: 20px;
}

.black_content {
    width: 100%;
    background: #9ca2a5 url(../images/map1.jpg) no-repeat center top;
    position: relative;
    text-align: center;
    height: 440px;
    overflow: hidden;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.grey_overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    background: url(../images/grey_overlay.png) repeat left top;
    z-index: 1;
    left: 0;
    top: 0;
}

.BC_new .grey_overlay {
    display: none;
}

.black_content .container {
    z-index: 5;
}

.black_content h1 {
    font: bold 67px 'Open Sans',sans-serif;
    color: #fff;
    line-height: 74px;
    border-bottom: 1px solid #fff;
    padding: 0 0 15px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 20%;
}

.black_content a.button {
    font: normal 14px 'Open Sans',sans-serif;
    color: #fff;
    line-height: 16px;
    background: url(../images/red_bg.png) repeat left top;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -120px;
    padding: 16px 22px;
    cursor: pointer;
}

.black_content a.button:hover {
    background: #de1921;
}

.BC_new {
    height: 648px;
    background-image: url(../images/map2.jpg);
}

.BC_new h1,.BC_new a.button {
    display: none;
}

.language {
    width: 100%;
    background: #454a50;
    padding: 9px 0;
    position: relative;
    z-index: 1;
}

.language ul {
    width: 100%;
    float: left;
}

.language li:first-child {
    float: left;
}

.language li {
    float: right;
    padding: 1px 0 0 8px;
    color: #fff;
    font: normal 11px 'Open Sans',sans-serif;
}

.language li img {
    margin: -3px 0 0;
}

.pin1 {
    left: 48.5%;
    top: 31.8%;
}

.pin2 {
    left: 47.2%;
    top: 30.5%;
}

.pin3 {
    left: 47.8%;
    top: 27%;
}

.pin4 {
    left: 46%;
    top: 26.5%;
}

.pin5 {
    left: 49%;
    top: 27%;
}

.pin6 {
    left: 46.5%;
    top: 35%;
}

.pin7 {
    left: 44%;
    top: 35%;
}

.pin8 {
    left: 23.2%;
    top: 39.5%;
}

.pin9 {
    left: 88.8%;
    top: 84.5%;
}

.pin10 {
    left: 78.2%;
    top: 47.8%;
}

.pin11 {
    left: 51.8%;
    top: 32%;
}
.pin12 {
    left: 59.8%;
    top: 45%;
}
.pin13 {
    left: 68.5%;
    top: 55%;
}
.pin14 {
    left: 75%;
    top: 57.5%;
}
.pin15 {
    left: 77.2%;
    top: 49.8%;
}
.pin16 {
    left: 79.8%;
    top: 41%;
}
.pin17 {
    left: 82%;
    top: 35%;
}
#rockstar-map {
    display: none;
}

.BC_new #rockstar-map {
    display: block;
}

a.close_icon {
    background: url(../images/cross.png) no-repeat center center;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 11;
}

.location {
    display: none;
    position: absolute;
    width: 390px;
    padding: 15px;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 3px;
    text-align: left;
    font: 12px/18px 'lucida grande',helvetica,tahoma,sans-serif;
    color: #000;
    z-index: 111;
    margin: -40px 0 0 -195px;
}

.single {
    width: 240px;
    margin: -40px 0 0 -120px;
}

.location h2 {
    display: block;
    float: left;
    width: 100%;
    color: #fa0912;
    text-align: left;
    font-size: 14px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #fa0912;
    padding: 0 0 7px;
    margin: 0;
}

.location p {
    margin: 0;
    padding: 10px 0 0 0;
    font: normal 12px Arial,Helvetica,sans-serif;
    color: #666;
    line-height: 18px;
    position: relative;
    float: left;
    width: 100%;
}

.location p a {
    color: #666;
}

.location a.email {
    margin: 10px 0 0;
    background: #fa0912;
    text-decoration: none;
    float: left;
    padding: 5px 10px;
    font: normal 12px Arial,Helvetica,sans-serif;
    color: #fff;
    line-height: 18px;
    position: relative;
}

.circle_boxes {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    border-bottom: 1px solid #d8dee4;
}

.circle_boxes .container {
    width: 860px;
    padding: 0 0 0 40px;
}

.circle_box {
    width: 220px;
    float: left;
    margin: 0 30px;
}

.circle_box em {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    margin: 0 0 40px;
}

.circle_box em img {
    float: left;
}

.circle_box h2 {
    font: bold 21px 'Open Sans',sans-serif;
    color: #68737c;
    line-height: 24px;
    clear: both;
    padding: 0 0 25px;
}

.circle_box p {
    font: normal 14px 'Open Sans',sans-serif;
    color: #2a2a2a;
    padding: 0 0 25px;
    line-height: 24px;
}

.circle_box a.meer {
    float: none;
}

.tab_slider {
    width: 100%;
    background: #f3f5f7;
    position: relative;
}

.liquid-slider {
    float: left;
    width: 100%;
    padding: 70px 0 100px;
}

.tab_slider .right {
    width: 30%;
    max-width: 316px;
    float: right;
    padding: 0 14% 0 0;
}

.tab_btm {
    width: 100%;
    background: url(../images/vertical_sep.png) repeat-x left top;
    position: absolute;
    left: 0;
    bottom: 38px;
    height: 2px;
}

#carousel {
    width: 100%;
    float: left;
}

#carousel .flex-direction-nav {
    display: none;
}

#carousel .flex-direction-nav li {
    background: 0;
    width: auto;
    padding: 0;
}

.slider_right #carousel table {
    height: auto;
}

#carousel .flex-viewport {
    overflow: visible!important;
}

#carousel .flex-viewport ul {
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    width: auto!important;
}

.tab_slider .left {
    width: 40%;
    float: left;
    padding: 3% 0 0 14%;
}

.liquid-slider .flex-direction-nav {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -60px 0 0;
}

.liquid-slider .flex-direction-nav li {
    padding: 0;
    float: none;
}

.liquid-slider .flex-direction-nav a {
    background: url(../images/left_arrow.png) no-repeat left top;
    width: 52px;
    height: 112px;
    position: absolute;
    left: 0;
    top: 50%;
}

.liquid-slider .flex-direction-nav a.flex-next {
    left: auto;
    right: 0;
    background-image: url(../images/right_arrow.png);
}

.tab_slider h2 {
    font: bold 42px 'Open Sans',sans-serif;
    color: #68737c;
    padding: 0 0 10px;
    line-height: 44px;
    float: left;
    width: 100%;
}

.tab_slider a {
    font: normal 14px 'Open Sans',sans-serif;
    color: #2a2a2a;
    line-height: 18px;
}

.panel-wrapper .title {
    display: none;
}

.news_box {
    margin: 0 12% 0 0;
    width: 30%;
    padding: 2%;
    background: #d8dee4;
    float: right;
}

.tab_slider .news_box p {
    font-size: 14px;
    line-height: 24px;
    color: #68737c;
}

.tab_slider .news_box span {
    font-size: 12px;
    line-height: 18px;
    color: #fa0811;
}

.tab_slider .news_box a {
    font: normal 12px 'Open Sans',sans-serif;
    color: #fa0912;
    float: right;
    line-height: 18px;
}

.footer {
    width: 100%;
    background: #68737c url(../images/pattern.png) repeat left top;
    padding: 70px 0 0;
    text-align: center;
}

.F_box {
    float: left;
    width: 33%;
    text-align: left;
}

.F_box ul {
    width: 50%;
    float: left;
}

.F_box p {
    width: 50%;
    float: left;
    font: normal 14px 'Open Sans',sans-serif;
    color: #d8dee4;
    line-height: 24px;
}

.footer h2 {
    font: bold 18px 'Open Sans',sans-serif;
    color: #d8dee4;
    padding: 0 0 30px;
    line-height: 24px;
    float: left;
    width: 100%;
}

.footer li {
    font: normal 14px 'Open Sans',sans-serif;
    color: #d8dee4;
    line-height: 24px;
    float: left;
    width: 100%;
}

.footer li a {
    color: #d8dee4;
}

.footer li a:hover {
    color: #fff;
}

p.copyright {
    margin: 50px 0 0;
    float: left;
    width: 100%;
    font: normal 12px 'Open Sans',sans-serif;
    color: #9ea8b0;
    line-height: 24px;
    text-align: center;
    padding: 25px 0;
    background: url(../images/F-sep.png) repeat-x left top;
}

p.copyright a {
    color: #9ea8b0;
}

p.copyright a:hover {
    color: #fff;
}

.inner_thumbs {
    width: 100%;
    float: left;
    max-width: 555px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.inner_thumbs table {
    height: 100%;
    vertical-align: middle;
}

.inner_thumbs li {
    float: left;
    position: relative;
    margin: 6px 0 6px 20px;
    max-width: 150px;
    width: 20%!important;
    border: 5px solid #fff;
}

.inner_thumbs li img {
    float: left;
}

.inner_thumbs li a {
    font: 600 13px 'Open Sans',sans-serif;
    color: #2a2a2a;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 17px;
    z-index: 11;
}

.inner_thumbs .thumb_hover {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: -20px 0 0;
    width: 100%;
    height: 44px;
    background: url(../images/white_overlay.png) repeat left top;
}

.inner_thumbs .thumb_hover table {
    width: 100%;
    text-align: center;
}

.inner_thumbs li:hover .thumb_hover {
    background: #fff;
}

.inner_thumbs .thumb_hover td {
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    height: 44px;
}

.product_banner {
    background-color: #345d91;
}

.product_banner .flexslider {
    width: 50%;
    min-width: 50%;
}

.product_banner .flexslider img {
    width: 100%;
    float: left;
}

.product_banner .slider_right {
    position: absolute;
    left: 50%;
    top: 0;
}

.product_banner table {
    width: 100%;
    float: left;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.product_banner td {
    font: bold 42px 'Open Sans',sans-serif;
    height: 100%;
    text-align: center;
    color: #fff;
    line-height: 48px;
    vertical-align: middle;
    text-shadow: #000 0 1px 0;
}

.products_text ul{
    margin-left: 28px;
}
.products_text li {
    list-style: disc !important;
}

.products_list {
    width: 100%;
    float: left;
    height: 100%;
}

.products_list ul {
    width: 100%;
    float: left;
    height: 100%;
}

.products_list li {
    float: left;
    width: 100%;
    border-top: 1px solid #d8dee4;
    height: 100%;
}

.products_list li .left {
    width: 65%;
    float: left;
    padding: 25px 0 15px;
}

.products_list li .right {
    width: 25%;
    float: right;
    background: #f3f5f7;
    height: 100%;
    padding: 25px 2%;
    position: relative;
    min-height: 120px;
}

.products_list li .left em {
    width: 28%;
    float: left;
    max-width: 148px;
    margin: 1% 4% 0 0;
}

.products_list li .left h2 {
    font-size: 16px;
    color: #68737c;
    padding: 0 0 10px;
}

.products_list li .left p {
    font-size: 13px;
    color: #2a2a2a;
    line-height: 22px;
    font-weight: 300;
    padding: 0 0 10px;
}

.products_list a.full_button {
    font: 300 10px 'Open Sans',sans-serif;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    left: 5%;
    bottom: 0;
    color: #fff;
    width: 90%;
    line-height: 14px;
    vertical-align: middle;
    background: #648bbd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(js/pie/PIE.php);
}

.products_list a.full_button:hover {
    background: #325b90;
}

a.help {
    font: 300 10px 'Open Sans',sans-serif;
    color: #99a6b0;
    margin: 30px 0 0;
    line-height: 12px;
    float: left;
    background: url(../images/help.png) no-repeat left top;
    padding: 2px 0 3px 22px;
}

.tools {
    width: 100%;
    position: relative;
    background: url(../images/tools_bg.png) no-repeat center top;
}

.tools a.button {
    font: bold 14px 'Open Sans',sans-serif;
    background: url(../images/diamond_btn.png) no-repeat left top;
    width: 160px;
    min-height: 38px;
    padding: 12px 0 0;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 390px;
    float: right;
    cursor: pointer;
    color: #fff;
    line-height: 18px;
}

.tools a.close {
    font: normal 12px 'Open Sans',sans-serif;
    background: url(../images/close.png) no-repeat left top;
    width: 70px;
    min-height: 24px;
    padding: 10px 0 0;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    color: #fff;
    line-height: 18px;
}

.tools_more {
    width: 100%;
    float: left;
    display: none;
    min-height: 250px;
    background: url(../images/tools_bg.png) no-repeat center top;
    z-index: 111;
    position: relative;
}

.tools_more ul {
    width: 24%;
    float: left;
    padding: 30px .5% 30px .5%;
}

.tools_more li {
    float: left;
    width: 100%;
    font: bold 25px 'Open Sans',sans-serif;
    padding: 8px 8px 8px 8px;
    line-height: 36px;
    color: #b3bec9;
}

.tools_more li a {
    color: #b3bec9;
}

.tools_more li a:hover {
    color: #68737c;
}

.special_banner {
    background-color: #cf922a;
}

.porcelain_banner {
    background-color: #797564;
}

.glass_banner {
    background-color: #2b5f94;
}

.stone_banner {
    background-color: #f26522;
}

.composites_banner {
    background-color: #696d73;
}

.superhard_banner {
    background-color: #505f49;
}

.diy_banner {
    background-color: #f37021;
}

.cloth_banner {
    background-color: #5f9443;
}

.floor_banner,.cleaning_banner,.maintenance_banner,.grinding_banner {
    background-color: #e34a34;
}

.metallised_banner {
    background-color: #c85c2f;
}

.abrasives_banner {
    background-color: #004261;
}

.products_list li .right h3 {
    font: 300 12px 'Open Sans',sans-serif;
    color: #68737c;
    line-height: 16px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

.products_list li .right strong {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

.buttons {
    width: 100%;
    float: left;
}

.buttons a {
    font: 300 10px 'Open Sans',sans-serif;
    text-align: center;
    padding: 5px 0;
    float: left;
    cursor: pointer;
    color: #fff;
    width: 48%;
    line-height: 14px;
    vertical-align: middle;
    background: #648bbd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(js/pie/PIE.php);
}

.buttons a.quota {
    float: right;
}

.buttons a:hover {
    background: #325b90;
}

.ncl-location-pin {
    position: absolute;
    background: url('../images/ui_sprite.png') -81px 0;
    cursor: pointer;
    z-index: 15;
    width: 20px;
    height: 20px;
    background: url(../images/unsel_dot.png) no-repeat left top;
}

.ncl-location-pin:hover {
    background-image: url(../images/sel_dot.png);
}

.ncl-selected-location .ncl-location-pin {
    background-image: url(../images/sel_dot.png);
}

.equal {
    width: 50%;
    float: left;
}

img.blank {
    border: 0;
}

#menu {
    display: none;
    background: #2a2a2a;
    padding: 7px 0 8px;
    width: 100%;
    float: left;
    color: #fff;
    margin: 15px 0 0;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 7px;
}

.pdf_main {
    width: 100%;
    float: left;
    background: #f3f5f7;
    border-top: 1px solid #d8dee4;
    position: relative;
    padding-top: 30px;
    padding-bottom: 55px;
    display: none;
}

.pdf_main a.close_pdf {
    cursor: pointer;
    background: url(../images/cross1.png) no-repeat left top;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.pdf_main a.more_info {
    cursor: pointer;
    width: 300px;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    font: 300 12px 'Open Sans',sans-serif;
    color: #2a2a4b;
    margin: 0 0 0 10px;
    line-height: 13px;
    background: url(../images/help.png) no-repeat left top;
    padding: 0 0 5px 22px;
}

.pdf_main ul {
    width: 94%;
    padding: 0 3%;
    display: table-cell;
    list-style-type: none;
    vertical-align: middle;
}

.pdf_main li {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
}

.pdf_main li a {
    float: left;
    text-align: center;
    width: 100%;
}

.pdf_main li em {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0 0 18px;
}

.pdf_main li span {
    text-align: center;
    width: 78%;
    float: left;
    padding: 0 11%;
    color: #2a2a4b;
    font: 300 12px 'Open Sans',sans-serif;
    line-height: 16px;
}

@media only screen and (min-width:1800px) and (max-width:6000px) {
    .inner_thumbs li {
        width: 27.5%!important;
        margin: 2% 0 2% 4%;
    }

    .inner_thumbs li td a {
        font-size: 16px;
        line-height: 16px;
    }
}

@media only screen and (min-width:1550px) and (max-width:1800px) {
    .inner_thumbs li {
        width: 23.5%!important;
        margin: 2% 0 2% 22px;
    }

    .inner_thumbs li td a {
        font-size: 16px;
        line-height: 16px;
    }
}

@media only screen and (min-width:1305px) and (max-width:1550px) {
    .inner_thumbs li td a {
        font-size: 14px;
        line-height: 14px;
    }
}

@media only screen and (min-width:900px) and (max-width:1305px) {
    .map_container {
        width: 1100px!important;
        height: 94.5%!important;
        left: 50%;
        margin-left: -550px;
        overflow: hidden;
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .language_extra {
        margin-top: 5.5%;
    }
}

@media only screen and (min-width:0) and (max-width:1305px) {
    .container,.circle_boxes .container {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .header {
        min-height: 10px;
        padding-bottom: 20px;
    }

    .slider h1 {
        min-width: inherit;
        font-size: 36px;
        line-height: 36px;
        width: 50%;
        padding-top: 3%;
    }

    .thumbs li {
        width: 27%;
        margin: 0 0 0 3%;
        max-width: 150px;
    }

    .thumbs li em {
        width: 100%;
    }

    .navigation li ul {
        width: 785%;
    }

    .F_box {
        width: 32.5%;
    }

    .black_content h1 {
        font-size: 56px;
        line-height: 56px;
    }

    .box {
        float: none;
        display: inline-block;
        margin: 20px 18px;
    }

    .circle_box {
        float: none;
        display: inline-block;
    }

    .F_box ul {
        width: 100%;
    }

    .F_box p {
        width: 100%;
    }

    .contact .overlay {
        display: none;
    }

    .black_content .BC_overlay {
        display: none;
    }

    .inner_thumbs li {
        margin: 2% 0 2% 2.7%;
    }

    .inner_thumbs {
        width: 50%;
        padding-bottom: 2%;
    }

    .inner_slider .inner_thumbs {
        width: 100%;
    }

    .inner_thumbs li {
        width: 27.5%!important;
    }

    .inner_thumbs li td a {
        font-size: 15px;
        line-height: 14px;
    }

    .inner_slider .flexslider .slides img {
        height: 550px;
        max-width: none;
        width: auto;
    }

    .tools a.button {
        margin: 0;
        right: 2%;
        left: auto;
    }
}

@media only screen and (min-width:0) and (max-width:900px) {
    .black_content {
        height: 300px;
    }

    .BC_new {
        height: auto;
    }
}

@media only screen and (min-width:720px) and (max-width:940px) {
    .logo {
        width: 25%;
        max-width: 193px;
    }

    .navigation {
        width: 100%;
    }

    .navigation li {
        padding: 0 0 20px 0;
        margin: 0 0 0 22px;
    }

    .navigation li ul {
        width: 655%;
    }

    .navigation li ul li a {
        font-size: 12px;
    }

    .content .container {
        width: 84%;
        padding: 0 2%;
    }

    .loading .loader {
        height: 300px;
    }

    .slider h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .tab_slider h2 {
        font-size: 35px;
        line-height: 36px;
    }

    .inner_slider .flexslider .slides img {
        height: 450px;
    }

    .tools_more li {
        font-size: 24px;
        line-height: 30px;
    }

    .products_list li {
        background-position: 100% top;
    }

    .products_list li .left {
        width: 62%;
    }

    .products_list li .right {
        width: 32%;
    }
}

@media only screen and (min-width:500px) and (max-width:900px) {
    .black_content {
        background-image: url(../images/tablet/map1.jpg);
        height: 206px;
    }

    .black_content h1 {
        font-size: 54px;
        line-height: 54px;
        top: 3%;
    }

    .black_content a.button {
        top: 42%;
    }

    .BC_new {
        background-image: url(../images/tablet/map2.jpg);
        height: 325px;
        overflow: visible;
    }

    .ncl-location-pin {
        background-image: url(../images/small_unsel_dot.png);
        width: 10px;
        height: 10px;
    }

    .ncl-location-pin:hover,.ncl-selected-location .ncl-location-pin {
        background-image: url(../images/small_sel_dot.png);
    }

    .location {
        padding: 1% 2%;
        margin-top: -5px;
    }

    .location p {
        font-size: 11px;
        line-height: 14px;
    }

    .location a.email {
        padding: 1% 10px;
        font-size: 11px;
        line-height: 14px;
    }

    .pin1 {
        left: 50%;
        margin-left: -6px;
        margin-top: -4px;
    }

    .pin2 {
        left: 50%;
        margin-left: -16px;
    }

    .pin3 {
        left: 50%;
        margin-left: -12px;
    }

    .pin4 {
        left: 50%;
        margin-left: -21px;
    }

    .pin5 {
        left: 50%;
        margin-left: -3px;
    }

    .pin6 {
        left: 50%;
        margin-left: -20px;
    }

    .pin7 {
        left: 50%;
        margin-left: -35px;
    }

    .pin8 {
        left: 50%;
        margin-left: -140px;
    }

    .pin9 {
        left: 50%;
        margin-left: 197px;
    }

    .pin10 {
        left: 50%;
        margin-left: 145px;
    }

    .pin11 {
        left: 50%;
        margin-left: 10px;
    }
    
    .pin12{
         left: 50%;
        margin-left: 50px;
    }
    
    .pin13{
        left: 50%;
        margin-left: 95px;
    }
    
    .pin14{
        left: 50%;
        margin-left: 130px;
    }
     .pin15 {
        left: 50%;
        margin-left: 138px;
    }
     .pin16 {
         left: 50%;
         margin-left: 155px;
     }

    img.blank {
        height: 285px;
        border: 0;
    }
}

@media only screen and (max-width:740px) {
    .header {
        text-align: center;
    }

    #lang_dropdown {
        margin-left: 130px!important
    }
    .logo,
    .search {
        margin: 0 auto;
        float: none
    }

    .logo {
        width: 120px;
        padding: 9px 0;
    }

    .header .right {
        width: 100%;
    }

    .search {
        width: 300px;
        margin: 0 auto;
        float: none;
    }

    #menu {
        display: inline-block;
        margin-bottom: 15px;
    }

    .slider .flexslider {
        width: 100%;
    }

    .loading .loader {
        width: 100%;
        height: 200px;
    }

    .content .container {
        width: 96%;
        padding: 0 2%;
    }

    .slider_right {
        width: 100%;
        position: relative;
        right: auto;
        bottom: auto;
    }

    .slider h1 {
        padding: 5% 0;
        font-size: 28px;
        line-height: 28px;
    }

    .thumbs {
        position: relative;
        left: auto;
        bottom: -15px;
        float: left;
        width: 100%;
        text-align: center;
    }

    .thumbs li {
        float: none;
        display: inline-block;
    }

    .black_content h1 {
        font-size: 240%;
        line-height: 175%;
        top: 0;
        padding-bottom: 0;
    }

    .tab_slider .left {
        width: 80%;
    }

    .tab_slider .right {
        width: 80%;
        padding: 0 0 0 14%;
        float: left;
        margin: 25px 0 0;
    }

    .news_box {
        width: 60%;
        padding: 5%;
        float: left;
        margin: 25px 0 0 14%;
    }

    .navigation {
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .navigation ul {
        background: #000;
        float: left;
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        behavior: url(js/pie/PIE.php);
    }

    .navigation li {
        float: left;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .navigation li a {
        display: block;
        width: 95%;
        padding: 7px 0 7px 5%;
        color: #fff;
    }

    .navigation li ul {
        width: 90%;
        margin: 0;
        display: none;
        position: static;
        padding: 0 0 0 10%;
        left: auto;
        top: auto;
    }

    .navigation li ul li {
        padding: 0;
    }

    .navigation li ul li a {
        color: #fff!important;
    }

    .inner_thumbs li {
        margin: 2.7% 0 0 2.7%;
    }

    .inner_thumbs {
        width: 100%;
        padding-bottom: 2%;
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        max-width: none;
    }

    .inner_thumbs ul {
        text-align: center;
        width: 100%;
        float: left;
    }

    .inner_thumbs li {
        width: 29%!important;
        display: inline-block!important;
        float: none!important;
        margin: 2% 2% 0;
    }

    .inner_thumbs li td a {
        font-size: 15px;
        line-height: 18px;
    }

    .inner_slider .flexslider .slides img {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .product_banner .slider_right {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        float: left;
        padding: 5% 0;
    }

    .tools_more li {
        font-size: 20px;
        line-height: 24px;
    }

    .products_list li {
        background-position: 102% top;
    }

    .products_list li .right {
        width: 29%;
    }

    .slider h1 {
        top: 15%!important;
        font-size: 18px!important;
        line-height: 22px!important;
    }
}
@media only screen and (max-width: 600px) {
    .logo {
        width: 110px;
        padding: 40px 0
    }
    #lang_dropdown {
        margin-top: 10px!important
    }
}

@media only screen and (min-width:500px) and (max-width:598px) {
    .products_list li {
        background-position: 102% top;
    }

    .products_list li .right {
        width: 39%;
    }

    .products_list li .left {
        width: 50%;
    }
}

@media only screen and (max-width:500px) {
    .footer li {
        font-size: 13px;
    }

    .slider h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .black_content h1 {
        font-size: 24px;
        line-height: 28px;
        padding: 15px 0;
    }

    .F_box {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .thumbs li {
        width: 50%;
        margin: 0 10px 30px;
    }

    .black_content a.button {
        padding: 5px 10px;
    }

    p.copyright {
        margin-top: 0;
    }

    .tab_slider h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .liquid-slider-wrapper .liquid-nav-left-arrow {
        width: 20px;
        background-image: url(../images/small_left_arrow.png);
        height: 43px;
    }

    .liquid-slider-wrapper .liquid-nav-right-arrow {
        width: 20px;
        background-image: url(../images/small_right_arrow.png);
        height: 43px;
    }

    .tab_slider .left {
        width: 80%;
        padding: 0 10%;
    }

    .tab_slider .right {
        width: 80%;
        padding: 0 10%;
        float: left;
        margin: 25px 0 0;
    }

    .news_box {
        width: 60%;
        padding: 5%;
        float: left;
        margin: 25px 10%;
    }

    .liquid-slider {
        padding-top: 20px;
    }

    .inner_thumbs li {
        width: 100%!important;
    }

    .tools_more,.tools {
        background: 0;
        min-height: inherit;
    }

    .tools_more ul {
        width: 100%;
        padding: 15px 0;
    }

    .products_list li {
        background: 0;
    }

    .products_list li .right {
        width: 96%;
        min-height: inherit;
    }

    .products_list a.full_button {
        bottom: 10px;
    }

    .products_list li .left {
        width: 100%;
    }

    .news_box {
        width: 75%;
    }

    .location {
        width: 90%;
        padding: 2%;
        left: 3%;
        margin: 0;
        z-index: 111;
    }

    .location h2 {
        font-size: 12px;
    }

    .location p,.location a.email {
        font-size: 10px;
        line-height: 12px;
    }

    .black_content {
        background-image: url(../images/phone/map1.jpg);
        height: 114px;
    }

    .black_content a.button {
        top: 64%;
    }

    .BC_new {
        background-image: url(../images/phone/map2.jpg);
        height: 158px;
        overflow: visible;
    }

    .ncl-location-pin {
        background-image: url(../images/small_unsel_dot.png);
        width: 10px;
        margin-top: -4px;
        height: 10px;
    }

    .ncl-location-pin:hover,.ncl-selected-location .ncl-location-pin {
        background-image: url(../images/small_sel_dot.png);
    }

    .language ul {
        width: 100%;
    }

    .language li {
        width: 16%;
        text-align: center;
        padding-left: 0;
    }

    .language li img {
        margin-top: 5px;
        margin-left: 10px;
    }

    .slider .flexslider .image {
        width: 100%;
    }

    .slider h1 {
        width: 100%;
    }

    img.blank {
        height: 114px;
    }

    .BC_new img.blank {
        height: 158px;
    }

    .pin1 {
        left: 50%;
        margin-left: -3px;
        margin-top: -2px;
    }

    .pin2 {
        left: 50%;
        margin-left: -8px;
    }

    .pin3 {
        left: 50%;
        margin-left: -6px;
    }

    .pin4 {
        left: 50%;
        margin-left: -10px;
    }

    .pin5 {
        left: 50%;
        margin-left: -1px;
    }

    .pin6 {
        left: 50%;
        margin-left: -10px;
    }

    .pin7 {
        left: 50%;
        margin-left: -17px;
    }

    .pin8 {
        left: 50%;
        margin-left: -76px;
    }

    .pin9 {
        left: 50%;
        margin-left: 106px;
    }

    .pin10 {
        left: 50%;
        margin-left: 73px;
    }

    .pin11 {
        left: 50%;
        margin-left: 5px;
    }
    
    .pin12 {
        left: 50%;
        margin-left: 23px;
    }

    .pin13 {
        left: 50%;
        margin-left: 51px;
    }
    
    .pin14 {
        left: 50%;
        margin-left: 69px;
    }
    .pin15 {
        left: 50%;
        margin-left: 69px;
    }
    .pin16 {
        left: 50%;
        margin-left: 83px;
    }

    .language {
        padding-top: 0;
    }

    .pdf_main li {
        width: 100%;
        padding: 10px 0;
    }

    .circle_box {
        margin: 0;
    }
}

@media only screen and (max-width:400px) {
    .black_content h1 {
        font-size: 18px;
        line-height: 24px;
        padding: 5px 0;
    }

    .search {
        width: 100%;
    }

    .search img {
        margin-left: 10px;
    }

    .slider h1 {
        font-size: 12px!important;
    }

    .search_form {
        width: 200px;
    }

    .search input {
        width: 160px;
    }
}/* flexslider */.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
    outline: 0;
}

.slides,.flex-control-nav,.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -13px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}

.flexslider:hover .flex-next {
    opacity: .8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: .8;
    left: 5px;
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

#lang_dropdown, #lang_dropdown * {
    margin: 0;
    padding: 0;
    outline: none;
}
#lang_dropdown {
    float: right;
    width: 157px;
    margin-left: 12px;
}
#lang_dropdown ul {
    list-style: none;
}
#lang_dropdown form {
    display: none;
}
#lang_dropdown a {
    line-height: 20px;
    text-decoration: none;
    display: block;
    height: 20px;
    width: 95px;
    padding: 8px 6px 6px 46px;
    color: #444;
    background-repeat: no-repeat;
    background-position: 6px center;
}
#lang_dropdown a:hover {
    color: #000;
}
#lang_dropdown a.current:link, #lang_dropdown a.current:visited, #lang_dropdown a.current:active {
    position: relative;
}
#lang_dropdown a.current:hover,
#lang_dropdown ul.dropdown li:hover {
    background-color: #F3F3F3;
}
#lang_dropdown span.trigger {
    display: block;
    position: absolute;
    width: 9px;
    height: 5px;
    text-indent: -10000em;
    top: 14px;
    right: 6px;
}
#lang_dropdown a.current:link span.trigger, #lang_dropdown a.current:visited span.trigger {
    background: url(../images/arrow-down.gif) no-repeat left top;
}
#lang_dropdown a.current:hover span.trigger, #lang_dropdown a.current:active span.trigger, #lang_dropdown a.active span.trigger {
    background-position: left bottom !important;
}
#lang_dropdown ul.dropdown {
    display: none;
    position: absolute;
    background-color: #FFF;
}
#english {
    background-image: url(/images/flags/english.png);
}
#german {
    background-image: url(/images/flags/german.png);
}

.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.active { font-weight: bold; }

.table-wrapper:nth-child(odd) {
    width: 100%;
    background-color: #ccc;
}