body {
/*  padding-top: 70px;
  padding-bottom: 30px;*/
  font-family: "Roboto", Arial;
}

.product-categories figure {
    width: 100%;
    height: 193px;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
} 

.product-categories figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 4px;
}
.product-categories figure img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    border-radius: 4px;
}

a {
	color: #00a8ec;
	transition: all 0.5s ease;
}

a:hover  {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto";
}

.btn.btn-primary,
.btn.btn-default {
	height: 45px;
	padding: 0 15px 0 15px;
	font-weight: 500;
	line-height: 45px;
	text-transform: uppercase;
}

.btn.btn-primary i,
.btn.btn-default i{
	padding: 0 5px;
}

.btn.btn-primary {
	color:#fff;
    background-color: #00a8ec;
    border-color: #00a8ec;
    font-size: 13px;
}

.product-link {
    margin-left: 5px;
}

.btn.btn-primary.invers {
	background-color:#fff;
	border-color: #fff;
	color: #00a8ec;
}

.btn.btn-default {
	background-color:#f2f2f2;
	border-color:#f2f2f2;
	color:#444;
}

.row.section {
	margin: 60px -15px;
}

.full-width>.row {
	margin:0;
}

.img_lang {
    margin-right:15px;
}
.langs>li>a {
    font-weight: 300 !important;
}

.pagination>li>a, .pagination>li>span {
    margin-left: 7px;
    color: #2b2b2b;
    background-color: #f2f2f2;
    border: 1px solid #F2F2F2;
    border-radius: 4px
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #00a8ec;
    border-color: #00a8ec;
    border-radius: 4px
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    border-radius: 4px
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
   /* text-indent: -9999px;*/
    background-color: #00a8ec;
    color: #fff;
    font-size: 20px;
    padding: 5px 5px 5px 10px;
    border-radius: 4px;
}

#jivo_top_wrap.label-mode #jivo-label {
    zoom: 1.652 !important;
}

.container-with-leaf {
    zoom: 1.65 !important;
}

header#header{
	background-image: url(../images/header_background.png);
	background-repeat: repeat;
	margin-bottom: 40px;
}

header#header .main-header {
   padding: 20px 0 20px 15px;
   background-color: #fff;
   width: 100%;
   margin: 0 auto;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}

header#header .main-header ul {
	list-style-type: none;
	margin:0;
	padding:0;
	float: right;
}

header#header .main-header ul li {
	float:left;
}

header#header .main-header .call  {
	width: 170px;
	padding-top:5px;
}

header#header .main-header .call .incon-tel {
	display: inline-block;
	float:left;
	margin-right: 10px;
	line-height: 37px;
	font-size: 45px;
}

header#header .main-header .call p {
	font-weight: 500;
	line-height: 20px;
	font-size: 13px;
	margin:0;
}

header#header .main-header .lang {
	background-color:#f2f2f2;
	border-radius: 4px;
	line-height: 45px;
	padding: 0 10px;
	margin-left: 20px;
}

header#header .main-header .logo img{
	height:45px;
}

.part-logo img{
    height:50px;
    margin-top: -10px;
}

.auth-block .content {
    background-color: #ecedf1;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.auth-block .block-title h2 {
    font-weight: 300;
    color: #00a8ec;
    margin-top: 0px;
}

.auth-block  .block-title {
    height: 40px;
}
.content .block-slug .red {
    color: #ff0000;
}
    
.col-md-6.col-md-offset-3.content {
    background-color: #ecedf1;
    /* background-color: rgba(220, 220, 220, 0.42); */
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 4px;
}
/* 
header#header .main-header .lang {
	width: 45px;
    height: 45px;
    margin-top: 5px;
    background-color: #f2f2f2;
    border-radius: 4px;
	padding-left: 10px;
}

header#header .main-header .lang img {
	height: 14px !important;
    margin-top: 15px;
}

header#header .main-header .fa-envelope {
	margin-right: 10px;
}

header#header .main-header .call {
    margin-top: 10px;
    font-size: 13px;
    margin-left: 0px;
}

header#header .main-header img {
    height: 50px;
}
 */
.search {
    height: 100%;
    padding-right: 0px;
    display: block;
    text-align: right;
    padding-top: 15px;
}

.search .navbar-form {
    padding-right: 0px!important;
    margin-right: 0px;
}

.menu-line {
	background: #00a8ec;
	border: none;
    border-radius:0px;
    /*border-top-left-radius: 0px;
    border-top-right-radius: 0px;*/
	margin-bottom: 0px;
}

.all-page {
    background: #00a8ec;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0px;
}

