/*
 *
 * COLOR1 :  #e0b32a
 * COLOR2 :  #e0b32a
 *
 */

.banner-block.style-2 .banner-type {
	font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #e0b32a;
    margin-top:20px;
    margin-bottom:5px;
}

.c-btn.color-1, .c-btn.color-1t {
    background: #e0b32a;
    color: #fff;
    border: 1px solid #e0b32a;
}

.c-btn.color-2, .c-btn.color-2t {
    background: #e0b32a;
    color: #fff;
    border: 1px solid #e0b32a;
}

.c-btn.color-1:hover, .c-btn.color-2:hover {
    background: transparent;
    color: #fff;
}

.c-btn.color-1t:hover {
    background: transparent;
    color: #e0b32a;
}

.c-btn.color-2t:hover {
    background: transparent;
    color: #e0b32a;
}

.block-category {
	color: #e0b32a;
}

.counters-count {
    color: #e0b32a;
}

.message-line, .testimonals-position {
	background: #e0b32a;
}

.conf-overlay {
	background: #e0b32a;
}

.nav-tab-item.active {
    background: #e0b32a;
    color: #fff;
    border: 1px solid #e0b32a;
}

.nav-tab-item:hover {
	border: 1px solid #e0b32a;
}

.shedule-date {
    background: #e0b32a;
}

.shedule-title {
    font-size: 22px;
    font-weight: 100;
    color: #e0b32a;
    line-height: 28px;
    margin-bottom: 5px;
    min-height: 56px;

}

.shedule-entry-image {
	float:left;
	width:135px;
	height:135px;
	display:none;
	border:3px solid #fff;
}

.shedule-entry-image>img {
	width:100%;
}

.shedule-entry-full {
    background: #fff;
    text-align: left;
    margin-bottom:20px;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
}

.shedule-entry-full .speaker {
    width:100%;
	padding: 15px 10px 0px 30px;
	float:left;
}

.shedule-entry-full .shedule-speaker {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0px;
    margin-bottom: 4px;
}

.shedule-entry-full .shedule-position {
    margin-bottom: 10px;
}

@media (min-width:768px){
	.shedule-entry-full .speaker {
		width:585px;
	}

	.shedule-entry-image {
		display:block;
	}
}

@media (min-width:992px){
	.shedule-entry-full .speaker {
		width:805px;
	}
}

@media (min-width:1200px){
	.shedule-entry-full .speaker {
		width: 1005px;
	}
}


.panel-title {
	text-align:center;
	font-size:26px;
	line-height:28px;
	margin-top:40px;
	margin-bottom:30px;
	color: #000000;
}

.shedule-block.active .shedule-entry { background: #e0b32a; }
.shedule-block.active .shedule-user { border-color: #e0b32a; }
.shedule-block.active:after { background-color: #e0b32a; }

#speakers .thumb-text a {color:#e0b32a;}

.price.center {
    border: 2px solid #e0b32a;
}

.service-entry:hover {
    background: #e0b32a;
    border-color: #e0b32a;
}

.tab-nav-wrapper {
    margin-bottom: 43px;
}

.c-btn.yellow {
	background: #e0b32a;
    color: #fff;
    border: 1px solid #e0b32a;
}


.contact-catagory, .contact-row i {
	color: #e0b32a;
}

#schedule .speaker-name {
    font-weight: 400;
    color: #000000;
}

#schedule .speaker-company {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #333333;
    text-transform: uppercase;
}