/*======================= TYPOGRAPHY =======================*/

body {
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #9b9b9b;
    min-height: 100%;
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

a,
button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

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

.alert-heading {
    color: inherit;
}

body .btn-default {
    border-color: #d7d7d7;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

body .btn-default:after {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-left: 10px;
}

body .btn-warning {
    border-color: #eabfbf;
    background: #fff;
    color: #555;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

body .btn-warning:after {
    font-family: 'FontAwesome';
    content: '\f00d';
    margin-left: 10px;
    color: #eabfbf;
}

body .btn-warning:hover, body .btn-warning:focus, body .btn-warning:active {
    border: 1px solid #eab5b5;
    background: #eabfbf;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    outline: none;
}

body .btn-warning:hover:after, body .btn-warning:focus:after, body .btn-warning:active:after {
    color: #fff;
}

body .btn-success {
    border-color: #37bed6;
    color: #37bed6;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    background: none;
}

body .btn-success:after {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-left: 10px;
}

body .btn-success:hover, body .btn-success:focus, body .btn-success:active {
    background: rgba(55, 190, 214, 0.2);
    color: #37bed6;
    border: 1px solid #37bed6;
}

body .btn-primary:hover {
    background: rgba(55, 190, 214, 0.2);
    color: #37bed6;
    border: 1px solid #37bed6;
}

body .btn-primary {
    color: #37bed6;
    background-color: #fff;
    border-color: #37bed6;
}

body .btn-primary:hover {
    color: #fff;
    background: #37bed6;
    border: 1px solid #37bed6;
}

body .btn-default:hover {
    border: 1px solid #d7d7d7;
}

p {
    margin: 0;
    padding-bottom: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

body h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #000000;
    display: block;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
    margin-top: 0;
}

body.home h1 {
    margin-top: 20px;
}

body h1:after {
    border-bottom: 3px solid #1dddf7;
    border-radius: 3px;
    border-top: 3px solid #1dddf7;
    bottom: 0;
    width: 92px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -46px;
    content: "";
}

h2 {
    font-size: 18px;
    color: #73879C;
    position: relative;
}

#showcase-row h3 {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

h2.moduleTitle.bordered {
    padding-bottom: 40px;
}

h2.moduleTitle.bordered:after {
    border-bottom: 3px solid #1dddf7;
    border-radius: 3px;
    border-top: 3px solid #1dddf7;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -46px;
    position: absolute;
    width: 92px;
}

h3.moduleTitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

h2.moduleTitle {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

.icons-marker {
    font-size: 15.6px;
    line-height: 24px;
}

img {
    max-width: 100%;
}


/* clear fix'es*/

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}


/*Lists*/

ul {
    margin: 0;
}

li {
    list-style-type: none;
}


/** logo **/

#logo a {
    display: block;
    padding: 15px 0 14px;
}


/** layout **/

.home #header-row {
    background: rgba(38, 39, 41, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#header-row {
    background: rgba(38, 39, 41, 1);
}

.home #navigation-row {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: none;
}

#showcase-row p {
    color: #fff;
    padding: 0 25px 25px 25px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

#showcase-row form {
    margin-top: 40px;
}

#navigation-row {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    z-index: 999 !important;
}

#showcase-row {
    z-index: 1;
}

#showcase-row .carousel {
    top: -20px;
}

#showcase-row .container-fluid,
#showcase-row .container-fluid .moduletable {
    padding: 0 !important;
}

#showcase-row .container-fluid .row {
    margin: 0 !important;
}

#showcase-row .carousel-inner .item {
    position: relative;
}

#showcase-row .carousel-caption {
    top: 184px;
    bottom: 82px;
    z-index: 200;
}

#showcase-row .slide-fade {
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#showcase-row .carousel-caption .btn, #searchForm .form-group .btn, #search-in-cat .form-group .btn {
    margin-left: -50px;
    font-size: 24px;
    background: none;
    border: none;
    color: #1dddf7;
    opacity: 0.6;
}

#showcase-row .carousel-caption .btn:hover {
    opacity: 1;
}

#showcase-row .carousel-inner .item{
    height: 670px;
}

