ul li {
    display:inline-block;
}
ul {
    padding-left:0;
}
.dropdown-menu {
    z-index:9999;
}
* {
    font-family: 'Magra', sans-serif;
    color:#000;
    letter-spacing: 1px;
}
a {
    color:#000;
}
a:hover,a:focus {
    text-decoration: none;
    color:#FF3C1D;
}
button {
    border:none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background:#fff;
    z-index: 1000;
}
/*Button*/
.btn--orange {
    background:#FF3C1D;
    color:#fff;
    font-weight: bold;
    text-align: center;
    padding:8px 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: uppercase;
}
.btn--orange:hover,.btn--orange:focus {
    color:#fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.textBlock ul {
    list-style-type: disc !important;
    list-style-position: inside;
}
.textBlock ul li {
    display: list-item;
}
.textBlock a {
    text-decoration: underline;
}
/*Menu*/
.nav-link,#navbarToggler .form-inline a,#navbarToggler .form-inline li   {
    font-family: 'Magra', sans-serif;
    font-size: 15px;
}
.nav-link {
    font-weight: bold;
    text-transform: uppercase;
}
.nav-item,#navbarToggler .form-inline li:first-child {
    margin-right:30px;
}
#navbarToggler .form-inline li img {
    margin-right: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color:#000;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color:#FF3C1D;
}
.navbar-light .navbar-toggler {
    border:none;
    padding:.25rem 0;
}
.navbar {
    width:100%;
}
.btn__content p{
    text-align: center;
    margin-bottom: 30px;
}
.btn__content a {
    text-transform: uppercase;
}
.btn__link {
    color:#FF3C1D;
}
footer {
    background:url(../images/footer.jpg) no-repeat;
    width:100%;
    height:236px;
}
footer ul li {
    display: block;
    line-height: 30px;
}
footer .footer__details ul li {
    line-height: 50px;
    font-weight: bold;
}
footer .footer__details ul li img {
    margin-right:10px;
}
footer > .container > .row {
    padding-top:60px;
}
.design-footer p {
    margin-bottom:0;
    padding:20px 0;
    text-align: right;
}
/*Back to top*/
#back-to-top {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: rgb(255, 60, 29,0.6);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size:16px;
}
#back-to-top:hover {
    background: #FF3C1D;
}
#back-to-top.show {
    opacity: 1;
}
.alert2 {
    margin-bottom: 0;
    background: #d00;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    padding:10px 15px;
}
.alert__text {
    margin:0 auto;
}
.alert__text p,.alert__text a {
    color: #fff;
    margin-bottom:0;
}
.alert__text a:hover,.alert__text a:focus {
    color:#fff;
}
.blinking{
	animation:blinkingText 4s infinite;
	-webkit-animation:blinkingText 4s infinite;
}
@keyframes blinkingText{
    0%{		color: #fff;	}
    40%{	color: #fff;		}
    50%{	color: transparent;	}
    60%{	color: #fff;	}
	100%{	color: #fff;	}
}

@media (max-width:1400px) {

}
@media (max-width:1200px) {
    .nav-link, #navbarToggler .form-inline a, #navbarToggler .form-inline li {
        font-size:12px;
    }
    footer .navbar-brand img {
        width:100%;
    }
}
@media (max-width:992px) {
    .nav-link, #navbarToggler .form-inline a, #navbarToggler .form-inline li {
        font-size:15px;
    }
    #navbarToggler .form-inline li:first-child {
        margin-bottom:20px;
    }
    footer {
        background:#EDEDED;
        height:initial;
    }
    footer .navbar-brand img {
        margin-bottom:30px;
    }
    .footer__details ul li {
        display: inline-block;
    } 
    .footer__details ul li:first-of-type {
        margin-right:20px;
    }

}
@media (max-width:768px) {
    #navbarToggler .form-inline li {
        display: inline-block;
    }
    .nav-link, #navbarToggler .form-inline a, #navbarToggler .form-inline li {
        font-size:15px;
    }
    footer {
        background:#EDEDED;
        height:initial;
    }
    .design-footer p {
        font-size:14px;
        text-align: center;
    }
    footer > .container > .row {
        padding: 50px 0 30px 0;
    }

}
@media (max-width:400px) {
    .navbar-brand {
        width:70%;
    }
    .navbar-brand img{
        width:100%;
    }
    footer ul li {
        line-height: 15px;
        font-size:14px;
    }
 }
