/* MAIN STYLES
================== */
body {
    font-size: 14px;
    font-family: 'LatoLatin', sans-serif;
    color: #5a5959;
    background: #ffffff url(../imgs/bg.jpg) no-repeat;
    background-position: top center;
    background-attachment: scroll;
    -webkit-font-smoothing: antialiased;
    background-size: 100%;
}

body.cms-home-us {
    background: #ffffff url(../imgs/home_bg.jpg) no-repeat;
    background-position: top center;
    background-attachment: scroll;
    -webkit-font-smoothing: antialiased;
    background-size: 100%;
}

.page-wrap a {
    color: #2ab4d6;
}

a:focus, h3:focus {
    outline: 0;
}

body a {
    color: #5a5959;
}

dl {
    margin-bottom: 0!important;
}

dl .form-group {
    margin-bottom: 0!important;
}

.btn-url {
    cursor: pointer;
}

.page-wrap.container.blackbg {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'LatoLatin', sans-serif;
    font-weight: bold;
}

.whitebg {
    background-color: #fff;
}

.whitebg .menu-sidebar {
    background-color: #fff;
}

.btn:focus {
    outline: 0;
} 


/* HEADER
================== */

header .header-topbar {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
}

header .header-topbar .navbar-brand {
    display: block;
    width: 201px;
    height: 105px;
    background: url(../imgs/logo_ct_new.png) no-repeat center center;
    background-size: cover;
    margin-top: 21px;
}

ul.topNavigation {
    list-style: none;
    text-align: right;
    margin-top: 21px;
}

ul.topNavigation li {
    display: inline-block;
    font-size: 16px; 
    position: relative;
    margin-right: 25px;
    margin-left: 25px;
}

ul.topNavigation li:first-child {
    margin-left: 0;
}

ul.topNavigation li:after {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../imgs/grey_bullet.png) no-repeat;
    right: -40px;
    content: " ";
    top: 8px;
}

ul.topNavigation li:last-child {
    margin-right: 0;
}

ul.topNavigation li:last-child:after {
    display: none;
}

ul.topNavigation li .signup-item {
    font-family: 'LatoLatin';
    font-weight: bold;
    color: #379cf1;
}

ul.topNavigation li.cart-link-item img {
    margin-right: 5px;
}

ul.topNavigation li a:hover {
    color: #2ab4d6;
}


.searchfield:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 12px;
    width: 16px;
    height: 16px;
    background: url(../imgs/search_icon.png) no-repeat center center;

}

.searchfield {
    font-weight: normal;
    position: relative;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

header .header-topbar .navbar-form .input-addon-right {
    position: relative;
}

header .header-topbar .navbar-form .input-addon-right i {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    color: #525252;
}

header .header-topbar .navbar-form input {
    font-size: 16px;
    font-family: 'LatoLatin', sans-serif;
    padding-left: 10px;
    height: 40px;
    width: 270px;
    color: #ababab;
}

.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#mainnav {
    margin-top: 15px;
    border-radius: 4px;
    border: 1px solid #d2d5d5;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 53%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(53%,#f2f2f2), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 53%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 53%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 53%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 53%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.navbar-nav>li {
    width: 15.83%;
    text-align: center;
}

.navbar-nav>li:first-child {
    width: 5%;
}

header .header-topbar .navbar-toggle {
    margin-top: 20px;
    border: none;
}
header .header-topbar .navbar-toggle:hover {
    border: none;
    background: transparent;
}
header .header-topbar .navbar-toggle:focus {
    background-color: #00b2ff;
}
header .header-topbar .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}
header .header-topbar .navbar-toggle:focus {
    background: none!important;
}
header .header-topbar .navbar-toggle .icon-bar {
    width: 35px;
    height: 5px;
    background: #fff;
}
header .header-topbar .navbar-form {
    margin-top: 21px;
    padding: 0;
}

.navbar-nav > li > a {
    color: #525252!important;
    font-family: 'LatoLatinMed';
    font-weight: normal;
    border-right: 1px solid #d2d5d5;
    font-size: 20px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.navbar-nav > li.active > a {
    background-color: transparent!important;
}

.navbar-nav>li.active > a, .navbar-nav>li:hover > a {
    color: #ffffff!important;
}

.navbar-nav>li:last-child.active, .navbar-nav>li:last-child:hover {
    width: 15.8542943%;
}

.navbar-nav>li.active, .navbar-nav>li:hover {
    background: #5e5e5e; /* Old browsers */
    background: -moz-linear-gradient(top, #5e5e5e 0%, #474747 53%, #212121 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(53%,#474747), color-stop(100%,#212121)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5e5e5e 0%,#474747 53%,#212121 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5e5e5e 0%,#474747 53%,#212121 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5e5e5e 0%,#474747 53%,#212121 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5e5e5e 0%,#474747 53%,#212121 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#212121',GradientType=0 );
    color: #ffffff!important;
}

.navbar-nav > li.homeitem > a {
    background: url(../imgs/home_icon.png) no-repeat center center;
}

.navbar-nav > li.homeitem.active > a, .navbar-nav > li.homeitem > a:hover {
    background: url(../imgs/home_icon_white.png) no-repeat center center;
}

.navbar-nav > li:last-child > a {
    border-right: 0;
}

.nav>li>a>img {
    margin-top: -4px;
}

.navbar-nav {
    color: #005377;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.leftbordereee {
    border-left: 1px solid #eee;
}

ul.left_menu > li > ul {
    display:none;
}

ul.left_menu > li.active > ul {
    display:block;
}

.breadcrumb {
    margin: 0;
    background: none;
    padding: 0px;
}

.breadcrumb a {
    color: #2ab4d6;
}

.breadcrumb a:hover{
    border-bottom: 1px solid #2ab4d6;
}
/*
.page-wrap .col-sm-9 a:hover {
    border-bottom: 1px solid #2ab4d6;
}
*/

.page-wrap .col-sm-9 a.btn:hover {
    text-decoration: none!important;
}

ul.left_menu {
    list-style: none;
    color: #00b2ff!important;
    padding: 40px 30px;
}

ul.left_menu li {
    position:relative;
    line-height: 2em;
    margin-bottom: 10px;
}


ul.left_menu a {
    font-size: 18px;
    color: #999898!important;
}


ul.left_menu a:hover, ul.left_menu li.active > a {
    color: #2ab4d6!important;
    font-weight: bold;
}

ul.left_menu.store_menu > li > a {
    font-size: 21px;
    //color: #2ab4d6!important;
    //font-weight: bold;
}


ul.left_menu.store_menu ul > li {
    margin-bottom: 0;
}

ul.left_menu.store_menu ul > li > a {
    font-size: 16px;
}

ul.left_menu.store_menu ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dropdown_div {
    display: none;
    text-align: left;
    background: #323232;
    min-width: 750px;
    min-height: 100px;
    position: absolute;
    top: 60px;
    z-index: 2;
}

.dropdown_div.narrow_dropdown {
    min-width: 550px;
}

.nav.navbar-nav > li:hover > .dropdown_div {
    display: block;
}

.dropdown_div .col-sm-3, .dropdown_div.narrow_dropdown .col-sm-4 {
    border-right: 1px solid #3c3c3c;
    float: none;
    display: table-cell;
}

.dropdown_div .col-sm-6, .dropdown_div .col-sm-8 {
    float: none;
    display: table-cell;
    font-weight: normal;
}

.dropdown_div .col-sm-8 {
    padding: 0;
}

.dropdown_div .col-sm-6 {
    padding-left: 0!important;
}

.dropdown_div .col-sm-8 > div, .dropdown_div .col-sm-6 > div {
    padding-left: 30px;
    padding-right: 45px;
}

.dropdown_div .col-sm-6 > div {
    min-height: 320px;
}

.dropdown_div.tips_dropdown .base_featured {
    background: url(../imgs/ct_menu_ct.png) no-repeat bottom right;
    background-position: bottom right 15px;
}

.dropdown_div.tips_dropdown #packaging_featured {
    background: url(../imgs/tips_dropdown_bg.png) no-repeat bottom right;
    background-position: bottom right 40px;
}

.dropdown_div.tips_dropdown #features_featured {
    background: url(../imgs/ct_menu_features.png) no-repeat bottom right;
    background-position: bottom right 40px;
}

.dropdown_div.tips_dropdown #shapes_featured {
    background: url(../imgs/ct_menu_shapes.png) no-repeat bottom right;
    background-position: bottom right 40px;
}

.dropdown_div.tips_dropdown #colors_featured {
    background: url(../imgs/ct_menu_color.png) no-repeat bottom right;
    background-position: bottom right 40px;
}

.dropdown_div.tips_dropdown #differences_featured {
    background: url(../imgs/ct_menu_differences.png) no-repeat bottom right;
    background-position: bottom right 40px;
}

.dropdown_div.tips_dropdown #testimonials_featured {
    background: url(../imgs/ct_menu_testimonials.png) no-repeat bottom right;
    background-position: bottom right 60px;
}


.dropdown_featured {
    display: none;
}

.support_dropdown .base_featured {
    background: url(../imgs/support_base_menu_img.png) no-repeat bottom right;
    background-position: bottom right 15px;
}

#sticket_featured, #forum_featured {
    background: url(../imgs/support_menu_img.png) no-repeat bottom right;
    background-position: bottom right 15px;
}

#smedia_featured {
    background: url(../imgs/support_dropdown_media.png) no-repeat bottom right;
    background-position: bottom right 35px;
}

#knowledge_featured {
    background: url(../imgs/support_dropdown_knowledge.png) no-repeat bottom right;
    background-position: bottom right 35px;
}


.dropdown_div.switch_dropdown .base_featured {
    background: url(../imgs/sw_menu_sw.png) no-repeat bottom right;
    background-position: bottom right 35px;
}


.dropdown_div.switch_dropdown #keydifferences_featured {
    background: url(../imgs/sw_menu_keydifferences.png) no-repeat bottom right;
    background-position: bottom right 35px;
}

.dropdown_div.switch_dropdown #compare_featured {
    background: url(../imgs/sw_menu_compare.png) no-repeat bottom right;
    background-position: bottom right 35px;
}

.dropdown_div.switch_dropdown #disposable_featured {
    background: url(../imgs/sw_menu_disposable.png) no-repeat bottom right;
    background-position: bottom 20px right 0px;
}

.dropdown_div.switch_dropdown #idsyringe_featured {
    background: url(../imgs/sw_menu_idsyringe.png) no-repeat bottom right;
    background-position: bottom right 10px;
}

.dropdown_div.switch_dropdown #mts_featured {
    background: url(../imgs/sw_menu_mts.png) no-repeat bottom right;
    background-position: bottom right 35px;
}

.dropdown_div.switch_dropdown #reqadapter_featured {
    background: url(../imgs/sw_menu_reqadapter.png) no-repeat bottom right;
    background-position: bottom 30px right 20px;
}

.dropdown_div.switch_dropdown #reqsample_featured {
    background: url(../imgs/support_dropdown_knowledge.png) no-repeat bottom right;
    background-position: bottom right 35px;
}

.dropdown_div.switch_dropdown #exchange_featured {
    background: url(../imgs/sw_menu_exchange.png) no-repeat bottom right;
    background-position: bottom right 20px;
}

.dropdown_div.switch_dropdown #reasons_featured {
    background: url(../imgs/sw_menu_reasons.png) no-repeat bottom right;
    background-position: bottom right 20px;
}

.dropdown_div.switch_dropdown #benefits_featured {
    background: url(../imgs/sw_menu_benefits.png) no-repeat bottom right;
    background-position: bottom right 20px;
}

.dropdown_div.switch_dropdown #complaints_featured {
    background: url(../imgs/sw_menu_complaints.png) no-repeat bottom right;
    background-position: bottom right 20px;
}

.dropdown_div.switch_dropdown #faq_featured {
    background: url(../imgs/sw_menu_faq.png) no-repeat bottom right;
    background-position: bottom right 20px;
}

.dropdown_div .col-sm-6 h2, .dropdown_div .col-sm-8 h2  {
    font-family: 'LatoLatinMed';
    font-weight: normal;
}

.dropdown_div .col-sm-6 p, .dropdown_div .col-sm-8 p {
    font-size: 14px;
    margin-bottom: 25px;
}

ul.submenu {
    list-style: none;
    padding: 0;
}

.dropdown_div ul.submenu li {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #3c3c3c;
    position: relative;
}

.dropdown_div ul.submenu li:last-child {
    border-bottom: 0;
}

.dropdown_div ul.submenu li:first-child {
    padding-top: 25px;
}

.dropdown_div ul.submenu li:after {
    content: " ";
    width: 5px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 40%;
    background: url(../imgs/blue_arrow.png) no-repeat;
}

.dropdown_div ul.submenu li:first-child:after {
    top: 55%;
}

.dropdown_div ul.submenu a {
    color: #aeaeae;
    font-family: 'LatoLatinMed';
    font-weight: normal;
    font-size: 14px;
}

.dropdown_div ul.submenu a:hover, .dropdown_div ul.submenu li.active a {
    font-family: 'LatoLatin';
    font-weight: bold;
    color: #fff;
}

.dropdown_div .col-sm-4 {
    padding-right: 0;
}

.dropdown_div .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.dropdown_div .col-sm-3:first-child {
    padding-left: 15px;
}

.dropdown_div .col-sm-8 .btn-blue, .dropdown_div .col-sm-6 .btn-blue {
    margin-bottom: 110px;    
}

ul.more-views {
    list-style: none;
    padding-left: 10%;
    padding-right: 10%;
}

ul.more-views li {
    display: inline-block;
    width:33%;
    padding: 10px;
    text-align: center;
    border: 1px solid #eeeeee;
    margin-right: -5px;

}

.breadcrumb ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.breadcrumb li:after {
    content: "";
    background: url(../imgs/grey_bullet.png) no-repeat center center;
    width: 16px;
    height: 38px;
    position: absolute;
    top: -1px;
    right: -10px;
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb li {
    display: inline-block;
    padding: 8px 20px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb li.active, .breadcrumb li.active a {
    color: #2f6595;
}

.page-top {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-form.navbar-right:last-child {
    margin-right: 0px;
}


.row {
    margin-left: -15px!important;
}

.row.rowExceeding {
    margin-left: -50px!important;
    margin-right: -50px!important;
    border-bottom: 1px solid #eee;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
}

/* BUTTONS */

.btn {
    padding: 10px 32px;
    min-width: 170px;
    font-weight: bold;
}

.btn-yellow, .btn-yellow:active {
    background: #f5a443; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5a443 0%, #c37111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5a443), color-stop(100%,#c37111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5a443 0%,#c37111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5a443 0%,#c37111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5a443 0%,#c37111 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5a443 0%,#c37111 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a443', endColorstr='#c37111',GradientType=0 ); /* IE6-9 */
    border: none;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 81, 149, 0.75);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 81, 149, 0.75);
    box-shadow:         0px 1px 1px 0px rgba(0, 81, 149, 0.75);
    color: #fff!important;
}

.btn-blue, .btn-blue:active {
    background: #3ca1f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #3ca1f6 0%, #2186db 50%, #096dc3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ca1f6), color-stop(50%,#2186db), color-stop(100%,#096dc3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3ca1f6 0%,#2186db 50%,#096dc3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3ca1f6 0%,#2186db 50%,#096dc3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3ca1f6 0%,#2186db 50%,#096dc3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3ca1f6 0%,#2186db 50%,#096dc3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca1f6', endColorstr='#096dc3',GradientType=0 ); /* IE6-9 */
    border: none;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 81, 149, 0.75);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 81, 149, 0.75);
    box-shadow:         0px 1px 1px 0px rgba(0, 81, 149, 0.75);
    color: #fff!important;
}

.btn-blue:active, .btn-yellow:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.2);
}

.btn-white:hover {
    border: 1px solid #bec3c2!important; 
}

.btn-transp-bluebrd, .btn-transp-bluebrd:active, .btn-transp-bluebrd:hover {
    background: none;
    border: 1px solid #248adf;
    color: #248adf!important;
}


.btn-white, .btn-white:active {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
    border: 1px solid #bec3c2;
    color: #444444!important;
}

.btn-white:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.2);
}

.btn-white:hover {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(252,252,252,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0 );
}

.btn-blue:hover {
    border: 0!important;
    background: #4fabf7; /* Old browsers */
    background: -moz-linear-gradient(top,  #4fabf7 0%, #3594e1 50%, #0a7ce0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4fabf7), color-stop(50%,#3594e1), color-stop(100%,#0a7ce0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4fabf7 0%,#3594e1 50%,#0a7ce0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4fabf7 0%,#3594e1 50%,#0a7ce0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4fabf7 0%,#3594e1 50%,#0a7ce0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4fabf7 0%,#3594e1 50%,#0a7ce0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fabf7', endColorstr='#0a7ce0',GradientType=0 ); /* IE6-9 */
}

.btn-yellow:hover {
    background: #f6b360; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6b360 0%, #eb8715 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b360), color-stop(100%,#eb8715)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6b360 0%,#eb8715 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6b360 0%,#eb8715 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6b360 0%,#eb8715 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6b360 0%,#eb8715 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b360', endColorstr='#eb8715',GradientType=0 ); /* IE6-9 */
    border: 0!important;
}


#orig_btn.btn-white, #nt_btn.btn-white { 
    color: #248adf!important;
}

/* HOMEPAGE JUMBOTRON
======================= */

body.cms-home-us .page-wrap {
    border: 0;
}

.banner {
    background: transparent;
    color: #fff;
}
.banner-heading {
    font-family: 'LatoLatinBlack';
    font-size: 65px!important;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0.5px 1px rgba(0, 46, 69, 0.36);
    margin-top: 70px;
}

.banner-heading sup {
    font-family: 'LatoLatin';
    font-size: 50%;
    top: -.75em;
    left: 5px;
}

.banner-desc {
    text-transform: uppercase;
    color: #1a85c2;
    font-size: 27px;
    font-weight: normal;
}

.jumbotron .banner-sub-desc {
    color: #327596;
    font-size: 16px;
    font-weight: normal;
    width: 70%;
    margin: 0 auto;
}

.cms-home-us .page-wrap {
    background: none;
}


/* HOMEPAGE GRID
====================== */

.homepage-grid {
    margin-top: 100px;
}

.homepage-box-row {
    margin-left: 0!important;
    margin-right: 0!important;
    display: table; 
}

.homepage-box {
    display: table-cell;
    padding: 15px;
    text-align: center;
    padding-bottom: 122px;
    position: relative;
}

.homepage-box.single-box {
    width: 25%;
}

.homepage-box.double-box {
    width: 50%;
}

.homepage-box.store-box {
    background: url(../imgs/home_box_store.jpg) no-repeat;
    background-size: cover;
    border-radius: 5px 0px 0px 5px;
}

.homepage-box.sample-box {
    background: url(../imgs/home_box_sample.jpg) no-repeat;
    background-size: cover;
    border-radius: 0px 5px 5px 0px;
}

.homepage-box.compare-box {
    background: url(../imgs/home_box_compare.jpg) no-repeat;
    background-size: cover;
    border-radius: 5px 0px 0px 0px;
}

.homepage-box.autoclavable-box {
    background: url(../imgs/home_box_autoclavable.jpg) no-repeat;
    background-size: cover;
    border-radius: 0px 5px 0px 0px;
}

.homepage-box.contact-box {
    background: url(../imgs/home_box_contact.jpg) no-repeat;
    background-size: cover;
    border-radius: 0px 0px 5px 0px;
}

.homepage-box.forum-box {
    background: url(../imgs/home_box_forum.jpg) no-repeat;
    background-size: cover;
}

.homepage-box.register-box {
    background: url(../imgs/home_box_register.jpg) no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 5px;
}

.homepage-box.support-box {
    background: url(../imgs/home_box_support.jpg) no-repeat;
    background-size: cover;
}

.homepage-box h2.homepage-box-title {
    font-family: 'LatoLatinBlack';
    font-weight: normal;
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 0.5px 1px rgba(0, 46, 69, 0.36);
    margin-bottom: 20px;
    margin-top: 60px;
}