#showcase-row .form-control, #searchForm  .form-group .form-control, #search-in-cat .form-control {
    color: #fff;
    font-size: 22px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    width: 600px;
    height: 50px;  
    margin: 0 auto;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    padding: 6px 60px 6px 12px;
    border-color: #1dddf7;
}

#search-in-cat .form-control{
    color: #333;
}

#searchForm .form-group .form-control {
    color: #333;
}

#search-row{
    margin-top: 25px;
}

#showcase-row .form-control::-webkit-input-placeholder {
   color: #fff;
}

#showcase-row .form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}

#showcase-row .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

#showcase-row .form-control:-ms-input-placeholder {  
   color: #fff; 
}

#searchForm #toolbar {
    margin: 40px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1dddf7;
}

#searchForm #toolbar span {
    font-size: 16px;
    line-height: 30px;
}


/*side menu*/

.sidebar{
    position: fixed;
    top: 0;
    right: -330px;
    width: 330px;
    z-index: 999;
    background: #262729;
    height: 100%;
    transition: all 0.3s ease 0s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.sidebar-opened .sidebar {
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.5);
    right: 0;
}

.sidebar-opened .body-fade {
    display: block;
}

.body-fade {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.sidebar .close-sidebar i {
    cursor: pointer;
    padding: 18px 30px;;
}

.sidebar .close-sidebar {
    background: #24cbe1;
    color: #fff;
    z-index: 999;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 18px;
    line-height: 32px;
    
}

.sidebar .menu li{
   
     border-bottom: 1px solid #353434;
}

.sidebar .menu li a{
    font-size: 16px;
    color: #aaa;
    padding: 15px 0 15px 18px;
    display: block;
    /*margin: 15px 0 15px 18px;*/
   
}

.sidebar .menu li a:hover{
    text-decoration: none;
    color: #cdcdcd;
    
}

/** menu **/

 #menu-togler{
    display: none;
}

 #menu-togler i {
    font-size: 30px;
    color: #d0d0d0;
    cursor: pointer;
    padding: 12px 15px;
}

#navigation-row .menu {
    display: block;
    margin: 0;
}

#navigation-row .menu > li {
    display: inline-block;
    margin: 21px 0 23px;
}

#navigation-row .menu a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000000;
    padding-bottom: 9px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#navigation-row .menu a:focus {
	text-decoration: none;
}

#navigation-row.fixed-menu {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1);
}

#navigation-row.fixed-menu .menu > li {
    margin: 10px 0 10px 40px;
}

#navigation-row.fixed-menu .menu > li:first-child {
    margin-left: 0;
}

#navigation-row .menu > li {
    margin-right: 40px;
}

#navigation-row .menu > li:last-child {
    margin-right: 0;
}

#navigation-row .menu a:hover {
    text-decoration: none;
    border-bottom: 2px solid #23def7;
    cursor: pointer;
}

.home #component {
    margin-top: 20px;
}

#content-row {
    padding-bottom: 75px;
}

#mainbottom-row {
    background: #f7f7f7;
    padding: 30px 0
}

#prefooter-row {
    background: #f7f7f7;
    padding: 30px 0
}

#bottom-row {
    padding: 30px 0 70px;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}

.sitewide_text{
    margin-top: 50px;
    margin-bottom: 35px;
}
#footer-block-row {
    background: #1a1c28;
    padding: 80px 0;
}

#copyright-row {
    background: #232637;
}

