* {
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #5b5b5b;
	border-radius: 0;
}
:focus {
	outline: none !important;
}
li{
	display: list-item;
    list-style-type: disc;
}
body {
	font-size: 14px;
}
.clr {
	clear: both;
	height: 0;
	overflow: hidden;
}
a {
	color: inherit;
	text-decoration: none;
}
#content a, .content a {
	/*color: #E72B37;*/
	color: inherit;
	text-decoration: underline;
}
.sec-box div div h2 a {
	text-decoration: none;
}
#content a:hover, .content a:hover {
	color: #E72B37;
	text-decoration: underline;
}
li {
	list-style: none;
}
.header_top {
	background: #F1F1F1;
	border-top: 2px solid #E72C37;
}
.search-box {
}
.header_right {
	float: right;
	text-align: left;
}
input, textarea {
	font-family: 'Open Sans', sans-serif !important;
}
.slide-out-div .moduletable #je_contact form input, .slide-out-div .moduletable #je_contact form input textarea {
	font-family: 'Open Sans', sans-serif !important;
}
/* ---------------------------- Form -> Talk to a specialist ------------------------------- */

.slide-out-div {
	 	display:none; 
	z-index: 99999;
	top: 170px !important;
	position: fixed !important;
}
.slide-out-div .handle {
	width: 58px !important;
	height: 248px !important;
	left: -58px !important;
}
form#contact-je {
	background: #e8e8e8;
	padding: 17px 20px 10px !important;
}
.slide-out-div {
	width: 400px;
	bottom: 160px;
	height: 420px !important;
	background: #e8e8e8;
}
.slide-out-div h3 {
	background: #e8e8e8 none repeat scroll 0 0;
	color: #ff0000;
	height: auto;
	font-size: 20px;
	border-bottom: 1px solid #d3d3d3;
	padding: 17px 0;
	text-align: center;
}
form#contact-je .input input {
	border: 1px solid #b7b7b7;
}
form#contact-je .input:last-child {
	text-align: right;
}
 form#contact-je .input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #bfbfbf;
 opacity: 1;
}
form#contact-je .input input::-moz-placeholder { /* Firefox 19+ */
 color: #bfbfbf;
 opacity: 1;
}
form#contact-je .input input:-ms-input-placeholder { /* IE 10+ */
 color: #bfbfbf;
 opacity: 1;
}
form#contact-je .input input:-moz-placeholder { /* Firefox 18- */
 color: #bfbfbf;
 opacity: 1;
}
form#contact-je .input textarea::-moz-placeholder {
 color: #bfbfbf !important;
 opacity: 1 !important;
}
form#contact-je .input textarea {
	height: 130px;
}
#je_contact .success {
	font-size: 18px;
}
.slide-out-div .handle {
	cursor: pointer;
	text-indent: 0 !important;
	/* background: #E72B37 !important;*/
	background: #c31723 !important;
	border-radius: 5px 0 0 5px;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
	white-space: nowrap;
}
.close-button {
	background: #E72B37;
	border-radius: 100%;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 12px;
	width: 30px;
	text-align: center;
}
.close-button:after {
	font-family: 'FontAwesome';
	content: "\f00d";
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	top: 4px;
}
.moduletable #je_contact input {
	padding-left: 40px;
}
#je_contact .input {
	position: relative;
}
.bld-input-icon {
	height: 40px;
	color: #bfbfbf;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 999;
	font-size: 14px;
}
.input .loader_image {
	position: absolute;
	right: 95px;
	top: -9px;
}
.slide-out-div a.handle span {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	height: auto;
	position: relative;
	top: 172px;
	vertical-align: middle;
	width: 100%;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.slide-out-div a.handle span i {
	margin: 0px 0px 0px 5px;
}
a.handle .fa {
	color: #fff;
}
/* ----------------------------------------------------------- */


.menu-top {
	float: left;
	margin-right: 46px;
}
.menu-top > ul > li {
	border-left: 1px solid #dedede;
	color: #757374;
	float: left;
	font-size: 0;
	line-height: 29px;
	padding: 0 11px;
	position: relative;
	text-transform: uppercase;
	z-index: 99;
	line-height: 0;
}
.menu-top > ul > li > a {
	font-size: 12px;
	line-height: 29px;
	color: #757374;
}
.menu-top > ul > li.dropdown > a {
	background: url(../images/drop-down.jpg) right center no-repeat;
	padding-right: 11px;
}
.menu-top ul > li:hover ul, .menu-top > ul > li:focus ul {
	display: block;
}
.menu-top > ul > li:last-child > ul {
	right: 0;
	left: auto;
}
#language-selector li#selected-language span {
	line-height: 24px;
}
.menu-top ul ul {
	background: none repeat scroll 0 0 #f1f1f1;
	display: none;
	left: auto;
	padding: 12px 20px;
	position: absolute;
	width: 190px;
	top: 29px;
	right: 0;
}
body div.mod-languages ul ul.lang-block {
	padding: 12px 20px !important;
}
.menu-top ul ul > li {
	line-height: 20px;
	padding: 4px 0;
}
.menu-top ul li a {
	color : #757374;
	text-decoration: none;
}
.menu > ul > li:last-child {
	padding-right: 0;
}
.menu-top ul li a:hover, .menu-top ul li a span:hover, .menu ul > li > a:hover {
	color: #E72C37;
}
.menu > ul > li:last-child > ul, .menu > ul > li:nth-last-child(2) > ul {
	left: auto;
	right: 0;
}
.menu > ul > li:last-child > ul:before, .menu > ul > li:nth-last-child(2) > ul:before {
	left: auto;
	right: 10px;
}
.search-box {
	float: left;
	position: relative;
	min-width: 40px;
	z-index: 99;
}
.search-box input[type="text"] {
	background: none;
	border: medium none;
	display: block;
	font-size: 13px;
	height: 35px;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 40px;
	z-index: 10;
}
.search-box input[type="submit"] {
	height: 35px;
	position: absolute;
	right: 0;
	width: 40px;
	top: 0;
	cursor: pointer;
	border: none;
	background: url(../images/search.png) center center no-repeat #E72C37;
}
.search-box input[type="text"]:focus {
	border: 2px solid #e72c37;
	height: 37px;
	max-width: none;
	opacity: 1;
	padding: 8px;
	position: absolute;
	top: 35px;
	width: 300px;
	z-index: inherit;
	background: #FFF;
}
.logo {
	float: left;
	margin-top: 13px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.menu {
	float: right;
	margin-top: 24px;
	position: relative;
}
.menu > ul > li {
	color: #757374;
	float: left;
	font-size: 15px;
	line-height: 29px;
	position: relative;
	padding: 0 10px;
	text-transform: uppercase;
	z-index: 99;
}
.menu > ul > li > a, body .responsiveMenu > li.active > .parent {
	color: #757374;
	text-decoration: none;
	padding-bottom: 20px;
}
.menu > ul > li > a:hover {
	color: #E72C37;
}
.menu > ul > li ul {
	background: none repeat scroll 0 0 #e72c37;
	border-radius: 0px;
	display: none;
	left: 0;
	padding: 10px 0px;
	position: absolute;
	top: 30px;
	width: 210px;
}
.menu > ul > li:last-child ul ul, .menu > ul > li:nth-last-child(2) ul ul, .menu > ul > li:nth-last-child(3) ul ul {
	left: -100%;
	margin-left: 0;
}
.menu > ul > li ul ul {
	left: 100%;
	top: 0;
	margin-left: 0;
	background: none repeat scroll 0 0 #d71c27;
}
.menu > ul li:hover > ul {
	display: block;
}
.menu > ul > li ul li {
	color: #757374;
	display: block;
	text-transform: none;
	font-size: 14px;
	line-height: 20px;
	padding: 0 15px;
	position: relative;
}
.menu > ul > li ul:before {
	color: #ffffff;
	content: "";
	display: inline-block;
	left: 10px;
	position: absolute;
	top: -6px;
	z-index: 100;
}
.menu ul li ul:before {
	border-bottom: 8px solid #e72c37;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
}
.menu ul li ul li ul:before {
	border: 0;
}
.menu > ul > li ul ul:before {
	/*border-bottom: 8px solid rgba(0, 0, 0, 0);
border-right: 8px solid #e72c37;
border-top: 8px solid rgba(0, 0, 0, 0);*/
	color: #ffffff;
	content: "";
	display: inline-block;
	left: -16px;
	position: absolute;
	top: 10px;
	z-index: 100;
}
.menu > ul > li:last-child ul ul:before/*,
.menu > ul > li:nth-last-child(2) ul ul:before,
.menu > ul > li:nth-last-child(3) ul ul:before*/ {
	/*border-bottom: 8px solid rgba(0, 0, 0, 0);
border-left: 8px solid #e72c37;
border-top: 8px solid rgba(0, 0, 0, 0);*/
	color: #ffffff;
	content: "";
	display: inline-block;
	left: auto;
	position: absolute;
	right: -16px;
	top: 10px;
	z-index: 100;
	display: none;
}
.menu > ul > li ul li:last-child > a {
	border: none;
}
.menu > ul > li ul li a {
	border-bottom: 1px solid #f24f5a;
	color: #ffffff;
	display: block;
	float: none;
	padding: 5px 0;
}
.menu > ul > li > ul li a span {
	color: #FFF;
}
.menu > ul > li ul li:hover {
	background: rgba(168, 168, 168, 0.9) !important;
}
.menu > ul > li ul li:hover a {
	border-bottom: 1px solid rgba(168, 168, 168, 0.9);
}
.header_menu {
}
.box-section {
	background: url("../images/bg-banner.jpg") no-repeat scroll center top;
	background-size: cover;
	padding-bottom: 4px;
	padding-top: 18px;
}
.post-box {
	border: 2px solid #ffffff;
	float: left;
	margin-bottom: 15px;
	margin-right: 1.5%;
	position: relative;
	width: 31.6%;
	cursor: pointer;
}
.post-box:hover {
	border-color: #E72B37;
}
.post-box > em {
	bottom: 7px;
	color: #ffffff;
	font-size: 20px;
	left: 5px;
	line-height: 22px;
	min-width: 100%;
	padding: 4px;
	font-style: normal;
	position: absolute;
}
.post-box > em > a, .post-box > em > span {
	background: none repeat scroll 0 0 rgba(63, 63, 63, 0.9);
	background: #3f3f3f;
	color: #ffffff;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	padding-left: 7px;
	padding-right: 7px;
}
.post-box:hover > em > a, .post-box:hover > em > span {
	background: #000;
	text-decoration: none;
}
.post-box > img {
	float: left;
	width: 100%;
}
.box-main {
	clear: both;
	margin-right: -1.5%;
	overflow: hidden;
}
.content-section {
	padding: 35px 0 40px;
}
.align-center {
	text-align: center;
}
p {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #5b5b5b;
}
.content h1, .three-box .moduletable .custom h2 {
	color: #5b5b5b;
	font-size: 21px;
	line-height: 28px;
	margin: 0 0 15px;
}
.post-section {
	background: #F1F1F1;
	padding: 37px 0;
}
.sec-box {
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	float: left;
	min-height: 199px;
	padding: 15px 25px 7px;
	width: 50%;
}
.sec-box > a {
	text-decoration: none;
}
.sec-box a {
	text-decoration: none;
}
.thumb-part {
	overflow: hidden;
}
.thumb-image {
	float: left;
	margin-right: 15px;
	width: 125px;
}
.thumb-image > img {
	/*height: 100px;*/
	width: 100%;
}
.expert-content {
	min-height: 210px;
	overflow: hidden;
	position: relative;
}
.expert-content .read-more {
	bottom: 0px;
	display: block;
	position: absolute;
	right: 0;
	text-align: right;
}
.expert-content > p {
}
h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 12px;
}
.expert-content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 20px;
	margin-top: -2px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
