@charset "utf-8";
/* CSS Document */

html, body {height: 100%;}

p, h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}

ul {list-style-type: none;}

.clear {clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0;}

.extra-wrap {overflow: hidden;}

.block {display: block;}

.in-block {display: inline-block;}

.wrapper {width: 100%; overflow: hidden;}

.super-container {margin: 0 0 -120px; min-height: 100%; padding: 0 0 120px; position: relative;}

.container {position: relative;}

.space05 {height: 05px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}
.space25 {height: 25px;}

.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}

.txt_666 {color: #666666;}
.txt_666:hover,
.txt_666:focus {color: #666666;}

.txt_999 {color: #999999;}
.txt_999:hover,
.txt_999:focus {color: #999999;}

.txt_333 {color: #333333;}
.txt_333:hover,
.txt_333:focus {color: #333333;}

.txt_000 {color: #000000;}
.txt_000:hover,
.txt_000:focus {color: #000000;}

.show-right {float: right !important;}
 

header .top_row {
	background-color: #e5e5e5;
	padding: 6px 0;
}
header .company_info {
	color: #ff0200;
    font-size: 14px;
    margin-top: 42px;
    text-align: center;
}
header .top_links {
	text-align: right;
}
header .top_links a {
	color: #333333;
    display: inline-block;
    font-size: 12px;
    margin-top: 1px;
    padding: 0 5px;
    text-transform: uppercase;
    vertical-align: top;
}
.contact_info {
	float: right;
	margin-top: 25px;
}
.contact_info li {
	float: left;
	margin-right: 15px;
}
.contact_info li:last-child {
	margin-right: 0;
	padding: 0;
	border: 0;
}
.contact_info li .fa {
	color: #f15b5a;
	margin-right: 6px;
}
.contact_info li .fa.fa-mobile-phone {
	font-size: 18px;
    margin-top: 0;
    position: relative;
    top: 1px;
}
.contact_info li a {
	color: #666666;
}
.search-box {
	float: right;
	clear: right;
	width: 250px;
}
.search-box .form-control {
	border-width: 3px 0 3px 3px;
	border-style: solid;
	border-color: #959595;
	height: 40px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
}
.search-box .btn.btn-default {
	background-color: transparent;
	border-width: 3px 3px 3px 0;
	border-style: solid;
	border-color: #959595;
	height: 40px;
	color: #f15b5a;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
}
.search-box .btn.btn-default:hover,
.search-box .btn.btn-default:focus {
	background-color: transparent;
}

.slideshow {
	position: relative;
}
.carousel-inner .big-text {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: 700;
	color: #000000;
	line-height: 45px;
}
.carousel-inner .small-text {
	font-size: 35px;
	font-weight: normal;
	color: #000000;
}
.carousel-inner .view-products {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 25px;
	margin-top: 98px;
	display: inline-block;
	background-color: #f15b5a;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
		 	border-radius: 50px;
}
.carousel-inner .view-products:hover,
.carousel-inner .view-products:focus {
	text-decoration: none;
	background-color: #333333;
}
.slideshow #carousel {
	position: absolute;
    right: 10%;
    text-align: center;
    top: 30%;
	width: 45%;
}


.vh-container {
	position: relative;
}

#features {
	padding-top: 65px;
}
#features .feature-box {
	margin-bottom: 65px;
}
#features .feature-icon {
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 85px;
	font-size: 40px;
	background-color: #f15b5a;
	color: #ffffff;
	margin: 0 auto;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}
#features .feature-title {
	font-weight: 300;
	color: #21bbc7;
	position: relative;
	margin-bottom: 30px;
    padding-bottom: 28px;
	font-family: 'Raleway', sans-serif;
}
#features .feature-title:after {
	background-color: #25beca;
	width: 118px;
	height: 2px;
	margin: 0 auto;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#features p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 35px;
	line-height: 24px;
	height: 116px;
}
#features .btn.btn-link {
	text-transform: uppercase;
	font-weight: 600;
}

.navbar.navbar-default.sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
}

