/* Barvy:
    #ffbc2b;
    #fff;
    #197caa;
*/

h1, h2, h3, h4, h5, h6, p, li, a, span {
    font-family: 'Raleway', sans-serif;
}

p {
    font-size: 18px;
}

body {
    background-color: #f3f3f3;
}

.logo {
    line-height: 80px;
    margin-right: -15px;
}

.logo > img{
    max-height: 80px;
    display: inline-block;
}

header {
    position: fixed;
    z-index: 999;
    height: 80px;
    top: 0px;
    width: 100%;
    background-color: #197caa;
}

.container, .container-fluid {
    padding-top: 80px;
}

.container-fluid + .container {
    padding-top: 20px;
}

nav ul {
    padding: 0px;
    margin: 0px;
}

nav ul li {
    float: left;
    width: 16.66666667%;
    list-style: none;
    text-align: center;
}

nav ul li a {
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 22px;
    line-height: 80px;
    color: white;
    text-align: center;
    display: block;
    transition: 200ms all;
}

nav ul li a:hover, nav ul li a:focus {
    text-decoration: none;
    color: white;
    background-color: #359ccc;
}

nav ul li a::after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: rotateY(90deg);
    transition: 200ms all;
    margin-top: -2px;
}

nav ul li a:hover::after {
    transform: rotateY(0deg);
}

#main-slider {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

#main-slider img {
    margin-top: -300px;
}

.slider_outer_wrapper {
    position: absolute;
    left: 50%;
    top: 100px;
    width: 400px;
}

.slider_inner_wrapper {
    position: relative;
    left: -50%;
}

.slider_inner_wrapper::after {
    content: " ";
    display: block;
    clear: both;
}

.left-banner {
    background-color: white;
    font-size: 22px;
    color: black;
    display: inline-block;
    text-align: left;
    padding: 10px;
    float: left;
    box-shadow: rgba(0,0,0,0.2) 10px 10px 10px;
}

.right-banner {
    background-color: white;
    font-size: 22px;
    color: black;
    display: inline-block;
    text-align: right;
    padding: 10px;
    float: right;
    box-shadow: rgba(0,0,0,0.2) 10px 10px 10px;
}

.center-banner {
    background-color: white;
    font-size: 22px;
    color: black;
    display: inline-block;
    box-shadow: rgba(0,0,0,0.2) 10px 10px 10px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    background-color: #197caa;
}

.center-banner a {
    color: #ffbc2b;
    font-weight: bold;
    display: block;
    padding: 10px;
}

.center-banner a:hover {
    text-decoration: none;
}

.center-banner:hover {
    animation: shake 0.4s;
    animation-timing-function: ease;
}

@keyframes shake {
    0%     {transform: rotate(0deg);}
    12.5%  {transform: rotate(-5deg);}
    25%    {transform: rotate(0deg);}
    37.5%  {transform: rotate(5deg);}
    50%    {transform: rotate(0deg);}
    62.5%  {transform: rotate(-2deg);}
    77.5%  {transform: rotate(0deg);}
    90%    {transform: rotate(2deg);}
    100%   {transform: rotate(0deg);}
}

.tarifs-prices .tarif .name {
    margin-top: 30px;
}

.tarif {
    height: 220px;
    width: 220px;
    border-radius: 50%;
    background-color: #dc2a01;
    padding: 20px;
    color: white;
    text-align: center;
    display: block;
    margin-left: 0px;
    margin-right: auto;
    border: 2px solid white;
}
.tarif .price {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0px;
}
.tarif .name {
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.tarif .speed {
    margin-top: 0px;
    font-weight: bold;
    text-align: center;
}
.tarif .order {
    border-radius: 5px;
    border: 2px solid white;
    color: white;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    transition: 200ms all;
}

.tarifs a:hover .order {
    background-color: #ffbc2b;
}
.tarifs a:hover .tarif {
    animation: shake 0.4s;
    animation-timing-function: ease;
}
.tarifs h3, .tarifs h1 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    background-color: #fff;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border-radius: 10px;
    border: 2px solid #dc2a01;
}
.tarif-desc p {
    padding: 0px 15px;
}
.tarif .order:hover, .tarif .order:focus {
    color: white;
    text-decoration: none;
}
.blue-text {
    color: white;
    display: block;
    background-color: #197caa;
    padding: 15px;
    margin: 30px 0px;
    box-sizing: border-box;
    text-align: center;
}
.blue-text-2 {
    color: white;
    display: block;
    background-color: #197caa;
    padding: 15px 15px 40px 0px;
    margin: 30px 0px;
    box-sizing: border-box;
    text-align: center;
}
.blue-text-2 h2 {
    margin-bottom: 40px;
}
.blue-text-no-rotate {
    color: white;
    display: block;
    background-color: #197caa;
    padding: 15px;
    margin: 30px 0px;
    box-sizing: border-box;
    text-align: center;
}
footer {
    margin-top: 20px;
    padding: 20px;
    color: white;
    background-color: #197caa;
}

footer p:first-of-type {
    margin-bottom: 5px;
}

footer a {
    color: white;
}

footer a:hover, footer a:focus {
    color: white;
}
.tarifs {
    margin-top: 40px;
    margin-bottom: 20px;
}