.read-more {
	text-align: right;
	display: block;
}
.read-more > a {
	background: url("../images/icons.png") no-repeat scroll right center;
	display: inline-block;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 4px;
	padding-right: 12px;
}
.sec-box-main {
	margin-left: -25px;
	margin-right: -25px;
	overflow: hidden;
}
.border-none {
	border-right: none;
}
.bottom-none {
	border-bottom: none;
	padding-bottom: 0;
}
.three-box .read-more {
	text-align: center;
	font-size: 16px;
}
.footer-section {
	background: #4F4949;
	padding: 20px 0;
}
.three-box {
	padding: 37px 0;
}
.footer-top {
	overflow: hidden;
	border-bottom: 1px solid #747476;
	padding-bottom: 5px;
}
.footer-logo {
	float: left;
}
.footer-social {
	float: right;
	padding-top: 7px;
}
.footer-social > a {
	float: left;
	padding-left: 5px;
}
.footer-social > a:hover {
	opacity: 0.8;
}
.footer_add p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	line-height: 19px;
}
.footer_add p strong {
	color: #FFF;
	display: block;
	padding-bottom: 3px;
}
.footer_add {
	overflow: hidden;
	padding: 19px 10px;
}
.footer_add_left {
	width: 25%;
	float: left;
}
.footer_add_middle {
	width: 25%;
	float: left;
}
.footer_add_right {
	width: 25%;
	float: right;
}
.align-right {
	text-align: right;
}
.footer-section * {
	color: #FFF;
}
.toggle {
	display: none;
	border: medium none;
	height: 35px;
	position: absolute;
	left: 0px;
	width: 40px;
	z-index: 9999;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll left center;
}
.expert-content .read-more > a {
	font-size: 14px;
}
.overlay {
	display: none;
}
.read-more > a:hover {
	color: #000;
}
.header_search {
	padding: 15px 20px;
	background: #E72C37;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	margin-top: -86px;
}
.header_search *, .header_search {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.search-section {
	position: relative;
	z-index: 99;
}
.search-section input[type="submit"], .search-section .button {
	background: url("../images/search.png") no-repeat scroll 78% center #e72c37;
	border: 1px solid #ffffff;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-size: 18px;
	height: 36px;
	margin-left: 25px;
	position: relative;
	right: 0;
	text-align: left;
	padding: 0 48px 0 20px;
	box-shadow: none;
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
	border-radius: 0;
	top: 0;
}
.search-field {
	overflow: hidden;
}
.search-section input[type="text"] {
	width: 100%;
	border: none;
	height: 36px;
	background: none;
	text-align: left;
	color: #000;
	font-size: 14px;
	box-shadow: none;
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
	margin-bottom: 0;
	background-position: 5px 50% !important;
}
.open_search .search-toggle {
	top: 47px;
	transition: all 0.5s ease 0s;
}
.search-toggle {
	background: url("../images/search.png") no-repeat scroll center center #e72c37;
	bottom: -53px;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-size: 15px;
	height: 36px;
	margin-left: 0;
	padding-left: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	right: 0;
	text-align: left;
	top: 67px;
	width: 36px;
	z-index: 9999;
	display: none;
}
.search-close {
	background: url("../images/search-close.jpg") no-repeat scroll center center #e72c37;
}
.open_search {
	margin-top: 0;
}
.header_search {
}
.menu-top .menu {
	margin: 0;
	float: left;
	text-align: left;
}
.mod-languages {
	float: left;
	position: relative;
	z-index: 9999;
	border-left: 1px solid #dedede;
	padding-left: 8px;
	background: url("../images/drop-down.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
	padding-right: 11px;
}
body div.mod-languages ul.lang-block > li {
	color: #757374;
	font-size: 12px;
	line-height: 29px;
	text-transform: uppercase;
	margin: 0;
	cursor: pointer;
}
div.mod-languages img {
	border: medium none;
	padding-right: 7px;
}
body div.mod-languages ul.lang-block > li ul > li {
	line-height: 20px;
	padding: 4px 0;
}
/*body .responsiveMenu li:hover ul{
	display: block;
}
body .responsiveMenu li ul{
	left: 0;
	margin:0 10px;
	background: #E72C37;
	border-radius: 5px;
	float: left;
	display: none;
	padding: 10px;

}

body .responsiveMenu li ul li{
	padding: 0;
	border: none;
	margin: 0;

	display: block;
	float: none;
}
body .responsiveMenu  li a:hover{
	background: none !important;
}
body .responsiveMenu li ul li a{
	background: none;
	color: #FFF;
	display: block;
	float: none;
	border: none;
	border-bottom: 1px solid #FFf;
}
body .responsiveMenu li ul li a span{
	color: #FFF;
}*/

.sec-box-main .moduletable #rss-feed {
	display: none;
}
.sec-box-main .moduletable > h3, .sec-box-main .moduletable > h2 {
	color: #3c3c3c;
	font-size: 21px;
	line-height: 28px;
	margin: 0 0 15px;
	text-align: center;
}
.search-section label.element-invisible {
	display: none;
}
#selected-language > img {
	display: none;
}
.toggleMenu {
	display: none;
}
.main-background {
	padding: 30px 0;
}
#sidebar .nav.menu {
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}
#sidebar .moduletable {
	background: none repeat scroll 0 0 #ffffff;
	border-bottom: medium none;
	margin-bottom: 15px;
	padding: 15px;
}
#sidebar .nav > li > a, #sidebar h3, #aside h3, #under h3 {
	background: none repeat scroll 0 0 #e72c37;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: -15px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
	width: auto;
}
#sidebar .nav-child li a:before {
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid #737373;
	border-top: 4px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	padding-right: 5px;
}
#sidebar .nav-child li a {
	display: block;
	font-size: 13px;
	padding: 2px 0;
	/*word-break:break-all;*/
	text-transform: uppercase;
}
.page-header h1 {
	margin: 0;
	/*color: #3c3c3c;*/
	color: #5b5b5b;
	font-size: 22px;
	line-height: 30px;
	display: inline-block;
}
.page-header span.h1 {
	margin: 0;
	color: #3c3c3c;
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	display: inline;
}
#content input {
	box-sizing: content-box;
}
#content input[type="submit"] {
	background: none repeat scroll 0 0 #e72c37;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px;
	border: none;
}
#content input[type="submit"]:disabled {
	background: #333;
	color: #fff;
	cursor: initial;
}
#content ul, #content ol {
	padding: 0;
	margin: 0 0 9px 25px;
	list-style-type: disc;
}
#content ul ul, #content ol ul {
	list-style-type: circle;
}
#content li {
	display: list-item;
	list-style-type: disc;
}
form input.error {
	border: 1px solid #ff0000;
}
.menu > ul > li, .menu > ul > li a, .menu > ul > li li a, .menu > ul > li li {
	background: none !important;
	border-top: 0 !important;
	padding-bottom: 10px;
}
.copyright p {
	margin: 0;
	font-size: 14px;
}
h1, h2, h3, .sec-box h2 a, .sec-box h3 a {
	color: #3c3c3c;
	height: 35px;
}
/* Custom search */
.header_search .gsc-control-cse .gsc-results-wrapper-visible {
	display: none;
}
.header_search .gsc-control-cse.show_search .gsc-results-wrapper-visible {
	display: block;
}
.header_search .cse input.gsc-search-button, .header_search input.gsc-search-button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	height: 36px;
	padding: 0;
	margin: 0;
	min-width: 90px;
	font-size: 12px;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.header_search table.gsc-search-box {
	margin-bottom: 0;
}
.header_search .cse .gsc-control-cse, .header_search .gsc-control-cse {
	background-color: transparent;
	border-color: transparent;
	padding: 0;
}
.header_search .cse form.gsc-search-box, .header_search form.gsc-search-box {
	padding: 0;
	margin-bottom: 0;
}
.header_search .cse .gsc-control-cse, .header_search .gsc-control-cse {
	border: 0;
}
.header_search .gsc-results-wrapper-visible {
	background-color: #fff;
	padding: 10px;
	margin-top: 5px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.header_search .gsc-selected-option-container {
	min-width: 90px;
}
.header_search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background-color: inherit;
}
.header_search .cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .header_search .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
	text-shadow: none;
	padding: 0;
}
.header_search .cse .gs-result div.gs-title, .header_search div.gs-title, .header_search .cse .gs-result .gs-snippet, .header_search .gs-result .gs-snippet, .header_search .cse .gs-result .gs-visibleUrl, .header_search .gs-result .gs-visibleUrl, .header_search .cse .gs-spelling, .header_search .gs-spelling {
	padding: 5px;
}
/* last.css*/
.post-section, .three-box {
	padding: 0;
}
.three-box .moduletable {
	padding: 37px 0;
}
.post-section .moduletable {
	padding: 37px 0;
}
#content .nn_tabs.outline_content > ul.nav-tabs {
	margin: 0;
}
.tab-pane form {
	margin-top: 12px;
}
.homeslider .sec-box-main #klixoSlider_1053, .homeslider .sec-box-main #klixoSlider_1741, .homeslider .sec-box-main #klixoSlider_1054, .homeslider .sec-box-main #klixoSlider_1055, .homeslider .sec-box-main #klixoSlider_1056, .homeslider .sec-box-main #klixoSlider_1057, .homeslider .sec-box-main #klixoSlider_1058 {
	width: 100%;
	max-width: 980px !important;
}
.homeslider div#klixoSlider_1053, .homeslider div#moduleSlideShow1053, .homeslider div#klixoSlider_1053 div.contentBoxWrapper, .homeslider div#klixoSlider_1741, .homeslider div#moduleSlideShow1741, .homeslider div#klixoSlider_1741 div.contentBoxWrapper, .homeslider div#klixoSlider_1054, .homeslider div#moduleSlideShow1054, .homeslider div#klixoSlider_1054 div.contentBoxWrapper, .homeslider div#klixoSlider_1055, .homeslider div#moduleSlideShow1055, .homeslider div#klixoSlider_1055 div.contentBoxWrapper, .homeslider div#klixoSlider_1056, .homeslider div#moduleSlideShow1056, .homeslider div#klixoSlider_1056 div.contentBoxWrapper, .homeslider div#klixoSlider_1057, .homeslider div#moduleSlideShow1057, .homeslider div#klixoSlider_1057 div.contentBoxWrapper, .homeslider div#klixoSlider_1058, .homeslider div#moduleSlideShow1058, .homeslider div#klixoSlider_1058 div.contentBoxWrapper {
	margin: 0 auto;
	max-width: 900px !important;
	padding: 0 0 0 5px;
	width: 100% !important;/*height: auto !important;*/
}
.homeslider div#moduleSlideShow1053 > div, .homeslider div#moduleSlideShow1054 > div, .homeslider div#moduleSlideShow1055 > div, .homeslider div#moduleSlideShow1056 > div, .homeslider div#moduleSlideShow1057 > div, .homeslider div#moduleSlideShow1058 > div {
	float: left !important;
	/* height: auto!important;*/
   /* position: relative !important;*/
	top: 0 !important;
	padding: 25px 0 0 !important;
	/*  margin: 45px 0 0 40px !important;*/
	width: 100% !important;
}
.homeslider div#klixoSlider_1053 div.textContent, .homeslider div#klixoSlider_1054 div.textContent, .homeslider div#klixoSlider_1055 div.textContent, .homeslider div#klixoSlider_1056 div.textContent, .homeslider div#klixoSlider_1057 div.textContent, .homeslider div#klixoSlider_1058 div.textContent {
	height: auto;
}
.post-section.underslider {
	background: #ffffff;
}
.underslider1 {
	background: none repeat scroll 0 0 #f1f1f1;
	max-width: 100%;
	width: 100%;
}
.underslider1 .fourcol {
	margin-right: 3.8%;
}
.underslider1 .fourcol.last {
	margin-right: 0%;
}
div.article_slider a.previous {
	height: 32px !important;
	top: 47% !important;
	background: url(../images/nav_arrows.png) no-repeat left 50%;
}
div.article_slider a.next {
	height: 32px !important;
	top: 47% !important;
	background: url(../images/nav_arrows.png) no-repeat right 50%;
}
.homeslider .slide_img {
	float: left;
	margin: 0 8% 0 2%;
	width: 25%;
}
.homeslider div#klixoSlider_1053 div.textContent, .homeslider div#klixoSlider_1054 div.textContent, .homeslider div#klixoSlider_1055 div.textContent, .homeslider div#klixoSlider_1056 div.textContent, .homeslider div#klixoSlider_1057 div.textContent, .homeslider div#klixoSlider_1058 div.textContent {
	height: auto !important;
}
.homeslider .slide_img img {
	width: auto;
	height: auto;
	margin-left: 9%;
}
.homeslider .slide_cont {
	float: left;
	width: 63%;
	margin-top: 25px;
}
.homeslider .slide_cont a {
	background: url("../images/atag.png") no-repeat scroll right 5px rgba(0, 0, 0, 0);
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0 12px 0 0;
	text-decoration: none;
}
.homeslider .row {
	overflow: visible !important;
}
.homeslider.post-section .moduletable {
	padding: 0;
}
/**/
table tr td {
	padding: 5px;
}
a img {
	padding: 5px;
}
/**/


