@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: 'Muli', sans-serif;
}

.container-fluid {
	padding:0px !important;
	margin:0px !important;
}

h1, h2, h3, h4, h5, h6 { text-shadow:none; }

header {
	background:url("../images/top-header-bg.jpg") repeat-x bottom;
	min-height:100px;
}

header .logo {
	font-family: 'Muli', sans-serif;
	font-size:18px;
	color:#01553c;
	text-transform:uppercase;
	float:left;
	text-align:left;
	line-height:16pt;
	margin-top:10px;
	font-weight:bold;
}

header .slogan {
	font-family: 'Lobster', cursive;
	font-size:35px;
	color:#000;
	/*text-transform:uppercase;*/
	text-align:right;
	line-height:20pt;
	margin-top:35px;
	float:right;
	text-shadow: 0px 3px 2px #AAA;
}

header .logo img {
	margin-right:20px;
}


.page-head-job {
	width: 100%;
	background-color:#02a372;
	color:#FFF;
	min-height:40px;
	border-bottom:0px solid #CCC;
	/*background-attachment: fixed;*/
}

.page-head-job a { color:#FFF; }
/*************** Navigation *********************/

.navbar-custom {
	background-color:#0155d2;
    color:#FFF;
  	border-radius:0;
}

.navbar {
	margin-bottom:0px;
}
  
.navbar-custom .navbar-nav > li > a {
	display: block;
  	color:#fff;
	font-size:1.2rem !important;
  	padding-left:0x !important;
  	padding-right:12px !important;
	-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease ;
}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  background-color: #04A171;
}

.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus, .navbar-custom .navbar-nav .open > a  { 
  background-color: #04A171;
}

 
/* dropdown */
.navbar-custom .navbar-nav .dropdown-menu  { 
  background-color: #0155d2;
  padding:10px 0px 10px 0px;
  margin-top:1px;
  border:0px;
  border-radius-bottom:10px;
}

.navbar-custom .navbar-nav .dropdown-menu > li > a  { 
  color: #fff;
  font-size:12px !important;
  padding:5px;
}

.navbar-custom .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus  { 
  color: #FFF; 
}
      
.navbar-custom .navbar-brand {
  	color:#eeeeee;
}

.navbar-custom .navbar-toggle {
  	background-color:#eeeeee;
}

.navbar-custom .icon-bar {
  	background-color:#33aa33;
}

.nav-greeen-bar {
	height:5px;
	background:#02a372;
}

.navbar-bg {
	background-color:#0155d2 !important;
}

.navbar-nav {
	text-transform:uppercase !important;
}

.navbar-shadow {
    z-index: 99;
    box-shadow-bottom: 0px 4px 4px #444;
    -moz-box-shadow: 0px 4px 4px #444;
    -webkit-box-shadow: 0px 4px 4px #444;
}

.banner-shadow {
    z-index: 5;
	position:relative;
    box-shadow-bottom: 0px 6px 8px #888;
    -moz-box-shadow: 0px 6px 8px #888;
    -webkit-box-shadow: 0px 6px 8px #888;
}

.navbar a {
	font-weight:400;
	margin-left:8px;
	margin-right:8px;
}

.navbar a:hover {
	color:#000 !important;
	-webkit-transition-duration: 0.4s;
   -moz-transition-duration: 0.4s;
   -o-transition-duration: 0.4s;
   transition-duration: 0.4s;
}

.about {
	background-image:url(../images/adminstrative-block-bg.jpg);
	background-repeat:no-repeat;
	background-size: cover;
    background-position: center top;
    /*background-attachment: fixed;*/
	min-height:550px;
	height:100%;
	overflow:auto;
}

.home-vision {
	min-height:230px;
	margin-bottom:30px;
	background-image:url(../images/green-bg.png);
	font-size:14px;
	color:#FFF;
	padding:20px;
	text-align:left;
}

.home-about {
	min-height:190px;
	background-image:url(../images/purple-bg.png);
	font-size:14px;
	color:#FFF;
	padding:20px;
	text-align:left;
}

