
/*----general-----*/
html, html a {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body{
    background-color: #232323;
    color: #ffffff;
}
img{
    max-width: 100%;
}
/*-----header----*/

@font-face {
    font-family: 'Cambria';
    src: url('Cambria-Italic.eot');
    src: url('Cambria-Italic.eot?#iefix') format('embedded-opentype'),
    url('Cambria-Italic.woff') format('woff'),
    url('Cambria-Italic.ttf')  format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'as_signwriterregular';
    src: url('a-s-signwriter-1361509256-webfont.eot');
    src: url('a-s-signwriter-1361509256-webfont.eot?#iefix') format('embedded-opentype'),
    url('a-s-signwriter-1361509256-webfont.woff2') format('woff2'),
    url('a-s-signwriter-1361509256-webfont.woff') format('woff'),
    url('a-s-signwriter-1361509256-webfont.ttf') format('truetype'),
    url('a-s-signwriter-1361509256-webfont.svg#as_signwriterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.breadcrumb > li + li:before {
    content: "\00bb";
}

#header{
    width: 100%;
    background: url("../img/header-bg-l.png") center repeat;
}


#header div#sponsored-by{
    margin-left: 100px;
}
#header div#sponsored-by span{
    color:#fff;
    font-size: 30px;
    margin-right: 8px;
    font-family: 'Varela', Helvetica, Arial, FreeSans, sans-serif;
    /*letter-spacing: 6px;*/
}

#header-news #hn-title{
    font-size: 40px;
    font-weight: bold;
    font-family: "verdana";

}

#carousel-holder{
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0;

}

#carousel-holder #carousel{
    min-height: 116px;
}


/*--- nav -----*/

@font-face {
    font-family: "Gill Sans";
    src: url('536437989-GillSans.eot');
    src: url('536437989-GillSans.eot?#iefix') format('embedded-opentype'),
    url('536437989-GillSans.svg#Gill Sans') format('svg'),
    url('536437989-GillSans.woff') format('woff'),
    url('536437989-GillSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#nav{
    background-color: #a58560;
    border: 0;
    border-radius: 0;
    border-bottom: 2px #fff solid;
}

#nav ul li a{
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    font-family: 'Gill Sans';


    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#nav ul li.active a,#nav ul li a:hover{
    color: #000;
    background-color: #ffffff;
}

#srch-frm{
    padding: 0;
    margin-top:0;
    margin-bottom: 0;
}

#srch-txt{
    padding: 10px 10px;
    height: 30px;
    width: 150px;

}


/*----- footer -----*/
#footer-holder{
    width: 100%;
    background-color: #181818;
    color: #a7a7a7;
    font-family: Arial;
    font-size: 11px;
    padding: 15px 0px;
    /*text-transform: uppercase;*/



}


/*-------- content ------------*/
.page-title{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #c98430;
    margin-bottom: 20px;
}

#footer-socials{
    height: 40px;
    margin-top: -10px;

}


#footer-socials a{
    font-size: 40px;
    color: #444444;
    margin-left: 10px;

    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

#footer-socials a:hover{
    color: #ffffff;
}

#footer-logo{
    opacity: 0.7;
}

#footer-holder a.terms{
    color: #a7a7a7;
}

#carousel-holder .contestant .elim-x{
    position: absolute;
    width: 100px;
    top: 50px;
}