.vcenter{
    display: inline-block;
    vertical-align: middle;
    float: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/**slider **/

.iview-caption .caption-contain {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #bec1c5;
    padding: 30px;
    text-align: center;
}

.iview-caption .caption-contain h3 {
    color: #fff;
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.iview-caption .caption-contain h3:after {
    border-bottom: 7px solid #1dddf7;
    width: 92px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -46px;
    content: "";
}

.iview-caption .caption-contain .intro p {
    color: #d2d6d9;
    padding-top: 0;
    padding-bottom: 25px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

body h1 {
    margin-top: 32px;
}

.cats-grid .itemListCategory {
    margin-bottom: 30px;
}

.cats-grid  .subCategoryContainer {
    margin-bottom: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.home .cats-grid .itemListCategory {
    margin-bottom: 95px;
}

.cats-grid .subCategoryContainer .subCategory .subCategoryImage {
    overflow: hidden;
    display: block;
    position: relative;
}

.cats-grid .subCategoryContainer .subCategory .subCategoryImage:after {
    position: absolute;
    width: 200%;
    height: 200%;
    bottom: -100%;
    left: -100%;
    content: '';
    background-color: #1dddf7;
    background-image: repeating-linear-gradient(42deg, transparent, transparent 580px, rgba(208, 208, 208, 1) 582px, rgba(208, 208, 208, 1) 1000px);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cats-grid .subCategoryContainer .subCategory .subCategoryImage * {
    z-index: 10;
}

.cats-grid .subCategoryContainer .subCategory .subCategoryImage:hover:after {
    left: 0;
    bottom: 0;
}

.cats-grid .subCategoryContainer .subCategory .subCategoryImage:hover .image_round {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.cats-grid .subCategoryContainer .subCategory .subCategoryImage:hover {
    color: #333;
}

.cats-grid.home .subCategoryContainer .subCategory, .cats-grid.home .subCategoryContainer .subCategory a.subCategoryImage  {
    height: 310px;
	border-radius: 4px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

a.subCategoryImage:hover {
    text-decoration: none;
}

a.subCategoryImage {
    color: #666;
    padding: 40px 30px 30px 30px;
}

.subCategoryImage img {
    width: 80px;
    padding: 20px 0;
}

.image_round {
    background-color: #f1f1f1;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wraper_box {
    display: block;
    text-align: center;
}

.image_vertical_align {}

a .fly-block {
    background-color: #DDD;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fly-block-top {
    padding: 15px 15px 0;
    opacity: 0;
    color: #fff;
}

.fly-block-bottom {
    padding: 0 15px 15px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: table-row;
    vertical-align: middle;
}

a:hover .fly-block-bottom {
    opacity: 1;
}

a:hover .fly-block {
    background: rgba(0, 0, 0, 0.5);
}

.fly-block-bottom .devices {
    display: table-cell;
    font-size: 20px;
    line-height: 35px;
}

.fly-block-bottom .devices span {
    font-size: 24px;
    margin-left: 10px;
}

a .fly-block-top {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: scale(0.95);
}

a:hover .fly-block-top {
    transform: scale(1);
    opacity: 1;
}

a .fly-block-top h2 {
    font-size: 20px;
}

a .fly-block-top p {
    font-size: 13px;
}

.subCategory-info-block {
    border: none;
    display: block;
    padding: 25px 10px 35px;
    text-align: center;
    color: #2c3f4c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    background: rgba(208, 208, 208, 1);
}

.subCategory-info-block .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.subCategory-info-block .overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -60px;
    left: 0;
    content: '';
    background-color: #1dddf7;
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.subCategory-info-block:hover {
    background: rgba(208, 208, 208, 1);
}

.subCategory-info-block:hover .overlay {
    bottom: 0;
}

.subCategory-info-block:hover .overlay:after {
    top: 0;
}

.subCategory-info-block:hover h2 {
    color: #fff;
}

.subCategory-info-block .info-block-inner {
    z-index: 100;
    position: relative;
}

a.subCategory-info-block:hover,
a.subCategory-info-block:active,
a.subCategory-info-block:focus {
    border: none;
    background: #f6f6f6;
    outline: none;
    text-decoration: none;
}

.info-block-top h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 120%;
    height: 60px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.info-block-top h4 {
    margin-top: 0;
    padding-top: 0;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 120%;
    height: 60px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.info-block-bottom {
    /*text-align: left;
    vertical-align: middle;
    display: block;*/
}

.info-block-bottom {
    position: absolute;
    bottom: 15px;
    left: 26px;
    width: 80%;
    z-index: 5;
    color: #2c3f4c;
}

.info-block-bottom .devices {
   /* float: left;
    line-height: 20px;*/
    font-family: "Montserrat", sans-serif;
}

.bubble {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #1dddf7;
    float: left;
}

/** k2 content module - Default */

.mod-itemsblock {
    margin-top: 65px;
}

.mod-itemsblock .item-image {
    text-align: center;
}

.mod-itemsblock .item-title {
    text-align: center;
}

.mod-itemsblock .item-title, .mod-itemsblock .item-title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 60px;
}

.mod-itemsblock .item-title a:hover {
    text-decoration: none;
    color: #6c6c6c;
}

.mod-itemsblock .moduleItemIntrotext p,
.mod-itemsblock .moduleItemIntrotext {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #6c6c6c;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}

.mod-itemsblock .readmore-block {
    text-align: center;
}

a.readmore-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #666666;
    border: 1px solid #dadada;
    padding: 10px 10px 10px 22px;
    display: inline-block;
}

a.readmore-link:hover {
    text-decoration: none;
    color: #000;
    border-color: #1dddf7;
}

a.readmore-link:after {
    font-family: 'FontAwesome';
    content: "\f105";
    padding-left: 5px;
}

.box {
    padding: 0px 0px 13px 0;
    margin: 0px;
}

.box h2 {
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-top: 22px;
    outline: none;
}

.box p {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 54px;
}

.subCategory {
    background-color: #fff;
    border: solid 1px #f1f1f1;
    position: relative;
}


/** Top devices **/

.devices {
    line-height: 20px;
    font-size: 14px;
}

.diveces_box {
    position: absolute;
    bottom: 20px;
    left: 24px;
    width: 80%;
    z-index: 5;
    color: #666;
}


/** testimonials **/

.mod-testimonials .row .inner {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 25px;
    border-radius: 3px;
}

.mod-testimonials .item-image {
    text-align: left;
}

.mod-testimonials .item-image img {
    border-radius: 3px;
}

.mod-testimonials.mod-itemsblock .item-title a {
    line-height: 24px;
}

.mod-testimonials.mod-itemsblock .item-title {
    text-align: left;
}

.mod-testimonials.mod-itemsblock .moduleItemIntrotext p,
.mod-testimonials.mod-itemsblock .moduleItemIntrotext {
    text-align: left;
}

/** item page **/
.itemBody .itemImageBlock {
    
   margin-bottom: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    text-align: right;
}

.itemBody .manufacturer_img{
    float: right;
    margin: 0 0 20px 20px;
    padding: 15px;
}

.itemBody h3{
    font-size: 20px;
}

.itemBody .itemImageBlock img {
    border-radius: 2px;
   /* margin: 15px 20px;*/
    
}

.product_description_h3{
    margin-top: 0;
    padding-top: 0;
}

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

.float-left{
    float: left;
}

#related-items-row h2,
#product-countries h2{
    font-size: 20px;
    text-transform: uppercase;
}

.country-tab {
    display: inline-block;
    border: 1px solid #ddd;
    background: #f1f1f1;
    padding: 8px;
    margin: 0 5px 5px 0;
}

.itemExtraFieldsLabel{
    background-color: #f1f1f1;
}

.tagged-items{
    margin-top: 30px;
}

.itemTagsBlock{
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
}

.itemTagsBlockTitle{
    margin-bottom: 10px;
    font-size: 20px;
}

.item-tag{
    display: inline-block;
}

.item-tag .btn-item-tag{
    padding: 4px 6px;
    font-size: 11px;
    border: 1px solid #ddd;
    color: #606060;
    margin-right: 5px;
}

.item-tag .btn-item-tag:hover{
    background-color: #f1f1f1;
    
}

.attachments_row .itemAttachmentsBlock{
   border-top:  1px solid #d3d3d3;
   padding-top: 25px;
}

.attachments_row .download_element{
    display: inline-block;
    margin-right: 5px;
    background: rgba(237, 239, 240, 0.3);
    padding: 10px 15px;
    border: 1px solid #edeff0;
    
}

.download_element i{
    margin-right: 2px;
    color: #37bed6;
    font-size: 18px;
}

.download_element a{

    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.download_element a:hover{
    text-decoration: none;
    
}

.itemFullText p {
    padding: 0 0 5px;
}

.itemVideoBlock .avPlayerWrapper.avVideo{
    margin-bottom: 10px;
}

.item-manufacturer-block {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    display: block;
}

.item-manufacturer-block span {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.manufacturer-items h2 {
    text-align: center;
}

.moduleTitle.bordered{
    margin-bottom: 30px;
}

/** footer **/

#footer-block-row p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

#footer-block-row .di p {
    line-height: 28px;
    letter-spacing: 1px;
}

#footer-block-row h6 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid #31333e;
}

#footer-block-row h3.moduleTitle {
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    line-height: 20px;
    margin-bottom: 35px;
    padding-bottom: 0;
}

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

#footer-block-row address {
    font-family: "Montserrat", sans-serif;
    color: #24cbe1;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 15px;
    padding-top: 0;
}

#footer-block-row .address-module p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #31333e;
    padding-top: 0;
}

#footer-block-row .address-module p:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#footer-block-row .address-module a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

#footer-block-row .address-module a:hover {
    text-decoration: none;
    color: #24cbe1;
}

#footer-block-row .menu li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
}

#footer-block-row .menu li a:hover {
    text-decoration: none;
    color: #24cbe1;
}

