/* Global ui-rewrites */
.ui-widget {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

/* Tabs overwrite */
.ui-tabs {
    padding: 0;
    background: none;
    border: none;
}

.ui-tabs > .ui-tabs-nav {
    padding: 0;
    background: none;
    border: none;
}

.ui-tabs > .ui-tabs-nav li {
    margin-right: 0;
    line-height: 36px;
    box-sizing: border-box;
    text-align: center;
    font-weight: normal;
    background: #ebebeb;
    border: 1px solid #dadada;
    border-bottom: none;
}

.ui-tabs > .ui-tabs-nav.col-2 li {
    width: 49%;
    margin-left: 1%;
}

.ui-tabs > .ui-tabs-nav.col-2 li:first-child {
    width: 50%;
    margin-left: 0;
}

.ui-tabs > .ui-tabs-nav.col-3 li {
    width: 32.33%;
    margin-left: 1%;
}

.ui-tabs > .ui-tabs-nav.col-3 li:first-child {
    width: 33.33%;
    margin-left: 0;
}

.ui-tabs > .ui-tabs-nav.col-4 li {
    width: 24%;
    margin-left: 1%;
}

.ui-tabs > .ui-tabs-nav.col-4 li:first-child {
    width: 25%;
    margin-left: 0;
}

.ui-tabs > .ui-tabs-nav.col-5 li {
    width: 19%;
    margin-left: 1%;
}

.ui-tabs > .ui-tabs-nav.col-5 li:first-child {
    width: 20%;
    margin-left: 0;
}

.ui-tabs > .ui-tabs-nav.col-6 li {
    width: 15.66%;
    margin-left: 1%;
}

.ui-tabs > .ui-tabs-nav.col-6 li:first-child {
    width: 16.66%;
    margin-left: 0;
}

.ui-tabs > .ui-tabs-nav li.ui-state-active {
    background: #2895d5;
    border-color: #2895d5;
    font-weight: bold;
    background: -moz-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bbde5), color-stop(100%, #2895d5));
    background: -webkit-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -o-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -ms-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: linear-gradient(to bottom, #7bbde5 0, #2895d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bbde5', endColorstr='#2895d5', GradientType=0);
}

.ui-tabs > .ui-tabs-nav li.ui-state-hover {
    background: #2895d5;
    border-color: #2895d5;
    background: -moz-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bbde5), color-stop(100%, #2895d5));
    background: -webkit-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -o-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -ms-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: linear-gradient(to bottom, #7bbde5 0, #2895d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bbde5', endColorstr='#2895d5', GradientType=0);
}

.ui-tabs > .ui-tabs-nav li a {
    float: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    color: #333;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
    border: 1px solid #2895d5;
    border-top: 3px solid #2895d5;
    margin-right: 1px;
}

/* Tooltip overwrite */
.ui-tooltip {
}

/* Accordion overwrite */
.ui-accordion {
}

.ui-accordion > .ui-accordion-header {
    padding: 0 0 0 2em;
    line-height: 36px;
    color: #333;
    font-weight: normal;
    background: #ebebeb;
    border-color: #dadada;
}

.ui-accordion > .ui-accordion-header.ui-state-active {
    background: #2895d5;
    color: #fff;
    border-color: #2895d5;
    font-weight: bold;
    background: -moz-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bbde5), color-stop(100%, #2895d5));
    background: -webkit-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -o-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -ms-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: linear-gradient(to bottom, #7bbde5 0, #2895d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bbde5', endColorstr='#2895d5', GradientType=0);
}

.ui-accordion > .ui-accordion-header.ui-state-hover {
    background: #2895d5;
    color: #fff;
    border-color: #2895d5;
    background: -moz-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bbde5), color-stop(100%, #2895d5));
    background: -webkit-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -o-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -ms-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: linear-gradient(to bottom, #7bbde5 0, #2895d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bbde5', endColorstr='#2895d5', GradientType=0);
}

.ui-accordion > .ui-accordion-header:first-child {
    margin: 0;
}

.ui-accordion > .ui-accordion-content {
    padding: 0;
    background: none;
    line-height: 1.5;
    border-color: #2895d5;
    padding: 10px;
    border-radius: 0 !important;
}

.ui-accordion table {
    margin: 0 0 15px 0;
}

.ui-accordion table th {
    width: 200px;
}

.ui-accordion.dark {
}

.ui-accordion.dark > .ui-accordion-header {
    color: #fff;
    border: none;
    border-radius: 0 !important;
    font-weight: bold;
    background: #939393; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkzOTM5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #939393 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #939393), color-stop(100%, #666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #939393 0%, #666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #939393 0%, #666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #939393 0%, #666666 100%); /* IE10+ */
    background: linear-gradient(to bottom, #939393 0%, #666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#939393', endColorstr='#666666', GradientType=0); /* IE6-8 */
    font-size: 0.95em;
}

.ui-accordion.dark > .ui-accordion-header.ui-state-active {
    background: #2895d5;
    color: #fff;
    border-color: #2895d5;
    font-weight: bold;
    background: -moz-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bbde5), color-stop(100%, #2895d5));
    background: -webkit-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -o-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -ms-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: linear-gradient(to bottom, #7bbde5 0, #2895d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bbde5', endColorstr='#2895d5', GradientType=0);
}

.ui-accordion.dark > .ui-accordion-header.ui-state-hover {
    background: #2895d5;
    color: #fff;
    border-color: #2895d5;
    background: -moz-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bbde5), color-stop(100%, #2895d5));
    background: -webkit-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -o-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: -ms-linear-gradient(top, #7bbde5 0, #2895d5 100%);
    background: linear-gradient(to bottom, #7bbde5 0, #2895d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bbde5', endColorstr='#2895d5', GradientType=0);
}

.ui-accordion.dark .ui-state-default .ui-icon {
    background-image: url(ui-lightness/images/ui-icons_ffffff_256x240.png);
}

/* RHS quicklinks */
.info-holder.q_links select {
    width: 100%;
}

/* Page Teaser Carousel */

#page-teaser {
    padding: 0 25px 0 25px;
    width: 670px;
    overflow: hidden;
    position: relative;
    margin: 0;
    z-index: 555;
}

#page-teaser ul {
    margin: 0;
    padding: 0 0 0 0;
    z-index: 565;
    width: 2000px !important;
}

#page-teaser ul li {
    position: relative;
    z-index: 575;
    margin: 0 15px 0 0;
    border: none;
    list-style: none;
    width: 327px;
    height: 99px;
    float: left;
    background: #ffffff; /* Old browsers */
}

#page-teaser ul li a {
    border: solid 1px #ebebeb;
    behavior: url(/includes/PIE.htc);
    display: block;
    padding: 12px 10px;
    height: 73px;
    text-decoration: none;
}

#page-teaser ul li img.thumb {
    width: 55px;
    height: 65px;
    display: block;
    float: left;
}

#page-teaser ul li div.text {
    width: 238px;
    display: block;
    float: left;
    padding: 0 0 0 0;
}

#page-teaser ul li div.text h4.title {
    margin-bottom: 0;
    font-size: 14px !important;
}

#page-teaser ul li div.text h4.title a {
    text-decoration: none;
    color: #333;
}

#page-teaser ul li div.text p.title {
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 0;
}

#page-teaser ul li div.text p {
    font-size: 0.8em;
    margin-bottom: 0;
    color: #111;
}

#page-teaser div.jcarousel-prev {
    background: url("../images/buttons/prev.png") 0 0 no-repeat;
    width: 11px;
    height: 28px;
    position: absolute;
    left: -25px;
    top: 35%;
    cursor: pointer;
}

#page-teaser div.jcarousel-next {
    background: url("../images/buttons/next.png") 0 0 no-repeat;
    width: 11px;
    height: 28px;
    position: absolute;
    right: -25px;
    top: 35%;
    cursor: pointer;
}

.jcarousel-clip {
    overflow: hidden;
}

div.side-banner {
    margin: 0 0 1em 0;
}

div.side-banner div.text {
    float: left;
    width: 109px;
    margin: 0 10px 0 0;
}

div.side-banner a.thumb {
    float: left;
    width: 67px;
}

div.side-banner div.text h4 {
    margin: 0;
}

div.side-banner div.text p {
    margin: 0;
    font-size: 12px;
}

div.side-banner a.arrow {
    font-size: 13px !important;
}

div.side-type-2 div.text {
    margin: 0;
}

/* Homepage Teaser Carousel */
div.jcarousel-container div.jcarousel-prev {
    background: url("../images/buttons/prev.png") 0 0 no-repeat;
    width: 11px;
    height: 28px;
    position: absolute;
    left: -25px;
    top: 35%;
    cursor: pointer;
}

div.jcarousel-container div.jcarousel-next {
    background: url("../images/buttons/next.png") 0 0 no-repeat;
    width: 11px;
    height: 28px;
    position: absolute;
    right: -25px;
    top: 35%;
    cursor: pointer;
}

/* side Teasers */
#colside ul.side-teasers {
    width: 206px;
    margin: 0 auto !important;
    padding: 0;
}

#colside ul.side-teasers li {
    float: none !important;
    margin: 0 0 10px 0 !important;
    width: 100% !important;
}

/* side Teasers */
#colside ul.side-teasers {
    width: 206px;
    margin: 0 auto !important;
}

#colside ul.side-teasers li {
    float: none !important;
    margin: 0 0 10px 0 !important;
    width: 100% !important;
}

#colside ul.side-teasers li a span.desc {
    width: 50% !important;
}

#colside ul.side-teasers li a {
    border: 1px solid #EBEBEB;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    height: 83px;
    line-height: 16px;
    padding-left: 10px;
    padding-top: 17px;
    position: relative;
    text-decoration: none;
}

#colside ul.side-teasers li.news a span.img {
    background: url("../images/build/home/home-teaser-4.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 101px;
    right: 0;
    width: 100px;
}

#colside ul.side-teasers li span.img {
    position: absolute;
}

#colside ul.side-teasers li a span.title {
    display: block;
    width: 96px;
}

#colside ul.side-teasers li a span.desc {
    color: #7D7D7D;
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 12px;
    margin: 7px 0 0;
    width: 96px;
}

#colside ul.side-teasers li {
    background: linear-gradient(to bottom, #FFFFFF 0%, #FAFAFA 100%) repeat scroll 0 0 transparent;
    float: left;
    height: 103px;
    list-style: none outside none;
    margin: 0 0 0 20px;
    padding: 0;
    position: relative;
    width: 206px;
}

