/* 2015 - Tomas Svoboda (tomas@swdesign.cz)*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    line-height: 1.231;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    padding-top: 90px;
}

a {
    color: #15b9d5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:focus {
    color: #15b9d5;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: #333333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a img {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover img {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

p {
    line-height: 25px;
}

h1 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 0;
}

h2 {
    font-size: 16px;
    font-weight: 600;
}

h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

h4 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

label {
    font-weight: 600;
}

input[type="text"],
input[type="search"],
select {
    height: 45px !important;
    border: 1px solid #dddddd !important;
    border-radius: 3px !important;
}

textarea {
    height: 100px !important;
    width: 100%;
    border: 1px solid #dddddd !important;
    border-radius: 3px !important;
}

.top {
    height: 80px;
    padding: 20px 0;
}

.buttons {
    text-align: right;
}

.btn {
    background: #efefef;
    padding: 10px 15px;
}

.btn.create {
    color: #c377e4;
}

.btn.karellen {
    color: #15b9d5;
    margin-left: 20px;
}

.btn:hover {
    background: #eaeaea;
}

button.btn,
.search a.btn {
    background: #1bbc9a;
    color: #fff;
    padding: 10px 15px;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

button.btn:hover,
.search a.btn {
    background: #169677;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header {
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    transition: top 0.2s ease-in-out;
    position: fixed;
    top: 0;
}

.nav-down {
    top: -80px;
    transition: top 0.2s ease-in-out;
}

.show.nav-down {
    top: 0px;
    transition: top 0.2s ease-in-out;
}

.nav-up {
    top: -140px;
    transition: top 0.2s ease-in-out;
}

.menu {
    background: #efefef;
    height: 60px;
    text-align: center;
}

ul.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.main-menu li {
    display: inline-block;
}

ul.main-menu li a {
    padding: 21px;
    display: block;
    color: #333;
}

ul.main-menu li a:hover {
    color: #15b9d5;
}

ul.main-menu li.active a {
    color: #333;
    font-weight: 600;
}

.search {
    text-align: center;
    margin-bottom: 40px;
}

.search input {
    width: 100% !important;
    max-width: 400px;
    display: inline-block;
}

.small-statistics {
    font-size: 20px;
    font-weight: 600;
}

.small-statistics .green {
    text-align: right;
}

.small-statistics .green span {
    color: #1bbc9a;
    font-size: 25px;
}

.small-statistics .red {
    text-align: center;
    background-color: #fff;
}

.small-statistics .red span {
    color: #f76570;
    font-size: 25px;
    background-color: #fff;
}

.small-statistics .blue {
    text-align: left;
    background-color: #fff;
}

.small-statistics .blue span {
    color: #15b9d5;
    font-size: 25px;
    background-color: #fff;
}

.side-box {
    background-color: #efefef;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.side-box h4 {
    margin-bottom: 30px;
}

ul.box-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.box-list li {
    padding-bottom: 15px;
}

ul.box-list li a {
    color: #333;
    font-weight: 600;
}

ul.box-list li a:hover {
    color: #777;
}

ul.box-list li a span.right {
    color: #777;
    float: right;
}

ul.box-list li {
    color: #333;
    font-weight: 600;
}

ul.box-list li span.right {
    color: #777;
    float: right;
}

.fast-nav {
    font-weight: 600;
}

.fast-nav p {
    display: inline-block;
    margin-right: 20px;
}

.fast-nav a {
    font-weight: 400;
    padding-left: 20px;
}

.blog {
    margin-top: 40px;
}

.blog h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left;
}

.blog img {
    width: 100%;
}

.blog a {
    color: #333;
}

.blog a:hover {
    color: #15b9d5;
}

.breadcrumbs {
    margin-top: -47px;
    background-color: #f5f5f5;
    height: 33px;
    margin-bottom: 40px;
}

.main-list {
    line-height: 25px;
}

.results-table {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.results-table thead {
    border-bottom: 1px solid #ddd;
}

.results-table th {
    padding: 5px;
}

.results-table td {
    padding: 10px 5px;
}

.results-table tr.accepted {
    background-color: #e9fcf8;
}

.results-table tr.rejected {
    background-color: #fce9e9;
}

.results {
    margin-bottom: 40px;
}

.chart {
    margin-bottom: 20px;
}

.kindergartens-table {
    width: 100%;
}

.kindergartens-table a {
    color: #333;
}

.kindergartens-table a img:hover {
    opacity: 1;
}

.kindergartens-table tr {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.kindergartens-table tr:hover {
    background-color: #fafafa;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.kindergartens-table td {
    padding: 10px 5px;
}

.kindergartens-table .thumb img {
    border-radius: 50%;
    max-width: 80px;
}

ul.kind-list {
    list-style: none;
    padding-top: 5px;
}

ul.kind-list .name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}

table.contacts {
    width: 100%;
}

table.contacts tr td {
    padding: 5px;
}

table.contacts tr td.icon {
    text-align: center;
    color: #777;
}

.pictures {
    margin-bottom: 40px;
}

.side-box.apply {
    background-color: #ffffff;
    text-align: center;
}

.side-box.apply .btn {
    padding: 15px;
}

.form-group {
    width: 49%;
    padding: 5px 20px;
    display: inline-block;
}

form.application {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 100px;
}

.form-control {
    box-shadow: none;
}

.checkbox-goup {
    display: inline-block;
}

.checkbox-goup .checkbox {
    padding: 3px 20px;
}

.checkbox-goup label {
    font-weight: 600;
}

.big-one {
    border-top: 2px solid #1bbc9a;
    padding: 10px 0;
}

.big {
    width: 98%;
}

.tr1 {
    border-bottom: none !important;
}

.tr2 {
    border-top: none !important;
}

.tr2:hover,
.tr1:hover {
    background-color: #fff !important;
}

.tr2 .form-group {
    width: 100%;
    padding-left: 40px;
}

.tr2 .form-control {
    border: none !important;
    background: #f5f5f5;
}

.tr2 label {
    font-weight: 400;
    padding-left: 40px;
}

.tr2 input {
    margin-top: -1px;
    vertical-align: middle;
}

.btn.remove {
    background: none;
    color: #f76570;
    padding: 0;
}

.btn.remove:hover {
    background: none;
    color: #333;
}

.right-td {
    text-align: right;
    padding-right: 10px !important;
}

.application-btn {
    margin-top: 40px;
    float: right;
}

.confirm {
    margin-top: 45px;
}

.add-guardian .fa-plus {
    padding: 13px 15px;
    border-radius: 50%;
    margin-right: 10px;
    background: #1bbc9a;
    color: #fff;
}

.add-guardian:hover .fa-plus {
    background: #169677;
}

.add-guardian {
    font-weight: 600;
}

.add-guardian a {
    color: #333;
}

.add-guardian:hover {
    cursor: pointer;
    color: #169677;
}

.dark {
    padding: 100px 0 0 0;
    color: #fff;
    margin: 50px 0;
}

.dark h2 {
    font-size: 30px;
    margin-top: 0px;
}

.blue {
    background-color: #15b9d5;
    overflow: hidden;
}

.red {
    background-color: #f76570;
    overflow: hidden;
}

.violet {
    border: 3px solid #15b9d5;
    border-left: none;
    border-right: none;
    overflow: hidden;
    color: #333;
}

.fast-info {
    padding: 0 10px 50px 10px;
}

.fast-info .fa {
    position: absolute;
    right: -10px;
    bottom: -25px;
    font-size: 110px;
    opacity: 0.1;
}

.fast-info h3 {
    background-color: #1bbc9a;
    padding: 20px;
    color: #fff;
    margin-bottom: 0;
}

.fast-info p {
    background-color: #f5f5f5;
    padding: 20px;
    min-height: 270px;
    overflow: hidden;
    position: relative;
}

.f-page {
    margin-top: 95px;
}

.top-pic img {
    padding: 50px 10px;
}

.top-pic.sub img {
    padding: 20px 10px 50px 10px;
}

.text-center h2 {
    font-size: 25px;
    margin-top: 50px;
}

.text-center p {
    margin-bottom: 20px;
}

.low-info h3 {
    color: #333;
    text-align: left;
    font-size: 15px;
    margin-bottom: 10px;
}

.about-pics h4 {
    color: #777;
    font-size: 14px;
}

.about-pics img {
    margin: 40px 0 10px 0;
}

.low-info img {
    margin: 40px 0 20px 0;
}

footer {
    margin-bottom: 60px;
}

footer .container .row {
    margin-top: 100px;
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

footer .container .row.bottom-line {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    text-align: left;
    background-color: #e5e5e5;
}

.bottom-line a {
    float: right;
}

footer ul {
    list-style: none;
    padding: 0;
    padding-top: 5px;
    font-weight: 400;
    margin: 0;
}

.more {
    color: #fff;
    font-weight: 600;
    padding: 20px 10px;
    font-size: 16px;
    float: right;
}

.come-in {
    transform: translateY(150px);
    animation: come-in 2s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1.6s;
}

.already-visible {
    transform: translateY(0);
    animation: none;
}

.buttons span {
    display: inherit;
}

.buttons i {
    display: none;
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

.feature {
    border-left: 50px solid #1bbc9a;
    margin-bottom: 50px;
}

.feature img {
    margin-top: 15px;
}

.feature h2 {
    font-size: 20px;
    margin-top: 10px;
}

.feature h3 {
    text-align: left;
    margin-top: 15px;
}

.feature ul {
    line-height: 24px;
    font-size: 16px;
}

.feature ul {}

.opo {
    border-left: 50px solid #15b9d5;
}

.tabs-menu {
    background-color: #f5f5f5;
    text-align: center;
}

.nav-tabs {
    border: none;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
}

.nav > li > a {
    padding: 18px;
    border: none;
    color: #f76570;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
    border: none;
    background-color: transparent;
    color: #333333;
}

.nav-tabs > li.active > a {
    font-weight: 600;
}

.tabs-con {
    margin-top: 0;
}

.mobile-menu {
    display: none;
    padding: 21px;
    text-align: left;
}

.mobile-menu a {
    padding: 21px 0;
    color: #333333;
}

.mobile-menu a:hover {
    color: #15b9d5;
}

.main-menu.active {
    background: #efefef;
}

.tabs-con p {
    font-size: 16px;
    line-height: 30px;
}

.video {
    padding-top: 60px;
    text-align: center;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

.video iframe {
    width: 100%;
    height: 450px;
}

.phone {
    padding-top: 115px;
    position: static;
}

.spec {
    margin-top: -50px;
    margin-bottom: 50px;
}

.vers h2 {
    margin-bottom: 40px;
}

.help {
    list-style:
}

.position .fa-ul {
    font-size: 14px;
    line-height: normal;
}

.position .fa-li {
    font-size: 14px;
    color: #1bbc9a;
}

.position .fa-ul li {
    padding-bottom: 5px;
}

.fa-ul {
    font-size: 16px;
    line-height: 30px;
}

.fa-ul li {
    padding-bottom: 15px;
}

.fa-li {
    font-size: 25px;
    color: #1bbc9a;
}

.bl {
    color: #333333;
    font-size: 20px;
    float: none;
}

.quotes {
    padding: 40px 0 25px 0;
    text-align: center;
    margin: 30px 0 100px 0;
}

.quotes span {
    display: block;
    font-size: 20px;
    padding-top: 10px;
}

.quotes p {
    font-size: 16px;
}

.quotes.last {
    margin-bottom: 0;
}

.contact-img {
    width: 180px;
    display: inline-block;
}

.contact-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.contact-info .name {
    font-size: 30px;
    font-weight: 600;
    color: #1bbc9a;
    padding-bottom: 10px;
}

.contact-info i {
    color: #1bbc9a;
    padding-right: 10px;
}

.contacts h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.countries h2 {
    margin-top: 100px;
    margin-bottom: 0;
}

.countries img {
    margin-top: 20px;
}

.pos-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

.position h3 {
    border-bottom: 2px solid #1bbc9a;
    text-align: left;
    font-size: 20px;
    padding-bottom: 10px;
    color: #333333;
}

.position h4 {
    text-align: left;
    padding: 10px 0 5px;
}

.position {
    margin-bottom: 50px;
}

.contact-card {
    background-color: #f5f5f5;
    padding: 20px;
}

.social-info {
    text-align: center;
    padding: 47px 0;
}

.social-info a {
    padding: 0 20px;
}

@media (max-width: 992px) {
    .main-menu {
        display: none;
    }
    .main-menu.active {
        display: block;
    }
    .mobile-menu {
        display: block;
    }
    .results {
        margin-left: 10px;
        margin-right: 10px;
    }
    .fast-info {
        padding: 0 10px 10px 10px;
    }
    .fast-info p {
        min-height: 150px;
    }
    .blue img {
        display: none;
    }
    .dark {
        padding: 20px 0;
    }
    .tabs-con h2 {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .stay {
        display: block;
        margin-bottom: 40px;
    }
    .form-group {
        width: 100%;
    }
    .side-box,
    .small-statistics,
    .contacts-td,
    .tr1 .thumb,
    .tr2 .empty,
    .top-pic {
        display: none;
    }
    .phone {
        position: relative !important;
        text-align: center;
    }
    .phone .img-responsive {
        display: inline;
    }
    .phone.is_stuck {
        margin-bottom: -636px;
    }
    .come-in {
        transform: none;
        animation: none;
    }
    .contacts h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contact-card {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .search {
        margin-left: 10px;
        margin-right: 10px;
    }
    .search input {
        display: block;
        max-width: none;
        margin-bottom: 10px;
    }
    .search button,
    .search a.btn {
        width: 100%;
        margin: 0;
    }
    .logo img {
        width: 120px;
        padding-top: 7px;
    }
    .buttons span {
        display: none;
    }
    .buttons i {
        display: block;
    }
    .btn.create,
    .btn.karellen {
        padding: 10px 12px;
    }
    .contact-img {
        margin-bottom: 20px;
    }
}

.about span {
    color: #1bbc9a;
}