body, html {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, form {
    margin: 0;
    padding: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*========================================================================
=> Containers
========================================================================*/

body {
    background: url('../images/bg.jpg');
    background-position: top center;    
    background-repeat: no-repeat;
    background-attachment: fixed; 
}
.wrapper {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 85px;
}
.container {
    width: 1002px;
    margin: 0 auto;
    position: relative;
}

/*========================================================================
=> Homepage
========================================================================*/
.left-curtain {
    position: fixed;
    left: 0;
    top: 0;
}
.right-curtain {
    position: fixed;
    right: 0;
    top: 0;
}
.left-spotlight {
    position: absolute;
    left: 0;
    top: 0;
}
.right-spotlight {
    position: absolute;
    right: 0;
    top: 0;
}
.portrait-top {
    position: absolute;
    left: 80px;
    top: 0;
    z-index: 50;
}
.portrait-top img {
    max-width: 300px;
}
.branding {
    width: 100%;
    padding-top: 20px;    
    text-align: center;
}
.home-cnt {
    margin-top: 80px;
    width: 100%;
    background: url('../images/homepage-background-artwork.png') no-repeat center;
    position: relative;
}
.home-cnt > img {
    margin-left: 100px;
    margin-top: -70px;
}
.home-cnt > ul {
    position: absolute;
    top:50px;
    right:250px;
    width: 280px;
}
.home-cnt > ul li {
    list-style: none;
    margin-bottom: 0px;
    display: block;
}
.home-cnt > ul li a {
    color: #fff;
    text-decoration: none;
    text-indent: -9999px;
    display: block;
    height: 55px;
    width: 100%;
    background: url('../images/links.png') no-repeat 0 -20px;
}
.home-cnt > ul li a.introduction {
    background-position: 0 -20px;
}
.home-cnt > ul li a.introduction:hover {
    background-position: -336px -20px;
}
.home-cnt > ul li a.literature {
    background-position: 0 -100px;
}
.home-cnt > ul li a.literature:hover {
    background-position: -336px -100px;
}
.home-cnt > ul li a.programmes {
    background-position: 0 -180px;
}
.home-cnt > ul li a.programmes:hover {
    background-position: -336px -180px;
}
.home-cnt > ul li a.photogallery {
    background-position: 0 -260px;
}
.home-cnt > ul li a.photogallery:hover {
    background-position: -334px -260px;
}
.home-cnt > ul li a.contact {
    background-position: 0 -345px;
}
.home-cnt > ul li a.contact:hover {
    background-position: -333px -345px;
}
.home-cnt > ul li a.feedback {
    background-position: 0 -430px;
}
.home-cnt > ul li a.feedback:hover {
    background-position: -333px -430px;
}

/*========================================================================
=> Navigation
========================================================================*/
.navigation {
    position: relative;
    z-index: 100;
    margin-top: 30px;
    height: 75px;
    background: url('../images/navigation.png') no-repeat 0 0;
}
.navigation ul {
    display: block;
    text-align: center;
    padding-top: 7px;
}
.navigation ul li {
    display: inline-block;
    list-style: none;
    padding: 5px 8px;
}
.navigation ul li:hover,
.navigation ul li.active {
    background: url('../images/navigation-hover.png') no-repeat 0 0;  
    background-size: contain;
    background-position: center;
}
.navigation ul li a {
    color: #fff;
    text-decoration: none;
    text-indent: -9999px;
    display: block;
    height: 45px;
    width: 100%;    
    background: url('../images/navigation-links.png') no-repeat 0 0;  
}
.navigation ul li a.home {
    width:120px;
    background-position: -15px -5px;
}
.navigation ul li a.introduction {
    width:145px;
    background-position: -15px -57px;
}
.navigation ul li a.literature {
    width:125px;
    background-position: -15px -107px;
}
.navigation ul li a.programmes {
    width:90px;
    background-position: -15px -157px;
}
.navigation ul li a.photogallery {
    width:130px;
    background-position: -15px -205px;
}
.navigation ul li a.contact {
    width:70px;
    background-position: -15px -255px;
}
.navigation ul li a.feedback {
    width:70px;
    background-position: -15px -305px;
}

/*========================================================================
=> Innerpages
========================================================================*/
.highlights {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.highlights .portrait {
    float: left;
    width: 300px;
    text-align: center;
}
.highlights .portrait img {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.highlights .content {
    float: right;
    width: 675px;    
}
.content-solo {
    padding-bottom: 25px;
}
.highlights .content ul li {
    list-style: none;
    font-family: 'kap126normal';
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: bold;
}
.highlights .content ul li span {    
    float: left;
    font-family: 'kap121normal';
    width: 175px;
    padding-right: 10px;
    text-align: right; 
    margin-bottom: 5px;   
}
.highlights .content h2,
.content-solo h2 {
    font-family: 'kap121normal';
    font-size: 22px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.highlights .content p,
.content-solo p {
    font-family: 'kap126normal';
    font-size: 22px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.cnt-block h3 {
    font-family: 'kap126normal';
    font-size: 22px;
    color: #fff;
    margin-top: 25px;
}
.cnt-block p {
    font-family: 'kap126normal';
    font-size: 22px;
    color: #fff;
}
.cnt-block .left {
    float: left;
    width: 50%;
}
.cnt-block .right {
    float: right;
    width: 50%;
}
.content-small {
    clear: both;
    float: left;
    width: 100%;
    min-height: 100px; 
    margin-top: 20px;
    background: url('../images/bg-full-small.png') no-repeat 0 0;
    text-align: center;
}
.content-medium {
    clear: both;
    float: left;
    width: 100%;
    min-height: 125px; 
    margin-top: 20px;
    background: url('../images/bg-full-medium.png') no-repeat 0 0;
    text-align: center;
}
.content-large {
    clear: both;
    float: left;
    width: 100%;
    min-height: 210px; 
    margin-top: 20px;
    background: url('../images/bg-full-large.png') no-repeat 0 0;
    text-align: center;
}
.item-list {
    clear:both;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.item-list h3 {
    font-family: 'kap121normal';
    font-size: 40px;
    color: #fff;
    background: url('../images/bg-title.png') no-repeat center top;
    font-weight: normal;
    text-align: center;
    text-shadow: 4px 4px 15px #000000;
    margin-bottom: 70px;
}
.item-list ul {
    float: left;
    width: 100%;
}
.item-list ul li {
    float: left;
    margin: 0 1% 20px;    
    width: 22.9%;
    min-height: 330px;
    list-style: none;
    background: url('../images/bg-list.png') no-repeat center top;
    text-align: center;
}
.item-list ul li img{
    margin-left: 3px;
    margin-top: 4px;
    margin-bottom: 20px;
}
.item-list ul li span {
    display: block;
    font-family: 'kap126normal';
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.contact-block {    
    margin-top: 50px;
    min-height: 225px;
    background: url('../images/bg-contact.png') no-repeat center top;
}
.contact-block h3 {    
    font-family: 'kap126normal';
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
}
.content .contact-block p {    
    font-family: 'kap126normal';
    font-size: 32px;
    color: #fff;
    text-align: center;    
}
.gallery {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 50px;
}
.gallery .left {    
    float: left;
    width: 350px;
    margin-left: 20px;
    text-align: center;
}
.gallery .middle {    
    float: left;
    width: 245px;
    text-align: center;
}
.gallery .right {    
    float: left;
    width: 350px;
    text-align: center;
}
.gallery ul li{
    list-style: none; 
    margin-bottom: 20px;   
}
.gallery ul li img {
    border:4px solid #fff;
    border-radius: 3px;
    box-shadow: 2px 1px 6px #333;
}
.gallery ul li span {
    display: block;
    margin-top: 15px;
    font-family: 'kap126normal';
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

/*========================================================================
=> Feedback
========================================================================*/
.portrait-center {        
    text-align: center;
}
.portrait-center img {
    max-width: 300px;
}
.feedback-list {    
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
.feedback-list h2 {
    font-family: 'kap121normal';
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}
.feedback-list ul {
    margin: 0;
    padding: 0;
}
.feedback-list ul li {
    list-style: none;
     font-family: 'kap126normal';
     font-weight: bold;
     font-size: 22px;
     margin-bottom: 40px;
}
.feedback-list ul li span {
    display: block;
    text-align: right;
    padding-top: 15px;
    font-family: 'kap121normal';
    font-weight: bold;
}
.feedback-list ul li span b{
   font-family: 'Arial'
}