.home-vision h4 { color:#FFF; }
.home-about h4 { color:#FFF; }

.home-vc {
	min-height:450px;
	background-image:url(../images/blue-bg.png);
	clear:both;
	margin-bottom:30px;
	font-size:14px;
	color:#FFF;
	padding:20px;
}

.vc-pic-box {
	float:left;
}
 
.vc-pic {
	background-color:#999;
	border-radius:360px;
	-webkit-box-shadow: 0px 0px 6px 1px #333;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    0px 0px 6px 1px #333;  /* Firefox 3.5 - 3.6 */
 	 box-shadow:        0px 0px 6px 1px #333;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.vc-msg-heading {
	float:left;
	/*margin-top:10px;*/
	text-shadow:none;
	font-family: 'Archivo Black', sans-serif;
}

.vc-msg {
	font-size:14px;
	color:#FFF;
	padding:20px;
	text-align:justify;
	clear:both;
}

.vc-image {
        width: 50%;
    }

@media (max-width: 767px) { /* For small screens and below */
    .vc-image {
        width: 100%;
    }
}
.img-thumbnail {  
	display: inline-block;  
	height: auto;  
	max-width: 100%;  
	padding: 4px;  
	line-height: 1.428571429;  
	background-color: #ffffff;  
	border: 1px solid #dddddd;  
	border-radius: 4px;  
	-webkit-transition: all 0.2s ease-in-out;  
	transition: all 0.2s ease-in-out;  
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-round {
	border-radius:360px;
	border:5px solid #FFF;
	-webkit-box-shadow: 0px 0px 6px 1px #333;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    0px 0px 6px 1px #333;  /* Firefox 3.5 - 3.6 */
 	 box-shadow:        0px 0px 6px 1px #333;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.more-arrow {
	color:#FFF;
}

.more-arrow:hover {
	color:#000;
}

.news {
	background-color:#FFF;
   /* background-attachment: fixed;*/
	min-height:500px;
	height:100%;
	overflow:auto;
}

.tender-notice {
	background-image:url(../images/seperater.png);
	background-repeat:no-repeat;
    background-position: center right;
	float:left;
}

.tender-notice-heading {
	color:#144e77;
	text-shadow:none;
}

.tender-notice ul {
	 list-style-image: url('../images/bullet.gif');
	 margin-left:40px;	
}

.tender-notice ul li {
	margin-top:15px;
	color:#000;
}

.tender-notice a.tender {
	color:#000000;
	text-decoration:none;
}

.tender-notice a.tender:hover {
	color:#35658A;
	text-decoration:none;
	padding-left:10px;
	transition: all 250ms ease 0s; transform: scale(0);
}

.news a.readmore {
	color:#0155d2;
	text-decoration:none;
}

.news a.readmore:hover {
	color:#000;
	text-decoration:none;
}

.news-events {
	background-image:url(../images/seperater.png);
	background-repeat:no-repeat;
    background-position: center right;
	float:left;
}

.news-events-heading {
	color:#144e77;
	text-shadow:none;
}

.news-events ul li {
	padding:8px 0px ;
	border-bottom:1px dotted #999;
	line-height:13pt;
	color:#000;
}

.news-events a.newsevents {
	color:#000000;
	text-decoration:none;
}

.news-events a.newsevents:hover {
	color:#35658A;
	text-decoration:none;
	padding-left:10px;
	transition: all 250ms ease 0s; 
	transform: scale(0);
}

/************ NEWS BOX ***********************/

.news-box {
  background:#fff;
  transition:all 0.2s ease;
  border:1px dashed #999;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;

}

.news-box:hover {
  border:1px solid #525C7A;
}

.news-box .box-headline {
	min-height:140px;
	background:#cdecf5;
	/*background: -webkit-gradient(linear, left top, left 25, from(#cdecf5), color-stop(50%, #addfee), to(#cdecf5)); 
    background: -moz-linear-gradient(top, #cdecf5, #addfee 1px, #cdecf5 70px); */
	margin:0px -20px 0px -20px;
}

.news-box .box-title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
	padding-bottom:5px;
	padding:20px;
}


.news-box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.news-box .box-content p {
  color:#515c66;
  text-transform:none;
}

.news-detail {} 

.news-detail h4 {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}

.news-detail .date {
	font-size:12px;
	color:#666;
}

.news-detail .news-content {
  color:#000;
  margin-top:20px;
  line-height:24pt;
  text-transform:none;
}

/* Download */
.download-box {
  background:#FFF;
  transition:all 0.2s ease;
  border:1px solid #999;
  margin-top: 30px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;
  -webkit-box-shadow: 0 8px 6px -6px  #999;
  -moz-box-shadow: 0 8px 6px -6px  #999;
   box-shadow: 0 8px 6px -6px #999;

}

.download-box a:link { color:#000; text-decoration:none }
.download-box a:hover { color:#000; text-decoration:none }


.download-box:hover {
  border:1px solid #000;
  background-color:#CCC;
}

.download-box .box-headline {
	min-height:100px;
	background:#2980B9;
	margin:0px -20px 0px -20px;
}

.download-box .box-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
	padding-bottom:5px;
	padding:20px;
}


.download-box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}

.download-box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}

.download-box .box-content p {
  color:#515c66;
  text-transform:none;
}



/********************************/

.events {
	float:left;
	font-size:16px;
	color:#000;
	text-align:center;
}

.events p {
	text-transform:uppercase;
}

.events-heading {
	color:#144e77;
	font-weight:bold;
	text-align:left;
	text-shadow:none;
}

.offices {
	background-image:url(../images/offices-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#5096fc;
    /*background-attachment: fixed;*/
	min-height:460px;
	height:100%;
	overflow:auto;
}

.offices-box {
	border-right: 1px solid #3e8af9; 
	overflow:auto;
	float:left;
}

.offices .green-box {
	min-height:150px;
	background-color:#a9cf46;
	font-size:18px;
	text-transform:uppercase;
	text-align:right;
	float:left;
	margin:15px;
	padding:10px;
	color:#FFF;
	font-weight:700;
	line-height:15pt;
}

.offices .white-box {
	min-height:150px;
	background-color:#FFF;
	font-size:18px;
	text-transform:uppercase;
	text-align:right;
	float:left;
	margin:15px;
	padding:10px;
	color:#a9cf46;
	font-weight:700;
	line-height:15pt;
}

.offices .green-box:hover {
	background-color:#144e77;
	-webkit-transition: all 500ms ease-out;  
    -moz-transition: all 500ms ease-out;  
    -o-transition: all 500ms ease-out;  
    -ms-transition: all 500ms ease-out;  
    transition: all 500ms ease-out;  
}

.offices .white-box:hover {
	background-color:#144e77;
	-webkit-transition: all 500ms ease-out;  
    -moz-transition: all 500ms ease-out;  
    -o-transition: all 500ms ease-out;  
    -ms-transition: all 500ms ease-out;  
    transition: all 500ms ease-out;  
}

.offices .ccc {
	background-image:url(../images/office-ccc.png);
	background-repeat:no-repeat;
	background-position:15px 15px;
}

.offices .student-concelling {
	background-image:url(../images/office-student-concelling.png);
	background-repeat:no-repeat;
	background-position:15px 80%;
}

.offices .financial-aid {
	background-image:url(../images/office-financial-aid.png);
	background-repeat:no-repeat;
	background-position:15px 15px;
}

.offices .qa {
	background-image:url(../images/office-qec.png);
	background-repeat:no-repeat;
	background-position:15px 80%;
}

.offices .oric {
	background-image:url(../images/office-oric.png);
	background-repeat:no-repeat;
	background-position:15px 15px;
}

.offices .pd {
	background-image:url(../images/pd-icon.png);
	background-repeat:no-repeat;
	background-position:15px 80%;
}

.quick-links {
	float:right;
	margin-top:20px;
}

.quick-links ul li {
	color:#FFF;
	margin-top:10px;
}

.quick-links ul li a {
	font-size:23px;
	color:#FFF;
	margin-left:10px;
	text-decoration:none;
}

.quick-links ul li a:hover {
	color:#a9cf46;
	-webkit-transition: all 500ms ease-out;  
    -moz-transition: all 500ms ease-out;  
    -o-transition: all 500ms ease-out;  
    -ms-transition: all 500ms ease-out;  
    transition: all 500ms ease-out;
	text-decoration:none;
}

.quick-links ul li i {
	background-color:#a9cf46; 
	color:#FFF;
	margin-right:10px;
}

.photo-slider {
	background-color:#FFF;
   /* background-attachment: fixed;*/
	min-height:230px;
	height:100%;
	overflow:auto;
}

.footer {
	background-color:#d4d5d5;
	border-top:5px solid #7f7f7f;
   /* background-attachment: fixed;*/
	min-height:350px;
	height:100%;
	overflow:auto;
}

footer .logo {
	font-family: 'Muli', sans-serif;
	font-size:11px;
	color:#6c6c6c;
	text-transform:uppercase;
	float:left;
	text-align:left;
	float:left;
}

footer .logo img {
	margin-right:10px;
}

footer .contact {
	color:#6c6c6c;
	font-size:12px;
	text-align:left;
	margin-top:20px;
	clear:both;
}

footer .copy {
	color:#6c6c6c;
	font-size:11px;
	text-align:left;
	clear:both;
	margin-top:5px;
	margin-left:10px;	
}

footer .social-icon {
	margin-bottom:20px;
	margin-top:20px;
}

footer .social-icon i {
	margin-right:20px;
	color:#0190c5;
}

footer .social-icon i:hover {
	color:#000;
}

footer .heading {
	color:#000000;
	text-shadow:none;
}

footer .navigation {
	float:left;
}

footer .navigation ul li a {
	font-size:12px;
	color:#484949;
	line-height:20pt;
	text-decoration:none;
}

footer .navigation ul li a:hover {
	color:#0190c5;
	text-decoration:none;
}

@media screen and (max-width : 480px) {
h1 {font-size: 2.2rem;} /*1rem = 16px*/
h2 {font-size: 2rem;}
h3 {font-size:1.8rem;}
h4 {font-size:1.5rem;}
h5 {font-size:1.2rem;}
h5 {font-size:1rem;}

	header .logo {
		font-size:13px;
		line-height:12pt;
		margin-top:15px;
	}
	
	header .slogan {
		font-size:20px;
		text-align:center;
		line-height:10pt;
		margin-top:15px;
	}

	.home-vc {
		margin-top:30px;
	}
}

/*@media screen and (max-width : 1024px) {
	
	.navbar-custom {}
		
	.navbar-custom .navbar-nav > li > a {
		color:#fff;
		font-size:10.5px !important;
		padding-left:5px;
		padding-right:5px;
	}
	
	.navbar-custom .navbar-nav .dropdown-menu > li > a  { 
	  color: #fff;
	  font-size:10.5px !important;
	}	
}*/

/**** Page Data ***/
.div-centered {
    float: none;
    margin: 0 auto;
}


.content-div {
	margin-top:50px;
	margin-bottom:50px;
	min-height:400px;
	background-color:#FFF;
	overflow:auto;
}


.page-head {
	padding:20px;
	background-size: cover;
	background-color:#02a372;
	width: 100%;
	min-height:150px;
	/*background-attachment: fixed;*/
}

.page-header-bg {
	width: 100%;
    height: 150px;
    background-size: cover;
}

.page-heading {
	font-family: 'Archivo Black', sans-serif;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
}

.page-heading h2 {
	 text-shadow: 2px 2px 8px #000000 !important;
}

.page-heading .contact-info {
	font-family: 'Muli', sans-serif;
	text-align:center;
	color:#FFF;
	font-size:18px;
	text-transform:uppercase;
}

.page-shadow {
    z-index: 5;
	position:relative;
    box-shadow-bottom: 0px 6px 50px #888;
    -moz-box-shadow: 0px 6px 50px #888;
    -webkit-box-shadow: 0px 6px 50px #888;
}

.content-heading {
	font-family: 'Archivo Black', sans-serif;
	color:#02a372;
}

.content {
	text-align:justify;
	line-height:18pt;
}

.page-content {
	text-align:justify;
	line-height:20pt;
}

.page-content h2, h3, h4 {
	font-family: 'Archivo Black', sans-serif;
	color:#02a372;
	text-transform:uppercase;
}


.page-content p { line-height:20pt; }

.page-content img {
	float:left;
	margin:0px 20px 0px 0px;
	border:1px solid;
}

.office-staff {
	font-size:13px;
	line-height:14pt;
	text-align:center;
}

.office-staff h4, h5 {
	font-family: 'Archivo Black', sans-serif;
	color:#02a372;
	text-transform:uppercase;
	text-align:center;
}

.office-staff .panel {
	 background-color:#E6E7E8; 
	 
}

.bdr-right {
	border-left:1px solid #CCC;
}

.breadcramp {
	font-family: 'Muli', sans-serif;
	font-size:11px;
}

.breadcramp a {
	color:#FFF;
	text-decoration:none;
}

.breadcramp a:hover {
	color:#000;
	text-decoration:none;
}

.breadcramp span {
	color:#000 !important;
}

.page-nav {
	text-align:right;
	text-transform:uppercase;
}

.page-nav li {
	margin-top:20px;
}

.page-nav li a {
	color:#000;
	font-size:14px;
	text-decoration:none;
}

.page-nav li a:hover {
	color:#02a372;
	text-decoration:none;
	 -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

.programs {
	padding:10px;
	font-size:16px;
	border-radius:5px;
	/*text-transform:uppercase;*/
}

.profile-pic {
	background-color:#999;
	border-radius:360px;
	-webkit-box-shadow: 0px 0px 6px 1px #999;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    0px 0px 6px 1px #999;  /* Firefox 3.5 - 3.6 */
 	 box-shadow:        0px 0px 6px 1px #999;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.profile-model	{
	font-size:14px;
}

.profile-model div	{
	margin-top:12px;
}
	

/************** Cards *****************************/


.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 6px 1px #999;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    0px 0px 6px 1px #999;  /* Firefox 3.5 - 3.6 */
 	 box-shadow:        0px 0px 6px 1px #999;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
	min-height:270px;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.6);
}

/* Staff Card */
.card.cardstaff {
    position: relative;
    padding: 15px;
	min-height:180px;
    overflow: hidden;
    text-align: center;
    /*background-color: rgba(214, 224, 226, 0.6);*/
}

.card.colorstaff {
	background-color: rgba(214, 224, 226, 0.6);
}

.card.colorhead {
	background-color:#D7FFD7;
}

.card.cardstaff .name {
	font-size:14px;
	font-weight:bold;
	padding:10px 10px;
	border-bottom:2px solid #CCC; 
	text-transform:uppercase;
}

.card.cardstaff .detail {
	font-size:12px !important;
	padding-top:20px;
	line-height:18pt;
}
/**************************************************/

.card.hovercard .cardheader {
    background: url("../images/profile-bg.jpg");
	background-color:#03F;
    background-size: cover;
    min-height: 80px; /*135*/
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
	min-height: 100px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	margin:0 auto;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}


.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.card.hovercard .bottom .email  {
    font-size: 11px;
    color: #737373;
	text-decoration:none;
}

.card.hovercard .bottom .email:hover  {
    color: #02A372;
	text-decoration:none;
}

.card.btn{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }

.dean-card {
	margin-top:20px; 
	float:right; 
	padding-right:0px !important;
}

.dean-card h4 {
	border-bottom:1px solid #CCC; 
	padding-bottom:5px; 
	margin-bottom:20px; 
	text-align:center;
}

.contact-info {
	font-size:12px;
}

.dept-contact {
	background-color:#6384B7;
	color:#FFF;
	padding:0px 20px 0px 20px;
	border-radius:5px;
	border:1px solid #4D71A6;
}

/************* Sticky Note ************/
.stickyNote {
	margin: auto;
	margin:10px;	
	background: yellow; /* Fallback */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EBEB00), to(#C5C500));
	background: -moz-linear-gradient(100% 100% 90deg, #C5C500, #EBEB00);
	padding: 20px 20px 20px 20px;
		-webkit-box-shadow: 0px 10px 20px #999;
		-moz-box-shadow: 0px 10px 20px #999;
}

.stickyNote h1{
	font-size: 100px;
	font-family: GoodDogRegular, Helvetica, sans-serif;
}
 
.stickyNote p {
	font-family: GoodDogRegular, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 35px;
	margin: 10px 0 10px 0;
	width: 280px;
}

/* Loader */
.loadinggif {
    background:url('http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif') no-repeat right center;
}


/************************************* 404 (NOT FOUND) **************************************/

/* Error Page */
    .error .clip .shadow
    {
        height: 180px;  /*Contrall*/
    }
    .error .clip:nth-of-type(2) .shadow
    {
        width: 130px;   /*Contrall play with javascript*/ 
    }
    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
    {
        width: 250px; /*Contrall*/
    }
	
    .error .digit {
        width: 150px;   /*Contrall*/
        height: 150px;  /*Contrall*/
        line-height: 150px; /*Contrall*/
        font-size: 120px;
        font-weight: bold;
    }
    .error h2   /*Contrall*/
    {
        font-size: 32px;
    }
    .error .msg /*Contrall*/
    {
        top: -190px;
        left: 30%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
    }
    .error span.triangle    /*Contrall*/
    {
        top: 70%;
        right: 0%;
        border-left: 20px solid #535353;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }


    .error .container-error-404 {
      margin-top: 2%;
        position: relative;
        height: 250px;
        padding-top: 40px;
    }
    .error .container-error-404 .clip
    {
        display: inline-block;
        transform: skew(-45deg);
    }
    .error .clip .shadow
    {
        
        overflow: hidden;
    }
    .error .clip:nth-of-type(2) .shadow
    {
        overflow: hidden;
        position: relative;
        box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
    }
    
    .error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after
    {
        content: "";
        position: absolute;
        right: -8px;
        bottom: 0px;
        z-index: 9999;
        height: 100%;
        width: 10px;
        background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
        border-radius: 50%;
    }
    .error .clip:nth-of-type(3) .shadow:after
    {
        left: -8px;
    }
    .error .digit
    {
        position: relative;
        top: 8%;
        color: white;
        background: #07B3F9;
        border-radius: 50%;
        display: inline-block;
        transform: skew(45deg);
    }
    .error .clip:nth-of-type(2) .digit
    {
        left: -10%;
    }
    .error .clip:nth-of-type(1) .digit
    {
        right: -20%;
    }.error .clip:nth-of-type(3) .digit
    {
        left: -20%;
    }    
    .error h2
    {
        color: #A2A2A2;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .error .msg
    {
        position: relative;
        z-index: 9999;
        display: block;
        background: #535353;
        color: #A2A2A2;
        border-radius: 50%;
        font-style: italic;
    }
    .error .triangle
    {
        position: absolute;
        z-index: 999;
        transform: rotate(45deg);
        content: "";
        width: 0; 
        height: 0; 
    }

/* Error Page */
@media(max-width: 767px)
{
    /* Error Page */
            .error .clip .shadow
            {
                height: 100px;  /*Contrall*/
            }
            .error .clip:nth-of-type(2) .shadow
            {
                width: 80px;   /*Contrall play with javascript*/ 
            }
            .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
            {
                width: 100px; /*Contrall*/
            }
            .error .digit
            {
                width: 80px;   /*Contrall*/
                height: 80px;  /*Contrall*/
                line-height: 80px; /*Contrall*/
                font-size: 52px;
            }
            .error h2   /*Contrall*/
            {
                font-size: 24px;
            }
            .error .msg /*Contrall*/
            {
                top: -110px;
                left: 15%;
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 18px;
            }
            .error span.triangle    /*Contrall*/
            {
                top: 70%;
                right: -3%;
                border-left: 10px solid #535353;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
            }
.error .container-error-404
  {
    height: 150px;
  }
        /* Error Page */
}

.from-error { color:#F00; }

/*--------------------------------------------Framework --------------------------------*/

.overlay { position: relative; z-index: 20; } /*done*/
    .ground-color { background: white; }  /*done*/
    .item-bg-color { background: #EAEAEA } /*done*/
    
    /* Padding Section*/
        .padding-top { padding-top: 10px; } /*done*/
        .padding-bottom { padding-bottom: 10px; }   /*done*/
        .padding-vertical { padding-top: 10px; padding-bottom: 10px; }
        .padding-horizontal { padding-left: 10px; padding-right: 10px; }
        .padding-all { padding: 10px; }   /*done*/

        .no-padding-left { padding-left: 0px; }    /*done*/
        .no-padding-right { padding-right: 0px; }   /*done*/
        .no-vertical-padding { padding-top: 0px; padding-bottom: 0px; }
        .no-horizontal-padding { padding-left: 0px; padding-right: 0px; }
        .no-padding { padding: 0px; }   /*done*/
    /* Padding Section*/

    /* Margin section */
        .margin-top { margin-top: 10px; }   /*done*/
        .margin-bottom { margin-bottom: 10px; } /*done*/
        .margin-right { margin-right: 10px; } /*done*/
        .margin-left { margin-left: 10px; } /*done*/
        .margin-horizontal { margin-left: 10px; margin-right: 10px; } /*done*/
        .margin-vertical { margin-top: 10px; margin-bottom: 10px; } /*done*/
        .margin-all { margin: 10px; }   /*done*/
        .no-margin { margin: 0px; }   /*done*/

        .no-vertical-margin { margin-top: 0px; margin-bottom: 0px; }
        .no-horizontal-margin { margin-left: 0px; margin-right: 0px; }

        .inside-col-shrink { margin: 0px 20px; }    /*done - For the inside sections that has also Title section*/ 
    /* Margin section */

    hr
    { margin: 0px; padding: 0px; border-top: 1px dashed #999; }
/*--------------------------------------------FrameWork------------------------*/