.tarifs a:hover, .tarifs a:focus {
    color: white;
    text-decoration: none;
}

.tarif-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tarif-desc {
    width: 100%;
    margin: 20px 0px;
    min-height: 160px;
    background-color: #dc2a01;
    border: 2px solid white;
    color: white;
    border-radius: 15px;
    text-align: center;
}

.tarifs-prices .tarif .price {
    font-size: 34px;
}

.tarifs-prices h1 {
    text-align: center;
}

.phone {
    margin-top: 20px;
    display: block;
}

.phone a {
    font-size: 32px;
    font-weight: bold;
    color: white;
}

.phone a:hover {
    color: white;
}

.form-number {
    font-size: 18px;
}

.order-form label {
    text-align: left;
    display: block;
}

.red {
    color: #dc2a01;
}

.contact .hotline {
    display: block;
    background-color: #fff;
    color: #dc2a01;
    padding: 10px;
    border-radius: 10px;
}

.contact .hotline a {
    color: #dc2a01;
}

.contact .hotline a:hover {
    color: #dc2a01;
}

.contact a {
    color: white;
    text-decoration: underline;
}

.contact p {
    margin: 20px 0px;
}

.contact a:hover {
    color: white;
}

.contact-container {
    margin: 60px auto;
}

.btn-menu {
    height: 40px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    padding-top: 5px;
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

.btn-menu .button-line {
    height: 2px;
    width: 28px;
    margin-left: 5px;
    padding-right: 5px;
    display: block;
    background-color: white;
    margin-bottom: 5px;
    transition: 200ms all;
}

.btn-menu .button-line:first-of-type {
    margin-top: 5px;
}

.btn-menu.active .button-line:nth-of-type(2) {
    display: none;
}
.btn-menu.active .button-line:nth-of-type(1) {
    transform: rotate(45deg);
}
.btn-menu.active .button-line:nth-of-type(3) {
    transform: rotate(-45deg);
    margin-top: -7px;
}

h1 + .news-box {
    border-top: 1px dashed #fff;
}

.news-box {
    margin: 20px auto;
    padding: 20px;
    border-bottom: 1px dashed #fff;
}

#accordion h3 > a {
    display: block;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    font-weight: bold;
}

#accordion .panel-heading {
    padding: 0px;
}

#accordion .panel-title {
    background-color: #dc2a01;
    color: #fff;
}

#accordion > .panel-default {
    border: 2px solid white;
    margin-bottom: 10px;
}

#accordion .panel-body {
    background-color: #fff;
    margin-bottom: 0px;
    color: #000;
    text-align: left;
}

#accordion ul.panel-body {
    padding-left: 40px;
}

.download-files {
    margin-top: 40px;
    color: white;
}

.download-files a {
    color: white;
    display: block;
    font-size: 22px;
    text-align: left;
    margin-bottom: 5px;
}

.tarifs-additional {
    background-color: #dc2a01;
    color: white;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 40px;
}

.tarifs-additional table {
    width: 100%;
}

.tarifs-additional tr > td {
    border-bottom: 1px dashed #fff;
    line-height: 40px;
    font-size: 18px;
}

.tarifs-additional h2 {
    margin: 20px 0px;
    font-weight: bold;
}

.cookies {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #ffbc2b;
    border-top: 1px solid #333;
    color: #333;
    text-align: center;
    bottom: 0px;
}

.cookies p {
    margin: 0px;
    margin-top: 10px;
}

.btn-cookies {
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    background-color: #197caa;
    border: none;
    cursor: pointer;
}

.want {
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    margin-left: auto;
    color: white;
    margin-right: auto;
    height: 40px;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
    border: 5px solid white;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 200ms all;
}

.want:hover {
    background-color: #ffbc2b;
}

.tarif-row .tarif {
    margin-top: 15px;
}

/* Responsive settings */
@media(max-width: 768px) {
    .container-fluid + .container .blue-text {
        margin-top: 0px;
    }
}

@media(max-width: 992px) {
    .cookies {
        height: 70px;
    }
    .cookies > p {
	font-size: 12px;
    }
    .tarif {
        margin-left: auto;
    } 
    .tarif-desc {
        height: auto;
    }
    .brouzdejak {
        display: none;
    }
    nav ul li {
        width: 100%;
        float: none;
    }
    .phone a {
        font-size: 22px;
    }
    nav ul li a {
        line-height: 40px;
    }
    nav {
        background-color: #197caa; 
        display: none;
        border-bottom: 2px solid #fff;
    }
    .blue-text, .blue-text-2, .blue-content {
        transform: rotate(0deg) !important;
    }
    .tarif {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    header {
        border-bottom: 2px solid white;
    }
    .slider_outer_wrapper {
        width: 90%;
    }
    .blue-content h1 {
        margin-bottom: 20px;
    }
    .container-fluid + .container {
        padding-top: 0px;
    }
}

@media(max-width: 1330px) {
    nav ul li a {
        font-size: 18px;
    }
}

@media(max-width: 1200px) {
    nav ul li a {
        font-size: 22px;
    }

#main-slider img {
    margin-top: 0px;
}
}

@media(max-width: 500px) {
    .slider_outer_wrapper {
        top: 15px;
    }
    .left-banner, .right-banner, .center-banner {
        font-size: 18px;
    }
}