#footer-block-row .menu li {
    margin-bottom: 12px;
}

#footer-block-row .menu li:before {
    font-family: 'FontAwesome';
    content: '\f04d';
    color: #24cbe1;
    font-size: 4px;
    vertical-align: middle;
    margin-right: 15px;
}

#footer-block-row #footer-right .menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#footer-block-row #footer-right .menu li:before {
    content: '';
    padding: 0;
    margin: 0;
}

#footer-block-row #footer-right .menu li a span {
    display: none;
}

#footer-block-row #footer-right .menu li a:before {
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 13px;
    line-height: 42px;
}

#footer-block-row #footer-right .menu li a {
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
}

#footer-block-row #footer-right .menu li a:hover {
    opacity: 0.8;
}

#footer-block-row #footer-right .menu li.item99 a {
    background: #3b5998;
}

#footer-block-row #footer-right .menu li.item100 a {
    background: #55acee;
}

#footer-block-row #footer-right .menu li.item101 a {
    background: #dd4b39;
}

#footer-block-row #footer-right .menu li.item102 a {
    background: #0077b5;
}

#footer-block-row #footer-right .menu li.item103 a {
    background: #cb2027;
}

#footer-block-row #footer-right .menu li.item104 a {
    background: #bb0000;
}

#footer-block-row #footer-right .menu li.item99 a:before {
    content: '\f09a';
}