/* Using custom CSS for Page Manager generated Titles. These can be overwritten on FXP.page.css files */

div.col-mid h1, div.col-mid h2, div.col-mid h3, div.col-mid h4 {
    line-height: 1.5;
    border-bottom: 2px solid #bcbec0;
}

div.col-mid h1 {
    font-size: 20px;
    border: none !important;
    font-weight: bold !important;
}

div.col-mid h2 {
    font-size: 16px;
    font-weight: bold !important;
}

div.col-mid h3 {
    font-size: 14px;
    border-width: 1px;
    font-weight: bold !important;
    clear: both;
}

div.col-mid h4 {
    font-size: 14px;
    border: none !important;
    font-weight: bold !important;
}

h3.title-prod-list {
    margin-bottom: 18px;
}

/* Using custom CSS to add arrow to the Link Manager generated <a> */

div.info-holder ul.arrow {
    margin: 0;
    padding: 0;
}

div.info-holder ul.arrow li {
    margin: 0;
    padding: 0 0 0 10px;
    background: url("../Images/buttons/link-arrow.gif") 0 5px no-repeat;
    list-style: none
}

/* Disable Tools */
#tools {
    display: none;
}

/* Search Tool */

#search-wizard {
    padding: 15px 10px 55px;
    position: relative;
    border: solid 1px #dfdfdf;
}

#search-wizard.no-btn {
    padding-bottom: 8px;
}

#search-wizard ul {
    margin: 0;
    padding: 0;
}

#search-wizard ul li {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none
}

#search-wizard p {
    margin: 0;
}

#search-wizard p strong {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 10px 0;
    display: block;
}

#search-wizard p select {
    width: 100%;
    margin: 0 0 16px 0;
    height: 24px;
}

#search-wizard p input {
    width: 99.7%;
    margin: 0 0 16px 0;
    padding: 3px 0;
    text-indent: 5px;
}

#search-wizard a.btn {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 100px;
}

#search-wizard ul.two-column {
}

#search-wizard ul.two-column li {
    float: left;
    width: 339px;
    margin-right: 14px;
}

#search-wizard ul.two-column li.option2 {
    margin: 0;
}

#search-wizard ul.three-column {
}

#search-wizard ul.three-column li {
    float: left;
    width: 221px;
    margin-right: 14px;
}

#search-wizard ul.three-column li.option3 {
    margin: 0;
}

#search-wizard ul.two-row li {
    margin-bottom: 10px;
}

/* Login Tool */

#login-wizard {
    padding: 15px 10px 55px;
    position: relative;
    border: solid 1px #dfdfdf;
}

#login-wizard.no-btn {
    padding-bottom: 8px;
}

#login-wizard ul {
    margin: 0;
    padding: 0;
}

#login-wizard ul li {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none
}

#login-wizard p {
    margin: 0;
}

#login-wizard p strong {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 15px 0;
    display: block;
}

#login-wizard p select {
    width: 100%;
    margin: 0 0 16px 0;
}

#login-wizard p input {
    width: 100%;
    margin: 0 0 0 0;
}

#login-wizard a.btn {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 100px;
}

#login-wizard ul.two-column {
}

#login-wizard ul.two-column li {
    float: left;
    width: 339px;
    margin-right: 14px;
}

#login-wizard ul.two-column li.option2 {
    margin: 0;
}

#login-wizard ul.three-column {
}

#login-wizard ul.three-column li {
    float: left;
    width: 221px;
    margin-right: 14px;
}

#login-wizard ul.three-column li.option3 {
    margin: 0;
}

.

div.warranty-information-panel {
}

div.warranty-information-panel select {
    width: 100%;
    margin: 0 0 16px 0;
}

div.warranty-information-panel a.btn {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

/* Form */

ul.fxp-form {
    margin: 0 0 0 0;
    padding: 0;
    width: 499px;
}

ul.fxp-form li {
    margin: 0 0 9px 0;
    padding: 0;
    list-style: none;
    background: none; /*height:21px;*/
    width: 499px;
}

ul.fxp-form li label {
    width: 158px;
    font-size: 0.9em;
    display: block;
    float: left;
    font-weight: normal;
    position: relative;
    top: 1px;
}

ul.fxp-form li div.input-field {
    float: left;
    width: 332px;
}

ul.fxp-form li div.input-field img {
    float: left;
    width: 5px;
    margin: 0 3px 0 0;
}

ul.fxp-form li div.input-field input {
    float: left;
    width: 320px;
    height: 17px;
    font-size: 0.9em;
    border: solid 1px #acacac;
    margin: 0;
}

ul.fxp-form li div.input-field input.marg {
    margin-left: 8px;
}

ul.fxp-form li div.input-field select {
    float: left;
    width: 322px;
    font-size: 0.9em;
    border: solid 1px #acacac;
    margin: 0;
}

ul.fxp-form li div.input-field input.tel-1 {
    width: 50px;
}

ul.fxp-form li div.input-field input.tel-2 {
    width: 265px;
    margin-left: 3px;
}

ul.fxp-form li div.input-field input.multiline {
    margin: 0 0 9px 0;
}

ul.fxp-form li div.input-field input.moveright {
    margin: 0 0 0 8px;
}

ul.fxp-form li div.input-field textarea {
    width: 311px;
    border: solid 1px #acacac;
    height: 113px;
}

ul.fxp-form li .no-mand {
    padding: 0 0 0 8px;
    width: 323px;
}

p.checkbox {
    padding: 0 0 0 163px;
    width: 332px;
    line-height: 16px;
}

p.checkbox input {
    border: none;
    margin: 0 6px 0 0;
}

p.checkbox label {
    font-weight: normal;
}

p.checkbox.fullwidth {
    padding: 0 0 0 0;
    width: 495px;
    margin: 0;
}

p.form-btn {
    border-top: solid 1px #dedede;
    padding-top: 14px;
    width: 490px;
}

p.form-btn a {
    margin: 0 0 0 430px;
}

.form-title {
    width: 490px;
}

#ExtraContactInfo {
    margin-top: 20px;
}

/* FIND A RESELLER SIDE */

div.find-reseller div.holder-pad {
    padding: 20px 0 10px;
}

div.find-reseller div.holder-pad input {
    width: 145px;
    height: 26px;
    background: #f8f8f8;
    border: solid 1px #d4d4d4;
    float: left;
    margin: 0 0 0 10px;
    padding: 0 5px;
}

div.find-reseller div.holder-pad a.btn-arrow {
    float: left;
    margin: 3px 0 0 6px;
}

ul.list-resellers {
    margin: 0;
    padding: 0;
}

ul.list-resellers li {
    margin: 0 10px 0 0;
    padding: 0;
    background: none;
    list-style: none;
    float: left;
    width: 340px;
    min-height: 234px;
    margin: 0 0 20px 0;
}

ul.list-resellers li h5 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #bcbec0;
}

div.list-resellers-container h3 {
    clear: both;
}

/*#hidden-reseller-title{ display: none;}*/
/*#hidden-reseller-details{ display: none;}*/

#map {
    height: 400px;
    margin-bottom: 30px;
}

.warranty-options-table table tr .desc {
    width: 400px;
}

.warranty-options-table table tr td {
    vertical-align: top;
    padding-top: 10px;
}

.warranty-options-table table tr td.order {
    text-align: right
}

/* News Categories */
#news-categories {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
}

#news-categories .content {
    padding: 20px 0;
    border: solid 1px #bdbec0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    width: auto;
    behavior: url(/includes/PIE.htc);
}

#news-categories .content p {
    padding: 0 0 0 4%;
}

#news-categories .content .grid {
    width: 93%;
    padding: 0 3% 0 4%;
}

#news-categories .content .grid .btn {
    width: 24%;
    margin: 0 1% 5px 0;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0;
    display: block;
    float: left;
    border: none;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #e9e9e9 51%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f8f8f8), color-stop(51%, #e9e9e9), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #e9e9e9 51%, #fefefe 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #e9e9e9 51%, #fefefe 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #e9e9e9 51%, #fefefe 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 50%, #e9e9e9 51%, #fefefe 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe',GradientType=0 );*/
    behavior: url(/includes/PIE.htc);
}

#news-categories.oldie .content .grid .btn {
    background: url(/Images/bg/input-bg.jpg) 0 0 repeat-x;
}

#news-categories .content .grid .btn:hover, #news-categories .content .grid .btn.on {
    background: #d4effe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZWZmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhjYzVlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzc1YjJkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YmM0ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d4effe 0%, #8cc5e8 50%, #75b2d8 51%, #8bc4e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4effe), color-stop(50%, #8cc5e8), color-stop(51%, #75b2d8), color-stop(100%, #8bc4e7));
    background: -webkit-linear-gradient(top, #d4effe 0%, #8cc5e8 50%, #75b2d8 51%, #8bc4e7 100%);
    background: -o-linear-gradient(top, #d4effe 0%, #8cc5e8 50%, #75b2d8 51%, #8bc4e7 100%);
    background: -ms-linear-gradient(top, #d4effe 0%, #8cc5e8 50%, #75b2d8 51%, #8bc4e7 100%);
    background: linear-gradient(to bottom, #d4effe 0%, #8cc5e8 50%, #75b2d8 51%, #8bc4e7 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4effe', endColorstr='#8bc4e7',GradientType=0 );*/
}

#news-categories.oldie .content .grid .btn:hover {
    background: url(/Images/bg/input-bg-hover.jpg) 0 0 repeat-x;
}

#news-categories .content .grid .btn.double {
    width: 49%;
    margin: 0 0 0 0;
}

#news-categories .content .grid .btn .inner {
    background: url(/Images/icons/icon_arrow.png) 95% 50% no-repeat;
    border: solid 1px #ebebeb;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: left;
    behavior: url(/includes/PIE.htc);
}

#news-categories .content .grid .btn:hover .inner,
#news-categories .content .grid .btn.on .inner {
    border-color: #666666;
}

#news-categories .content .grid .btn .inner i {
    font-style: normal;
    color: #000000;
    display: block;
    padding: 0 0 0 28%;
}

#news-categories .content .grid .btn-pleaseselect {
    display: none;
}

#news-categories .content .grid .btn-latestnews .inner i {
    background: url(/Images/icons/icon_latest-news.png) 8% 50% no-repeat;
}

#news-categories .content .grid .btn-newsclippings .inner i {
    background: url(/Images/icons/icon_news-clippings.png) 10% 50% no-repeat;
}

