.clear{
    clear: both;
}
a{
    color: #8B2C19;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.content a{
    text-decoration: none!important;
}
.content a:hover{
    text-decoration: underline!important;
}

.deelname a{
    text-decoration: underline!important;
    color:#8B2C19;
}

body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding:0px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
}

.wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f5f5f5;
}

.contentWrapper{
    background-color: #FFFFFF;
    padding: 40px 0px;
}

/* Landingpage */
.headerWrapper{
    box-shadow: 0 1px 5px #888;
    position: relative;
    width: 100%;
    -moz-box-shadow:0 1px 5px #888;
    -webkit-box-shadow:0 1px 5px #888;
}
.landingHeader{
    width: 960px;
    height: auto;
    margin: 0px auto;
    padding-top: 32px;
    padding: 32px 0px 32px 0px;
}

.landingWrapper{
    width: 100%;
    height: 560px;
    background-color: #e7ac10;
}

.landingContent{
    width: 960px;
    height: 560px;
    margin: 0px auto;
}

.landingOption{
    width: 480px;
    height: 560px;
    float:left;
    overflow: hidden;
    z-index: 0;

}

.landingOption:hover{
    box-shadow: 0 3px 4px #888;
    z-index: 3;
    position: relative;
}

.landingOption a{
    width: 480px;
    height: 560px;
    display: block;
}

.landingHkk{
    background-image: url('../images/gca-landing.jpg');
}

.landingNnkc{
    background-image: url('../images/nnkc-landing.jpg');
}

