html{
    background-color:#000;
    background-image:url('/assets/images/bg.jpg');
    background-repeat:no-repeat;
    background-position-x:center;
    background-attachment:fixed;
    background-size:1600px 1080px;
}

body{
    font-size:16px;
}

header{
    background:rgba(0, 0, 0, 0.4);
    text-align:center;
}

.wrapMain{
    min-height:100%;
    height:auto !important;
    margin:0 auto -150px;
    width:1238px;
}

.wrapContent{
    padding:32px;
    background-color:transparent;
    overflow:hidden;
}

.logo{
    font-size:10px;
}

.contact{
    margin:20px;
    float:none;
}

.contact, .logo, .wrapSm{
    display:inline-block;
    float:none;
    vertical-align: middle;
}

.wrapSm{
    margin:20px;
}

nav{
    text-transform:uppercase;
    background-color:#aa0005;
    width:100%;
}

header nav{
    height:auto;
    line-height:0;
}

footer nav a{
    float:right;
    display:inline-block;
}

nav ul{
    display:inline-block;
}

nav li a{
    padding-top:20px;
    padding-bottom:20px;
}

#wrapHome{
    margin:-12px -32px -32px -32px;
}

.thumb{
    float:left;
    max-height:382px;
    position:relative;
    width:auto;
}

.thumbText{
    position:absolute;
    width:100%;
    bottom:0;
    font-size:18px;
    background:rgba(0, 0, 0, 0.75);
}

.thumbText div{
    padding: 14px;
}

.wrapSlideText{
    background:rgba(0, 0, 0, 0.75);
}

.thumbText{
    margin:0px;
}

#slides{
    cursor:auto;
    float:left;
    width:812px;
    height:382px;
    margin:0;
}

.wrapSlideText{
    top:auto;
    bottom:0;
}

.wrapContent{
    margin:0;
}

#homeBlock {
    text-align: center;
    width: 390px;
}

button{
    text-transform: capitalize;
    margin: 20px;
    background-color: #aa0005;
    font-size: 18px;
    padding: 10px 50px;
    border: 0;
    color: #fff;
}

.block{
    /* height: calc(100% - 20px); */
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    float: left;
}

#smContact{
    border-bottom: 1px solid white;
    padding: 3px;
    margin-bottom: 10px;
}

.sm {
    background-repeat: no-repeat;
    width: 30px;
    height: 31px;
    float: left;
    margin: 0 5px;
}

#gp{
    background-image: url('/assets/images/smGPlus.png');
    background-position:initial;
}

#fb{
    background-image: url('/assets/images/smFacebook.png');
    background-position:initial;
}

#yt{
    background-image: url('/assets/images/smYoutube.png');
    background-position:initial;
}

#sb1{
    background-image: url('/assets/images/home/sb1.jpg');
}

#sb2{
    background-image: url('/assets/images/home/sb2.jpg');
}

#sb3{
    background-image: url('/assets/images/home/sb3.jpg');
}

.sideBlock {
    float: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    width: 258px;
    height: 340px;
    text-transform: uppercase;
}

.sideBlockText{
    float: right;
    background-color: #aa0005;
    width: 40px;
    float: right;
    /* height: calc(100% - 20px); */
    height: 100%;
}

.sideBlockText div {
    padding: 10px;
    font-size: 24px;
    -webkit-transform: rotate(90deg);
}

.block{
    position:relative;
}

.block .thumbText, .entry .thumbText {
    width: calc(100% - 30px);
    padding: 15px;
    font-size: 24px;
    position:relative;
}

.blockText{
    margin:20px;
}

.entryText .thumbText{
    text-transform:capitalize;
    font-family:'biko';
}
.entryText .block{
    margin-bottom:30px;
    padding: 20px;
    width: calc(100% - 40px);
}

footer{
    height:150px;
    background-color:#000;
}

#homeBlock p{
    padding:0 30px;
}

#nextSlide, #prevSlide{
    margin-top:0;
}

@media(max-width:1238px){
    .wrapMain{
        min-height:100%;
        height:auto !important;
        margin:0 auto -150px;
        width:100%;
    }
}

@media(max-width:840px){
    #slides, #slides img{
        width:100%;
    }
}

@media(max-width:540px){
    .logo img{
        width:100%;
    }
    
    .logo{
        margin:20px;
    }
}

@media(max-width:480px){
    
    #homeBlock{
        width:auto;
        margin:0;
    }
    
    .block{
        margin: 0px -32px -32px -32px;
        width:auto;
    }
    
    #homeBlock p{
        padding:20px;
    }
}