/*css added on 13th September, 2018*/
section.adsbanner {
	background: #000;
}
.adsbanner .container img {
	/* margin: 15px; */
	width: 100%;
	padding: 10px;
}

/*css added on 13th September, 2018*/




/*css for new search*/

header .search-block {
	/* Box-model */
	display: none;
	/* Visual */
	background-color: #e72b37;
	height: 44px;
}
label.element-invisible {
	display: none;
}
.header-search.pull-left {
	width: 100%;
}
.search.mod_search80 {
	margin-top: 2px;
}
.header-search div.mod_search80  input[type="search"] {
	width: 89% !important;
	border: 1px solid #fff;
	margin: 5px;
	padding: 5px;
	background-color: #fff;
	border-radius: 3px;
	background-image: none;
}
.header-search div.mod_search80  input[type="search"]::placeholder {
 color: #000;
}
.btn-primary svg {
	fill: #fff;
}
.search button.button.btn.btn-primary {
	background-color: #E72C37;
	background-image: none;
	filter: none;
	border: 1px solid #fff;
	border-radius: 3px;
}
.btn-primary svg {
    fill: #fff;
}
.search-block .search-block-part {
	/* Positioning */
	position: relative;
	/* Box-model */
	display: block;
	/* Visual */
	padding: 15px 0;
}
.search-block-part input[type="search"], .search-block-part input[type="text"] {
	/* Box-model */
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 100px);
	height: 34px;
	/* Visual */
	background-color: #fff;
}
.search-block-part input[type="submit"] {
	/* Positioning */
	position: absolute;
	top: 50%;
	right: 0;
	/* Box-model */
	display: inline-block;
	vertical-align: top;
	/* Typography */
	font-size: 14px;
	line-height: 18px;
	/* Visual */
	padding: 7px 17px;
	color: #fff;
	border: 1px solid #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.search-block-part input[type="submit"]:hover {
	/* Visual */
	background-color: #fff;
	color: #e72b37;
}
.search-section .gsc-control-cse {
	/* Visual */
	background-color: transparent;
	border: none;
	padding: 0;
}
.search-section form.gsc-search-box {
	/* Visual */
	margin: 0;
	padding: 0;
}
.search-section form table td.gsc-input {
}
.search-section form table td.gsc-input input[type="text"] {
	/* Box-model */
	display: block;
	width: 100%;
	/* Visual */
	padding: 0 15px;
	box-sizing: border-box;
}
.search-section form table td.gsc-search-button input {
	/* Box-model */
	display: block;
	width: 100px;
	height: 34px;
	/* Typography */
	font-size: 14px;
	line-height: normal;
	/* Visual */
	border-radius: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.search-section form table td.gsc-search-button input:hover {
	/* Visual */
	background-color: #fff;
	color: #e72b37;
}

#searchForm .newtoolbar{width:80%;}
#searchForm .newtoolbar input{width:95% !important;}
#searchForm button{padding: 9px;}
#searchForm .phrases legend, .only legend {font-size:16px;margin-top:10px;}
#searchForm .phrases input {width:auto;}
#searchForm .phrases-box, .ordering-box {width: 46%;float: left;}
#searchForm .phrases-box {width: 46%;float: left;}
#searchForm .form-limit{ margin-top:20px;}
#searchForm .form-limit label, #searchForm .chzn-container-single-nosearch{ float:left;margin-right:5px;}

.form-limit div#limit_chzn {
    margin: 0;
    margin-right: 6px;
}
#searchForm .radio{float:none !important;}