#footer-block-row #footer-right .menu li.item100 a:before {
    content: '\f099';
}

#footer-block-row #footer-right .menu li.item101 a:before {
    content: '\f0d5';
}

#footer-block-row #footer-right .menu li.item102 a:before {
    content: '\f0e1';
}

#footer-block-row #footer-right .menu li.item103 a:before {
    content: '\f0d2';
}

#footer-block-row #footer-right .menu li.item104 a:before {
    content: '\f167';
}

.mailing-footer header {
    padding-top: 30px;
    margin-top: 10px;
    border-top: 1px solid #31333e;
}

#footer-block-row .mailing-footer h3 {
    margin-bottom: 20px;
}

#newsletter .btn {
    padding: 6px 16px;
    background: #2191a3;
    border-color: #2191a3;
}

#newsletter .form-control.btn {
    padding: 5px 10px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #b0b0b0;
    background: none;
    border: 1px solid #2191a3;
}

#newsletter input.form-control{
    width: 210px;
}

#newsletter .btn-success:after {
    display: none !important;
}

#newsletter .btn-success i {
    font-size: 20px;
}

.copyright-text {
    color: #848690;
    font-size: 10px;
    padding: 22px 0;
}

.copyright-text span {
    padding: 0 5px;
}

.solution {
	padding: 22px 0;
    display: block;
    text-align: right;
}

.solution a {
    color: #848690;
    font-size: 10px;
    display: inline-block;
}

.solution a:hover {
    text-decoration: none;
    color: #24cbe1;
}

.solution a:focus {
    outline: none;
    text-decoration: none;
    color: #24cbe1;
}


/** inner page **/

.cta-text p{
    padding-bottom: 10px;
}

.cta-block {
    border: 1px solid #81e8fa;
    padding: 15px 13px;
    border-radius: 3px;
    margin-top: 30px;
}

.cta-text p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cta-text h2 {
    font-size: 24px;
    margin: 0;
    padding-top: 0;
}

/** breadcrumbs **/

.breadcrumbs ul {
    display: block;
    margin-bottom: 30px;
}

.breadcrumbs ul li {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0;
    position: relative;
}

