/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-02-19, 01:28:10
    Author     : HarperSOFT
*/
HTML, BODY {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
   background: url('../img/page_background.jpg') no-repeat;
   background-size: cover;
   background-position: top center;
}

.frame {
	width: 1000px;
	margin: auto;
	padding: 0px;
}

.errorPageHeader {
    color: #9e0000;
    font-size: 30px;
}
.errorPageContent {
    color: #000;
    font-size: 18px;
}

/* --- TOP --- */
#top .logo-bar {
    height: 80px;
}
#top .logo-bar img {
    max-height: 60px;
    margin: 10px;
}
#top .menu {
    margin: 0px !important;
    border-radius: 0px !important;
}
.ui.segment {
    border-radius: 0px !important;
}
#top .main-menu a {
   line-height: 30px;
   font-size: 18px;
   text-transform: uppercase;
}
#top .user-menu a, #top .user-menu .item {
    font-size: 12px !important;
    line-height: 25px;
    text-transform: uppercase;
}
/* --- SLIDER --- */
#slider {
    min-height: 50px;
}
/* --- COMMUNIQ --- */
#communiqu_box {
    position: relative;
    top: 100px;
}
/* --- CONTENT --- */
#content {
    
}
/* --- --- */
.bar-header {
    background: #008DD2;
    min-height: 20px;
    padding: 5px;
}
.bar-header h2 {
    color: #FFF;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 0px 40px;
}
.bar-header h4 {
    color: #FFF !important;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 0px 40px;
}
.sub-content {
    padding: 20px 50px 20px 50px;
}

.box-grey {
    background: #EBECEC !important;
}
.box-white {
    background: #FFF !important;
}
.box-blue {
    background: #008DD2 !important;
}
.border-grey {
    border: solid 1px #EBECEC; 
}
.competition-big-row {
    height: 100px !important;
}
.competition-big-row .logo {
    padding: 5px !important;   
}
.competition-big-row .logo img {
    max-height: 100px;
    max-width: 160px;
    margin: auto;
}
.competition-big-row .text {
    padding: 20px !important;
}

.competition-small-row {
    height: 70px !important;
}

.competition-small-row .logo {
    float: left;
    background: #FFF !important;
    border: solid 1px #EBECEC; 
    width: 175px;
    padding: 5px;
    height: inherit;
}
.competition-small-row .logo img {
    margin: auto;
    max-height: 60px;
}
.competition-small-row .text {
    float: left;
    padding: 15px !important;
}

.competition-info-row {
    height: 120px !important;
}

.competition-info-row .logo {
    float: left;
    background: #FFF !important;
    border: solid 1px #EBECEC; 
    width: 175px;
    padding: 15px;
    height: inherit;
}
.competition-info-row .logo img {
    margin: auto;
    max-height: 80px;
}
.competition-info-row .text {
    float: left;
    padding: 15px !important;
}
.competition-info-content {
    padding: 0px 0px 50px 0px;
}

#footer {
    margin-top: 40px;
}

#footer .menu {
    margin: 0px !important;
    border-radius: 0px !important;
}

#footer .menu div {
    line-height: 40px;
}