/* --------------------------------------------------------- */
/* !Home Slides */
/* --------------------------------------------------------- */

#home-slide-1 {
	/*background-image: url(../images/Home_slide1.jpg);*/
	background-image: url(../../images/templates/SG_Skyline_1.jpg);
}
#home-slide-2 {
	background-image: url(../../images/templates/SG_Skyline_2.jpg);
}
#home-slide-3 {
	background-image: url(../../images/templates/SG_Skyline_3.jpg);
}


#admin-slide-1 {
	background-color: white;
	display: block;
}


/* --------------------------------------------------------- */
/* !Quotes Block */
/* --------------------------------------------------------- */

#quotes {
	background-image: url(../images/Parallax1.jpg);
}


/* --------------------------------------------------------- */
/* !Tweets Block */
/* --------------------------------------------------------- */

#tweets {
	background-image: url(../images/Parallax2.jpg);
}


/* --------------------------------------------------------- */
/* !Services More */
/* --------------------------------------------------------- */

#services-more {
	background-image: url(../images/Parallax3.jpg);
}


/* --------------------------------------------------------- */
/* !Client Quotes Block */
/* --------------------------------------------------------- */

#client-quotes {
	background-image: url(../images/Parallax4.jpg);
}


/* --------------------------------------------------------- */
/* !Contact Block */
/* --------------------------------------------------------- */

#contact {
	background-image: url(../images/Footer_Image.jpg);
}


/* --------------------------------------------------------- */
/* !Blog Header */
/* --------------------------------------------------------- */

#blog-header {
	background-image: url(../images/Parallax3.jpg);
}


/* --------------------------------------------------------- */
/* !Custom */
/* --------------------------------------------------------- */

#submit_media_article, #submit_speech, #submit_publication {
	background-image: url(../images/Footer_Image.jpg);
}

.spinnerImgLoader {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
}
	
.custom-entry-header {
	margin-top: 7px;
}

.custom-media-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	padding: 0 0 0 0;
}

.custom-entry-meta-title {
	line-height: 35px;
}

.custom-row-spacer {
	margin-bottom: 35px;
}

.custom-tagcloud-text {
	color: #666;
}

.custom-spacer-row {
	padding: 5px;
}

/* social media share buttons */
.social-media-icons {
	margin:30px 0px 50px 100px;
	text-align:left;
}
.custom-social-media-button {
	float: left;
	margin-top: 2px !important;
	margin-right:10px;
	margin-left:0px;
}
.custom-FB-shareBtn {
	float: left;
	margin-top: 2px !important;
	margin-right:10px;
	margin-left:0px;
}
.custom-LI-shareBtn {
	float: left;
	margin-top: 2px !important;
	margin-right:10px;
	margin-left:0px;
}
.custom-TW-shareBtn {
	float: left;
	margin-top: 2px !important;
	margin-right:10px;
	margin-left:0px;
}

/* used in Lee Wai Pong's CV section */
.custom-tick-ul {
	margin-left: 15px;
	padding-left: 0;
	list-style-type: none;
}
.custom-tick-ul > li {
	position: relative;
	margin-left: 1em;
}
.custom-tick-ul > li:before {
	position: absolute;
	left: -1.5em;
	content: "✔";
}
.custom-dot-ul {
	padding: 0 0 0 25px;
	margin-bottom: 0px;
}