/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@media (min-width: 768px) {
	#slider.index-style .col-md-3,
	#slider.index-style .col-md-9 {
    	display: inline-block;
		float:left;
	}
}
@media (max-width: 768px) {
	#slider.index-style .col-md-3 {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
		text-align: center;
	}
	
	#slider.index-style .col-md-9 {
    	display: none;
	}
}
@media (max-width: 991px) {
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a { color: #7ABF1D !important; }

}

::selection {
	background: #7ABF1D;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #7ABF1D; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #7ABF1D; /* Safari */
	color: #FFF;
	text-shadow: none;
}

/* ----------------------------------------------------------------
	Index
-----------------------------------------------------------------*/
#header.index-style {
	position: relative;
	background-color: #111111;
	border-bottom: 1px solid #F5F5F5;
}

#header.sticky-header.index-style #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #111111;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.index-style #logo a.standard-logo,
.index-style #logo a.retina-logo {
		display: none;
}

a {
	text-decoration: none !important;
	color: #4D4D4D;
}

a:hover { color: #000; }

.dark a{
	color: #EEE;
}
.dark a:hover{
	color: #FFF;
}

.dark.color-1 {
    background-color: #363636;
}
    .dark.color-1:hover {
        background-color: #363636;
    }
.dark.color-2 {
    background-color: #4c4c4c;
}
    .dark.color-2:hover {
        background-color: #4c4c4c;
    }
.dark.color-3{
	background-color: #A2C462;
}
.dark.color-3:hover{
	background-color: #984C69;
}
.dark.color-4{
	background-color: #CE7593;/*#E2B1C2*/
}
.dark.color-4:hover{
	background-color: #AB627B;/*#B58E9B*/
}

.clearfix.index-intro p,
.clearfix.index-intro ul li {
	font-size: 1.3em;
	line-height: 2em;
}

.clearfix.index-intro ul li  {
	margin-left: 1em;
}
.index-menu .col-sm-12 {
	background-color: #7ABF1D;
}

.dark .color-1 {
	background-color: #000;
}
.dark .color-2 {
	background-color: #000;
}

.index-menu .dark a.center {
	display:block;
	height:100px;
	padding: 10px 0;
}

.index-menu .dark a.center i {
	font-size: 30px;
}

.index-menu .dark a.center h1,
.index-menu .dark a.center h2,
.index-menu .dark a.center h3,
.index-menu .dark a.center h4,
.index-menu .dark a.center h5 {
	margin: 0 0;
}

.index-menu ul.tab-nav.tab-nav2 li a {
	background-color: #FFF;
	border-radius: 3px;
	font-size: 20px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.index-menu ul.tab-nav li a i {
	font-size: inherit;
}

.index-menu ul.tab-nav.tab-nav2 li.ui-state-active a {
	top: 0;
	background-color: #517B20;
	color: #FFF;
}

.index-menu .tab-container .tab-content {
	max-width: 860px;
	text-align: center;
}

.index-menu .tab-content .feature-box {
	width: 20%;
	display: inline-block;
}

.index-menu .tab-content .feature-box a{
	color: #fff;
}

    .index-menu .tab-content .feature-box:hover a {
        color: #fdd835;
    }

.visitorColor {
	background-color: #eee !important;
}

@media (max-width: 540px) {
	
	
    .feature-box.fbox-center {
        padding: 0;
        text-align: center;
    }

    .feature-box.fbox-center.fbox-small { padding-left: 0 !important; }

    .feature-box.fbox-center .fbox-icon {
        position: relative;
        width: 70px;
        height: 70px;
        margin: 0 auto 30px;
    }

    .feature-box.fbox-center .fbox-icon i {
        font-size: 32px;
        line-height: 70px;
    }

	.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { line-height: 67px; }

    .feature-box.fbox-center h4 {
        font-size: 12px;
        margin: 0 0;
    }
	
}
/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/
/*#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #517B20; }*/

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	width: 220px;
	background-color: #FFF;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	border: 1px solid #EEE;
	border-top: 2px solid #666;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	margin: 0;
}

#primary-menu ul ul li:hover > a {
	background-color: #F9F9F9;
	padding-left: 18px;
	color: #000;
}


.index-blank {
	padding: 30px;
	background:#FFFFFF no-repeat center;
	max-width: 700px;
	border: 1px solid black;
	border-radius: 15px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	box-shadow: 0 1px 5px rgba(0,0,0,0.75);
}

