.home-wideload {
	min-height: 445px;
}

.home-overlay {
	background: none;
	min-height: 450px;
}

.divider-line {
	background-color: #f4c300;
	height: 0.19rem;
	margin-bottom: 20px;
	width: 3.5rem;
}
#search button.gcsBox::before {
    display:none;
}
/******************************Curriculum Table************************/

.pricing-table {
	background: #f8f8f8;
	        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
	float: left;
	margin: 20px 0;
	width: 317px;
	-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
}

.pricing-table strong {
	color: #3d3d3d;
	font-weight: 700;
}

.pricing-table-header {
	background: #1e6b52;
	background:    -moz-linear-gradient(top, #1e6b52 64%, #1f3b08 99%);
	background: -webkit-linear-gradient(top, #1e6b52 64%, #1f3b08 99%);
	background:         linear-gradient(to bottom, #1e6b52 64%, #1f3b08 99%);
	border-radius: 5px 5px 0 0;
	padding: 5px 0 5px 0;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e6b52', endColorstr='#1f3b08', GradientType=0);
}

.pricing-table-header h2 {
	font-size: 25px;
	font-weight: 700;
}

.pricing-table-header h3 {
	font-size: 24px;
	font-weight: 400;
	margin-top: 20px;
}

.pricing-table-space {
	height: 10px;
}

.pricing-table-text {
	border-bottom: 1px solid #ddd;
	color: #888;
	font-size: 16px;
	line-height: 30px;
	margin: 15px 30px 0 30px;
	padding: 0 10px 15px 10px;
	text-align: left;
}

.pricing-table-features {
	color: #888;
	font-size: 16px;
	line-height: 30px;
	margin: 15px 30px 0 30px;
	padding: 0 10px 15px 10px;
	text-align: left;
}

.pricing-table-features p {
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	padding: 5px 0;
}
/* Highlighted table */

.pricing-table-highlighted .pricing-table-header {
	background: #f4c300;
	background:    -moz-linear-gradient(top, #f4c300 0%, #fccd4d 50%, #f4c300 51%, #f4c300 100%);
	background: -webkit-linear-gradient(top, #f4c300 0%, #fccd4d 50%, #f4c300 51%, #f4c300 100%);
	background:         linear-gradient(to bottom, #f4c300 0%, #fccd4d 50%, #f4c300 51%, #f4c300 100%);
	border-radius: 10px 10px 0 0;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c300', endColorstr='#f4c300', GradientType=0);
}

.pricing-table.pricing-table-highlighted p {
	color: #666;
	font-size: 20px;
	padding: 6px 0;
	text-align: center;
}

.frontbutton {
	margin-bottom: 10px;
}
/**************************** WK-GALLERY ****************/

h2.gallery_wk_font {
	color: rgb(244, 195, 0);
	font-size: 2.8em;
	text-align: center;
}

.uk-overlay-background {
	background: rgba(33, 35, 40, 0.6) none repeat scroll 0 0;
}

hr.style-two {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	border: 0 none;
	height: 1px;
}

/***************************Timeline styling********************/

.cd-container {
	background: #fff;
	border-radius: 2px;
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 10%;
	width: 90%;
}

.cd-container::after {
	clear: both;
	content: "";
	display: table;
}
/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
	margin-bottom: 2em;
	margin-top: 2em;
	padding: 2em 0;
	position: relative;
}

#cd-timeline::before {
	background: #666;
	content: "";
	height: 100%;
	left: 25px;
	position: absolute;
	top: 0;
	width: 5px;
}

@media only screen and (min-width: 1170px) {
	#cd-timeline {
		margin-bottom: 3em;
		margin-top: 3em;
	}
	#cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}

.cd-timeline-block {
	margin: 2em 0;
	position: relative;
}

.cd-timeline-block:after {
	clear: both;
	content: "";
	display: table;
}

.cd-timeline-block:first-child {
	margin-top: 0;
}

.cd-timeline-block:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-block {
		margin: 4em 0;
	}
	.cd-timeline-block:first-child {
		margin-top: 0;
	}
	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}

.cd-timeline-img {
	border-radius: 50%;
	box-shadow: 0 0 0 4px #1e6b52, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
	height: 30px;
	left: 12px;
	position: absolute;
	top: 8px;
	width: 30px;
}

.cd-timeline-img {
	background: #eee;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-img {
		height: 50px;
		left: 50%;
		margin-left: -25px;
		margin-top: 15px;
		width: 50px;
		-webkit-transform: translateZ(0);

		-webkit-backface-visibility: hidden;
	}
}

.cd-timeline-content {
	background: #eee;
	border-radius: 2px;
	margin-left: 60px;
	margin-right: 30px;
	padding: 1em;
	position: relative;
}

.timeline-content-info {
	background: #fff;
	border-radius: 2px;
	box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
	color: #666;
	font-size: 12px;
	padding: 5px 10px;
}

.cd-container i {
	margin-right: 5px;
}

.timeline-content-info-title,
.timeline-content-info-date {
	display: inline-block;
	width: calc(50% - 2px);
}

@media (max-width: 500px) {
	.timeline-content-info-title,
	.timeline-content-info-date {
		display: block;
		width: 100%;
	}

}

.cd-container .content-skills {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	justify-content: center;
	margin-bottom: 0;
	padding: 0;
}

.cd-container li {
	border-radius: 2px;
	flex-grow: 1;
	margin: 3px 2px;
}

.cd-timeline-content:after {
	clear: both;
	content: "";
	display: table;
}
.cd-timeline-content h2 {
	color: #1e6b52;
	margin-bottom: 5px;
	margin-top: 0;
}
.cd-timeline-content p,
.cd-timeline-content .cd-date {
	color: #666;
	font-size: 0.8125rem;
}
.cd-timeline-content .cd-date {
	display: inline-block;
}
.cd-timeline-content p {
	line-height: 1.6;
	margin: 1em 0;
}
.cd-timeline-content::before {
	border: 7px solid transparent;
	border-right: 7px solid #333c42;
	content: "";
	height: 0;
	position: absolute;
	right: 100%;
	top: 16px;
	width: 0;
}
@media only screen and (min-width: 768px) {
	.cd-timeline-content h2 {
		font-size: 1.25rem;
	}
	.cd-timeline-content p {
		font-size: 1rem;
	}
	.cd-timeline-content .cd-read-more,
	.cd-timeline-content .cd-date {
		color: #666;
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-timeline-content {
		color: #666;
		margin: 0 5%;
		margin-left: 0;
		padding: 1.6em;
		width: 36%;;
	}
	.cd-timeline-content::before {
		border-color: transparent;
		border-left-color: #333c42;
		left: 100%;
		top: 24px;
	}
	.cd-timeline-content .cd-date {
		font-size: 1.5rem;
		font-weight: 500;
		left: 122%;
		position: absolute;
		top: 6px;
		width: 100%;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		border-color: transparent;
		border-right-color: #333c42;
		left: auto;
		right: 100%;
		top: 24px;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: right;
	}
}


/********************************************** Wideload Homepage *****************************************/
.home-wideload {
    background-color: #eee;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    width: 100%;
}

.wideload-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-wideload h1,
.home-wideload h2 {
    color: #fff;
    text-align: right;
}

.home-wideload h1 {
    font-size: 60px;
    margin: 0;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.home-wideload h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: right;
    text-shadow: #000 0 0 0;
}

.home-overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 450px;
    overflow: hidden;
    z-index: 2;
}

.overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 300px;
    overflow: hidden;
    z-index: 2;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
    .home-wideload {
        background-color: #eee;
        background-position: center;
        background-size: cover;
        min-height: 350px;
        position: relative;
    }

    .home-content {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        width: 95%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /* float: right;
		margin: 20px 20px 0 0; */
    }

    .home-overlay {
        background: rgba(50, 50, 50, 0.50);
        min-height: 350px;
        overflow: hidden;
        z-index: 2;
    }

    .home-wideload h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: #000 0 0 0;
    }

    .home-wideload h2 {
        font-size: 22px;
        font-weight: 300;
        text-align: right;
        text-shadow: #000 0 0 0;
    }
}