.language > li > .dropdown-menu {
    position: absolute;
    width: auto;
    box-shadow: none;
    border: none;
    margin-top: 1px;
    background-color: #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 4px;
}
.language .dropdown-menu {
    position: absolute;
    left: inherit;
    top: 100%;
    z-index: 1000;
    padding: 0;
    font-size: 14px;
    text-align: left;
    min-width: 80px;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.language .dropdown-menu li:first-child {
    border-top: 0;
}
.language .dropdown-menu li {
    border-top: 1px solid #ddd;
}
.language .dropdown-menu li a {
    padding: 10px 15px;
}

.navbar-nav > li > a {
    color: #fff !important;
	font-size: 14px;
	font-weight: 500;
	border-bottom:4px solid #00a8ec;
	padding-top: 16px;
    border-radius: 4px;
    padding-bottom: 11px;
    text-transform: uppercase;
}

.navbar-nav > li > a:hover {
	border-bottom:4px solid transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: transparent;
	border-color: transparent;
}

.menu-line > .active > a,  .active > a:focus {
    color: #ffffff;
}

.add-on input {
    border-radius: 0px;
    height: 28px;
}

.top-bar {
    height: 28px;
    color: #ffffff;
    padding: 0 30px;
}

.bottom-bar {
    height: 100px;
    color: #ffffff;
    padding: 0 30px;
}

.bottom-bar a {
    color: #00a8ec;
    text-decoration: none;
}

.bottom-bar .block-title {
	margin-left: 15px;
    margin-bottom: 35px;
    color: #fff;
}

.top-icon {
    float: right;
    margin-right: 30px;
    padding: 7px 0 6px;
}

.top-social {
	float: right;
    display: inline-block;
    line-height: 14px;
    font-size: 16px;
    padding: 9px 2px 8px;
}

.top-social a {
    float: left;
    line-height: 13px;
    margin-right: 18px;
    color: #b0b3b8;
}

.top-icon a {
    color: #b0b3b8;
	font-size: 13px;
}

.info-site a {
    color: #89909b;
    font-size: 13px;
}

.contact-call a {
    color: #333;
    font-size: 13px;
}

.top-icon .square-icon {
    display: inline-block;
    text-align: center;
    width: 21px;
    height: 18px;
    padding: 4px 1px 3px 0;
    vertical-align: baseline;
    margin-right: 5px;
}

/*.navbar-collapse.collapse {
    background: #fff;
    height: 83px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}*/
.modal {
    background-color: rgba(66, 82, 101, 0.8);
}


.modal-search {
    right: auto;
    /*left: 50%;*/
    width: 600px;
    padding-top: 410px;
    padding-bottom: 30px;
}

@media (max-height: 600px) {
    .modal-search {
        padding-top: 240px !important;
    }

    .title-cat {
        padding: 0px 10px 10px 10px !important;
        margin-top: 0px !important;
    }

    .title-cat h1 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
        
        font-size: 35px !important;
    }
    .title-cat p {
        margin-top: 15px !important;
        height: 120px;
        overflow: hidden;
    }

    .sol-desc-img {
        width: 80% !important;
        margin-top: 0px;
        border-radius: 4px;
    }

    .solution-block-category {
        height: 200px;
    }
}

.modal-content-my {
    position: relative;  
}

.modal-content-my input[type=text] {
    width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #FFF;
/*    font-family: "Roboto", "Aria" !important;*/
    color: #fff;
    height: 60px;
    font-size: 30px;
    font-style: italic;
    font-weight: 100;
}

.modal-content-my input:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.modal-footer {
    padding: 70px 20px 20px 0;
    border:none !important;
	margin-top: 0px !important; 
}
.modal-body {
    position: relative;
    padding: 15px;
	padding-bottom:0px;
}

.radio_buttons {
	float:left !important;
	color: #FFF;
	font-size: 15px;
    margin-top: 6px;
}

.btn>input[type=radio], [data-toggle=buttons]>.btn>input[type=checkbox] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
	margin-right: 10px;
}

.btn>input[type=submit], [data-toggle=buttons]>.btn>input[type=checkbox] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
    margin-right: 10px;
}

.btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}
.modal-content-my .btn-info, .dropdown-toggle.btn-info {
	background-color: #ffffff;
    border: none;
    padding: 3px 8px;
    margin-right: 3px;
    margin-top: -5px;
}
.btn {
	transition: all 0.5s ease;
}
.btn:hover {
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,169,236,0.7);
	-moz-box-shadow: 0px 0px 22px 0px rgba(0,169,236,0.7);
	box-shadow: 0px 0px 22px 0px rgba(0,169,236,0.7);
}

.select-option {
    
}

.sort_prod form .form_list {
    display: inline;
}

.modal-content-my button.btn.btn-primary {
    height: 45px;
    width: 150px;
    margin-top: 0px;
    background-color: #00a8ec;
    border-color: #00a8ec;
}

.modal-sol .modal-header {
    min-height: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    background-color: #00a8ec;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-sol {
    right: auto;
    width: 600px;
    padding-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 6%;
}

.modal-sol i.fa.fa-times {
    float: right;
    cursor: pointer;
}

.modal-sol .form-group {
    font-size: 13px;
    color: #666666;
}

.modal-sol input[type=text] {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #666666;;
    height: 40px;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 20px;
}


.modal-sol textarea[type=text] {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #666666;
    height: 80px;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 10px;
}

.modal-sol button {
    float: right;
    margin-left: 15px;
}

.modal-sol .btn.btn-default {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #444444;
    font-size: 13px;
    font-weight: bold;
    padding-left: 20px;
}

.modal-sol input[type=text]:disabled {
    background: #f2f2f2;
}



.widget {
    margin-bottom: 30px;
}

.row.product-cat {
    margin-top: 30px;
}

.product-cat  .thumbnail {
    margin-bottom: 70px !important;
}

.product-cat .category {
	width: 50% !important;
}

.sidebar img {
    width: 100%;
}

.product-cat .btn-primary {
    height: 45px;
    width: 150px;
    margin-top: 5px;
    background-color: #00a8ec;
    border-color: #00a8ec;
}
.product-cat .fa-info-circle {
    margin-right: 10px;
}

.widget-title, .widget .tabs-widget-title {
    font-size: 20px;
    color: #373d4b;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 300;
}

.shop-block .widget-title, .widget .tabs-widget-title {
    margin-bottom: 30px;
}

.widget .list-group {
    border: none;
    list-style-type: none;
}

.widget.blog-categories .list-group .list-group-item {
    padding: 5px 0;
    border: none;
}

.widget .list-group li i {
    margin-right: 5px;
    font-weight: 600;
}

.widget.blog-tags .list-group {
    text-align: left !important;
}

.widget.blog-tags .list-group .list-group-item {
    display: inline-block;
    background-color: #00a8ec;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 4px;
    height: 30px;
    padding-top: 5px;
    border: none !important;
}

.widget .list-group-item, .list-group, a:hover {
	text-decoration:none;
}