#searchForm .ordering-box{float: left;clear: none;margin: 0px;}


.search-results{border:0px none;background:#FFF;clear:both;padding: 20px;}
.searchbox dd, .searchbox .result-text{line-height:22px;}
#content .searchbox .result-title a, dt.result-title {color:#E72B37;text-decoration:none;}

.searchbox {
    padding: 12px !important;
    background: #fff !important;
    border-top: 1px solid #ccc !important;
    margin: 0px !important;
}

.icon-first:before {
	content: "\7d";
}

.icon-last:before {
	content: "\e000";
}


.phrases {
    display: none;
}
.result-category .small
{
	display: none;
}
fieldset.only {
    display: none;
}
/*css for new search*/


/*css changes on 12-11-2018*/
.itemid-593 .slide-out-div.slide-out-div-sv-se a span
{
	
	top: 158px !important;
}

.itemid-1315 .slide-out-div.slide-out-div-nl-nl a span
{
    /*top: 190px !important;*/
    top: 150px !important;
}

.slide-out-div.slide-out-div-nl-nl a span {
    /*top: 190px !important;*/
    top: 150px !important;
}

/*.slide-out-div.slide-out-div-nl-nl a span {
    top: 190px !important;
}*/

.slide-out-div.slide-out-div-en-uk a span {
    /*top: 158px !important;*/
    top: 135px !important;
}

.slide-out-div.slide-out-div-da-dk a span {
    /*top: 158px !important;*/
    top: 135px !important;
}


.slide-out-div.slide-out-div-en-gb a span {
    /*top: 158px !important;*/
    top: 135px !important;
}

.slide-out-div.slide-out-div-nb-no a span {
    /*top: 158px !important;*/
    top: 135px !important;
}

.slide-out-div.slide-out-div-sv-se a span {
    /*top: 158px !important;*/
    top: 135px !important;
}

.slide-out-div.slide-out-div-fi-fi a span {
    /*top: 158px !important;*/
    top: 135px !important;
}

#sub_mc_form input[type='text'], #sub_mc_form input[type='email'] {
    height: 100% !important;
    width: 100% !important;
    box-sizing: inherit;
}