.index-blank h4 {
	color: #59A825;
	margin-bottom: 15px;
	text-align: center;
}

.index-blank p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0px;
}

.index-blank a {
	color: #000;
}


/* ----------------------------------------------------------------
	Page Menu
-----------------------------------------------------------------*/
#page-menu-wrap {
	z-index: 99;
	background-color: #7ABF1D;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
}

#page-menu .list-search {
	position: relative;
	float: none;
}

#page-menu .list-search {
        display: inherit;
        float: none;
        left: auto;
        height: auto;
        z-index: 11;
    }

#page-menu .list-search a {
    display: inline-block;
    padding: 0 50px;
    color: #FFF;
    font-size: 18px;
	line-height: 42px;
}

#page-menu .list-search a.current {
    background: rgba(0,0,0,0.15);
    border: rgba(0,0,0,0.15) thin solid;
    border-radius: 14px;
}
/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/


#page-title {
	position: relative;
	padding: 20px 0;
	background-color: #EEE;
	/*border-bottom: 1px solid #EEE;*/
}


/* ----------------------------------------------------------------
	Heading Styles
-----------------------------------------------------------------*/


/* Block Titles
-----------------------------------------------------------------*/
.title-block {
	padding: 2px 0 3px 20px;
	border-left: 7px solid #888888;
	margin-bottom: 30px;
}

.title-block-right {
	padding: 2px 20px 3px 0;
	border-left: 0;
	border-right: 7px solid #888888;
	text-align: right;
}

/* ----------------------------------------------------------------
	Content Styles
-----------------------------------------------------------------*/
.content-custom h2,
.content-custom h3 {
	color: #7ABF1D;
	font-size: 12px;
}

.content-custom p,
.content-custom ul li,
.content-custom table th,
.content-custom table td {
	font-size: 18px;
	line-height: 24px;
}

.content-custom ul.iconlist li { 
	line-height: 32px
}

/* ----------------------------------------------------------------
	Table Styles
-----------------------------------------------------------------*/
.table-custom th,
.table-custom td {
	border: #FFFFFF solid 1px;
}

.table-custom thead {
	background: #CCCCCC;
}

.table-custom thead th {
	text-align: center;
	border-bottom: #FFF solid 2px;
}

.table-custom tbody {
	background: #F3F3F3;
}


.table-custom2 a {
	color: #222;
}

.table-custom2 a:hover {
	color: #517B20;
	font-weight: 600;
}

.table-hover.table-custom2 tbody tr:hover {
  background-color: rgba(251,221,231,0.5);
}

/* ----------------------------------------------------------------
	Button Styles
-----------------------------------------------------------------*/
.button-custom1 {
	background-color: #4D4D4D;
}
.button.button-xlarge.button-custom1 {
	font-size: 24px;

}
.button.button-3d.button-custom1:hover {
	background-color: #4D4D4D !important;
	opacity: 0.9;
}


.btn-custom1 {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #4D4D4D;
}

.btn-custom1:hover {
  color: #fff;
  background-color: #D04D70;
  border-color: #CD3F64;
}

.btn-custom1:focus, .btn-custom1.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-custom1.disabled, .btn-custom1:disabled {
  color: #fff;
  background-color: #7ABF1D;
  border-color: #7ABF1D;
}

.btn-custom1:not(:disabled):not(.disabled):active, .btn-custom1:not(:disabled):not(.disabled).active,
.show > .btn-custom1.dropdown-toggle {
  color: #fff;
  background-color: #CD3F64;
  border-color: #517B20;
}

.btn-custom1:not(:disabled):not(.disabled):active:focus, .btn-custom1:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
/* ----------------------------------------------------------------
	Badge Styles
-----------------------------------------------------------------*/
.badge-custom {
  color: #fff;
  background-color: #7ABF1D;
}

a.badge-custom :hover, a.badge-custom :focus {
  color: #fff;
  background-color: #D04D70;
}

a.badge-custom :focus, a.badge-custom .focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 77, 112, 0.5);
}


