html,
body {
    min-height: 100%;
}

html {
    position: relative;
}

body { 
    background: #191919 url('../img/bg-mobile.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Arimo', sans-serif;   
}

@media (min-width: 768px) { 
    body { 
	background-image: url('../img/bg.jpg');
    }
}

body > footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    color: #feda00;
    background: url('../img/bg-50.png'); /* old IE fallback */
    background: rgba(0,0,0,0.5);
    font-size: 11px;
    line-height: 30px;
    text-transform: uppercase;
}

header {  
    background: url('../img/bg-50.png'); /* old IE fallback */
    background: rgba(0,0,0,0.5);
}

@media (min-width: 768px) { 
    header {
         border-top: 6px solid #feda00;
    }
}

.logo-container {
    background: #feda00;
    overflow: hidden;
}
.logo {
    display: block;
    font-family: 'Courgette', cursive;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    letter-spacing: -0.02em;
    transition: color 0.5s;
    float: left;
}

@media (min-width: 768px) { 
    .logo {
        float: none;
        font-size: 34px;
    }
}

.logo:hover,
.logo:active,
.logo:focus {    
    color: #000;
    text-decoration: none;
}

.toggleButton {
    float: right;
    font-size: 30px;
    color: #000;
    display: block;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.toggleButton:focus {
    color: #000;
}

.toggleButton:hover {
    color: #fff;
}

.toggleButton:active {
    color: #fff;
    background: #000;
}

.main-nav {
    display: none;
}

.main-nav ul {    
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 0;
}

@media (min-width: 768px) { 
    .main-nav {
        display: block !important;
    }
    .main-nav ul {
        padding-left: 30px;
    }
}

@media (min-width: 992px) { 
    .main-nav ul {
        margin-top: 22px;
        float: right;        
    }
}

.main-nav ul li {
    list-style: none;        
    position: relative;
    text-align: center;
}

@media (min-width: 768px) { 
    .main-nav ul li {
        float: left;
        margin-right: 5px;
    }
}

.main-nav ul li:last-child {
    margin-right: 0px;
}

.main-nav ul li a {
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    transition: color, transform 0.3s; 
    position: relative;
    z-index: 5;
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) { 
    .main-nav ul li a {
        font-size: 14px;
    }
}

.main-nav ul li a:hover,
.main-nav ul li a:active,
.main-nav ul li a:focus {
    text-decoration: none;
    color: #ffe963;
}

@media (min-width: 1200px) { 
    
    .main-nav ul li a:hover,
    .main-nav ul li a:active,
    .main-nav ul li a:focus {
        text-decoration: none;
        color: #000;
    }
    
    .main-nav ul li span {
        bottom: 50%;
        display: block;
        left: 50%;
        position: absolute;
        right: 50%;
        top: 50%;
        transition: all 0.3s ease 0s;
        width: 0;
        z-index: 4;
    }

    .main-nav ul li:hover span {
        background: #feda00;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
    }

}    

.main-nav ul li.active a {
    color: #feda00;
}
.main-nav ul li.active span {
    display: none;
}

.number-container {
    margin-top: 50px;
}

.number-1,
.number-2,
.number-3 {    
    display: block;
    margin-bottom: 10px;
}

.number-1 em,
.number-2 em,
.number-3 em {
    font-family: 'Courgette', cursive;
    font-style: normal;
    display: block;
    background: #feda00;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    margin: 0 auto;
}

.number-1 strong,
.number-2 strong,
.number-3 strong {
    display: block;
    color: #fff;    
    vertical-align: middle;    
    text-align: center;
}

.number-1 strong {
    font-size: 16px;
}           

.number-1 em {
    width: 70px;
    height: 70px;    
    font-size: 50px;
}

.number-2 strong {
    font-size: 22px;
}           

.number-2 em {
    width: 90px;
    height: 90px;    
    font-size: 60px;   
}

.number-3 strong {
    font-size: 24px;
}

@media (min-width: 1200px) { 
    .number-3 strong {
        font-size: 30px;
    }
}

.number-3 em {
    width: 110px;
    height: 110px;    
    font-size: 80px;   
}

@media (min-width: 992px) {     
    .number-1,
    .number-2,
    .number-3 {    
        display: table-row;
        margin-bottom: 0px;
    }
    
    .number-1 em,
    .number-2 em,
    .number-3 em {
        display: table-cell;
        margin: auto;
    }
    .number-1 strong,
    .number-2 strong,
    .number-3 strong {
        display: table-cell;
        padding-left: 10px;
    }
}

.citation-container {
    margin-top: 20px;
    margin-bottom: 50px;
}

@media (min-width: 992px){
    .citation-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }    
}    