#latest-news {
	padding-bottom: 85px;
	background-color: #20bac7;
}
#latest-news .latest-message {
	width: 100%;
	margin: 0 auto;
	background-color: #f15b5a;
	border: 3px solid #ffffff;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	position: relative;
	top: -25px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
			border-radius: 50px;
}
.latest_news h2 {
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.latest_news h2:after {
	background-color: #ffffff;
	width: 25%;
	height: 2px;
	margin: 0 auto;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

#latest-news #news-carousel {
	color: #ffffff;
	font-size: 16px;
	width: 55%;
	margin: 0 auto;
}
#latest-news #news-carousel .carousel-inner {
	min-height: 65px;
}
#latest-news #news-carousel .carousel-control {
	font-size: 30px;
	top: auto;
	bottom: -30px;
	width: 30px;
	line-height: 20px;
}
#latest-news #news-carousel .carousel-control.left {
	left: 45%;
}
#latest-news #news-carousel .carousel-control.right {
	right: 45%;
}

#footer {
	background-color: #333333;
	padding: 50px 0;
	color: #778081;
	font-weight: 300;
}

.navbar.navbar-default .search-box {
	display: none;
	margin-top: 7px;
}
.navbar.navbar-default.sticky .search-box {
	display: block;
	visibility: visible !important;
}
.navbar.navbar-default.sticky .search-box .form-control {
	border: 0;
	background-color: #02bccb;
	height: 35px;
	color: #ffffff;
}
.navbar.navbar-default.sticky .search-box .form-control::-moz-placeholder, {
  /*color: #999;*/
  opacity: 1;
}
.navbar.navbar-default.sticky .search-box .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.navbar.navbar-default.sticky .search-box .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.navbar.navbar-default.sticky .search-box .btn.btn-default {
	border: 0;
	background-color: #02bccb;
	height: 35px;
	color: #ffffff
}


.navbar.navbar-default #touch-to-search {
	position: absolute;
    right: 30px;
    top: 0;
}
.navbar.navbar-default #touch-search-btn {
	color: #ffffff;
    cursor: pointer;
    position: absolute;
	right: 25px;
	top: 0;
    font-size: 16px;
    line-height: 50px;
	padding: 0 10px;
	display: none;
}
.navbar.navbar-default.sticky #touch-search-btn {
	display: block;
	visibility: visible !important;
}
#touch-search-box {
	/*display: none;*/
    position: absolute;
    right: 25px;
    top: 100%;
	width: 260px;
    z-index: 99;
}
#touch-search-box .form-control {
	border-color: #02bccb;
}
#touch-search-box .btn {
	background-color: #02bccb;
	color: #ffffff;
}
.top_row .contact_info {
	margin: 0;
	font-size: 12px;
	text-align: center;
	float: none;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 28px;
    background: #f5f5f5;
    color: #7be0e8;
    cursor: pointer;
    border: 0;
    border-radius: 50px;
    text-decoration: none;
	border: 2px solid #7be0e8;
    opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
#back-to-top:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
}
#back-to-top:hover {
    background: #0db7c4;
	color: #ffffff;
	border-color: #ffffff;
}
#back-to-top.show {
    opacity: 1;
	filter: alpha(opacity=100);
}

.navbar.navbar-default.sticky #touch-search-box {
	display: block;
	visibility: visible !important;
}
.navbar.navbar-default #touch-search-box .box.show {
	display: block;
}
.navbar.navbar-default #touch-search-box .box {
	display: none;
	-webkit-transition: all 1s ease 0s;
	   -moz-transition: all 1s ease 0s;
			transition: all 1s ease 0s;
}