/* ----------------------------------------------------------------
	Bootstrap Specific
-----------------------------------------------------------------*/
.btn-link,
.page-link,
.page-link:hover,
.page-link:focus { color: #7ABF1D; }

.btn-link:hover,
.btn-link:focus { color: #222; }

.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
	color: #FFF !important;
	background-color: #7ABF1D !important;
	border-color: #7ABF1D !important;
}


/* ----------------------------------------------------------------
	Company Introduction & Buyercomments Content
-----------------------------------------------------------------*/
.content-custom .company_logo,
.content-custom .buyercomments_img {
	text-align: center;
	padding-bottom: 30px;
}
.content-custom .company_logo img{
	max-height: 150px;
}
.content-custom .buyercomments_img img {
	width: 100%;
	max-width: 800px;
}

.content-custom .company_name,
.content-custom .buyercomments_title {
	text-align: center;
	font-size: 36px;
	line-height: 44px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #666;
}

.content-custom .buyercomments_title2 {
	text-align: center;
	font-size: 28px;
	line-height: 34px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #666;
}

.content-custom .company_slogan {
	text-align: center;
	font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    color: #99BC50;
	padding-top: 30px;
}

.content-custom .company_content,
.content-custom .buyercomments_content {
	max-width: 800px;
	font-size: 20px;
	color: #222;
	text-align: left;
	padding-top: 30px;
	display: inline-block;
}
.content-custom .company_content b{
	font-size: 24px;
	padding-top: 30px;
}
.content-custom .company_image {
	width: 100%;
	max-width: 800px;
	display: inline-block;
}

.no_enews {
	font-size: 14px;
	color: #999;
	font-weight: bold;
	padding-top: 30px;
}
@media (max-width: 520px) {
	.no_enews {
		font-size: 14px;
		text-align: left;
	}
}

.news-navigation {
	font-size: 16px;
}

/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/

/* Portfolio - Item Title
-----------------------------------------------------------------*/
.portfolio-desc h3 a { color: #222; }

.portfolio-desc h3 a:hover { color: #7ABF1D; }

.portfolio-overlay a:hover {
	color: #7ABF1D;
	background-color: #EEE;
}


.no-flex-control-nav ol.flex-control-nav.flex-control-paging {
	display: none;
}

/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/


/* Tabs - Top Border
-----------------------------------------------------------------*/

.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
	top: -1px;
	height: 43px;
	line-height: 38px;
	border-top: 2px solid #7ABF1D;
}

.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a { height: 42px; }


/* Tabs - Bottom Border
-----------------------------------------------------------------*/
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
	border-bottom: 2px solid #7ABF1D;
	top: -2px;
	height: 44px;
	line-height: 44px;
}

/* ----------------------------------------------------------------
	Stage
-----------------------------------------------------------------*/
img.custom-stage {
	width: 100%;
	height: auto;
}


/* ----------------------------------------------------------------
	Q&A
-----------------------------------------------------------------*/
h1 > span.title-border-custom:not(.nocolor):not(.badge),
h2 > span.title-border-custom:not(.nocolor):not(.badge),
h3 > span.title-border-custom:not(.nocolor):not(.badge),
h4 > span.title-border-custom:not(.nocolor):not(.badge),
h5 > span.title-border-custom:not(.nocolor):not(.badge),
h6 > span.title-border-custom:not(.nocolor):not(.badge) {
	color: #444;
	border-bottom: 3px solid #7ABF1D;
}



#exhibitors-searchform label {
	font-size:  1rem;
}

#exhibitors-searchform .searchform-list .list-radio-title {
	display: inline-block;
	width: 100%;
	font-weight: 700;
}

#exhibitors-searchform .searchform-list .half {
	display: inline-block;
	width: 50%;
	float: left;
	padding: 8px 0px;
	margin-bottom: 0px;
}

#exhibitors-searchform .searchform-list label {
	font-weight: normal;
}

/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/
.icon-custom {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 24px;
}

.feature-box.fbox-custom {	
	padding: 30px 40px 15px 40px;
}


.feature-box.fbox-custom .fbox-icon i {	
	font-style: normal;
	font-size: 22px;
	text-align: center;
	line-height: 96px;
}

.feature-box.fbox-custom .fbox-icon i:hover,
.feature-box.fbox-custom:hover .fbox-icon i {
	background-color: #333;
	color: #FFF;
}

.feature-box.fbox-custom .fbox-icon i,
.feature-box.fbox-custom .fbox-icon img {
	border-radius: 50%;
	background-color: #7ABF1D;
}

.feature-box.fbox-custom .fbox-centent {
	text-align: left;
}