#mailcampaigns_form_element #sub_mc_form input[type='submit']{
    box-sizing: inherit;
    width: 94% !important;
}

#mailcampaigns_form_element #sub_mc_form label{
	display: inline-block;
}

/*css changes on 12-11-2018*/

@media (min-width: 960px) {
.box-main .post-box a img {
	height: 137px;
}
}

@media (max-width: 960px) {
.box-main .post-box a img {
	max-height: 136px;
}
.sec-box-main {
	margin: 0;
}
#content .item-page img {
	margin: 0 auto;
	max-width: 160px;
	width: 100%;
}
div.article_slider a.next {
	right: -12px !important;
}
div.article_slider a.previous {
	left: -12px !important;
}
.homeslider div#klixoSlider_1053,  .homeslider div#moduleSlideShow1053,  .homeslider div#klixoSlider_1053 div.contentBoxWrapper,  .homeslider div#klixoSlider_1054,  .homeslider div#moduleSlideShow1054,  .homeslider div#klixoSlider_1054 div.contentBoxWrapper,  .homeslider div#klixoSlider_1055,  .homeslider div#moduleSlideShow1055,  .homeslider div#klixoSlider_1055 div.contentBoxWrapper,  .homeslider div#klixoSlider_1056,  .homeslider div#moduleSlideShow1056,  .homeslider div#klixoSlider_1056 div.contentBoxWrapper,  .homeslider div#klixoSlider_1057,  .homeslider div#moduleSlideShow1057,  .homeslider div#klixoSlider_1057 div.contentBoxWrapper,  .homeslider div#klixoSlider_1058,  .homeslider div#moduleSlideShow1058,  .homeslider div#klixoSlider_1058 div.contentBoxWrapper {
	max-width: 800px !important;
}
}