#content-container {
	padding: 60px 0;
	position: relative;
}
.content p {
	margin-bottom: 20px;
	line-height: 24px;
}
.heading06 {
	color: #45c8d2;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}
.heading02 {
	color: #45c8d2;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;	
	font-family: 'Raleway', sans-serif;
}

.widget {
	margin-top: 45px;
}
.widget:first-child {
	margin-top: 0;
}
.widget .widget-title {
	font-size: 20px;
	margin: 0;
	background-color: #45c8d2;
	padding: 10px 15px;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
}

#product-main-category h2:after {
	background-color: #25beca;
	width: 98px;
	height: 1px;
	margin: 0 auto;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.thumbnail .caption h4 {
	margin: 0 0 5px 0;
	font-weight: 600;
	word-wrap: break-word;
	font-family: 'Raleway', sans-serif;
}

.members-list {
	margin-bottom: 0;
}
.members-list li {
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px dashed #d3d3d3;
}
.members-list li:first-child {
	padding-top: 0;
}
.members-list .member-photo {
	float: left;
    margin-right: 25px;
}
.members-list li .member-name {
	color: #45c8d2;
    font-size: 16px;
    font-weight: 600;
	margin: 5px 0;
}
.members-list li .position {
	font-weight: 600;
	margin-bottom: 3px;
}

#company-profile .haffkine-photo {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.company-dedication h4 {
	font-size: 20px;
	color: #ffffff;
	background-color: #45c8d2;
	padding: 8px 15px;
	margin-bottom: 0;
	font-family: 'Raleway', sans-serif;
}
.company-dedication .content {
	padding: 10px;
}

.widget.products .product-img {
	float: right;
	width: 75px;
	margin-left: 15px;
}
.widget.products .product-info h4 {
	font-size: 16px;
	font-weight: 600;
	word-wrap: break-word;
	font-family: 'Raleway', sans-serif;
}
.widget.products .nav-stacked > li {
	overflow: hidden;
	padding: 15px;
}

.blockquote blockquote {
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	border-bottom: 5px solid #45c8d2;
	border-top: 5px solid #45c8d2;
	border-left: 0;
	padding: 15px 5px;
	line-height: 28px;
	color: #444444;
}

.magazine-list li {
	margin-bottom: 30px;
}
.magazine-list .magazine-cover {
	padding: 0 15px;
}
.magazine-list .magazine-title {
	padding: 0 15px;
	margin-top: 15px;
}
.magazine-list .magazine-title a {
	font-weight: 600;
	color: #666666;
}


#haffkine-history .haffkine-photo {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.achievement-list {
	margin-bottom: 0;
}
.achievement-list li {
	padding: 30px 0;
}
.achievement-list li:first-child {
	padding-top: 0;
}
.achievement-list li img {
	margin-bottom: 6px;
}


img.border {
	border: 1px solid #eeeeee;
}

.divider-list li {
	border-bottom: 1px dashed #d3d3d3;
}

.milestone-list li {
	overflow: hidden;
	padding: 12px 0;
	border-bottom: 1px solid #eeeeee;
}
.milestone-list .year {
	float: left;
}
.milestone-list .year span {
	background-color: #f15b5a;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	display: block;
	padding: 4px 12px;
	line-height: normal;
	width:125px;
}
.milestone-list .text {
	/*text-transform: uppercase;*/
	padding-left: 25px;
	padding-top: 4px;
	overflow: hidden;
}

.disc-list {
	list-style-type: disc;
	padding-left: 40px;
	padding-top: 10px;
}
.milestone-list .disc-list li {
	padding: 0 0 5px 0;
	border: 0;
	overflow: visible;	
}

.accreditation-list .cover-photo {
    padding: 0 15px;
}
.accreditation-list .cover-title {
    margin-top: 15px;
    padding: 0 15px;
}
.accreditation-list .cover-title a {
    color: #666666;
    font-weight: 600;
}

.products-list {
	margin-bottom: 0;
}
.products-list li {
	border-bottom: 1px solid #d3d3d3;
	padding: 40px 0;
}
.products-list li:first-child {
	padding-top: 0;
}
.products-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.products-list .product-name {
	color: #45c8d2;
	font-weight: 700;
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 35px;
}
.links a {
	display: inline-block;
}
.links a + a {
	margin-left: 15px;
}
.links a i {
	width: 33px;
	height: 33px;
	text-align: center;
	color: #ffffff;
	line-height: 32px;
	background-color: #f15b5a;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
.links a span {
	border: 1px solid #f15b5a;
    color: #f15b5a;
    display: inline-block;
    height: 33px;
    line-height: 28px;
    text-align: center;
    vertical-align: top;
    width: 110px;
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}
.links a:hover i {
	background-color: #45c8d2;
}
.links a:hover span {
	border-color: #45c8d2;
	color: #45c8d2;
}

.product-detail .product-img {
	margin-bottom: 15px;
}
.product-detail .product-title {
	font-size: 20px;
	color: #45c8d2;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 25px;
	font-family: 'Raleway', sans-serif;
}
.product-detail .general-info h4 {
	margin-top: 0;
	font-size: 16px;
	color: #f15b5a;
	margin-bottom: 25px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.product-detail .general-info p {
	margin-bottom: 8px;
	line-height: normal;
}
.product-detail .product-info-bottom {
	margin-top: 70px;
}
.product-info-bottom .tab-content p {
	margin-bottom: 5px;
	line-height: normal;
}
.product-info-bottom #enquiry-form .form-control {
	border: 0;
	margin-bottom: 15px;
}
.product-info-bottom #enquiry-form .form-group {
	margin-bottom: 0;
}