.widget .list-group li img {
    width: 80px;
    float:left;
    border-radius: 4px;
    margin-right: 15px;
}

.widget .list-group li .content {
    height: 80px;
    margin-top:20px;
    height: 54px;
    overflow: hidden;
}

a.post-title {
    line-height: 24px;
}

.widget .list-group li .content-date p{
    font-size: 13px;
    color: #cecece;
    margin-top: 5px;
}

.widget.blog-tags .list-group .list-group-item a{
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

a.blog-categories {
    color: #00a8ec !important;
    font-weight: 600;
}

@media (max-width: 768px){
.col-sm-6 {
    width: 50%;
}

.col-sm-4 {
    width: 33.33333333%;
}

.col-sm-8 {
    width: 66.6666666%;
}


.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}

.col-sm-6 .products{
    width: 49%;
    display: inline-block;
}
}

@media (max-width: 630px){
.col-sm-6 .home-blog {
    
    display: inline-block;
}
}

@media (max-width: 991px) {
.navbar-header {
     float: right !important;
}

.cont-butt {
    margin-top: 20px;
    margin-bottom: 15px;
}

.main-menu:after {
    background: url(../images/shadow-new2.png) no-repeat center top !important;
}

/*Slider mini stype */
.carousel .item {
    height: 267px !important;
    background-color: #777;
}

.carousel-caption h1 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-top:10px !important;
  font-size: 26px;
  margin-bottom: 10px !important;
}

.carousel .item .active {
  height: 265px;
  background-color: #777;
}

.carousel-inner > .item > img {
 /* position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;*/
  height: 270px !important;
}

/*End slider style*/

.title-cat {
    padding: 0px 10px 10px 10px !important;
}

.title-cat h1 {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    
    font-size: 35px !important;
}
.title-cat p {
    margin-top: 15px !important;
}
}

@media (max-width: 500px){
.carousel-caption p {
    display: none !important;
}

.carousel-caption h1{
	top: 15% !important;
}

.carousel-caption {
    z-index: 10;
    position: absolute;
    width: 49%;
    float: right;
    padding: 5px 5px !important;
    top: 10% !impor;
    text-align: left;
    text-shadow: none;
}

.back-request-left {
    margin-left: -25px;
}

.back-request-right {
    padding-left: 20px !important;
}

.back-request-left .block-title h1 {
    font-size: 20px !important;
}

.text_news {
	margin-top: 5px !important;
	font-size: 20px !important;
}

.block-title h1 {
    font-family: "Roboto";
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px !important;
}

}

@media (max-width: 568px){
	.hidden-xs-i {
		display: none;
	}
}

@media (max-width: 672px){
	.hidden-xs-partners {
		display: none;
	}

	.newsletter {
		margin-top: 30px;
	}
	.min-newsl, .input-news {
		width: 100%;
	}

	.col-md-3.text_news {
		width: 35% !important;
	    float: left;
	}

	.input-news {
		width: 65% !important;
		float: left;
	}

	.min-newsl .btn{
		margin-top: 10px;
	}


}

@media (max-width: 767px) {

   .blog-list .col-md-12 {
        width: 100%;
    }

	/*Slider mini stype */
	.carousel .item {
		height: 180px !important;
		background-color: #777;
	}

	.carousel-caption h1 {
	  font-family: 'Roboto', sans-serif;
	  text-transform: uppercase;
	  margin-top:15px !important;
	  font-size: 17px;
	  margin-bottom: 10px !important;
	}

	.carousel-caption p {

	  margin-top: 5px !important;
	  font-size: 13px;
	  margin-bottom: 10px !important;
	  height: 75px;
	  overflow: hidden;
	}

	.carousel .item .active {
	  height: 180px !important;
	  background-color: #777;
	}

	.carousel-inner > .item > img {
	 /* position: absolute;
	  top: 0;
	  left: 0;
	  max-width: 100%;*/
	  height: auto !important;
	}

	/*End slider style*/
	.back-request-left .block-title h1{
		font-size: 29px;
	}

	.col-md-6 {
		width: 100% !important;
		float: left;
	}

	.main-header .col-md-6 {
		width: 50% !important;
		float: left;
	}

	.additional-full .back-image-right {
		padding: 1px 0 50px 10px !important;
	}
	.home-request .back-request-right button {
		margin: 20px 0 15px -25px !important;
	}

	.col-md-2 {
		width: 50% !important;
		float: left;
	}

	#footer .col-md-5 {
		width: 100%;
		padding: 10px !important;
	}
	#footer .col-md-2 {
		margin-top: 20px;
		width: 32% !important;
		
	}



}

@media (min-width: 640px){
    .col-md-4.col-md-6.home-blog {
        width: 50%;
        float: left;
    }
}

  @media (min-width: 992px){
  .col-md-4 {
      width: 33.33333333% !important;
  }
  
}