.landingFooter{
    width: 960px;
    margin: 0px auto;
    padding: 30px 0px 30px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.footerLinks{
    float: right;
}
.footerLinks a{
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #000000;
    padding: 0px 20px;

}
.footerLinks a:hover{
    text-decoration: underline;
}


.landingOption a {
    text-decoration: none;
    text-align: center;
    float:left;
}

.landingOption a h1{
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    margin-top: 336px;
    text-shadow: 2px 2px #b3b2b2;
}
.landingOption a h2{
    font-size: 17px;
    margin-top: 0;
}
.landingOption a p{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 24px;
    text-decoration: underline;
}


.logo p{
    color: #9e9e9e;
}



/* Homepage */

.siteWrapper{
    width: 1280px;
    margin: 0px auto;
}
.siteHeader {
    width: 100%;
    height: 108px;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
}
.siteHeader .logo {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    left: 152px;
    top: 33px;
    position: absolute;
    font-size: 18px;
    font-weight: regular;
    color: #9e9e9e;
    line-height: 31px;
}
.siteHeader .logo img{
    width: 210px;
    left: -150px;
    top: -35px;
    position: absolute;
}
.logo .large {
    font-size: 34px;
    color: #8b2c19;
    font-weight:bold;
}
.logo p{
    margin: -6px 0px 0px 0px;
}

.smallLogo{
    position: absolute;
    right: 95px;
    top: 0;
    width: 215px;
}
.mainNav {
    position: absolute;
    right: 150px;
    top: 0px;
}
.mainNav ul {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}
.mainNav li {
    float: left;
    display: block;
    padding: 0px 10px 15px 10px;
    font-size: 17px;
    position: relative;
    height: 93px;
}
.mainNav li.active, .mainNav li:hover {
    background-color: #8B2C19;
    border-bottom: 5px solid #A25647;
}
.mainNav li a {
    text-decoration: none;
    color: #646464;
    display: block;
    padding-top: 70px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.mainNav li.active a, .mainNav li:hover a {
    color: #FFF;
}
.mainNav li:first-child:hover {
    background-color: transparent;
    border-bottom: 0;
}
.mainNav li:first-child:hover a {
    color: #646464;
}
li:hover .subNav {
    display: block;
}
.subNav {
    display: none;
    background-image: url(../images/subMenuBG.png);
    background-repeat: repeat;
    position: absolute;
    top: 93px;
    left: 0;
    margin-top: 15px;
    margin-left: -14px;
    width: 254px;
    padding: 8px;
}
.subNav .bottom {
    background-image: url(../images/subMenuBottom.png);
    height: 12px;
    width: 270px;
    position: absolute;
    left: 0;
    bottom: -12px;
}
.subNav ul {
    margin: 0;
    padding: 0 0 0 15px;
    float: none;
    list-style: inside;
}
.subNav li {
    float: none;
    display: block;
    padding: 0 0 0 15px;
    margin-top: 16px;
    height: auto;
    background-color: transparent;
    font-size: 14px;
    background-image: url(../images/bullet.png);
    background-position: 5px 4px;
    background-repeat: no-repeat;
}
.mainNav .subNav li:hover {
    background-color: transparent;
    border-bottom: 0;
}
.mainNav .subNav li a {
    color: #333;
    display: inline;
    padding-top: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.mainNav .subNav li:hover a,
.mainNav .subNav li.active a {
    font-weight: bold;
    color: #333;
}
.mainNav .subNav li.active{
    background-color: transparent;
    border-bottom: 0;
    font-weight: bold;
    color: #333;
}


/* Content */

.contentHeader {
    width: 100%;
    height: 442px;
    position: relative;
    z-index: 1;
    background-color: #e7ac10;
}
.contentHeader .drill {
    left: 922px;
    position: absolute;
    top: 135px;
}
.contentHeader .headerContent {
    position: absolute;
    left: 490px;
    top: 130px;
    width: 450px;
    color: #654a04;
    font-size: 14px;
    line-height: 24px;
}
.headerContent h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
}
.headerContent a.readMore {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.contentHeader.regular {
    height: 110px;
}
.contentHeader.regular h2 {
    position: absolute;
    left: 150px;
    top: 38px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.contentHeader.regular h2 span {
    text-transform: none;
    font-size: 20px;
}



.contentHeader a.squareButton {
    position: absolute;
    top: 196px;
    width: 50px;
    height: 50px;
}
.contentHeader a.squareButton:hover {
    box-shadow: 0 0 10px #fff;
    transition-duration: 0.5s;
}
.contentHeader a.squareButtonLeft {
    left: 0;
    background: #c5920e url("../images/slider-arrow-left.png") no-repeat 18px 15px;
}
.contentHeader a.squareButtonRight {
    right: 0;
    background: #c5920e url("../images/slider-arrow-right.png") no-repeat 21px 15px;
}
.contentHeader .scrollerText {
    position: absolute;
    left: 0;
    top: 336px;
    height: 90px;
    width: 100%;
    overflow: hidden;
    text-align: center;

}
.contentHeader .scrollerText h2,
.contentHeader .scrollerText h3 {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(100, 100, 100, 1);
}
.contentHeader .scrollerText h2 {
    font-size: 36px;
    line-height: normal;
    color: #fff;
    font-weight: 700;
}
.contentHeader .scrollerText h3 {
    font-size: 24px;
    line-height: 16px;
    color: #654a04;
    font-weight: 600;
}




#squareImageContainer {
    position: absolute;
    left: 149px;
    top: 39px;
    width: 990px;
    height: 285px;
    overflow: hidden;
}
#squareImageContainer .squareImageScroller {
    position: absolute;
    left: 0;
    top: 0;
    width: 10000px;
    height: 285px;
}
#squareImageContainer .squareImageGroup {
    float: left;
    width: 1032px;
    height: 285px;
}

#squareImageContainer .squareImage {
    float: left;
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 49px 0 0;
    box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.55);
}
#squareImageContainer .squareImage.fourImages {
	width: 230px;
	height: 230px;
	margin: 48px 22px 0 0;
}
#squareImageContainer .squareImage.twoImages {
	width: 280px;
	height: 280px;
	margin: 2px 60px 0 0;
}
#squareImageContainer .squareImage.twoImages:first-of-type {
	margin: 2px 60px 0 180px;
}
#squareImageContainer .squareImage.threeImages {
	width: 280px;
	height: 280px;
	margin: 2px 60px 0 0;
}
#squareImageContainer .squareImage img {
    width: 100%;
	height: auto;
}


.shadow {
    text-shadow: 1px 1px 2px #000;
}