@media (max-width: 767px) {
.slide-out-div .handle {
	display: none !important;
}
#item-1057 {
	display: none;
}
.post-box img {
	width: 100%;
}
.logo .pull-left {
	float: none;
}
section#bfElemWrap872 input#ff_elem872 {
	width: 11%;
	float: left;
	margin: 0;
	margin-top: 10px;
}
section#bfElemWrap872 {
	margin-left: 0px;
}
.g-recaptcha div {
	width: auto !important;
	height: auto !important;
}
}

@media (max-width: 580px) {
.homeslider div#moduleSlideShow1053 #slide_1,  .homeslider div#moduleSlideShow1053 > div,  .homeslider div#moduleSlideShow1054 #slide_1,  .homeslider div#moduleSlideShow1054 > div,  .homeslider div#moduleSlideShow1055 #slide_1,  .homeslider div#moduleSlideShow1055 > div,  .homeslider div#moduleSlideShow1056 #slide_1,  .homeslider div#moduleSlideShow1056 > div,  .homeslider div#moduleSlideShow1057 #slide_1,  .homeslider div#moduleSlideShow1057 > div,  .homeslider div#moduleSlideShow1058 #slide_1,  .homeslider div#moduleSlideShow1058 > div {
	padding: 15px 0 0 0 !important;
}
.homeslider .slide_img {
	width: 100%;
	text-align: center !important;
	margin: 0 0 0 0;
}
.homeslider .slide_img img {
	height: 100px;
	margin: 0;
}
.homeslider .slide_cont {
	width: 100%;
	text-align: center;
}
div#klixoSlider_1053,  div#moduleSlideShow1053,  div#klixoSlider_1053 div.contentBoxWrapper,  div#klixoSlider_1054,  div#moduleSlideShow1054,  div#klixoSlider_1054 div.contentBoxWrapper,  div#klixoSlider_1055,  div#moduleSlideShow1055,  div#klixoSlider_1055 div.contentBoxWrapper,  div#klixoSlider_1056,  div#moduleSlideShow1056,  div#klixoSlider_1056 div.contentBoxWrapper,  div#klixoSlider_1057,  div#moduleSlideShow1057,  div#klixoSlider_1057 div.contentBoxWrapper,  div#klixoSlider_1058,  div#moduleSlideShow1058,  div#klixoSlider_1058 div.contentBoxWrapper {
	height: 280px !important;
}
div.article_slider a.previous, div.article_slider a.next {
	display: none;
}
}
.tab-pane form br {
	display: none;
}
.tab-pane form input, #content form input {
	vertical-align: top;
	width: 45%;
}
.tab-pane form input[type="submit"], #content form input[type="submit"] {
	border-radius: 3px;
	margin: 0 0 0 8px;
}
body .responsiveMenu.isMobile ul {
	display: none;
	width: 100%;
}
.item-page form input {
	width: auto !important;
	vertical-align: top;
}
.item-page form br {
	display: none;
}
.bfSubmitButton {
	background: none repeat scroll 0 0 #e72c37;
	border: medium none;
	color: #ffffff;
	margin-right: 0 !important;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 4px;
}
.bfSubmitButton span {
	color: #FFF;
}
.new_parent {
	width: 100%;
	display: table;
}
.new_parent .sec-box {
	float: none;
	display: table-cell;
}
.gsc-branding-text {
	color: #ffffff !important;
}
/*css by dhaval*/
div#Six_Contact335 {
	float: left;
}
/*added on 21-05-2018 by dhaval*/
.terms a {
	font-weight: bold;
	text-decoration: underline;
}
.terms input {
	margin-right: 6px !important;
}
/*changes 24-09 and after that start*/
footer .container {
	max-width: 1150px !important;
	width: 100% !important;
	padding: 0 15px;
}
.nn_tabs.outline_handles .nav-tabs>li>a {
	padding: 8px 10px;
}
#bfElemWrap961 label {
	float: none !important;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
}
#bfElemWrap961 input[type="checkbox"] {
	float: left !important;
	width: auto !important;
	margin: 3px 10px 10px 0;
	box-sizing: border-box;
}
.bfQuickMode section.bfElemWrap {
	display: block;
}
#content .bfPage-l form input {
	width: 50%;
}
.restable, .equipmenttable {
	overflow-x: scroll;
}

