.navbar-inverse .nav > li > a.fll1:hover { color: #7eddd3; }
.navbar-inverse .nav > li > a.fll2:hover { color: #4b4f54; }
.navbar-inverse .nav > li > a.fll3:hover { color: #00a9e0; }
.navbar-inverse .nav > li > a.fll4:hover { color: #ce0058; }
.navbar-inverse .nav > li > a.fll5:hover { color: #e10098; }
.navbar-inverse .nav > li > a.fll6:hover { color: #bb29bb; }
.navbar-inverse .nav > li > a.fll7:hover { color: #5f259f; }
.navbar-inverse .nav > li > a.fll8:hover { color: #0085ca; }
.navbar-inverse .nav > li > a.fll9:hover { color: #43b02a; }
.navbar-inverse .nav > li > a.fll10:hover { color: #00ab84; }
.navbar-inverse .nav > li > a.fll11:hover { color: #f9423a; }
.navbar-inverse .nav > li > a.fll12:hover { color: #fe5000; }
.navbar-inverse .nav > li > a.fll13:hover { color: #fedd00; }
.navbar-inverse .nav > li > a.fll14:hover { color: #ffb81c; }

a {
    color: #000;
    text-decoration: none;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
	font-weight: 300;
	font-size: 102%;
}

.p_nam:hover { 
    text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'effra','Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0px 0;
	text-transform: capitalize;
	
	-webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

h1 {
    font-weight: 400;
	font-size: 2em;
	line-height: 1.5em;
}

h2 {
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.5em;
}

h3 {
    font-weight: 400;
	font-size: 1.2em;
	line-height: 1.3em;
}

h4 {
	font-size: 1em;
    font-weight: 300;
	line-height: 1.1em;
}

h5 {
	font-size: 1em;
	line-height: 1em;
    font-weight: 400;
}

h6 {
	font-size: 0.9em;
	line-height: 0.9em;
    font-weight: 300;
}

b {
	font-weight: 400;
}

body {
    font-family: 'Effra','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
    padding-bottom: 10px;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 300;
	max-width: 650px;
}

hr {
	border: 0px;
}

.hero-unit {
	padding: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}



section {
    margin-top: 100px;
    padding-bottom: 0;
}

.second {
	margin-top: 0px;
    padding-bottom: 0;
}
/* Top Navigation */
.navbar .brand {
	padding: 10px 35px 10px 20px;
}

.navbar .nav > li {
	line-height: 30px;
}

.navbar .nav > li > a  {
	padding: 10px 20px 10px;
}


.navbar .nav {
	font-size: 1.8em;
	font-weight: 500;
	padding: 3px 0px 0px 0px;
	text-transform: uppercase;
}

.navbar.navbar-inverse.navbar-fixed-top {
	background-color: #000000;
    background-image: -moz-linear-gradient(top, #000000, #000000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000));
    background-image: -webkit-linear-gradient(top, #000000, #000000);
    background-image: -o-linear-gradient(top, #000000, #000000);
    background-image: linear-gradient(to bottom, #000000, #000000);
    background-repeat: repeat-x;
}

.navbar .nav > li > a {
	font-weight: 400;
	color: #ffffff;
}

.nav-list > li > a {
	padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.sidebar-nav-fixed {
    position: fixed;
    top: 145px;
	width: inherit;
    margin-bottom: 0;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
	background-color: #eeeeee;
	color: #000;
}

.sidebar-nav {
    padding: 9px 0;
}

.sidebar-nav a {
    color: #333;
    font-size: 1.4em;
	line-height: 1.5em;
    padding: 0px 10px 0px 10px;
}


.well {
    min-height: 0px;
    padding: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
}

.btn-info {
	background: #4b4f54; /* Old browsers */
	background: -moz-linear-gradient(top,  #4b4f54 0%, #4b4f54 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4f54), color-stop(100%,#4b4f54)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4b4f54 0%,#4b4f54 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4b4f54 0%,#4b4f54 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4b4f54 0%,#4b4f54 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4b4f54 0%,#4b4f54 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4f54', endColorstr='#4b4f54',GradientType=0 ); /* IE6-9 */
}

.btn {
	font-size: 1.0em;
	font-weight: 400;
	margin-bottom: 0.8em;

}

.thumbnail {
	border: 0px solid #fff;
	box-shadow: none;
}

@media (max-width: 980px) {
    .navbar-text.pull-right {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.logo {
    zoom: 1;
    width: 189px;
	height: 35px;
}

    .logo:hover {
        zoom: 1;
        filter: alpha(opacity=0.85);
        opacity: 0.85;
    }

.hilite {
    color: white;
}

#gallery {
    position: absolute;
    overflow: hidden;
    top: 40px;
    left: 0;
    /*bottom: 0;*/
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    /*display: none;*/
}

.foothome {
    position: fixed;
    overflow: hidden;
    left: 0;
    bottom: 0;
    height: 30px;
    background: url(../img/trans.png) repeat;
    width: 100%;
    padding: 9px 0 0 15px;
}

    .foothome img,
    footer img {
        margin-right: 5px;
    }

.bigcontent {
    margin-right: 120px;
}

.social {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.active {
    color: white !important;
}

.social.app {
    margin-left: 2px;
}

.social:hover {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}



.hktext {
    font-size: 12px;
}



@media (max-width: 767px) {
    .sidebar-nav-fixed {
		position: static;
		width: auto;
    }
	
	section {
		    margin-top: 5px;
	}
}

@media (max-width: 979px) {
	section {
    margin-top: 25px;
    padding-bottom: 0;
}

    #gallery {
        top: 50px;
    }

    .fstsection {
        padding-top: 0;
    }
}





    section#introduction {
        padding-top: 8px;
    }

.regsection {
    padding: 20px 20px 0px 0;
}

img {
    /*-webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  border-radius: 8px;*/
}


footer {
	position:fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index:1000;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	
}

#tablet-image {
		  margin-top:12px;
		  width:100%;
	}
	  
#galleria{ 
  		margin-top:40px;
		width:900px;
		height:620px;	
  		max-width: 900px; 
  		max-height: 620px; 
  		background: #fff;
  		overflow:hidden !important;
		display:none;
  	}
	
#galleria-stage {
  		overflow:hidden !important;
  	}
	  
.galleria-loader {
		display:none !important;
	}

.social_icons {
	padding-left: 14px;
	padding-bottom: 18px;
}

.topadd {
    padding-top: 48px;
    padding-bottom: 24px;
}


.nomarg {
    margin-top: 8px;
    margin-bottom: 0;
}
