/**
TODO MINIFY BEFORE FINAL COMMIT
 */

body {
    background-color: #F8F8F8;
    color: #707070;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;!important;
    font-size: 18px;
    font-weight: 300;
    overflow-x: hidden;
}

a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

h2 { font-size: 2.2rem; }
.tm-thin-font { font-weight: 300; }

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1390px;
}

figure{
	display: inline-block;
	width: 25%;
	float: left;
}

figure.kimon {
    display: inline-block;
    width: 20%;
    float: left;
}

@media (max-width: 1390px) {
    .container-fluid {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.tm-header-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100px;
}

.tm-site-logo {
    color: #006994;
    display: block;
    font-size: 2.6rem;
    font-weight: 400;
}

.tm-main-nav { font-size: 1.2rem; }

.navbar-nav .nav-link {
    border-radius: 6px;
    color: black;
    padding: 10px 30px;
}

.nav-item.active .nav-link,
.nav-link:hover,
.nav-link:focus {
    color: white;
    background-color: #006994;
}

.tm-gold-text { color: #006994; }

.tm-section {
    padding-top: 80px;
    padding-bottom: 100px;
}

.tm-home-img-container {
    background-image: url('../img/home-sivota.jpg');
}

.tm-kimon-img-container {
    background-image: url('../img/kimon-sivota.jpg');
}

.tm-irida-img-container {
	background-image: url('../img/irida-sivota.jpg');
}

.tm-location-img-container {
	background-image: url('../img/location-sivota.jpg');
}

.tm-contact-img-container {
    background-image: url('../img/contact-sivota.jpg');
}

.tm-home-img-container,
.tm-kimon-img-container,
.tm-irida-img-container,
.tm-location-img-container,
.tm-contact-img-container {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    margin-top: 6px;
}

.tm-title {
    margin-bottom: 1rem;
    line-height: 1.4;
}

.tm-subtitle {
    font-size: 1.4rem;
    max-width: 800px;
    margin: 0 auto 80px;
}

.tm-content-box {
    max-width: 310px;
    margin: 0 auto;
}

h3 { font-size: 1.65rem;
    margin-bottom: 2rem;
}
h4 {
    font-size: 1.4rem;
    line-height: 1.6;
}

.tm-btn {
    color: white;
    background-color: #006994;
    border: none;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 30px;
}

.tm-btn:hover,
.tm-btn:focus {
    background-color: #515050;
    color: white;
    outline: none;
}

.tm-btn-gray { background-color: #666666; }
.tm-btn-gray:hover,
.tm-btn-gray:focus {
    background-color: #F8F8F8;
}

.tm-margin-b-15 { margin-bottom: 15px; }
.tm-margin-b-20 { margin-bottom: 20px; }
.tm-margin-b-30 { margin-bottom: 30px; }
.tm-margin-b-40 { margin-bottom: 40px; }
.tm-margin-b-50 { margin-bottom: 50px; }
.tm-margin-b-60 { margin-bottom: 60px; }
.tm-margin-b-65 { margin-bottom: 65px; }
.tm-margin-t-big { margin-top: 90px; }
.tm-margin-t-mid { margin-top: 60px; }
.tm-margin-t-small { margin-top: 30px; }

.tm-text-link {
    color: #006699;
    line-height: 2.8;
    text-decoration: underline;
}

.tm-small-font { font-size: 1rem; }
.tm-related-post { margin-bottom: 40px; }
.tm-related-post:last-child { margin-bottom: 0; }
.media-left { padding-right: 25px; }
.media-body {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.tm-media-description { margin-bottom: 0; }

.tm-2-col-right { padding-left: 20px; }

.tm-footer {
    color: #c6c6c6;
    background-color: #191919;
    background-image: url('../img/classic-pattern-bg.png');
    font-size: 1rem;
    padding-top: 40px;
}

.tm-footer-links-container { padding-left: 10px; }

.tm-footer-link {
    color: #FFF;
    line-height: 2.8;
    /*text-decoration: underline;*/
}

.tm-footer-link:hover,
.tm-footer-link:focus {
    color: #006699;
}
.tm-footer-thumbnail { margin-bottom: 5px; }

.tm-copyright-text {
    /*font-size: 12px;*/
    color: #999999;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}
.tm-created-text {
    color: #999999;
    text-align: center;
    margin-bottom: 0;
}

hr { border-top: 1px solid #CCCCCC; }
p { line-height: 1.9; }

.tm-gray-bg {
    background-color: #CCCCCC;
    color: black;
    padding: 30px 20px 20px;
}

.tm-img-post { margin-bottom: 30px; }

.tm-aside-r { padding-left: 30px; }

.form-control {
    border-radius: 0;
    font-size: 1.1rem;
    padding: 0.75rem 1rem;
}

.form-control:focus { border-color: #006994; }

.tm-form-description { margin-top: 30px; }
.tm-contact-form { padding-top: 20px; }
.contact-form{margin-left: 17%}

#osm-map {
    height: 280px;
    width: 100%;
    size: 100px;
    float: right;
}

#weather-widget {
    height: 280px;
    width: 100%;
    size: 100px;
    float: right;
}

.tm-contact-right { padding-left: 30px; }
.tm-p-small { font-size: 1rem; }

/*LANGUAGE PICKER*/
.languagepicker {
    /*background-color: #F0F0F0;*/
    background-color: #F8F8F8;
    display: inline-block;
    padding: 0px;
    height: 40px;
    overflow: hidden;
    transition: all .3s ease;
    margin: 0 50px 10px 0;
    vertical-align: top;
    float: left;
    position: absolute;

}

.languagepicker:hover {
    /* don't forget the 1px border */
    height: 81px;
}

.languagepicker a {
    color: #000;
    text-decoration: none;
}

.languagepicker a:hover {
    text-decoration: none;
    outline: none;
    /*background-color: #F0F0F0;*/
    background-color: #F8F8F8;
}

.languagepicker li {
    display: block;
    padding: 0px 10px;
    line-height: 40px;
    border-top: 1px solid #F8F8F8;
}

.languagepicker li:hover {
    background-color: #F8F8F8;
}

.languagepicker a:first-child li {
    border: none;
    background: #F8F8F8 !important;
}

.languagepicker li img {
    margin-right: 5px;
}

.roundborders {
    border-radius: 5px;
}
.hide-lang-nav-items {
    display: none;
}
/*BOTTOM HEADER*/
.header-bottom {
    width: 100%;
    background-color: #006994;
    padding: 10px 0px;
    font-size: 15px;
    position: relative;
    font-style: italic;
}
.fb-top {
    float: right;
}

.contact-top {
    float: left;
}

.contact-top, .fb-top {
    color: #fff;
    letter-spacing: 1px;
}

.fb-top a {
    text-decoration: none;
    border-radius: 50%;
    width: 30px;
    margin: 0px 5px;
    height: 30px;
    text-align: center !important;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
    /*letter-spacing: 1px;*/
}

.facilities {
    margin: 2% 0;
    width: 100%;
    vertical-align: top;
}

.g-recaptcha {
    margin-top: 10px;
    margin-left: 31%;
}

.facilities ul li {
    margin: 0px 0 10px 0;
    padding: 18px 0 0 26px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    background: transparent url(../img/check.svg) no-repeat 0 22px;
    list-style: none outside none;
    background-size: 18px;
}
@media (max-width: 1199px) {
	.tm-2-col-left { padding-right: 0; }
	.tm-2-col-right { padding-left: 0; }
    .tm-text-link {
        line-height: 2.2;
    }
    .container-fluid {
        padding-left: 4%;
        padding-right: 4%;
    }
    figure.kimon {
        width: 25%;
    }
}
@media (max-width: 1100px) {
    .navbar-nav .nav-link {
        border-radius: 6px;
        color: black;
        padding: 10px 20px;
    }
    figure {
        width: 33%;
    }
}

@media (max-width: 1024px) {
    .tm-main-nav {
        position: fixed;
        right: 0;
        top: 21px;
        z-index: 1000;
    }
	#tmNavbar .navbar-nav .nav-item { float: none; }
    #tmNavbar {
        background: white;
        border-radius: 6px;
    }
	#tmNavbar .navbar-nav .nav-item+.nav-item { margin-left: 0; }
    .navbar-toggler {
        background: white;
        border-color: #006994;
        color: #006994;
        display: block;
        margin-left: auto;
        margin-right: 0;
    }
	.navbar-toggler:focus { outline: none; }
		.navbar .navbar-brand {float:none;display: inline-block;}
		.navbar .navbar-nav>.nav-item { float: none; margin-left: .1rem;}
		.navbar .navbar-nav {float:none !important;}
		.nav-item{width:100%;text-align:left;}
		.navbar-toggler {display: block !important;}
		.navbar-toggleable-sm.collapse {display:none !important}
		.navbar-toggleable-sm.collapse.in {display:block !important}

    .hide-footer-menu {
        display: none;
    }
    .hide-lang-menu {
        display: none;
    }
    .hide-lang-nav-items {
        display: flex;
    }
}

@media (max-width: 991px) {

    .tm-kimon-img-container,
    .tm-irida-img-container,
    .tm-location-img-container,
    .tm-contact-img-container,
    .tm-home-img-container {
        background: none;
        height: auto;
    }

	.tm-subtitle { margin-bottom: 40px; }
	.tm-title{margin-top: 1rem}
	#tmNavbar .navbar-nav .nav-link { padding: 10px 25px; }
	.media { max-width: 240px; }
    .media-left {
        display: block;
        margin-bottom: 20px;
    }

	.tm-content-box { margin-bottom: 50px; }
	.tm-text-link { line-height: 2.4; }

    .tm-section {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .tm-2-col-left, .tm-2-col-right {
        margin: 0 auto;
        max-width: 660px;
    }

	.tm-margin-t-big { margin-top: 30px; }
	.media { max-width: 100%; }
    .media-left {
        display: table-cell;
        margin-bottom: 0;
    }

	.tm-footer-content-box { margin-bottom: 40px; }

    .tm-2-rows-md-swap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tm-2-rows-md-down-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .tm-2-rows-md-down-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .tm-contact-right {
        padding-left: 15px;
        padding-top: 40px;
    }

	.contact-form{margin-left: unset}
}

@media (max-width: 897px) {
    .tm-btn {
        padding: 10px 15px;
        font-size: 1rem;
    }
    figure.kimon {
        width: 33.3333%;
    }
}

@media (max-width: 769px) {

	.tm-content-box { margin-bottom: 50px; }

    .tm-2-col-left {
        padding-right: 0;
        max-width: 660px;
    }

	.tm-2-col-right { padding-left: 0; }
	.tm-margin-b-40 { margin-bottom: 25px; }

	.tm-copyright-text { padding-top: 0; }
	.tm-gray-bg { padding: 20px 20px 10px; }
	.tm-footer { padding-bottom: 15px; }

    .tm-2-rows-sm-swap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tm-2-rows-sm-down-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .tm-2-rows-sm-down-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
        margin-top: 30px;
    }

	.tm-sm-m-b { margin-bottom: 20px; }
	.tm-aside-r { padding-left: 15px; }
    .tm-aside-container {
        max-width: 310px;
        margin: 0 auto;
    }

	.tm-blog-post {	padding-bottom: 10px; }
    .tm-content-box-contact {
        margin-top: 40px;
        margin-bottom: 0;
    }

	.tm-contact-row-related-posts {	margin-top: 40px; }

    #weather-widget {
        margin-top: 25px;
        /*padding-left: 160px;*/
    }
    figure {
        width: 50%;
    }
}

@media (max-width: 675px) {
    figure.kimon {
        width: 50%;
    }
}

@media (max-width: 543px) {
	.tm-footer-links-container { padding-left: 0; }
	.tm-xs-m-t { margin-top: 20px; }
	.tm-btn { padding: 10px 30px; }
	#weather-widget {padding-left: 25px;}
	.g-recaptcha{margin-left: 15%;}
}

@media (max-width: 510px) {
	.media { max-width: 240px; }
    .media-left {
        display: block;
        margin-bottom: 20px;
    }

    .tm-section {
        padding-top: 10%;
        padding-bottom: 10%;
    }

	.tm-subtitle { margin-bottom: 20px; }
	.tm-margin-b-40 { margin-bottom: 15px; }
	.tm-content-box { margin-bottom: 40px; }
	.tm-margin-t-mid { margin-top: 30px; }
	.tm-footer-content-box { margin-bottom: 40px; }
	.tm-footer-content-box-title { margin-bottom: 15px; }
	#osm-map{ margin-top: 25px; }
	#weather-widget {padding-left:unset;}
    .tm-contact-related-posts-container {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    figure {
        width: 100%;
        margin: 0 50px 1rem;
    }
}

@media (max-width: 360px) {
	.fb-top {float: left;}
	.g-recaptcha{margin-left: unset}
}


/*PHOTOSWIPE*/
h1 {margin: 2em;}
.pswp__caption__center {text-align: center;}

.spacer {height: 5em;}

/*FOOTER TOP*/
.footer-top {
    width: 100%;
    border-top: 1px solid #006994;
    background: #006994;
}

.f_top_inner {
    padding: 15px 60px 20px 0;
    border-right: 1px solid blue;
    position: relative;
    background: #006994;
}

.footer-top .r_border {
    border-right: none;
}
.f_top_inner h4 {
    text-decoration: none;
    color: #fff;
}
.f_top_inner .icon {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 40px;
    color: #fff;
}

/*SCROLL TO TOP*/
.scroll-top {
    background: #006994;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    bottom: 0px;
    height: 40px;
    width: 40px;
    opacity: 1;
    position: fixed;
    border-radius: 1px;
    right: 20px;
    text-align: center;
    overflow: hidden;
    z-index: 9999;
}

.scroll-top i {
    font-size: 22px;
    line-height: 40px;
    color: #fff !important;
}