.feature-box.fbox-custom .fbox-centent p {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

.feature-box.fbox-custom .fbox-centent ul {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-left: 24px;
	margin-bottom: 0px;
}

.fbox-info{
	padding: 15px 40px 30px 40px;
}
.fbox-info p {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	margin-bottom: 0px;	
	text-indent:-1em;
	margin-left: 2em;
}

.fbox-info p i {
	margin-right: 1em;
}

.fbox-info p a {
	color:#081d71;
	text-decoration:none;
}

/* ----------------------------------------------------------------
	Visitorinfo Slider
-----------------------------------------------------------------*/

@media (max-width: 767.98px) {
    #visitorslider.col_last {
		display: none;
	}
}

#visitorslider .flexslider ol.flex-control-nav li {
	display: none;
}

/* ----------------------------------------------------------------
	Fill Button
-----------------------------------------------------------------*/
.fillbtn-center {
    display: flex;
    z-index: 200;
    top: 150px;
    right: 30px;
    position: absolute;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #517B20;
    border-radius: 100%;
    /*margin: 50px auto;*/
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: 0px 5px 10px #A2C462;
}

    .fillbtn-center span {
        margin: auto;
    }

    .fillbtn-center:hover {
        box-shadow: 0px 5px 20px #A2C462;
        background-size: 115%;
    }

        .fillbtn-center:hover .fillbtn-outside {
            -webkit-transform: rotate(-45deg) translate(0px) rotate(-315deg);
            transform: rotate(-45deg) translate(0px) rotate(-315deg);
            background: #A2C462;
            width: 80px;
            letter-spacing: 5px;
            padding-left: 10px;
            line-height: 80px;
            height: 80px;
            margin-top: -40px;
            margin-left: -40px;
            -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
            transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
        }

    .fillbtn-center .fillbtn-outside {
        display: block;
        position: absolute;
        line-height: 50px;
        text-align: center;
        letter-spacing: 2px;
        padding-left: 2px;
        box-sizing: border-box;
        font-weight: 300;
        color: #fff;
        border-radius: 100%;
        width: 50px;
        height: 50px;
        background: #A2C462;
        left: 50%;
        top: 50%;
        margin-top: -55px;
        margin-left: -55px;
        -webkit-transform: rotate(-135deg) translate(-100px) rotate(135deg);
        transform: rotate(-135deg) translate(-100px) rotate(135deg);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    }

        .fillbtn-center .fillbtn-outside span {
            letter-spacing: 0;
        }


/* ----------------------------------------------------------------
	Index-News
-----------------------------------------------------------------*/
.index-news {
	background-color: #fafafa;
}

.index-news .heading-block:after {
	display: none;
}
.index-news .heading-block h2 {
	margin: 0 auto;
	width: fit-content;
}
.index-news .heading-block h2:after {
	content: '';
    display: block;
    margin-top: 20px;
    width: auto;
    border-top: 5px solid #888;
}

.index-news table {
	margin-bottom: 30px;
}
.index-news table td {
	font-size: 24px;
	color: #000;
}

.index-news .table-custom2 a {
	font-size: 24px;
	color: #000;
}
.index-news .table-custom2 a:hover {
	font-weight: bold;
	color: #555;
}

/* ----------------------------------------------------------------
	Padding
-----------------------------------------------------------------*/
.toppadding {
	padding-top: 50px !important;
}
.rightpadding {
	padding-right: 50px !important;
}
.bottompadding {
	padding-bottom: 50px !important;
}
.leftpadding {
	padding-left: 50px !important;
}
.toppadding-xs {
	padding-top: 30px !important;
}
.rightpadding-xs {
	padding-right: 30px !important;
}
.bottompadding-xs {
	padding-bottom: 30px !important;
}
.leftpadding-xs {
	padding-left: 30px !important;
}
.toppadding-lg {
	padding-top: 80px !important;
}
.rightpadding-lg  {
	padding-right: 80px !important;
}
.bottompadding-lg {
	padding-bottom: 80px !important;
}
.leftpadding-lg {
	padding-left: 80px !important;
}

/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
	padding-left: 10px;
	margin: 10px 0;	
}

.col-xs-1-5 {
    width: 20%;
}


@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
    }
}


.link-img {
	padding-bottom: 54%;
    width: 100%;
	display: block;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}