@media (max-width: 1199px)
{
.main-menu:after {
background: url(../images/shadow-news.png) no-repeat center top !important;
width: 99% !important;
height: 17px !important;
margin-bottom: 8px !important;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
}


.product-categories {
    height: 193px;
    margin-top: 25px;
    /*margin-bottom: 30px;*/
	position: relative;
}

.shop-block .product-categories{
    margin-bottom: 60px;
}

.img-thumbnail {
	padding: 0px;
}

.product-categories .img-thumbnail {
	width: 100%;
	height: 193px;
	border:none;
}

.product-categories h4{
	font-family: "Roboto";
	font-weight: 400;
	padding: 22px;
	font-size: 20px;
	margin:0;
	background-color: rgba(64,75,93,0.8);
	color: #fff;
	text-align: center;
	position: absolute;
	bottom:0;
	right: 15px;
    left: 15px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	transition: all 0.5s ease;
	
}

.product-categories a:hover h4 {
	background-color: #404b5d;
}

.block-title {
	margin-bottom: 35px;
	color: #000;
}

.block-title h1{
	font-family: "Roboto";
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 0px;
	font-size: 50px;
}
.block-title h1:first-child {
	font-weight: 100;
}

.thumbnail {
	padding: 0;
	border: none;
}

.home-blog .thumbnail img {
	width: 100%;
	/* height: 190px ;   old 190*/
	border-radius: 4px;
}

.news-blog img{
    border-radius: 4px;
}

.news-blog h3, .topic-bloc h3{    
    font-family: "Roboto", "Adobe Blank";
    font-size: 16px;
    margin-top: 14px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;

}

.topic-bloc h3{
    color: #00a8ec;
}

.topic-bloc img {
    width: 100%;
  /*  height: 240px !important;   /*old 190*/
    border-radius: 4px;
}

.news-blog .date, .topic-bloc .date{
    font-family: "Roboto", "Adobe Blank";
    margin-top: 15px;
    margin-bottom: 25px;
    color: #cecece;
    font-size: 13px;
}  

.news-blog p{
    height: 100px;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px !important;
}

.blog-list .thumbnail .caption {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 40px;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px !important;
}

.products .thumbnail {
	position: relative;
}

.shop-block .products .thumbnail {
    margin-bottom: 70px;
}

.products .product-name h3 {
	font-family: "Roboto";
	font-size: 16px;
	margin-top: 14px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	color: #00a8ec;
	transition: all 0.5s ease;
}
.products a {
	text-decoration: none;
}

.products a:hover .product-name h3 {
	color:#000;
	text-decoration: none;
}

.products .description {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.2s, opacity 0.2s linear;
	
	position: absolute;
	top: 0;

	background-color:#00a8ec;
	color:#fff;
	width: 100%;
	/*height: 280px;*/
	border-radius: 4px;
	padding: 30px 25px 15px;/*30*/
	
	text-align: center;
}

.section .products .description {
    padding: 20px 25px 15px !important;/*30*/
    height: 81%;
}

@media (max-width: 558px){
    .products a:hover .description {
        visibility: hidden !important;
        opacity: 0;
    }
    .product-categories h4 {
        font-family: "Roboto";
        font-weight: 400;
        padding: 20px 5px 20px 5px;
        font-size: 16px;
    }
    .product-categories .img-thumbnail {
        height: 155px;
    }
    .product-categories {
        height: 155px;
    }
    .product-categories figure {
        height: 155px;
    }

}

@media (max-width: 407px){
.product-categories h4 {
     font-size: 13px;
     padding: 20px 0px 20px 0px;
}
}

@media (max-width: 1199px){
    .section .products .description {
        height: 78% !important;
    }
   .products .description .info {
       height: 140px;
   }
}

@media (max-width: 350px) {
header#header .main-header .lang {
    margin-left: 10px;
}

.col-md-4.col-sm-2.col-xs-3.logo {
    padding-left: 0px;
}
}

@media (max-width: 991px){
    .section .products .description {
        height: 85% !important;
    }
	.products .description .info {
       height: 140px;
	}
   
	.navbar-nav>li{
		float: none;
	}

	.navbar-nav .dropdown-menu {
		position: relative;
		left:0;
		float: none;	
		box-shadow: none;
		-webkit-box-shadow: none;
		border-radius: 0 !important;
		background: transparent;
	}
	
	.navbar-nav .dropdown-menu a {
		color:#fff;
	}
	
	.navbar-nav > li > .dropdown-menu:after {
		display: none;
	}
	
	.dropdown-submenu>.dropdown-menu {
		left: 0 !important;
		background: transparent !important;
		padding-left: 20px;
	}
}

.products .description .info {
    height: 180px;
    overflow: hidden;
}

.products .description .btn {
	margin-top: 10px;
}


.products a:hover .description {
	visibility: visible;
	opacity: 1;
}

.products  .product-name .date {
	font-family: "Roboto";
	margin-top:15px;
	margin-bottom: 25px;
	color:#cecece;
}

.products  .product-name  p{
    height: 100px;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px !important;
}


.products .product-name {
    height: 65px;
    overflow: hidden;
}

.products .thumbnail p {
    margin-bottom: 0px;
    line-height: 22px;
}

.products .category a {
    text-decoration: none;
    color: #666666;
	font-size: 13px;
}

.products .category a:hover {
    color: #000;
}

.products.list img {
    width: 260px !important;
    height: auto !important;
    float: left; 
    margin-right: 20px;
}
.products.list {
    width:100%; 
    margin-bottom: 60px;
}

.products.list .product-name {
    max-height: 55px;
    overflow: hidden;
}

.products.list .category {
    margin-bottom: 30px;
    font-size: 13px;
}
.products.list .category {
    display: inline-block;
    padding-right: 15px;
    max-width: 430px;
	}

.products.list .description { 
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    color: #444;
    text-align: left;
    margin-left: 255px;
    max-width: 60%;
    margin-top: 70px;
}

.products.list .description .info {
    height: 108px !important;
    overflow: hidden;
    font-size: 13px;
}

.products.list .description .btn {
    margin-top: 20px;
}


.products.list .btn btn-primary .invers{
    color: #fff;
    background-color: #00a8ec;
    border-color: #00a8ec;
    font-size: 13px;
}

.widget.solution-categories .list-group .list-group-item a.active:before {
    content: "\2013";
	position: absolute;
    margin-left: -20px;
    color: #000;
}
.widget.solution-categories .list-group .list-group-item a.active {
 padding-left:20px;
}


.solutions .product-name h3{
    font-size: 18px !important;
    font-weight: 300 !important;
}

.solutions .description {
    margin-top: 15px;
    color: #666666;
    line-height: 21px;
    margin-bottom: 30px;
}

.solutions .description .info {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 21px;
}

