#footer {
    position: relative;

	width: 100%;

    background: rgba(169,155,94,0.5);
    background: rgba(62,62,62,0.75);
}
#footer .upper{
    background: black;
}
#footer .upper .follow-us-text{
    font: 18px/20px 'titilliumWebBold';
    color: white;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    padding-right: 273px;
    padding-top: 34px;
    padding-bottom: 30px;
}
#footer .lower{
    position: relative;
    background: white;
    padding-top: 15px;
    padding-bottom: 7px;
}
#footer .lower .copyright{
    width: 1000px;
    margin: 0 auto;
    font: 14px/16px 'titilliumWebRegular';
}
#footer .x {
    position: absolute;

    width: 24px;
    height: 24px;

    right: 5px;
    top: 5px;

    border-radius: 8px;

    background: #dad5d0;

    font: 20px/25px 'titilliumWebBold';
    text-align: center;

    color: black;

    box-shadow: 1px 1px 2px rgba(0,0,0,0.5) inset;
    z-index: 10;
}
#footer .x:hover {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5) inset, 0 0 8px white, 0 0 8px white, 0 0 8px white;
}
#footer .line_bottom {
    position: absolute;

    left: 0;
    top: -4px;

    width: 100%;
    height: 6px;

    background: url("../../assets/images/line_bottom.png") 8px 0;
}
#footer .policies {
    position: relative;

    width: 1000px;
    margin: 0 auto;
    padding: 5px 0;

    bottom: 0;
}
#footer .policies .column{
    display: inline-block;
    vertical-align: top;
    width: 185px;
    margin-left: 65px;
}
#footer .policies .column.third{
    width: 175px;
    margin-left: 62px;
}
#footer .policies .column a{
    display: block;
    margin-top: 1px;
    text-align: left;
}
#footer .policies .column.third > a > div{
    display: inline-block;
    float: left;
}
#footer .policies .column.third a{
    text-align: center;
    height: 36px;
    font: 15px/29px 'titilliumWebSemiBold';
}
.policies a {
    text-decoration: none;
}
#footer .policies .text, #footer .policies a{
    font: 14px/20px 'titilliumWebSemiBold';
    text-align: center;

    color: #edece4;
}
#footer .policies .text a {
     margin: 0 16px;
}
#footer .policies .text a:last-child {
    margin-right: 0;
}

#footer .policies .text .column.third a:hover {
    color: #adadfa;
}
#footer .policies .column.third .twitter-page {
    position: relative;
    bottom: 5px;
    color: #ffffff;
    background: #4099FF;
    padding: 3px;
    border-radius: 6px;
    font: 11px/14px 'titilliumWebRegular';
    vertical-align: middle;
    margin-left: 0;
}
.gamex_logo {
    left: 0;
    top: 0;
    display: inline-block;
    margin: 3px;
    width: 72px;
    height: 96px;
    background: url("../images/new/warClicks/homepage/logo_barvni_footer.png");
}
.policies .vertical-line {
    margin-left: 85px;
    display: inline-block;
    width: 1px;
    height: 97px;
    background: url("../images/new/warClicks/homepage/line.png");
}
#footer .icons{
    width: 30px;
    height: 30px;
    background: url("../images/new/warClicks/homepage/social_sprite.png");
}
#footer .icons.facebook{
    background-position-x: -1px;
}
#footer .icons.twitter{
    background-position-x: 63px;
}
#footer .icons.reddit{
    background-position-x: 30px;
}
#cookie_prompt {
    position: fixed;
    bottom: 0;
    height: 30px;
    /*background: rgba(96,86,68,1);*/
    background: #3f4651;
    padding: 5px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    /*font: normal 14px/14px 'MyriadPro';*/
    font: 14px/18px 'titilliumWebSemiBold';
    z-index: 2000;
}
#cookie_prompt a {
    color: red;
}
#cookie_prompt a:hover {
    color: #ffffff;
}
#cookie_prompt a.cookie_agree {
    display: inline-block;
    background: #ffffff;
    padding: 5px 10px;
    color: #453a26;
    text-decoration: none;
    border-radius: 7px;
}
#cookie_prompt a.cookie_agree:hover {
    background: #C2B49B ;
    color: red;
}