.content {
    color: #3E3E3E;
    font-size: 14px;
    line-height: 24px;
}
.content a, #loggedIn a {
    text-decoration: underline;
}
.content h1, .siteBanner h1,
.content h2, .siteBanner h2,
.content h3, .siteBanner h3,
.content h4, .siteBanner h4,
.content h5, .siteBanner h5,
.content h6, .siteBanner h6 {
    color: #8B2C19;
    margin-top: 0;
}
.content h1 {
    font-size: 30px;
}
.content h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 24px;
}
.item h2 {
    font-size: 22px;
    font-weight: bold;
}
.content h3 {
    font-size: 22px;
}
.content h4 {
    font-size: 18px;
}
.content h5 {
    font-size: 14px;
}
.content h6 {
    font-size: 10px;
}
.content p,
.content ul,
.content ol {
    margin: 0 0 14px 0;
	padding: 0;
}
.content ul,
.content ol {
	padding: 0 0 0 20px;
}
.content ul li,
.content ol li {
	margin: 0;
	padding: 0 0 0 5px;
}
.content ol li {

}


.siteContent{
    border-right: 1px solid #e5e5e5;
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 40px 30px 40px 152px;
    width: 600px;
}


.siteBanner {
    float: left;
}
.siteBanner .item {
    border-top: 1px #e5e5e5 solid;
    padding: 40px 0 40px 40px;
    width: 314px;
    font-size: 14px;
}
.siteBanner .video {
    position: relative;
}
.siteBanner .item a {
    text-decoration: none;
}
.siteBanner .item a:hover{
    text-decoration: underline;
    color: #8b2c19;
}
.siteBanner .item:first-child,
.siteBanner .item.first {
    border-top: 0;
}

.siteBanner .video img {
    position: relative;
    left: 0;
    top: 0;
    border-radius: 15px;
}

.siteBanner .video a {
    position: absolute;
    display: block;
    left: 40px;
    top: 40px;
    width: 300px;
    height: 169px;
    opacity: 0.4;
    background: url(../images/video-playbutton.png) no-repeat 91px 21px;
}
.siteBanner .video a:hover {
    opacity: 0.8;
    transition-duration: 0.4s;
}

.nnkcLoginButton {
    display: block;
    width: 308px;
    height: 54px;
    padding: 35px 0 45px 0;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #FFF;
    font-weight: bold;
    background-image: url(/images/new/loginButton.png);
}
.nnkcLoginButton span.small {
    font-size: 18px;
    line-height: 30px;
    color: #654A04;
    font-weight: normal;
}
.nnkcLoginButton:hover, .item.click:hover img {
    position: relative;
    top: 1px;
    left: 1px;
}
.myNNKCButton, .formWrapper .myNNKCButton {
    display: block;
    color: #FFF;
    font-weight: bold;
    width: 306px;
    text-align: center;
    padding: 10px 0;
    height: 22px;
    background-image: url(/images/new/myNNKCButton.png);
}
.formWrapper .title {
    display: block;
    margin-bottom: 4px;
}
.formWrapper .myNNKCButton {
    margin-left: 110px;
}
.myNNKCButton:hover, .myNNKCButton.active {
    color: #654A04;
}
.shadow {
    text-shadow: 1px 1px 2px #000;
}
.elShadow {
    -moz-box-shadow: 1px 1px 6px #000;
    -webkit-box-shadow: 1px 1px 6px #000;
    box-shadow: 1px 1px 6px #000;
}
.pageLink {
    display: block;
    float: left;
    padding: 16px 0;
    border-top: 1px #CE9910 solid;
    border-bottom: 1px #CE9910 solid;
    color: #FFF;
    font-weight: bold;
}



.newsFooter {
    /*padding: 40px 150px;*/
    /*height: 250px;*/
    height: 164px;
    background-image: url(../images/videoFooterBG.png);
    position: relative;
}
.newsFooter .newsIntroImage {
    position: absolute;
    left: 150px;
    top: 70px;
    width: 300px;
    height: 190px;
}
.newsIntroImage .playImg {
    width: 60px;
    height: 60px;
    background-image: url(/images/play.png);
    position: absolute;
    top: 60px;
    left: 120px;
}
.newsFooter .newsIntroText {
    position: absolute;
    top: 55px;
    right: 300px;
    width: 490px;
    font-size: 14px;
    line-height: 20px;
}
.newsFooter .newsIntroText h3 {
    color: #FFF;
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
}
.newsFooter .newsIntroText h3 span.date {
    color: #654A04;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
}

.small{
    height: 110px!important;
    z-index: 0;
}