.solutions .description ul{
    list-style-type: none;
    margin-left: -18px;
}

.solutions .description ul li:before{
   display: inline-table;
   content: "\2022";
   font-size: 40px;
   margin-right: 15px;
   color: #eeeeee;
   top: 5px;
   vertical-align: middle;
}

.solutions .description ul li a{
    line-height: 26px;
    font-size: 13px;
}

.widget.solution-categories .list-group .list-group-item {
    padding: 5px 0;
    border: none;
} 

.widget.solution-categories {
    width: 100%;
    height: 260px;
    overflow: auto;
}

#wrapper
{
    text-align: center;
    width: 500px;
    margin: auto;
} 
.force-overflow
{
    min-height: 450px;
}

#style-2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #ccc;
}

#style-2::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}



.home-blog h2 {
    height: 47px;
    overflow: hidden;
	font-size: 16px;
	margin-top: 14px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	color: #00a8ec;
	transition: all 0.5s ease;
	
}

.home-blog a {
	text-decoration: none;
}

.home-blog a:hover h2 {
	color:#000;
}


.home-blog .date {
	margin-top:15px;
	margin-bottom: 25px;
	color:#cecece;
}

.home-blog .text {
	height: 55px;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
}


.full-screen {	
   	background-color:#aab2be;
	margin-top: 40px; 	
}

.full-screen .block-title {
    margin-bottom: 57px;
}

.full-screen .block-title p{
    margin-top: 40px;
    margin-bottom: 40px !important;
}

.additional-full .back-image-left{
	padding: 1px 0 50px 0;
	max-width: 570px;
	float: right;
}

.additional-full .back-image-right{
	padding: 1px 0 50px 70px;
	max-width: 570px;
	float:left;
}

.additional-full .block-title {
	margin-top: 60px;
}

.additional-full .back-image-right,
.additional-full .back-image-left {
	position: relative;
    z-index: 1;
}

.additional-full .back-image-left p,
.additional-full .back-image-right p {
	padding: 0 0 30px;
	height:64px;
	color:#fff;
	overflow: hidden;
}

.additional-full .back-image-right .block-title h1,
.additional-full .back-image-left .block-title h1 {
	color:#fff;
}

.additional-full .section {
	padding:0;
}

.additional-full .section.solutions {
	background: url(../images/index-solution-bg.jpg) top right no-repeat;
	background-size: cover;
	position: relative;
}

.additional-full .section.about-us {
	background: url(../images/index-about-bg.jpg) top left no-repeat;
	background-size: cover;
	position: relative;
}

.additional-full .section.about-us:after,
.additional-full .section.solutions:after {
	content:"";
	position: absolute;
	background-color: rgba(34,34,34,0.6);
	width:100%;
	top:0;
	bottom:0;
	left: 0;
}




.block-title button.btn.btn-primary {
    width: 175px;
    height: 45px;
    background-color: #00a8ec;
    border-color: #00a8ec;
}

.block-title i{ 
	margin-right:8px;
 }

.partners {
	margin: 40px auto 40px;
	float: none;
	position: relative;
} 

.partners ul {
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: center;
}

.partners ul li {
	display: inline-block;
}

.partners img {
    height: 50px;
    width: 140px;
    margin: 30px auto;
    margin-bottom: 0px;
}
.partners .jcarousel-control-prev2,
.partners .jcarousel-control-next2 {
    border-radius: 50%;
    line-height: 36px;
    height: 32px;
    text-align: center;
    padding: 0;
    width: 32px;
	position: absolute;
    top: 50%;
    margin-top: -25px;
}

.partners .jcarousel-control-prev2 {
	left:0;
	margin-left: -20px
}
.partners .jcarousel-control-next2 {
	right:0;
	margin-right: -20px
}

.partners .jcarousel-control-prev2 i,
.partners .jcarousel-control-next2 i{
	font-size: 22px;
}

.newsletter {
    font-size: 24px;
    margin-bottom: 40px;
    color: #00a8ec;
    font-weight: 300 !important;
}

.newsletter .text_news {
    padding-left: 30px;
    margin-top: 3px;
}

.newsletter .btn.btn-primary{
    padding: 0 30px 0 25px;
}

.newsletter .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 13px !important;
    font-style: italic;
    margin-top: 2px;
}

 .products .thumbnail img {
    width: 100%;
    /*height: 280px;*/
    border-radius: 4px;
    border: 1px solid #ccc;
	/*background-color: #00a8ec;*/
}
/*
height: 32px;
    left: 26.4375px;
    width: 279px;
    line-height: 28px;
    display: none;
 */

.newsletter .tooltip-fake {
    position: absolute;
    background-color: rgba(255,0,0,0.7);
    padding: 2px 6px;
    color: #FFF;
    font-size: 12px;
    text-align: left;
    border-radius: 2px;
}


.hidden_delim {
    height:50px;
}

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

.related-prod .sub-cat-size {
    font-size:26px !important;
    font-weight: 300;
}

.title-cat {
    border-left: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 20px;  /*60*/
    padding:20px 70px 20px 60px;
}

.solution-block .row .title-cat {
    border-left: none !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    padding: 20px 70px 20px 60px;
}

.solution_h1_thin {
   font-size: 50px !important;
   font-weight: 300 !important; 
}

.solution_h1 {
    font-family: "Roboto";
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 50px !important;
    font-weight: 500 !important;
}

h1.sol-cat-title {
    font-weight: 300;
    font-size: 26px;
}

.solution-block-category {
    margin-top: 0px; /*20*/  
    height: 280px;
    overflow: hidden;
    border-radius: 4px;
}

.solution-block .row img {
    width: 100%;
    margin-top: 10px;  /*20*/
    border-radius: 4px;
}

.title-cat h1{
    margin-top: 0;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
}