.breadcrumbs ul li:first-child a {
    padding-left: 35px;
}

.breadcrumbs ul li:first-child:before {
    font-family: 'FontAwesome';
    content: '\f015';
    position: absolute;
    left: 10px;
    top: 6px;
    z-index: 10;
    color: #24cbe1;
}

.breadcrumbs ul li * {
    position: relative;
    padding: 7px 25px;
    color: #2c3f4c;
    background-color: #edeff0;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    display: block;
    line-height: 16px;
}

.breadcrumbs ul li a {
    color: #24cbe1;
    font-weight: 600;
    margin-bottom: 5px;
}

.breadcrumbs ul li a:hover {
    text-decoration: none;
    color: #333;
}

.title1 {
    text-transform: none;
    font-weight: normal;
    font-size: 28px;
    padding: 15px 15px 70px;
    text-align: left;
    display: block;
    margin: 0;
}

.articles-list .title1 {
    padding: 15px;
    font-size: 24px;
    text-align: center;
}

.item-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.item-footer .item-footer-inner{
    padding: 15px;
}

.itemTitle2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 36px;
    margin: 32px 0px 0;
    text-align: left;
    color: #2c3f4c;
}

.itemTitle2 h1{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #2c3f4c;
}

.itemTitle-blog {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 36px;
    margin: 32px 0px 0;
    text-align: left;
    color: #2c3f4c;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom:  1px solid #1dddf7;
}

.itemTitle-blog h1{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #2c3f4c;
}

h1.itemTitle-blog:after{
    display: none;
}
.itemTitle2 h1:after{
    content: none;
}

.product_description_h2, .product_extra_fields_title_h2, .media_title_h2, .manufacturer_title_h2, .tags_title_h3{
    font-size: 18px;
}

.product_rand_description {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 25px;
}

.map img {
    max-width: none !important;
}

#map{
   display: block;
   width: 100%;
    height: 300px;
}
.category_in_title{
    font-size: 26px;
}

.itemTitle2:after {
    width: 100%;
    left: 0;
    bottom: 30px;
    margin-left: 0;
    border-width: 1px;
	border-bottom: none;
}

.itemTitle2{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom:  1px solid #1dddf7;
}

.itemTitle2 a {
    margin: 8px 0 8px 5px;
}

.itemTitle2 a.btn-success:after {
	content: '';
}

.itemTitle2 a.btn-success:before {
	font-family: 'FontAwesome';
	content: '\f104';
	margin-right: 10px;
}

.title1 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #2c3f4c;
}

.title1 a:hover {
	color: #24cbe1;
	text-decoration: none;
}

.title1 .cat-item-title-small{
    margin-top: 10px;
}

.itemHits {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #2c3f4c;
    margin: 8px 520px;
}

.k2ReadMore {
    font-size: 15px;
    margin: 10px 20px;
    text-align: left;
}

.catItemIntroText {
    font-size: 15px;
    margin: 10px 30px;
    text-align: left;
}

.articles-list .catItemIntroText {
    margin: 0;
    padding: 15px;
}

.articles-list .catItemIntroText p {
    margin: 0;
    padding: 0;
}

.catItemReadMore {
    color: #000000;
    font-size: 15px;
    margin: 10px 15px;
    text-align: left;
}

.catItemIntroText {
    font-family: 'Montserrat', sans-serif;
    color: #828B8E;
}

.button2 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px;
    font-size: 14px;
    color: #37bed6;
    background-clip: content-box;
    padding: 10px;
    margin: 8px 0px;
    border: 1px solid;
    border-color: #37bed6 #37bed6;
}

.button3 {
    font-size: 18px;
    color: #37bed6;
    background-clip: content-box;
    padding: 20px;
    margin: 10px 11px;
}

.button2 a:hover {
    border: 1px solid;
}

.button3 a:hover {
    border: 1px solid;
}

