
/* ----------------------------------
Basic CSS
-------------------------------------*/


body {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
a {
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: 'Memphis LT CYR W01';
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ITC Avant Garde Gothic Demi';
    font-weight: 500;
}

a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    border: none;
    outline: 0 none;
}
.section-padding {
    padding: 70px 0;
}

.pt0 {
    padding-top: 0;
}
.pb0 {
    padding-bottom: 0;
}
img {
    max-width: 100%;
}
/*Header*/
.outter-area {
	background: #43464B;
	padding: 30px 0;
    text-align: center;
}
.section-wrapper img {
	width: 650px;
	max-width: 100%;
}
/*Banner*/
.banner-area {
	padding: 60px 0;
    background: #000;
}

.banner-wrap h2 {
    color: #fff;
    font-size: 28px;
}
/*Exhibitor*/
.exh-logo {
    max-width: 300px;
    margin-bottom: 10px;
}
.booth {
    font-weight: 700;
    margin-bottom: 20px;
}
.booth span {
    color: #000;
}
.exh-wrapper h1 {
	font-size: 28px;
	margin-bottom: 10px;
}
.exh-wrapper h2 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.25;
}
.exh-wrapper h2 span {
    color: #000;
}
.exh-wrapper p {
	font-size: 18px;
	margin-bottom: 15px;
}
.exh-wrapper p.last-child {
	margin-bottom: 0px;
}
.reg-btn {
	height: 55px;
	line-height: 53px;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: transparent;
	padding: 0 30px;
	margin-top: 10px;
	color: #000;
	border: 2px solid #000;
	border-radius: 6px;
}
.reg-btn:hover,
.reg-btn:active,
.reg-btn:focus {
	border: 2px solid #000;
    background: #000;
    color: #ffffff;

}

/* Show */
.show-info-wrap h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.show-info p {
	margin-bottom: 15px;
}
.show-info p:last-child {
	margin-bottom: 0px;
}
.show-info-wrap h2 {
	margin-bottom: 15px;
    font-size: 24px;
}
/* Experience */
.exp-title {
	margin-bottom: 30px;
}
.exp-title h2 {
	font-size: 32px;
	padding: 5px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.exp-details p {
	margin-bottom: 20px;
}
.exp-details .links p {
	margin-bottom: 5px !important;
	font-weight: bold;
}
.exp-details .links p a {
	color: #989898;
	text-decoration: underline;
}
/*Share*/
.sec-title {
	font-size: 24px;
	margin-bottom: 30px;
}
.share-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}
.share-wrapper a {
    display: block;
    width: 100%;
    margin: 0 15px;
}

.share-wrapper a:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.social-box {
    background: #eeeff0;
    padding: 40px 30px;
    border-radius: 6px;
}
.social-box .icon {
    margin-bottom: 20px;
}
.social-box .icon i {
    font-size: 80px;
    height: 140px;
    width: 140px;
    line-height: 140px;
    display: inline-block;
    background: #59a1d8;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.social-box .icon .fa-twitter {
    background: #1da1f2;
}
.social-box .icon .fa-linkedin {
    background: #0077b5;
}
.social-box .icon .fa-facebook {
    background: #3b5998;
}
.share-wrapper a:hover .social-box .icon i {
    background: transparent;
}
.share-wrapper a:hover .social-box .icon .fa-twitter {
    color: #1da1f2;
    border-color: #1da1f2;
}
.share-wrapper a:hover .social-box .icon .fa-linkedin {
    color: #0077b5;
    border-color: #0077b5;
}
.share-wrapper a:hover .social-box .icon .fa-facebook {
    color: #3b5998;
    border-color: #3b5998;
}
.social-box .text h3 {
    font-size: 20px;
}

/*Footer*/
.footer-area {
    background: #000000;
    padding: 40px 0;
}
.f-logo,
.f-date {
	text-align: center;
}
.f-logo img {
	width: 400px;
}
.f-date h3 {
	color: #fff;
	display: inline-block;
	border-top: 1px solid #BFBFBF;
	margin-top: 25px;
	padding-top: 18px;
	letter-spacing: 1px;
    font-size: 24px;
}
.f-date h3 span {
	color: #DC138A;
}