


body {
	font-size: 15px;
	color: #333;
	line-height: 1.3;
	font-family: Roboto !important;
	/**font-family: Arial, Helvetica, sans-serif !important;**/
	  font-style: normal !important;
	
}
.btn-minier {
    padding: 0 4px;
    line-height: 18px;
    border-width: 1px;
    font-size: 12px;
}
.checkbox
{
	margin-bottom:10px;
}
.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px;
}
a.active {
    color: #FF6335;
}
li.breadcrumb-item a.active {
    color: inherit;
}


/* Navbar Actions */
.navbar-actions {
  float: right;
}

/* Language */
.nav-language {
  line-height: 70px;
  margin: 30px 5px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.nav-language-list {
  line-height: 1.4;
  border: 1px solid rgba(255, 99, 53, 0.2);
  border-radius: 50px;
  margin-bottom: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  display: inline-block;
}

.nav-language-list-item {
  padding: 0;
  margin-left: -4px;
}

.nav-language-list-item:first-child {
  margin-left: 0;
}

.nav-language-list-item:first-child .nav-language-list-link {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.nav-language-list-item:last-child .nav-language-list-link {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.nav-language-list-link {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  font-family: Lora, serif;
  display: inline-block;
  min-width: 30px;
  color: #FF6335;
  text-decoration: none;
  background: rgba(79, 210, 194, 0);
  padding: 5px 10px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.nav-language-list-link:hover {
  color: #FF6335;
  background: rgba(255, 99, 53, 0.1);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.nav-language-list-link {
    color: #FF6335;
    font-style: normal;
    text-decoration: underline;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}
.nav-language-list-link:hover {
    color: #FFFFFF;
    font-style: normal;
    text-decoration: none;
}
.nav-language-list-link.active {
	color: #ffffff;
	background: #FF6335;
    font-weight:700;
    text-decoration: none;
}
.nav-item {
	font-style: normal;
}	
.nav-language {
	vertical-align: middle;
	margin: 16px;
}
.navbar-actions {
    float: right;
}
.search .search-btn .search-btn-default {
 	line-height: 16px;
	color: #ffffff;
    opacity: 1;
}
.search .search-btn.is-clicked .search-btn-active {
	top: 0;
	color: #ffffff;
    opacity: 1;
}
@media (max-width: 560px) {
	.search .search-btn .search-btn-default {
	color: #FF6335;
 }
	.search .search-btn.is-clicked .search-btn-active {
	color: #FF6335;
 }
	
}	
.header-shrink.op-b-header .nav-language {
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
}	
.op-b-header.op-b-header-center .navbar-nav {
    float: left;
}
.op-b-header .navbar-toggle {
    margin: 22px 0;
}
.header-shrink.op-b-header .navbar-toggle {
    margin: 22px 0;
}
.navbar-btn {
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-nav >li {
    margin-left:0px;
	margin-right:0px;
}
.header-shrink * .btn-slide { /**  adjustments menu buttons**/
    color: #333333 !important;
}
.header-shrink * .btn-slide:hover {
    color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav >li {
    margin-left:0px;
	margin-right:0px;
	}
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #000;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-logo {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 50px !important;
}
@media (min-width: 992px) {
.navbar-logo-img-dark {
	padding-top: 18px;
}
}	
.navbar-logo-wrap {
	padding: 0px 0 !important;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
}

@media (max-width: 320px)
{
	.navbar-logo {
	    width: 140px;
	}
}
.vertical-align {
	display: flex;
	align-items: center;
}

.dark-rounded-box {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #353535;
	color: #ffffff;
	opacity: 0.95;
}
.dark-box {
	background: #353535;
	color: #ffffff;
	opacity: 1;
		border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #9DA5A7;
	
	opacity: 0.95;
	
}

.orange-box {
	background: #ff6335;
	color: #ffffff;
	opacity: 0.95;
}

.search-field {
    background: #fff;
    border-top: 1px solid #ebeef6;
    border-bottom: 1px solid #ff6335;
}

.left-box-form {

	color: #000000;
	opacity: 0.90;
}

.blue-box {
	background: #00BBD3;
	color: #ffffff;
	opacity: 0.95;
}
.fuelux .radio-checkbox label, .fuelux .radio-checkbox-inline label {
	color: #ffffff;
}

.formError {
	color: red;
	font-size: 12px
}

label {
	font-weight: 400;
}

textarea {
	color: #000000;
}

.btn-teal-bg-slide {
	position: relative;
	display: inline-block;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	background: #00BBD3;
	background-image: none;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.color-b2c {
	color: #FF6335 !important;
}

.color-b2b {
	color: #00BBD3 !important;
}

.bg-b2b {
	color: #ffffff !important;
	background: #00BBD3;
	border-color: #ffffff;
}

.bg-b2c {
	color: #ffffff !important;
	background: #FF6335;
	border-color: #ffffff;
}

.bg-pink {
	color: #000000 !important;
	background: #E5D5C5;
	border-color: #ffffff;
}
.bg-banner {
	color: #d4d8df !important;
	background: #333;
	font-size:25px;
	font-weight:700;
	
}
.bg-light-dark {
	color: #ffffff !important;
	background: #343A39;
	border-color: #ffffff;
}

.bg-light-dark-color-orange {
	color: #FF6335 !important;
	background: #343A39;
	border-color: #ffffff;
}

.bg-dark {
	color: #ffffff !important;
	background: rgb(0,0,0,0.7);
	border-color: #ffffff;
}

.no-js .promo-block-v5-bg {
	z-index: 1;
	text-align: center;
	background: url(/images/home_b2b.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.no-webp .promo-block-v5-bg {
	z-index: 1;
	text-align: center;
	background: url(/images/home_b2b.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.webp .promo-block-v5-bg {
	z-index: 1;
	text-align: center;
	background: url(/images/home_b2b.webp) no-repeat;
	background-size: cover;
	background-position: center center;
}

.no-js .promo-block-home-bg {
	background: url(/images/home2.fw.jpg) no-repeat;
	z-index: 1;
	text-align: center;
	background-size: cover;
	background-position: center center;
}
.no-webp .promo-block-home-bg {
	background: url(/images/home2.fw.jpg) no-repeat;
	z-index: 1;
	text-align: center;
	background-size: cover;
	background-position: center center;
}

.webp .promo-block-home-bg {
	background: url(/images/home2.fw.webp) no-repeat;
	z-index: 1;
	text-align: center;
	background-size: cover;
	background-position: center center;
}

.no-js .promo-block-v6-bg {
	z-index: 1;
	text-align: center;
	background: url(/images/home_b2c.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.no-webp .promo-block-v6-bg {
	z-index: 1;
	text-align: center;
	background: url(/images/home_b2c.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.webp .promo-block-v6-bg {
	z-index: 1;
	text-align: center;
	background: url(/images/home_b2c.webp) no-repeat;
	background-size: cover;
	background-position: center center;
}

h3.footer {
	color: #ffffff !important;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-family: Montserrat !important;
	font-style: normal !important;
}

ul.footer {
	
	color: #ffffff !important;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.1;
}

ul.footer li a {
	color: #ffffff !important;
	
	margin: 0px;
	padding: 0px;

	font-style: normal !important;
	line-height: 1.5;

}

.v-bullet li {
	list-style-type: none;
	list-style: none;
}

.v-bullet li:before {
	/*Using a Bootstrap fontawesome as the bullet point*/
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-size: 9px;
	line-height: 3;
	margin-top: 4px;
	margin-right: 4px;
	color: #fff;
	background: #00bcd4;
	border-radius: 100% !important;
	padding: 3px;
	font-style: normal;
	width: 5px;
	height: 5px;
}

.bigwhitebold {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #ffffff !important;
}

.heading-v1-title {
	margin-bottom: 0;
}

.padding-t-10 {
	padding-top:10px !important;
}
.padding-t-20 {
	padding-top:20px !important;
}
.padding-tb-10 {
	padding-top:10px !important;
	padding-bottom:10px !important;
}
h1.promo-block-v6-title{

  font-weight: 700;
  font-family: Montserrat !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  line-height: 1.1;
  font-size: 70px ;
   font-style: normal;
}
h1.promo-block-v5-title{

  font-weight: 700;
  font-family: Montserrat !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  line-height: 1.1;
  font-size: 70px;
   font-style: normal;
}
.promo-block-v6-subtitle
{
	
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
  line-height: 1.1;
    font-size: 30px;

}
.promo-block-v5 .promo-block-v5-subtitle
{
	  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
  line-height: 1.1;
   font-size: 30px;
   font-style:normal;
    
	
}

.promo-block-v5-subtitle
{
	
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
  line-height: 1.1;
    font-size: 30px;
    

}
.border-b-1-b2b
{
border-bottom: 1px solid #00bbd3 !important;
}
.border-b-1-b2c
{
border-bottom: 1px solid #ff6635 !important;
}
.btn-b2b {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #00bbd3;
  background-image: none;

  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-b2c {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #FF6335;
  background-image: none;

  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrap {
	
	margin:auto;
	position:relative;
}
.wrap img {
	width:100%;
	height:auto;
	border:1px solid #000;
}
.captionjf {
	position:absolute;
	top:5px;
	text-align:center;
	left:0;
	right:0;
	bottom:10px;
	overflow:auto;
}

.caption-inner {
	display:table;
	width:100%;
	height:100%;
}
.caption-content {
	display:table-cell;
	vertical-align:middle;
}
.caption-content p {
	margin:0 50px;
	background:rgba(255,255,255,0.4);
	padding:5px;
}
.categoryborder
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333399;
  background-image: url("http://leverancier-vinden.bobex.be/images/categbg.jpg");
  background-repeat: repeat-y;
  height: 75px;
  width: 800px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.categorieswrapper
{
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #333399;
  width: 800px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
}
.categorywrapper
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 50px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  width: 950px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: 74px;
}

.imagedivider
{
  position: relative;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 74px;
  width: 165px;
}
.margin-t-15
{
	margin-top:15px;
}
.padding-b-5
{
padding-bottom:5px;	
}
.call-to-action {
    padding: 10px 25px;
    text-align: center;
}
.bg-breadcrumb {
	background:#e6e7e8;
	padding-top:3px;
	padding-bottom:3px;
}

/**/

/*  */
/* Features tours */
/*  */
.features-tours-full-width .features-tours-wrap .features-tours-item {
    width: 25%;
    float: left;
}

.features-tours-full-width .features-tours-wrap .features-tours-item.features-tours-item-home {
    width: 50%;
    float: left;
}
.features-tours-full-width .features-tours-wrap .features-tours-item .features-media {
    position: relative;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media img {
    width: 100%;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top {
    position: absolute;
    z-index: 1;
    top: 0;
    width: -webkit-calc( 100% - 40px);
    width: -moz-calc( 100% - 40px);
    width: calc( 100% - 40px);
    left: 20px;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price,
      .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp {
    font-size: 22px;
    display: inline-block;
  
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    color: #ffffff;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price span,
        .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp span {
    color: #ff6335 ;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 99;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp {
    text-align: right;
    margin-top: 30px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top div.info-text {
    margin-top: 10px;
    line-height: 1.55;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    color: #ffffff;
    opacity: 0;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 20px;
    width: -webkit-calc( 100% - 40px);
    width: -moz-calc( 100% - 40px);
    width: calc( 100% - 40px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
     font-size: 18px;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #FF6335;
    font-weight: 400;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.9);
}
.info-price h4
{
	color: #ffc107;
	font-size: 18px !important;
	font-size:16px; 
}


.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .button {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    font-size: 13px;

    padding: 1px 10px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .button:hover {
   opacity: 1;
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media:before {
    background: rgba(0, 0, 0, 0.5);
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media .features-info-top {
    opacity: 1;
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media .features-info-top .info-price {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media .features-info-top .info-temp {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media .features-info-top div.info-text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media .features-info-bot {
    bottom: 20px;
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media .features-info-bot .button {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1400px) {
    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price,
  .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp {
        font-size: 18px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price span,
    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp span {
        font-size: 9px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top div.info-text {
        margin-top: 10px;
        font-size: 12px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title {
        font-size: 15px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title span {
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top {
        left: 10px;
        width: -webkit-calc( 100% - 20px);
        width: -moz-calc( 100% - 20px);
        width: calc( 100% - 20px);
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price,
    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp {
        font-size: 16px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price span,
      .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp span {
        font-size: 8px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp {
        margin-top: 10px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top div.info-text {
        margin-top: 10px;
        font-size: 12px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot {
        left: 10px;
        bottom: 10px;
        width: -webkit-calc( 100% - 20px);
        width: -moz-calc( 100% - 20px);
        width: calc( 100% - 20px);
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title {
        font-size: 14px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title span {
        font-size: 9px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .button {
        font-size: 11px;
        padding: 1.5px 10px;
    }
}

@media (max-width: 992px) {
    .features-tours-full-width .features-tours-wrap .features-tours-item {
        width: 50%;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top {
        width: -webkit-calc( 100% - 40px);
        width: -moz-calc( 100% - 40px);
        width: calc( 100% - 40px);
        left: 20px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price,
      .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp {
        font-size: 22px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price span,
        .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp span {
        font-size: 12px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp {
        margin-top: 30px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top div.info-text {
        margin-top: 10px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot {
        bottom: 20px;
        left: 20px;
        width: -webkit-calc( 100% - 40px);
        width: -moz-calc( 100% - 40px);
        width: calc( 100% - 40px);
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title {
        font-size: 26px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title span {
        font-size: 12px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .button {
        font-size: 13px;
        padding: 1px 10px;
    }
}

@media (max-width: 698px) {
    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price,
  .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp {
        font-size: 18px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price span,
    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp span {
        font-size: 9px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top div.info-text {
        margin-top: 10px;
        font-size: 12px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title {
        font-size: 15px;
    }

    .features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title span {
        font-size: 10px;
    }
}

@media (max-width: 560px) {
    .features-tours-full-width .features-tours-wrap .features-tours-item {
        width: 100%;
    }
}
.info-price a
{
	    text-transform: uppercase;
	    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.9);
}
/**buyer**/
.image-box {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
}
img {
   
    max-width: 100%;
    height: auto;
}
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 1;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241, 241, 241, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.image-box-body {
    padding: 20px 15px 15px;
}

.promo-block-v2::before {
  
    background: none;
   
}
.btn-b2b-sm
{
	font-size: 14px;
font-weight: 300;
padding: 9px 22px;
background: #00bcd4;
color: #ffffff;

}
@media (max-width: 992px) {
.btn-dark-bg-slide {
    background: transparent;	
}
}	
@media (min-width: 992px) {
.btn-b2b-bg-slide {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background: #000000;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #00bcd4;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
}
.btn-b2b-bg-slide.active {
    background: #00bcd4;
    color:#FFFFFF;
}

.btn-b2c-bg-slide {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background-image: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration:none;
    text-decoration: none !important;
}

.btn-b2c-bg-slide.active {
    border-bottom: 4px solid #f2643b;
    color:#FFFFFF;
}

.btn-dark-bg-slide {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background: #000000;
    background-image: none;
    border-width: 0px;
    border-style: solid;
    border-color: tranparent;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration:none;
    text-decoration: none !important;
}
.btn-dark-bg-slide.active {
    background: #f2643b;
    color:#FFFFFF;
}


.btn-b2b-bg-slide:hover, .btn-b2b-bg-slide.active:hover
{
	background-color: #00bcd4 !important;
    color:#ffffff;
    border: 1px solid #00bcd4 !important;
}

.btn-b2c-bg-slide:hover, .btn-b2c-bg-slide.active:hover
{
	background-color: #ffffff !important;
    color:#175da6 !important;
}


.btn-dark-bg-slide:hover
{
	background-color: #000000;
    color:#ffffff;
    border: 1px solid #ffffff !important;
}
}
.no-transparency
{
	opacity:1;
}

.radio
{
	margin-top:0;
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #55595c;
}

.table-inverse tbody tr:nth-of-type(2n+1) {
    background: transparent;
}

.table-inverse tbody tr td {
    font-weight: 300;
    color: #eceeef;
    border-top: none;
    /** border-top: 1px solid #eceeef; **/
    vertical-align: middle;
    padding: 10px;
}


.progressbar2_1
{
	width: 50%;
}
.progressbar2_2
{
	width: 100%;
}

/**Breadcrumb**/
.breadcrumb::after {
    content: "";
    display: table;
    clear: both;
}
.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
   background:none;
    border-radius: .25rem;
    
}
section.breadcrumb-v2 {
	background-color: unset !important;
}
.breadcrumb-item {
    float: left;
}
.breadcrumb {
    list-style: none;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item:hover::before {

     text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: inherit ;
    content: "/";
     text-decoration: none;
}
ol li a
{
	 color: #FF6335;
	 font-size:12px;
}
ol.breadcrumb li a{
	color: #175da6;
}
ol li
{
font-size:12px;	
}
.breadcrumb-item
{
	color:#175da6;
}
.breadcrumbs-v2 {   
    padding: 0 0;
    border:none;
}

.breadcrumb-item.active {
    color: #FF6335;
}

a.text-white {
  text-decoration: none;
}
.text-white ul li
{
	color:#ffffff !important;
}

.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tr > th,
.table-condensed > tr > td {
  padding: 2px 4px;
}
.value {
	font-weight: 700;
	margin-left: 15px;
	}

.name b {
    font-weight: 600;
}

.footer
{
	padding:10px;
		background-color:#232F3E;
}
#copyright
{
	padding:10px;
	color:#FFFFFF !important;
	
	background-color:#131A22;
}
.footer-copyright-item , .footer-copyright-item a
{
	color:#CCCCCC !important;
	font-size: 13px;
}
.clients-v1 .clients-v1-item
{
	height:80px
}

.search-fullscreen .search-fullscreen-input-group .search-fullscreen-input-b {
    width: 100%;
    height: 50px;
    font-size: 36px;
    font-weight: 300;
    color: #34343c;
}    
.footer-testimonials .footer-testimonials-quote::before {
    position: relative;
    top: 15px;
    font-size: 50px;
    font-family: Droid Serif, serif;
    color: #a6a6a6;
    line-height: 1;
    content: "“";
    margin-right: 5px;
}
.footer-testimonials .footer-testimonials-quote > p {
    display: inline;

    font-style: italic;

}
.footer-testimonials .footer-testimonials-author {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    float: right;
}
.testimonials-v1 .testimonials-v1-author {

    margin: 0px;
}
.theme-portfolio .theme-portfolio-item-v2 .theme-portfolio-active-wrap::before 
{
width: 0%;
height: 0%;
	}
.fa-2 {
    font-size: 2em;
}
i.rounded
{
	 display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
}
label.error{	
	margin-top:5px;
	color:#ffffff;
	font-size:12px;
	font-weight:700;
	display:none;
	padding: 1px;
	background-color: #ff0000;
	border: 1px solid #ff0000;
	border-radius: 4px;
    position:relative;
}    
label.error:before {
    content: "\f071"; 
    font-family: "Font Awesome 5 Pro";
	font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 12px;
    padding-right: 0.5em;
    position:relative;
 }
.btn-b2c:hover {
	color:#ffffff;
background: #000000;
border-color: transparent;
text-decoration: none;
border-color:#FF6335;

	}
	
	.btn-b2b:hover {
	color:#ffffff;
background: #000000;
border-color: transparent;
text-decoration: none;
border-color:#00bbd3;

	}
	
	.team-v9 .team-v9-img-wrap:hover .team-v9-img-effect::before {
    	background: rgba(52, 52, 60, 0.0);
    transition-duration: 50ms;
    transition-property: all;
 position: absolute;
top: -1px;
left: -2px;

}


.heading-v1-title
{
	font-family: Montserrat !important;
	font-style:normal !important;
}
.heading-v1-text
{
	font-family: Oswald !important;
	font-style:normal !important;
}
.testimonials-v1-author-position a
{
	font-family: Oswald !important;
}
.process-v2-title
{
	font-family: Montserrat !important;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular-webfont.eot');
    src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Oswald';
    src: url('/fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('/fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
.formNote
{
	color:#ffffff;
	font-size:10px;
}
.white
{
	color:#ffffff;
}


.sw-theme-default .step-content {

    background-color: #FFF0;

}
.sw-theme-default .sw-toolbar {
    background: none;

}
.sw-theme-default {
    box-shadow: none;
}
.sw-toolbar-bottom
{
	display:none;
}
.sw-main sw-theme-circles
{
	    background-color:#FFF0;
	
}
.sw-theme-circles .step-content {

    background-color: #FFF0;

}

.sw-theme-arrows .step-content {

    background-color:#FFF0;

}
.nav-tabs
{
	  background-color:#FFF0;
}
.sw-theme-arrows {

    border: 0
}

.sw-theme-arrows > ul.step-anchor {

    background-color:#FFF0;
    border-radius: 0px;
   
}

.sw-theme-circles > ul.step-anchor
{
	 background-color:#FFF0;
}
.sw-theme-dots .step-content
{
	 background-color:#FFF0;
}

.sw-theme-dots > ul.step-anchor {
    background: none;
    
}
.sw-theme-dots .step-content {
 background: none;
}
.sw-theme-dots > ul.step-anchor
{
	 background-color:#FFF0;
}
.sw-theme-dots > ul.step-anchor > li > a small 
{
	margin-top:10px;

	}
	.sw-theme-dots > ul.step-anchor::before {
	width:75%
	}
	.nav-form {
    padding-left: 10%;
}
.sw-theme-dots > ul.step-anchor > li.done {
    background: #ff6335 !important;
}



.sw-theme-dots > ul.step-anchor-b2b > li.active {
    background: #198998 !important;
}
.sw-theme-dots > ul.step-anchor > li.done > a::after {
    background: #ff6335;

}
.bg-becomesupplier
{
	   background: #3D41AE;
}

 .sw-theme-dots > ul.step-anchor-b2c > li.active > a::after {
    background: #f2643b;
  
}
 .sw-theme-dots > ul.step-anchor-b2c > li.active > a::after {
    background: #00bbd3;
  
}
.sw-theme-dots > ul.step-anchor-b2b > li.done > a::after {
    background: #198998  !important;
}
.sw-theme-dots > ul.step-anchor > li.done > a::after
.sw-theme-dots > ul.step-anchor > li.done > a {

    background: #F79F87 !important;
}

.sw-theme-dots > ul.step-anchor-b2c > li.done {
    background: #F79F87 !important;
}
.sw-theme-dots > ul.step-anchor-b2c > li.active {
    background: #F79F87 !important;
}
.sw-theme-dots > ul.step-anchor-b2c > li.active > a {

    background: #F79F87 !important;
}


.sw-theme-dots > ul.step-anchor-b2b > li.done {
    background: #198998 !important;
}
.sw-theme-dots > ul.step-anchor-b2b > li.active {
    background: #198998 !important;
}
.sw-theme-dots > ul.step-anchor-b2b > li.active > a {

    background: #198998 !important;
}

.sw-theme-dots > ul.step-anchor-b2c > li.active > a::after {
    background: #F2643A;
}

.sw-theme-dots > ul.step-anchor-b2c > li.done > a::after {
    background: #a4533b ;
}


.sw-theme-dots > ul.step-anchor-b2b::before {
    background-color: #BCD8F6;

}

.sw-theme-dots > ul.step-anchor-b2b > li {

    background-color: #BCD8F6;
}
.sw-theme-dots > ul.step-anchor-b2b > li > a, .sw-theme-dots > ul.step-anchor > li > a:hover {

    background: #BCD8F6 !important;
}
.sw-theme-dots > ul.step-anchor-b2c::before {
    background-color: #BCD8F6;

}
.sw-theme-dots > ul.step-anchor-b2b > li.done > a
{
	 background-color: #198998  !important;
}
.sw-theme-dots > ul.step-anchor-b2c > li.done > a
{
	 background-color: #a4533b   !important;
}
.sw-theme-dots > ul.step-anchor-b2c > li {

    background-color: #BCD8F6;
}
.sw-theme-dots > ul.step-anchor-b2c > li > a, .sw-theme-dots > ul.step-anchor > li > a:hover {

    background: #BCD8F6 !important;
}

.services-v1 {

    padding: 0px;
}



@media (max-width: 400px) {
	.text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }

  .no-js .promo-block-home-bg {
        background: url(/images/home2_480.jpg) no-repeat;
    }
    
  .no-webp .promo-block-home-bg {
        background: url(/images/home2_480.jpg) no-repeat;
    }
    
  .webp .promo-block-home-bg {
        background: url(/images/home2_480.webp) no-repeat;
    }

 h1.promo-block-v6-title{

  font-weight: 700;
  font-family: Montserrat !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  line-height: 1.1;
  font-size: 30px ;
   font-style: normal;
}
.promo-block-v6-subtitle
{
	  font-size: 20px ;
}

 h1.promo-block-v5-title{

  font-weight: 700;
  font-family: Montserrat !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  line-height: 1.1;
  font-size: 30px ;
   font-style: normal;
}
.promo-block-v5-subtitle
{
	  font-size: 20px ;
}
ol.breadcrumb li a
{
	font-size:10px
}
}

@media (min-width: 401px) and (max-width: 767px) {

    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
 .no-js .promo-block-home-bg  {
        background: url(/images/home2_300.fw.jpg) no-repeat;
    }
 .no-webp .promo-block-home-bg  {
        background: url(/images/home2_300.fw.jpg) no-repeat;
    }
 .webp .promo-block-home-bg  {
        background: url(/images/home2_300.fw.webp) no-repeat;
    }   
     h1.promo-block-v6-title{

  font-weight: 700;
  font-family: Montserrat !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  line-height: 1.1;
  font-size: 40px ;
   font-style: normal;
}
.promo-block-v6-subtitle
{
	  font-size: 20px ;
}

     h1.promo-block-v5-title{

  font-weight: 700;
  font-family: Montserrat !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  line-height: 1.1;
  font-size: 40px ;
   font-style: normal;
}
.promo-block-v5-subtitle
{
	  font-size: 20px ;
}
    .features-tours-full-width .features-tours-wrap .features-tours-item.features-tours-item-home {
    width: 100%;
    float: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}
.form-control-feedback {
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px;
    pointer-events: auto;
    position: absolute;
    z-index: 2;    
    top: 0.5rem;
}
.form-control-feedback.left {
    border-right: 1px solid #ccc;
    padding-left:2px;
    padding-right:2px;
    left: 1rem;
}
.form-control-feedback.right {
    border-left: 1px solid #ccc;
    padding-left:2px;
    padding-right:2px;
    right: 1rem;
}
.form-control.has-feedback-left {
    padding-left: 45px
}
.form-control.has-feedback-right {
    padding-right: 45px
}
.form-group {
    margin-bottom: 10px
}


.promo-block-v2
{
	background:none;
}

#or {
    display: inline-block;
    position: relative;
    padding: 10px;
    background-color: #FFF;

}
.or-hr {
    margin-bottom: 0;
    position: relative;
    top: 19px;
    height: 0;
    border: 0;
    border-top: 1px solid #e4e6e8;

}
.or-container {

    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    clear: both;
    color: #6a737c;
    font-variant: small-caps;

}

.cc-banner :last-child.cc-btn {
    min-width: 170px;
}
.cc-message {
	font-size:14px;
	line-height: 1em;
}
/*--------------------------------------------------
    [Style Switcher]
----------------------------------------------------*/

.fb-switcher {
    position: relative;
}

/* Button */
.fb-switcher .fb-switcher-btn {
    position: fixed;
    top: 50%;
    right: 0;
	padding: 10px;
    display: block;
    z-index: 9999;
    background: #175da6;
    color: #ffffff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    font-family: Montserrat;
	font-weight: 700;	
}

.fb-switcher-btn:hover {
	background: #f2643b;
}

.rotate {
/* Safari, Chrome */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
/* Older versions of IE */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
/* CSS3 standard as defined here: http://www.w3.org/TR/css3-transforms/ */
transform: rotate(-90deg);
}


  .btn-blue-cta {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #175DA6 !important;
  background-image: none;

  border-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blue-form-box
{
	background: #175DA6;
	color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity: 0.95;
	
}
.white-rounded-blue-box
{
	background: #ffffff;
	color: #333333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #175DA6;	
	opacity: 1;
	padding:30px;
}
.h3lp
{
	font-size:26px;
	color:#F26439;
}
.h3lp
{
	font-size:26px;
	
}
.desccatlp
{
	
	font-size:16px;
}
.bg-color-sky-medium
{
	background: #eeeeee !important;
}
.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: -1em;
    top: 50%;
    margin-top: -8px;
}
.contact-us
{
	padding:10px;
}
.contact-us .contact-us-timeline-day
{
	background:#00bcd4;
}


.chosen-container-single .chosen-single {
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ebeef6;
    margin: 0;
    font-size: 13px;
}
.chosen-container-single .chosen-single span {
    padding-top: 6px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 5px;
}
   .caption-light {
        width:calc(100% - 34px);
        bottom: 0;
        position: absolute;
        background-color: rgba(254, 254, 254, 0.7);
        color: #000; 
        padding: 10px;       
    }
   .caption-light:hover {
     	background-color: rgba(255, 102, 0, 0.7);
        color: #fff; 
    }
    
       .caption-dark {
        width:calc(100% - 34px);
        bottom: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 10px;       
    }
    .alert-gray {
    color: #000000;
    background-color: #dddddd;
    border-color: #dcdcdc;
}
    .alert-darker {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
}
    .alert-orange-darker {
    color: #ffffff;
    background-color: rgba(255, 102, 0, 0.7);
    border-color: rgba(255, 102, 0, 0.7);
}
    .alert-blue-darker {
    color: #ffffff;
    background-color: rgba(0, 188, 212, 0.7);
    border-color: rgba(0, 188, 212, 0.7);
}
.label-default-menu {
    background-color: #ebebeb;
    color:#333;
    font-weight: 400;
    font-size: 14px;
    border-color: #c2c2c2;
    border: solid 1px;
    padding: 10px;
    line-height:3;
}
.label-default-menu:hover {
    background-color: #a8a8a8;
    color:#fff;
}
.text-shadow-2 {
text-shadow: 2px 2px #333;
}
.squareimage {
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.squareimage img{
     position: absolute;
      max-width: 90%;
      max-height: 90%;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
}
.squareimage div{
     position: absolute;
      max-width: 90%;
      max-height: 90%;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
 }
.border-b2c {
  border: solid 1px #FF6335;
}

.border-b2b {
  border: solid 1px #00BBD3;
}

.list-group-item.activeheader, .list-group-item.activeheader:hover, .list-group-item.activeheader:focus {
    z-index: 2;
    color: #fff;
}
a.list-group-item-orange, button.list-group-item-orange {
    color: #ffffff;
    background-color: #FF6335;
}
a.list-group-item-orange:hover, a.list-group-item-orange:focus {
    color: #FF6335;
    background-color: #ffffff;
    border-color: #FF6335;
}

.back-to-top, .back-to-top:hover {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
z-index: 100;
display: none;
text-decoration: none;
color: #ffffff;
background-color: #FF6335;
} 
 
.back-to-top i {
  font-size: 60px;
  padding: 5px;
}

.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}
.navbar-trans {
  background: transparent; }

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
}

.fuelux .radio-checkbox-bg-icon:before {
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    border: 1px solid #195DA6;
    padding: 2px;
}
.radio-checkbox-btn-checked::before{
	background-color:orangered;
	content:"\f00c" !important;
}

.fuelux .radio-checkbox label, .fuelux .radio-checkbox-inline label {
    color: #323232;
}

.form-control,.chosen-container-multi .chosen-choices {
    border-color: #175DA6;
    border-radius:0;
}
.form-title {
    color: #175DA6 !important;
    font-weight: 700;
}
.form-subtitle {
    color: #333230 !important;
    font-weight: 700;
}
.formBottomNote {
    color: #323232;
    font-size: 12px;
}
button#button_submit:hover {
    background-color: #175da6;
    transition: 0.5s;
}
.bg-bobexBlue{
	background-color: #175da6 !important;
}
.btn-outline-bobexBlue {
    color: #175da6;
    border-color: #175da6;
}
.btn-outline-bobexBlue:hover {
    color: #ffffff;
    background-color: #175da6;
}
.borderBobexBlue{
	border: 1px solid #175da6;
}

li.megamenu-li:hover a.nav-link.dropdown-toggle{
	background-color: #ffffff;
	color: #175da6 !important;
}

@media (min-width: 992px) {
	li.megamenu-li:hover .dropdown-menu {
	    display: block !important;
	}
}

.dropdown-menu.megamenu {
    top: 44px !important;
    z-index:1030;
}
.btn-primary {
    color: #fff;
    background-color: #175da6;
    border-color: #175da6;
}

.btn-primary:hover{
    background-color: #f2643b;
     border-color: #f2643b;
        transition: 0.8s;
}
div.btn-transparant{
    border-radius: 4px;
}
div.btn-transparant:hover{
    background-color: #f2643b;
    transition: 0.3s;   
}

div.btn-transparant:hover a{
    color: #ffffff;
}
div.btn-transparant a{
    color: #175da6;
    text-decoration: none !important;
}

div.btn-transparant p.card-title{
	color: #175da6;
	font-size: 1.2em;
}
div.btn-transparant:hover img.d-none, .hoverImage:hover img.d-none, .hoverImage:hover i.d-none{
    display: block !important;
}
div.btn-transparant:hover img.d-block, .hoverImage:hover img.d-block, .hoverImage:hover i.d-block {
    display: none !important;
}
div.btn-transparant:hover p.card-title, div.btn-transparant:hover a, div.btn-transparant:hover p {
    color: #ffffff;
    text-decoration: none !important;
}

.bg-Bobex-gradient{
	background-image: linear-gradient(#c2e0ff, #edf1f5);
}

a.blueTag {
    padding:15px; 
    display: inline-block; 
    border: #175da6 1px solid;
    border-radius: 50px;
    color: #175da6;
    margin-right: 10px;
}

a.blueTag:hover {
    background-color: #175da6;
    color: #ffffff;
    text-decoration: none !important;
}

#evalpos button.btn:hover,
#evalpos button.btn:hover .text-success,
#evalpos button.btn:active,
#evalpos button.btn:active .text-success  {

    background-color: #28a745;
    color: white !important;
}




#evalneu button.btn:hover,
#evalneu button.btn:hover .text-default,
#evalneu button.btn:active,
#evalneu button.btn:active .text-default  {

    background-color: #212529;
    color: white !important;
}

#evalneg button.btn:hover,
#evalneg button.btn:hover .text-danger,
#evalneg button.btn:active,
#evalneg button.btn:active .text-danger  {

    background-color: #dc3545;
    color: white !important;
}


.blueOnHover:hover {
    background-color: #175da6!important;
    color: white!important;
}

.bobex-box-shadow{
	box-shadow: 0 4px 8px -3px #b6c1de;
	
}

.sticky-sidebar.sticky-top{
	top: 130px;
    z-index: 999;
	
}
ul.nav a.user-profile {
    color: white;
}

ul.nav.navbar-right ul.dropdown-menu.pull-right {
	left: unset !important;	
}

ul.nav.navbar-nav ul.dropdown-menu.dropdown-usermenu {
    padding: 16px;
}
ul.dropdown-menu.dropdown-usermenu li  {
    margin: 8px 0px;
}
ul.dropdown-menu.dropdown-usermenu li a {
    padding: 8px 0px;
}
b, strong {
     font-weight: bold;
}
.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent;}
.placeholder-fix:focus::-moz-placeholder   {color:transparent;}
.placeholder-fix:-moz-placeholder   {color:transparent;}