.alert-text {
	color: #f16564;
}

.semibold {
	font-weight: 600;
}

.powered img {
	margin-top: -2px;
	margin-left: 2px;
}

.tenders-list h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 30px;
	color: #45c8d2;
}
.accordion .panel-heading {
	padding: 0;
}
.accordion .panel-title > a {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #666666;
	padding: 10px 40px 10px 15px;
	display: block;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
}
.accordion .panel-title > a:hover,
.accordion .panel-title > a:focus {
	text-decoration: none;
}
.accordion .panel-title > a.accordion-toggle.collapsed {
	background-color: #ffffff;
}
.accordion .panel-title > a.accordion-toggle {
	background-color: #f9f9f9;
}
.accordion .panel-title > a.accordion-toggle:after,
.accordion .panel-title > a.accordion-toggle.collapsed:after {
	background-color: #f15b5a;
    bottom: -1px;
    color: #ffffff;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 38px;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -1px;
    vertical-align: middle;
    width: 40px;
}
.accordion .panel-title > a.accordion-toggle:after {
	content: "\f068";
}
.accordion .panel-title > a.accordion-toggle.collapsed:after {
	content: "\f067";
}
.accordion .panel-title > a .date {
	display: inline-block;
	border-right: 2px solid #f15b5a;
	padding-right: 10px;
	margin-right: 10px;
}
.accordion .panel-body {
	border-top: 0;
	border-bottom: 1px solid #d3d3d3;
	background-color: #d3d3d3;
}
.tenders-list li {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.tenders-list li .panel-group {
	margin-bottom: 0;
}
.tenders-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.table > tbody > tr > td:first-child {
	border-left: 0;
}
.table > tbody > tr > td:last-child {
	border-right: 0;
}

#directoryList.table > tbody > tr > td:last-child {
	     word-break: break-all;
}
.table > tbody > tr:first-child td {
	border-top: 0;
}
.table > tbody > tr:last-child td {
	border-bottom: 0;
}


#haffkine-contact .page-header {
	background: url("../img/contact-page-header-bg.jpg") no-repeat scroll center 0 transparent;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
			background-size: cover;
}
#contact-form {
	margin-bottom: 45px;
}
#contact-form .form-control {
	margin-bottom: 15px;
}
#contact-form .form-group {
	margin-bottom: 0;
}
.contact-details li {
	margin-bottom: 10px;
}
.contact-details li .fa {
	margin-right: 8px;
	display: inline-block;
	background-color: #f15b5a;
	color: #ffffff;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
			border-radius: 50px;
}


.styled option {
	padding: 3px 2px;
}

span.customSelect {
    border: 1px solid #d3d3d3;
	height: 34px;
	padding: 6px 12px;
	color: #999999;
	background-color: #ffffff;
}
span.customSelect:after {
	font-family: "FontAwesome";
	content: "\f107";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	line-height: 32px;
}

#enquiry-form span.customSelect {
	border: 0;
}
.styled.hasCustomSelect.forwidth {
	width: 100% !important;
}