#news-categories .content .grid .btn-pressreleases .inner i {
    background: url(/Images/icons/icon_press-releases.png) 8% 50% no-repeat;
}

#news-categories .content .grid .btn-casestudies .inner i {
    background: url(/Images/icons/icon_case-studies.png) 10% 50% no-repeat;
}

#news-categories .content .grid .btn-presstools .inner i {
    background: url(/Images/icons/icon_press-tools.png) 6% 50% no-repeat;
}

#news-categories .content .grid .btn-productawards .inner i {
    background: url(/Images/icons/icon_product-awards.png) 8% 50% no-repeat;
}

#news-categories .content .grid .btn-multimedia .inner i {
    background: url(/Images/icons/icon_multimedia.png) 9% 50% no-repeat;
}

#news-categories .content .grid .btn-infographics .inner i {
    background: url(/Images/icons/icon_infographics.png) 10% 50% no-repeat;
}

#news-categories .content .grid .btn-solidinktech .inner i {
    background: url(/Images/icons/icon_solid-ink.png) 5% 50% no-repeat;
}

#news-categories .content .grid .btn-social .inner i {
    background: url(/Images/icons/icon_social.png) 10% 50% no-repeat;
}

#news-categories .content .grid .btn-show-all .inner {
    background-position: 60% 50%;
}

#news-categories .content .grid .btn-show-all .inner i {
    padding: 0;
    text-align: center;
    text-indent: -5%;
}

#news-categories .content hr {
    width: 92%;
    margin: 20px 4%;
    height: 1px;
}

#news-categories .content span.or {
    position: absolute;
    width: 62px;
    height: 20px;
    top: 210px;
    left: 50%;
    margin-left: -31px;
    display: block;
    background: #ffffff;
    text-align: center;
}

#news-categories .content .search {
    padding: 0 4%;
}

#news-categories .content .search p {
    float: left;
}

#news-categories .content .search input {
    width: 74%;
    height: 24px;
    padding: 0 2%;
    margin: 0;
    float: left;
    line-height: 24px;
    border: solid 1px #bdbec0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/includes/PIE.htc);
}

#news-categories .content .search .btn {
    float: right;
    width: 16%;
    padding: 0;
}

/* News List */

ul.list-news {
    margin: 0;
    padding: 0;
}

ul.list-news li {
    margin: 0;
    padding: 30px 0 30px 0;
    background: none;
    list-style: none;
    border-bottom: solid 1px #BCBEC0;
}

ul.list-news li.first {
    padding: 0 0 30px;
}

ul.list-news li.last {
    border: none;
}

ul.list-news li p.thumb {
    width: 123px;
    background: #fff;
    float: left;
    margin: 0;
}

ul.list-news li div.news-text {
    width: 123px;
    float: left;
    width: 571px;
    margin-left: 20px;
}

ul.list-news li div.news-text h4 {
    margin: 0 0 10px 0;
    border: none;
}

ul.list-news li div.news-text h4 a {
    text-decoration: none;
    color: #333;
}

ul.list-news li div.news-text p.date {
    text-decoration: none;
    color: #888;
    margin: 0 0 10px 0;
}

ul.list-news li div.news-text a.btn {
    float: right;
}

/* Social List */

ul.list-social {
    margin: 0 0 30px;
    padding: 0;
}

ul.list-social li {
    margin: 0;
    padding: 30px 0 30px 0;
    background: none;
    list-style: none;
    border-bottom: solid 1px #BCBEC0;
}

ul.list-social li.first {
    padding: 0 0 30px;
}

ul.list-social li.last {
    border: none;
}

/*ul.list-social li:last-child {border:none;}*/
ul.list-social li p.thumb {
    width: 123px;
    background: #fff;
    float: left;
    margin: 0;
}

ul.list-social li p.thumb a img {
    width: 123px;
}

ul.list-social li div.news-text {
    width: 123px;
    float: left;
    width: 571px;
    margin-left: 20px;
}

ul.list-social li div.news-text h4 {
    margin: 0 0 10px 0;
    border: none;
}

ul.list-social li div.news-text h4 a {
    text-decoration: none;
    color: #333;
}

ul.list-social li div.news-text p.date {
    text-decoration: none;
    color: #888;
    margin: 0 0 10px 0;
}

ul.list-social li div.news-text a.btn {
    float: right;
}

ul.list-social.twitter li {
    padding: 20px 0;
}

ul.list-social.twitter p.date {
    color: #888;
    margin: 0 0 0 0;
}

ul.list-social.twitter p.tweet-text {
    margin: 0;
}

ul.list-social.linkedin li p.thumb a img {
    width: auto;
}

#social-holder {
    position: relative;
}

#social-holder .loading-gif {
    position: absolute;
    top: 0;
    left: 300px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    display: none;
}

#social-holder .loading-gif img {
    display: block;
    margin: 34px auto 0;
}

#social-holder > h2 {
    margin-bottom: 0;
    text-indent: -12345px;
    line-height: 34px;
}

#social-holder > h2.title-linkedin {
    background: url(/Images/icons/icon_linkedin.png) 4px 0 no-repeat;
}

#social-holder > h2.title-twitter {
    background: url(/Images/icons/icon_twitter.png) 4px 0 no-repeat;
}

#social-holder > h2.title-youtube {
    background: url(/Images/icons/icon_youtube.png) 4px 0 no-repeat;
}

#social-holder > h2.title-blog {
    background: url(/Images/icons/icon_blog.png) 4px 0 no-repeat;
}

#social-holder > h2 > a {
    text-indent: 0;
    font-size: 12px;
    float: right;
    text-decoration: none;
    background: url(../Images/buttons/link-arrow.gif) right 50% no-repeat;
    padding: 0 12px 0 0;
    display: block;
}

ul.list-social.blog {
}

ul.list-social.blog li .news-text {
    width: 100%;
    margin: 0;
    position: relative;
}

ul.list-social.blog li .news-text > .titles {
    position: absolute;
    left: 143px;
    top: 0;
}

ul.list-social.blog li .news-text > .titles h4 {
}

ul.list-social.blog li .news-text > .titles p.date {
}

ul.list-social.blog li .news-text .blog-content {
    width: 100%;
}

ul.list-social.blog li .news-text .blog-content .thumb {
    width: 123px;
    float: left;
}

ul.list-social.blog li .news-text .blog-content .thumb a img {
    margin: 0 !important;
    float: none;
    width: 123px;
}

ul.list-social.blog li .news-text .blog-content .blog-text {
    width: 517px;
    float: left;
    margin-left: 20px;
    margin-top: 59px;
}

#pagination {
    background: #ffffff; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0); /* IE6-8 */
}

#pagination p.buttons {
    float: left;
    margin: 0;
}

#pagination p.buttons a.prev {
    background: url("../images/buttons/prev.png") 0 0 no-repeat;
    width: 11px;
    height: 28px;
    float: left;
    text-indent: -12345px;
    margin: 0 15px 0 0;
}

#pagination p.buttons a.next {
    background: url("../images/buttons/next.png") 0 0 no-repeat;
    width: 11px;
    height: 28px;
    float: left;
    text-indent: -12345px;
    margin: 0 15px 0 0
}

#pagination strong {
    float: left;
    font-size: 0.8em;
    position: relative;
    top: 6px;
    margin: 0 20px 0 0;
}

#pagination select {
    float: left;
    position: relative;
    top: 4px;
    margin: 0 0 0 0;
}

#pagination select.page-num {
    margin: 0 0 0 0;
}

/* Search Results */

#search-results {
    margin: 0 0 20px 0;
    padding: 0;
}

#search-results li {
    margin: 0;
    padding: 10px 0 10px 0;
    background: none;
    list-style: none;
}

#search-results li h4 {
    margin: 0 0 10px 0;
}

#search-results li a.btn {
    float: right;
}

.news-range-changer {
    padding: 0 0 30px 0;
    border-bottom: solid 1px #BCBEC0;
}

/* Breadcrumbs */

#breadcrumbs {
    margin: 20px 0 10px;
    padding: 0;
    list-style: none
}

#breadcrumbs li {
    margin: 0;
    padding: 0;
    background: url("../images/bg/breadcrumb-bullet.png") 0 50% no-repeat;
    float: left;
    padding: 0 0 0 10px;
    margin: 0 5px 0 0;
}

#breadcrumbs li.first {
    padding: 0;
    background: none;
}

#breadcrumbs li a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
}

#breadcrumbs li a:hover {
    color: #2895d5;
    text-decoration: underline;
}

/* Photo Gallery */

#photo-albums {
}

#photo-albums ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

#photo-albums ul li {
    margin: 0 10px 20px 0;
    padding: 0;
    background: none;
    width: 171px;
    float: left;
}

#photo-albums ul li p.thumbs {
    width: 171px;
    height: 115px;
    position: relative;
    margin: 0 0 5px 0;
}

#photo-albums ul li span {
    width: 85px;
    height: 57px;
    display: block;
    overflow: none;
    position: absolute;
    behavior: url(/includes/PIE.htc);
}

#photo-albums ul li span img {
    width: 85px;
    height: 57px;
    background: #ccc;
}

#photo-albums ul li span.thumb0 {
    top: 0;
    left: 0;
}

#photo-albums ul li span.thumb0 img {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

#photo-albums ul li span.thumb1 {
    top: 0;
    left: 86px;
}

#photo-albums ul li span.thumb1 img {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

#photo-albums ul li span.thumb2 {
    top: 58px;
    left: 0;
}

#photo-albums ul li span.thumb2 img {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

#photo-albums ul li span.thumb3 {
    top: 58px;
    left: 86px;
}

#photo-albums ul li span.thumb3 img {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

#photo-gallery {
}

#photo-gallery ul.photos {
    margin: 0;
    padding: 0;
    list-style: none
}

#photo-gallery ul.photos li {
    margin: 0 10px 10px 0;
    padding: 0;
    background: none;
    width: 171px;
    height: 115px;
    float: left;
}

#photo-gallery ul.photos li.endRow {
    margin: 0 0 10px 0;
}

#photo-gallery ul.photos li a {
    width: 171px;
    height: 115px;
    display: block;
}

#photo-gallery ul.photos li a img {
    width: 171px;
    height: 115px;
    background: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/includes/PIE.htc);
}

#photo-gallery #paging strong {
    font-size: 12px;
    margin: 0 0 30px 0;
    display: block;
    font-weight: bold;
}

#photo-gallery #paging strong span {
    font-weight: normal;
}