.title-cat h3 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 0px;
}

.title-cat p {
    color: #666666;
    font-size: 13px;
    line-height: 21px;
    margin-top: 25px;
}

.block-title p {
    color: #666666;
    font-size: 13px;
    line-height: 21px;
    margin-top: 25px;
}

.block-category {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    border-radius:4px;
}

.solution-block {
    height: auto !important;
    /*margin-top: 20px;*/
    overflow: hidden;
    border-radius: 4px;
}

.solution-block img {
    width: 100%;
    /* margin-top: -80px; */
    border-radius: 4px;
}

.block-category img{
    /*width: 100%;
    /*margin-top: -80px;*/
    border-radius: 4px;
}

.sub-cat-list {
    margin-top: 20px; /*35*/
}

.post-content h1:first-child {
    font-weight: 100 !important;
    margin-bottom: -10px;
}

.post-content img {
    margin-right: 20px !important;
}


.category-pro {
    font-size: 16px;
    margin-bottom: 40px;
}	

.category-pro b {
    font-weight: 300;
    font-size: 18px;
    color: #c4c4c4;
}

.category-pro a {
    font-size: 15px;
    text-transform: uppercase;
}

.search-prod-cat input, .search-prod-cat .btn {
    height:40px;
}

.search-prod-cat .btn-info {
    background-color: #00a8ec;
    border-color: #00a8ec;
}


.search-prod-cat input[type=text] {
    border: 1px solid #e5e5e5 !important;
    font-style: italic;
    font-size:  13px;
}

.menu-left .list-group-item {
    padding: 11px 0 !important;
}

.category-line {
	border-bottom: 1px solid #ccc;
}

.widget-search input[type=text] {
    width: 100%;
    border: 1px solid #ccc;
    color: #ccc;
}
	
/*.thumbnail > a:hover  { 
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}*/


.category {
    height: 23px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
    border-radius: 4px;
    padding-left: 10px;
    padding-top: 4px;
    overflow: hidden;
}

.pro-category-style .category {
    display: inline-block;
    padding-right: 15px; 
}