.homepage-box a.btn-transp-whitebrd  {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

a.btn-transp-whitebrd:hover, a.btn-transp-whitebrd:active, a.btn-transp-whitebrd:visited {
    color: #fff;
}

a.btn-transp-whitebrd {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

a.btn-transp-whitebrd:hover {
    border: 1px solid #fff;
}


.homepage-box p.homepage-box-description {
    color: #fff;
    text-shadow: 0px 0.5px 1px rgba(0, 46, 69, 0.36);
}

.homepage-box.switch-box {
    padding-left: 85px;
    padding-right: 85px;
}

.homepage-box.switch-box .box_bg {
    position: absolute;
    bottom: -100px;
    width: 70%;
}

.homepage-box.switch-box .box_bg img {
    width: 100%;
}


.homepage-box.autoclavable-box .box_bg {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;  
} 

.homepage-box.autoclavable-box .box_bg img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.homepage-box.compare-box .box_bg {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.homepage-box.compare-box .box_bg img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.homepage-box.switch-box .btn-blue {
    margin-top: 30px;
}

.homepage-box.switch-box h2.homepage-box-title {
    color: #004f95;
    text-shadow: none;
    font-family: 'LatoLatinMed';
}

.homepage-box.switch-box p.homepage-box-description {
    color: #6e6e6e;
    text-shadow: none;
}

.homepage-second-row {
    margin-top: 100px;
}

.homepage-second-row .double-box {
    padding-bottom: 232px;
}

.homepage-second-row .double-box a.btn-transp-whitebrd {
    bottom: 170px;
}


.home_bottom img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    position: relative;
    z-index: 5;
}

.cms-home-us footer {
    margin-top: 0;
}

.cms-home-us footer {
    position: relative;
}

.cms-home-us footer:before { 
    content: " ";
    display: block;
    width: 100%;
    height: 190px;
    position: absolute;
    top: -190px;
    left: 0;
    background: url(../imgs/home_btm_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.home_bottom2 {
    text-align: center;
}

.home_bottom2 h2 {
    font-size: 40px;
    margin-top: 70px;
}

.home_bottom2 h5 {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

.home_bottom2 p {
    font-size: 20px;
    font-family: 'LatoLatinLight';
    width: 80%;
    margin: 0 auto;
}



.homepage-grid.grid-bottom.row {
    margin-top: 40px;
    background: #fff;
}

.homepage-grid.grid-bottom.row .homepage-grid-item {
    height: 420px;
    padding: 47px 30px;
}

.homepage-grid-item {
    position: relative;
    padding: 20px 25px;
}
.homepage-grid-item.last-item {
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: none;
}
.homepage-grid-item.last-item img {
    width: 100% !important;
}
.homepage-grid-item.item-rewards {
    border: none;
    background-color: #410b72;
}
.homepage-grid-item.item-rewards .homepage-grid-item-title,
.homepage-grid-item.item-rewards .homepage-grid-item-desc {
    color: #fff;
}
.homepage-grid-item.item-rewards .homepage-grid-item-content {
    margin-top: 10px;
    color: #ddbce5;
}
.homepage-grid-item.rewards-bg-item {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent !important;
}

.homepage-grid-item-title-2 {
    font-size: 30px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.homepage-grid-item-title {
    font-size: 30px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 127px;
}
.homepage-grid-item-desc {
    color: #410b72;
    font-size: 12px;
    font-weight: bold;
}
.homepage-grid-item-content {
    font-size: 13px;
}
.homepage-grid-item-icon:not(.pull-right) {
    position: absolute;
    bottom: 40px;
}
.homepage-grid-item:hover:not(.item-rewards):not(.rewards-bg-item) {

}
.homepage-grid-item:hover:not(.item-rewards):not(.rewards-bg-item) .homepage-grid-item-title,
.homepage-grid-item:hover:not(.item-rewards):not(.rewards-bg-item) .homepage-grid-item-desc {

}
.homepage-grid-item:hover:not(.item-rewards):not(.rewards-bg-item) .homepage-grid-item-content {

}
.homepage-grid-item .homepage-grid-item-meta {
    position: absolute;
    width: 100%;
    padding: 0 30px;
    left: 0;
    bottom: 30px;
}
.homepage-grid-item .homepage-grid-item-meta .btn-starz {
    color: #fff !important;
}

.italic-text {
    font-style: italic;
}

/* COMPARE
======================= */
.compare {
    background-color: #fff;
}


.other-tips-compare-image {
    padding: 0 30px;
}
.other-tips-compare-image h3 {
    font-size: 24px;
    color: #b869ff;
}
.compare-info {
    padding: 30px;
    border-bottom: 1px solid #dedede;
}
.compare-info-topbar .success,
.compare-info-topbar .selected {
    font-size: 14px;
    font-weight: bold;
}
.compare-info-topbar .selected {
    color: #b869ff;
}
.compare-info-topbar .success {
    color: green;
}
.compare-info .selected-item-info {
    margin-top: 20px;
}
.compare-info .selected-item-info li i,
.compare-info .selected-item-info li p {
    float: left;
}
.compare-info .selected-item-info li p {
    width: 85%;
}
.compare-info .selected-item-info li i, i.green, i.red  {
    padding-top: 5px;
    padding-right: 20px;
    font-size: 18px;
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-top: 5px;
    margin-right: 10px;
}

.compare-info .selected-item-info li i.purple {
    background: url(../images/compare/purple.jpg) no-repeat;
}

li i.green {
    background: url(../images/compare/green.jpg) no-repeat;
}

li i.red {
    background: url(../images/compare/red.jpg) no-repeat;
}

i i.warning {
    background: url(../images/compare/alert_icon.jpg) no-repeat;
}





.compare-pros-cons {
    border-top: 1px solid #dedede;
    padding: 30px 30px 0;
    margin-bottom: -10px;
    margin-top: 0px;
    background: #ffffff;
}
.compare-pros-cons h4 {
    font-size: 24px;
    color: #b869ff;
    margin-bottom: 20px;
}
.compare-pros-cons .compare-pros li,
.compare-pros-cons .compare-cons li {
    position: relative;
}
.compare-pros-cons .compare-pros li i,
.compare-pros-cons .compare-cons li i,
.compare-pros-cons .compare-pros li p,
.compare-pros-cons .compare-cons li p {
    float: left;
}
.compare-pros-cons .compare-pros li p,
.compare-pros-cons .compare-cons li p {
    width: 85%;
}
.compare-pros-cons .compare-pros li i,
.compare-pros-cons .compare-cons li i {
    padding-right: 20px;
    font-size: 18px;
}
.compare-pros-cons .compare-pros i {
    color: green;
}
.compare-pros-cons .compare-cons i {
    color: red;
}
.compare-pros-cons img {
    margin: 0 auto;
    padding-top: 35px;
}


/* STARZ TIP - HP TIP
======================= */

.straztips-header-hiptip {
    background: #0e5b98 url(../images/header-hp-tip.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 339px;
}

.hiptip-bkgrnd {
    background: url(../images/bkgrnd-hptip.jpg) repeat;
    min-width: 359px;
    min-height: 141px; 
    border-right: 1px solid #dedede;
}

.hiptip-bkgrnd2 {
    background: url(../images/bkgrnd-request.jpg) repeat;
    min-height: 92px; 
}

.hiptip-bkgrnd3 {
    background: url(../images/bkgrnd-oder.jpg) repeat;
    height: 92px; 
}

.hiptip-colors-img {
    background: url(../images/bkgrnd-hptip.jpg) repeat;
    min-width: 359px;
    min-height: 141px; 
    border-right: 1px solid #dedede;
}

.hiptip-colors-img1 {
    width: 108px;
    height: 109px;
    padding: 0px 0px 0px 0px;
    background: url(../images/hptip-img1.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

.hiptip-colors-img2 {
    width: 108px;
    height: 109px;
    padding: 0px 0px 0px 0px;
    background: url(../images/hptip-img2.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

.hiptip-colors-img3 {
    width: 108px;
    height: 109px;
    padding: 0px 0px 0px 0px;
    background: url(../images/hptip-img3.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

.hiptip-colors-img4 {
    width: 108px;
    height: 109px;
    padding: 0px 0px 0px 0px;
    background: url(../images/hptip-img4.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}


/* MENU SIDEBAR
======================= */
.menu-sidebar {
    margin: 0;
    padding: 0;
    height: 100%;
}
.menu-sidebar .menu-sidebar-menu li {
    margin: 0;
    background-color: #420b71;
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: #240741;
    padding: 5px 15px;
}
.menu-sidebar .menu-sidebar-menu li:hover,
.menu-sidebar .menu-sidebar-menu li.active {
    background: -webkit-linear-gradient(bottom, #000000, #0e0255);
    background: linear-gradient(bottom, #000000, #0e0255);
}
.menu-sidebar .menu-sidebar-menu li a {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #fff !important;
}
.menu-sidebar .menu-sidebar-menu li a:hover {
    color: #fff;
    background: transparent;
}
.menu-sidebar .menu-sidebar-menu li.contact-sidebar-item {
    padding: 0;
    margin: 0;
    position: relative;
}
.menu-sidebar .menu-sidebar-menu li.contact-sidebar-item .contact-sidebar-title {
    position: absolute;
    top: 20px;
    left: 30px;
    max-width: 100px;
    color: #fff;
    font-size: 16px;
}
.menu-sidebar .menu-sidebar-menu li.contact-sidebar-item .btn-starz {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 30%;
}
.menu-sidebar .menu-sidebar-menu li.contact-sidebar-item .btn-starz:hover {
    font-family: "Montserrat", sans-serif;
    background: -webkit-linear-gradient(bottom, #2b074b, #3a0a66);
    background: linear-gradient(bottom, #2b074b, #3a0a66);
    border: none;
    border-top: 2px solid #4c3067;
}
.menu-sidebar .menu-sidebar-menu li.contact-sidebar-item .btn-starz:hover:hover {
    border-top: 2px solid #4c3067;
}
/* COLORS 
======================= */
.colors-header {
    padding: 10px 20px 20px;
    background: #240741;
}
.colors-header-content-heading {
    font-size: 24px;
    color: #fff;
}
.colors-header p {
    padding: 10px 0;
    color: #ddbce5;
}
.colors-header-content-desc {
    font-size: 12px;
    color: #fff;
}
.colors-item {
    position: relative;
    overflow: hidden;
    padding: 0;
    /*margin: -1px 0;*/
    border: none;
}
.colors-item-title {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 2;
    font-size: 24px;
    text-shadow: -1px 0 2px #a8a8a8;
}
.colors-item-title a,
.colors-item-title a:hover {
    color: #fff !important;
}
.colors-item img {
    min-width: 100%;
}
/* STORE
======================= */

.prd-view-content {
    background: #fff;
    padding: 20px 30px;
}

.product-image {
    width: 100%;
    min-height: 300px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;	
}

.product-image-zoom {
    background: url(../images/img-zoom.png) no-repeat;
    width: 47px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}


.includes-item {
    text-align: center;
    margin-top: 10px;
}
.includes-item img {
    margin: 0 auto;
    min-height: 90px;
}
.includes-item .inludes-title {
    font-size: 16px;
    color: #2ab4d6;
    font-weight: 400;
    margin-bottom: 0;
}

.includes-item strong {
    font-weight: 400;
}

.includes-item .includes-desc {
    margin-bottom: 3px;
}

.includes-item .includes-desc,
.includes-item .includes-quantity {
    color: #a0a0a0;
    margin: 0;
    padding: 0;
}

.includes-item .includes-quantity {
    color: #444444;
    font-weight: 400;
    font-family: 'LatoLatinSemBd';
}

.price-div {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

.product-action {
    padding: 20px 0;
}
.product-action-list .quantity {
    line-height: 35px;
}
.product-action-list .quantity .plus,
.product-action-list .quantity .minus {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 2px 5px;
}
.product-action-list .quantity .plus {
    color: lightgreen!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.product-action-list .quantity .plus:hover, .product-action-list .quantity .minus:hover {
    text-decoration: none;
}

.product-action-list .quantity .minus {
    color: red!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-action-list .quantity input {
    height: 35px;
    border-radius: 5px;
    border: 1px solid #dedede;
    box-shadow: none;
    max-width: 35px;
    text-align: center!important;
}
.product-action-list .btn-starz {
    color: #fff !important;
}
.product-action-list .btn-disabled {
    display: inline-block;
    padding: 5px 10px;
    background: #f3f3f3;
    color: #fff!important;
    border: 1px solid #e1e1e1;
}
.product-action-list .btn-ghost {
    border: 1px solid #dedede;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    color: #b768ff!important;
}

.capital {
    text-transform: uppercase;
}

.rwdz-div {
    color: #b5b5b5;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.fnt20 {
    font-size: 20px;
}

.categories_menu {
    padding: 20px;
}

.categories_menu h3 {
    color: #b869ff;
    margin-bottom: 20px;
}

.categories_menu i {
    font-size: 20px;
    color: #b869ff;
}

.categories_menu h4 {
    display:inline-block;
    padding-left: 10px;
    color: #fff;
    padding-bottom: 2px;
}

.mrgside0 {
    margin-left: 0px;
    margin-right: 0px;
}

.paddingside0 {
    padding-left: 0px;
    padding-right: 0px;
}

.prd-header-img img {
    margin-bottom: -25px;
}

.quantity .minus, .quantity .plus {
    cursor: pointer;
}

a.btn-nhelp {
    background: -moz-linear-gradient(top,  #ffffff 1%, #bababa 100%); /* FF3.6+ */
    background:  -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
    background:  -webkit-linear-gradient(top,  #ffffff 1%,#bababa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 1%,#bababa 100%); /* Opera 11.10+ */
    background:  -ms-linear-gradient(top,  #ffffff 1%,#bababa 100%); /* IE10+ */
    background:  linear-gradient(to bottom,  #ffffff 1%,#bababa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
    border: 1px solid #c7c7c7;
    color: #565656!important;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
}


.categories_menu ul {
    padding-left: 0px;
    list-style: none;
}

.categories_menu ul > li {
    margin-bottom: 5px;
}

.categories_menu ul > li > a {
    color: #af8cd0!important;
}

.categories_menu ul > li > a:hover {
    color: #af8cd0!important;
    text-decoration: none;
}

/* FEATURES
======================= */

.features .features-header-1 {
    background-color: #0e5b98;
}

.features .features-header-2 {
    background-color: #ffffff;
    min-height: 180px;
}

.features .features-header-3 {
    background-color: #f7f7f7;
    min-height: 373px;
}

.features .features-header-4 {
    background-color: #ffffff;
    min-height: 252px;
}

.features .features-header-5 {
    background-color: #f7f7f7;
    min-height: 197px;
}

.features .features-header-6 {
    background-color: #ffffff;
    min-height: 197px;
}

.features .features-header-7 {
    background-color: #f7f7f7;
    min-height: 286px;
}

/* SERVICE TICKET
======================= */

.sticket-header {
    padding: 10px 20px 20px;
    background: #240741;
}
.sticket-header p {
    padding: 10px 0;
    color: #ddbce5;
}

.sticket-header h5 {
    color: #fff;
    margin-top:20px;
}

.support-form {
    background-color: #fff;
    padding: 30px;
}

.support-form label {
    color: #4e1c7c;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

.support-form h2 {
    color: #b768ff;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}


/* SUPPORT SWITCH MEDIA
======================= */

.switch-content-item {
    height: 270px;
}

.switch-content-actual .switch-content-item .item-container {
    margin: 15px 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 0;
}
.switch-content-actual .switch-content-item .item-container1 {
    margin: 15px 0;
    background: #fff;
    border: 1px solid #ddd;
}
.switch-content-actual .switch-content-item .item-container-title {
    font-size: 14px;
    font-weight: bold;
    color: #410b72;
    margin-bottom: 25px;
}
.switch-content-actual .switch-content-item .item-container-title1 {
    font-size: 14px;
    font-weight: bold;
    color: #410b72;
}
.switch-content-actual .switch-content-item .item-container-title1 {
    font-size: 14px;
    font-weight: bold;
    color: #410b72;
}
.switch-content-actual .switch-content-item .item-container-title2 {
    font-size: 14px;
    font-weight: bold;
    color: #410b72;
    margin-bottom: 34px;
}
.switch-content-actual .switch-content-item .item-container-subtitle {
    font-size: 12px;
    color: #b768ff;
}

.switch-content-actual .switch-content-item .item-container img {
    margin: 0 auto;
}

.video-modal {
    position: fixed;
    background: #fff;
    top: 50%;
    padding: 30px;
    display: none;
    z-index: 99999;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.close-video {
    background: #bdbdbd;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: -30px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}


.rewards-modal {
    position: fixed;
    background: #fff url(../images/rewards-1.jpg) no-repeat center right;
    min-height: 280px;
    top: 100px;
    padding: 30px;
    display: none;
    z-index: 99999;
    width: 700px;
    left: 33%;
}

.close-rewards {
    background: #bdbdbd;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: -30px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}

.pdf-modal {
    position: fixed;
    background: #fff;
    top: 50px;
    padding: 30px;
    display: none;
    z-index: 99999;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.close-modal {
    background: url(../images/close_square.png) no-repeat;
    width: 41px;
    height: 41px;
    position: absolute;
    right: -41px;
    top: 0px;
    cursor: pointer;
}

.form-modal {
    position: absolute;
    background: #fff;
    top: 100px;
    width: 781px;
    display: none;
    z-index: 99999;
}

.form-header {
    background: url(../images/exchange_modal_bg.png) no-repeat;
    background-size: cover;
    height: 310px;
    padding: 30px;
}

.form-content {
    padding: 30px;
}

.showPdf {
    cursor: pointer;
}

.exch_modal_tcs {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
}

.exch_modal_tcs input[type=checkbox] {
    position: relative;
    top: 1px;
    margin-right: 7px;
}

.close-pdf {
    background: #bdbdbd;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: -30px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}

.mod-content {
    width: 50%;
}


/* STARZTIPZ LANDING
======================= */

.landing-header {
    padding: 10px 20px 20px;
    background: #240741;
}
.landing-header p {
    padding: 10px 0;
    color: #ddbce5;
}

.landing-header h5 {
    color: #fff;
    margin-top:20px;
}

.landing-content {
    background-color: #fff;
}

.header_extension {
    height: 110px;
    background: #240741;
    color: #fff;
}


.starz-content-item {
    background: #ffffff; /* Old browsers */
    border: 1px solid #dedede;
    min-height: 110px;
    cursor: pointer;
}

.starz-content-item:hover {
    -webkit-box-shadow: inset 0px 0px 6px 3px rgba(193, 193, 193, 0.84);
    -moz-box-shadow:    inset 0px 0px 6px 3px rgba(193, 193, 193, 0.84);
    box-shadow:         inset 0px 0px 6px 3px rgba(193, 193, 193, 0.84);
}

.starz-content-item > .row > .col-xs-12 {
    padding: 20px 30px;
    padding-top: 35px;
    padding-left: 130px;
    color: #410b72;
}

.notopborder {
    border-top: 0px;
}

.feature-icon {
    background: url(../images/features_icon.png) no-repeat;
    background: url(../images/features_icon.png) no-repeat, -moz-linear-gradient(top,  #ffffff 1%, #fafafa 100%); /* FF3.6+ */
    background: url(../images/features_icon.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: url(../images/features_icon.png) no-repeat, -webkit-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: url(../images/features_icon.png) no-repeat, -o-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Opera 11.10+ */
    background: url(../images/features_icon.png) no-repeat, -ms-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* IE10+ */
    background: url(../images/features_icon.png) no-repeat, linear-gradient(to bottom,  #ffffff 1%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
    background-position-y: center;
    background-position-x: 20px;
}

.colors-icon {
    background: url(../images/colors_icon.png) no-repeat;
    background: url(../images/colors_icon.png) no-repeat, -moz-linear-gradient(top,  #ffffff 1%, #fafafa 100%); /* FF3.6+ */
    background: url(../images/colors_icon.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: url(../images/colors_icon.png) no-repeat, -webkit-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: url(../images/colors_icon.png) no-repeat, -o-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Opera 11.10+ */
    background: url(../images/colors_icon.png) no-repeat, -ms-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* IE10+ */
    background: url(../images/colors_icon.png) no-repeat, linear-gradient(to bottom,  #ffffff 1%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
    background-position-y: center;
    background-position-x: 20px;
}

.packaging-icon {
    background: url(../images/packaging_icon.png) no-repeat;
    background: url(../images/packaging_icon.png) no-repeat, -moz-linear-gradient(top,  #ffffff 1%, #fafafa 100%); /* FF3.6+ */
    background: url(../images/packaging_icon.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: url(../images/packaging_icon.png) no-repeat, -webkit-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: url(../images/packaging_icon.png) no-repeat, -o-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Opera 11.10+ */
    background: url(../images/packaging_icon.png) no-repeat, -ms-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* IE10+ */
    background: url(../images/packaging_icon.png) no-repeat, linear-gradient(to bottom,  #ffffff 1%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
    background-position-y: center;
    background-position-x: 20px;
}

.testimonials-icon {
    background: url(../images/testimonials_icon.png) no-repeat;
    background: url(../images/testimonials_icon.png) no-repeat, -moz-linear-gradient(top,  #ffffff 1%, #fafafa 100%); /* FF3.6+ */
    background: url(../images/testimonials_icon.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: url(../images/testimonials_icon.png) no-repeat, -webkit-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: url(../images/testimonials_icon.png) no-repeat, -o-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Opera 11.10+ */
    background: url(../images/testimonials_icon.png) no-repeat, -ms-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* IE10+ */
    background: url(../images/testimonials_icon.png) no-repeat, linear-gradient(to bottom,  #ffffff 1%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
    background-position-y: center;
    background-position-x: 20px;
}

.starzdifference-icon {
    background: url(../images/starzdifference_icon.png) no-repeat;
    background: url(../images/starzdifference_icon.png) no-repeat, -moz-linear-gradient(top,  #ffffff 1%, #fafafa 100%); /* FF3.6+ */
    background: url(../images/starzdifference_icon.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: url(../images/starzdifference_icon.png) no-repeat, -webkit-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: url(../images/starzdifference_icon.png) no-repeat, -o-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Opera 11.10+ */
    background: url(../images/starzdifference_icon.png) no-repeat, -ms-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* IE10+ */
    background: url(../images/starzdifference_icon.png) no-repeat, linear-gradient(to bottom,  #ffffff 1%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
    background-position-y: center;
    background-position-x: 20px;
}

.flexbend-icon {
    background: url(../images/flexbend_icon.png) no-repeat;
    background: url(../images/flexbend_icon.png) no-repeat, -moz-linear-gradient(top,  #ffffff 1%, #fafafa 100%); /* FF3.6+ */
    background: url(../images/flexbend_icon.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: url(../images/flexbend_icon.png) no-repeat, -webkit-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: url(../images/flexbend_icon.png) no-repeat, -o-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Opera 11.10+ */
    background: url(../images/flexbend_icon.png) no-repeat, -ms-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* IE10+ */
    background: url(../images/flexbend_icon.png) no-repeat, linear-gradient(to bottom,  #ffffff 1%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
    background-position-y: center;
    background-position-x: 20px;
}

.introhp-icon {
    background: url(../images/introhp_icon.png) no-repeat;
    background: url(../images/introhp_icon.png) no-repeat, -moz-linear-gradient(top,  #ffffff 1%, #fafafa 100%); /* FF3.6+ */
    background: url(../images/introhp_icon.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: url(../images/introhp_icon.png) no-repeat, -webkit-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: url(../images/introhp_icon.png) no-repeat, -o-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* Opera 11.10+ */
    background: url(../images/introhp_icon.png) no-repeat, -ms-linear-gradient(top,  #ffffff 1%,#fafafa 100%); /* IE10+ */
    background: url(../images/introhp_icon.png) no-repeat, linear-gradient(to bottom,  #ffffff 1%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
    background-position-y: center;
    background-position-x: 20px;
}

.width150 {
    width: 150px;
}

h1 {
    font-size: 36px!important;
}

.page-wrap {
    border: 1px solid #e0e0e0;
    background: #ffffff;
    float: left;
    width: 100%;
}

.regular-text {
    font-weight: normal!important;
}

.btn-center {
    margin: 0 auto;
    display: block;
}



/* HP TIP
======================= */

.hptip-header {
    padding: 10px 20px 20px;
    background: #240741;
}
.hptip-header p {
    padding: 10px 0;
    color: #ddbce5;
}

.hptip-header h5 {
    color: #fff;
    margin-top:20px;
}

.hptip-content {
    background-color: #fff;
}


/* FAQ
======================= */
.faq-header {
    padding: 10px 20px 20px;
    background: #240741;
}
.faq-header p {
    padding: 10px 0;
    color: #ddbce5;
}
.faq-content {
    padding: 40px 50px;
    background-color: #fff;
}

.ui-accordion-content {
    padding: 20px 40px;
    height: auto!important;
}



/* KNOWLEDGE BASE
======================= */

.kbase .kb-landing-1 {
    background-color: #0e5b98;
    padding: 20px;
}

.kbase .kb-landing-1 p {
    color: #ddbce5;
}


/* SWITCH
======================= */

.mrgtop0 {
    margin-top: 0px!important;
}

.idsyringe-header {
    padding: 40px;
    background: #240741;
}

.switch-header {
    padding: 10px 20px 20px;
    background: #240741;
}

.switch-header2 {
    padding: 10px 20px 20px;
    background: #240741;
}

.switch-header-content-heading {
    font-size: 24px;
    color: #fff;
}
.switch-header p {
    padding: 10px 0;
    color: #ddbce5;
}
.switch-header2 p {
    padding: 10px 0;
    color: #ddbce5;
}
.switch .switch-choose-content {
    background-color: #f7f7f7;
    margin-top: -20px !important;
}
.switch .switch-choose-top {
    padding: 20px 50px 0;
}
.switch .switch-choose-top-heading {
    font-size: 24px;
    color: #b869ff;
}
.switch .switch-choose-top p {
    padding-top: 20px;
}
.switch-content {
    position: relative;
    background-color: #fff;
}

.switch-content-topbar-reset {
    background-color: none!important;
    border-bottom: none!important;
    padding: 30px 50px 0px!important;
    box-shadow: none!important;
}


.switch-content-actual {
    padding: 40px 50px;
}
.switch-content-actual .selected,
.switch-content-actual .adapter-info {
    font-weight: bold;
}
.switch-content-actual .selected {
    margin-left: 15px;
    color: #b768ff;
}
.switch-content-actual .adapter-info.required {
    color: red;
}
.switch-content-actual .syringe-info .syringe-brand {
    color: #410b72;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.1;
}
.switch-content-actual .syringe-info .syringe-model {
    font-weight: bold;
    color: #b768ff;
    line-height: 1.1;
    margin-top: 0;
}
.switch-content-actual .syringe-info .syringe-code {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 2px 3px;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.switch-content-actual .syringe-info .syringe-desc {
    color: #949494;
}
.switch-content-actual .syringe-info .syringe-desc p {
    padding: 5px 0;
}
.switch-content-actual .syringe-info .adapter {
    position: relative;
    padding: 20px;
    border: 1px solid #ddd;
}
.badge-1 { 
    position: absolute;
    padding: 5px;
    top: 20px;
    left: 0;
    background: -webkit-linear-gradient(left, #ff9300, #ff8300);
    background: linear-gradient(to right, #ff9300, #ff8300);
    color: #fff;
}
.switch-content-actual .syringe-info .adapter img {
    margin: 0 auto;
    padding: 40px 0 20px;
}
.switch-content-actual .syringe-info .adapter .adapter-name {
    color: #410b72;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
.switch-content-actual .syringe-info .adapter .adapter-label {
    margin-top: 0;
    color: #b768ff;
    font-weight: 400;
    font-size: 14px;
}
.switch-content-actual .switch-content-item .item-container {
    margin: 15px 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px 0;
}
.switch-content-actual .switch-content-item .item-container-title {
    font-size: 14px;
    font-weight: bold;
    color: #410b72;
    margin-bottom: 25px;
}
.switch-content-actual .switch-content-item .item-container img {
    margin: 0 auto;
}
.switch-content-actual .switch-content-item .item-container .btn-starz {
    position: relative;
    color: #fff !important;
    margin-top: 20px;
    font-size: 12px;
}
/*.switch-content-actual .switch-content-item .item-container .btn-starz::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-linear-gradient(top, transparent, #ffffff);
  background: linear-gradient(to bottom, transparent, #ffffff);
}*/
.switch-content-actual .switch-credits {
    color: #949494;
    padding-top: 20px;
    font-size: 12px;
}
.switch-content .syringe-docs {
    padding-left: 40px;
}
.switch-content .syringe-docs .syringe-links {
    padding: 30px 0 40px;
}
.switch-content .syringe-docs .syringe-links a.btn-starz {
    color: #fff !important;
}
.switch-content .syringe-docs .syringe-links .syringe-photo-link {
    margin: 0 10px;
}
.switch-content .syringe-docs .syringe-links .syringe-photo-link:not(.btn-starz) {
    border: 1px solid #b768ff;
}
.switch-content .syringe-docs-list li {
    color: #410b72;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0;
}
.switch-content .syringe-docs-list li ul {
    padding: 10px 0 20px;
}
.switch-content .syringe-docs-list li ul li {
    font-weight: normal;
}
.switch-media-content {
    background-color: #f7f7f7;
}
.switch-media-content .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #ddd;
}
.switch-media-content .panel-heading {
    background: none;
    padding: 25px 0;
    border: none;
    line-height: 30px;
}
.switch-media-content .panel-heading i {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #dedede;
    color: #a8a8a8;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.switch-media-content .panel-heading a {
    margin-top: -15px;
}
.switch-media-content .panel-heading a:hover {
    text-decoration: none;
}
.switch-media-content .panel-heading a.collapsed {
    color: #410b72 !important;
}
.switch-media-content .panel-heading a.collapsed i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.switch-media-content .panel-body {
    border: none !important;
    border-radius: 0;
}
.switch-media-content .panel-body .accordion-item-container {
    text-align: center;
    border: 1px solid #dedede;
    padding: 30px;
    background-color: #fff;
}
.switch-media-content .panel-body .accordion-item-container img {
    padding: 20px 0;
    margin: 0 auto;
}
.switch-media-content .panel-body .accordion-item-container .syringe-name,
.switch-media-content .panel-body .accordion-item-container .syringe-model {
    text-align: left;
}
.switch-media-content .panel-body .accordion-item-container .syringe-name {
    color: #410b72;
    font-size: 14px;
    margin: 0;
}
.switch-media-content .panel-body .accordion-item-container .syringe-model {
    color: #b869ff;
}
.switch-media-content .panel-body .accordion-item-container .btn-starz {
    margin-top: 15px;
    color: #fff !important;
}
.switch-region-content {
    background-color: #f7f7f7;
}
.switch-region-content img {
    display: inline-block;
    margin: 0 auto;
    max-width: 240px;
}
.switch-region-content .region-block {
    margin-bottom: 20px;
}
.switch-region-content .region-block-container {
    background-color: #fff;
    border: 1px solid #dedede;
    min-height: 150px;
    padding: 30px;
    border-radius: 5px;
}
.switch-region-content .region-block-container .region-select-text {
    padding: 20px 0 10px;
    font-weight: bold;
    font-size: 14px;
    color: #410b72;
}
.switch-region-content .region-block-container .btn-starz {
    color: #fff !important;
    font-size: 13px;
}


/* SUPPORT
======================= */

.support .support-landing-1 {
    background-color: #0e5b98;
    padding: 20px;
}

.support .support-landing-1 p {
    color: #ddbce5;
}

.support-bkgrnd-landing-2 {
    background: #61348a; /* Old browsers */
    background: -moz-linear-gradient(top, #61348a 0%, #36095f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61348a), color-stop(100%,#36095f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #61348a 0%,#36095f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #61348a 0%,#36095f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #61348a 0%,#36095f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #61348a 0%,#36095f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61348a', endColorstr='#36095f',GradientType=0 ); /* IE6-9 */
    min-height: 225px;
}

.support-bkgrnd-landing-3 {
    background: #4dcdee; /* Old browsers */
    background: -moz-linear-gradient(top, #4dcdee 0%, #22a2c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4dcdee), color-stop(100%,#22a2c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4dcdee 0%,#22a2c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4dcdee 0%,#22a2c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4dcdee 0%,#22a2c3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4dcdee 0%,#22a2c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dcdee', endColorstr='#22a2c3',GradientType=0 ); /* IE6-9 */
    min-height: 225px;
}

.support-bkgrnd-landing-4 {
    background: #a16cd2; /* Old browsers */
    background: -moz-linear-gradient(top, #a16cd2 0%, #7742a8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a16cd2), color-stop(100%,#7742a8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a16cd2 0%,#7742a8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a16cd2 0%,#7742a8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a16cd2 0%,#7742a8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a16cd2 0%,#7742a8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a16cd2', endColorstr='#7742a8',GradientType=0 ); /* IE6-9 */
    min-height: 208px;
}

.support-bkgrnd-landing-5 {
    background: #5c7ebc; /* Old browsers */
    background: -moz-linear-gradient(top, #5c7ebc 0%, #315392 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c7ebc), color-stop(100%,#315392)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5c7ebc 0%,#315392 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5c7ebc 0%,#315392 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5c7ebc 0%,#315392 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5c7ebc 0%,#315392 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7ebc', endColorstr='#315392',GradientType=0 ); /* IE6-9 */
    min-height: 208px;
}

.support-bkgrnd-landing-6 {
    background: #e0b673; /* Old browsers */
    background: -moz-linear-gradient(top, #e0b673 0%, #b58b48 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0b673), color-stop(100%,#b58b48)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0b673 0%,#b58b48 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0b673 0%,#b58b48 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0b673 0%,#b58b48 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0b673 0%,#b58b48 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0b673', endColorstr='#b58b48',GradientType=0 ); /* IE6-9 */
    background: url(../images/bg_forum_coming_soon.jpg) no-repeat;
    min-height: 208px;
}

.support-bkgrnd-landing-7 {
    background: #7d7fb3; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7fb3 0%, #525489 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7fb3), color-stop(100%,#525489)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7fb3 0%,#525489 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7fb3 0%,#525489 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7fb3 0%,#525489 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d7fb3 0%,#525489 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7fb3', endColorstr='#525489',GradientType=0 ); /* IE6-9 */
    min-height: 208px;
}

.support-landing-ico-video {
    width: 64px;
    height: 64px;
    padding: 15px 30px 15px 10px;
    background: url(../images/img-video.png) no-repeat;
    position: absolute;
    left: 20px;
    top: 40px;
}

.support-landing-ico-faq {
    width: 64px;
    height: 64px;
    padding: 15px 30px 15px 10px;
    background: url(../images/img-faq.png) no-repeat;
    position: absolute;
    left: 20px;
    top: 40px;
}

.support-landing-ico-contact {
    width: 64px;
    height: 64px;
    padding: 15px 30px 15px 10px;
    background: url(../images/img-contact.png) no-repeat;
    position: absolute;
    left: 20px;
    top: 40px;
}

.support-landing-ico-serviceticket {
    width: 64px;
    height: 64px;
    padding: 15px 30px 15px 10px;
    background: url(../images/img-serviceticket.png) no-repeat;
    position: absolute;
    left: 20px;
    top: 40px;
}

.support-landing-ico-forum {
    width: 64px;
    height: 64px;
    padding: 15px 30px 15px 10px;
    background: url(../images/img-forum.png) no-repeat;
    position: absolute;
    left: 20px;
    top: 40px;
}

.support-landing-ico-knowledgebase {
    width: 64px;
    height: 64px;
    padding: 15px 30px 15px 10px;
    background: url(../images/img-knowledgebase.png) no-repeat;
    position: absolute;
    left: 20px;
    top: 40px;
}

.sidemrg0 {
    margin-left: 0!important;
    margin-right: 0!important;
}

.register-row {
    background-color: #0e5b98;
    padding: 30px;
}

.yellow-text {
    color: #fffd48;
}

.btn-plus {
    background: #8cdf75; /* Old browsers */
    background: -moz-linear-gradient(top, #8cdf75 0%, #56a83e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cdf75), color-stop(100%,#56a83e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8cdf75 0%,#56a83e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8cdf75 0%,#56a83e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8cdf75 0%,#56a83e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8cdf75 0%,#56a83e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cdf75', endColorstr='#56a83e',GradientType=0 ); /* IE6-9 */
    border: 1px solid #2d4230;
    font-weight: bold;
    padding: 12px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

a.btn-plus {
    color: #fff!important;
}

a.btn-plus:hover {
    color: #fff!important;
}

.register-row .btn {
    width: 100%;
}

.btn-sectbtn {
    position: absolute;
    bottom: 25px;
    margin-left: 30%;
}


/* PACKAGING
======================= */
.packaging-header {
    padding: 10px 20px 20px;
    background: #240741;
}
.packaging-header p {
    padding: 10px 0;
    color: #ddbce5;
}
.packaging-content {
    background-color: #fff;
}

.brdtopnone {
    border-top: 0px;
}

.sample_request {
    min-height: 191px;
    background: #471574 url(../images/pckg_sample_tips.png) no-repeat;
    -moz-box-shadow:    inset 0 0 15px #45166e;
    -webkit-box-shadow: inset 0 0 15px #45166e;
    box-shadow:         inset 0 0 15px #45166e;
    background-position: bottom right;
    color: #fff;
}

.pckg_order_starz {
    min-height: 191px;
    background: #ae85d3 url(../images/packaging_cart.png) no-repeat;
    -moz-box-shadow:    inset 0 0 15px #a17bc2;
    -webkit-box-shadow: inset 0 0 15px #a17bc2;
    box-shadow:         inset 0 0 15px #a17bc2;
    background-position: bottom right;
    color: #fff;
}

.catalog-product-view .pckg_item {
    height: 440px;
}

.pckg_item {
    min-height: 360px;
}

.small_pckg {
    margin: 0 auto;
    margin-top: 25%;
    display: block;
}

.large_pckg {
    margin: 0 auto;
    margin-top: 10%;
    display: block;
}

.obp_banner {
    height: 117px;
    background: #4c3c8b url(../images/order_by_phone.png) no-repeat bottom right;
}

.obp_content {
    color: #fff;
    padding: 20px;
}

.pckg_row > .col-sm-6 > div:first-of-type {
    border-right: 0px;
}

.fnt15 {
    font-size: 15px;
}

.fnt24 {
    font-size: 24px;
}

.fnt13 {
    font-size: 13px;
}

.fntbld {
    font-weight: 700!important;
}

.pckg_row > div:first-of-type {
    padding-right: 0px;
}

.pckg_row > div:last-of-type {
    padding-left: 0px;
}

.pckg_inner_row {
    margin: 30px 0px;
    padding: 10px;
}

h4.prd_name {
    font-size: 20px;
    font-weight: 700;
    color: #410b72;	
    margin-bottom: 0px;
}

.prd_subtitle {
    font-family: "Montserrat", sans-serif;
    color: #ad50c7;
    font-size: 13px;
}

.prd_price {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #b768ff;
    font-weight: bold;
}

.price_super {
    vertical-align: super;
    font-size: 20px;
}

.price_sub {
    font-size: 20px;
}


/* TESTIMONIALS
======================= */
.testimonials-header {
    padding: 10px 20px 20px;
    background: #240741;
}
.testimonials-header-content-heading {
    font-size: 24px;
    color: #fff;
}
.testimonials-header p {
    padding: 10px 0;
    color: #ddbce5;
}
.testimonials-content {
    padding: 40px 50px;
    background-color: #fff;
}
.testimonials-content-item {
    padding: 0;
    margin: 20px 0;
    border: 1px solid #eee;
}
.testimonials-content-item-image {
    padding: 0;
    margin: 0;
}
.testimonials-content-item-image img {
    min-width: 80%;
}
.testimonials-content-item-content {
    padding: 15px;
}
.testimonials-content-item-content h3 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #410b72;
    font-weight: bold;
}
.testimonials-content-item-content p {
    color: #807f80;
    font-size: 12px;
    padding: 15px 0 0;
}
/* REGISTER JUMBOTRON
======================= */
.register {
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
    background: transparent;
}
.register .container {
    background-color: #240741;
    padding: 30px 30px;
    padding-bottom: 0px;
    margin-bottom: -2px;
}
.register-heading {
    font-size: 24px !important;
}
.register-desc {
    padding: 15px 0;
    font-size: 12px !important;
}
.register .register-buttons li {
    margin: 5px 0;
}
.register .register-buttons li a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #a176c6;
    color: #a176c6;
}
.register .register-buttons li a:hover,
.register .register-buttons li a.active {
    background: -webkit-gradient(linear, left bottom, left top, from(#2b074b), to(#3a0a66));
    background: -webkit-linear-gradient(bottom, #2b074b, #3a0a66);
    background: linear-gradient(bottom, #2b074b, #3a0a66);
    border: none;
    border-top: 2px solid #4c3067;
}
.register .register-buttons li a:hover:hover,
.register .register-buttons li a.active:hover {
    border-top: 2px solid #4c3067;
}
.register .registration-type-info {
    text-align: left;
    background: #4e1c7d;
    margin: -30px;
    margin-top: 30px;
}
.register .registration-type-info .registration-type-info-content {
    padding: 20px 65px 20px 15px;
}
.register .registration-type-info .registration-type-info-content-heading {
    line-height: 1.1em;
}
.register .registration-type-info .registration-type-info-content-heading .violet {
    color: #b667fe;
}
.register .registration-type-info .registration-type-info-content-text,
.register .registration-type-info .registration-type-info-content-info {
    font-size: 14px;
    color: #dcbce3;
    padding: 5px 0;
}
/* REGISTER CONTENT
======================= */
.registration-form {
    background-color: #fff;
    margin: 0;
}

#register_dental, #register_affiliate, #register_technician, #register_distributor, #register_distributorrep {
    display: none;
}


small {
    font-size: 12px;
}

.shipping_address_row {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.mrg0 {
    margin: 0!important;
}

.cust_hide {
    display: none;
}

.registration-form .form-group {
    margin: 12.5px 0;
}
.registration-form .registration-other-container {
    background-color: #f1f1f1;
    margin: 0 -15px;
}
.registration-form .registration-other-container .registration-other {
    padding: 30px 0;
}
.registration-form .registration-other-container .registration-other-heading {
    color: #b766ff;
}
.registration-form .registration-credentials {
    padding: 30px 0;
}
.registration-form .registration-credentials-heading {
    color: #b766ff;
}
.registration-form .registration-credentials .privacy-policy h5,
.registration-form .registration-credentials .privacy-policy a,
.registration-form .registration-credentials .privacy-policy a:hover {
    color: #b766ff;
}
.registration-form button[type="submit"] {
    color: #fff;
}



.container .jumbotron {
    padding: 0px; 
}

.fullwidth {
    width: 100%;
}


.btn-long {
    min-width: 290px;
}


.btn-ghost {
    border: 1px solid #bebebe!important;
    background: #fff!important;
    color: #424242!important;
}


.register-label {
    color: #a6a6a6;
}

.btn-default {
    color: #005377!important;
    background: url(../images/nt_btn_bck.png) no-repeat center center;
    border: 1px solid #45c7de;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 40px;
    min-width: 190px;
    padding: 18px;
}

.btn-none {
    background: none;
    border: 0;
}

.btn-default.btn-alt {
    background: url(../images/nt_btn_bck_alt.png) no-repeat center center;
    border: 1px solid #bebebe;
}

.btn-default:active {
    background: url(../images/nt_btn_bck_hover.png) no-repeat center center;
    background-color: none;
    outline: 0!important;
    color: #005377!important;
}

.btn-default.btn-alt:active {
    background: url(../images/nt_btn_bck_alt_hover.png) no-repeat center center;
    border: 1px solid #bebebe;
}

.page-wrap a.btn-default:hover {
    color: #005377!important;
}

#copy_bcrmb {
    display: none;
}


.btn-default.btn-alt:hover {
    background: url(../images/nt_btn_bck_alt_hover.png) no-repeat center center;
    border: 1px solid #bebebe;
}

.btn-default:hover {
    border: 1px solid #45c7de;
    color: #005377!important;
    background: url(../images/nt_btn_bck_hover.png) no-repeat center center;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(0,0,0,0.5) !important;
    font-weight: 400!important;
}

select {
    color: rgba(0,0,0,0.5) !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(0,0,0,0.5) !important;
    font-weight: 400!important;
    opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(0,0,0,0.5) !important;
    font-weight: 400!important;
    opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(0,0,0,0.5) !important;
    font-weight: 400!important;
}


.lblue-text {
    color: #379cf1!important;
}

.dblue2-text {
    color: #2ab4d6!important;
}


.vdblue-text {
    color: #004f95!important;
}

.dblue-text {
    color: #2ab4d6!important;
}

.dgrey-text {
    color: #444444!important;
}

.lgrey-text {
    color: #6e6e6e!important;
}

.lgrey2-text {
    color: #a9a9a9!important;
}

.lgrey4-text {
    color: #949393!important;
}

.increased-lheight {
    line-height: 1.8em;
}


.light-text {
    font-family: 'LatoLatinLight';
    font-weight: normal!important;
}

.medium-text {
    font-family: 'LatoLatinMed';
    font-weight: normal!important;
}

.bold-text {
    font-weight: bold!important;
}

.sembold-text {
    font-family: 'LatoLatinSemBd';
    font-weight: normal!important;
}


.uppercase-text {
    text-transform: uppercase;
}

.contact-section .contact-form-heading {
    color: #b768ff;
}
.contact-section .contact-form .contact-label {
    font-size: 16px;
    font-weight: 700;
    color: #00b2ff;
}
.contact-section .contact-form .form-group {
    margin: 10px 0;
}

label.required-entry {
    position: relative;
    font-weight: normal;
    width: 100%;
}

.required-label {
    position: absolute;
    color: red;
    left: 5px;
    top: 5px;
    font-size: 13px;
    font-weight: 700;
}

input.required-entry, select.required-entry {
    padding-left: 15px;
}

label.required-entry:before {
    content: "*";
    position: absolute;
    color: red;
    left: 5px;
    top: 5px;
    font-size: 16px;
    font-weight: 300;
}

.contact-section .contact-form textarea {
    resize: none;
    height: 140px;
}
.contact-section .contact-form .btn-send {
    color: #fff;
}

/* FLEX AND BEND
======================= */

.flexbend-item-title {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 2;
    font-size: 24px;
    color: b869ff; 

}

.flexbend-bottomtext {
    background-color: #fff;
    font-size: 13px;
    font-color: 818181;
    padding: 25px 35px 25px 35px;
}

.flexbend-view-video {
    background: #420b71 url(../images/video-icon.png) no-repeat;
    min-height: 194px;
    background-position: 11% 25%;
    border-left: none!important;
}

@-moz-document url-prefix() {
    .colors-item {
        margin: -1px 0;
    }
}

.flexbend-video-text {
    padding-top: 15px;
    padding-left: 30%;
    padding-right: 30px;
    padding-bottom: 15px;
}

.box-frame-rightcol {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.box-frame-lefttcol {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.testimonials .difference-flex-bend {
    background-color: #240741;
}

.firstsetup {
    background: url(../images/box-firstsetup.jpg) no-repeat;
    min-height: 194px;
    background-size: cover;
}

.secondsetup {
    background: url(../images/box-secondsetup.jpg) no-repeat;
    min-height: 191px;
    background-size: cover;
}

.thirdsetup {
    background: url(../images/box-thirdsetup.jpg) no-repeat;
    min-height: 191px;
    background-size: cover;
}

.fourthsetup {
    background: url(../images/box-fourthsetup.jpg) no-repeat;
    min-height: 191px;
    background-size: cover;
}

.hpbend {
    background: url(../images/box-hpbend.jpg) no-repeat;
    min-height: 191px;
    background-size: cover;
}

/* SWITCH
======================= */

.watchvideo-div {
    background: url(../images/eye.jpg) no-repeat center left;
    min-height: 17px;
    padding-left: 13px;
    cursor: pointer;
}

.switch-usa-header {
    padding: 10px 20px 20px;
    background: #240741;
}



#select-landing h5 {
    position: absolute;
    left: 40%;
    top: 35%;
    color: #bbbbbb;
}

.syringe-other-info {
    background: url(../images/syringefinal_bg.png) no-repeat;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 340px;
}

.switch-header {
    padding: 10px 20px 20px;
    background: #240741;
}
.switch-header-content-heading {
    font-size: 24px;
    color: #fff;
}
.switch-header p {
    padding: 10px 0;
    color: #ddbce5;
}
.switch .switch-choose-content {
    background-color: #f7f7f7;
    margin-top: -20px !important;
}
.switch .switch-choose-top {
    padding: 20px 50px 0;
}
.switch .switch-choose-top-heading {
    font-size: 24px;
    color: #b869ff;
}
.switch .switch-choose-top p {
    padding-top: 20px;
}
.switch-content {
    position: relative;
    background-color: #fff;
}

.switch-content-actual {
    padding: 40px 50px;
}
.switch-content-actual .selected,
.switch-content-actual .adapter-info {
    font-weight: bold;
}
.switch-content-actual .selected {
    margin-left: 15px;
    color: #b768ff;
}
.switch-content-actual .adapter-info.required {
    color: red;
}
.switch-content-actual .syringe-info .syringe-brand {
    color: #410b72;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.1;
}
.switch-content-actual .syringe-info .syringe-model {
    font-weight: bold;
    color: #b768ff;
    line-height: 1.1;
    margin-top: 0;
}
.switch-content-actual .syringe-info .syringe-code {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 2px 3px;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.switch-content-actual .syringe-info .syringe-desc {
    color: #949494;
}
.switch-content-actual .syringe-info .syringe-desc p {
    padding: 5px 0;
}
.switch-content-actual .syringe-info .adapter {
    position: relative;
    padding: 20px;
    border: 1px solid #ddd;
}
.badge-1 {
    position: absolute;
    padding: 5px;
    top: 20px;
    left: 0;
    background: url(../images/free.png) no-repeat;
    color: #fff;
    width: 100px;
    height: 50px;
}
.switch-content-actual .syringe-info .adapter img {
    margin: 0 auto;
    padding: 40px 0 20px;
}
.switch-content-actual .syringe-info .adapter .adapter-name {
    color: #410b72;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
.switch-content-actual .syringe-info .adapter .adapter-label {
    margin-top: 0;
    color: #b768ff;
    font-weight: 400;
    font-size: 14px;
}
.switch-content-actual .switch-content-item .item-container {
    margin: 15px 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px 0;
}
.switch-content-actual .switch-content-item .item-container-title {
    font-size: 14px;
    font-weight: bold;
    color: #410b72;
    margin-bottom: 25px;
}
.switch-content-actual .switch-content-item .item-container img {
    margin: 0 auto;
}
.switch-content-actual .switch-content-item .item-container .btn-starz {
    position: relative;
    color: #fff !important;
    margin-top: 20px;
    font-size: 12px;
}
/*.switch-content-actual .switch-content-item .item-container .btn-starz::before {
  content: "";
  position: absolute;
  top: -72px;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-linear-gradient(top, transparent, #ffffff);
  background: linear-gradient(to bottom, transparent, #ffffff);
}*/
.switch-content-actual .switch-credits {
    color: #949494;
    padding-top: 20px;
    font-size: 12px;
}
.switch-content .syringe-docs {
    padding-left: 40px;
}
.switch-content .syringe-docs .syringe-links {
    padding: 30px 0 40px;
}
.switch-content .syringe-docs .syringe-links a.btn-starz {
    color: #fff !important;
}
.switch-content .syringe-docs .syringe-links .syringe-photo-link {
    margin: 0 10px;
}
.switch-content .syringe-docs .syringe-links .syringe-photo-link:not(.btn-starz) {
    border: 1px solid #b768ff;
}
.switch-content .syringe-docs-list li {
    color: #410b72;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0;
}
.switch-content .syringe-docs-list li ul {
    padding: 10px 0 20px;
}
.switch-content .syringe-docs-list li ul li {
    font-weight: normal;
}

.video_selector {
    width: 100%;
}

.selection_holder .arrow_icon {
    width: 11px;
    height: 9px;
    right: 10px;
    top: 2px;
    padding: 0 0 28px;
    position: absolute;
    pointer-events: none;
    background: #fff url(../images/nt_select_arrows.png) no-repeat;
    background-position: center center;
}

.selection_holder {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgba(0,0,0,0.5) !important;
    font-weight: 400!important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    position: relative;
    cursor: pointer;
}

.selection_value_holder {
    display: none;
}

.videos_toselect {
    display: none;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    padding-top: 10px;
    margin-top: -3px;   
    position: relative;
}

.videos_toselect li img {
    max-width: 100%;
}

.videos_toselect li {
    display: block;
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.videos_toselect li .selection_title, .videos_toselect li .selection_value {
    display: none;
}
/* SWITCH - COMMON COMPLAINTS
============ */

.testimonials .switch-complaints-header {
    background: #240741;
    vertical-align: center;
    min-height: 80px;
    padding: 10px 0px 0px 10px;
}

.switch-complaints-text-header {
    padding: 15px 15px 15px 20px;
}  

.switch-complaints-help {
    background: #f7f7f7;
    padding: 0px 15px 15px 20px;
    -moz-box-shadow:    inset 1px 0 10px #efefef;
    -webkit-box-shadow: inset 1px 0 10px #efefef;
    box-shadow:         inset 1px 0 10px #efefef;
}



.switch-complaints-ico-help {
    width: 74px;
    height: 74px;

    background: url(../images/ico-help.png) no-repeat;
    position: absolute;
    left: 75%;
    top: -10%;
}

.switch-complaints-help h3.contact-form-heading {
    color:#b869ff;
    font-weight:bold;
}

/* STORE
======================= */

.storelanding-header {
    background: #562781;
    margin: 0 -15px 0;
    padding: 20px 40px 30px 20px;
}

.storelanding-content {
    background-color: #fff;
    margin: 0 -15px 0;
}

.original-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/original-icon.png) no-repeat;
}

.hp-icon {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/hp-icon.png) no-repeat;
}

.specials_div {
    background: #efefef;
    padding: 25px;
    margin: 0 15px 0;
}

.copyright_div {
    padding: 25px;
    margin: 0 15px 0;
    border-bottom: 1px solid #dedede;
}


.repkits_div {
    min-height: 330px;
    background: #471574 url(../images/rkits-bg.png) no-repeat;
    -moz-box-shadow:    inset 0 0 15px #45166e;
    -webkit-box-shadow: inset 0 0 15px #45166e;
    box-shadow:         inset 0 0 15px #45166e;
    background-position: bottom right;
    color: #fff;
}

.adapters_div {
    min-height: 330px;
    background: #ae85d3 url(../images/adapters-bg.png) no-repeat;
    -moz-box-shadow:    inset 0 0 15px #a17bc2;
    -webkit-box-shadow: inset 0 0 15px #a17bc2;
    box-shadow:         inset 0 0 15px #a17bc2;
    background-position: bottom right;
    color: #fff;
}


.account-sidebar-menu {
    padding: 35px;
    text-align: center;
}

.register-section {
    background: url(../imgs/signin_bg.jpg) no-repeat;
    background-size: cover;
    margin-top: -2px;
    min-height: 394px;
}

.reg_section {
    position: relative;
    min-height: 392px;
}

.reg_section img {
    position: absolute;
    top: 40px;
    right: 45px;
}

.reg_section input[type=checkbox] {
    float: left;
    position: relative;
    top: -3px;
    margin-right: 7px;
    margin-left: 15px;
}

.reg_section .checkbox_holder {
    float: left;
    padding-top: 10px;
    padding-left: 20px;
}

.reg_section input[type=submit] {
    float: left;
}

.red-text {
    color: #f45151!important;
}

.reg_section .forgotPasswordLink {
    position: absolute;
    left: 45px;
    bottom: 30px;
}

.account-sidebar-menu li a {
    color: #af8cd0!important;
}

.account-sidebar-menu li {
    padding: 5px 0;
}
.account-sidebar-menu li:first-child {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
.account-sidebar-menu li:first-child i {
    color: #b869ff;
}

.myaccount {
    background-color: #fff;
}

.myaccount-content {
    background-color: #fff;
}


.full-heading {
    background-color: #410b72;
    margin: 0 -15px 0;
    color: #fff;
    padding: 25px 35px;
    line-height: 60px;
}
.full-heading .store-buttons li a {
    display: inline-block;
    line-height: 1em;

    color: #fff !important;


    font-weight: bold;
    font-size: 15px;
}

.full-heading .store-buttons li {
    border: 1px solid #b869ff;
    border-radius: 5px;
    padding: 10px;
    line-height: 1em;
    margin-left: 10px;
}

.full-heading .store-buttons li a:hover {
    text-decoration: none;
}

.full-heading .store-buttons li a i {
    color: #b869ff;
}
.myaccount .myaccount-section-heading {
    background-color: #f7f7f7;
    border-bottom: 2px solid #dedede;
    border-top: 2px solid #dedede;
    color: #b869ff;
    margin: 0 -15px;
    padding: 20px 35px 25px;
}
.myaccount .myaccount-section-heading .btn-starz {
    color: #fff !important;
    margin-top: 15px;
}
.myaccount .myaccount-recent-purchases img {
    margin: 0 auto;
}
.myaccount .myaccount-recent-purchases .recent-purchase {
    padding: 20px 35px;
    border-bottom: 1px solid #dedede;
}
.myaccount .myaccount-recent-purchases .recent-purchase-list {
    margin-top: 20px;
}
.myaccount .myaccount-recent-purchases .recent-purchase-list li {
    padding: 0 10px;
}
.myaccount .myaccount-recent-purchases .recent-purchase-list h5 {
    color: #410b72;
    font-size: 14px;
    margin: 2px 0;
}
.myaccount .myaccount-recent-purchases .recent-purchase-list p {
    margin: 2px 0;
    font-size: 13px;
}
.myaccount .myaccount-recent-purchases .recent-purchase-list p.success {
    color: lightgreen;
}
.myaccount .recent-purchase-info .recent-purchase-title,
.myaccount .recent-purchase-info .recent-purchase-desc {
    font-size: 14px;
    margin: 2px 0;
    padding: 0;
}
.myaccount .recent-purchase-info .recent-purchase-title {
    color: #410b72;
}
.myaccount .recent-purchase-info .recent-purchase-desc {
    color: #b869ff;
}
.myaccount .myaccount-reward-points {
    padding: 20px 35px;
}
.myaccount .myaccount-reward-points .reward-points-counter {
    font-size: 48px;
    color: lightgreen;
    font-weight: bold;
}

.add-to-cart .btn-ghost {
    border: 1px solid #b869ff;
    background: none;
}

.myaccount .myaccount-reward-points .btn-ghost {
    border: 1px solid #dedede;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 30px;
}
.myaccount .wishlist {
    padding: 20px 35px;
    border-bottom: 1px solid #dedede;
}
.myaccount .wishlist .recent-purchase-info {
    padding-top: 15px;
}
.myaccount .wishlist .btnz {
    text-align: right;
    font-size: 13px;
}
.myaccount .wishlist .btn-cart {
    border: 1px solid #b869ff;
    color: #b869ff !important;
    font-weight: bold;
}
.myaccount .wishlist .btn-ghost {
    border: 1px solid #dedede;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 5px;
    color: #a8a8a8 !important;
}
.myaccount .myaccount-address-book .address-item {
    padding: 20px 35px 40px;
}
.myaccount .myaccount-address-book .address-item-title {
    color: #b869ff;
}
.myaccount .myaccount-address-book .address-item:first-child {
    border-right: 1px solid #dedede;
}
.myaccount .myaccount-address-book .address-list {
    padding: 20px 0;
    min-height: 200px;
}
.myaccount .myaccount-address-book .btn-ghost {
    border: 1px solid #dedede;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    color: #a8a8a8 !important;
}


/* SWITCH - STARZ XCHANGE
============ */

.xchange-header {
    background: #240741;
    padding: 20px;
}

.xchange-content {
    background-color: #fff;
    padding: 20px;
    color: #807f80;
    padding-bottom: 0px;
    padding-top: 0px;
}


.alt-row {
    background: #f7f7f7;
    margin-left: -35px;
    margin-right: -35px;
    padding: 30px 20px;
}


ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 0;
    margin-left: 40px;
    padding: 0;

    counter-reset: li-counter;
}

ol.circles-list > li{
    position: relative;
    margin-bottom: 30px;
    padding-left: 0.5em;
    min-height: 3em;
}

ol.circles-list > li:before {
    position: absolute;
    top: 0;
    left: -40px;
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #410b72;
    font-weight: bold;
    padding-top: 0.4em;
    background: url(../images/ol-bullet.png) no-repeat;
    content: counter(li-counter);
    counter-increment: li-counter;
}



/* FOOTER
============ */
footer {
    font-size: 12px;
    margin-top: 50px;
    background: #303030;
}
footer h3 {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'LatoLatinBlack';
}
footer a {
    color: #fff;
}

footer ul > li > a {
    color: #818181;
    font-size: 14px;
}

footer ul > li {
    margin-bottom: 10px;
}

footer a:hover {
    color: #fff;
}
footer .actual-footer {
    padding: 20px 15px 20px 45px;
}
footer .footer-column {
    width: 100%;
    text-align: center;
    float: left;
}
footer .copyrights {
    color: #ffffff;
    font-size: 14px;
}
footer .copyrights a,
footer .copyrights a:hover {
    color: #ffffff;
}

.postfooter {
    padding: 40px 15px 100px 45px;
}

ul.termsNavigation {
    list-style: none;
    padding: 0;
}

ul.termsNavigation li {
    display: inline-block;
    font-size: 14px; 
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
}

ul.termsNavigation li a {
    color: #3ccaed;
}

ul.termsNavigation li a:hover {
    border-bottom: 1px solid #3ccaed;
}


ul.termsNavigation li:first-child {
    margin-left: 0;
}

ul.termsNavigation li:after {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../imgs/grey_bullet.png) no-repeat;
    right: -30px;
    content: " ";
    top: 8px;
}

ul.termsNavigation li:last-child {
    margin-right: 0;
}

ul.termsNavigation li:last-child:after {
    display: none;
}

.backToTopBtn {
    display: inline-block;
}

.backToTopBtn img {
    margin-top: -4px;
}

.backToTopBtn .hover_img, .backToTopBtn:hover .inactive_img {
    display: none;
}

.backToTopBtn:hover .hover_img {
    display: inline-block;
}


.difference .difference-header {
    background-color: #240741;
}

.fnt-30 {
    font-size: 30px!important;
}

.fnt-20 {
    font-size: 20px!important;
}

.fnt-18 {
    font-size: 18px!important;
}

.fnt-16 {
    font-size: 16px!important;
}

.fnt-15 {
    font-size: 15px!important;
}

.fnt-14 {
    font-size: 14px!important;
}

.fnt-12 {
    font-size: 12px!important;
}

.fnt-9 {
    font-size: 9px!important;
}




#starz_tip {
    display: none;
}

.fa-dwn {
    background: url(../images/download.png) no-repeat;
    width: 22px;
    height: 18px;
}

.fa-user-alt2 {
    background: url(../images/user-icon.png) no-repeat;
    width: 20px;
    height: 18px;
    margin-bottom: -4px;
}

.fa-view {
    background: url(../images/view.png) no-repeat;
    width: 22px;
    background-position: center left;
    height: 20px;
    margin-bottom: -5px;
}

.wishlist-icon {
    background: url(../images/wishlist-icon.png) no-repeat 7px 8px;
}

.nrmlbl {
    font-size: 14px!important;
    color:#525252!important;
    font-family: Arial, Helvetica, sans-serif!important;
}

.clrboth {
    clear:both;
}

.alert {
    margin-bottom: 10px!important;
    margin-top: 10px!important;
}

.fltleft {
    float: left;
}

.cart-icon {
    background: url(../images/cart-icon.png) no-repeat 7px 8px;
}

.cart-icon a, .wishlist-icon a {
    padding-left: 20px;
}

.required em {
    color: red;
}

h3 {
    font-size: 27px;
}

.specialities-chkboxes label {
    display: block;
}

.small_desc {
    color: #949494;
    margin-top:15px;
    font-size: 13px;
}

hr {
    border-top: 1px solid #dedede!important;
}

.white_text {
    color: #fff;
    font-size: 14px!important;
    margin-bottom: 0px!important;
}

.dp_type {
    background: url(../images/dental_professional_person.png) no-repeat;
}

.a_type {
    background: url(../images/affiliate_person.png) no-repeat;
}

.ta_type {
    background: url(../images/technician_affiliate.png) no-repeat;
}

.d_type {
    background: url(../images/distributor_person.png) no-repeat;
}

.dr_type {
    background: url(../images/distributorrep_person.png) no-repeat;
}

.types-description {
    margin: 0px;
    padding-bottom: 30px;
}

.mrgbtm0 {
    margin-bottom: 0px!important;
}

.mag-text {
    color: #8b00b2;
}

.lgrey-bborder {
    border-bottom: 1px solid #eeeeee;
}

.lgrey-tborder {
    border-top: 1px solid #eeeeee;
}

.citem-row:first-child {
    border-top: none!important;
}



.mrgbtm50 {
    margin-bottom: 50px!important;
}
.mrgbtm40 {
    margin-bottom: 40px!important;
}
.mrgbtm30 {
    margin-bottom: 30px!important;
}
.mrgbtm20 {
    margin-bottom: 20px!important;
}
.mrgbtm15 {
    margin-bottom: 15px!important;
}

.mrgbtm10 {
    margin-bottom: 10px!important;
}

.mrgbtm5 {
    margin-bottom: 5px!important;
}

.mrgtop50 {
    margin-top: 50px!important;
}

.mrgtop40 {
    margin-top: 40px!important;
}

.mrgtop30 {
    margin-top: 30px!important;
}

.mrgtop20 {
    margin-top: 20px!important;
}

.mrgtop10 {
    margin-top: 10px!important;
}

.mrgtop0 {
    margin-top: 7px;
}

.flt_right {
    float:right;
}

.tm-span {
    font-weight: 300;
    vertical-align: super;
    float:none;
    margin: 0;
    display: inline!important;
}

.tm-span2 {
    float:none;
    margin: 0;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
    position: relative;
    display: inline!important;
    top: 15px;
    left: 5px;
}

.plus_btn:focus {
    outline: 0;
}

.plus_btn {
    width: 34px;
    height: 34px;
    border:1px solid #c6c6c6; -webkit-border-radius: 34px; -moz-border-radius: 34px;border-radius: 34px;font-size:22px; color: #6DBA00;
    background-color: #FEFEFE; background-image: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#D5D5D5));
    background-image: -webkit-linear-gradient(top, #FEFEFE, #D5D5D5);
    background-image: -moz-linear-gradient(top, #FEFEFE, #D5D5D5);
    background-image: -ms-linear-gradient(top, #FEFEFE, #D5D5D5);
    background-image: -o-linear-gradient(top, #FEFEFE, #D5D5D5);
    background-image: linear-gradient(to bottom, #FEFEFE, #D5D5D5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FEFEFE, endColorstr=#D5D5D5);
}

textarea.form-control {
    height: 120px;
}

.validation-failed {
    border: 1px solid red;
}

.validation-advice {
    font-size: 12px;
    margin-top: 10px;
    color: red;
}


.lpink-text {
    color: #ddbce5;
}

.dviolet-text {
    color: #410b72;
}

.account-sidebar-menu li a.myaccount-text {
    color: #fff!important;
}

.account-sidebar-menu li a.myaccount-text:hover {
    text-decoration: none;
}

.white-text {
    color: #fff!important;
}


.switch-select-syringe {
    background: #f7f7f7;
}


.usa-syringe-large-block {
    background-color: #fff;
    border: 1px solid #dedede;
    min-height: 150px;
    padding: 0px;
    border-radius: 5px;
}

.usa-syringe-topground-1 {
    background: #240741 url(../../../../../imgs/usa/top_safetip.jpg) no-repeat;
    background-position: top right;
    min-height: 90px;
}

.usa-syringe-topground-2 {
    background: #240741 url(../../../../../imgs/usa/top_sanitip.jpg) no-repeat;
    background-position: top right;
    min-height: 90px;
}

.usa-syringe-topground-3 {
    background: #240741 url(../../../../../imgs/usa/top_sealtight.jpg) no-repeat;
    background-position: top right;
    min-height: 90px;
}

.usa-syringe-topground-4 {
    background: #240741 url(../../../../../imgs/usa/top_riskontrol.jpg) no-repeat;
    background-position: top right;
    min-height: 90px;
}

.usa-syringe-topground-5 {
    background: #240741 url(../../../../../imgs/usa/top_protip.jpg) no-repeat;
    background-position: top right;
    min-height: 90px;
}

.usa-syringe-topground-6 {
    background: #240741 url(../../../../../imgs/usa/top_metal.jpg) no-repeat;
    background-position: top right;
    min-height: 90px;
}

.usa-syringe-topground-7 {
    background: #240741 url(../../../../../imgs/usa/top_spree.jpg) no-repeat;
    background-position: top right;
    min-height: 90px;
}

.usa-syringe-topground-8 {
    background: #240741 url(../../../../../imgs/usa/top_flashtips.jpg) no-repeat;
    background-position: top right;
    min-height: 90px;
}

.usa-syringe-topground-9 {
    background: #240741 url(../../../../../imgs/usa/top_other.jpg) no-repeat;
    background-position: top right;
    min-height: 90px;
}

a:hover, a:focus {
    text-decoration: none!important;
}

/* The CSS */


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*select {padding-right:18px}*/
}

div.select-label{position:relative}
div.select-label:after {
    content: "";
    width: 11px;
    height: 9px;
    right: 10px;
    top: 2px;
    padding: 0 0 28px;
    position: absolute;
    pointer-events: none;
    background: #fff url(../images/nt_select_arrows.png) no-repeat;
    background-position: center center;
}
div.select-label.high_label:after {
    top: 6px;
}

.high_input {
    height: 39px;
}

div.select-label.high_label:before {
    height: 39px;
}

div.select-label:before {
    content:'';
    right:0px; 
    top:0px;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.075) inset;
    border-left: none;
    width:20px; 
    height:34px;
    border-radius: 0px 4px 4px 0px;
    background:#ffffff;
    position:absolute;
    pointer-events:none;
    display:block;
}


.storelanding-content .pckg_item:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#0e0255));
    background: -webkit-linear-gradient(bottom, #000000, #0e0255);
    background: linear-gradient(bottom, #000000, #0e0255);
    border-color: transparent;
    box-shadow: none;
}

.storelanding-content .pckg_item:hover .prd_name {
    color: #fff; 
}

.prd-view-content .small_pckg {
    max-width: 70%!important;
}


/* CRYSTAL TIP SHAPES */

.tips-shapes {
    background: url(../imgs/ct_shapes_header.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.shapes_container {
    margin-left: -15px;
    margin-right: -15px;
}

.shapes_holder {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
    min-height: 500px;
    background: url(../imgs/ct_shapes_bg.jpg) no-repeat center;
    background-size: cover;
    color: #444444;
}

.shapes_holder h2 {
    font-family: 'LatoLatinLight';
    font-weight: normal;
    margin-top: 0;
    font-size: 26px;
}

h1.shape_name_holder {
    font-family: 'LatoLatinSemBd';
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 50px;
}

.prev_shape, .next_shape {
    display: block;
    margin-top: 15px;
}

.prev_shape {
    display: none;
}

.prev_shape:hover, .next_shape:hover {
    border-bottom: none!important;
}

.shape_img {
    width: 70%;
    margin: 0 auto;
    display: none;
}

.shape_img.active {
    display: block;
}

.shapes_list {
    display: table;
    padding-left: 14px;
    padding-right: 14px;
}

.shape_item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none;
    background: #303030;
    border-right: 1px solid #3b3b3b;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.shape_item:hover, .shape_item.active {
    background: #292929;
}

.shape_item img {
    max-width: 100%;
}

.shape_item:last-child {
    border-right: none;
}

/* END OF CRYSTAL TIP SHAPES */


/* CRYSTAL TIP TESTIMONIALS */

.tips-testimonials {
    background: url(../imgs/ct_testimonials_header.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.testimonials_page_switcher {
    padding: 0;
    text-align: center;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.testimonials_page_switcher li {
    display: inline-block;
    border: 1px solid #eee;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.testimonials_page_switcher li.active {
    border: 1px solid #3ccaed;
    background: #3ccaed
}

.testimonials_page_switcher li:last-child {
    margin-right: 0;
}

.testimonial_page {
    display: none;
}

.testimonial_page.active {
    display: block;
}

.testimonial-item {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 30px 20px 0 20px;
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-item p {
    color: #444444;
    font-family: 'LatoLatin';
    font-style: italic;
    font-size: 16px;
}

.testimonial-descr {
    margin-top: 30px;
    border-top: 1px solid #eee;
    background: #f9f9f9;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 30px;
}

.testimonial-descr h4 {
    font-family: 'LatoLatin';
    font-weight: bold;
    color: #121212;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.testimonial-descr h6 {
    font-family: 'LatoLatin';
    font-weight: normal;
    color: #999999;
    margin-bottom: 0;
    font-size: 14px;
}

.testimonial-img {
    display: block;
    margin: 0 auto;
}

.testimonial-img-holder {
    position: relative;
    margin-bottom: 20px;
}

.testimonial-img-holder:before, .testimonial-img-holder:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 52%;
    height: 1px;
    border-bottom: 1px solid #eee;
    width: 30%;
}

.testimonial-img-holder:after {
    left: auto;
    right: 0;
}

.more_help_section {
    background: url(../imgs/testimonials_more_help.jpg) no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}

.more_help_section .btn-white {
    margin-right: 20px;
}

.more_help_section .btn-blue, .more_help_section .btn-white {
    padding: 10px 22px;
    min-width: 0;
}

.more_help_section h2 {
    color: #3a3b3b;
    font-family: 'LatoLatinSemBd';
    font-weight: normal;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 30px;
}

/* END OF CRYSTAL TIP TESTIMONIALS */


/* CRYSTAL TIP COLORFUL LINE */

.tips-colors {
    background: url(../imgs/ct_color_header.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.color_container {
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    min-height: 600px;
    background: url(../imgs/color_orchid_purple.jpg) no-repeat left bottom;
    //background-size: 60%;
}

.colors_nav .prev_color {
    float: left;
}

.colors_nav .prev_color:hover, .colors_nav .next_color:hover {
    border-bottom: none!important;
}

.colors_nav .next_color { 
    float: right;
}

h1.color_holder {
    font-family: 'LatoLatinLight';
    color: #444444;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 50px!important;
    margin-top: 60px;
}

.colors_list {
    list-style: none;
    padding: 0;
    width: 80%;
    margin-top: 80px;
}

.colors_list li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
    cursor: pointer;
}


.colors_list li img.active_state, .colors_list li img.hover_state, .colors_list li.active:hover img.hover_state {
    display: none;
}

.colors_list li:hover img.hover_state {
    display: inline-block;
}

.colors_list li.active img.active_state {
    display: inline-block;
}

.colors_list li.active img.normal_state, .colors_list li:hover img.normal_state {
    display: none;
}

/* END OF CRYSTAL TIP COLORFUL LINE */

.tcol {
    display: table-cell;
}

.tcol.flag img {
    max-width: 40px;
    margin-right: 15px; 
    margin-top: -10px;
}

.tcol.flag-alt img {
    max-width: 40px;
    margin-right: 15px; 
    margin-top: 0px;
}

/* SWITCH EXCHANGE */

.switch-exchange {
    background: #0e5b98  url(../imgs/exchange_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

ol.exchange-steps {
    padding-left: 50px;
    counter-reset:li;
    list-style: none;
}

.exchange-steps li {
    margin-bottom: 20px;
    position:relative;
    border-bottom: 1px solid #eee;
    margin-left: -100px;
    margin-right: -50px;
    padding-left: 100px;
    padding-right: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.exchange-steps li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.exchange-steps li:before { 
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    content: counter(li) " "; 
    counter-increment: li;            
    color: #fff; 
    position:absolute;
    left: 50px;
    height: 36px;
    width: 36px;
    background: url(../imgs/step_bullet.png) no-repeat;
    text-align: center;
    line-height: 36px;
    font-size: 18px
}

.support_footer {
    position: relative;
    overflow: hidden;
    margin-left: -50px;
    margin-right: -50px;
    padding: 30px;
    background: #2e7cb4; /* Old browsers */
    background: -moz-linear-gradient(top,  #2e7cb4 0%, #19679e 50%, #014e86 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e7cb4), color-stop(50%,#19679e), color-stop(100%,#014e86)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2e7cb4 0%,#19679e 50%,#014e86 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2e7cb4 0%,#19679e 50%,#014e86 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2e7cb4 0%,#19679e 50%,#014e86 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2e7cb4 0%,#19679e 50%,#014e86 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e7cb4', endColorstr='#014e86',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 1px 2px 5px 0px rgba(0,63,79,1);
    -moz-box-shadow: inset 1px 2px 5px 0px rgba(0,63,79,1);
    box-shadow: inset 1px 2px 5px 0px rgba(0,63,79,1);
}

.womenImg {
    position: absolute;
    right: 20%;
    top: 0;
}

.support_footer .btn-blue {
    margin-left: 20%;
}


/* END OF SWITCH EXCHANGE */

/* SUPPORT: SERVICE TICKET */

.support-ticket{
    background: #0e5b98 url(../imgs/serviceticket_header.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.support-ticket .tcol.flag-alt img {
    max-width: 30px;
    margin-right: 10px;
}

.support-ticket .tcol {
    font-size: 18px;
    vertical-align: middle;
    line-height: 1em;
}

.heading_row h2, .heading_row h3 {
    float: left;
}

.heading_row a {
    float: right;
    margin-top: 6px;
    font-size: 16px;
}

.heading_row p {
    float: right;
    margin-top: 36px;
    font-size: 16px;
    color: #444444;
}

.required-star {
    color: red!important;
}

label {
    color: #444444;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 8px;
}

.lgreen-text {
    color: #00b738!important;
}

img.floatingLogo {
    width: 80px;
    position: absolute;
    right: 50px;
    top: 20px;
}


/* END OF SUPPORT: SERVICE TICKET */


/* SWITCH LANDING */


.switch-landing-header {
    background: #0e5b98 url(../imgs/switch_landing_header.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.cms-switch .jumbotron {
    margin-bottom: 0;
}

.compare-tips {
    margin-left: -16px!important;
    margin-right: -16px;
    text-align: center;
    border-left: 1px solid;
    border-top: 1px solid;
    border-color: #dedede;
}

.compare-tips .compare-item {
    padding-top: 20px;
    float: left;
    min-height: 150px;
    position: relative;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #dedede;
    cursor: pointer;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

.compare-tips .compare-item:hover, .compare-tips .compare-item.selected {
    background: #ffffff;
    -webkit-box-shadow: inset 0px 0px 74px -36px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 74px -36px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 74px -36px rgba(0,0,0,0.75);
}


.compare-tips .compare-item-title {
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    margin: 0;
}
.compare-tips .compare-item-desc {
    margin: 0;
    color: #410b72;
}
.compare-tips .compare-item.initial-item {
    background: url(../imgs/select_tip.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.compare-tips .compare-item.initial-item h4 {
    color: #fff;
}
.compare-tips .compare-item img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.compare-tips .compare-item.selected h4, .compare-tips .compare-item:hover h4 {
    color: #2ab4d6;
}

.div-table-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.div-as-full-width-table {
    display: table;
    width: 100%;
}

.div-as-full-width-table .table-cell {
    display: table-cell;
    border-bottom: 1px solid #efefef;
    width: 50%;
    padding: 50px 30px 110px 30px;
    position: relative;
}

.div-as-full-width-table .table-cell .button-holder, .inset-box .button-holder {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: center;
}

.div-as-full-width-table .table-cell:first-child {
    border-right: 1px solid #efefef;
}

.div-as-full-width-table .table-row {
    display: table-row;
}

.div-as-full-width-table .table-cell h2 {
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.div-as-full-width-table .table-cell p {
    font-size: 15px;
    color: #6e6e6e;
}

.fullwidth-inset-section {
    background: #005970;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-shadow: inset 5px 6px 35px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 5px 6px 35px -5px rgba(0,0,0,0.75);
    box-shadow: inset 5px 6px 35px -5px rgba(0,0,0,0.75);
    padding: 40px 50px 0px 50px;
}

.inset-box {
    background: url(../imgs/inset_box_bg.jpg) no-repeat;
    background-size: cover;
    min-height: 370px;
    border-radius: 4px;
    padding: 30px 30px 110px 30px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    color: #fff;
}

.inset-title {
    font-family: 'LatoLatinBlack';
    font-weight: normal;
    text-shadow: 0px 0.5px 1px rgba(0, 46, 69, 0.36);
}

.inset-box img {
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-black {
    color: #fff!important;
    background: rgba(81,81,81,1);
    background: -moz-linear-gradient(top, rgba(81,81,81,1) 0%, rgba(30,30,30,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(81,81,81,1)), color-stop(100%, rgba(30,30,30,1)));
    background: -webkit-linear-gradient(top, rgba(81,81,81,1) 0%, rgba(30,30,30,1) 100%);
    background: -o-linear-gradient(top, rgba(81,81,81,1) 0%, rgba(30,30,30,1) 100%);
    background: -ms-linear-gradient(top, rgba(81,81,81,1) 0%, rgba(30,30,30,1) 100%);
    background: linear-gradient(to bottom, rgba(81,81,81,1) 0%, rgba(30,30,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#1e1e1e', GradientType=0 );
    border: none!important;
}

.btn-black:hover {
    color: #fff;
    background: rgba(89,89,89,1);
    background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(33,33,33,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(89,89,89,1)), color-stop(100%, rgba(33,33,33,1)));
    background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(33,33,33,1) 100%);
    background: -o-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(33,33,33,1) 100%);
    background: -ms-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(33,33,33,1) 100%);
    background: linear-gradient(to bottom, rgba(89,89,89,1) 0%, rgba(33,33,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#212121', GradientType=0 );
    border: none!important;
}

.slanding_banner {
    border: 1px solid #e3e3e3;
    background: url(../imgs/switchlanding_banner.jpg) no-repeat;
    background-size: cover;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.1);
}

.slanding_banner.first_banner {
    margin-top: 40px;
}

.slanding_banner > .row > div:first-child {
    padding-left: 90px;
    padding-right: 40px;
}

.slanding_banner h2 {
    margin-top: 0;
}

.slanding_banner img {
    position: absolute;
    left: 20px;
    top: 10px;
}

.slanding_banner p {
    color: #6e6e6e;
    font-size: 16px;
    line-height: 1.5em;
}

.slanding_banner .btn {
    min-width: 0;
}

.slanding_banner > .row > div {
    float: none;
    display: table-cell;
}

.slanding_banner > .row > div:last-child {
    vertical-align: middle;
}

/* END OF SWITCH LANDING */


/* SWITCH COMPARE */

.switch-compare-header {
    background: #0e5b98 url(../imgs/compare_header.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.cms-switch-compare .jumbotron, .cms-switch-compare-flashtips .jumbotron, 
.cms-switch-compare-sani-tip .jumbotron, .cms-switch-compare-seal-tight .jumbotron,
.cms-switch-compare-safe-tip-ez .jumbotron, .cms-switch-compare-riskontrol .jumbotron,
.cms-switch-compare-pro-tip .jumbotron, .cms-switch-compare-metal-tip .jumbotron, 
.cms-switch-compare-spree .jumbotron, .cms-switch-compare-other-tips .jumbotron, 
.cms-switch-key-differences .jumbotron {
    margin-bottom: 0;
}

.lgrey3-text {
    color: #b7b7b7;
}

.compare_flashtips_main {
    background: url(../imgs/compare_flashtip_main.jpg) no-repeat bottom right 80px;
    min-height: 400px;
    border-bottom: 1px solid #eee;
}

.compare_list_main {
    margin-top: 40px;
    margin-bottom: 100px;
    list-style: none;
    padding-left: 0;
}

.compare_list_main li {
    margin-bottom: 20px;
    line-height: 1.6em;
    color: #6e6e6e;
    position: relative;
    padding-left: 31px;
}

.compare_list_main li:before {
    content: " ";
    width: 16px;
    height: 17px;
    background: url(../imgs/list_circle_arrow.png) no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}

.adapter_info_div {
    border: 1px solid #eee;
    padding: 6px 15px 7px 30px;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-radius: 8px;
    left: 35px;
    top: 50px;
}

.adapter_info_div .adapter_notrequired {
    color: #30ac33;
}

.adapter_info_div .adapter_required {
    color: #e95151;
}

.adapter_info_div img {
    position: absolute;
    left: -18px;
    top: -1px;
}

.compare-item-table {
    border-bottom: 1px solid #eee;
}

.compare-item-table table {
    margin-top: 30px;
    margin-bottom: 0;
}

.compare-item-table table thead {
    border: none;
}
.compare-item-table table thead tr {
    border: none;
}

.compare-item-table table thead tr th {
    color: #2ab4d6;
    font-family: 'LatoLatinMed';
    border: none;
    font-size: 22px;
    font-weight: normal;
    padding: 0;
    padding-bottom: 10px;
    text-align: center;
}

.compare-item-table table thead tr th:first-child {
    text-align: left;
    color: #b2b2b2;
}

.compare-item-table table tbody tr + tr td {
    border-top: 1px solid #eee;
}
.compare-item-table table tbody tr {
    line-height: 16px;
}
.compare-item-table table tbody tr td {
    font-size: 14px;
    border: none;
    padding: 15px 0;
}
.compare-item-table table tbody tr td:first-child {
    font-size: 16px;
    color: #444444;
    font-family: 'LatoLatinMed';
}
.compare-item-table table tbody tr td span {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
.compare-item-table table tbody tr td span.has-circle {
    background: url(../imgs/comlist_yes_icon.png) no-repeat;
}
.compare-item-table table tbody tr td span.hasnt-circle {
    background: url(../imgs/comlist_no_icon.png) no-repeat;
}

.compare-item-table table tbody tr:last-child td {
    padding-top: 40px;
    padding-bottom: 0;
    border: 0;
    vertical-align: bottom;
}

.compare-item-table table tbody tr:last-child img {
    display: block;
    margin: 0 auto;
}

.compare-item-table table tbody tr td .btn {
    font-family: 'LatoLatin';
    margin-bottom: 40px;
}

.pros_list, .cons_list {
    margin-top: 30px;
    margin-bottom: 30px;
    list-style: none;
    padding-left: 0;
}

.pros_list li, .cons_list li {
    margin-bottom: 20px;
    line-height: 1.6em;
    color: #6e6e6e;
    position: relative;
    padding-left: 31px;
}

.pros_list li:before, .cons_list li:before {
    content: " ";
    width: 16px;
    height: 17px;
    background: url(../imgs/pro_icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}

.cons_list li:before {
    background: url(../imgs/con_icon.png) no-repeat;
}

.compare_sanitip_main {
    background: url(../imgs/compare_sanitip_main.jpg) no-repeat bottom right 80px;
    min-height: 400px;
    border-bottom: 1px solid #eee;
}

.compare_sealtight_main {
    background: url(../imgs/compare_sealtight_main.jpg) no-repeat bottom right 80px;
    min-height: 400px;
    border-bottom: 1px solid #eee;
}

.compare_safetip_main {
    background: url(../imgs/compare_safetip_main.jpg) no-repeat bottom right 80px;
    min-height: 500px;
    border-bottom: 1px solid #eee;
}

.compare_riskontrol_main {
    background: url(../imgs/compare_riskontrol_main.jpg) no-repeat bottom right 80px;
    min-height: 500px;
    border-bottom: 1px solid #eee;
}

.compare_protip_main {
    background: url(../imgs/compare_protip_main.jpg) no-repeat bottom right 80px;
    min-height: 500px;
    border-bottom: 1px solid #eee;
}

.compare_metaltip_main {
    background: url(../imgs/compare_metaltip_main.jpg) no-repeat bottom right 80px;
    min-height: 500px;
    border-bottom: 1px solid #eee;
}

.compare_othertips_main {
    background: url(../imgs/compare_othertips_main.jpg) no-repeat bottom right 80px;
    min-height: 500px;
    border-bottom: 1px solid #eee;
}

.compare_list_main li.danger_item:before {
    content: " ";
    width: 18px;
    height: 18px;
    background: url(../imgs/danger_icon.png) no-repeat;
    position: absolute;
    left: -1px;
    top: 2px;
}

.compare_spree_main {
    background: url(../imgs/compare_spree_main.jpg) no-repeat bottom right 80px;
    min-height: 500px;
    border-bottom: 1px solid #eee;
}

/* END OF SWITCH COMPARE */


/* SWITCH KEY DIFFERENCES */

.switch-kdiff-header {
    background: #0e5b98 url(../imgs/keydifferences_header.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.kdifferences_section {
    background: #fff url(../imgs/kdifferences_bg.jpg) no-repeat;
    background-size: 100%;
    padding-top: 130px;
    min-height: 550px;
    padding-bottom: 80px;
}


.ct_plus_btn {
    position: absolute;
    width:5%;
    cursor:pointer;
}

.ct_close_btn {
    position: absolute;
    width: 29px;
    height: 29px;
    background: url(../imgs/kdifferences_close.png) no-repeat;
    top: -14.5px;
    right: -14.5px;
    cursor: pointer;
}

.diff_div {
    width: 422px;
    height: 192px;
    position: absolute;
    display:none;
}

#diff_40 {
    background: url(../imgs/kdiff_spree_1.png) no-repeat;
    height: 195px;
}

#diff_39 {
    background: url(../imgs/kdiff_spree_2.png) no-repeat;
    height: 168px;
}

#diff_38 {
    background: url(../imgs/kdiff_spree_3.png) no-repeat;
    height: 168px;
}

#diff_37 {
    background: url(../imgs/kdiff_spree_4.png) no-repeat;
    height: 168px;
}

#diff_36 {
    background: url(../imgs/kdiff_seal_1.png) no-repeat;
    height: 212px;
}

#diff_35 {
    background: url(../imgs/kdiff_seal_2.png) no-repeat;
    height: 242px;
}

#diff_34 {
    background: url(../imgs/kdiff_seal_3.png) no-repeat;
    height: 168px;
}

#diff_33 {
    background: url(../imgs/kdiff_seal_4.png) no-repeat;
    height: 168px;
}

#diff_32 {
    background: url(../imgs/kdiff_flash_1.png) no-repeat;
    height: 168px;
}

#diff_31 {
    background: url(../imgs/kdiff_flash_2.png) no-repeat;
    height: 168px;
}

#diff_30 {
    background: url(../imgs/kdiff_flash_3.png) no-repeat;
    height: 168px;
}

#diff_29 {
    background: url(../imgs/kdiff_flash_4.png) no-repeat;
    height: 194px;
}

#diff_28 {
    background: url(../imgs/kdiff_sani_1.png) no-repeat;
    height: 232px;
}

#diff_27 {
    background: url(../imgs/kdiff_sani_2.png) no-repeat;
    height: 235px;
}

#diff_26 {
    background: url(../imgs/kdiff_sani_3.png) no-repeat;
    height: 190px;
}

#diff_25 {
    background: url(../imgs/kdiff_sani_4.png) no-repeat;
    height: 168px;
}

#diff_24 {
    background: url(../imgs/kdiff_safe_1.png) no-repeat;
    height: 168px;
}

#diff_23 {
    background: url(../imgs/kdiff_safe_2.png) no-repeat;
    height: 220px;
}

#diff_22 {
    background: url(../imgs/kdiff_safe_3.png) no-repeat;
    height: 198px;
}

#diff_21 {
    background: url(../imgs/kdiff_safe_4.png) no-repeat;
    height: 232px;
}

#diff_20 {
    background: url(../imgs/kdiff_risk_1.png) no-repeat;
    height: 308px;
}

#diff_19 {
    background: url(../imgs/kdiff_risk_2.png) no-repeat;
    height: 212px;
}

#diff_18 {
    background: url(../imgs/kdiff_risk_3.png) no-repeat;
    height: 243px;
}

#diff_17 {
    background: url(../imgs/kdiff_risk_4.png) no-repeat;
    height: 300px;
}

#diff_16 {
    background: url(../imgs/kdiff_pro_1.png) no-repeat;
    height: 186px;
}

#diff_15 {
    background: url(../imgs/kdiff_pro_2.png) no-repeat;
    height: 252px;
}

#diff_14 {
    background: url(../imgs/kdiff_pro_3.png) no-repeat;
    height: 188px;
}

#diff_13 {
    background: url(../imgs/kdiff_pro_4.png) no-repeat;
    height: 168px;
}

#diff_12 {
    background: url(../imgs/kdiff_metal_1.png) no-repeat;
    height: 190px;
}

#diff_11 {
    background: url(../imgs/kdiff_metal_2.png) no-repeat;
    height: 242px;
}

#diff_10 {
    background: url(../imgs/kdiff_metal_3.png) no-repeat;
    height: 168px;
}

#diff_9 {
    background: url(../imgs/kdiff_metal_4.png) no-repeat;
    height: 350px;
    cursor: pointer;
}

#diff_8 {
    background: url(../imgs/kdiff_other_1.png) no-repeat;
    height: 250px;
}

#diff_7 {
    background: url(../imgs/kdiff_other_2.png) no-repeat;
    height: 168px;
}

#diff_6 {
    background: url(../imgs/kdiff_other_3.png) no-repeat;
    height: 168px;
}

#diff_5 {
    background: url(../imgs/kdiff_other_4.png) no-repeat;
    height: 266px;
}

#diff_4 {
    background: url(../imgs/kdiff_ct_1.png) no-repeat;
    height: 190px;
}

#diff_3 {
    background: url(../imgs/kdiff_ct_2.png) no-repeat;
    height: 162px;
}

#diff_2 {
    background: url(../imgs/kdiff_ct_3.png) no-repeat;
    height: 332px;
}

#diff_1 {
    background: url(../imgs/kdiff_ct_4.png) no-repeat;
    height: 292px;
}

/* END OF SWITCH KEY DIFFERENCES */


/* SWITCH REQUEST SAMPLE */

.request-sample-header {
    background: #ffffff url(../imgs/requestsample_header.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.floatRight {
    float: right;
}

.heading_row .floatRight {
    font-size: 16px;
    color: #444444;
    padding-top: 7px;
}

.fnt-22 {
    font-size: 22px!important;
}

.fnt-25 {
    font-size: 25px!important;
}

.type_container {
    position: relative;
}

.type_container .btn_container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
}

.type_container:hover .btn_container {
    display: block;
}

.type_container img {
    width: 100%;
}

.type_container .btn {
    min-width: 120px;
    position: relative;
    top: 50%;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%);;
}


/* SWITCH ID YOUR SYRINGE */

.syringeid-header {
    background: #ffffff url(../imgs/syringeid_header.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.selectCountryRow .col-sm-6 {
    float: none;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

.selectCountryRow {
    margin-bottom: 70px;
    display: table;
    width: 100%;
}

.selectCountryRow .col-sm-6 .btn {
    max-width: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; 
}

.selectCountryRow .col-sm-6 img {
    max-width: 100%;
}

.syringeid-usa-header {
    background: #ffffff url(../imgs/syringeid_usa_header.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.switch-content-topbar .switch-topbar-numbers {
    margin: 0;
    padding: 0;
}

.switch-content-topbar .switch-topbar-numbers li a:hover {
    text-decoration: none;
}

.switch-content-topbar .switch-topbar-numbers li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #bfbebe !important;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dbdbdb;
    font-family: Arial;

}

.switch-content-topbar .switch-topbar-numbers li.active a, .switch-content-topbar .switch-topbar-numbers li a:hover {
    border: 1px solid #2ab4d6!important;
    color: #2ab4d6!important;
}

.switch-content-topbar .id-ur-syringe {
    line-height: 28px;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.switch-content-topbar .switch-topbar-numbers li {
    padding-left: 10px;
    padding-right: 10px;
}

.switch-content-topbar .switch-topbar-numbers li:first-child {
    padding-left: 0;
}

.selected_tip_container {
    margin-top: 30px;
    min-height: 300px;
}


.tip-item {
    display: none;
    position: relative;
    height: 300px;
}

.tip-item .btn {
    position: absolute;
    bottom: 50px;
    right: 0px;
}

.tip-item > .row, .tip-item > .row > .col-xs-12 {
    height: 100%;
}

#select-sanitip {
    background: url(../imgs/id_sanitip.jpg) no-repeat center bottom;
}

#select-sealtight {
    background: url(../imgs/id_sealtight.jpg) no-repeat center bottom;
}

#select-safetip {
    background: url(../imgs/id_safetip.jpg) no-repeat center bottom;
}

#select-riskontrol {
    background: url(../imgs/id_riskontrol.jpg) no-repeat center bottom;
}

#select-protip {
    background: url(../imgs/id_protip.jpg) no-repeat center bottom;
}

#select-metaltip {
    background: url(../imgs/id_metal.jpg) no-repeat center bottom;
}

#select-spree {
    background: url(../imgs/id_spree.jpg) no-repeat center bottom;
}

#select-flashtips {
    background: url(../imgs/id_flashtips.jpg) no-repeat center bottom;
}

#select-othertips {
    background: url(../imgs/id_othertips.jpg) no-repeat center bottom;
}

.id_syringe_final .syringe-other-info-ground {
    margin-left: -50px;
    margin-right: -50px;
}

.id_syringe_final .adapter_info_div {
    position: relative;
    left: 15px;
    top: 20px;
}

#gray_landing, #black_landing, #silver_landing, #white_landing,
#screwon_landing, #snapon_landing, #snapon_one_landing, #black_silvergrip, 
#black_silvergrip_ontip, #black_blackgrip, #black_blackgrip_vertbtn,
#black_blackgrip_sidebtn, #black_sidebtn_black, #black_sidebtn_gray,
#black_sidebtn_blue, #black_bluesidebtn_nolight, #noprotrusion_landing,
#metalprotrusion_landing, #stemprotrusion_landing, #screwon_1_landing,
#screwon_2_landing, #screwon_3_landing, #snapon_tip_ring_landing {
    display: none;
} 

#snapon_syringe_ring, #snapon_twoprotrusions_landing, #black_silvergrip_plastictip,
#black_silvergrip_metaltip, #black_silvergrip_onsyringe_landing, 
#black_vertbtn_light_landing, #black_vertbtn_nolight_landing, 
#black_sidebtn_gray_light_landing, #black_sidebtn_gray_nolight_landing,
#black_sidebtn_black_notmarked_section, #black_bluesidebtn_light_landing, 
#silver_silvergrip_landing, #silver_olivegrip_landing, #white_bunnyears_landing,
#white_soft_landing {
    display: none;
}

.arrow_bullet {
    padding-left: 23px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.arrow_bullet:last-child {
    margin-right: 0;
}

.arrow_bullet:before {
    content: "";
    background: url(../imgs/arrow_bullet_blue.png) no-repeat;
    height: 16px;
    width: 17px;
    position: absolute;
    left: 0;
    top: 6px;
}

.rule_instructions {
    line-height: 1.8em;
    font-size: 15px;
    margin-top: 30px;
    color: #656565;
}

.rule_instructions img {
    margin-top: 20px;
}

.measurements_box {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px;
}

.measurements_box h3 {
    font-size: 22px;
    margin-top: 0;
}

.measurements_box input, .input-cell {
    width: 90px;
}

.measurements_box table {
    width: 100%;
    color: #444444;
}

.measurements_box table .paddedcell {
    padding: 0 10px 0 10px;
}

.measurements_box table tr:first-child td {
    padding-bottom: 5px;
    font-size: 17px;
}

.measurements_box .btn-blue {
    min-width: 0;
}

/* END OF SWITCH ID YOUR SYRINGE */


/* STORE LANDING */

.store_header {
    background: #ffffff url(../imgs/store_header.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    width: 900px;
    padding: 20px 50px 20px 50px;
}

.store_header_distributors {
    background: #ffffff url(../imgs/store_header_distributors.jpg) no-repeat;
    background-size: cover;
    width: 900px;
    background-position: right;
    padding: 20px 50px 20px 50px;
}

.cms-store .page-wrap {
    border-top: none;
}

.store_header_row {
    display: table;
    width: 100%;
}

.store_leftcol_header, .store_header, .store_header_alt {
    display: table-cell;
    float: none;
}

.store_leftcol_header {
    background-color: #013a67;  
    position: relative;
    vertical-align: top;
    padding-left: 60px;
}

.store_leftcol_header .store_icon {
    display: block;
    position: absolute;
    left: -10px;
    top: 40px;
    width: 50px;
    height: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 3px 3px 17px -5px rgba(1,59,103,0.82);
    -moz-box-shadow: 3px 3px 17px -5px rgba(1,59,103,0.82);
    box-shadow: 3px 3px 17px -5px rgba(1,59,103,0.82);
    background: rgb(155,236,255);
    background: -webkit-linear-gradient(left,  rgba(155,236,255,1) 0%,rgba(0,206,255,1) 100%);
    background: -moz-linear-gradient(left,  rgba(155,236,255,1) 0%, rgba(0,206,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(155,236,255,1)), color-stop(100%,rgba(0,206,255,1)));
    background: -webkit-linear-gradient(left,  rgba(155,236,255,1) 0%,rgba(0,206,255,1) 100%);
    background: -o-linear-gradient(left,  rgba(155,236,255,1) 0%,rgba(0,206,255,1) 100%);
    background: -ms-linear-gradient(left,  rgba(155,236,255,1) 0%,rgba(0,206,255,1) 100%);
    background: linear-gradient(to right,  rgba(155,236,255,1) 0%,rgba(0,206,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9becff', endColorstr='#00ceff',GradientType=1 );
}

.store_leftcol_header .store_icon:before {
    content: "";
    display: block; 
    width: 50px;
    height: 30px;
    background: url(../imgs/cart_white_icon.png) no-repeat center;
}

.store_leftcol_header h4 {
    margin-top: 43px;
    font-size: 22px;
    margin-bottom: 5px;
}

#cart_count, #cart_total {
    color: #63c8e1;
    font-weight: bold;
}

.totals_div {
    color: #fff;
}

.col-sm-9.leftbordereee .heading_row {
    margin-top: 35px;
}

.tableRow {
    display: table;
}

.cms-store .tableRow {
    margin: 0!important;
}

.store_ct_section, .store_cthp_section {
    display: table-cell;
    float: none;
    vertical-align: top;
    color: #fff;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    height: 350px;
}

.store_ct_section {
    background: url(../imgs/store_ct_section.jpg) no-repeat;
    background-size: 100%;
    border-radius: 3px 0 0 3px;
}

.store_cthp_section {
    background: url(../imgs/store_hp2_section.jpg) no-repeat;
    background-size: 100%;
    border-radius: 0 3px 3px 0;
}

.store_ct_section h1, .store_cthp_section h1 {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.store_ct_section h3, .store_cthp_section h3 { 
    font-size: 22px;
    margin-top: 5px;
    color: #6ce2ff;
}

.store_ct_section p, .store_cthp_section p { 
    margin-top: 35px;
    width: 55%;
}

.store_ct_section a, .store_cthp_section a { 
    position: absolute;
    bottom: 50px;
    left: 30px;
}

h2 .small_subtitle {
    font-weight: normal!important;
    font-size: 15px;
    color: #6e6e6e!important;
}


/* END OF STORE LANDING */

/* STORE CATEGORY */

.doublebtn {
    margin-top: 15px;
    color: #fff!important;
    font-weight: bold!important;
    text-align: center;
    position: relative;
    padding: 10px 65px 10px 15px;
    border-radius: 3px;
    display: inline-block;
    -webkit-box-shadow: 0px 2px 9px -4px rgba(0,81,149,0.82);
    -moz-box-shadow: 0px 2px 9px -4px rgba(0,81,149,0.82);
    box-shadow: 0px 2px 9px -4px rgba(0,81,149,0.82);
}

.bluebtn {
    background: #004a89;
}

.greybtn {
    background: #323232;
}

.whitebtn {
    background: #fff;
    border: 1px solid #eee;
    color: #444444!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.doublebtn.whitebtn:hover {
    border: 1px solid #eee!important;
    color: #444444!important;
}

.doublebtn span {
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 3px 3px 0;
}

.bluebtn span {
    background: rgba(61,160,247,1);
    background: -moz-linear-gradient(top, rgba(61,160,247,1) 0%, rgba(0,73,137,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61,160,247,1)), color-stop(100%, rgba(0,73,137,1)));
    background: -webkit-linear-gradient(top, rgba(61,160,247,1) 0%, rgba(0,73,137,1) 100%);
    background: -o-linear-gradient(top, rgba(61,160,247,1) 0%, rgba(0,73,137,1) 100%);
    background: -ms-linear-gradient(top, rgba(61,160,247,1) 0%, rgba(0,73,137,1) 100%);
    background: linear-gradient(to bottom, rgba(61,160,247,1) 0%, rgba(0,73,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da0f7', endColorstr='#004989', GradientType=0 );
}

.greybtn span {
    background: rgb(138,138,138);
    background: -moz-linear-gradient(top,  rgba(138,138,138,1) 0%, rgba(87,87,87,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,138,138,1)), color-stop(100%,rgba(87,87,87,1)));
    background: -webkit-linear-gradient(top,  rgba(138,138,138,1) 0%,rgba(87,87,87,1) 100%);
    background: -o-linear-gradient(top,  rgba(138,138,138,1) 0%,rgba(87,87,87,1) 100%);
    background: -ms-linear-gradient(top,  rgba(138,138,138,1) 0%,rgba(87,87,87,1) 100%);
    background: linear-gradient(to bottom,  rgba(138,138,138,1) 0%,rgba(87,87,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a8a', endColorstr='#575757',GradientType=0 );
}

.whitebtn span {
    background: #fff;
    border-left: 1px solid #eee;
}

.doublebtn span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

.cartbtn span:before {
    background: url(../imgs/cart_white_icon.png) no-repeat center center;
}

.truckbtn span:before {
    background: url(../imgs/truck_white_icon.png) no-repeat center center;
}

.arrowbtn span:before {
    background: url(../imgs/arrow_white_icon.png) no-repeat center center;
}

.refreshbtn span:before {
    background: url(../imgs/refresh_grey_icon.png) no-repeat center center;
}

.doublebtn:hover {
    border-bottom: none!important;
    color: #fff!important;
}

.syringe-data {
    text-align: center;
    padding-bottom: 40px;
}

.store_header_alt {
    background: #ffffff url(../imgs/store_header_alt.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    padding: 20px 50px 20px 50px;
}

.catalog-category-view .note-msg {
    min-height: 200px;
    padding-top: 40px;
    font-size: 16px;
}

.catalog-category-view .heading_row > .col-sm-12 > .row {
    display: table;
    margin-bottom: 20px;
    width: 100%;
}

.catalog-category-view .heading_row > .col-sm-12 > .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.catalog-category-view .heading_row > .col-sm-12 > .row > div > h2 {
    margin-bottom: 0!important;
}

.catalog-category-view .heading_row > .col-sm-12 > .row > div > a {
    margin-top: 0!important;
}

.categoryProductsCount {
    color: #2ab4d6;
}

.catalog-category-view .container_large_padding > .row.mrgtop20.mrgbtm20 {
    min-height: 700px;
}

.store_header_row a {
    color: #63c8e1;
}


/* END OF STORE CATEGORY */

.distributor_holder a:hover {
    border-bottom: 0!important;
}

/* STORE PRODUCT */

.addToWishlistUrl {
    position: absolute;
    top: 0;
    right: 15px;
}

.catalog-product-view form {
    margin-top: 40px;
}

.catalog-product-view .btnSect .doublebtn {
    width: 100%;
}

.catalog-product-view h1.sembold-text.dgrey-text.mrgtop0.mrgbtm0 {
    max-width: 250px;
}


.productDescription {
    color: #6e6e6e;
    line-height: 1.6em;
}

ul.prdDescList {
    list-style: none;
    padding-left: 0;
} 

ul.prdDescList > li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

ul.prdDescList > li:before {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    background: url(../imgs/description_bullet.png) no-repeat;
}

.freeInfo {
    position: relative;
    top: -5px;
    left: 5px;
}

.catalog-product-view .model-code {
    display: inline-block;
    margin: 0;
}

/* END OF STORE PRODUCT */

/* MY ACCOUNT: LANDING */

.myaccount_blocks {
    margin-left: -10px!important;
    margin-right: -10px;
    margin-top: 30px;
}

.myaccount_blocks > .col-sm-4 {
    padding: 10px;
}

.myaccount_block {
    background: url(../imgs/myaccount_section_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px 30px 90px 30px;
    border-radius: 3px;
    height: 300px;
}

.myaccount_block .arrowbtn {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.myaccount_block .account_details {
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
}

.myaccount_block h4 {
    margin-bottom: 20px;
}

.orders_table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #eee;
    border-collapse: separate;
    border-radius: 4px;
}

.orders_table > thead td {
    color: #444444;
    padding: 30px 20px 0 20px;
}

.orders_table td {
    padding: 30px 20px;
    vertical-align: top;
}

.orders_table .brdbtm td {
    border-bottom: 1px solid #eee;
    padding: 0 20px 30px 20px;
    text-align: right;
}

.orders_table .doublebtn {
    margin-top: 0;
    margin-left: 20px;
}

.reorderbtn {
    position: relative;
    padding-left: 25px;
}

.reorderbtn:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../imgs/reorder_blue_icon.png) no-repeat;
    width: 20px;
    height: 20px;
}

.status-label-complete {
    color: #5c9834;
}

.status-label-pending {
    color: #e7b92b;
}

.errorRow .alert:last-child {
    margin-bottom: 30px!important;
}

/* END OF MY ACCOUNT: LANDING */

/* MY ACCOUNT: VIEW ORDER */

.orderbtns {
    padding-top: 37px;
}

.printorderbtn {
    position: relative;
    padding-left: 22px;
    margin-left: 20px;
}

.printorderbtn:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 3px;
    background: url(../imgs/printorder_blue_icon.png) no-repeat;
    width: 15px;
    height: 15px;
}

.printreceiptbtn {
    position: relative;
    padding-left: 22px;
}

.printreceiptbtn:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 3px;
    background: url(../imgs/printorder_blue_icon.png) no-repeat;
    width: 15px;
    height: 15px;
}

.order_table {
    color: #6e6e6e;
    width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
    border: 1px solid #eee;
    border-collapse: separate;
    border-radius: 4px;
}


.order_table > thead > tr:first-child > td {
    font-size: 26px;
    color: #2ab4d6;
    font-family: 'LatoLatinLight';
}

.order_table > thead td {
    color: #444444;
    padding: 30px 20px 0 20px;
}

.order_table tbody td {
    border-bottom: 1px solid #eee;
}


.order_table tbody td:last-child {
    color: #2ab4d6;
    font-weight: bold;
}

.order_table tbody tr:last-child td {
    border-bottom: none;
}

.order_table td {
    padding: 30px 20px;
    vertical-align: top;
}

.order_table .model-code {
    margin:0;
    margin-top:15px!important;
}

.order_table a {
    font-weight: bold;
}

.tablecontainer {
    padding-left: 0!important;
    padding-right: 0!important;
}

table.rightable {
    width: 70%;
    float: right;
    text-align: right;
}

table.rightable td {
    font-weight: normal;
    border-bottom: none;
    padding: 10px 20px;
}

table.rightable td:first-child  {
    width: 60%;
    color: #ababab;
}

table.rightable tbody td:last-child {
    font-weight: normal;
}

table.rightable.grandtotaltable tbody td:last-child {
    font-weight: bold;
    font-size: 28px;
}

table.rightable.grandtotaltable tbody td:first-child {
    color: #444444;
    font-family: 'LatoLatinSemBd';
}

.order_table tr:last-child table.rightable td {
    vertical-align: middle;
}

.tableCell {
    display: table-cell;
}



.tableCell.lightRoundedBrdrs {
    border: 1px solid #eee;
    border-radius: 4px;
    //width: 50%;
    //width: calc(50% - 15px);
    padding: 30px;
}

.fixedTable {
    table-layout: fixed;
}

.addressDetails {
    margin-bottom: 15px;
    color: #6e6e6e;
    line-height: 1.6em;
    font-size: 15px;
    margin-top: 20px;
}

/* END OF MY ACCOUNT: VIEW ORDER */


/* MY ACCOUNT: MY ORDERS */

#pageSizeSelector, .sizeSelectorLabel {
    width: 70px;
    display: inline-block;
}

.orders_pagination {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.orders_pagination li {
    display: inline-block;
    padding: 4px;
    width: 30px;
    color: #6e6e6e;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-right: 2px;
    margin-left: 2px;
    cursor: pointer;
}

.orders_pagination li.empty_item {
    border: 0;
    width: 20px;
    cursor: default;
}

.orders_pagination li.active {
    background: #3ca1f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #3ca1f6 0%, #2186db 50%, #096dc3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ca1f6), color-stop(50%,#2186db), color-stop(100%,#096dc3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3ca1f6 0%,#2186db 50%,#096dc3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3ca1f6 0%,#2186db 50%,#096dc3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3ca1f6 0%,#2186db 50%,#096dc3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3ca1f6 0%,#2186db 50%,#096dc3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca1f6', endColorstr='#096dc3',GradientType=0 ); /* IE6-9 */
    border: none;
    color: #fff;
    font-weight: bold;
}

.orders_pagination li.prev_btn {
    margin-right: 15px;
}

.orders_pagination li.next_btn {
    margin-left: 15px;
}

.orders_pagination li.prev_btn:before, .orders_pagination li.next_btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.orders_pagination li.prev_btn:before {
    background: url(../imgs/arrowleft_white_icon.png) no-repeat center;
}

.orders_pagination li.next_btn:before {
    background: url(../imgs/arrowright_white_icon.png) no-repeat center;
}

.orders_pagination li.next_btn, .orders_pagination li.prev_btn {
    position: relative;
    min-width: 30px;
    background: rgb(74,187,215);
    background: -moz-linear-gradient(top,  rgba(74,187,215,1) 0%, rgba(40,153,181,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,187,215,1)), color-stop(100%,rgba(40,153,181,1)));
    background: -webkit-linear-gradient(top,  rgba(74,187,215,1) 0%,rgba(40,153,181,1) 100%);
    background: -o-linear-gradient(top,  rgba(74,187,215,1) 0%,rgba(40,153,181,1) 100%);
    background: -ms-linear-gradient(top,  rgba(74,187,215,1) 0%,rgba(40,153,181,1) 100%);
    background: linear-gradient(to bottom,  rgba(74,187,215,1) 0%,rgba(40,153,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abbd7', endColorstr='#2899b5',GradientType=0 );
}
/* END OF MY ACCOUNT: MY ORDERS */


/* MY ACCOUNT: ACCOUNT INFO */

.chbxLbl {
    margin-left: 6px;
    position: relative;
    top: -1px;
}

.passwordFieldWrapper {
    position: relative;
}

.passwordFieldWrapper.withError:after, .passwordFieldWrapper.withoutError:after {
    content: " ";
    position: absolute;
    right: 15px;
    top:0;
    width: 21px;
    height: 100%;
}

.passwordFieldWrapper.withError input {
    border: 1px solid rgba(224, 33, 33, 0.44);
}

.passwordFieldWrapper.withoutError input {
    border: 1px solid rgba(76, 123, 0, 0.44);
}

.passwordFieldWrapper.withError:after {
    background: url(../imgs/error_icon.png) no-repeat center;
}

.passwordFieldWrapper.withoutError:after {
    background: url(../imgs/success_icon.png) no-repeat center;
}

span.errorSpan {
    display: block;
    padding-top: 6px;
    text-align: right;
    font-size: 12px;
    color: #dc2727;
}
/* END OF MY ACCOUNT: ACCOUNT INFO */

/* MY ACCOUNT: ADDRESS BOOK */
.tableCell.noBorders {
    width: 50%;
    width: calc(50% - 15px);
}

.addbtn {
    position: relative;
    padding-left: 20px;
}

.addbtn:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 2px;
    background: url(../imgs/plus_blue_icon.png) no-repeat;
    width: 14px;
    height: 15px;
}

.customer-address-index .addbtn {
    margin-top: 25px;
}

.tableCell.lightRoundedBrdrs.lastItem {
    display: block;
}

.editAddressControls {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -70px;
}

.tableCell.lightRoundedBrdrs {
    position: relative;
}

.addressRow {
    padding-bottom: 70px;
}

.removeAddressUrl {
    color: #df5a5a!important;
    font-size: 15px;
    position: absolute;
    bottom: 45px;
    right: 30px;
}

.removeAddressUrl:hover {
    border-bottom: none!important;
}
/* END OF MY ACCOUNT: ADDRESS BOOK */

/* MY ACCOUNT: WISHLIST */
.wishlist_table {
    color: #6e6e6e;
    width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
    border: 1px solid #eee;
    border-collapse: separate;
    border-radius: 4px;
}

.wishlist_table > thead td {
    color: #444444;
    padding: 30px 20px 0 20px;
}

.wishlist_table tbody td {
    border-bottom: 1px solid #eee;
}



.wishlist_table tbody tr:last-child td {
    border-bottom: none;
}

.wishlist_table td {
    padding: 30px 20px;
    vertical-align: top;
}

.wishlist_table .model-code {
    margin:0;
    margin-top:15px!important;
}

.wishlist_table a {
    font-weight: bold;
}

.wishlistRmvBtn {
    font-weight: normal!important;
    color: #ababab!important;
}

.wishlist_table a.doublebtn {
    margin-top: 0;
    margin-bottom: 15px;
}

.clearWListBtn {
    color: #ababab;
}
/* END OF MY ACCOUNT: WISHLIST */

/* STORE: CART */
.cart_table {
    color: #6e6e6e;
    width: 100%;
    font-size: 15px;
    border: 1px solid #eee;
    border-collapse: separate;
    border-radius: 4px;
}

.cart_table > thead td {
    color: #444444;
    padding: 30px 20px 0 20px;
}

.cart_table tbody td {
    border-bottom: 1px solid #eee;
}



.cart_table tbody tr:last-child td {
    border-bottom: none;
}

.cart_table td {
    padding: 30px 20px;
    vertical-align: top;
}

.cart_table .model-code {
    margin:0;
    margin-top:15px!important;
}

.cart_table a {
    font-weight: bold;
}

.cart_table .qty {
    max-width: 90px;
}

.cart_table tbody tr:last-child a {
    font-weight: normal;
}

.cart_table .doublebtn {
    margin-top: 0;
}

.checkout-cart-index .rightable {
    width: 90%;
    font-size: 15px;
}

.checkout-cart-index .row.rowExceeding {
    margin-left: -35px!important;
    margin-right: -35px!important;
    padding-left: 20px;
    padding-right: 20px;
}
/* END OF STORE: CART */

/* STORE: CHECKOUT */

.checkout-onepage-index .page-wrap {
    background: #f2f2f2;
}

.checkout-onepage-index .leftbordereee {
    background: #fff;
}

#checkout-progress-wrapper {
    padding: 40px;
}

.block-progress dt {
    font-weight: bold;
    color: #444444;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.block-progress dd {
    color: #6e6e6e;
    line-height: 1.7em;
    font-size: 15px;
}

.block-progress img {
    margin-left: 5px;
    margin-bottom: 2px;
}

#checkoutSteps {
    list-style: none;
    padding: 0;
}

#checkoutSteps .step-title h2 {
    color: #2ab4d6;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
}

#checkoutSteps .step-title {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

#checkoutSteps .section {
    border-bottom: 1px solid #eee;
    position: relative;
}

#checkoutSteps .section .step-title {
    cursor: not-allowed;
}

#checkoutSteps .section.allow .step-title { 
    cursor: pointer;

}

#checkoutSteps .section.active .step-title {
    margin-bottom: 20px;
    cursor: default;
}

#checkoutSteps .step-title:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 17px;
    height: 100%;
    background: url(../imgs/arrowdown_blue_icon.png) no-repeat center;
}

#checkoutSteps .step.a-item {
    margin-bottom: 30px;
}

#login-form a {
    float: left;
}

#login-form .checkbox_holder {
    float: left;
    padding-top: 10px;
    padding-left: 20px;
}

#login-form input[type=checkbox] {
    float: left;
    position: relative;
    top: -3px;
    margin-right: 7px;
    margin-left: 15px;
}

.checkout_login_logo {
    position: absolute;
    top: 45px;
    right: 0px;
}

#co-billing-form .select-label select, #co-shipping-form .select-label select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.chkbxWithLabel {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px!important;
}

#checkout-review-table {
    width: 100%;
    font-size: 15px;
}

#checkout-review-table > thead th {
    color: #444444;
    padding: 30px 20px 0 20px;
    font-weight: normal;
}

#checkout-review-table > tbody td {
    padding: 30px 20px;
    vertical-align: top;
    color: #6e6e6e;
}

#checkout-review-table > tbody td:last-child  {
    color: #2ab4d6;
    font-weight: bold;
    padding-right: 0;
}

#checkout-review-table > tbody td {
    border-bottom: 1px solid #eee;
}

#checkout-review-table .model-code {
    margin:0;
    margin-top:15px!important;
    border-collapse: separate;
}

#checkout-review-table tbody a {
    font-weight: bold;
}

#checkout-review-table table.rightable {
    width: 90%;
}

#checkout-review-table tfoot > tr:first-child {
    border-bottom: 1px solid #eee;
}

#checkout-review-table table.rightable tbody td:last-child {
    padding-right: 0;
}

#checkout-review-table > thead th:last-child {
    padding-right: 0;
}
/* END OF STORE: CHECKOUT */


/* 404 PAGE */

.cms-no-route .padding30 {
    background: url(../imgs/404_bg.jpg) no-repeat;
    background-position: right;
    position: relative;
}

.cms-no-route .floatingurl {
    position: absolute;
    bottom: 50px;
    right: 30px;
}
/* END OF 404 PAGE */

/* REWARDS: LANDING */
.rewards-header {
    background: #0e5b98 url(../imgs/rewards_header.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.rewards_category_box {
    min-height: 400px;
    text-align: center;
    position: relative;
}

.rewards_category_box h2 {
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 0.5px 1px rgba(0, 46, 69, 0.36);
    margin-bottom: 20px;
    margin-top: 130px;
}

.rewards_category_box p {
    color: #fff;
    text-shadow: 0px 0.5px 1px rgba(0, 46, 69, 0.36);
}

.rewards_category_box a.btn-blue {
    min-width: 0;
}

.rewards_category_box .btn_holder {
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 0;
}

.rewards_category_box.giftcards_section {
    background: url(../imgs/giftcards_section_bg.jpg) no-repeat;
    background-size: cover;
}

.rewards_category_box.outdoor_section {
    background: url(../imgs/outdoor_section_bg.jpg) no-repeat;
    background-size: cover;
}

.rewards_category_box.electronics_section {
    background: url(../imgs/electronics_section_bg.jpg) no-repeat;
    background-size: cover;
}

.rewards_category_box.homeessentials_section {
    background: url(../imgs/homeessentials_section_bg.jpg) no-repeat;
    background-size: cover;
}

.rewards_category_box.freeproduct_section {
    background: url(../imgs/freeproduct_section_bg.jpg) no-repeat;
    background-size: cover;
    min-height: 254px;
}

.rewards_category_box.freeproduct_section > .row > .col-sm-6 {
    position: relative;
}

.rewards_category_box.freeproduct_section h2 {
    margin-top: 50px;
}

.rewards_category_box.freeproduct_section .btn_holder {
    bottom: -70px;
}

.cms-rewards img.floatingLogo {
    top: 50px;
}
/* END OF REWARDS: LANDING */

/* REWARDS: CHECK YOUR POINTS */
.rewards_login {
    position: absolute;
    top: 45px;
    right: 50px;
}

.rewardsTCsBox {
    margin-top: 30px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 30px;
}

.rewardsTCsBox p {
    font-size: 12px;
    line-height: 1.7em;
    text-align: justify;
}

.rewardsTCsBox .visibleLess {
    display: none;
}
/* END OF REWARDS: CHECK YOUR POINTS */

/* REWARDS: ABOUT */
.pointsBox {
    width: 70px;
    position: absolute;
    top: 20px;
    right: 7px;
    padding: 7px 10px;
    color: #ffffff;
    background: rgb(135,226,248);
    background: -moz-linear-gradient(left,  rgba(135,226,248,1) 0%, rgba(9,201,248,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(135,226,248,1)), color-stop(100%,rgba(9,201,248,1)));
    background: -webkit-linear-gradient(left,  rgba(135,226,248,1) 0%,rgba(9,201,248,1) 100%);
    background: -o-linear-gradient(left,  rgba(135,226,248,1) 0%,rgba(9,201,248,1) 100%);
    background: -ms-linear-gradient(left,  rgba(135,226,248,1) 0%,rgba(9,201,248,1) 100%);
    background: linear-gradient(to right,  rgba(135,226,248,1) 0%,rgba(9,201,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e2f8', endColorstr='#09c9f8',GradientType=1 );
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    border-radius: 3px;
    line-height: 1.2em;
}

.pointsHolder {
    font-family: 'LatoLatinBlack';
    font-weight: normal;
    font-size: 14px;
    margin-top: 4px;
    display: block;
}
/* END OF REWARDS: ABOUT */

/* REWARDS: GIFT CARDS */
.gcards-header {
    background: #0e5b98 url(../imgs/giftcards_header_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.gcardsLogosList {
    padding: 0;
    list-style: none;
    text-align: justify;
}

.gcardsLogosList:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.gcardsLogosList li {
    display: inline-block;
    cursor: pointer;
}

.gcardsLogosList li .active_img, .gcardsLogosList li:hover .inactive_img, .gcardsLogosList li.active .inactive_img {
    display: none;
}

.gcardsLogosList li:hover .active_img, .gcardsLogosList li.active .active_img {
    display: inline-block;
}

.syringe-item.initially-invisible {
    display: none;
}
/* END OF REWARDS: GIFT CARDS */

/* REWARDS: OUTDOOR ESSENTIALS */
.outdoor-header {
    background: #0e5b98 url(../imgs/outdoor_header_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.syringe-item.equal-item .button_holder {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: center;
}

.syringe-item.equal-item {
    float: none;
    display: table-cell;
    padding-bottom: 90px;
}
/* END OF REWARDS: OUTDOOR ESSENTIALS */

/* REWARDS: ELECTRONICS */
.electronics-header {
    background: #0e5b98 url(../imgs/electronics_header_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}
/* END OF REWARDS: ELECTRONICS */

/* REWARDS: HOME ESSENTIALS */
.homeessentials-header {
    background: #0e5b98 url(../imgs/homeessentials_header_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}
/* END OF REWARDS: HOME ESSENTIALS */

/* REWARDS: FREE PRODUCT */
.freeproduct-header {
    background: #0e5b98 url(../imgs/freeproduct_header_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}
/* END OF REWARDS: FREE PRODUCT */


/* SWITCH REQUEST ADAPTER */
.request-adapter-header {
    background: #ffffff url(../imgs/reqadapter_header.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.tips_bar_img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
}

.green-text {
    color: #73a900!important;
}

#reqadapters_form .syringelist-item {
    height: 327px;
}

.syringelist-item.active:before, .syringelist-item:hover:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

#reqadapters_form {
    display: none;
}

/* END OF SWITCH REQUEST ADAPTER */




/* REGISTER */


.customer-account-create h3.dblue-text {
    font-size: 22px;
}

.register-affiliate-bg {
    background: #0e5b98  url(../imgs/reg_affiliate_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px;
}

.register-technician-bg {
    background: #0e5b98  url(../imgs/reg_technician_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px;
}
.register-distributorrep-bg {
    background: #0e5b98  url(../imgs/reg_distributorrep_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px;
}
.register-distributor-bg {
    background: #0e5b98  url(../imgs/reg_distributor_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px;
}
.register-professional-bg {
    background: #0e5b98  url(../imgs/reg_dental_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px;
}

.register-bg {
    background: #0e5b98  url(../imgs/register_landing_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
    text-align: center;
}

.register-col {
    width: 20%;
    float: left;
    border-right: 1px solid #eeeeee;
    height: 465px;
    position: relative;
}

.register-col img {
    width: 100%;
    margin-bottom: 20px;
}

.register-col .btn_holder {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.register-col .btn {
    min-width: 0;
}

.role-name {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 1.5em;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 66px;
}

.next_arrow {
    margin: 0 auto;
    display: block;
    margin-top: 260px;
}

.register-col:last-child {
    border-right: none;
}

.specialities_checkbox {
    position: relative;
    top: 2px;
}

.credentials-section {
    background: #f4f5f7;
    border-top: 1px solid #eee;
}

.padlock_icon {
    display: inline-block;
    height: 19px;
    width: 16px;
    background: url(../imgs/padlock_icon.png) no-repeat;
    margin-right: 10px;
}

.customer-account-create form .lgrey-bborder, .shipping_address_row {
    margin-left: -26%!important;
    margin-right: -26%!important;
    padding-left: 26%;
    padding-right: 26%;
}

.customer-account-create form .lgrey-bborder-wo-pdd {
    border-bottom: 1px solid #eeeeee;
}

.show_coopdist_row {
    float: right;
}

/* END OF REGISTER */



/* CONTACTS */

.contact-header {
    background: #0e5b98  url(../imgs/contacts_header.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.contact-form-div { 
    padding: 30px;
    color: #a0a0a0;
    font-size: 16px;
}

.headquaters {
    padding: 50px 60px;
}

h5, .h5 {
    font-size: 16px;
}

.usa-map {
    background: url(../imgs/contacts_usa_map.jpg) no-repeat 0% 24%;
}

.canada-map {
    background: url(../imgs/contacts_canada_map.jpg) no-repeat 0% top;
}

.uk-map {
    background: url(../imgs/contacts_uk_map.jpg) no-repeat left center;
}

.eu-map {
    background: url(../imgs/contacts_eu_map.jpg) no-repeat left center;
}

.region_row {
    padding-left: 30px;
    padding-right: 30px;
}

.regions.col-sm-3 {
    padding: 0!important;
}

.region-content {
    min-height: 220px;    
}

.region-content2 {
    min-height: 250px;    
}

.region-content a, .region-content2 a {
    color: #00b2ff!important;
}

.region-content, .region-content2 {
    color: #a0a0a0;
    font-size: 16px;
}

.office-email-div {
    margin-top: 10px;
    position: relative;
    padding-left: 25px;
}


.office-email-div:before {
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../imgs/mail_icon.png) no-repeat;
}

.region-content-section {
    color: #6e6e6e;
    font-size: 16px;
    line-height: 1.6em;
}

.contact-section .regions .region-flag {
    padding: 30px 0 80px 30px;
}
.contact-section .regions .region-content {
    line-height: 1.1em;
    padding-left: 10px;
    padding-top: 15px;
}

.region-content-heading {
    color: #2ab4d6;
    font-weight: bold;
    font-size: 22px;
}

.contact-section .regions .region-content .region-content-section {
    padding: 10px 0;
}
.contact-section .regions .region-content p {
    padding: 0;
    margin: 0;
}

.contact-section .contact-form {
    border-left: 1px solid #eee;
}


/* END OF CONTACTS */


.switch-complaints {
    background: #0e5b98  url(../images/complaints_background.png) no-repeat center center;
    background-size: cover;
    padding: 20px;
}

.complaints-content {
    margin-left: -15px; 
    margin-right: -15px;
    overflow: hidden;
}

.myaccount-landing {
    background: #0e5b98  url(../images/myaccount_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px;
}

/* STORE */

.store-landing {
    background: #0e5b98  url(../images/store_top.png) no-repeat center center;
    background-size: cover;
    padding: 20px;
}

.pack-item {
    height: 453px;
    position: relative;
}

.pack-img-holder {
    position: relative;
    height: 210px;
}

.pack-img-holder img {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.hidden-adapter {
    display: none;
}

/* ID Your Syringe */

.switch-syringeid {
    background: #0e5b98  url(../images/syringeid_bg.png) no-repeat center center;
    background-size: cover;
    padding: 20px;
}

.syringeid_steps h3 {
    font-weight: 700;
    font-size: 16px;
    color: #727272;
    text-transform: uppercase;
    overflow: hidden;
}

.syringeid_steps h3:before {
    content: none;
}

.syringeid_steps h3 > span.arrow {
    display: inline-block;
    position: relative;
    float:right;
}

.syringeid_steps h3 > span.arrow:after {
    content: " ";
    background: url(../images/accordion_step_default.png) no-repeat center center;
    width: 14px;
    height: 17px;
    top:0;
    right: 0;
    position: absolute;
}

.syringeid_steps h3.ui-state-active > span.arrow:after {
    background: url(../images/accordion_active_step.png) no-repeat center center;
}

.syringeid_steps h3.ui-state-default:after {
    content: " ";
    height: 2px;
    position: absolute;
    border-bottom: 1px solid #eee;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-left:20px;
}

.syringeid_steps h3.ui-state-active {
    padding-bottom: 20px!important;
}

.syringeid_steps .ui-accordion-content {
    margin: 20px 20px 20px 40px;
    padding: 20px 0px;
    padding-bottom: 40px;
}

.syringeid_steps h3.ui-state-active:after {
    border-bottom: 1px solid #eee!important;
}

.nttiplist-item {
    height: 564px;
    margin-bottom: 60px;
    position: relative;
}

.nttiplist-item .tip-data {
    text-align: center;
}

.nttiplist-item .tip-subtitle {
    font-size: 18px;
}

.nttiplist-item .tip-subtitle2 {
    font-size: 16px;
    color: #a0a0a0;
}

.item-nt-orig {
    background: url(../images/original_tip.png) no-repeat center top;
}

.item-nt-hp {
    background: url(../images/hp_tip.png) no-repeat center top;
}

.syringelist-item {
    height: 347px;
    cursor: pointer;
    margin-bottom: 25px;
    position: relative;
}

.syringelist-item .tip-data {
    text-align: center;
}

.syringe-item-name {
    font-weight: 300;
    color: #00b2ff;
    font-size: 30px;
}

.syringelist-item .tip-subtitle {
    font-weight: 400;
    color: #005377;
    font-size: 18px;
    margin-bottom: 0;
}

.syringelist-item .tip-subtitle2 {
    font-weight: 400;
    color: #727272;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.usa_selected_region {
    display:none; 
}

.foreign_selected_region {
    display:none; 
}

.foreign_page {
    display: none; 
    margin-left: -30px!important;
    margin-right: -30px!important;
}


.subaccordion .ui-accordion-header {
    margin: 0!important;
    padding-left: 0px;
    padding-top: 20px;
}

.subaccordion.syringeid_steps h3 {
    color: #b9b9b9;
}
.subaccordion.syringeid_steps h3.ui-state-default:after {
    margin-left: 0px;
}

.subaccordion.syringeid_steps .ui-accordion-content {
    margin-left: 0px;
    margin-right: 0px;
}

.syringeid_steps.accordion-l3 h3 {
    color: #00b2ff;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 20px;
}

.subaccordion.syringeid_steps .ui-accordion-content {
    margin-bottom: 0;
}

.item-cefla-f3 {
    background: url(../images/crystaltip-cefla-f3f6.jpg) no-repeat center top;
    background-size: 94%;
}

.item-cefla-sp {
    background: url(../images/crystaltip-cefla-sp.jpg) no-repeat center top;
    background-size: 94%;
}

.item-chirana-dipl {
    background: url(../images/crystaltip-chirana-diplomat.jpg) no-repeat center top;
    background-size: 94%;
}

.item-comingsoon {
    background: url(../images/syringeid_comingsoon.jpg) no-repeat center top;
    background-size: 94%;
}

.item-cast-three {
    background: url(../images/syringeid_cast_three.png) no-repeat center top;
    background-size: 94%;
}

.item-sirona-c8 {
    background: url(../images/syringeid_sirona_c8.png) no-repeat center top;
    background-size: 94%;
}

.sanitip_adec {
    background: url(../images/sanitip_adec.png) no-repeat center top;
}

.sanitip_dci {
    background: url(../images/sanitip_dci.png) no-repeat center top;
}

.sealtight_adec {
    background: url(../images/sealtight_adec.png) no-repeat center top;
}

.sealtight_dci {
    background: url(../images/sealtight_dci.png) no-repeat center top;
}

.protip_adec {
    background: url(../images/protip_adec.png) no-repeat center top;
}

.protip_dci {
    background: url(../images/protip_dci.png) no-repeat center top;
}

.riskontrol_adec {
    background: url(../images/riskontrol_adec.png) no-repeat center top;
}

.riskontrol_dci {
    background: url(../images/riskontrol_dci.png) no-repeat center top;
}


.safetipez_adec {
    background: url(../images/safetipez_adec.png) no-repeat center top;
}

.safetipez_dci {
    background: url(../images/safetipez_dci.png) no-repeat center top;
}

.metaltip_adec {
    background: url(../images/metaltip_adec.png) no-repeat center top;
}

.metaltip_dci {
    background: url(../images/metaltip_dci.png) no-repeat center top;
}

.flashtips_adec {
    background: url(../images/flashtips_adec.png) no-repeat center top;
}

.flashtips_dci {
    background: url(../images/flashtips_dci.png) no-repeat center top;
}

.othertips_adec {
    background: url(../images/othertips_adec.png) no-repeat center top;
}

.othertips_dci {
    background: url(../images/othertips_dci.png) no-repeat center top;
}

.syringe-item {
    margin-bottom: 20px;
    text-decoration: none !important;
}
.syringe-item:hover {
    text-decoration: none;
}

.syringe-img-holder {
    overflow: hidden;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.09);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.09);
}

.syringe-item img {
    width: 100%;
    cursor: pointer;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.syringe-item:hover .syringe-img-holder, .syringe-item.active .syringe-img-holder {
    border: 1px solid rgba(0, 93, 160, 0.48);
}

.syringe-item:hover img, .syringe-item.active img {
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.item-adec {
    background: url(../images/crystaltip-adec.jpg) no-repeat center top;
    background-size: 94%;
}

.item-adec_old {
    background: url(../images/crystaltip-adec-old.jpg) no-repeat center top;
    background-size: 94%;
}

.item-dci {
    background: url(../images/crystaltip-dci.jpg) no-repeat center top;
    background-size: 94%;
}

.item-faro-syr {
    background: url(../images/crystaltip-faro-syr.jpg) no-repeat center top;
    background-size: 94%;
}

.item-faro-sm03 {
    background: url(../images/crystaltip-faro-sm03.jpg) no-repeat center top;
    background-size: 94%;
}

.item-kavo-estetica {
    background: url(../images/crystaltip-kavo-estetica.jpg) no-repeat center top;
    background-size: 94%;
}

.item-kavo-k4 {
    background: url(../images/crystaltip-kavo-k4.jpg) no-repeat center top;
    background-size: 94%;
}

.item-kavo-1056s {
    background: url(../images/crystaltip-kavo-1056s.jpg) no-repeat center top;
    background-size: 94%;
}

.item-kavo-1056 {
    background: url(../images/crystaltip-kavo-1056.jpg) no-repeat center top;
    background-size: 94%;
}

.item-kavo-systematica-wlight {
    background: url(../images/crystaltip-kavo-systematica-wlight.jpg) no-repeat center top;
    background-size: 94%;
}

.item-kavo-systematica {
    background: url(../images/crystaltip-kavo-systematica.jpg) no-repeat center top;
    background-size: 94%;
}	

.item-kavo-6f {
    background: url(../images/crystaltip-kavo-6f.jpg) no-repeat center top;
    background-size: 94%;
}

.item-luzzani-minibright {
    background: url(../images/crystaltip-luzzani-minibright.jpg) no-repeat center top;
    background-size: 94%;
}

.item-luzzani-minilight {
    background: url(../images/crystaltip-luzzani-minilight.jpg) no-repeat center top;
    background-size: 94%;
}

.item-luzzani-minimate {
    background: url(../images/crystaltip-luzzani-minimate.jpg) no-repeat center top;
    background-size: 94%;
}

.item-luzzani-minimatic {
    background: url(../images/crystaltip-luzzani-minimatic.jpg) no-repeat center top;
    background-size: 94%;
}

.item-luzzani-miniassistant {
    background: url(../images/crystaltip-luzzani-miniassistant.jpg) no-repeat center top;
    background-size: 94%;
}

.item-morita-ws10 {
    background: url(../images/crystaltip-morita-ws10.jpg) no-repeat center top;
    background-size: 94%;
}

.item-morita-ws12 {
    background: url(../images/crystaltip-morita-ws12.jpg) no-repeat center top;
    background-size: 94%;
}

.item-morita-ws66 {
    background: url(../images/crystaltip-morita-ws66.jpg) no-repeat center top;
    background-size: 94%;
}

.item-morita-ws97 {
    background: url(../images/crystaltip-morita-ws97.jpg) no-repeat center top;
    background-size: 94%;
}

.item-osada-msf {
    background: url(../images/crystaltip-osada-msf.jpg) no-repeat center top;
    background-size: 94%;
}

.item-ritter-topjet {
    background: url(../images/crystaltip-ritter-topjet.jpg) no-repeat center top;
    background-size: 94%;
}

.item-sirona-sprayvit-c8 {
    background: url(../images/crystaltip-sirona-c8.jpg) no-repeat center top;
    background-size: 94%;
}

.item-sirona-sprayvit-teneo {
    background: url(../images/crystaltip-sirona-teneo.jpg) no-repeat center top;
    background-size: 94%;
}

.item-sirona-sprayvit-4000 {
    background: url(../images/crystaltip-sirona-4000.jpg) no-repeat center top;
    background-size: 94%;
}

.item-takara-belmont {
    background: url(../images/crystaltip-takara-belmont.jpg) no-repeat center top;
    background-size: 94%;
}

.item-unic-heka-continental {
    background: url(../images/crystaltip-unic-heka-continental.jpg) no-repeat center top;
    background-size: 94%;
}

.item-unic-heka {
    background: url(../images/crystaltip-unic-heka.jpg) no-repeat center top;
    background-size: 94%;
}

.item-yoshida-3st {
    background: url(../images/crystaltip-yoshida-3st.jpg) no-repeat center top;
    background-size: 94%;
}




.tiplist-item {
    height: 232px;
    cursor: pointer;
    margin-bottom: 25px;
}

.tiplist-item-name {
    font-size: 24px;
    font-weight: 300;
    color: #00b2ff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.item-sanitip {
    background: url(../images/syringeid_sanitip.png) no-repeat center top;
}

.item-sealtight {
    background: url(../images/syringeid_sealtight.png) no-repeat center top;
}

.item-protip {
    background: url(../images/syringeid_protip.png) no-repeat center top;
}

.item-riskontrol {
    background: url(../images/syringeid_riskontrol2.png) no-repeat center top;
}

.item-safetip {
    background: url(../images/syringeid_safetip.png) no-repeat center top;
}

.item-metaltip {
    background: url(../images/syringeid_metaltip.png) no-repeat center top;
}

.item-flashtips {
    background: url(../images/syringeid_flashtips.png) no-repeat center top;
}

.item-othertips {
    background: url(../images/syringeid_othertips3.png) no-repeat center top;
}

.padding20 {
    padding: 20px;
}

.padding30 {
    padding: 30px;
}

.padding20-35 {
    padding: 20px 35px;
}

.padding35 {
    padding: 35px;
}

.switch-orderform {
    background: #0e5b98  url(../images/orderform_bg.png) no-repeat center center;
    background-size: cover;
    padding: 20px;
}

.switch-differences {
    background: #0e5b98  url(../images/differences_bg.png) no-repeat center center;
    background-size: cover;
    padding: 20px;
}

.switch-prostand {
    background: #0e5b98  url(../images/prop_stand_bg.png) no-repeat center center;
    background-size: cover;
    padding: 20px;
}

.compare-table {
    width: 100%;
    border-bottom: none;
    text-align: center;
    margin-bottom: 50px;
}

.compare-table tr {
    border: 1px solid #eeeeee;
}

.compare-table td {
    border: 1px solid #eeeeee;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 33%;
}

.compare-table .answer-row td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.compare-table .answer-row.nopadding td {
    padding-top: 0px;
    padding-bottom: 0px;
}
.compare-table .images-row {
    border: none;
}

.compare-table .images-row td {
    padding: 0;
    border: none;
}

.check-icon {
    width: 23px;
    height: 23px;
    background: url(../images/check.png) no-repeat;
    display: inline-block;
}

.notcheck-icon {
    width: 23px;
    height: 23px;
    background: url(../images/close.png) no-repeat;
    display: inline-block;
}

.forum-modal {
    position: fixed;
    top: 100px;
    display: none;
    z-index: 99999;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    margin-left: -31px;
}

.forum-modal .doublebtn {
    position: absolute;
    bottom: 40px;
    left: 30px;
}

#forum-content {
    background: url(../imgs/forum-modal.jpg) no-repeat;
    width:466px;
    height: 288px;
}

.forum-close {
    background: url(../imgs/close_modal.png) no-repeat;
    width: 43px;
    height: 42px;
    right: -63px;
    top: 0px;
}

.tipslist-item {
    height: 200px;
    float: left;
    position: relative;
    padding-left: 0.5%;
    padding-right: 0.5%;
    text-align: center;
    margin-bottom: 20px;
}

.tip-name {
    font-weight: 300;
    color: #00b2ff;
    font-size: 16px;
}

.tip-subtitle {
    font-weight: 400;
    color: #005377;
    font-size: 13px;
}

.tip-data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sanitip-item {
    background: url(../images/sanitip_thumb.png) no-repeat center top;
}

.sealtight-item {
    background: url(../images/sealtight_thumb.png) no-repeat center top;
}

.protip-item {
    background: url(../images/protip_thumb.png) no-repeat center top;
}

.riskontrol-item {
    background: url(../images/riskontrol_thumb.png) no-repeat center top;
}

.flashtips-item {
    background: url(../images/flashtip_thumb.png) no-repeat center top;
}

.metaltip-item {
    background: url(../images/metaltip_thumb.png) no-repeat center top;
}

.safetipez-item {
    background: url(../images/safetip_thumb.png) no-repeat center top;
}

.othertips-item {
    background: url(../images/othertips_thumb.png) no-repeat center top;
}

.nt_map_container {
    position: relative;
    padding-bottom:15px;
    padding-top:15px;
}



.inner_full {
    width: 100%;
    min-height: 10px;
    position: relative;
}

.disclaimer-content {
    padding: 20px;
    margin-top:30px;
}

#spree_map, #other_tips_map, #metal_tip_map, #pro_tip_map, #riskontrol_map, #safe_tip_map, #sani_tip_map, #flashtips_map, #sealtight_map {
    display: none;
}

/* SWITCH - BENEFITS TO SWITCH
============ */


.benefits-header {
    background: #0e5b98 url(../images/header-benefits.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.benefits > .row {
    margin: 0px;
}

.switch-benefits-1 {
    background: #0e5b98 url(../images/header-benefits.jpg) no-repeat bottom right;
    background-size: cover;
    padding: 20px;
}

.switch-benefits-1 p {
    color: #807f80;
}

.switch-benefits-2 {
    background: #ffffff;
    min-height: 180px;
    padding: 20px;
}

.switch-benefits-2 p {
    color: #807f80;
}

.switch-benefits-3 {
    background: #f7f7f7;
    min-height: 180px;
    padding: 20px;
}

.switch-benefits-3 p {
    color: #807f80;
}

.switch-benefits-4 {
    background: #ffffff;
    min-height: 250px;
    padding: 20px;
}

.switch-benefits-4 p {
    color: #807f80;
}


.switch-benefits-5 p {
    color: #807f80;
}

.switch-benefits-6 p {
    color: #807f80;
}

.switch-benefits-7 p {
    color: #807f80;
}

.switch-benefits-8 p {
    color: #807f80;
}

.switch-benefits-img-1 {
    width: 280px;
    height: 280px;
    background: url(../images/img-switch-benefits-1.jpg) no-repeat;
    position: relative;
    right: 70px;
    top: 20px;
    float: right;
}

.switch-benefits-img-2 {
    width: 280px;
    height: 280px;
    background: url(../images/img-switch-benefits-2.jpg) no-repeat;
    position: relative;
    right: 70px;
    top: 20px;
    float: right;
}

.switch-benefits-img-3 {
    width: 280px;
    height: 280px;
    background: url(../images/img-switch-benefits-3.jpg) no-repeat;
    position: relative;
    right: 70px;
    top: 20px;
    float: right;
}

.switch-benefits-img-4 {
    width: 280px;
    height: 280px;
    background: url(../images/img-switch-benefits-4.jpg) no-repeat;
    position: relative;
    right: 70px;
    top: 20px;
    float: right;
}

.switch-benefits-img-5 {
    width: 280px;
    height: 280px;
    background: url(../images/img-switch-benefits-5.jpg) no-repeat;
    position: relative;
    right: 70px;
    top: 20px;
    float: right;
}

.switch-benefits-img-6 {
    width: 280px;
    height: 280px;
    background: url(../images/img-switch-benefits-6.jpg) no-repeat;
    position: relative;
    right: 70px;
    top: 20px;
    float: right;
}

.switch-benefits-img-7 {
    width: 280px;
    height: 280px;
    background: url(../images/img-switch-benefits-7.jpg) no-repeat;
    position: relative;
    right: 70px;
    top: 20px;
    float: right;
}

.switch-benefits-img-8 {
    width: 217px;
    height: 219px;
    background: url(../images/img-switch-benefits-8.jpg) no-repeat;
    position: relative;
    right: 70px;
    top: 40px;
    float: right;
}

.switch-benefits-3 ul, ul.arrows_list {
    list-style-image: url(../images/arrow-bullet.png);
    padding-left: 20px!important;
}

.switch-benefits-3 ul li, ul.arrows_list li {
    margin-bottom: 10px;
    color: #807f80;
}

.model-code {
    border: 1px solid #e3e3e3!important;
    display: table;
    margin: 0 auto;
    padding: 10px 15px;
    background: #fff;
    line-height: 1em;
    border-radius: 4px;
}



/* SWITCH - REQUEST ADAPTER
======================= */

.switch-ra {
    background: #240741 url(../images/header-request-adapter.jpg) no-repeat center right;
    min-height: 367px;
}



/* SWITCH - TOP 10
======================= */

.top10-1 {
    background: #240741 url(../images/header-top10.jpg) no-repeat center right;
    min-height: 398px;
}


/* SWITCH - FAQ
======================= */

.faq-1 {
    background: #240741 url(../images/header-faq.jpg) no-repeat center right;
    min-height: 412px; 
}

/* SWITCH - MAKE THE SWITCH
======================= */

.mts-1 {
    background: #240741 url(../images/header-mts.jpg) no-repeat center right;
    min-height: 338px; 
}


/* SWITCH - DISPSABLE AUTOCLAVE
======================= */

.switch-header-da{
    background: #0e5b98 url(../images/header-d-a.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    margin-left: 0px;
    padding-bottom: 30px;
}

.switch-header-da-1 {
    background: #0e5b98 url(../images/header-da-1.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 493px;
    margin-left: 0px;
    width: 720px;
}

.switch-header-da-2 {
    background: #ffffff url(../images/header-da-2.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 195px;
    margin-left: 15px;
    width: 720px;

}

.switch-header-da-3 {
    background: #ffffff url(../images/header-da-3.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 195px; 
    margin-left: 15px;
    width: 720px;

}

.switch-header-da-4 {
    background: #ffffff url(../images/switch-da-img4.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 775px;
}

.switch-header-da-5{
    background: #210706 url(../images/switch-da-img5.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 520px;
}

.switch-header-da-6{
    background: #210706 url(../images/switch-da-img6.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 700px;
}

.switch-header-da-extra {
    background: #210706 url(../imgs/da_articles_section_bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 40px 80px 40px;
    position: relative;
    //min-height: 640px;
}

.osapLogo {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.osapLogo:hover {
    border-bottom: 0!important;
}

.article_table {
    margin-top: 15px;
}

.article_table tr td {
    vertical-align: top;
    border-bottom: 1px solid #5588b3;
}

.article_table tr td:first-child {
    padding-right: 15px;
    border-bottom: 1px solid #fff;
}

.article_table span {
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}

.switch-header-da-7{
    background: #210706 url(../images/switch-da-img7.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 640px;
}

.switch-header-da-8{
    background: #210706 url(../images/switch-da-img8.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 390px;
}



.switch-header-da-9{
    background: #210706  url(../images/switch-da-img9.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 840px;

}  

.switch-header-da-10{ 
    background: #ffffff;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 100px;
    margin-left: 15px;
    width: 720px;

}

.switch-header-da-11{ 
    background: #ffffff  url(../images/header-da-11.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 100px;
    margin-left: 15px;
    width: 720px;

}

.switch-header-da-12{ 
    background: #ffffff  url(../images/header-da-12.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 688px;
    margin-left: 15px;
    width: 720px;

}

.switch-header-da-14{ 
    background: #ffffff  url(../images/header-da-14.jpg) no-repeat;
    -webkit-background-size: 52% 52%;
    background-size: 100%;
    min-height: 300px;
    margin-left: 15px;
    width: 720px;

}



/* CRYSTAL-TIP LANDING
======================= */

.tips-header {
    background: #0e5b98 url(../imgs/ct_landing_header.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.landing-row {
    display: table;
    margin-left: -16px!important;
    margin-right: -17px;
}

.landing-box {
    display: table-cell;
    width: 50%;
    position: relative;
    padding-bottom: 90px;
}

.landing-box h2.landing-box-title {
    color: #444444;
    text-align: center;
    font-weight: normal;
    font-family: 'LatoLatinSemBd';
    margin-top: 0px;
    margin-bottom: 15px;
}

.landing-box-header img {
    width: 100%;
}

.landing-box:first-child {
    border-right: 1px solid #eee;
}

.landing-box:first-child .landing-box-header {
    margin-right: -1px;
}

.landing-box .landing-box-content {
    padding-top: 30px;
}

.landing-box .landing-box-content .btn-blue {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.landing-box .landing-box-content p {
    color: #6e6e6e;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.8em;
}


.tc3-header{
    background: #0e5b98 url(../imgs/terms_bg.jpg) no-repeat;
    margin-left: 0px;
    padding: 25px 35px;
}

.container_large_padding {
    padding: 5px 50px 0 50px;
    position: relative;
}

#terms_accordion {
    margin-left: -50px;
    margin-right: -50px;
}

#terms_accordion > .acc_tab:first-child {
    border-top: 1px solid #eee;
}

#terms_accordion > .acc_tab:last-child {
    border-bottom: 0;
}

#terms_accordion > .acc_tab {
    border-bottom: 1px solid #eee;
}

#terms_accordion h3 {
    padding: 40px 50px 40px 84px;
    margin: 0;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    color: #2ab4d6;
}

#terms_accordion h3:before {
    content: " ";
    position: absolute;
    left: 50px;
    top: 44px;
    height: 16px;
    width: 16px;
    background: url(../imgs/cloud_icon.png) no-repeat;
}

#terms_accordion > .acc_tab > div {
    display: none;
    font-size: 14px;
    color: #6e6e6e!important;
    line-height: 1.8em;
    padding: 0 50px 40px 84px;
}

#terms_accordion > .acc_tab.active {
    background: url(../imgs/accordion_bg.jpg) no-repeat;
    background-size: cover;
}

#terms_accordion > .acc_tab.active > div {
    display: block;
}

#terms_accordion > .acc_tab > div > p {
    margin-bottom: 20px;
}

.terms_menu {
    padding: 40px 30px;
}

.terms_menu > ul.left_menu {
    padding: 10px 0 20px 20px;
}

.terms_menu > ul.left_menu li {
    line-height: 1.5em;
    margin-bottom: 15px;
}

.catalog-category-view .syringe-item {
    height: 426px;
    margin-bottom: 40px;
}

.catalog-category-view .cartbtn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cms-switch-benefits .compare_list_main {
    margin-top: 10px;
    padding-left: 15px;
}

.ct-header-features {
    background: #0e5b98  url(../images/header-ct-features.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.ct-header-packaging {
    background: #0e5b98  url(../images/header-ct-packaging.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

/* Crystal Tip - DIFFERENCE */

.ct-header-difference {
    background: #0e5b98  url(../imgs/ct_difference_header_2.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.boxleft {
    text-align: justify; 
    margin-left: 30px; 
    margin-right: 10px; 
    border: 1px solid #d9d9d9; 
    padding: 20px 30px 109px 30px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.boxright {
    text-align: justify; 
    margin-left: 10px; 
    margin-right: 30px; 
    border: 1px solid #d9d9d9; 
    padding: 20px 30px 109px 30px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.image_ina_box {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.switch-maketheswitch-header {
    background: #0e5b98  url(../images/header-maketheswitch.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

ol.maketheswitch-steps {
    padding-left: 35px;
    counter-reset:li;
    list-style: none; 
}

.maketheswitch-steps li {
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-left: -85px;
    margin-right: -50px;
    padding-left: 100px;
    padding-right: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}

.maketheswitch-steps li {
    margin-left: -70px;
    margin-right: -35px;
}

.maketheswitch-steps li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.maketheswitch-steps li:before { 
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    content: counter(li) " "; 
    counter-increment: li;            
    color: #fff; 
    position:absolute;
    left: 50px;
    height: 36px;
    width: 36px;
    background: url(../imgs/step_bullet.png) no-repeat;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    top: -4px;

}

.works-background {
    background: url(../images/works-background.jpg) no-repeat center top;
    background-size: 94%;
    margin-bottom: 40px; 
    min-height: 528px;

}

.works-title {
    color: #444444; 
    font-size: 20px; 
    margin-top: 50px; 
    font-weight: 800; 
    text-align: center;
}

.works-desc {
    margin-left: 20px;
    margin-right: 20px;
    top: 20px;
    margin-top: 20px; 
    color: #444444; 
    font-size: 14px; 
    font-weight: 400; 
    text-align: justify;
}

.works-button { 
    text-align: center;
}

.works-img {
    top: 80px;
    color: #000000; 
    font-size: 13px; 
    font-weight: 400; 
    text-align: center;
    padding: 30px 0px 30px 0px;
}

.compare_tip_general_description {
    line-height: 1.6em;
    color: #6e6e6e;
    margin-top: 40px;
    margin-bottom: 100px;
}

ul.bluearrow-steps {
    padding-left: 35px;
    counter-reset:li;
    list-style: none; 
}

.bluearrow-steps li {
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-left: -70px;
    margin-right: -35px;
    padding-left: 70px;
    padding-right: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}

.bluearrow-steps.mts-bluearrows li {
    border-bottom: none;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.bluearrow-steps li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}


.bluearrow-steps li:before { 
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    content: " ";         
    color: #fff; 
    position:absolute;
    left: 35px;
    height: 17px;
    width: 17px;
    background: url(../images/blue-arrow-17.jpg) no-repeat;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    top: 0;
}


/* Switch - Top 10 Reasons */

.switch-top10-header {
    background: #0e5b98  url(../images/header-top10.jpg) no-repeat center center;
    background-size: cover; 
    padding: 20px 20px 20px 35px;
}

.top10-item {
    height: 347px;
    cursor: pointer;
    margin-bottom: 25px;
    position: relative;
    cursor: auto;
}

.top10-item .tip-data {
    text-align: center;
}

.top10-item-name {
    font-weight: 300;
    color: #00b2ff;
    font-size: 30px;
}

.top10-item .tip-subtitle {
    font-weight: 400;
    color: #005377;
    font-size: 18px;
    margin-bottom: 0;
}

.top10-item .tip-subtitle2 {
    font-weight: 400;
    color: #727272;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.reason-1 {
    position: static;
    background: url(../images/reason-1.jpg) no-repeat center top;
    background-size: 94%;
    margin-bottom: -40px;
    position: relative;
}

.reason-2 {
    background: url(../images/reason-2.jpg) no-repeat center top;
    background-size: 94%;
    margin-bottom: -40px;
    position: relative;
}

.reason-3 {
    background: url(../images/reason-3.jpg) no-repeat center top;
    background-size: 94%;
    margin-bottom: -40px;
    position: relative;
}

.reason-4 {
    background: url(../images/reason-4.jpg) no-repeat center top;
    background-size: 94%;
    margin-bottom: -40px;
    position: relative;
}

.reason-5 {
    background: url(../images/reason-5.jpg) no-repeat center top;
    background-size: 94%;
    margin-bottom: -40px;
    position: relative;
}

.reason-6 {
    background: url(../images/reason-6.jpg) no-repeat center top;
    background-size: 94%;
    margin-bottom: -40px;
    position: relative;
}

.reason-7 {
    background: url(../images/reason-7.jpg) no-repeat center top;
    background-size: 94%;
    margin-bottom: -40px;
    position: relative;
}

.reason-8 {
    background: url(../images/reason-8.jpg) no-repeat center top;
    background-size: 94%;
    margin-bottom: -40px;
    position: relative;
}

.reason-9 {
    background: url(../images/reason-9.jpg) no-repeat center top;
    background-size: 94%;
    margin-bottom: -40px;
    position: relative;
}

.reason-10 {
    background: url(../images/reason-10.jpg) no-repeat center top;
    background-size: 94%;
    margin-bottom: -40px;
    position: relative;
}

.reason-title {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 40px;
    color: #ffffff; 
    font-size: 20px; 
    font-weight: 800; 
    text-align: center;
}

.reason-desc {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 80px;
    color: #ffffff; 
    font-size: 13px; 
    font-weight: 400; 
    text-align: center;
}

.reason-desc2 {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 110px;
    color: #ffffff; 
    font-size: 13px; 
    font-weight: 400; 
    text-align: center;
}

.cms-switch-benefits .col-sm-6 > .text-center {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.cms-switch-benefits .col-sm-6.benefitscol {
    min-height: 400px;
}

.switch-commoncomplaints {
    background: #0e5b98  url(../images/header-switch-commoncomplaints.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
    width: 100%;
}

.switch-faq {
    background: #0e5b98  url(../images/header-switch-faq.jpg) no-repeat center center;
    background-size: cover;
    padding: 0px 20px 40px 35px;
    width: 100%;
}

.sections_separator {
    border-bottom: 1px solid #eeeeee; 
    margin: 0px -55px 0px -55px!important;
}

.syringe-other-info-ground br {
    display: none;
}

/* Support - Switch Media - Final Page */

.syringe-other-info-ground {
    background: url(../images/syringefinal_bg.jpg) no-repeat;
    background-size: cover;
    margin-left: -55px;
    margin-right: -55px;
    min-height: 340px;
}

.switch-idsyringe-usa-header {
    background: #0e5b98  url(../images/header-idsyringe-usa.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.toggleAble {
    display: none;
}

#color_landing, #size_landing {
    display: block;
}

/* Support - LANDING */

.support-landing-header {
    background: #0e5b98  url(../images/support-header-landing.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 20px 35px;
}

.support-landing-switch-media {
    background: #0e5b98  url(../images/support-header-switch-media.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 35px 35px;
}

/* Support - Switch Media */

.namestyle {
    color: #444444; 
    font-size: 24px; 
    font-weight: 300; 
    text-align: center; 
    padding-top: -20px;
    margin-bottom: 0px;
}

.subnamestyle {
    color: #2ab4d6; 
    font-size: 17px; 
    font-weight: 400; 
    text-align: center;
}

.subnamestylesmall {
    color: #a8a8a8; 
    font-size: 14px; 
    font-weight: 400; 
    text-align: center;
    margin-top: 0px;
}

.subnamestylegray {
    color: #b7b7b7; 
    font-size: 18px; 
    font-weight: 500; 
    text-align: center;
}

.nt-dblue-text {
    color: #2ab4d6;
}

/* RESPONSIVE QUERIES */

@media (min-width: 1380px) and (max-width: 1479px) {
    .homepage-grid {
        margin-top: 150px;
    }
}

@media (min-width: 1480px) and (max-width: 1579px) {
    .homepage-grid {
        margin-top: 250px;
    }
}

@media (min-width: 1580px) and (max-width: 1679px) {
    .homepage-grid {
        margin-top: 350px;
    }
}

@media (min-width: 1680px) and (max-width: 1979px) {
    .homepage-grid {
        margin-top: 450px;
    }
}

@media (min-width: 1980px) and (max-width: 2279px) {
    .homepage-grid {
        margin-top: 600px;
    }
}

@media (min-width: 2280px) {
    .homepage-grid {
        margin-top: 700px;
    }
}

@media(min-width:1200px){
    .tipslist-item {
        width: 12.5%;
    }

    .ct_plus_btn.btn_1 {
        bottom: 4%;
        right: 14%;
    }

    .ct_plus_btn.btn_2 {
        top: 40%;
        right: 31%;
    }

    .ct_plus_btn.btn_3 {
        top: 38%;
        left: 23%;
    }

    .ct_plus_btn.btn_4 {
        top: 31%; 
        left: 17%;
    }

    .ct_plus_btn.btn_5 {
        bottom: 0%;
        right: 18%;
    }

    .ct_plus_btn.btn_6 {
        top: 43%;
        right: 26%;
    }

    .ct_plus_btn.btn_7 {
        top: 43%;
        left: 25%;
    }

    .ct_plus_btn.btn_8 {
        top: 34%;
        left: 19%;
    }

    .ct_plus_btn.btn_9 {
        bottom: 0;
        right: 16%;
    }

    .ct_plus_btn.btn_10 {
        top: 38%;
        right: 36%;
    }

    .ct_plus_btn.btn_11 {
        bottom: 6%;
        left: 22%;
    }

    .ct_plus_btn.btn_12 {
        bottom: 9%;
        left: 15%;
    }

    .ct_plus_btn.btn_13 {
        bottom: 0%;
        right: 28%;
    }

    .ct_plus_btn.btn_14 {
        top: 54%;
        right: 41%;
    }

    .ct_plus_btn.btn_15 {
        bottom: 21%;
        left: 35%;
    }

    .ct_plus_btn.btn_16 {
        top: 39%;
        left: 26%;
    }

    .ct_plus_btn.btn_17 {
        bottom: 8%;
        right: 30%;
    }

    .ct_plus_btn.btn_18 {
        bottom: 16%;
        right: 37%;
    }

    .ct_plus_btn.btn_19 {
        top: 52%;
        left: 37%;
    }

    .ct_plus_btn.btn_20 {
        top: 52%;
        left: 30%;
    }

    .ct_plus_btn.btn_21 {
        bottom: 2%;
        right: 25%;
    }

    .ct_plus_btn.btn_22 {
        top: 43%;
        right: 31%;
    }

    .ct_plus_btn.btn_23 {
        top: 41%;
        left: 30%;
    }

    .ct_plus_btn.btn_24 {
        top: 36%;
        left: 21%;
    }

    .ct_plus_btn.btn_25 {
        bottom: 0%;
        right: 20%;
    }

    .ct_plus_btn.btn_26 {
        top: 43%;
        right: 39%;
    }

    .ct_plus_btn.btn_27 {
        top: 41%;
        left: 25%;
    }

    .ct_plus_btn.btn_28 {
        top: 33%;
        left: 18%;
    }

    .ct_plus_btn.btn_29 {
        bottom: 0%;
        right: 13%;
    }

    .ct_plus_btn.btn_30 {
        top: 41%;
        right: 27%;
    }

    .ct_plus_btn.btn_31 {
        top: 40%;
        left: 22%;
    }

    .ct_plus_btn.btn_32 {
        top: 33%;
        left: 15%;
    }

    .ct_plus_btn.btn_33 {
        bottom: 0%;
        right: 24%;
    }

    .ct_plus_btn.btn_34 {
        top: 47%;
        right: 36%;
    }

    .ct_plus_btn.btn_35 {
        top: 45%;
        left: 28%;
    }

    .ct_plus_btn.btn_36 {
        top: 37%;
        left: 21%;
    }

    .ct_plus_btn.btn_37 {
        bottom: 0%;
        right: 27%;
    }

    .ct_plus_btn.btn_38 {
        top: 40%;
        right: 38%;
    }

    .ct_plus_btn.btn_39 {
        top: 41%;
        left: 31%;
    }

    .ct_plus_btn.btn_40 {
        top: 34%;
        left: 24%;
    }

}

@media(max-width:1199px){
    .tipslist-item {
        width: 25%;
    }

    .ct_plus_btn.btn_1 {
        bottom:5px; 
        right: 10px;
    }

    .ct_plus_btn.btn_2 {
        top:5px; 
        right: 30%;
    }

    .ct_plus_btn.btn_3 {
        top:20%; 
        left: 17%;
    }

    .ct_plus_btn.btn_4 {
        top:5px; 
        left: 5%;
    }

    .ct_plus_btn.btn_5 {
        bottom:5px; 
        right: 42px;
    }

    .ct_plus_btn.btn_6 {
        top:5px; 
        right: 30%;
    }

    .ct_plus_btn.btn_7 {
        top:20%; 
        left: 17%;
    }

    .ct_plus_btn.btn_8 {
        top:5px; 
        left: 8%;
    }

    .ct_plus_btn.btn_9 {
        bottom:0; 
        right: 2%;
    }

    .ct_plus_btn.btn_10 {
        top: 5%;
        right: 30%;
    }

    .ct_plus_btn.btn_11 {
        bottom: 17%;
        left: 11%;
    }

    .ct_plus_btn.btn_12 {
        bottom: 10%;
        left: 3%;
    }

    .ct_plus_btn.btn_13 {
        bottom: 7%;
        right: 19%; 
    } 

    .ct_plus_btn.btn_14 {
        top: 32%;
        right: 39%;
    }

    .ct_plus_btn.btn_15 {
        bottom: 28%;
        left: 27%;
    }

    .ct_plus_btn.btn_16 {
        top: 26%;
        left: 17%;
    }

    .ct_plus_btn.btn_17 {
        bottom: 24%;
        right: 22%;
    }

    .ct_plus_btn.btn_18 {
        bottom: 20%;
        right: 34%;
    }

    .ct_plus_btn.btn_19 {
        bottom: 6%;
        left: 32%;
    }

    .ct_plus_btn.btn_20 {
        top: 24%;
        left: 21%;
    }

    .ct_plus_btn.btn_21 {
        bottom: 12%;
        right: 5%;
    }

    .ct_plus_btn.btn_22 {
        top: 26%;
        right: 20%;
    }

    .ct_plus_btn.btn_23 {
        top: 13%;
        left: 15%;
    }

    .ct_plus_btn.btn_24 {
        top: 0%;
        left: 5%;
    }

    .ct_plus_btn.btn_25 {
        bottom: 21%;
        right: 5%;
    }

    .ct_plus_btn.btn_26 {
        top: 20%;
        right: 34%;
    }

    .ct_plus_btn.btn_27 {
        top: 16%;
        left: 15%;
    }

    .ct_plus_btn.btn_28 {
        top: 0%;
        left: 5%;
    }

    .ct_plus_btn.btn_29 {
        bottom: 8%;
        right: 5%;
    }

    .ct_plus_btn.btn_30 {
        top: 0%;
        right: 26%;
    }

    .ct_plus_btn.btn_31 {
        top: 16%;
        left: 15%;
    }

    .ct_plus_btn.btn_32 {
        top: 11%;
        left: 7%;
    }

    .ct_plus_btn.btn_33 {
        bottom: 12%;
        right: 6%;
    }

    .ct_plus_btn.btn_34 {
        top: 0%;
        right: 38%;
    }

    .ct_plus_btn.btn_35 {
        top: 24%;
        left: 19%;
    }

    .ct_plus_btn.btn_36 {
        top: 4%;
        left: 2%;
    }

}

@media (max-width: 767px) {
    .flexbend-view-video {
        min-height: 0px;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    .flexbend-video-text {
        padding-left: 22%;
    }
}

@media (min-width: 480px) and (max-width: 640px) {
    .flexbend-video-text {
        padding-left: 25%;
    }
}



@media (min-width: 415px) and (max-width: 480px) {
    .firstsetup {
        min-height: 250px;
    }

    .secondsetup {
        min-height: 220px;
    }

    .thirdsetup {
        min-height: 220px;
    }

    .fourthsetup {
        min-height: 220px;
    }

    .hpbend {
        min-height: 220px;
    }

}

@media (min-width: 481px) and (max-width: 570px) {
    .firstsetup {
        min-height: 270px;
    }

    .secondsetup {
        min-height: 270px;
    }

    .thirdsetup {
        min-height: 270px;
    }

    .fourthsetup {
        min-height: 270px;
    }

    .hpbend {
        min-height: 270px;
    }

}

@media (min-width: 481px) and (max-width: 634px) {
    .firstsetup {
        min-height: 300px;
    }

    .secondsetup {
        min-height: 300px;
    }

    .thirdsetup {
        min-height: 300px;
    }

    .fourthsetup {
        min-height: 300px;
    }

    .hpbend {
        min-height: 300px;
    }

}

@media (min-width: 635px) and (max-width: 767px) {
    .firstsetup {
        min-height: 350px;
    }

    .secondsetup {
        min-height: 350px;
    }

    .thirdsetup {
        min-height: 350px;
    }

    .fourthsetup {
        min-height: 350px;
    }

    .hpbend {
        min-height: 350px;
    }

}

@media (min-width: 769px) {
    .contact.jumbotron {
        background: #0e5b98 url(../images/nt_contact_header_2.png) no-repeat center right;
        /*-webkit-background-size: 100%;
                background-size: 100%;*/
    }

    footer .footer-column {
        width: 20%;
        text-align: left;
    }

}

@media (max-width: 992px) {

    .add-padding {
        padding-top: 10px;
    }

}

@media (min-width: 992px) {
    .colors .colors-header {
        background: #240741 url(../images/colors-header.png) no-repeat center right;
        -webkit-background-size: 50% 50%;
        background-size: 50%;
    }
    .testimonials .testimonials-header {
        background: #240741 url(../images/testimonials-main.jpg) no-repeat center right;
        -webkit-background-size: 52% 52%;
        background-size: 52%;
        height: 305px;

    }
    .difference .difference-header {
        background: #240741 url(../images/header-difference.png) no-repeat center right;
        background-size: 40%;
    }

    .testimonials .difference-flex-bend {
        background: #240741 url(../images/flexbend-background.png) no-repeat center right;
        background-size: 44%;
    }
    .switch .switch-header {
        background: #4e1c7d url(../images/movie.png) no-repeat center right 40px;
        background-size: contain;
    }

    .compare-header {
        background: #4e1c7d url(../images/compare/switch-main_03.png) no-repeat top 30px right 80px !important;
    }

    .switch .switch-header2 {
        background: #240741 url(../images/luzzani_id.jpg) no-repeat center right;
        height: 380px;
        background-size: 100%;
    }

    .packaging .packaging-header {
        background: #240741 url(../images/pckgs_tips_both.png) no-repeat bottom right;
        background-position-x: 90%;
        background-position-y: 45px;
    }

    .hptip .hptip-header {
        background: #240741 url(../images/hptip-header.png) no-repeat bottom right;
        background-size: contain;
    }

    .landing .landing-header {
        background: #240741 url(../images/landing-header.png) no-repeat bottom right;
        /*background-size: contain;*/
    }

    .sticket-header {
        background: #240741 url(../images/sticket-header.png) no-repeat center right;
        /*background-size: contain;*/
    }

    .features .features-header-1 {
        background: #0e5b98 url(../images/features-header.png) no-repeat bottom right;
    }

    .features .features-header-2 {
        background: #ffffff url(../images/six_air_channels.png) no-repeat bottom right;
    }

    .features .features-header-3 {
        background: #f7f7f7 url(../images/two_piece.png) no-repeat bottom right;
    }

    .features .features-header-4 {
        background: #ffffff url(../images/beveled_edges.png) no-repeat bottom right;
    }

    .features .features-header-5 {
        background: #f7f7f7 url(../images/oring_notch.png) no-repeat center right;
    }

    .features .features-header-6 {
        background: #ffffff url(../images/made_usa.png) no-repeat center right;
    }

    .features .features-header-7 {
        background: #f7f7f7 url(../images/vision_scope.png) no-repeat bottom right;
    }

    .support .support-landing-1 {
        background: #0e5b98 url(../images/support-header.png) no-repeat bottom right;
    }

    .kbase .kb-landing-1 {
        background: #0e5b98 url(../images/kb-header.png) no-repeat bottom right;
    }

    .switch .switch-header {
        background: #4e1c7d url(../images/movie.png) no-repeat center right 40px;
        background-size: contain;
    }

    .switch-benefits-1 {
        background: #240741 url(../images/benefits-header.png) no-repeat bottom right;
    }


    .xchange-header {
        background: #240741 url(../images/starzxchange.png) no-repeat center right;
    }

    .xchange-header-mts {
        background: #240741 url(../images/header-make-the-switch.jpg) no-repeat center right;
        min-height: 91px;
    }


    .storelanding-header {
        background: #562781 url(../images/storelanding-header.png) no-repeat top right;
    }

    .specials_div {
        background: #efefef url(../images/specials-bg.png) no-repeat center right;
    }




}


@media (min-width: 530px) and (max-width: 768px)  {
    .homepage-grid.grid-upper.row {
        margin-top: 130px!important;
    }
}

@media (max-width: 768px) {
    .grid-item-xs-half-height {
        float: right;
        height: 210px!important;
    }

    .mainmenu.navbar-collapse.collapse.in > .container {
        margin-left: -24vw;
        margin-right: -2.7vw;
        padding: 0;
        background: linear-gradient(to bottom, #1cbaff 0%,#02a0e5 100%);
    }

    .mainmenu.navbar-collapse.collapse.in {
        overflow-y: visible!important;
    }

    .navbar-nav {
        margin: 0;
        float: none;
        width: 100%;
        margin-top: 80px;
    }

    header .header-topbar {
        height: auto!important;
    }

    .navbar-default .navbar-nav>li>a {
        text-align: center;
        padding-left:0!important;
        padding-right: 0!important; 
    }

    .navbar-toggle.collapsed .icon-bar {
        background: #00b2ff!important
    }

    .cart_item a {
        width: 100%!important;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-nav>li.active a {
        background: #5e5e5e; /* Old browsers */
        background: -moz-linear-gradient(top, #5e5e5e 0%, #474747 53%, #212121 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(53%,#474747), color-stop(100%,#212121)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #5e5e5e 0%,#474747 53%,#212121 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #5e5e5e 0%,#474747 53%,#212121 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #5e5e5e 0%,#474747 53%,#212121 100%); /* IE10+ */
        background: linear-gradient(to bottom, #5e5e5e 0%,#474747 53%,#212121 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#212121',GradientType=0 );
        color: #ffffff!important;
    }

    .navbar-nav>li.active:after {
        background: none;
    }

    body {
        padding-right: 0px;
        padding-left: 0px;
    }

    .actual-footer.container > .row {
        margin: 0;
    }

    footer {
        text-align: center;
    }

    .footer-column-item > h3 {
        margin-top: 35px;
    }

    .box_2_3 {
        background: url(../images/readtestimonials_bg.png) no-repeat;
        background-size: cover;
    }

    .homepage-grid-item {
        padding: 47px 20px 47px 30px!important;
    }

    .homepage-grid-item .homepage-grid-item-meta {
        bottom: 20px;
    }

    .box_2_1 {
        background-size: contain;
    }

    .home_bottom {
        min-height: 250px!important;
    }


}
@media (min-width: 480px) {
    .compare-tips .compare-item {
        width: 33%;
    }
}
@media (min-width: 768px) {
    .compare-tips .compare-item {
        width: 25%;
    }
}
@media (min-width: 992px) {
    .compare-tips .compare-item {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .account-sidebar-menu {
        text-align: left;
    }
}

/* NEW RESPONSIVE QUERIES */

@media (max-width: 414px) {
    .navbar-header {
        text-align: center;
    }

    .header .header-topbar .navbar-brand {
        float: none;
        display: inline-block;
    }

    ul.topNavigation {
        text-align: center;
        padding-left: 0;
    }

    ul.topNavigation li {
        margin-left: 15px;
        margin-right: 15px;
    }

    ul.topNavigation li:after {
        right: -30px;
        top: 7px;
    }

    .header .header-topbar .navbar-toggle {
        float: none;
        position: absolute;
        top: -170px;
        right: 5px;
        margin-top: 0;
    }

    header .header-topbar .navbar-toggle.collapsed {
        top: -170px;
    }

    header .header-topbar .navbar-toggle .icon-bar {
        width: 25px;
        height: 3px;
        background: #000000!important;
    }

    header .header-topbar .navbar-toggle.collapsed .icon-bar {
        background: #00b2ff!important;
    }

    body {
        background: #ffffff;
    }

    body.cms-home-us {
        background: #ffffff url(../imgs/home_bg.jpg) no-repeat;
        background-position: top 150px center;
        background-attachment: scroll;
        -webkit-font-smoothing: antialiased;
        background-size: 100%;
    }

    #mainnav {
        margin-top: 0px;
        border: none;
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .navbar-nav>li, .navbar-nav>li:first-child {
        width: 100%;
    }

    .banner.jumbotron {
        padding: 0;
    }

    .banner-heading {
        font-size: 35px!important;
        margin-top: 170px;
    }

    .home_bottom img {
        width: 90%;
        position: absolute;
        bottom: -190px;
    }

    .home_bottom {
        min-height: 190px!important;
    }

    .homepage-grid {
        margin-left: -16px;
        margin-right: -15px;
    }

    .homepage-box.single-box, .homepage-box.double-box {
        width: 100%;
        padding-bottom: 122px;
    }

    .homepage-box {
        display: block;
    }

    .homepage-second-row {
        margin-top: 0;
    }

    .box_bg {
        display: none;
    }

    .homepage-second-row .double-box a.btn-transp-whitebrd {
        bottom: 50px;
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav.navbar-nav > li:hover > .dropdown_div {
        display: none;
    }

    ul.left_menu {
        padding: 40px 30px 30px 30px;
        text-align: center;
        margin-bottom: 0;
    }

    .page-top {
        display: none;
    }

    .breadcrumb li {
        padding: 8px 10px;
    }

    h1 {
        font-size: 26px!important;
    }

    .tips-header {
        background: #0e5b98;
    }

    .landing-box {
        display: block;
        width: 100%;
    }

    .landing-box:first-child {
        border: none;
    }

    .page-wrap {
        border: none;
    }

    .container.main_container {
        padding: 0;
    }

    .leftbordereee {
        border: none;
    }

    .container .jumbotron {
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .landing-row {
        margin-left: -16px!important;
        margin-right: -14px;
    }

    .compare-table, .compare-table tbody, .compare-table tr, .compare-table td {
        display: block;
    }

    .compare-table td {
        width: 100%;
    }

    .container_large_padding {
        padding: 0;
    }

    .compare-table tr {
        border: 0;
    }

    .answer-row img {
        max-width: 100%;
    }

    .ct-header-features, .tips-shapes, .tips-colors, .ct-header-packaging,
    .ct-header-difference, .tips-testimonials, .switch-landing-header,
    .switch-compare-header, .switch-header-da, .switch-kdiff-header,
    .switch-maketheswitch-header, .request-adapter-header, .request-sample-header,
    .switch-exchange, .switch-top10-header, .benefits-header, .switch-commoncomplaints,
    .switch-faq, .syringeid-header, .syringeid-usa-header, .switch-idsyringe-usa-header,
    .contact-header, .support-landing-header, .support-landing-switch-media,
    .support-ticket, .register-professional-bg, .register-affiliate-bg,
    .register-technician-bg, .register-distributor-bg, .register-distributorrep-bg {
        background: #0e5b98;
        padding: 20px;
    }

    .container_large_padding > .row {
        margin: 0;
    }

    .shapes_holder {
        min-height: 300px;
    }

    .cms-crystal-tip-shapes footer, .cms-crystal-tip-colorful-line footer,
    .cms-crystal-tip-differences footer {
        margin-top: 0;
    }

    .color_container {
        min-height: 650px;
        margin-right: -15px;
    }

    .pckg_row > div:last-of-type {
        padding-left: 15px; 
    }

    .pckg_row > div:first-of-type {
        padding-right: 15px;
    }

    .cms-crystal-tip-differences .switch.compare > .row > .col-xs-12 {
        padding: 0;
    }

    .boxleft, .boxright {
        margin-left: 0;
        margin-right: 0;
        border: none;
        box-shadow: none;
    }

    .cms-crystal-tip-differences .switch.compare > .row > .col-xs-12:last-child > .boxright:last-child {
        margin-bottom: 0!important;
    }

    .testimonial_page .col-xs-12 {
        padding-left: 30px;
    }

    .xs-left-border {
        border-left: 1px solid #eee;
    }

    .div-as-full-width-table .table-cell {
        display: block;
        width: 100%;
    }

    .div-as-full-width-table > .table-row:first-child > .table-cell:first-child {
        border-bottom: 1px solid #eee;
    }

    .slanding_banner .btn {
        margin-left: 40px;

    }

    .slanding_banner > .row > div {
        float: left;
        display: block;
    }

    .slanding_banner > .row > div:first-child {
        padding-left: 60px;
        padding-right: 0px;
    }

    .slanding_banner img {
        left: 20px;
        top: 0px;
        width: 30px;
    }

    .cms-switch .switch.compare > .row > .container_large_padding > .row > .col-xs-12 {
        padding-left: 30px;
    }

    .compare-tips.row {
        margin-right: -15px;
    }

    .adapter_info_div {
        left: 30%;
        left: calc(50% - 80px);
        top: 120px;
    }

    .compare_sanitip_main > .row > .col-xs-12,
    .compare_sealtight_main > .row > .col-xs-12,
    .compare_safetip_main > .row > .col-xs-12,
    .compare_riskontrol_main > .row > .col-xs-12,
    .compare_protip_main > .row > .col-xs-12,
    .compare_metaltip_main > .row > .col-xs-12,
    .compare_spree_main > .row > .col-xs-12,
    .compare_flashtips_main > .row > .col-xs-12,
    .compare_othertips_main > .row > .col-xs-12 {
        padding-left: 30px;
    }

    .compare_sanitip_main, .compare_sealtight_main, .compare_safetip_main,
    .compare_riskontrol_main, .compare_protip_main, .compare_metaltip_main,
    .compare_spree_main, .compare_flashtips_main, .compare_othertips_main {
        background: #fff;
    }

    .compare_list_main {
        margin-top: 60px; 
    }

    .compare-item-table .col-xs-12 {
        padding-left: 30px;
    }

    .compare-item-table .col-xs-12 h2 {
        text-align: center;
    }

    .compare-item-table table tbody tr td:first-child {
        font-size: 13px;
        max-width: 150px;
    }

    .compare-item-table table thead tr th { 
        font-size: 16px;
    }

    .container_large_padding.pros_cons .row > .col-xs-12 {
        padding-left: 30px;
    }

    .copyright_row {
        margin: 0!important;
    }

    .switch-header-da .testimonials-header-content {
        margin: 0!important;
    }

    .switch-header-da-4 .testimonials-header-content {
        margin: 0!important;
    }

    .works-background {
        padding-top: 1px;
    }

    .row.rowExceeding {
        margin: 0!important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .nonusaman {
        padding-left: 30px;
    }

    .nonusaman .btn-white {
        margin-right: 0!important;
    }

    #reqadapters_form {
        padding-left: 15px;
        padding-right: 15px;
    }

    #reqadapters_form .row.rowExceeding, .requestSampleForm .row.rowExceeding {
        margin-left: -15px!important;
        margin-right: -15px!important;
        padding: 0;
    }

    .col-sm-9.leftbordereee #reqadapters_form .heading_row, .col-sm-9.leftbordereee .requestSampleForm .heading_row {
        margin-top: 0;
    }

    .container_large_padding.small_padding {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .requestSampleForm .btn-long {
        min-width: 0;
    }

    .cms-switch-exchange .container_large_padding {
        padding-left: 15px;
    }

    .exchange-steps li {
        margin-right: -15px;
    }

    .tcol > div {
        bottom: -40px!important;
    }

    .tcolpar {
        margin-bottom: 45px;
    }

    .cms-switch-exchange .row.rowExceeding {
        padding: 0!important;
        margin-left: -15px!important;
        margin-right: -15px!important;
    }

    .cms-switch-benefits .col-sm-6.benefitscol {
        min-height: 0;
    }

    #terms_accordion {
        margin-left: 0;
        margin-right: -15px;
    }

    #terms_accordion h3 {
        padding: 40px 30px 40px 44px;
    }

    #terms_accordion h3:before {
        left: 20px;
    }

    #terms_accordion > .acc_tab > div {
        padding: 0 30px 40px 44px;
    }

    .selectCountryRow .col-sm-6 {
        float: left;
        display: block;
    }

    .selectCountryRow .col-sm-6:first-child { 
        margin-bottom: 30px;
    }

    .cms-switch-syringeid .container_large_padding > .row {
        margin-left: 0!important;
    }

    .cms-switch-syringeid-usa .container_large_padding, .cms-switch-syringeid-usa-flashtips .container_large_padding,
    .cms-switch-syringeid-usa-sani-tip .container_large_padding, .cms-switch-syringeid-usa-seal-tight .container_large_padding,
    .cms-switch-syringeid-usa-safe-tip-ez .container_large_padding, .cms-switch-syringeid-usa-riskontrol .container_large_padding,
    .cms-switch-syringeid-usa-pro-tip .container_large_padding, .cms-switch-syringeid-usa-metal-tip .container_large_padding,
    .cms-switch-syringeid-usa-spree .container_large_padding, .cms-switch-syringeid-usa-other-tips .container_large_padding {
        padding: 15px;
    }

    #select-flashtips {
        background: url(../imgs/id_flashtips.jpg) no-repeat left -40px bottom;
        background-size: 100%;
    }

    #select-sanitip {
        background: url(../imgs/id_sanitip.jpg) no-repeat left bottom;
        background-size: 100%;
    }

    #select-sealtight {
        background: url(../imgs/id_sealtight.jpg) no-repeat left -40px bottom;
        background-size: 100%;
    }

    #select-safetip {
        background: url(../imgs/id_safetip.jpg) no-repeat left -20px bottom;
        background-size: 100%;
    }

    #select-riskontrol {
        background: url(../imgs/id_riskontrol.jpg) no-repeat left -10px bottom;
        background-size: 100%;
    }

    #select-protip {
        background: url(../imgs/id_protip.jpg) no-repeat left -10px bottom;
        background-size: 100%;
    }

    #select-metaltip {
        background: url(../imgs/id_metal.jpg) no-repeat left -10px bottom;
        background-size: 100%;
    }

    #select-spree {
        background: url(../imgs/id_spree.jpg) no-repeat left -30px bottom;
        background-size: 100%;
    }

    #select-othertips {
        background: url(../imgs/id_othertips.jpg) no-repeat left -30px bottom;
        background-size: 100%;
    }

    .tip-item .btn {
        right: 15px;
    }

    .copyright_row .col-xs-12 {
        padding: 15px!important;
    }

    p.id-ur-syringe {
        display: none;
    }

    .syridusa_content.container_large_padding > .row {
        margin: 0!important;
    }

    .syridusa_content .col-sm-4.text-right {
        text-align: center;
    }

    .syridusa_content .col-sm-4.text-right p {
        padding-top: 50px!important;
    }

    .syridusa_content #nt_btn {
        margin-left: 0!important;
        margin-top: 10px;
    }

    .syridusa_content #orig_btn {
        margin-right: 0!important;
    }

    .sections_separator {
        margin: 0 -20px 0 -20px!important;
    }

    .syringe-other-info-ground.adec-style {
        margin-left: -20px;
        margin-right: -20px;
    }

    .syringe-other-info-ground {
        margin-left: 0px;
        margin-right: 0px;
    }

    .syringe-other-info-ground > .row {
        margin: 0!important;
    }

    .syringe-other-info-ground .btn-blue {
        margin-right: 0!important;
        margin-bottom: 10px;
    }

    .syringe-other-info-ground .btn-white {
        margin-left: 0!important;
    }

    .syringe-other-info-ground br {
        display: block;
    }

    .syridusa_content .playVideo {
        margin-bottom: 20px;
    }

    .cms-switch-syringeid-foreign-colors .container_large_padding {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .item-adec {
        background: url(../images/crystaltip-adec.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-adec_old {
        background: url(../images/crystaltip-adec-old.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-dci {
        background: url(../images/crystaltip-dci.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-faro-syr {
        background: url(../images/crystaltip-faro-syr.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-faro-sm03 {
        background: url(../images/crystaltip-faro-sm03.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-kavo-estetica {
        background: url(../images/crystaltip-kavo-estetica.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-kavo-k4 {
        background: url(../images/crystaltip-kavo-k4.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-kavo-1056s {
        background: url(../images/crystaltip-kavo-1056s.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-kavo-1056 {
        background: url(../images/crystaltip-kavo-1056.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-kavo-systematica-wlight {
        background: url(../images/crystaltip-kavo-systematica-wlight.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-kavo-systematica {
        background: url(../images/crystaltip-kavo-systematica.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }	

    .item-kavo-6f {
        background: url(../images/crystaltip-kavo-6f.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-luzzani-minibright {
        background: url(../images/crystaltip-luzzani-minibright.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-luzzani-minilight {
        background: url(../images/crystaltip-luzzani-minilight.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-luzzani-minimate {
        background: url(../images/crystaltip-luzzani-minimate.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-luzzani-minimatic {
        background: url(../images/crystaltip-luzzani-minimatic.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-luzzani-miniassistant {
        background: url(../images/crystaltip-luzzani-miniassistant.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-morita-ws10 {
        background: url(../images/crystaltip-morita-ws10.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-morita-ws12 {
        background: url(../images/crystaltip-morita-ws12.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-morita-ws66 {
        background: url(../images/crystaltip-morita-ws66.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-morita-ws97 {
        background: url(../images/crystaltip-morita-ws97.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-osada-msf {
        background: url(../images/crystaltip-osada-msf.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-ritter-topjet {
        background: url(../images/crystaltip-ritter-topjet.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-sirona-sprayvit-c8 {
        background: url(../images/crystaltip-sirona-c8.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-sirona-sprayvit-teneo {
        background: url(../images/crystaltip-sirona-teneo.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-sirona-sprayvit-4000 {
        background: url(../images/crystaltip-sirona-4000.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-takara-belmont {
        background: url(../images/crystaltip-takara-belmont.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-unic-heka-continental {
        background: url(../images/crystaltip-unic-heka-continental.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-unic-heka {
        background: url(../images/crystaltip-unic-heka.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }

    .item-yoshida-3st {
        background: url(../images/crystaltip-yoshida-3st.jpg) no-repeat center top;
        background-size: calc(100% - 30px);
    }
    
    .cms-switch-syringeid-foreign-colors .syringelist-item, .cms-switch-syringeid-foreign-size .syringelist-item {
        height: 377px;
    }
    
    .cms-switch-syringeid-foreign-size .container_large_padding {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    
    .rule_instructions img {
        margin: 20px auto;
    }
    
    .contact-section .contact-form {
        margin-left: -15px;
        margin-right: -15px;
        border-left: 0;
    }
    
    .row.region_row .col-sm-6 {
        margin-bottom: 30px;
    }
    
    .mrgtop50.region_row {
        margin-top: 0!important;
    }
    
    .contacts-index-index .btn-long {
        width: 100%;
        min-width: 0;
    }
    
    .contacts-index-index .container_large_padding,
    .cms-support-service-ticket .container_large_padding {
        padding-left: 15px!important;
    }
    
    .cms-support-service-ticket .container_large_padding {
        padding-right: 15px!important;
    }
    
    .contacts-index-index .container_large_padding .row.rowExceeding {
        margin-left: -15px!important;
        
    }
    
    .navbar-nav>li:last-child.active {
        width: 100%!important;
    }
    
    .customer-account-login .myaccount-content > .row {
        margin-left: -15px!important;
        margin-right: -15px!important;
    }
    
    .customer-account-login .reg_section {
        padding-top: 60px;
    }
    
    .customer-account-login .reg_section > .padding30 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .reg_section img {
        top: 30px;
        left: 15px;
    }
    
    .reg_section input[type=submit] {
        float: none;
    }
    
    #login-form .checkbox_holder {
        padding-left: 0;
        float: none;
    }
    
    #login-form input[type=checkbox] {
        margin-left: 0;
    }
    
    .reg_section .forgotPasswordLink {
        left: 15px;
        bottom: 25px;
    }
    
    .customer-account-login .register-section {
        padding-right:15px!important;
    }
    
    .customer-account-login .register-section > .padding30 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .customer-account-login footer, .customer-account-create footer {
        margin-top: 0;
    }
    
    .customer-account-create > .container {
        padding: 0;
        margin-top: 30px;
    }
    
    .register-col {
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 40px;
        text-align: center;
    }
    
    .register-col img {
        width: 80%;
    }
    
    .role-name {
        margin-bottom: -30px;
    }
    
    .registration-form > .row {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    
    .registration-form > .row > .col-xs-12 > .row.mrg0 {
        margin-left: -15px!important;
        margin-right: -15px!important;
    }
    
    .credentials-section > .col-xs-12 {
        padding: 30px 15px!important;
    }
}


#checkout-step-payment .radio{
    display: inline;
    min-height: auto;
    
}


ul.messages{
    padding: 0;
    list-style: none;
}

ul.messages ul{
    padding: 0;
    list-style: none;
}

.product-options-bottom .price-box{
    display: none;
}