#photo-gallery #paging ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

#photo-gallery #paging ul li {
    margin: 0 3px 3px 0;
    height: 29px;
    padding: 0;
    background: none;
    border: none;
    display: inline-block;
}

#photo-gallery #paging ul li a {
    border: solid 1px #ebebeb;
    padding: 6px 8px 5px 7px;
}

#photo-gallery #paging ul li a:hover {
    padding: 6px 8px 5px 7px;
    color: #fff;
    font-weight: bold;
    background: #666666;
    border: solid 1px #ebebeb;
    text-decoration: none;
}

#photo-gallery #paging ul li span {
    padding: 6px 8px 5px 7px;
    color: #fff;
    font-weight: bold;
    background: #666666;
    border: solid 1px #ebebeb;
}

#photo-gallery #paging ul li.btn-prevpage {
    width: 70px;
}

#photo-gallery #paging ul li.btn-prevpage a {
    background: url("../images/buttons/pagination-back.jpg");
    width: 70px;
    height: 29px;
    display: block;
    padding: 0;
    border: none;
    text-indent: -12345px;
}

#photo-gallery #paging ul li.btn-nextpage {
    width: 70px;
}

#photo-gallery #paging ul li.btn-nextpage a {
    background: url("../images/buttons/pagination-next.jpg");
    width: 70px;
    height: 29px;
    display: block;
    padding: 0;
    border: none;
    text-indent: -12345px;
}

#photo-gallery #paging ul li.btn a:hover {
    background-position: 0 -29px;
}

#albums {
}

#albums ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#albums ul li {
    margin: 0;
    padding: 0;
    background: none;
}

/* Social */

#social-icons {
    position: absolute;
    top: -48px;
    right: -10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#social-icons li {
    margin: 0 0 0 0;
    float: left;
}

#social-icons li.text {
    margin: 0 7px 0 0;
    line-height: 25px;
}

#social-icons li.soc-tw a {
    background: url('/Images/icons/social_twitter.png') 0 0 no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    border-right: solid 1px #464646;
    padding: 0 7px 0 0;
}

#social-icons li.soc-yt a {
    background: url('/Images/icons/social_youtube.png') 0 0 no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 0 0 7px;
    border-right: solid 1px #464646;
    padding: 0 7px 0 0;
}

#social-icons li.soc-ln a {
    background: url('/Images/icons/social_linkedin.png') 0 0 no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 0 0 7px;
    border-right: solid 1px #464646;
    padding: 0 7px 0 0;
}

#social-icons li.soc-blog a {
    background: url('/Images/icons/social_blog.png') 0 0 no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 0 0 7px;
    border-right: solid 1px #464646;
    padding: 0 7px 0 0;
}

#social-icons li.soc-share {
    margin-top: 4px;
    margin-left: 5px;
    height: 18px;
}

/* shareThis widget styles */
.stButton .chicklets {
    height: 17px !important;
    line-height: 17px !important;
    padding-left: 3px !important;
    padding-right: 20px !important;
}

.stButton .sharethis {
    background: url(../Images/sharethis.png) no-repeat right center !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}

/* addThis widget styles */
#social-icons .addthis_default_style {
    vertical-align: top;
}

#social-icons .addthis_default_style > a {
    float: none !important;
    display: inline-block !important;
}

#social-icons .addthis_default_style > a > span {
    margin: 0 !important;
    width: 17px !important;
    height: 17px !important;
    background: transparent url("../Images/sharethis.png") scroll no-repeat 0 0 !important;
}

div.page-banners {
    position: relative;
}

#home #social-icons {
    top: 208px;
}

#home #social-icons li.text {
    color: #464646;
    font-size: 12px;
}

#home #social-icons li.soc-blog a {
    border: none;
    padding: 0;
}

#social-icons li.soc-yt a {
    border-color: #464646;
}

/* Products Details Updates */
div.find-reseller {
    border: solid 1px #ff7c32;
    margin: 0 0 17px 0;
}

