/************************************
** Buttons
************************************/
.btn_full {
	width: 100%;
}

.btn {
    background: transparent;
    padding: 10px 35px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
	border-width: 2px;
	border-style: solid;
}

.btn:hover {
	box-shadow: 0px 0px 6px -3px #000;
}

.btn_primary {
	border-color: #2a3386;
    color: #2a3386;
}

.btn_primary.focus, .btn_primary:focus, .btn_primary:hover {
	color: #2a3386;
}

.btn_white {
	color: #fff;
	border-color: #fff;
}

.btn_white.focus, .btn_white:focus, .btn_white:hover {
	color: #fff;
}

/************************************
** UI Radio
************************************/

.ui-radio {
	display: none;
}
 
.ui-radio + label {
	position: relative;
	padding-left: 20px;
	display: block;
}

.ui-radio + label:before {
    background-color: #fff;
    border: 1px solid #BF552A;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    content: ' ';
    width: 16px;
    height: 16px;
    top:0px;
    left:0px;
}
 
.ui-radio:checked + label:after {
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    background: #E78265;
    top: 3px;
    left: 3px;
}
 
.ui-radio:checked + label:before {
    color: #99a1a7;
    border: 1px solid #BF552A;
}

/************************************
** Video
************************************/

.video-wrapper {
	overflow: hidden;
}

.video-list .video-wrapper {
    height: 0px;
    position: relative;
    z-index: -1;
    -webkit-transition: margin .75s ease .1s, padding .75s ease-in-out .1s;
    -o-transition: margin .75s ease .1s, padding .75s ease-in-out .1s;
    transition: margin .75s ease .1s, padding .75s ease-in-out .1s;
}

.video-list .video-wrapper:hover .close-button:hover {
    opacity: .8;
}

.video-list .video-wrapper .close-button {
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 25px;
    color: #000;
    z-index: 100;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: rgba(0,0,0,0.85);
    cursor: pointer;
    opacity: .35;
    -webkit-transition: opacity .25s ease 0.1s;
    -o-transition: opacity .25s ease 0.1s;
    transition: opacity .25s ease 0.1s;
    display: none;
}

.video-list .video-wrapper.show .close-button {
    display: block;
}

.video-list .video-wrapper .close-button .close-icon {
    position: relative;
    bottom: -54px;
    left: 23px;
    font-size: 21px;
    color: #fff;
}

.video-list .video-wrapper .video-container {
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 46%;
}

.video-list .video-wrapper .video-container .video-element.open {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.video-list .video-wrapper .video-container .video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 46%;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0.1s;
    -o-transition: opacity .3s ease 0.1s;
    transition: opacity .3s ease 0.1s;
}

.video-list .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-list .video-thumbnail i {
    font-size: 48px;
    color: rgba(255,255,255,0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -22px;
    z-index: 2;
    -webkit-transition: color 0.2s ease 0.1s;
    -o-transition: color 0.2s ease 0.1s;
    transition: color 0.2s ease 0.1s;
}

.video-list .video-thumbnail-active i,
.video-list .video-thumbnail:hover i {
    color: #fff;
}

.video-list .video-thumbnail {
    position: relative;
    border-bottom: 5px solid #FCB655;
    line-height: 0;
    padding-top: 56.25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.video-list .video-thumbnail:hover {
    cursor: pointer;
}

.video-list .video-thumbnail .overlay {
    background: rgba(35,35,35,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: background 0.2s ease 0.1s;
    -o-transition: background 0.2s ease 0.1s;
    transition: background 0.2s ease 0.1s;
}

.video-list .video-thumbnail-active .overlay,
.video-list .video-thumbnail:hover .overlay {
    background: rgba(35,35,35,0.05);
}

.video-list .video-wrapper.show {
    margin-bottom: 30px;
    padding-bottom: 46%;
    z-index: 0;
}

/************************************
** Timeline
************************************/

.timeline {
	list-style: none;
	padding: 0 0 20px 0;
	position: relative;
	margin-bottom: 0;
}

.timeline::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    left: 50%;
    margin-left: -1.5px;
    width: 4px;
    background: #E78265;
}

.timeline li {
	position: relative;
	margin-bottom: 40px;
}

.timeline li::before, 
.timeline li::after {
    content: " ";
    display: table;
}

.timeline li::after {
    clear: both;
}

.timeline .timeline-date {
    margin-bottom: 70px;
}

.timeline .date {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    border: 2px solid #E78265;
    background: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
	padding-top: 6px;
	text-indent: 1px;
	color: #9F9CCE;
}

.timeline .month {
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 9px;
    left: auto;
	right: 50%;
	margin-right: 30px;
    margin-left: -93px;
    text-transform: uppercase;
	color: #9F9CCE;
}

.timeline .circle {
    position: absolute;
    left: 50%;
    text-align: center;
    background: #77BF77;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border: 1px solid #E78265;
    border-radius: 50%;
    top: 10px;
}

.timeline .tl-panel {
	width: 50%;
	padding-left: 0;
	padding-right: 30px;
    float: left;
    position: relative;
}

.timeline .timeline-inverted .tl-panel {
    padding-left: 30px;
    padding-right: 0;
	float: right;
	width: 50%;
	position: relative;
}

.timeline .date-title {
    font-weight: 400;
    font-size: 20px;
    color: #9F9CCE;
    position: absolute;
    left: 50%;
}

.timeline .timeline-inverted .date-title {
    left: auto;
    right: 50%;
    margin-right: 30px;
}

.timeline .timeline-standard .tl-panel {
    text-align: right;
}

.timeline .timeline-standard .date-title {
    margin-left: 30px;
}

.timeline .tl-panel .tl-heading {
    font-size: 28px;
    margin-bottom: 10px;
	color: #9F9CCE;
	font-family: 'Open Sans', sans-serif;
	line-height: 100%;
}

.timeline .tl-panel .tl-body p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.timeline .tl-panel .tl-body .time, .timeline .tl-panel .tl-body .location {
    font-size: 14px;
    color: #979799;
}

.timeline .tl-panel .tl-body i {
    color: #232323;
    margin-right: 5px;
}

.timeline .tl-panel .tl-body .time, .timeline .tl-panel .tl-body .location {
    font-size: 14px;
    color: #979799;
}

.timeline .tl-panel .fa-map-marker {
    margin-left: 2px;
}

.timeline .date-title span {
    font-weight: 400;
    color: #403d3d;
}





/************************************
** flexslider
************************************/

.flexslider .slides img {
    height: 320px;
}

.flexslider .slides img {
    max-width: 100% !important;
    display: block !important;
    width: 100% !important;
    object-fit: cover;
    height: 100%;
	object-position: top;
}

.flexslider {
	overflow: hidden;
	border: none;
	border-radius: 0;
}

.flexslider .slides > li {
	position:relative;
	overflow:hidden !important;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}

.flex-direction-nav .flex-prev {
	left: -36px;
}

.flex-caption h1 {
	color: #fff;
}

.flex-direction-nav a {
	font-size: 0;
	top: 50%;
}

.flex-direction-nav a::before {
	font-size: 20px;
	color: #fff;
}

.flex-caption {
	width: 50%;
	padding: 2%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	left: 0;
	bottom: 5%;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 24px;
	line-height: 150%;
	position: absolute;
	font-weight: 400;
	line-height: 130%;
	font-family: 'Open Sans', sans-serif;
}