.siteFooter {
    padding: 40px 150px;
    font-size: 13px;
    position: relative;
}
.copyright {
    float: left;
    margin-right: 210px;
}
.footerNav {
    position: absolute;
    right: 132px;
}
.footerNav, .footerNav a {
    color: #3e3e3e;
}
.footerNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footerNav li {
    float: left;
    display: block;
    padding: 0 18px;
    border-left: 1px #D9D9D9 solid;
}
.footerNav li:first-child, .footerNav li.first {
    border-left: 0;
}


.facebookFeed {
    z-index:1250;
    background-color: #FFFFFF;
    width: 292px;
    top: 108px;
    position: absolute;
    left:-292px;
}
.facebookLabel {
    background-image: url("../images/facebook_vertical.png");
    background-repeat: no-repeat;
    height: 100px;
    position: absolute;
    right: -38px;
    width: 38px;
}


/* slider */

#slider{
    display: block;
    float: left;
    height: 480px;
    position: relative;
    width: 1140px;
}

.smallSlider{
    height: 110px !important;
}
.smallSlider #sliderButtons{
    bottom: 80px;
    left: 977px;
}
.smallSlider .sliderarrows{
    margin-left: 16px;
}
.smallSlider .slide{

}

.sliderBlock{
    float: left;
    margin-right:28px;
    height: 225px;
    width: 264px;
}
.sliderBlock span{
    position: absolute;
    display: block;
    width: 264px;
    text-align: center;
}
.lastBlock{
    margin-right: 0px!important;
}


.bigSlider{
    height: 556px!important;
    margin-bottom: 26px !important;
}
.bigSlider #sliderButtons{
    left: 866px;
}
#slider h5{
    color: #FFFFFF;
    font-family: 'HelveticaNeueW02-BlackI';
    font-size: 48px;
    left: 55px;
    line-height: 20px;
    position: absolute;
    top: 80px;
    z-index: 20;
    -webkit-font-smoothing: antialiased;
}
#slider p{
    color: #FFFFFF;
    display: block;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    left: 55px;
    line-height: 24px;
    position: absolute;
    top: 230px;
    width: 500px;
    z-index: 20;
}
div.slider {
    top: 134px;
    z-index: 18;
    height: 164px;
    display:block;
    position: relative;
    top: 0px;
}
div.slide {
    float: left;
    overflow: hidden;
    z-index: 20;
    margin-bottom: 38px;
    width: 1140px;
}
div.slide a img{
    margin-top: -90px;
}

div.smallSlider div.slide {
    height: 164px;
    text-align: center;
    width: 345px;
}

div.bgSlide {
    float: left;
    overflow: hidden;
    z-index: 20;
}
.sliderWrapper {
    opacity: 1;
    position: relative;
    top: 0;
    z-index: 19;
}
div.sliderWrapper {
    position: relative;
    width: 640px;
}
div.slider {
    overflow: hidden;
    width: 1280px
}
div.slider div.arrow {
    cursor: pointer;
    float: left;
    width: 30px;
}
div.slider div.wrapper {
    float: left;
    overflow: hidden;
    position: relative;
    width: 640px;
    z-index: 19;
}
div.fader div.wrapper div.bgSlide {
    float: left;
    height: 480px;
    width: 640px;

}
#sliderButtons{
    bottom: 30px;
    left: 55px;
    position: absolute;
    z-index: 18;
}
.dot{
    background-image: url('/public/images/user/slide.png');
    background-repeat: no-repeat;
    float: left;
    height: 10px;
}
.dotIcon{
    height: 8px;
    width: 8px;
    margin-right: 10px;
}
.dots{
    margin-left: 2px;
}
.sliderarrows{
    float: left;
    margin-left: 17px;
    margin-top: -8px;
    width: 80px;
}
.arrow {
    width: 26px;
    height: 26px;
    background-color: #006532;
    background-repeat: no-repeat;
    float: left;
    background-position: 8px 7px;
    margin-right:5px;
}
.slideToPrevious{
    background-image: url('/public/images/user/arrow-left.png');
    cursor: pointer;
}
.slideToNext{
    background-image: url('/public/images/user/arrow-right.png');
    cursor: pointer;
    margin-right: 0px;
}


div.slide{
    width: 600px!important;
    position: relative;
}
#sliderWrapper .slide a img{
    margin-top: 0px;
    position:absolute;
    top: 0px;
    left:0px;
}