div.find-reseller-inner {
    background: #ffaa3a;
    padding: 9px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWEzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdhMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffaa3a 0%, #ff7a32 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaa3a), color-stop(100%, #ff7a32));
    background: -webkit-linear-gradient(top, #ffaa3a 0%, #ff7a32 100%);
    background: -o-linear-gradient(top, #ffaa3a 0%, #ff7a32 100%);
    background: -ms-linear-gradient(top, #ffaa3a 0%, #ff7a32 100%);
    background: linear-gradient(to bottom, #ffaa3a 0%, #ff7a32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa3a', endColorstr='#ff7a32', GradientType=0);
    behavior: url(/includes/PIE.htc)
}

div.find-reseller h2 {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    border-bottom: solid 1px #c47004;
    padding: 0 0 10px 0;
    margin: 0 0 14px 0;
    line-height: 1em;
}

div.find-reseller label {
    color: #fff;
    font-size: 0.85em;
    font-weight: normal;
    margin: 0 0 14px 0;
    display: block;
    line-height: 0.85em;
}

div.find-reseller div input {
    height: 24px;
    line-height: 24px;
    width: 134px;
    border: solid 1px #c47004;
    padding: 0 10px;
    float: left;
    margin: 0;
}

div.find-reseller div a.btn-arrow {
    background: url("../Images/buttons/btn-arrow-orange.png") 0 0 no-repeat;
    width: 19px;
    height: 19px;
    display: block;
    float: left;
    margin: 3px 0 0 8px;
}

a.btn-swf {
    color: #fff;
    background: #fab421;
    border: solid 1px #e97a04;
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 383px;
    height: 37px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fab421), to(#e97a04));
    background: -webkit-linear-gradient(#fab421, #e97a04);
    background: -moz-linear-gradient(#fab421, #e97a04);
    background: -ms-linear-gradient(#fab421, #e97a04);
    background: -o-linear-gradient(#fab421, #e97a04);
    background: linear-gradient(#fab421, #e97a04);
    -pie-background: linear-gradient(#fab421, #e97a04);
    behavior: url(/includes/PIE.htc);
}

a.btn-swf span {
    background: url(/images/buttons/btn-swf.png) 9px 0 no-repeat;
    display: block;
    height: 29px;
    width: 100%;
    text-align: left;
    padding: 8px 0 0 60px;
}

/* Consumables % Accessories SPT */
div.info-holder.consumables-accessories ul.color-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.info-holder.consumables-accessories ul.color-list li {
    margin: 0 0 7px 0;
    padding: 0;
    background: none;
}

div.info-holder.consumables-accessories ul.color-list li span {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    background-color: #000000;
}

div.info-holder.consumables-accessories ul.color-list li span.cyan {
    background-color: #41b2f1;
}

div.info-holder.consumables-accessories ul.color-list li span.magenta {
    background-color: #ed4f8d;
}

div.info-holder.consumables-accessories ul.color-list li span.yellow {
    background-color: #fff235;
}

div.info-holder.consumables-accessories ul.color-list li span.white {
    background-color: #ffffff;
    border: solid 1px #cfcfcf;
    width: 26px;
    height: 26px;
}

div.info-holder.consumables-accessories ul.color-list li label {
    line-height: 14px;
    float: left;
    margin: 0 0 0 6px;
    width: 142px;
    color: #454646;
    font-weight: normal;
    font-size: 1em;
}

div.info-holder.consumables-accessories a.arrow {
    text-decoration: none;
    float: right;
}

/*
	Responsive Web
*/
@media screen and (max-width: 767px) {
    a.btn-swf {
        display: none !important;
    }

    #social-icons {
        float: right;
        position: static;
        margin: 0;
    }

    /* Header */
    #head .brand .search {
        position: relative !important;
        top: 0;
        left: 0;
        height: 46px;
        margin: 0 auto 10px;
        width: 90%;
        display: block;
    }

    #head .brand .search input {
        width: 70% !important;
    }

    #head .brand .search a {
        width: 14% !important;
    }

    #head {
        display: block;
        height: auto;
        width: 100%;
    }

    #head .brand > h1.fuji {
        margin: 0 auto 10px !important;
    }

    /* Primary Navigation */
    #nav {
        display: block;
        width: 100%;
        background: #1e2d4a;
        height: 60px;
        background: #344C82;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#344C82), to(#1e2d4a));
        background: -webkit-linear-gradient(#344C82, #1e2d4a);
        background: -moz-linear-gradient(#344C82, #1e2d4a);
        background: -ms-linear-gradient(#344C82, #1e2d4a);
        background: -o-linear-gradient(#344C82, #1e2d4a);
        background: linear-gradient(#344C82, #1e2d4a);
        margin: 0;
        padding: 0;
    }

    #nav > li {
        display: block;
        background: #CCC;
        float: left;
        margin: 0;
        width: 33%;
        background: none;
        border: none;
    }

    #nav > li > a {
        font-size: 9pt !important;
        background: none !important;
    }

    #nav > li.big > a {
        display: block;
        position: relative;
        height: 30px;
        line-height: 30px;
        color: #FFF;
        text-align: center;
        text-decoration: none;
        font-weight: normal;
    }

    #nav > li.big {
        width: 33%;
        height: 30px;
    }

    #nav > li.big.right {
        width: 33%;
    }

    #nav > li > a > i {
        display: none !important;
    }

    #nav > li > ul {
        width: 100% !important;
        padding: 10px 0 !important;
        left: 0 !important;
        top: 60px !important;
        background: #EBEBEB !important;
        border: none !important;
        height: auto !important;
        min-height: 0px !important;
    }

    #nav > li > ul > li {
        width: 98% !important;
        margin: 0 0 5px 2% !important;
        padding: 0 !important;
    }

    #nav > li:nth-child(4) {
        width: 30%;
        margin-left: 20%;
    }

    #nav > li:nth-child(5) {
        width: 30%;
        margin-right: 20%;
    }

    #nav li.pn-637 ul li {
        float: none;
    }

    #nav li ul li.nav-contact {
        display: none !important;
    }

    /* Secondary Navigation */
    #head .mini {
        text-align: center !important;
        margin: 0 0 0 5px;
        font-size: 0.85em;
    }

    #head .mini a {
        color: #999;
        margin: 0 1em 0 0 !important;
    }

    /* Homepage A-Feature */
    #feature {
        width: 97%;
        margin: 0 auto;
        position: relative;
        overflow: visible;
        margin-bottom: 36px;
    }

    #feature ul {
    }

    #feature ul li {
    }

    #feature > .carousel-nav {
        background: none !important;
        height: 16px !important;
        top: 107% !important;
        left: 0;
        width: auto;
        display: inline-block;
        margin: 0 auto;
    }

    #feature > .carousel-nav.col-2 {
        width: 72px;
    }

    #feature > .carousel-nav.col-3 {
        width: 108px;
    }

    #feature > .carousel-nav.col-4 {
        width: 144px;
    }

    #feature > .carousel-nav.col-5 {
        width: 180px;
    }

    #feature > .carousel-nav.col-6 {
        width: 216px;
    }

    .carousel-nav a.nav-pause {
        display: none !important;
    }

    .carousel-nav span.nav {
        width: 16px !important;
        height: 16px !important;
        margin: 0 20px 0 0 !important;
        padding: 0 !important;
        float: left;
    }

    .carousel-nav span.nav a {
        width: 12px;
        height: 12px !important;
        border: solid 1px #666;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        opacity: 1 !important;
    }

    .carousel-nav span.nav a.selected {
        border-width: 2px;
        background: #ebebeb;
        position: relative;
        top: -1px;
    }

    .carousel-nav span.nav a img.thumb {
        display: none;
    }

    /* Page Contents */
    .content {
        width: 100%
    }

    img.products-categories-banner {
        width: 97%;
        margin: 0 auto;
        display: block;
    }

    .page-banner, .banner {
        width: 100%;
    }

    #main.col-right > .content > .col-mid {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    #main.col-right > .content > .col-mid img {
        max-width: 100%;
        height: auto;
        width: auto\9; /* ie8 */
    }

    #main.col-right > .content > .col-right {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    div.content-holder div.content-area {
        float: none !important;
        width: 100%;
    }

    div.content-holder div.thumb {
        float: none !important;
    }

    /* Home Teasers */
    ul.home-teasers {
        width: 97%;
        margin: 0 auto !important;
    }

    ul.home-teasers li {
        float: none !important;
        margin: 0 0 10px 0 !important;
        width: 100% !important;
    }

    /* Home Teasers */
    #home ul.home-teasers {
        width: 97%;
        margin: 0 auto !important;
    }

    #home ul.home-teasers li {
        float: none !important;
        margin: 0 0 10px 0 !important;
    }

    #home ul.home-teasers li a span.desc {
        width: 50% !important;
    }

    /* Page Teasers */
    #page-teaser {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }

    #page-teaser ul {
        margin: 0;
        padding: 0;
    }

    #page-teaser ul li {
        margin: 0 0 10px 0;
        padding: 0;
        float: none !important;
    }

    #page-teaser ul li div.text {
        width: 70%;
        margin-right: 10px;
        padding-bottom: 10px;
    }

    #page-teaser ul li img.thumb {
        position: absolute;
        right: 10px;
    }

    /* Not Displayed Elements */
    #bcrumbs {
        display: none !important;
    }

    #colside .banner {
        display: none;
    }

    #sec-nav {
        display: none;
    }

    div.jcarousel-prev {
        display: none !important;
    }

    div.jcarousel-next {
        display: none !important;
    }

    div.search-right {
        display: none !important;
    }

    /* Products */
    #category .c-row.col-3.p_categories li {
        width: 97% !important;
        height: auto;
        float: none !important;
        margin: 10px auto 0 !important;
        border-bottom: solid 1px #bcbec0;
    }

    #category .c-row.col-3.p_categories li a img {
        text-align: center;
    }

    #products ul li {
        width: 95px !important;
        margin: 0 0 0 4px !important;
    }

    #products ul li a img {
        width: 95px;
        height: 95px;
        background: #ccc;
    }

    #products ul li a.arrow {
        width: 90px;
    }

    ul.product-search-list-element li {
        width: 95px !important;
        margin: 0 0 0 4px !important;
    }

    ul.product-search-list-element li a img {
        width: 95px;
        height: 95px;
        background: #ccc;
    }

    ul.product-search-list-element li a.arrow {
        width: 90px;
    }

    #productBanner {
        width: 100%;
    }

    /* Consumables */
    div.product-consumables table tr td, div.product-consumables table tr th {
        padding: 2px !important;
        font-size: 0.7em;
    }

    div.product-consumables table {
        width: 100% !important;
        position: relative;
        display: block;
    }

    div.product-consumables table tr td a.btn {
        padding: 2px;
    }

    /* Support */
    #support #support-centre {
        width: 100%;
    }

    #support #support-centre li {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }

    #support #support-centre li a {
        width: 70%;
        padding: 12px 25% 0 5%;
    }

    /* Drivers */
    #drivers-table tr td {
        width: 33% !important;
    }

    /* Search Wizards */
    #search-wizard ul.two-column li {
        width: 100%;
    }

    /* Side Panels */
    div.find-reseller div.holder-pad input {
        width: 80%;
    }

    div.side-banner {
    }

    div.side-banner div.text {
        width: 70%;
    }

    div.side-banner a.thumb {
        float: right;
    }

    /* Forms */
    ul.fxp-form {
        width: 100% !important;
    }

    ul.fxp-form li {
        width: 100% !important;
    }

    ul.fxp-form li label {
        margin: 0 0 0 8px;
        float: none;
        width: 90%;
    }

    ul.fxp-form li input {
        width: 95% !important;
        float: none !important;
        padding: 0 !important;
        text-indent: 5px;
        height: 20px !important;
    }

    ul.fxp-form li textarea {
        width: 95% !important;
        float: none !important;
        padding: 0 !important;
        text-indent: 5px;
    }

    ul.fxp-form li select {
        width: 96% !important;
        float: none !important;
        padding: 0 !important;
    }

    ul.fxp-form li .input-field {
        width: 100% !important;
    }

    ul.fxp-form li .input-field span {
        float: none;
        clear: left;
    }

    ul.fxp-form li .input-field input.tel-1 {
        width: 28% !important;
        margin: 0 2% 0 0 !important;
        float: left !important;
    }

    ul.fxp-form li .input-field input.tel-2 {
        width: 63% !important;
        float: left !important;
    }

    p.checkbox {
        padding: 0 !important;
        width: 100% !important;
    }

    p.checkbox.fullwidth {
        width: 100% !important;
    }

    p.form-btn {
        width: 98%;
    }

    p.form-btn a {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .form-title {
        width: 100%;
    }

    select.long {
        width: 100%;
    }

    /* Search */
    #pagination {
        position: relative;
    }

    #pagination div {
        display: none !important;
    }

    #pagination select.result-num {
        position: absolute;
        right: 10px;
        top: 15px;
    }

    #pagination select.page-num {
        position: absolute;
        right: 10px;
        top: 15px;
    }

    /* Product Compare */
    #comparison-table .ui-accordion-content {
        padding: 0 !important;
    }

    #comparison-table h3 {
        font-size: 0.7em !important;
    }

    #comparison-table h3 span.prod-1 {
        left: 32% !important;
        text-align: center !important;
        width: 33% !important;
    }

    #comparison-table h3 span.prod-2 {
        left: 63% !important;
        text-align: center !important;
        width: 33% !important;
    }

    #comparison-table h3 span.border-1 {
        display: none !important;
    }

    #comparison-table h3 span.border-2 {
        display: none !important;
    }

    #comparison-table h3 {
        font-size: 0.9em;
    }

    div.compare-box {
        padding: 0 0 0 30% !important;
        width: 33% !important;
        display: none !important;
    }

    div.compare-box div.first {
        width: 33%;
    }

    div.compare-box div.second {
        width: 33%;
    }

    /* Product Search */
    #wizard.product-search div.wizard-tab {
        width: 24% !important;
        margin: 0 1% 0 0 !important;
    }

    #wizard.product-search div.wizard-tab.last {
        width: 25% !important;
        margin: 0 0 0 0 !important;
    }

    #wizard.product-search div.wizard-tab a {
        width: 100% !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #search-wizard ul.three-column li {
        width: 100% !important;
    }

    /* News */
    ul.list-news li div.news-text {
        width: 100% !important;
        margin: 0 !important;
    }

    ul.list-social li div.news-text {
        width: 100% !important;
        margin: 10px 0 0 !important;
    }

    /* Compare Products */
    #comparison-table table {
        width: 100% !important;
    }

    #comparison-table table th {
        width: 32% !important;
        padding: 0 1% !important;
        font-size: 0.7em;
    }

    #comparison-table table td.first {
        width: 31% !important;
        padding: 0 1% !important;
        font-size: 0.7em;
    }

    #comparison-table table td.second {
        width: 31% !important;
        padding: 0 1% !important;
        font-size: 0.7em;
    }

    /* Contact Us */
    #contact-us #contact-search select {
        width: 70% !important;
    }

    /* Footer */
    #foot-strip {
        height: auto !important;
        padding-bottom: 8px;
    }

    #foot-strip #footer-nav {
        margin: 0 0 0 5px;
    }

    #foot-strip #footer-nav li {
        border: none !important;
        padding: 0 12px 0 0;
    }

    #foot-strip #footer-nav li:nth-child(1) {
        display: none !important;
    }

    #foot-strip #footer-nav li a {
        font-size: 0.7em;
    }

    #footer-nav {
    }

    #foot {
        position: relative;
    }

    #foot p {
        position: absolute;
        top: 0;
        font-size: 0.6em;
        margin: 0 0 0 5px;
    }

    #photo-gallery #paging ul li.btn-prevpage {
        width: 232px !important;
        display: block !important;
        margin: 0 auto 15px;
    }

    #photo-gallery #paging ul li.btn-prevpage a {
        background: url("../images/buttons/pagination-back-mob.jpg") !important;
        width: 232px !important;
        height: 28px !important;
    }

    #photo-gallery #paging ul li.btn-nextpage {
        width: 232px !important;
        display: block !important;
        margin: 0 auto 15px;
    }

    #photo-gallery #paging ul li.btn-nextpage a {
        background: url("../images/buttons/pagination-next-mob.jpg") !important;
        width: 232px !important;
        height: 28px !important;
    }

    #photo-gallery #paging ul li.btn a:hover {
        background-position: 0 0 !important;
    }

    #photo-gallery ul.photos li.endRow {
        margin: 0 10px 10px 0 !important;
    }

    #home .col-mid {
        width: 100% !important;
        padding: 0 !important;
    }

    #home-teaser {
        width: 90%;
        margin: 0 5%;
    }

    #home ul.home-teasers {
        width: 100% !important;
    }

    /* News Categories */
    #news-categories {
        position: relative;
        width: 100%;
        margin: 0 0 30px 0;
    }

    #news-categories .content {
        padding: 20px 0;
        border: solid 1px #bdbec0;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        width: auto;
    }

    #news-categories .content p {
        padding: 0 0 0 4%;
    }

    #news-categories .content .grid {
        width: 97%;
        padding: 0 1% 0 2%;
    }

    #news-categories .content .grid .btn {
        width: 32.3%;
        margin: 0 1% 5px 0;
        height: 56px;
        line-height: 1;
    }

    #news-categories .content .grid .btn.double {
        width: 65.6%;
    }

    #news-categories .content .grid .btn .inner {
        height: 54px;
        line-height: 1;
        background-size: 4px 6px;
        background-position: 93% 86%;
    }

    #news-categories .content .grid .btn.double .inner {
        background-position: 61% 52%;
    }

    #news-categories .content .grid .btn .inner i {
        padding: 0;
        text-align: center;
        background-position: 50% 28%;
        height: 16px;
        font-size: 0.8em;
        padding: 38px 0 0 0;
        letter-spacing: -.8px;
    }

    #news-categories .content .grid .btn.double .inner i {
        padding: 0;
        height: 54px;
        line-height: 54px;
    }

    #news-categories .content .grid .btn-latest-news .inner i {
        background: url(/Images/icons/mobile/icon_latest-news.png) 50% 28% no-repeat;
        background-size: 20px 25px;
    }

    #news-categories .content .grid .btn-news-clippings .inner i {
        background: url(/Images/icons/mobile/icon_news-clippings.png) 50% 28% no-repeat;
        background-size: 15px 25px;
    }

    #news-categories .content .grid .btn-press-releases .inner i {
        background: url(/Images/icons/mobile/icon_press-releases.png) 50% 28% no-repeat;
        background-size: 21px 26px;
    }

    #news-categories .content .grid .btn-case-studies .inner i {
        background: url(/Images/icons/mobile/icon_case-studies.png) 50% 28% no-repeat;
        background-size: 15px 26px;
    }

    #news-categories .content .grid .btn-press-tools .inner i {
        background: url(/Images/icons/mobile/icon_press-tools.png) 50% 28% no-repeat;
        background-size: 23px 26px;
    }

    #news-categories .content .grid .btn-product-awards .inner i {
        background: url(/Images/icons/mobile/icon_product-awards.png) 50% 28% no-repeat;
        background-size: 21px 23px;
    }

    #news-categories .content .grid .btn-multimedia .inner i {
        background: url(/Images/icons/mobile/icon_multimedia.png) 50% 28% no-repeat;
        background-size: 21px 27px;
    }

    #news-categories .content .grid .btn-infographics .inner i {
        background: url(/Images/icons/mobile/icon_infographics.png) 50% 28% no-repeat;
        background-size: 14px 24px;
    }

    #news-categories .content .grid .btn-solid-ink-tech .inner i {
        background: url(/Images/icons/mobile/icon_solid-ink.png) 50% 28% no-repeat;
        background-size: 29px 23px;
    }

    #news-categories .content .grid .btn-social .inner i {
        background: url(/Images/icons/mobile/icon_social.png) 50% 28% no-repeat;
        background-size: 20px 24px;
    }

    #news-categories .content span.or {
        top: 295px;
    }

    #news-categories .content .search input {
        font-size: 9px;
    }

    #news-categories .content p {
        margin-bottom: 10px;
        font-size: 0.9em;
    }

    #news-categories .content {
        padding-top: 10px;
    }

    ul.list-social.blog li {
        padding: 10px 0 30px;
    }

    ul.list-social.blog li .news-text > .titles {
        position: relative;
        left: 0;
    }

    ul.list-social.blog li .news-text > .blog-content .thumb {
        float: none;
    }

    ul.list-social.blog li .news-text > .blog-content .blog-text {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

}