/*search page by jinal start*/
.itemid-1201 main#content {
    width: 100%;
    margin: 0;
}
.itemid-1201 .search  #searchForm .inputbox {
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100% !important;
    height: 35px;
    box-sizing: border-box !important;
}
.itemid-1201 .search button {
    background: transparent;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    height: 35px !important;
    display: inline-block;
    box-sizing: border-box;
}
.itemid-1201 .searchintro p {
    font-size: 18px;
}
.itemid-1201 .searchintro span.badge.badge-info{
    vertical-align: middle;
}
.itemid-1201 .phrases-box label {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}
.itemid-1201 .search .ordering-box {
    float: none !important;
    display: inline-block;
    width: 100%;
    margin: 20px 0 10px !important;
}
.itemid-1201 .search .ordering-box label.ordering {
    font-size: 16px;
    margin-right: 20px;
    display: inline-block;
    float: left;
}
.itemid-1201 .ordering-box .chzn-container-single .chzn-single,
.itemid-1201 .form-limit .chzn-container-single .chzn-single{
    border-radius: 0;
    border: 1px solid #ccc;
    display: inline-block;
}
.itemid-1201 .ordering-box .chzn-container-single,
.itemid-1201 .form-limit .chzn-container-single{
    width: auto !important;
}
.itemid-1201 .ordering-box ul.chzn-results {
    margin: 0 0 9px 0px !important;
}
.itemid-1201 .only label.checkbox {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}
.itemid-1201 .only label.checkbox input {
    width: auto !important;
}
.itemid-1201 .form-limit {
    display: inline-block;
}
.itemid-1201 p.counter {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 15px;
}
.itemid-1201 .form-limit label {
    font-size: 14px;
}
.itemid-1201 .search fieldset.phrases {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.itemid-1201 .search fieldset.only {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.itemid-1201 .search dl.search-results {
    margin-top: 30px;
}
.itemid-1201 .search-results dt.result-title {
    margin-top: 15px;
}
.itemid-1201 #sidebar {
    display: none;
}

.search form#searchForm{ background: #FFF;padding: 15px;}
.search-results .result-title a {
    text-decoration: none !important;
}
/*search page by jinal end*/

@media (max-width: 1200px) {
table.boardofdirectors {
	width: auto !important;
}
}

@media (max-width: 1024px) {
.container {
	margin: auto !important;
}
}

@media (max-width: 768px) {
.sidebar-nav .nav.menu ul.unstyled {
	margin-left: 0;
}
}

@media (max-width: 767px) {
h2, h3 {
	height: auto;
}
.row-fluid .span8 {
	margin-left: 10px !important;
}
.row-fluid .span8, .row-fluid .span4 {
	width: 100% !important;
}
.bfQuickMode section.bfElemWrap {
	display: block;
}
.bfPage-l .bfQuickMode textarea {
	max-width: 100%;
	width: 100%;
}
#content .bfPage-l form input[type="text"] {
	width: 100%;
	max-width: 100%;
	height: 25px;
	box-sizing: border-box;
}
}

@media (max-width: 640px) {
.row-fluid .span8 {
	margin-left: 0px !important;
	padding: 1em;
}
table.contactlistnew tr td {
	height: auto !important;
	width: auto !important;
}
footer {
	padding: 55px 0 25px !important;
}
footer .foo-bottom-part {
	padding: 0 !important;
}
table.boardofdirectors td {
	display: inline-block;
	width: auto !important;
	height: auto !important;
}
#bfElemWrap961 input[type="checkbox"] {
	margin: 3px 8px 10px 0;
}
.equipmenttable {
	overflow: hidden;
}
}
/*changes 24-09 and after that end*/


.slide-out-div h3         {border-bottom: none;}
p.contactform-normal-text {background: #e8e8e8 none repeat scroll 0 0; height: auto; border-bottom: 1px solid #d3d3d3; text-align: center;}
p.contactform-blank-text  {border-top: 1px solid #d3d3d3;}

@media (max-width:640px) { 
.news-item{ padding-left: 0;}
.news-item img{position: static; margin: 0 auto 30px; width: 100%;max-width: 100%;}
#content{padding-left:0; padding-right:0}
}