.text-white {
	/* text-white */
	color: #fff;
}

.image-style {
	/* space around image */
	padding: 4px 2px;
}

.blue-button {
	/* Button-Link Styled*/
	display: inline-block;
}
a.blue-button {
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	height: 45px;
	line-height: 35px;
	margin: 5px 0;
	overflow: hidden;
	padding: 5px 25px;
	border-radius: 6px;
	background-color: #0474bd;
}
a:hover.blue-button {
	color: #000;
}



/****************** Bootstrap overrides ******************/
ul { margin-left: 20px; padding: 0; list-style-type: circle; }

.content h1 { margin-top: 0; } 
.content h2, 
.content h3 { margin-top: 20px; }
h1 { color: #f79e22; font-family: "Hind",sans-serif; font-size: 30px;  } 
h2 { color: #f79e22; font-family: "Hind",sans-serif; font-size: 23px;  line-height: 1.3;} 
h3 { color: #f79e22; font-family: "Hind",sans-serif; font-size: 20px; line-height: 1.3;}
h4 { color: #f79e22; font-family: "Hind",sans-serif; font-size: 16px; line-height: 1.3;}
h5 { color: #f79e22; font-size: 14px; line-height: 1.3;}
.navbar-brand { height: 145px; padding: 0; }
.nav>li>a { padding: 0; }

h1.page-title { margin-bottom: 20px; }
a { color: #cccccc; }
a:hover { color: #ffffff; }

/****************** Dropdown Menu ******************/

.dropdown .dropdown-menu { background-color: #f4f4f4;border-radius: 0; max-height: 0; overflow: hidden; display: block; border-top: none; border: 1px solid #F4F4F4; opacity: 0; -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; -ms-transition: all 300ms ease; transition: all 300ms ease; }

.dropdown-custom .flaticon-arrow487:before { font-size: 11px; color: #006dad; }

/* Carousel*/

.bottom-nav li { font-size: 17px; }
.carousel-indicators { bottom: 30px; }

/* Carousel*/

/****************** Bootstrap overrides ******************/

body.light-text { background-color: #181919; color: #f2f2f2; font-family: Hind, Helvetica, Arial, sans-serif; font-size: 16px; }
.edit_ui-wysiwyg-day_content {background-color: #515151 !important;}

.template_bg > div { padding-bottom: 25px; }


img { max-width: 100%; height: auto; }
.yellow { color: #f79e22; }

/****************** Header ******************/

#nav { background: #fff; }
.top-nav { background: #f4f4f4; }
.bottom-nav { background: #373737; width: 100%; text-align: center; }
.bottom-nav li { display: inline-block; float: none; text-transform: uppercase; }
.bottom-nav a { color: #fff; }
.header-text-shop {
	margin-top: 55px;
	padding-top: 5px;
	color: #0397d6;
	font-size: 18px;
	font-weight: bold;
	float:left;
	margin-right: 40px;
	background: url(../images/shop.gif) 0 -2px no-repeat; 
	padding-left: 46px;
	height: 40px;
}

.header-text-phone {
	margin-top: 53px;
	color: #137cc1;
	font-size: 27px;
	font-weight: bold;
	float: right;
	background: url(../images/phone.png) 0 3px no-repeat;
	padding-left: 31px;
	height: 40px;
}

/****************** Header ******************/

/****************** Slider ******************/

.carousel-inner { height: 460px; }
#home-slider { background: #000; position: relative; }
#home-slider .caption, .caption { text-align: center; color: #fff; width: 60%; height: auto; margin: 0 auto;  }
#home-slider .caption-wrapper, .caption-wrapper { position: absolute; width: 100%; top: 15vh; }
#home-slider h2, .rotator-sub h2 { font-family: 'Hind', sans-serif; font-size: 29px; line-height: 38px; margin-bottom:20px; color: #ffffff; }
#home-slider p, .rotator-sub p { font: 22px/25px 'Hind', sans-serif; font-weight:300;}
#home-slider .black-overlay, .rotator-sub .black-overlay { height: 316px; width: 100%; position: absolute; bottom: 0; background: url(../images/black-fade.png) repeat-x; }
.sub_field_img_text:after, .sub_field_img:after { position: absolute; content:""; width: 100%; height: 316px; left: 0; bottom: -316px; background: url(../images/black-fade-down.png) repeat-x; }
.js-slider .black-overlay {
	height: 316px; 
	width: 100%;
	position: absolute; 
	bottom: 0;
	background: url(../images/black-fade.png) repeat-x;
	z-index: 5;
}
.js-slider {
	width: 100%;
    overflow: hidden;
    height: 560px;
    position: relative;
}
.template_bg > .content #action-buttons {
	margin-top: -66px;
}
.template_bg > .content {
	position: relative;
	z-index: 10;
}
.js-slide-view {
	position: relative;
}
.black-overlay-2 {
	background: url(../images/black-fade-down.png) repeat-x;
	height: 316px;
    width: 100%;
    position: absolute;
    z-index: 5;
    margin-top: -2px; /* Fixes a small alignment issue when sub-pixel rendering */
}
.js-slide {
	position: relative;
	width: 100%;
}

.sub_field_img_text {
	height:560px;
	margin-bottom: -100px;
	position: relative;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-repeat: no-repeat;
}
.sub_field_img {
	height: 360px;
	position: relative;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-repeat: no-repeat;
}

#home-slider .item { height: 100%; background-size: cover; }
#home-slider .carousel-inner div:before { opacity: 0.7; }
#home-slider .carousel-inner div:after { opacity: 1; }

#home-slider .arrow-wrapper { position: absolute; width: 100%; top: -29px; }
#home-slider .arrow { background: url(../images/active-slider.png); background-size: 100%; width: 50px; height: 50px; margin: 0 auto; }

#home-slider .label-text { font-family: 'Sanchez', serif; text-align: center; color: #fff; font-size: 25px; display: table-cell; vertical-align: middle; }

#home-slider .thumb { height: 9vh; display: table; }
#home-slider .thumb div:before { background: url(../images/active-slider.png); background-size: 100%; width: 50px; height: 50px; margin: 0 auto; }
.carousel-inner > .item > a > img {width: 100%;}

#home-slider .item > a:first-child { display: block; height: 100%; }
#home-slider .caption-wrapper,
.caption-wrapper { line-height: 100%; top:0; height: 100%; z-index:1; }

#home-slider .caption-wrapper .caption,
 .caption-wrapper .caption {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#home-slider .caption-wrapper .caption:before,
.caption-wrapper .caption:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.wrap-empty .caption:before { bottom: 100px; }
#home-slider .caption-wrapper .caption > *,
 .caption-wrapper .caption > * {
	display: inline-block;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.42); 
    padding: 18px 27px 20px 25px;
}
/****************** Slider ******************/

/****************** Itinerary ******************/

.search_tour ul { margin-left: -38px; list-style: none; }
.search_tour select { color: darkgrey; height: 30px; width: 80%; }	
.search_tour_add { margin-top: 5px; margin-bottom: 20px; }

/****************** Slider Sub ******************/

#sub-slider { background: #000; position: relative; }
#sub-slider h2 { font-family: 'Hind', sans-serif; font-size: 32px; line-height: 40px; }
#sub-slider p { font-size: 20px; }
#sub-slider .black-overlay { height: 316px; width: 100%; position: absolute; bottom: 0; background: url(../images/black-fade.png) repeat-x; }

#sub-slider .item { height: 60vh; background-size: cover; }
#sub-slider .carousel-inner div:before { opacity: 0.7; }
#sub-slider .carousel-inner div:after { opacity: 1; }

#sub-slider .arrow-wrapper { position: absolute; width: 100%; top: -29px; }
#sub-slider .arrow { background: url(../images/active-slider.png); background-size: 100%; width: 50px; height: 50px; margin: 0 auto; }

#sub-slider .label-text { font-family: 'Hind', sans-serif; text-align: center; color: #fff; font-size: 25px; display: table-cell; vertical-align: middle; }

#sub-slider .thumb { height: 9vh; display: table; }
#sub-slider .thumb div:before { background: url(../images/active-slider.png); background-size: 100%; width: 50px; height: 50px; margin: 0 auto; }
#sub-slider .carousel-indicators {bottom: 25px;}

/****************** Slider ******************/

.search_tour select { color: darkgrey; }

/****************** Action Buttons ******************/

#action-buttons { position: relative; z-index: 20; }
#action-buttons .container { background: #f79022; width: 100%; }
#action-buttons .col-md-4 { position: relative; text-align: center; color: #f2f2f2; padding: 13px 2% 64px; border-right: 2px solid #ce791f; }
#action-buttons .orange-banners { height: 265px; background-color:#f69022;}
#action-buttons .orange-banners h3 { height: 55px; padding: 0 0 25px; color: #ffffff; line-height: 36px; }
#action-buttons .col-md-4:last-of-type { border-right: none; }
#action-buttons .btn { bottom: 75px; padding: 12px 30px 7px; color: #CE791F; font-size: 16px; font-weight: 600; letter-spacing: 0.05em; border-radius: 22px; border: 1px solid #fff; }
#action-buttons [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-size: 62px; margin-left: 0; }
#action-buttons h3 { margin-top: 0; padding-bottom: 25px; padding-left: 36px; padding-right: 36px; font-size: 29px; }

/****************** Action Buttons ******************/

/****************** Action Buttons on Subpages ******************/

#action-buttons-subpage { position: static; }
#action-buttons-subpage .container { background: #f79022; width: 100%; }
#action-buttons-subpage .col-md-4 { position: relative; text-align: center; color: #f2f2f2; padding-top: 40px; padding-bottom: 80px; border-right: 2px solid #ce791f; }
#action-buttons-subpage .col-md-4:last-of-type { border-right: none; }
#action-buttons-subpage .btn { bottom: 75px; padding: 10px 30px; color: #CE791F; font-size: 16px; font-weight: 600; letter-spacing: 0.05em; border-radius: 22px; border: 1px solid #fff; }
#action-buttons-subpage [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-size: 85px; }
#action-buttons-subpage h3 { margin-top: 0; padding-bottom: 50px; padding-left: 36px; padding-right: 36px; font-size: 32px; }


/****************** Search Menu ********************/

/****************** Home Panels ******************/

#home-panels { background: #373737; }
#home-panels.container { padding-right: 55px; padding-left: 55px; padding-top: 55px; padding-bottom: 55px; margin-top: 65px; position: relative; z-index: 100; }
#home-panels .col-md-12 { width:100%; margin-bottom: 30px; text-align: center; background-size: cover; height: 260px; display: table; padding-right: 25px; padding-left: 25px; }
#home-panels .heading-wrapper { vertical-align: middle; }

/*
#home-panels h4 { padding: 10px 10px; border: 3px solid #fff; text-transform: uppercase; font-weight: bold; }
#home-panels a{ display: table-cell; vertical-align: middle; color: #ffffff;}
#home-panels a h4{ padding: 10px 10px; border: 3px solid #fff; text-transform: uppercase; font-weight: bold; text-decoration: none;}
#home-panels a h4:hover{ padding: 10px 10px; border: 3px solid #fff; text-transform: uppercase; font-weight: bold; background-color: rgba(0,0,0, 0.5); text-decoration: none;}
*/
#home-panels a { background-color: rgba(0,0,0, 0.5); padding: 10px; /*border: 3px solid #fff;*/ display: block; color: #ffffff; text-transform: uppercase; font-weight: 600; text-decoration: none;}
#home-panels a:hover { text-decoration: none; color: #f69022; }
/****************** Home Panels ******************/

/****************** News ******************/


.title { color: #f79e22; font-size: 18px; padding-bottom: 10px; }

.date{ color: #ffffff; }

.teaser { color: #ffffff; padding-bottom: 30px; }


#blog { margin: 70px 0 0 0; padding-bottom: 70px; position: relative; }
#blog a { color: #adadad; }
#blog .header { height: 100px; position: relative; }
#blog h3 { text-align: center; position: relative; z-index: 100; text-transform: uppercase; background: #373737; margin: auto; display: table; line-height: 70px; padding: 0 10px; color: #DEDEDE; }
#blog h4 { font-family: 'Hind', sans-serif; color: #DEDEDE; }
#blog line { display: block; left: 0; width: 100%; height: 1px; background: #464646; position: absolute; z-index: -1; top: 35px; }
#blog .container { background: #373737; padding-right: 55px; padding-left: 55px; padding-top: 45px; padding-bottom: 70px; position: relative; z-index: 100; }
#blog .image { width: 100%; padding-bottom: 75%; background-size: cover; }
.footer-background { width: 100%; height: 1283px; position: absolute; bottom: 0px; background-size: cover; z-index: 0; background-position: 50% 100%; }

/****************** Department ******************/

#dep { margin: 0; padding-bottom: 20px; position: relative; }
#dep a { color: #adadad; }
#dep h3 { text-align: center; position: relative; z-index: 100; text-transform: uppercase; background: #373737; margin: auto; display: table; line-height: 70px; padding: 0 10px; color: #DEDEDE; }
#dep h4 { font-family: 'Hind', sans-serif; color: #f79e22; font-weight: 300; font-size: 1.3em; }
#dep .container { background: #373737; padding-right: 55px; padding-left: 55px; padding-top: 45px; padding-bottom: 70px; position: relative; z-index: 100; }
#dep .image { width: 100%; padding-bottom: 75%; background-size: cover; }


/****************** Sub page ******************/

.rhs-box { width: 100%; background: #515151; padding: 20px 20px 20px 0; }
.rhs-box-header { color: #f79e22; font-size: 20px; padding: 0 0 14px 17px; }
.rhs-list-top {margin-left: 0;}

.rhs-list-top li{
	border-bottom: 1px dotted #dddddd;
	background: url(../images/arrow.png) 100% 0% no-repeat; 
	background-size: 17px;
	list-style: none;
	margin-bottom: 15px;
	padding-bottom: 3px;
}
.rhs-list-top li:last-child { border: none; }

.rhs-list-top li a{
	color: #e7e7e7; 
	text-transform: uppercase;
	font-family: "Roboto Condensed",sans-serif;
}
.rhs-button {
	background: url(../images/btn_group_tour_quote.gif) 100% 0% no-repeat;
	background-color: #f79022;
	height: 61px;
	width: 100%;
	text-align: left;
	padding-left: 20px;
	border:none;
}
.rhs-button:hover { background-color: #e58926; }

#sub-panels, .wrap-shaded { background: rgba(55, 55, 55, 0.9); }
#sub-panels.container { padding-right: 55px; padding-left: 55px; padding-top: 55px; padding-bottom: 55px; /*margin-top: 10px; margin-bottom: 65px;*/ position: relative; z-index: 100; }
.wrap-shaded.container { padding-right: 55px; padding-left: 55px; padding-top: 55px; padding-bottom: 55px; /*margin-top: 10px; margin-bottom: 65px;*/ position: relative; z-index: 100; }
#sub-panels.container.mt0, .wrap-shaded.container.mt0 { margin-top: 0; }
#sub-panels .col-md-12, .wrap-shaded .col-md-12, .wrap-shaded {  background-size: cover; /* margin-bottom: 30px; min-height: 100px;*/ display: table; padding-right: 25px; padding-left: 25px; }
#sub-panels .heading-wrapper, .wrap-shaded .heading-wrapper { display: table-cell; vertical-align: middle; }
#sub-panels p, .wrap-shaded p { line-height: 1.5em;}

#sub-panels h4, .wrap-shaded h4 { padding: 10px 10px; text-transform: uppercase; font-weight: bold; }

#sub-panels h2 { font-family: 'Sanchez', serif; font-size: 28px; padding: 30px 0 10px; color: #f79e22;}

/*#sub-panels.container, .wrap-shaded.container { margin-top: 40px; margin-bottom: 40px; }*/
.wrap-empty .image-img { max-height: 300px; overflow: hidden; }
.wrap-empty.container .row *:last-child { margin-bottom: 0; }

#google_map { /*margin-top: 44px; */}

/* c1 forms */
li { list-style-type: none; }
.content li { list-style-type: disc; }
.c1_form { padding: 0; }
.c1_form input {
	border: 1px solid #D9D9D9;
    background: #dedede;
    width: 90%;
    color: #333333;
    min-width: auto !important;
    padding: 0.5em;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.c1_form textarea {
	border: 1px solid #D9D9D9;
    background: #dedede;
    color: #333333;
    width: 90%;
    min-width: auto !important;
    padding: 0.5em;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.c1_form .label {
    font-size: 14px;
    color: #fff;
    line-height: 2.1em;
    display: block;
    text-align: left;
    padding: 0.2em 0.6em 0.3em 0;
}
.c1_form .checkbox input { width: 15px; }
.c1_form li { list-style-type: none; margin-left: 0; padding-left: 0; }

.help-block {
	display: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    margin-left: -37px;
    margin-top: -22px;
    font-weight: bold;
    color: #ffffff;
}
.c1_form button {
    background-color: #006dad;
    border: 1px solid #006dad;
    color: #ffffff;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.c1_form button:hover { background-color: #337ab7; font-weight: bold; }
button {
    background-color: #006dad;
    border: 1px solid #006dad;
    color: #ffffff;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
button:hover { background-color: #337ab7; font-weight: bold; }
#form_errors { padding: 15px; border: 1px dotted #f79e22; border-radius: 10px; }
 
#subscribe .form-control { border-radius: 0; width: 270px; }
#subscribe p { display: block; margin-bottom: 35px; }
#subscribe .form-inline .form-control { margin-bottom: 0.6em; }
#subscribe .form-inline .label { font-size: 14px; font-weight: 500; padding-left: 0; text-align: left; padding-bottom: 0.3em; display: block; }  

#subscribe .footer-button { display: block; background-color: #f79e22; border-radius: 0; border: none; font-weight: bold; margin-left: 10px; }
#subscribe .footer-button:hover { background-color: #d88004; }

.unsubscribe input { padding: 8px; }
 
/* c1 forms ends */


/****************** Footer ******************/

#footer-top { padding: 40px 0; margin-top: 0; color: #ffffff; }
#footer-top .logo { padding: 16px; background: #ffffff; margin-bottom: 30px; }
#footer-top .logo img { width: 220px; height: auto; }
#footer-top .quick-links a { display: block; color: #f8f8f8; padding: 5px 0;  }
#footer-top .quick-links .flaticon-arrows:before { margin-left: 0; font-size: 13px; color: #f79e22; }

#footer-top { background: #4e4e4e; }
#footer-top .yellow { display: inline-block; width: 65px; }

#footer-bottom { background: #373737; padding: 30px 0; height:100px;}
#footer-bottom li { float: left; list-style: none; color: #f8f8f8; padding: 0 15px;}
#footer-bottom a { color: #f8f8f8;}

/****************** Footer ******************/

@media (min-width: 1300px) {
	.container { width: 1250px; }
}
 @media screen and (max-width: 1300px) and (min-width: 1200px) {
	.container  { width: 1150px; }
}

#footer-top h4 { color: #f79e22; }
.footer-left-column p,
.footer-left-column h4 { margin: 0 0 2px; }
.footer-left-column div { margin: 0 0 15px; }

#cssmenu li { position: relative; }
#cssmenu li:after { position: absolute; content: ''; width: 1px; height: 13px; background: #515151; right: 0; top: 4px; }
#cssmenu li:last-child:after { display: none; }

.blog-date { font-size:11px; text-transform: uppercase; color:#c0c0c0; margin: 0 0 12px; }
#blog .box-blog { color:#c0c0c0; }
#blog .box-blog h4 { font: 17px/23px 'Hind', sans-serif; text-transform: uppercase; color:#efefef; }
.blog-content{ height:220px; overflow:hidden; }
#blog .blog-header-content h3 { font: normal 24px/70px 'Hind', sans-serif; color:#adadad; }
.main-page-home-panels .heading-wrapper { display:table-cell; }
.main-page-home-panels .heading-wrapper a:hover { text-decoration:none; }
.top-nav-grey { height:32px; padding-top:7px; }
.navbar-header_logo h1 { margin:0; }
.navbar-header_logo { padding-top:5px; }
.navbar-header_logo .navbar-brand { padding-top:20px; height: auto; }
.navbar-header-logo-content { height:140px; }
.navbar-header-logo-content .header-text-shop span { color:#f79e22; font-size:18px; font-weight:bold; }

.navbar-add {
	display: inline;
}
.navbar-add img {
	width: auto;
	height: 100px;
	position: relative;
	top: 14px;
    left: 10px;
}

.top-nav-grey ul li a { color:#8f8f8f; text-transform:uppercase; font-size:12px; font-family: 'Hind', sans-serif; }
.top-nav-grey ul li a:hover { background:none; color:#0397d6; text-decoration:underline; }
.top-nav-grey ul li { position: relative; padding: 0 16px; }
.top-nav-grey ul li:after {
	position: absolute;
	content: '>';
	left:0;
	top:-1px;
	color: #0397d6;
	font: 16px 'Lato', sans-serif;
}
.main-top-nav .caret{ border-top:4px solid #f79e22; }
.main-top-nav,
.main-top-nav ul li { height: 50px; }
.main-top-nav ul li { display: table-cell; vertical-align:middle; }
.main-top-nav ul li:hover a { background: none; }
.main-top-nav> .navbar-collapse >ul> li:hover { background: #515151; }
.main-top-nav ul li a { font: 13px 'Lato', sans-serif; }
.navbar-default .navbar-collapse .nav > li > a,
.navbar-default .navbar-collapse  .nav > li > a:hover { color: #fff; }
.main-top-nav ul li a:hover { font: 13px 'Lato', sans-serif; }
.carousel-indicators li { width:12px; height:12px; border-radius:12px; margin: 0 2px; }
.navbar-nofixed-top { margin-bottom: 0; }
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	top:42%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { left:4%; }
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right:4%; }
.orange-banners h3 { font: 300 34px/40px 'Hind', sans-serif; }
#action-buttons .orange-banners button { font-size: 16px; text-transform: uppercase; font-weight: normal; }
.pl0 { padding-left:0; }
.pr0 { padding-right:0; }
#footer-bottom li:last-child { padding-right: 0; }
.main-top-nav ul { display: table; width: 100%; margin: 0 auto; /*min-width: 1300px; */ }
.profile_left_column { font-size: 13px; }
.profile_left_column_table_style .plc_tr { margin-bottom: 10px; }
.profile_left_column_table_style { margin: 10px 0; }
.profile_left_column_table_style input.form-control[type="text"],
.profile_left_column_table_style select,
.group-search-form input.form-control[type="text"],
.group-search-form select,
select.black_style_select,
.group_edit_textarea,
.input_profile_default,
.wrap_search_type_select select,
.supplier_search_results_form select {
	border-radius: 0;
	height: 36px;
	width: auto;
	background: #6e6e6e;
	border: 1px solid #292929;
	color: #ffffff;
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, .3);
}
.group_edit_textarea { height: auto; width: 100%; resize: none; }
 
 .profile_left_column_table_style input.form-control[type="text"] { width: 90%; }
.profile_left_column_table_style input.form-control.middle-width { width: 30%; }
.profile_left_column_table_style .plc_tr > div:first-child { padding: 5px 0; } 
.profile_left_column_table_style .plc_tr > div.plc_div_one_line:first-child { padding: 0; } 
.plc_div_one_line > *,
.profile_type_file_style  input[type="file"]  { display: inline-block; }
.profile_section_title,
.profile_section_title-2 { color: #f79e22; font-size: 20px; margin: 0 0 7px; padding: 0; }
.profile_section_title-2 { font-size: 16px; }
.profile_section_title + .profile_left_column_table_style { margin-top: 0; }
.mt10 { margin-top: 10px; }
.profile_left_column_table_restyle { border-collapse: collapse; display: table; }
.profile_left_column_table_restyle .plc_tr { display: table-row; line-height: 13px; }
.profile_left_column_table_restyle.profile_left_column_table_style .plc_tr > div { display: table-cell; vertical-align: middle; text-align: left; }
.profile_left_column_table_restyle.profile_left_column_table_style .plc_tr > div:first-child { padding: 0 15px 0 0; }
.profile-custom-file-upload { border: 1px solid #ccc; display: inline-block; padding: 6px 12px; cursor: pointer; }
.profile-custom-file-upload input[type="file"] { display: none; }
.profile_submit_btn { border-radius: 0; }

.main-top-nav .dropdown-menu li { display: block; }
.dropdown-menu > li > a  { padding: 15px; }
.main-top-nav .dropdown-menu { width: auto; }

.group-search-form { width: 393px; padding: 20px; background: rgba(81,81,81,0.72); }
.group-search-form input.form-control[type="text"] { opacity: 0.72; width: 357px; margin: 0 0 13px; }
.group-search-form select { width: 357px; margin: 0 0 13px; }
.group-search-form select .form-control { border: none; border-radius: 0; }
.btn.btn_reset,
.btn_show_results {
	border-radius: 0;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	height: 37px;
    line-height: 25px;
	text-transform: uppercase;
	margin-left: 8px;
	padding: 6px 22px;
}
.btn.btn_reset { background: #126aa7; }
.btn.btn_show_results { padding-right: 50px; background: #0397d6 url(/images/lupa_img_search.png) no-repeat 89% 9px; /*lupa_img_search*/ }
.btn_reset.light_blue { background: #0f9bd9; }

#search-fields { border: none !important; }
.text-right { text-align: right; }
.search_title h1 { color: #f79e22; font-size: 23px; font-family: 'Sanchez', serif; }
.search_inter_partners { color: #e7e7e7; font-size: 14px; }
.search_inter_partners .search_title { font-size: 16px; }

.orange_lines_top { padding: 70px 0; border-top: 1px solid #f79e22; border-bottom: 1px solid #f79e22; }
.orange_lines_top #eh_supplier_search { width:400px; margin: 0 auto; }

.pull-right { float: right; }
.pull-left { float: left; }
.navbar-default { border: none; border-radius: 0; }
.wrap_search_type_select {
	background-color: rgba(81, 81, 81, 0.72);
	background-image: url(../images/eh2016/photocamera_blue.png);
	background-repeat: no-repeat;
	background-position: 23px 18px;
	padding: 20px 19px 20px 50px;
	text-align: right;
	margin: 0 0 30px;
}
.wrap_search_type_select select option { padding: 5px 0 5px 12px; }
.wrap_search_type_select select { width: 90%; padding-left: 12px; }


@media(max-width: 1200px) {
	.main-top-nav ul li a,
	.main-top-nav ul li a:hover {
		font-size: 13px;
    	text-transform: lowercase;
	}
}
input, textarea, select  { color: #777; }
.clear { clear:both; }
.profile_tabs.eh_tabs {
	height: 47px;
	margin: 0 0 10px;
    padding: 0 9px 0 0;
    position: relative;
    top: 0;
    border: none;
    text-align: right;
}
.profile_tabs.eh_tabs > a,
.profile_tabs.eh_tabs li { background: #126aa9; display: inline-block; margin-left: 1px; border-radius: 3px 3px 0 0; padding: 0 27px; vertical-align: bottom; }
.profile_tabs.eh_tabs  a { font-family: 'Roboto Condensed', sans-serif; text-decoration: none; color: #fff; line-height: 37px; }
.profile_tabs.eh_tabs a.tab_on { background: #fbb34a; line-height: 47px; height: 47px; }
.profile_left_column_table_style select .form-control { background: none; border: none; border-radius: 0; color:  #fff; }
.v_align_middle { vertical-align: middle; }
.profile_type_file_style span img { max-height: 50px; max-width: 50px; }
.profile_type_file_style { margin-top: 20px; }
.profile_type_file_style span { padding-right: 10px; vertical-align: middle; margin-top: 20px; }

.profile_left_column_table_style .profile_type_file_style.plc_div_one_line { border-bottom: 1px dotted #626262; margin-bottom: 30px; padding-bottom: 20px; }


table#eh_contacts.table_contact_style th,
table.table_contact_style th {
	color: #3377a8;
	background: #d9d9d9;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	padding: 6px 4px;
	font-size: 16px;
	border-bottom: 1px solid #383838;
}
table#eh_contacts.table_contact_style tr td,
table.table_contact_style tr td { background: #505050; border-top: 4px solid #373737; }
table#eh_contacts.table_contact_style,
table.table_contact_style { margin: 0 0 20px; }
table#eh_contacts.table_contact_style tr.even,
table#eh_contacts.table_contact_style tr.odd,
table.table_contact_style tr.even,
table.table_contact_style tr.odd { background: none; }
.text-right { text-align: right; }

#amenities.rate-tab td { padding-right: 10px; }
#amenities.rate-tab input[type="submit"], #features.rate-tab input[type="submit"] {
	background-color: #f79e22;
    border: medium none;
    padding: 5px;
    border-radius: 0;
    display: block;
    font-weight: bold;
    width: 100%;
    margin-top:10px;
    width: 100px;
}
#features.rate-tab textarea, #features.rate-tab input[type="text"] { margin-bottom: 5px; }


#action-buttons.no_slider_rotator { margin-bottom: 22px; padding-top: 100px; position: relative; }
.template_bg { padding: 0; }
.pre_btn_style { padding-right: 4%; }
#sub-panels .col-md-12.default_stylem, .wrap-shaded .col-md-12.default_style { padding: 0 25px; margin: 0; height: auto; }
.tab_table_images .plc_tr{
	margin: 0;
	background: #515151;
	border-bottom: 1px solid #909090;
	border-top: 1px solid #353535;
	overflow: hidden;
	position: relative;
}
.tab_table_images .plc_tr:last-child { border: none; }
.tab_table_images_caption_part { display: block; margin: -71px 100px -92px 127px; }
.tab_table_images_caption_part input { width: 90%; }
.tab_table_images .plc_tr >div:FIRST-CHILD { width: 105px; height: 70px; line-height: 70px; text-align: center; overflow: hidden; }
.tab_table_images .plc_tr >div:FIRST-CHILD img { vertical-align: middle; max-width: 105px; }
.tab_table_images .plc_tr >div { padding: 15px; vertical-align: top;}

/* ------------- Member Login -------------*/

#member_login input, #member_login input[type="checkbox"]  { margin: 3px; padding: 4px; }
#member_login label.label { width: 90px; }

/* ------------- Member Register ----------*/

#member_register input, #member_register select { margin: 3px; padding: 4px; width: 97%; }

#member_register label.label { width: 130px; display: block; text-align: left; font-size: 1em; font-weight: 500; }
#member_personal .title { font-size: 1em; font-weight: 500; color: #ffffff; }

#member_personal tr.title input { font-size: 1em; font-weight: 500; width: 27%; }
#member_personal tr.title select { font-size: 1em; font-weight: 500; width: 30%; }

#member_account input[type="text"] { margin: 3px; padding: 4px; }
#member_account tr.email input, #member_account tr.password input, #member_account tr.confirm input { margin: 3px; padding: 4px; width: 90%; }

/* --------------------- FAQs ------------------*/

#faq-list li { font-size: 1.2em; }
#faq-list li a { color: #80c6f3; line-height: 1.7em;}

#faq-list li.benefit { font-size: 1.1em; }
#faq-list li.benefit a { color: #f79e22; line-height: 1.7em;}

/* ---------------------- Blog / News ---------------*/

.news-list .image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 80% auto;
    height: 165px;
    margin-top: 10px;
    width: 100%;
}
#sub-panels .news-list h4 { padding: 0; font-weight: 300; }
.news-list h4 { font-weight: 300; }
#news-article ul.siblings { padding: 20px 0 0 0; margin-left: 0; }
.siblings li { list-style-type: none; margin-left: 0; }

#sub-panels .col-md-12 .news-list { text-align: left; }
#news-article { text-align: left; }

.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.mb5 { margin-bottom: 5px; }
.mb20 { margin-bottom: 20px; }
.fw100 { width: 100%; }

.container #instructions { padding: 0 0 20px 20px; background: none; }

.search_result_box { float: left; }
.search_result_box_content  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 225px;
	background: rgba(0,0,0,0.8);
	overflow: hidden;
	display: none;
}  
.search_result_box_content >div {
	z-index:1;
	top: 0;
	padding: 35px 8%;
	max-height: 185px;
	overflow: hidden;
	font-size: 13px;
	line-height: 15px;
}
.search_result_box_signature {
	background: #d9d9d9;
	font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #3377a8;
    padding: 11px 15px;
    position: relative;
}
.search_result_box_signature p {
	margin: 0;
	padding: 0;
}
.search_result_box_img  {
	height: 225px;
	overflow: hidden;
	background: #373737;
	cursor: pointer;
	position: relative;
}
.search_result_info_icon {
	width: 34px;
	height: 31px;
	float: right;
	margin: 10px 0 0;
	background: url(../images/eh2016/info_icon.png) 0 0 no-repeat; 
}
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }

.tour_quant_days { font-family: "Roboto Condensed",sans-serif; text-transform: uppercase; font-size: 17px; }
#sub-panels h2.tour_f_title, .wrap-shaded h2.tour_f_title {
	background: #d9d9d9;
	color: #3377a8;
	font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    border-bottom: 1p solid #383838;
    padding: 14px 10px;
    margin: 0;
    text-transform: uppercase;
}
.tour_f_item {
	background: #515151;
	border-bottom: 1px solid #909090;
	border-top: 1px solid #353535;
	padding: 13px;
	overflow: hidden;
}

.tour_f_item_content h3 { font-weight: 600; font-size: 16px; }
.tour_f_item img { max-width: 100px; }
.tour_f_item_content_around {
	margin-left: 100px;
}
.tour_f_item_content img {
	float: left;
}
.tour_f_item_content .preferred_supplier_img {
	max-width: none;
}
.mt25 { margin-top: 25px; }
.tour_f_title_item .search_result_bed {
	width: 50px;
	height: 43px;
	background: url(../images/eh2016/icon-accomodation.png) 0 0 no-repeat; 
	float: left; 
	display: block;
	margin: 0 15px;
}
.tour_f_title_item .search_result_attraction {
	width: 50px;
	height: 43px;
	background: url(../images/eh2016/icon-attraction.png) 0 0 no-repeat; 
	float: left; 
	display: block;
	margin: 0 15px;
}
.tour_f_title_item .search_result_meals {
	width: 50px;
	height: 43px;
	background: url(../images/eh2016/icon-meals.png) 0 0 no-repeat; 
	float: left; 
	display: block;
	margin: 0 15px;
}
.tour_f_title_item .search_result_tourism {
	width: 50px;
	height: 43px;
	background: url(../images/eh2016/icon-tourism.png) 0 0 no-repeat; 
	float: left; 
	display: block;
	margin: 0 15px;
}
.tour_f_title_item .search_result_guide {
	width: 50px;
	height: 43px;
	background: url(../images/eh2016/icon-tour-guide.png) 0 0 no-repeat; 
	float: left; 
	display: block;
	margin: 0 15px;
}
.tour_f_title_item .search_result_transport {
	width: 50px;
	height: 43px;
	background: url(../images/eh2016/icon-transport.png) 0 0 no-repeat; 
	float: left; 
	display: block;
	margin: 0 15px;
}
.tour_f_title_item .search_result_cruise {
	width: 50px;
	height: 43px;
	background: url(../images/eh2016/icon-cruise.png) 0 0 no-repeat; 
	float: left; 
	display: block;
	margin: 0 15px;
}
.tour_f_title_item .search_result_scenics {
	width: 50px;
	height: 43px;
	background: url(../images/eh2016/icon-scenics.png) 0 0 no-repeat; 
	float: left; 
	display: block;
	margin: 0 15px;
}
.tour_f_title_item .search_result_entertainment {
	width: 50px;
	height: 43px;
	background: url(../images/eh2016/icon-entertainment.png) 0 0 no-repeat; 
	float: left; 
	display: block;
	margin: 0 15px;
}
.tour_f_title_item {
	background: #515151;
	padding: 20px 0;
	border-top: 3px solid #373737;
	border-bottom: 1px solid #898989;
	overflow: hidden;
	min-height: 73px;
}
#sub-panels h2.tour-second-title { color: #f79e22; font-size: 20px; padding: 0 0 0 30px; font-family: "Hind",sans-serif; }
.tour_f_item .btn, .tour_f_item .btn_show_results.no_bg {
    padding: 6px 0;
    width: 43%;
}
.tour_f_item .facilities {
	margin-bottom: 30px;
}
.search_result_bed_btns { float: right; margin-right: 10px; margin-top: 10px; width: 100px; }
.search_result_bed_content { margin: 0 120px -45px 30px; }
.no_orange_border { padding: 71px 0; } 
.company-adress-box { background: #2f2f2f; padding: 23px 15px 32px; }
#sub-panels .company-adress-box p, .wrap-shaded .company-adress-box p { line-height: inherit; }
.sub_title.company-name,
.sub_title { font-size: 18px; font-weight: normal; letter-spacing: 0; }
.sub_title.company-name { color: #f79e22; }
.company-adress-box-location,
.company-adress-box-phone,
.company-adress-box-fax,
.company-adress-box-mail,
.company-adress-box-web { position: relative; font-size: 16px; margin-bottom: 21px; }
.company-adress-box-phone { line-height: 33px; }
.company-adress-box-location div { display: inline-block; vertical-align: middle;
}
.company-adress-box-location i,
.company-adress-box-phone i,
.company-adress-box-fax i,
.company-adress-box-mail i,
.company-adress-box-web i {
	background-image: url(../images/sprite_contact_box.png);
	position-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
} 
.company-adress-box-location i{
	background-position: left top;
	width: 33px;
	height: 29px;
}
.company-adress-box-phone i {
	background-position: -39px top;
	width: 33px;
	height: 33px;
}
.company-adress-box-fax i {
	background-position: -75px top;
	width: 33px;
	height: 28px;
}
.company-adress-box-mail i  {
	background-position: -109px top;
	width: 33px;
	height: 21px;
}
.company-adress-box-web i {
	background-position: -141px top;
	width: 33px;
	height: 26px;
}
.company-adress-box p:last-child {
	margin-bottom: 0;
}
.text-left,
#sub-panels .col-md-12.text-left, .wrap-shaded .col-md-12.text-left,
.supplier_content .subbanner {
	text-align: left;
}
div.eh_tabs {
	border-bottom: solid 1px #9bc6e6;
	text-align: right;
	padding-bottom: 0px;
}
div.eh_tabs img {
	float: left;
	position: relative;
	top: -1px; 
}
div.eh_tabs a.tab_on {
	display: inline-block;
	margin-left: 1px;
	text-decoration: none;
	background: transparent url(/templates/custom/eh/tour2016/images/tab_outline.gif) no-repeat scroll left top;
}
div.eh_tabs a.tab_on span {
	display: inline-block;
	line-height: 25px;
	padding: 0 10px 0 10px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
div.eh_tabs a.tab_off {
	margin-left: 1px;
	display: inline-block;
	text-decoration: none;
}
div.eh_tabs a.tab_off span {
	display: inline-block;
	line-height: 25px;
	padding: 0 10px 0 10px;
	color: #fcfcfc;
	text-decoration: none;
}
.company-name{
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold
}
div.eh_tabs {
	border: none;
	overflow: hidden;
}
div#eh_supplier_container {
	min-height: none !important;
}

div#eh_supplier_container div#supplier_left {
	padding: 0 !important;
}
.space-top-define-yellow-box {
	margin-top: 50px;
	margin-bottom: 10px;
	position: relative;
}
.space-top-define-yellow-box .pull-right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.space-top-define-yellow-box > div {
	display: table-cell;	
}
.map-style-indent {
	margin-bottom: 55px;
}
.company-main-name-yellow-box {
	max-width: 418px;
	padding: 25px 65px 10px 65px;
	min-height: 68px;
	overflow: hidden;
	background: #f79f23;
}
.company-main-name-yellow-box h1 {
	color: #39373a;
	font-weight: normal;
	line-height: 28px;
    margin: 0 0 10px;
}
.subbanner {
	overflow: hidden;
    text-align: center;
}
.subbanner  img{
	max-width: 100%;
	max-height: 155px;
}
.company-main-name-yellow-box-region {
	color: #39373a;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.vat {
	vertical-align: top;
}
.vab {
	vertical-align: bottom;
}
#supplier_gallery {
	overflow: hidden;
	background: #2f2f2f;
}
#supplier_gallery > div {
	position: relative;
}
#supplier_gallery .large:after {
	position: absolute;
	content:'';
	width: 100%;
	height: 100%;
	background: #2f2f2f;
	left: 0;
	top: 0;
	height: 287px;
	z-index:-1;
}
#supplier_gallery .large p {
	padding: 10px 0px 0px 0px;
}
#supplier_gallery .carousel-control {
	margin-bottom: 30px;
}
#supplier_gallery .large .image {
	clear: both;
	overflow: hidden;
	margin: 0; 
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}
#supplier_gallery .large .image {
	width: 100%;
	height: 285px;
}
#supplier_gallery .large .caption {
	text-align: center;
	margin-top: 1px;
}
#supplier_gallery a:hover {
	color:#BDB749;
}
#supplier_gallery a {
	color:#0462DC;
	cursor:pointer;
}
#supplier_gallery .thumbs {
	width: 100%;
	height: 80px;
}
#supplier_gallery .carousel-control.left,
#supplier_gallery .carousel-control.right  {
	background-image:none;
}
#supplier_gallery .thumbs .previous {
	background: url(/templates/custom/eh/tour2016/images/arrow_tri_left.gif) right center no-repeat;
	width: 20px;
	height: 80px;
	position: relative;
	font: 20px/80px Arial;
	left: 3px;
	float: left;
	cursor: pointer;
	color:#ddd;
}

#supplier_gallery .thumbs .next {
	background: url(/templates/custom/eh/tour2016/images/arrow_tri_right.gif) left center no-repeat;
	width: 20px;
	height: 75px;
	float: right;
	cursor: pointer;
	position: relative;
	font: 20px/80px Arial;
	right: 3px;
	color:#ddd;
}
#supplier_gallery .thumbs .scroll {
	position: relative;
	overflow: hidden;
	height: 75px;
	float: left;
	width: 93%;
}

#supplier_gallery .thumbs .images ul {
	padding: 0;
	margin: 0;
	position: absolute;
	width: 2000px;
}

#supplier_gallery .thumbs .images li {
	list-style-type:none;
	float: left;
	padding: 0;
	margin: 0;
}

#supplier_gallery .thumbs .images li a {
	display: block;
	height: 65px;
	width: 115px;
	margin: 7px 5px 5px;
	background-position: center center;
	background-repeat: no-repeat;
	border: solid #555 1px;
}

#supplier_gallery .thumbs .images li a:hover {
	border: solid #337ab7 1px;
}
#supplier_gallery .glyphicon-chevron-left {
	top: 50%;
	left: 27%;
	cursor: pointer;
}
#supplier_gallery .glyphicon-chevron-right {
	top: 50%;
	right: 27%;
	cursor: pointer;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.btn.btn_show_results.btn_show_results-small {
	background: #0397d7 none repeat scroll 0 0;
    font-size: 12px;
    font-weight: bold;
    height: 32px !important;
    line-height: 30px;
    padding: 0 7px !important;
    text-transform: uppercase;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}
.tour_f_item_main_image {
	width: 116px;
	/*overflow: hidden;*/
	margin: 0 0 12px;
}
.tour_f_item_main_image img {
	max-width: 120px;
	float: left;
	margin-right: 20px;
	margin-top: 16px;
}
.tour_f_item_gallery {
	width: 113px;
	float: left;
}
.tour_f_item_gallery .attraction-image img {
	max-width: 95px;
	margin: 0 0 6px;
}
.tour_f_item_gallery .attraction-image {
	font-size: 11px;
    line-height: 13px;
    margin: 0 0 7px;
    text-align: center;
}
.tour_f_item .tour_f_item_content h3 { margin-top: 0; }
.supplier_images_accomodaton img {
	margin-right: 20px;
	height: 40px;
}
.supplier_images_accomodaton img:last-child {
	margin-right: 0;
}
.border_bottom_dot {
	border-bottom: 1px dotted #555555;
	padding: 10px 0 3px;
}
@media (min-width: 980px) { 
	.dropdown .ishover.dropdown-menu { opacity: 1; max-height: 1000px; overflow: visible; }
}
#supplier_gallery  #slide.previous,
#supplier_gallery  #slide.next {
	background: none;
}
#supplier_gallery ul li {
	text-align: center;
}
#supplier_gallery ul li img {
	max-height: 63px;
}
.supplier_content .subbanner {
	width: auto;
	margin-left: 0;
}
.supplier_content div#eh_supplier_container  #supplier_right {
	float:right;
	width: auto;
	position: relative;
	z-index:1;
	margin-bottom: 50px;
}
.supplier_right_link_img {
	display: block;	
	border: 3px solid #2c2b30;
	min-width: 100px;
	min-height: 100px;
	text-align: center;
	z-index: 11;
}

.supplier_right_link_img:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(118, 118, 118, 0.3);
	z-index:1;
}
.supplier_content #supplier_right img {
	max-width: 188px;
}
.supplier_right_link_gallery  {
	height: 100%;
	width: 100%;
	line-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.supplier_right_link_gallery> span:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.supplier_right_link_gallery  > span {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
}
.supplier_content #supplier_right .supplier_right_link_gallery a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: bold;
	font-size: 16px;
	display: inline-block !important;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.supplier_content #supplier_left {
	overflow: hidden;
	clear: both;
}
.supplier_content #supplier_right p {
	bottom: -54px;
    height: 42px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
#sub-panels div#vote, .wrap-shaded div#vote {
	width: 100%;
	border: none;
	background: #2f2f2f;
    padding: 23px 15px 32px;
}
#up {
	margin-right: 20%;
}
#dn,
#up {
	font-size: 20px;
	cursor: pointer;
	border-bottom: 1px dashed;
}
#vote-form .form-control {
	width: 100%;
}

.vcard .org { font-size: 1.3em; }
.vcard .tel strong, .vcard .email strong { display: inline-block; width: 80px; }
.btn_show_results.no_bg {
	background-image: none;
	padding: 6px 22px;
	margin: 0;
}
.supplier_search_results_form {
	margin-top: 2px;
}


@media (max-width: 1020px) { 
	.container {
		min-width: 340px;
	}
   	.navbar-brand img { width: 100px; }
   	.navbar { min-height: 65px; }
	.navbar-default .navbar-toggle { border: none; background: none; margin-right: 21px; }
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background: none; }
	.navbar-default .navbar-toggle .icon-bar { background-color: #0397D6; }
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-nofixed-top .navbar-collapse {
	 	max-height: initial; 
	 	position: fixed; 
	 	width: 100%; 
	 	background: #104B7E; 
	 	top: 133px; 
	 	padding-top: 1.5em;
	 	margin: 0; }
	.blue .navbar-fixed-top .navbar-collapse {top: 125px;}
	
	.main-nav .nav li { display: block; }
	
	.full-height { height: 100vh; }
	.navbar-collapse { border: none; }
	
	.right-buttons { float: none !important; }
	
	.top-nav { padding: 0; }
	.top-nav .container { padding: 0; }
	.top-nav .search, .top-nav .search-embedded { float: none; padding-left: 0; }
	.top-nav li { 
		font-family: 'Roboto Condensed', sans-serif;
	 	text-transform: uppercase; font-size: 1.1em; 
	 	padding: 0 0 0 15px; 
	 }
	.main-nav { background: none; height: 0; padding: 0; }
	.main-nav .container { padding: 0; }
	.main-nav .nav { margin: 0; position: relative; }
	.navbar-nav>li>a, .navbar-collapse li a { border-bottom: 1px dotted #093e6b; padding: 1em 0; margin: 0; background: none; }

	.navbar-header { float: none; }
    .navbar-toggle {  margin: -59px 0 -40px !important;   display: block; border: 1px solid #fff; position: relative; z-index: 1000; }
    .navbar-toggle .icon-bar { background-color: #7d0040; }
    .navbar-collapse { background: #5C002F; padding-right: 0; padding-left: 0; top: 0; bottom: 0; left: 0; right: 0; }
    .navbar-collapse.collapse { display: none!important; }
    .navbar-nav { float: none!important; margin:0; }
    .navbar-nav>li { float: none; padding: 0; }
    .navbar-nav>li>a { border: none; }
    .top-nav-grey ul li::after {line-height: 31px;}
    .top-nav-grey  {text-align: right;}
    .top-nav-grey ul {padding-right: 15px;}
    .navbar-text { float: none; margin: 15px 0; }
	    
    .navbar-collapse.collapsing, .navbar-collapse.collapse.in { display: block!important; padding: 1.5em 1em; }
    .collapsing { overflow: hidden!important; }

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: inherit; }

    .dropdown .dropdown-menu { font-size: 0.8em; font-family: sans-serif; text-transform: initial; max-height: 0; overflow: hidden; display: block; border-top: none; border: 1px solid #F4F4F4; opacity: 0; -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; -ms-transition: all 300ms ease; transition: all 300ms ease; }
    .dropdown .dropdown-menu .glyphicon { color: #D6D6D6; font-size: 10px; background: transparent !important; }
    
    .dropdown-menu>li>a { padding: 6px 10px; }
    
    .dropdown-custom .flaticon-arrow487:before { font-size: 11px; color: #7d0040; }

	.navbar-nav>li>.dropdown-menu { margin: 0; }
	.main-nav .navbar-nav>li>a, .navbar-collapse li a { padding: 1em 0; border: 0; border-bottom: 1px dotted #006C40; }
	.main-nav .navbar-nav>li>a { margin: 0; padding: 1em 0; border-bottom: 1px dotted #093e6b; }
	
	.dropdown .dropdown-menu a { padding-left: 1em; }
	.dropdown a { border-bottom: 0 !important; }
	.main-top-nav ul li  {
		display: block;
		height: auto;
		overflow: hidden;
	}
	.navbar-nofixed-top {
		left: 0;
	    position: fixed;
	    right: 0;
	    z-index: 1030;
	}
	.navbar-nofixed-top .main-nav-header_top .dropdown-menu {
		display: block;
	    max-height: 1000px;
	    opacity: 1; max-height: 1000px; overflow: visible;
	    position: relative;
	    width: 100%;
	    background: none;
	    border: none;
	    box-shadow: inherit;
	    text-align: center;
	    margin: 0 0 10px;
	    padding-top: 0;
	} 
	.main-nav .navbar-nav > li > a:hover,
	.main-top-nav> .navbar-collapse >ul> li:hover {
		background: none;
	}
	.navbar-nofixed-top .main-nav-header_top .dropdown-menu a {
		font: 13px "Lato",sans-serif;
		text-transform: none;
		padding: 3px 0;
		color: #fff;
		border: none;
	}
	.main-nav .navbar-nav > li > a {
		padding: 7px 0;
		border: none;
	}
	.main-top-nav ul {
		width: 100%;
	}
	.main-nav .navbar-nav > li{
		border-bottom: 1px dotted gray;
	}
	.top-nav.top-nav-grey {
		display: block;
	}
	.navbar-brand img {
	    width: 232px;
	}
	.navbar-header_logo {
		float: left;
	}
	.header-text-phone {
		display: none;
	}
	.navbar-right {
		float: none!important
	}
	.top-nav li {
		display: inline-block;
	}
	.navbar-nav > li > a, .navbar-collapse li a {
		padding: 5px 0;
		font-size: 11px;
	}
	.navbar-header_logo {
		padding-top:0;
	}
	.navbar-header-logo-content {
		height: auto;
		padding-bottom: 25px;
	}
	.top-nav-grey ul li {
	    padding: 0 6px 0 10px;
	}
	.top-nav-grey ul li a {
		font-size: 10px;
	}
	header {
		height: 132px;
	}
	#home-slider h2 {
		font-size: 22px;
		line-height: 30px;
	}
	#home-slider p {
	    font: 300 18px/24px "Lato",sans-serif;
	}
	#action-buttons .orange-banners {
		padding: 6px 4% 15px;
		margin: 0 0 10px;
	}
	#action-buttons .orange-banners h3,
	#action-buttons .orange-banners {
		height: auto;
	}
	#action-buttons .orange-banners h3 {
		font-size: 25px;
		padding-bottom: 5px;
	}
	#action-buttons .orange-banners button {
		font-size: 12px;
	}
	#action-buttons [class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
		font-size: 92px;
	}
	#action-buttons .btn {
		padding: 8px 30px;
	}
	.quick-links,
	.quick-links + div {
		padding-left: 0;
		padding-right: 0;
	}
	#footer-top .logo {
		float: right;
		max-width: 280px;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #f69e20;
	} 
	#home-slider p {
		display: none;
	}
	.carousel-indicators {
		bottom: 0;
	}
	.header-text-shop {
		background-size: 26px auto;
	    height: 30px;
	    margin: 0;
	    padding-left: 0;
	    width: 37px;
	    position: absolute;
	    right: 3px;
	    text-indent: -9999px;
	    top: -28px;
	}
	.navbar-header-logo-content {
		position: relative;
	}
	.top-nav-grey ul {
		padding-right: 65px;
		margin-left: 15px;
	}
	.main-top-nav .navbar-nav li {
		text-align: left;
	}
	.dropdown-menu > li > a:focus,
	.dropdown-menu > li > a:hover {
		background: none;
	}
	.dropdown-menu > li > a:hover {
		text-decoration: underline;
	}
	#footer-top .logo {
		float: none;
	}
	#footer-top .quick-links a  {
		text-transform: uppercase;
	}
	#footer-top .row > div {
		margin-bottom: 40px;
		padding: 0;
	}
	#footer-top .row > div:last-child {
		margin-bottom: 0;
	}
	#footer-top .form-inline .form-control {
		margin-bottom: 10px;
	}
	ul {
		margin: 0;
		padding: 0 0 0 20px;
	}
	#sub-panels.container, .wrap-shaded.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.top-nav-grey ul {
		padding-right: 60px;
	}
	#footer-bottom .pull-right {
		float: none !important;
	}
	#footer-bottom ul {
		margin: 0;
		padding: 0;
	}
	#footer-bottom .col-md-6 {
		padding: 0;
		margin-bottom: 10px;
	}
	#footer-bottom li:first-child {
		padding-left: 0;
	}
	.navbar-add img { height: 70px;  top: 14px; left: 0; }
}
@media (max-width: 550px)  {
	.carousel-indicators {
		display: none;
	}		
}