@media screen and (min-width: 768px) and (max-width: 939px) {
    a.btn-swf {
        display: none !important;
    }

    #home #social-icons {
        float: right;
        position: static;
        margin: 0;
    }

    #page {
        width: 100%;
    }

    .content {
        width: 100%;
    }

    #head .brand > h1.fuji {
        margin: 0 0 0 10px;
    }

    #head .brand > .search input {
        width: 220px;
    }

    #nav {
        width: 100% !important;
    }

    #nav li {
        border: none !important;
    }

    #nav li.pn-637 {
        width: 26% !important;
    }

    #nav li.pn-650 {
        width: 26% !important;
    }

    #nav li.pn-638 {
        width: 16% !important;
    }

    #nav li.pn-648 {
        width: 16% !important;
    }

    #nav li.pn-626 {
        width: 16% !important;
    }

    #nav li a {
        border-left: solid 1px #B4C4D8 !important;
    }

    #nav li.pn-637 a {
        border: none !important;
    }

    #nav > li > ul {
        left: 52% !important;
        width: 38% !important;
        padding: 25px 5% 40px 5% !important;
    }

    #nav li.big ul {
        width: 50% !important;
        left: 0 !important;
        padding: 25px 45% 40px 5% !important;
    }

    #nav li.pn-637 ul li {
        width: 45% !important;
    }

    #nav li ul li a {
        border: none !important;
    }

    #nav li.pn-637 ul {
        background: #ebebeb url("../images/common/img-nav1.png") 100% 40% no-repeat;
    }

    #nav li.pn-650 ul {
        background: #ebebeb url("../images/common/img-nav2.png") 100% 40% no-repeat;
    }

    #foot-strip #footer-nav {
        margin: 0 0 0 10px;
    }

    #foot p {
        margin: 0 0 0 10px;
    }

    .mini {
        margin-right: 10px;
    }

    #breadcrumbs {
        margin-left: 1% !important;
    }

    #feature {
        width: 97%;
        margin: 0 auto;
        position: relative;
        overflow: visible;
        margin-bottom: 36px;
    }

    #feature ul {
    }

    #feature ul li {
    }

    .carousel-nav a.nav-pause {
        display: none !important;
    }

    /*ul.home-teasers {margin:0 !important; padding:0 !important;}
	ul.home-teasers li{margin:0 !important; padding:0 !important; width:48% !important; margin:0 1% 10px !important;}*/
    #home .col-mid {
        width: 100% !important;
        padding: 0 !important;
    }

    #home-teaser {
        width: 90%;
        margin: 0 5%;
    }

    #main.col-right > .content > .col-mid {
        width: 73% !important;
        margin: 0 0 0 1% !important;
    }

    #main.col-right > .content > .col-right {
        width: 24% !important;
        margin: 0 1% 0 0 !important;
    }

    img.products-categories-banner {
        width: 100%;
    }

    img.page-banner {
        width: 100%;
    }

    #page-teaser {
        width: 90% !important;
        padding: 0 5% !important;
    }

    #page-teaser ul {
        width: 2000px !important;
    }

    #page-teaser li {
        margin: 0 0.5% 0 0 !important;
        height: 119px !important;
    }

    #page-teaser ul li a {
        height: 93px !important;
    }

    #page-teaser ul li div.text {
        width: 70%;
        margin-right: 10px;
        padding-bottom: 10px;
    }

    #page-teaser ul li img.thumb {
        position: absolute;
        right: 10px;
    }

    .side-banner div.text {
        width: 50% !important;
        margin: 0 10% 0 0 !important;
    }

    .side-banner a.thumb {
        width: 40% !important;
        left: 0 !important;
    }

    .side-banner a.thumb img {
        width: 90% !important;
    }

    #sec-nav li a {
        text-indent: 25px;
    }

    #wizard.product-search div.wizard-tab {
        width: 24% !important;
        margin: 0 1% 0 0 !important;
    }

    #wizard.product-search div.wizard-tab.last {
        width: 25% !important;
        margin: 0 0 0 0 !important;
    }

    #wizard.product-search div.wizard-tab a {
        width: 100% !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #search-wizard ul.two-column {
        width: 100%;
    }

    #search-wizard ul.two-column li {
        float: left;
        width: 48%;
        margin-right: 4%;
    }

    #search-wizard ul.two-column li.option2 {
        margin: 0;
    }

    #search-wizard ul.three-column {
        width: 100%;
    }

    #search-wizard ul.three-column li {
        float: left;
        width: 48%;
        margin-right: 4%;
    }

    #search-wizard ul.three-column li.option2 {
        margin: 0;
    }

    #comparison-table table {
        width: 100% !important;
    }

    #comparison-table table th {
        width: 32% !important;
        padding: 0 1% !important;
        font-size: 0.7em;
    }

    #comparison-table table td.first {
        width: 31% !important;
        padding: 0 1% !important;
        font-size: 0.7em;
    }

    #comparison-table table td.second {
        width: 31% !important;
        padding: 0 1% !important;
        font-size: 0.7em;
    }

    #comparison-table .ui-accordion-content {
        padding: 0 !important;
    }

    #comparison-table h3 {
        font-size: 0.7em !important;
    }

    #comparison-table h3 span.prod-1 {
        left: 32% !important;
        text-align: center !important;
        width: 33% !important;
    }

    #comparison-table h3 span.prod-2 {
        left: 63% !important;
        text-align: center !important;
        width: 33% !important;
    }

    #comparison-table h3 span.border-1 {
        display: none !important;
    }

    #comparison-table h3 span.border-2 {
        display: none !important;
    }

    #comparison-table h3 {
        font-size: 0.9em;
    }

    div.compare-box {
        padding: 0 0 0 30% !important;
        width: 33% !important;
        display: none !important;
    }

    div.compare-box div.first {
        width: 33%;
    }

    div.compare-box div.second {
        width: 33%;
    }

    #support-centre {
        width: 100%;
    }

    #support-centre li {
        width: 48% !important;
        height: 90px !important;
        margin-right: 2% !important;
    }

    #support-centre li.end {
        margin-right: 0 !important;
    }

    #support-centre li a {
        width: 72% !important;
        height: 78px !important;
        display: block;
        padding: 12px 24% 0 4% !important;
    }

    ul.fxp-form li div.input-field input {
        width: 94%;
    }

    ul.fxp-form li .input-field input.tel-1 {
        width: 24% !important;
        margin: 0 2% 0 0 !important;
        float: left !important;
    }

    ul.fxp-form li .input-field input.tel-2 {
        width: 64% !important;
        float: left !important;
    }

    ul.list-news li div.news-text {
        width: 100% !important;
        margin: 0 !important;
    }

    ul.list-social li div.news-text {
        width: 100% !important;
        margin: 10px 0 0 !important;
    }

    #nav li ul li.nav-contact {
        width: 93% !important;
        border-top: solid 1px black !important;
    }

    #nav li ul li.nav-contact span.last {
        margin: 0 15px 0 0 !important;
        float: right !important;
    }

    div.find-reseller div.holder-pad input {
        width: 60%;
    }

    #productBanner {
        width: 100%;
    }

    #photo-gallery #paging ul li.btn-prevpage {
        width: 232px !important;
        display: block !important;
        margin: 0 auto 15px !important;
    }

    #photo-gallery #paging ul li.btn-prevpage a {
        background: url("../images/buttons/pagination-back-mob.jpg") !important;
        width: 232px !important;
        height: 28px !important;
    }

    #photo-gallery #paging ul li.btn-nextpage {
        width: 232px !important;
        display: block !important;
        margin: 0 auto 15px !important;
    }

    #photo-gallery #paging ul li.btn-nextpage a {
        background: url("../images/buttons/pagination-next-mob.jpg") !important;
        width: 232px !important;
        height: 28px !important;
    }

    #photo-gallery #paging ul li.btn a:hover {
        background-position: 0 0 !important;
    }

    #photo-gallery ul.photos li.endRow {
        margin: 0 10px 10px 0 !important;
    }

    #news-categories .content .grid .btn .inner {
        background-position: 97% 50%;
    }

    #news-categories .content .grid .btn .inner i {
        font-size: 0.8em;
        padding: 0 0 0 25%;
    }

    #news-categories .content .grid .btn-show-all .inner {
        background-position: 60% 50%;
    }

    #news-categories .content .grid .btn-show-all .inner i {
        padding: 0;
        text-align: center;
        text-indent: -5%;
    }

    #news-categories .content .grid .btn-latest-news .inner i {
        background: url(/Images/icons/mobile/icon_latest-news.png) 5% 50% no-repeat;
        background-size: 20px 25px;
    }

    #news-categories .content .grid .btn-news-clippings .inner i {
        background: url(/Images/icons/mobile/icon_news-clippings.png) 5% 50% no-repeat;
        background-size: 15px 25px;
    }

    #news-categories .content .grid .btn-press-releases .inner i {
        background: url(/Images/icons/mobile/icon_press-releases.png) 3% 50% no-repeat;
        background-size: 21px 26px;
    }

    #news-categories .content .grid .btn-case-studies .inner i {
        background: url(/Images/icons/mobile/icon_case-studies.png) 5% 50% no-repeat;
        background-size: 15px 26px;
    }

    #news-categories .content .grid .btn-press-tools .inner i {
        background: url(/Images/icons/mobile/icon_press-tools.png) 3% 50% no-repeat;
        background-size: 23px 26px;
    }

    #news-categories .content .grid .btn-product-awards .inner i {
        background: url(/Images/icons/mobile/icon_product-awards.png) 1% 50% no-repeat;
        background-size: 26px 23px;
    }

    #news-categories .content .grid .btn-multimedia .inner i {
        background: url(/Images/icons/mobile/icon_multimedia.png) 5% 50% no-repeat;
        background-size: 21px 27px;
    }

    #news-categories .content .grid .btn-infographics .inner i {
        background: url(/Images/icons/mobile/icon_infographics.png) 5% 50% no-repeat;
        background-size: 14px 24px;
    }

    #news-categories .content .grid .btn-solid-ink-tech .inner i {
        background: url(/Images/icons/mobile/icon_solid-ink.png) 1% 50% no-repeat;
        background-size: 29px 23px;
    }

    #news-categories .content .grid .btn-social .inner i {
        background: url(/Images/icons/mobile/icon_social.png) 5% 50% no-repeat;
        background-size: 20px 24px;
    }

    ul.list-social.blog li {
        padding: 10px 0 30px;
    }

    ul.list-social.blog li .news-text > .titles {
        position: relative;
        left: 0;
    }

    ul.list-social.blog li .news-text > .blog-content .thumb {
        float: none;
    }

    ul.list-social.blog li .news-text > .blog-content .blog-text {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}