.border-box {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin-bottom: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.border-box.blog {
    max-width: 100%
}
.border-box1 {
    background: #fff;
    border: 0px;
}

.blog-intro {
    padding-top: 15px;
    padding-bottom: 15px;
}

.blog-image {
    padding-top: 15px;
    padding-bottom: 15px;
}

.border-box.blog .item-footer {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: right;
}

.border-box.blog .title1 {
    text-align: left;
}
.catItemImageBlock {
    text-align: center;
	position: relative;
}

.catItemImageBlock a {
    display: block;
    height: 100%;
    padding: 15px;
}

.catItemImageBlock .manufacturer-img {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.view-search  .manufacturer-img{
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 90;
}

.catItemImageBackground {
    background-color: #f1f1f1;
    position: relative;
}

/** pagination **/
body .pagination>li>span {
    padding: 4px 12px 5px;
}

body .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    cursor: pointer !important;
}

body .pagination>.active>a {
    background: #fff;
    color: #337ab7;
    border-color: #ddd;
}

/** contact page **/
#component-contact {
    margin-top: 50px;
}

.recaptcha_col .g-recaptcha{
   /* margin-bottom: 10px;*/
}

.com_contact #system-message{
    padding: 20px;
}

.com_contact #system-message .error{
    font-size: 20px;
    color: #6a0000;
}

.com_contact #system-message .error{
    font-size: 20px;
    color: #6a0000;
}
.com_contact #system-message .message{
    font-size: 20px;
    color: #1dddf7;
}
#invalid_captcha_msg{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #6a0000;
}
.com_contact #system-message .error.message.fade, .com_contact #system-message .message.message.fade{
    opacity: 1;
}


.contact-address i {
	color: #37bed6;
	font-size: 26px;
	margin-right: 15px;
	width: 25px;
	text-align: center;
	float: left;
}

.contact-address .row {
	margin-bottom: 40px;
	font-size: 18px;
	color:  #777777;
}

.contact-address .row span {
	float: left;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
}

.contact-address .row span.address-val, .contact-address .row span.address-val a {
	line-height: 28px;
	font-size: 18px;
	color:  #333;
	font-family: 'Montserrat', sans-serif;
        
}

#distributor_filter {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

#distributor_filter .col-title label {
    line-height: 35px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

#distributor_filter .col-value {
    font-family: "Montserrat", sans-serif;
    color: #37bed6;
}

#distributor_filter .col-value .chzn-container {
    text-align: left;
}

#distributor_filter .col-value .chzn-container-single .chzn-single {
    background: none;
    padding: 6px 12px;
    height: 35px;
}

#distributor_filter .col-value .chzn-container-single .chzn-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 7px;
}

body.ebooks .border-box{
    max-width: none;
}



/*Modal request*/

.btn-default.modal-link{
    /*display: block;*/
    /*position: relative;*/
    border: 1px solid #d7d7d7;
    color: #000;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 5px;
}

.modal-content{
    background: #ffffff;
    padding: 15px;
}

.modal-header{
    border: none !important;
}
.bfErrorMessage{
    padding: 8px;
    color: #940000;
}

#bfLabel12, #bfLabel13, #bfLabel14, #bfLabel15, #bfLabel16, #bfLabel31, #bfLabel32, #bfLabel33, #bfLabel34, #bfLabel35{
    display: none !important;

}

#bfQuickModeSection89247 input, #bfQuickModeSection89247 textarea, #bfQuickModeSection60506 input, #bfQuickModeSection60506 textarea,
#bfQuickModeSection73312 input{
    padding: 6px 12px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    min-width: 90%;
    width: 93%;
  
}

 #bfSubmitButton{
    padding: 10px 18px;
    margin: 10px;
    border: 1px solid #37bed6;
    border-radius: 4px;
    font-size: 16px;
    color: #37bed6;
    background: none;
}

#bfSubmitButton:hover{
    background-color: #d7f2f7;
}

.modal-content iframe{
    height: 490px !important;
}
#bfQuickModeSection73955 p, #bfQuickModeSection52544 p{
    color: #3a3a3a;
    font-size: 18px !important;
    padding: 10px;
}

.distributor_link_mod p{
        position: relative;
}

.distributor_link_mod .btn-default{    
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        position: fixed;
        right: 0;
        top: 50%;
        margin: -90px 0 0 0;
        transform: rotate(-90deg) translate(0, -100%);
	transform-origin: 100% 0;
}

.distributor_link_mod .btn-default:after{
        content: none;
}

.distributor_link_mod .btn-default:hover{
        border-bottom: none;
}