.citation-1,
.citation-2,
.citation-3 {
    color: #ffe963;
    display: block;
}

.citation-1 {
    text-align: left;
    font-size: 26px;
}

.citation-2 {
    font-size: 26px;
    text-align: left;
}

.citation-3 {
    text-align: right;
    font-size: 26px;
}

@media (min-width: 768px) { 
    .citation-1 {
        text-align: center;
        font-size: 38px;
    }
    
    .citation-2 {
        font-size: 48px;
        text-align: right;
    }

    .citation-3 {
        font-size: 32px;
        line-height: 1.1em;
        text-align: left;
    }

}

.opacityStrip {
    background: url('../img/bg-50.png'); /* old IE fallback */
    background: rgba(0,0,0,0.5);
    text-align: center;
    padding: 10px;
}

.opacityStrip strong {
    display: block;
    color: #feda00;
    font-size: 36px; 
}

.opacityStrip span {
    color: #fff;
    font-size: 28px; 
}

.opacityStrip a {
    display: inline-block;
    background: #feda00;
    color: #000;
    text-decoration: none;
    padding: 3px 10px;
    transition: all 0.3s;
}

.opacityStrip a i {    
    color: #fff;
    transition: color 0.3s;
}

.opacityStrip a:hover,
.opacityStrip a:active {
    background: #fff;
}

.opacityStrip a:hover i,
.opacityStrip a:active i {
    color: #feda00;
}

article {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    html.normalPage article {
        padding-top: 30px;
    }
}

ul.nabizim {
    text-align: center;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 30px 0;
}

@media (min-width: 768px) {
    ul.nabizim li {
        display: inline-block;
        width: 18%;
    }
}

@media (max-width: 767px) {
    ul.nabizim li {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    ul.nabizim li {
        font-size: 18px;
    }
}


.normalPage article ul.nabizim li {
    list-style: none;
}

ul.nabizim li i {
    display: block;
    font-size: 50px;
    background: #feda00;
    color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto;
    line-height: 120px;
    transition: all 0.4s;
}

ul.nabizim li:hover i {
    color: #feda00;
    background: #fff;
    font-size: 70px;
}

.normalPage article h1 {
    border-bottom: 1px solid #feda00;
    padding-bottom: 10px;
    color: #fff;
}

.normalPage article p {
    color: #fff;
    color: rgba(255,255,255,0.9);
}

.normalPage article li {
    color: #fff;
    color: rgba(255,255,255,0.9);
    list-style: square;
}

.normalPage article a {
    color: #feda00;
}

.normalPage article label {
    color: #fff;
    color: rgba(255,255,255,0.9);
}

.rightHeading {
    border-bottom: 1px solid #feda00;
    padding-bottom: 10px;
    font-size: 36px;
    color: #fff;
}

.normalPage article a.more {
    display: inline-block;
    color: #000;
    background: #feda00;
    padding: 4px 8px;
}

.normalPage article a.more i {
    color: #fff;
}

.normalPage article a.more:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
}

.normalPage article a.more:hover i {
    color: #feda00;
}

.yellowBox {
    padding: 10px 15px;
    background: #feda00;
}

article .yellowBox p {
    color: #000;
}

.btn-yellow {
    background: #feda00;
    color: #000;
}

.btn-yellow:hover,
.btn-yellow:active {
    color: #fff;
}

.normalPage article a.btn-yellow {
    color: #000;
}
.normalPage article a.btn-yellow:hover {
    color: #fff;
}

blockquote {
    background: url('../img/bg-70.png'); /* old IE fallback */
    background: rgba(0,0,0,0.7);
    border-color: #feda00;
    font-size: 14px;
}

.blockquote-reverse {
    padding-left: 20px;
    border-color: #feda00;
}

blockquote footer {
    font-size: 13px;
}

.has-error .form-control {
    background-color: #F2DEDE; 
}

@media (min-width: 1280px) and (max-width: 1400px) {
    .number-container {
	margin-top: 35px;
    }
    .citation-container {
	margin-bottom: 15px;
	margin-top: 15px;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    body {
	background-position: center -42px;
    }
}