/* Sitemap */
ul.sitemap, ul.sitemap ul {
    list-style-type: none;
}

.sitemap li {
    background: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.sitemap li a {
    font-weight: normal;
}

.sitemap li strong a {
    font-weight: bold;
    margin-top: 30px;
}

.sitemap li a:hover {
    color: #f9961e;
    text-decoration: underline;
}

.sitemap ul {
    background: url("../images/sitemap/vertical.gif") repeat-y;
    padding: 10px 0 0;
    margin: 0;
}

.sitemap ul li {
    background: url("../images/sitemap/horizontal.gif") 0 0.636em no-repeat;
    font-size: 1em;
    padding: 0 0 0 38px;
    margin: 0.25em 0;
}

.sitemap ul ul {
    margin: 2px 0 0 5px;
}

.sitemap li.last {
    background: url("../images/sitemap/horizontal_last.gif") 0 0.636em no-repeat;
}

/*2013-4-25 added. Working for reseller search*/

#search-wizard ul.two-column li.search_01 {
    width: 299px;
    margin-left: 0;
    margin-right: 0;
}

#search-wizard.reseller-locator ul.two-column li.search_01 {
    width: 316px;
}

#search-wizard ul.two-column li.search_02 {
    width: 60px;
    text-align: center;
    margin: 0;
}

#search-wizard ul.two-column li.search_02 span {
    line-height: 26px;
    font-weight: bold;
    font-size: 14px;
}

.re_items {
    padding: 10px;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    behavior: url(/includes/PIE.htc);
    border: 1px solid #dfdfdf;
    margin-top: 20px;
}

.re_title {
    position: relative;
    height: 110px;
}

div.col-mid .re_title h4 {
    margin-right: 22px;
    width: 564px;
    line-height: 44px;
    height: 53px;
    border-bottom: 1px solid #bcbec0 !important;
    font-size: 14px;
    color: #333343;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

div.col-mid .re_title.logo0 h4 {
    margin-right: 0px;
    width: auto;
}

/*.re_title .right_img{width:56px; height:53px; padding:2px; background:url(../images/right_img_bg.jpg) no-repeat; position:absolute; right:0; top:0;}*/
.re_title .right_img {
    height: 106px;
    position: absolute;
    right: 0;
    top: 0;
    width: 106px;
}

.re_title .right_img img {
    width: 106px;
    height: 106px;
}

div.col-mid .re_title.logo0 .right_img {
    display: none;
}

.re_more {
    margin-top: 5px;
}

.left_box {
    float: left;
    width: 414px;
    margin-right: 10px;
}

.left_box .img_fix {
    width: 143px;
    margin-right: 10px;
    float: left;
    text-align: center;
}

.left_box .img_fix img {
    /*-webkit-border-radius:5px !important;border-radius:5px !important; behavior:url(/includes/PIE.htc);border:1px solid #dfdfdf*/
}

.left_box .infor_fix {
    float: left;
    font-size: 12px;
    line-height: 18px;
    width: 240px;
}

.left_box .infor_fix p {
    margin-bottom: 10px;
}

.left_box .infor_fix p a {
    color: #2895d5;
    cursor: pointer;
}

.left_box .infor_fix p.address {
    padding-left: 33px;
    background: url(../images/list_ico02.png) no-repeat 0 0;
}

.left_box .infor_fix p.address a.show_map {
    background: url(../images/a_list_ico.png) no-repeat left center;
    display: block;
    padding-left: 10px;
}

.left_box .infor_fix p.mobile {
    padding-left: 33px;
    background: url(../images/list_ico.png) no-repeat 0 -63px;
    position: relative;
}

.left_box .infor_fix p.mobile span {
    line-height: 18px;
    margin-right: 5px;
}

.left_box .infor_fix p.mobile a.reveal {
    position: absolute;
    left: 100px;
    top: 0;
    line-height: 18px;
    display: inline-block;
    background: url(../images/reveal.png) no-repeat;
    width: 65px;
    height: 19px;
}

.left_box .infor_fix p.website {
    padding-left: 33px;
    background: url(../images/list_ico.png) no-repeat 0 -92px;
}

.left_box .infor_fix p.email {
    padding-left: 33px;
    background: url(../images/list_ico.png) no-repeat 0 -118px;
}

.left_box .infor_fix p.links {
    margin-bottom: 0;
}

.left_box .infor_fix p.links a {
    color: #333333;
}

.right_box {
    width: 268px;
    float: left;
}

.right_box .h_line {
    height: 2px;
    line-height: 2px;
    overflow: hidden;
    background: url(../images/h_line.png) repeat-x left bottom;
    margin-bottom: 11px;
}

.right_box .customer_type span {
    display: block;
    float: left;
    margin-right: 6px;
}

.right_box .customer_type span.name {
    line-height: 27px;
    text-align: left;
    width: 85px;
    font-size: 12px;
    color: #333343;
}

.list_re_items {
    margin-left: -11px;
    margin-top: 25px;
}

.list_re_items_ul {
    height: 238px;
    overflow: hidden;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    behavior: url(/includes/PIE.htc);
    border: 1px solid #dfdfdf;
    padding: 10px 18px;
    float: left;
    margin-left: 11px;
    margin-bottom: 25px;
    width: 313px;
}

.list_re_items .infor_fix {
    font-size: 12px;
    line-height: 18px;
}

div.col-mid .list_re_items .infor_fix h4 {
    margin-right: 22px;
    line-height: 24px;
    height: 24px;
    border-bottom: 1px solid #bcbec0 !important;
    font-size: 14px;
    color: #333343;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 0;
}

.list_re_items .infor_fix p {
    margin-bottom: 10px;
}

.list_re_items .infor_fix p a {
    color: #2895d5;
    cursor: pointer;
}

.list_re_items .infor_fix p.address {
    padding-left: 33px;
    background: url(../images/list_ico02.png) no-repeat 0 0;
    height: 72px;
    overflow: hidden;
}

.list_re_items .infor_fix p.address a.show_map {
    background: url(../images/a_list_ico.png) no-repeat left center;
    display: block;
    padding-left: 10px;
}

.list_re_items .infor_fix p.mobile {
    padding-left: 33px;
    background: url(../images/list_ico.png) no-repeat 0 -63px;
    position: relative;
}

.list_re_items .infor_fix p.mobile span {
    line-height: 18px;
    margin-right: 5px;
}

.list_re_items .infor_fix p.mobile a.reveal {
    position: absolute;
    left: 100px;
    top: 0;
    line-height: 18px;
    display: inline-block;
    background: url(../images/reveal.png) no-repeat;
    width: 65px;
    height: 19px;
}

.list_re_items .infor_fix p.website {
    padding-left: 33px;
    background: url(../images/list_ico.png) no-repeat 0 -92px;
}

.list_re_items .infor_fix p.email {
    padding-left: 33px;
    background: url(../images/list_ico.png) no-repeat 0 -118px;
}

.list_re_items .infor_fix p.links {
    margin-bottom: 0;
}

.list_re_items .infor_fix p.links a {
    color: #333333;
}

/* Print.css */
#lvp {
    position: relative;
    display: none;
}