.sort_prod {
	width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.sort_prod .form_list {
    display: inline;
}

.def  {
    float: right;
    height: 30px;
    font-size: 13px;
    background-color: #f2f2f2;
    color: #b1b1b1;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
}

.show_desc {
        margin-top: 5px;
        color: #666666;
}

.in-line .btn-info {
    height: 30px;
    font-size: 14px;
    width: 30px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
	margin-left: 15px;
    border-radius: 4px;
    padding-left: 7px;
    padding-top: 5px;
}
.in-line .btn-info active{
    height: 30px;
    font-size: 14px;
    width: 30px;
   background-color: #39b3d7;
    margin-bottom: 10px;
	margin-left: 10px;
    border-radius: 4px;
    padding-left: 7px;
    padding-top: 5px;
}

.def i {
	margin-top: 0px;
	margin-left: 7px;
}

.in-line .btn-info {
    color: #b1b1b1;
    border-color: #ccc;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #00a8ec !important;
    border-color: #00a8ec !important;
}


.main-photo {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 12px;
}

.product-preview .jcarousel-control-prev, .product-preview .jcarousel-control-next {
    color: #00a8ec !important;
    bottom: 0;
    background-color: transparent;
  /*  top: 35% !important;*/
}
.product-preview .fa-2{
    color: #00a8ec !important;
    font-size: 2em;
}

.product-preview {
    max-width: 100% !important;
}

.preview-gallery {
    position: relative;
    overflow: hidden;
    margin: 5px 18px 0 !important;
}

.product-preview .jcarousel-control-prev {
    left: 0px !important;
}
.product-preview .jcarousel-control-next {
    right: 0px !important;
}
.preview-gallery img {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.product-details .product-title {
    font-size: 16px !important;
    font-weight: 300;
    text-transform: uppercase;

}

.product-details .category {
   /*margin-bottom: 30px;*/
   font-size: 13px;
}

.prod-full-description {
    margin-top: 50px;
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 50px;
}

h1 img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.slide-hidden {
    display: none;
}

@media(max-width: 510px) {
/*.lang {
    display: none;
}*/

.language > li > .dropdown-menu {
    position: absolute;
    width: auto;
    box-shadow: none;
    border: none;
    margin: 0 0 0 -85px !important;
    background-color: #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 4px;
}

.hidden-slider {
    display: none;
}

.slide-hidden .page-title h4 {
    margin-top: 10px;
}
.slide-hidden .page-title {
    margin-left: 0px;
    display: none;
}

.product-categories .img-thumbnail {
    height: 120px;
}
.product-categories {
    height: 120px;
}

.product-categories figure {
    height: 120px;
}
.product-categories h4 {
    font-size: 13px;
    padding: 15px 0px 15px 0px;
}

.menu-line {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.slide-hidden {
    display: inline;
}
.call {
    width: 140px !important;
}

.carousel-inner > .item > img {
  height: 200px !important;
}

.page-title .breadcrumb {
    margin-bottom: 10px !important;
}
}

 
/*.prod-full-description p::before {
    content: "\2022";
 vertical-align: middle;
     display: inline-block;
     width: 5px;
     height: 5px;
     margin-right: 10px;
     border-radius: 50px;
     background: #00a8ec;
     content: "";
}*/

.right {
	float: right;
}

.left {
	float: left;
}

.cont-butt {
	margin-top: 20px;
}

.contact-point i{
	height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #f2f2f2;
    padding-left: 21px;
    padding-top: 16px;
    margin-left: -15px;
    color: #00a8ec;
    font-size: 16px;
}

.back-request-left {
    min-height: 270px; 
    background-color: #00a8ec;
}

.back-request-right {
    min-height: 270px; 
	background-color: #404b5d;
	z-index:1;
	padding-left: 80px;
	padding-top: 15px;
}

.back-request-left h1 {
  
    color: #fff;
}

.back-request-left .block-title {
    margin-top: 70px;	
}


@media (max-width: 679px){
.hidden-xs-block {
    display: none!important;
}
/*
header#header .main-header .lang {
    background-color: #f2f2f2;
    border-radius: 4px;
    line-height: 40px;
    padding: 0 5px;
    margin-left: 0px;
}*/
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #00a8ec;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}

.back-request-right .block-title {
    margin-bottom: 57px;
    margin-left: 25px;
}

.home-request {
	background-color: #00a8ec;
}

.home-request:after {
    left:50%;
    content:"";
    position:absolute;
    background-color:#404b5d;
    right:0;
    height:270px;
    top:0;
    z-index:0;
}

.contact-us {
    float: right;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 991px){

    .solution-block-category {
        height: auto !important;
    }


.solution-block .col-md-3 {
    width: 25%;
    float: left;
}

.solution-block .col-md-9 {
    width: 75%;
    float: left;
}

.solutions .thumbnail .col-lg-5 {
    width: 41.66666667%;
    float:left;
}
.solutions .thumbnail .col-lg-7 {
    width: 58.33333333%;
    float:left;
}
 
header#header .main-header .call {
    width: 155px;
}

li.call.part-logo {
    margin-right: 15px;
}

.home-request:after {
    height:338px !important;
}
.home-request:after {
    width: 50%;
}

.home-request .back-request-right button {
    margin: 20px 0 15px 15px !important;
}

.newsletter .col-md-5 {
    width: 41%;
    float: left;
}

.col-md-3.text_news {
    float:left;
}

.col-md-6.section {
    width: 50%;
    float: left;
    padding-left: 15px;
    margin-top: -14px;
    padding-top: -9px;
    padding-left: 20px;
}

.about-us .block-title, .solutions .block-title {
    margin-top: 24px;
}

.about-us .block-title h1, .solutions .block-title h1{
    font-size: 35px;
}

.partners img {
    width: 120px;
}
/*.shop-block .col-md-9 {
    width: 75%;
    float: left;
}*/
.shop-block .col-md-3 {
    width: 25%;
    float: left;
}
.col-md-3.col-sm-6.product-categories {
    width: 50% !important;
}

.sub-cat-list .col-md-4 {
    width: 50%;
    float: left;
}

.products .product-name h3 {
    font-size: 15px;
    margin-top: 6px;
    line-height: 20px;
}

.main-photo img{
    height: 175px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

/*block category*/
 /*.col-md-7 {
    width: 58.33333333%;
    float: left;
}*/

.col-md-7 .title-cat {
    border-left: 1px solid #e5e5e5;
   margin-top: 0px;
   margin-bottom: 0px; /*20*/
    padding: 20px 10px 20px 35px;
    height: 210px;
    overflow: hidden;
}
/*end block category*/

/*Footer div class*/
/*.col-md-5 {
    width: 37%;
    float: left;
}*/
.col-md-2 {
    width: 21%;
    float: left;
}
/*end footer class*/
}


.hidden_img {
    display: inline;
    position: absolute;
}

.main-photo img{
   /* border: 1px solid #e5e5e5;*/
    border-radius: 4px;
}

@media (max-width: 991px){
    .hidden-xs-img-prod {
        display: none!important;
    }
}

@media (max-width: 1199px) {
.col-md-6.section {
    padding-left: 20px;
}


.solutions .thumbnail .col-lg-5 {
    width: 41.66666667%;
    float:left;
}
.solutions .thumbnail .col-lg-7 {
    width: 58.33333333%;
    float:left;
}

.main-photo img{
    width: 100%; 
    height: auto;
}

.solutions .description .info {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 21px;
    height: 82px;
    overflow: hidden;
}
}

@media (min-width:1200px)
{
    .main-photo img {
        width: 100%;
        height: auto;
    }
}

.page-title {
    margin-left: 30px;
}

.page-title h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;  /*40*/
    text-transform: uppercase;
}

.page-title a:hover {
    color: #fff;
}

.page-title .breadcrumb { 
    background: none;
    color: #fff;
}

.page-title .breadcrumb  {
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;    /*40*/
    font-size: 13px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #FFF;
    font-size: 20px;
    content: "\00bb" !important;
}

.contact-title .block-title h1 {
    font-size: 26px;
}

.contact-form {
    margin-left: -15px;
}

.contact-form input, .contact-form textarea {
    font-style: italic;
    border: 1px solid #f0f0f0;
}

.contact-form .form-control {
    font-size: 13px;
}

.contact-address ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contact-address .contact-call i {
    display: inline-block;
    float: left;
    padding-left: 20px;
    padding-top: 7px;
    margin-top: -2px !important;
    margin-right: 20px;
    line-height: 37px;
    font-size: 18px;
    color: #00a8ec;
}

.contact-address .fa-envelope-o {
    padding-left: 17px !important;
    padding-top: 6px !important;

}

.contact-address i {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.contact-call p {
    margin-bottom: 45px !important;
}

.contact-call .single-row {
    height: 40px;
    padding-top: 12px;
}

.home-request .back-request-right input,
.home-request .back-request-right textarea {
    background-color: transparent;
    border-bottom: 1px solid #a0a5ae !important;
    border: none;
    margin-top: 20px;
	border-radius: 0;
	box-shadow: none;
	color:#fff;
	padding:0;
}

.home-request .back-request-right textarea {
	resize: none;
}

.home-request .back-request-right button {
	margin: 30px 0 0 15px;
}

.copyright {
    background-color: #313643;
    color: #fff;
    padding: 15px;
	margin-bottom:0px;
	height: 50px;
	font-size: 13px;
	color:#89909b;
	margin-right: 0px;
}

footer#footer {
	margin-top: 25px;
	padding-top: 50px;
	color: #FFF;
	font-size: 14px;
	background-color: #404b5d;
}

footer#footer i {
	color:#b1b4ba;
	font-size: 18px;
}

footer#footer h3{
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 30px;
	font-weight: bold;
}

footer#footer p {
    color: #89909b;
    font-size: 13px;
}