@media (max-width: 680px)  {
	.top-nav-grey ul li::after {
		display: none;
	}
	.top-nav-grey ul {
		width: 100%;
		display: table;
	}
	.top-nav-grey ul li {
		display: table-cell;
	    padding: 0;
	    text-align: center;
	    white-space: nowrap;
	    width: 33%;
	}
	#action-buttons .orange-banners {
		padding-bottom: 0;
	}
	.tour_f_item .btn, .tour_f_item .btn_show_results.no_bg {
	    width: 88%;
	    margin: 10px 0;
	   line-height: 33px;
	   padding: 0;
	}
	.tour_f_item_content_around {
		margin-left: 0;
	}
	.tour_f_item_content .img {
	 	float: left;
    	margin-right: 16px;
	}
	.navbar-add img { height: 60px;  top: 14px; left: 0; }
}
@media (max-width: 990px)  {
	#action-buttons.container,
	#home-panels.container {
		width: 100%;
	}
	#home-slider .caption-wrapper {
		z-index:1;
		color: #fbffff;
	}
	#home-slider .caption-wrapper .caption > * {
		background: none;
	}
	#action-buttons .orange-banners {
		margin: 0 3% 1px;
		border-right: none;
		border-bottom: 1px solid #72471c;
	}
	.orange-banners a {
		display: none;
	}
	.orange-banners > i {
		margin: -11px 0 -12px;
		display: block;
	}
	#home-panels.container {
		margin-top:13px;
		padding: 0;
		background: none;
	}
	#home-panels.container div {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
	#home-panels.container .main-page-home-panels {
		margin-bottom: 6px;
	}
	#home-panels .col-md-12 {
		height: 180px;
	}
	#home-panels a {
		margin: 0 9%;
		padding: 20px 10px;
	}
	.main-page-home-panels .heading-wrapper {
		background: rgba(114, 114, 114, 0.3);
	}
	#blog {
		margin: 13px 0 0;
	}
	.navbar-header_logo {
		margin-left: 2%;
	}
	#home-panels .col-md-4,
	#blog .container,
	#footer-top .container,
	#footer-bottom .container {
		width: 94%;
		margin: 0 3%;
	}
	.navbar-add img { height: 70px;  top: 14px; left: 0; }
}

.blockout-tbl { width:100%; }
#blockout-form td { padding-bottom:30px; }
#blockout-table-header { color: #3377a8; background: #d9d9d9; }
.data-colm {background:#505050;}
.data-colm td {padding:5px 0px; color: #fff;}
#blockout-table-header td, #blockout-table-header th { color:3377a8; }
.data-colm th, #blockout-table-header th { padding:5px 0px; }

.supplier_description {
    padding-left: 20px;
}
@media (min-width: 1000px) {
	.supplier_description {
		position: absolute;
	    width: 34%;
	}
}
@media (max-width: 412px) {

	.navbar-add img { height: 53px;  top: 22px; left: 0; }

}


/*** Printer Friendly --------------------------------------------------- ***/

@media print {
	body { font-size: 12px; line-height: 22px; }
	header, footer,
	.print, #footer-top, #footer-bottom, .eh_tabs, .profile_tabs {
		display: none;
	}
	