.financial-table .table > tbody > tr > td {
	background-color: transparent;
}
.financial-table .table > tbody > tr:nth-child(even) {background-color: #ffffff;}
.financial-table .table > tbody > tr:nth-child(odd) {background-color: #e9e9e9;}


.job-select-area {
	margin: 25px 0;
}
.job-select-area .job-country {
	width: 225px;
	float: left;
	position: relative;
}
.job-select-area .job-area {
	width: 250px;
	float: left;
	position: relative;
	margin: 0 8px;
}
.job-select-area .job-search {
	width: 215px;
	float: left;
	position: relative;
}
.job-select-area .job-search-btn .fa {
	width: 34px;
	height: 34px;
	color: #ffffff;
	background-color: #f15b5a;
	text-align: center;
	line-height: 31px;
	font-size: 20px;
	float: right;
	border: 0;
}
.job-oppurtunity-table .btn-default {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	display: block;
}

.job-details h6 {
	margin-bottom: 25px;
}
.job-details h5 {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 15px;
	border: 1px solid #d3d3d3;
	margin: 0;
}
.job-details p {
	padding: 10px 15px;
	margin-bottom: 10px;
}
.job-details ul {
	padding: 10px 15px;
}
.double-arrow li:before {
	font-family: 'FontAwesome';
	content: "\f101";
	position: absolute;
	left: 0;
}
.double-arrow li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
}

.job-apply table td {
	padding: 2px 5px;
}
.job-apply .form-horizontal .control-label {
	padding-left: 15px;
	width: 100px;
	font-weight: normal;
}

div.fileinputs {
	position: relative;
	margin-top: 15px;
}
div.fileinputs .fileUpload {
	position: relative;
	overflow: hidden;
	float: left;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
div.fileinputs .form-control {
	background-color: #fff;
    float: left;
    margin-left: 6px;
    width: 200px;
}


#company-profile .carousel-caption {
	left: 0;
	bottom: 0;
	top: auto;
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	background-color: rgba(211, 211, 211, 0.8);
	color: #444444;
	padding: 10px 15px;
    text-align: left;
}

.thankyou {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 25px;
}
.thankyou h4 {
	font-family: "Raleway",sans-serif;
	font-size: 20px;
	margin: 0;
}
.thankyou h5 {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	margin: 18px 0 35px;
}

.financial-option {
	float: left;
	width: 175px;
	position: relative;
	margin-bottom: 25px;
}
.financial-option span.customSelect:after {
	background-color: #f15b5a;
    color: #fff;
    font-size: 17px;
    height: 34px;
    text-align: center;
    width: 34px;
	right: 0;
}
.financial-graph {
	margin-bottom: 25px;
}

.company-dedication .disc-list {
	padding-left: 20px;
}
.company-dedication .disc-list li {
	margin-bottom: 5px;
}




.box-404 {
    font-weight: normal;
    margin: 0 auto;
    padding: 90px 0 90px;
    text-align: center;
}
.box-404 h1 {
	font-size: 150px;
	font-weight: normal;
	line-height: 120px;
}
.box-404 h4 {
	font-size: 20px;
}

.lang_switch {
	font-size: 13px;
}
.lang_switch a {
	color: #333333;
}
.lang_switch a:hover,
.lang_switch a:focus {
   color: #333333;
}

.navbar-header .lang_switch {
	width: 50%;
	margin: 7px auto 0;
	text-align: center;
	color:#fff;	
}
.navbar-header .lang_switch a {
	color: #fff;
}
.navbar-header .lang_switch a:hover,
.navbar-header .lang_switch a:focus {
	color: #fff;
}


#directoryList.table {
	border-bottom: 1px solid #d3d3d3;
}
.js-stools .search-input-box.field-box input { padding: 7px 12px; border-radius:16px;  border: 1px solid #e4e4e4;  width: 100%;}

.order-search-bar {
	margin-bottom: 20px;
}
.order-search-bar .order-search-bar-inner {
	background-color: #f5f5f5;
	padding: 15px;
	   
}
 

.order-search-bar .order-search-bar-inner .row {
	margin: 0 -6px;
}
.order-search-bar .order-search-bar-inner .field-box {
	float: left;
	padding: 0 6px;
}
.order-search-bar .order-search-bar-inner .search-input-box {
	width: 23%;
} 
.js-stools .search-input-box.field-box {    width: 82%;}
.order-search-bar .order-search-bar-inner .search-btn-box {
	width: 8%;
	text-align: center;
}
.input-group.date span {
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU4IDU4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1OCA1ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiPgo8Zz4KCTxwYXRoIGQ9Ik00Mi44OTksNC41Yy0wLjQ2NS0yLjI3OS0yLjQ4NC00LTQuODk5LTRjLTAuNTUzLDAtMSwwLjQ0Ny0xLDFzMC40NDcsMSwxLDFjMS42NTQsMCwzLDEuMzQ2LDMsM3MtMS4zNDYsMy0zLDMgICBjLTAuNTUzLDAtMSwwLjQ0Ny0xLDFzMC40NDcsMSwxLDFjMi40MTQsMCw0LjQzNC0xLjcyMSw0Ljg5OS00SDU2djlIMnYtOWgxNGgzYzAuNTUzLDAsMS0wLjQ0NywxLTFzLTAuNDQ3LTEtMS0xaC0xLjgxNiAgIGMwLjQxNC0xLjE2MiwxLjUxNC0yLDIuODE2LTJjMS42NTQsMCwzLDEuMzQ2LDMsM3MtMS4zNDYsMy0zLDNjLTAuNTUzLDAtMSwwLjQ0Ny0xLDFzMC40NDcsMSwxLDFjMi43NTcsMCw1LTIuMjQzLDUtNSAgIHMtMi4yNDMtNS01LTVjLTIuNDE0LDAtNC40MzQsMS43MjEtNC44OTksNEgwdjEzdjQwaDU4di00MHYtMTNINDIuODk5eiBNNTYsNTUuNUgydi0zOGg1NFY1NS41eiIgZmlsbD0iIzVkNWQ1ZCIvPgoJPHBhdGggZD0iTTI2LDIuNWMxLjY1NCwwLDMsMS4zNDYsMywzcy0xLjM0NiwzLTMsM2MtMC41NTMsMC0xLDAuNDQ3LTEsMXMwLjQ0NywxLDEsMWMyLjc1NywwLDUtMi4yNDMsNS01cy0yLjI0My01LTUtNSAgIGMtMC41NTMsMC0xLDAuNDQ3LTEsMVMyNS40NDcsMi41LDI2LDIuNXoiIGZpbGw9IiM1ZDVkNWQiLz4KCTxwYXRoIGQ9Ik0zMiwyLjVjMS42NTQsMCwzLDEuMzQ2LDMsM3MtMS4zNDYsMy0zLDNjLTAuNTUzLDAtMSwwLjQ0Ny0xLDFzMC40NDcsMSwxLDFjMi43NTcsMCw1LTIuMjQzLDUtNXMtMi4yNDMtNS01LTUgICBjLTAuNTUzLDAtMSwwLjQ0Ny0xLDFTMzEuNDQ3LDIuNSwzMiwyLjV6IiBmaWxsPSIjNWQ1ZDVkIi8+Cgk8Y2lyY2xlIGN4PSIyMiIgY3k9IjI0LjUiIHI9IjEiIGZpbGw9IiM1ZDVkNWQiLz4KCTxjaXJjbGUgY3g9IjI5IiBjeT0iMjQuNSIgcj0iMSIgZmlsbD0iIzVkNWQ1ZCIvPgoJPGNpcmNsZSBjeD0iMzYiIGN5PSIyNC41IiByPSIxIiBmaWxsPSIjNWQ1ZDVkIi8+Cgk8Y2lyY2xlIGN4PSI0MyIgY3k9IjI0LjUiIHI9IjEiIGZpbGw9IiM1ZDVkNWQiLz4KCTxjaXJjbGUgY3g9IjUwIiBjeT0iMjQuNSIgcj0iMSIgZmlsbD0iIzVkNWQ1ZCIvPgoJPGNpcmNsZSBjeD0iOCIgY3k9IjMyLjUiIHI9IjEiIGZpbGw9IiM1ZDVkNWQiLz4KCTxjaXJjbGUgY3g9IjE1IiBjeT0iMzIuNSIgcj0iMSIgZmlsbD0iIzVkNWQ1ZCIvPgoJPGNpcmNsZSBjeD0iMjIiIGN5PSIzMi41IiByPSIxIiBmaWxsPSIjNWQ1ZDVkIi8+Cgk8Y2lyY2xlIGN4PSIyOSIgY3k9IjMyLjUiIHI9IjEiIGZpbGw9IiM1ZDVkNWQiLz4KCTxjaXJjbGUgY3g9IjM2IiBjeT0iMzIuNSIgcj0iMSIgZmlsbD0iIzVkNWQ1ZCIvPgoJPGNpcmNsZSBjeD0iNDMiIGN5PSIzMi41IiByPSIxIiBmaWxsPSIjNWQ1ZDVkIi8+Cgk8Y2lyY2xlIGN4PSI1MCIgY3k9IjMyLjUiIHI9IjEiIGZpbGw9IiM1ZDVkNWQiLz4KCTxjaXJjbGUgY3g9IjgiIGN5PSIzOS41IiByPSIxIiBmaWxsPSIjNWQ1ZDVkIi8+Cgk8Y2lyY2xlIGN4PSIxNSIgY3k9IjM5LjUiIHI9IjEiIGZpbGw9IiM1ZDVkNWQiLz4KCTxjaXJjbGUgY3g9IjIyIiBjeT0iMzkuNSIgcj0iMSIgZmlsbD0iIzVkNWQ1ZCIvPgoJPGNpcmNsZSBjeD0iMjkiIGN5PSIzOS41IiByPSIxIiBmaWxsPSIjNWQ1ZDVkIi8+Cgk8Y2lyY2xlIGN4PSIzNiIgY3k9IjM5LjUiIHI9IjEiIGZpbGw9IiM1ZDVkNWQiLz4KCTxjaXJjbGUgY3g9IjQzIiBjeT0iMzkuNSIgcj0iMSIgZmlsbD0iIzVkNWQ1ZCIvPgoJPGNpcmNsZSBjeD0iNTAiIGN5PSIzOS41IiByPSIxIiBmaWxsPSIjNWQ1ZDVkIi8+Cgk8Y2lyY2xlIGN4PSI4IiBjeT0iNDcuNSIgcj0iMSIgZmlsbD0iIzVkNWQ1ZCIvPgoJPGNpcmNsZSBjeD0iMTUiIGN5PSI0Ny41IiByPSIxIiBmaWxsPSIjNWQ1ZDVkIi8+Cgk8Y2lyY2xlIGN4PSIyMiIgY3k9IjQ3LjUiIHI9IjEiIGZpbGw9IiM1ZDVkNWQiLz4KCTxjaXJjbGUgY3g9IjI5IiBjeT0iNDcuNSIgcj0iMSIgZmlsbD0iIzVkNWQ1ZCIvPgoJPGNpcmNsZSBjeD0iMzYiIGN5PSI0Ny41IiByPSIxIiBmaWxsPSIjNWQ1ZDVkIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat scroll 8px 6px transparent;
    background-size: 20px auto;
    padding: 6px 18px;
}


.magazine-list h5.magazine-title {min-height: 48px;} 
.lft{ float:left; width:16%;}
.rft{ float:left; width:81%;}

.table-bordered td, .table-bordered th {    padding: 5px 10px;} 

/*covid css*/
.nav > li > a {padding: 10px 11px !important;  font-size: 12px;}  
.sand-container ul li {margin-bottom: 13px;}
.sand-container ul { padding-left:20px; color: #f15b5a;}
.mar-sand-title {margin:10px 0; font-weight: 600;}
.sand-container { color:#000;}
ul.eng-sand-list {
    margin-bottom: 35px;
}

.nav-pills li:first-child a {
    color: #f15b5a;
}

@media (max-width: 767px)
{
.lft{ float:none; width:100%;}
.rft{ float:none; width:100%;}
	
}

@media (max-width:600px)
{
.order-search-bar .order-search-bar-inner .search-input-box {    width: 100%;    margin-bottom: 10px;}

}

.sand-desc {
    font-size: 20px;
    font-weight: 600;
}

.mar-sand-title {
    text-decoration: underline;
}

.sand-container ul {
    list-style-type: decimal;
}

.sand-list a {
	text-decoration: none;
    color: #f15b5a !important;
}

li.item-217 {
    background-color: #f15b5a;
}