.logo-slug {
    float: left;
    height: 50px;
    margin-bottom: 25px;
}

.logo-slug img {
    height: 43px;
    margin-bottom: 30px;
}

.footer-slug {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.footer-slug span {
    margin-left: 13px;
    font-size: 18px;
    font-style: initial;
    font-weight: 200;
    font-style: italic;
}

footer#footer .logo .logo-slug img {
	height: 43px;
	margin-bottom: 30px;
}

footer#footer .info-site {
	margin-bottom: 50px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;

}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.collapse-menu .childs-collapse i:before{
	content: "\f196";
}
.collapse-menu .childs-collapse.active i:before{
	content: "\f147";
}

.collapse-menu .list-group-item ul {
	display: none;
}
.collapse-menu .list-group-item ul.active {
	display: block;
}

.list-group-item ul li {
    margin-top: 15px !important;
    list-style-type: none;

}

.list-group-item ul li:before {
    content:"\2014";
    margin-right: 10px;
    margin-left: -20px;
}

/**
-------- MENU ------------ **/
.dropdown-menu {
	border-radius:4px !important;
	border:0;
	left: -40%;
    z-index: 1001;
}
.navbar-nav > li > .dropdown-menu {
	margin-top:5px;
}
.dropdown-menu > li > a{
	font-weight: 700;
	font-size: 14px;
	color:#00a8ec;
	text-transform: uppercase;
	padding: 5px 20px;
    margin: 5px;
    border-radius: 3px;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.dropdown-menu > li.hover > a {
	color: #000000;
    background-color: #f0f0f0;
}
.dropdown-submenu {
    position: relative;
	margin-right:-5px;
	padding-right: 5px;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
	background-color:#f0f0f0;
}

.dropdown-submenu>.dropdown-menu>li>a{
	font-weight:400;
	text-transform: none;
}

.dropdown-submenu>.dropdown-menu>li>a:hover { 
	background-color: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
	font-family: 'FontAwesome';
    float: right;
    margin-right: -13px;
	color:#000;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-header {
	font-size: 14px;
	text-transform: uppercase;
}

.navbar-nav > li > .dropdown-menu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}

@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
}
}

.alphabet-sort {
	margin:0;
	padding:0 20px;
	list-style-type: none;
	float:left;
	
}

.alphabet-sort .letter {
	font-weight: bold;
	font-size: 22px;
	color:#000;
	border-bottom:1px solid #eee;
	margin-bottom: 15px;
	padding-top:40px;
    text-transform: uppercase;
}

.alphabet-sort li {
	padding: 5px 0;
}

#myModalSolution .selected-product{
	border:1px solid #e5e5e5;
	border-radius: 4px;
	background-color:#f2f2f2;
	padding: 8px 20px;
	margin-bottom: 30px;
}

#myModalSolution .selected-product span {
	color:#a3a3a3;
	font-size: 13px;
	font-weight:500;
	padding-left: 20px;
}
#myModalSolution .selected-product img {
	width: 36px;
	height:36px;
}

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox
{
    cursor: pointer;
    position: fixed;
    z-index: 10000;

    -ms-touch-action: none;
    touch-action: none;

    -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
    box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}


/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
    border-radius: 50%;
}
#imagelightbox-loading
{
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.625em; /* 10 */
    margin: -1.25em 0 0 -1.25em; /* 20 */

    -webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
    box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div
{
    width: 1.25em; /* 20 */
    height: 1.25em; /* 20 */
    background-color: #fff;

    -webkit-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading
{
    from { opacity: .5;	-webkit-transform: scale( .75 ); }
    50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
    to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading
{
    from { opacity: .5;	transform: scale( .75 ); }
    50%	 { opacity: 1;	transform: scale( 1 ); }
    to	 { opacity: .5;	transform: scale( .75 ); }
}


/* OVERLAY */

#imagelightbox-overlay
{
    background-color: #fff;
    background-color: rgba( 255, 255, 255, .9 );
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* "CLOSE" BUTTON */

#imagelightbox-close
{
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    text-align: left;
    background-color: #666;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 2.5em; /* 40 */
    right: 2.5em; /* 40 */

    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus
{
    background-color: #111;
}
#imagelightbox-close:before,
#imagelightbox-close:after
{
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}
#imagelightbox-close:before
{
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
#imagelightbox-close:after
{
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    transform: rotate( -45deg );
}


/* CAPTION */

#imagelightbox-caption
{
    text-align: center;
    color: #fff;
    background-color: #666;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.625em; /* 10 */
}


/* NAVIGATION */

#imagelightbox-nav
{
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    border-radius: 20px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 3.75em; /* 60 */
    padding: 0.313em; /* 5 */

    -webkit-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    transform: translateX( -50% );
}
#imagelightbox-nav button
{
    width: 1em; /* 20 */
    height: 1em; /* 20 */
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.313em; /* 5 */
}
#imagelightbox-nav button.active
{
    background-color: #fff;
}


/* ARROWS */

.imagelightbox-arrow
{
    width: 3.75em; /* 60 */
    height: 7.5em; /* 120 */
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus
{
    background-color: #666;
    background-color: rgba( 0, 0, 0, .75 );
}
.imagelightbox-arrow:active
{
    background-color: #111;
}
.imagelightbox-arrow-left
{
    left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right
{
    right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before
{
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before
{
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before
{
    border-right: none;
    border-left-color: #fff;
    margin-right: -0.313em; /* 5 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow
{
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}