#lvp .lvp-image {
    width: 300px;
    float: left;
}

#lvp .lvp-image img {
    width: 300px;
}

#lvp .lvp-image p {
    font-size: 16px;
    text-align: center;
}

#lvp .lvp-text {
    width: 399px;
    float: left;
    margin: 0 0 0 15px;
    font-size: 18px;
}

#lvp .lvp-text p {
    font-size: 18px;
}

#lvp .lvp-text ul li {
    font-size: 18px;
}

#lvp .lvp-image p.productTitle {
    text-align: left;
    font-weight: bold;
}

#lvp .lvp-image p.productSummary {
    text-align: left;
}

#hidden-reseller-details h1.resellerName {
    font-size: 25px;
    color: #2895d5 !important;
    margin: 0;
}

#hidden-reseller-details h1.resellerPhone {
    font-size: 25px;
    color: #000;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: solid 2px #ccc !important;
    border-top: solid 2px #ffffff !important;
    border-left: solid 2px #ffffff !important;
    border-right: solid 2px #ffffff !important;
}

#hidden-reseller-details p {
    font-size: 18px;
}

#hidden-reseller-details p.address {
    margin: 0;
}

#hidden-reseller-details p.address a {
    display: none;
}

#hidden-reseller-details p.address br {
    display: none;
}

h2.print-title {
    display: none;
}

/*div.list-resellers-container{ display: none;}
#hidden-reseller-details{ display: block !important;}
#search-wizard{ display: none;}
.search-summary{ display: none;}
#litSummary{ display: none;}*/

.list_re_items .list_re_items_ul .infor_fix p.links {
    float: left;
}

.left_box .infor_fix p.links.float_left {
    float: left;
}

.list_re_items .list_re_items_ul .infor_fix p.links.requestaquote {
    margin-left: 8px;
}

.left_box .infor_fix p.links.requestaquote {
    float: left;
    margin-left: 8px;
}

div.double {
    width: 680px;
    padding: 20px 30px;
    font-size: 13px;
    color: #333;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.double .clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

div.double .fields-container {
    width: 378px;
    float: left;
}

div.double .title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #BCBEC0;
    padding-bottom: 3px;
    margin-bottom: 22px;
}

div.double .indicates-raquired {
    padding: 5px 0px 20px;
}

div.double label {
    font-weight: bold;
    display: inline-block;
    width: 94px;
    vertical-align: top;
    line-height: 20px;
}

div.double .group-control {
    margin-bottom: 8px;
}

div.double .group-control input {
    width: 268px;
    height: 10px;
    border: 1px solid #c9c9c9;
    padding: 5px;
    vertical-align: top;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

div.double .group-control textarea {
    width: 268px;
    height: 100px;
    border: 1px solid #c9c9c9;
    padding: 5px;
    vertical-align: top;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

div.double .group-control select {
    width: 278px;
    vertical-align: top;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

div.double .group-control-button {
    text-align: right;
    height: 32px;
}

div.double .group-control-button #lbSubmit {
    height: 24px;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: bold;
}

div.double .popup-inner {
    background: url(../Images/bg/line.gif) repeat-y 277px 0px;
}

div.double .group-control input.error, div.double .group-control textarea.error, div.double .group-control select.error {
    border: 1px solid #f00;
}

div.single {
    width: 378px;
}

div.single .requestQuoteLeft-container {
    display: none;
}

div.single .popup-inner {
    background: none;
}

.requestQuoteLeft-container {
    width: 276px;
    float: left;
    margin-right: 25px;
}

.requestQuoteLeft-container .panel {
    padding-left: 94px;
    position: relative;
    margin-bottom: 20px;
    min-height: 20px;
}

.requestQuoteLeft-container .panel label {
    position: absolute;
    left: 0px;
    top: 0px;
}

.requestQuoteLeft-container #quoteRequest_resellerTitle {
    font-weight: bold;
}

.requestQuoteLeft-container .panel ul {
    margin-left: -5px;
}

#cboxOverlay {
    background: #000;
}

#cboxLoadedContent {
    padding: 0px;
    background: none;
}

#cboxClose {
    right: 12px;
    top: 15px;
    width: 13px;
    height: 13px;
    background: url(../Images/bg/close.gif) no-repeat 0px 0px;
}

#cboxClose:hover {
    background-position: 0px 0px;
}

#cboxTitle {
    display: none !important;
}

div.double .fields-container .quoteRequest_resellerTitle_panel {
    display: none;
}

div.double.single .fields-container .quoteRequest_resellerTitle_panel {
    display: block;
}

#quoteRequest_resellerTitle_double {
    font-weight: bold;
}

.mobile_buttons {
    display: none;
}

.fck_edit_template1 {
}

.fck_edit_template1 .left {
    width: 185px;
}

.fck_edit_template1 .right {
    width: 482px;
}

@media screen and (max-width: 480px) {
    div.col-mid .re_title h4 {
        width: 100%;
    }

    #search-wizard.reseller-locator ul.two-column li.search_01 {
        width: 100%;
    }

    #search-wizard p input {
        margin-bottom: 0px;
    }

    #search-wizard ul.two-row li {
        margin-bottom: 0px;
    }

    #search-wizard ul.two-column li.search_02 {
        width: 100%;
    }

    #search-wizard ul.two-column li.search_02 p.searchpostcode label {
        display: block;
        height: 12px;
        overflow: hidden;
    }

    #search-wizard ul.two-column li.search_01 p.option2 label {
        display: block;
        height: 12px;
        overflow: hidden;
    }

    div.double .popup-inner {
        background: none;
    }

    div.double {
        width: 284px;
        padding: 10px 8px;
    }

    .requestQuoteLeft-container {
        margin-right: 0px;
    }

    div.double .group-control input {
        width: 264px;
        border-radius: 4px;
        border-color: #bbb;
    }

    div.double .group-control select {
        width: 276px;
        border-radius: 4px;
    }

    div.double .group-control textarea {
        width: 264px;
        border-radius: 4px;
        border-color: #bbb;
    }

    div.double label {
        width: 100%;
    }

    div.single {
        width: 284px;
    }

    .mobile_buttons {
        display: block;
        padding-top: 18px;
    }

    .mobile_buttons .links.float_left {
        float: left;
        margin-bottom: 0px;
    }

    .mobile_buttons .links.requestaquote {
        float: left;
        margin-left: 8px;
        margin-bottom: 0px;
    }

    .re_more .left_box .infor_fix .links.float_left {
        display: none;
    }

    .re_more .left_box .infor_fix .links.requestaquote {
        display: none;
    }

    .left_box .img_fix {
        float: none;
        margin-bottom: 10px;
    }

    div.double .fields-container {
        width: 276px;
        margin-left: 5px;
    }

    div.double.single .fields-container .quoteRequest_resellerTitle_panel {
        height: auto;
        position: relative;
        padding-left: 112px;
    }

    div.double.single .fields-container .quoteRequest_resellerTitle_panel label {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #000;
    }

    div.double .group-control {
        position: relative;
    }

    div.double .group-control label {
        position: absolute;
        left: 10px;
        top: 0px;
        line-height: 22px;
        color: #999;
    }

    div.double .title {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 480px) {
    .mobile_buttons {
        display: block;
        padding-top: 18px;
    }

    .mobile_buttons .links.float_left {
        float: left;
        margin-bottom: 0px;
    }

    .mobile_buttons .links.requestaquote {
        float: left;
        margin-left: 8px;
        margin-bottom: 0px;
    }

    .re_more .left_box .infor_fix .links.float_left {
        display: none;
    }

    .re_more .left_box .infor_fix .links.requestaquote {
        display: none;
    }

    .left_box .img_fix {
        float: none;
        margin-bottom: 10px;
    }

    #social-icons li.soc-share {
        margin-right: 20px;
    }

    .fck_edit_template1 .right {
        width: 100%;
    }

    div.col-mid .list_re_items .infor_fix h4, div.col-mid .re_title h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    div.col-mid .re_title.logo1 h4 {
        margin-right: 0;
        width: auto;
        padding-right: 106px;
    }

    .list_re_items_ul {
        float: none;
        width: auto;
        display: block;
    }

}

.recaptchatable .recaptcha_r4_c4,
.recaptchatable .recaptcha_r1_c1,
.recaptchatable .recaptcha_r2_c1,
.recaptchatable .recaptcha_r2_c2,
.recaptchatable .recaptcha_r3_c1,
.recaptchatable .recaptcha_r3_c2,
.recaptchatable .recaptcha_r3_c3,
.recaptchatable .recaptcha_r4_c1,
.recaptchatable .recaptcha_r4_c2,
.recaptchatable .recaptcha_r7_c1,
.recaptchatable .recaptcha_r8_c1 {
    background-image: url('/Images/captcha-sprite.png') !important;
}

#recaptcha_reload_btn {
    width: 25px;
    height: 17px;
    display: block;
    background: url('/Images/recaptcha_reload.png') 0 0 no-repeat !important;
}

#recaptcha_reload_btn img {
    display: none !important;
}

#recaptcha_switch_audio_btn {
    width: 25px;
    height: 16px;
    display: block;
    background: url('/Images/recaptcha_switch_audio.png') 0 0 no-repeat !important;
}

#recaptcha_switch_audio_btn img {
    display: none !important;
}

#recaptcha_whatsthis_btn {
    width: 25px;
    height: 16px;
    display: block;
    background: url('/Images/recaptcha_whatsthis.png') 0 0 no-repeat !important;
}

#recaptcha_whatsthis_btn img {
    display: none !important;
}

#recaptcha_switch_img_btn {
    width: 25px;
    height: 16px;
    display: block;
    background: url('/Images/recaptcha_switch_img.png') 0 0 no-repeat !important;
}

#recaptcha_switch_img_btn img {
    display: none !important;
}