﻿/* ================================================================================================ */
/* Header */
/* ================================================================================================ */
.ui.segment.slogan{
    background-color:rgba(29, 70, 127, 0.60);
}
.ui.label.slogan{
    background-color:rgba(29, 70, 127, 0.60) !important;
}

/* ================================================================================================ */
/* Sections */
/* ================================================================================================ */

/* Segment*/
.ui.segment.attached.noborder {
    border:0px !important;
}
.noborder {
    border:0px !important;
}
.nomargin{
    margin:0px !important;
}
.nopadding{
    padding:0px !important;
}
.noUpadding{
    padding-top:0px !important;
    padding-left:0px !important;
    padding-right:0px !important;
}

/* Divider */
.ui.horizontal.divider.header{
    margin-bottom:2.5em;
}

/* sections */
section.ui.basic.segment{
    padding-top:4em;
    padding-bottom:4em;
}
.imgservice{
    height:3rem !important;
}
.segment.services{
    max-height:300px !important;
}

.justify{
    text-align:justify;
}
.nocut {
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}
/* ================================================================================================ */
/* Main menu */
/* ================================================================================================ */

.topmenu.fixed {
    background-color: #FFFFFF;
    /*border: 1px solid #DDD;*/
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    /*left:0px;*/
    z-index:900 !important;
    width: 100%;
}
.topmenu.fixed .logo.item{
    display:block;
}
.topmenu:not(.fixed) .logo.item{
    display:none;
}
.topmenu{
    transition:
        box-shadow 0.5s ease,
        padding 0.5s ease
;
}
.main.menu {
    /*margin: 0px;*/
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition:
        box-shadow 0.5s ease,
        padding 0.5s ease
;
}
.main.menu.fixed {
    background-color: #FFFFFF;
    /*border: 1px solid #DDD;*/
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    /*left:0px;*/
    z-index:900 !important;
    width: 100%;
}
/* ================================================================================================ */
/* Popups */
/* ================================================================================================ */
.ui.inverted.popup::before {
    background: #2185d0 !important;
}
.ui.inverted.popup {
    background: #2185d0;
}

/* ================================================================================================ */
/* Sliders */
/* ================================================================================================ */

.slideimg{
    min-height: 100%;
}
.coverimg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-size: auto auto;
    background-size: cover !important;
    text-align: center;
}
.darkfilter {
    filter: brightness(70%) sepia(0.2)
}
.siderightimg{
    display: block;
    position: absolute;
    left: calc(50% + 25px );
    top: 9.5em;
    width: calc(50% - 25px );
    height: 100%;
    overflow-x: hidden;
    background-size: 760px 600px;
    background-repeat: no-repeat;
    background-image: url("https://semantic-ui.com/images/wireframe/image.png");
    background-position: top left;
}
/* ================================================================================================ */
/* Top Management */
/* ================================================================================================ */
.border{
    border:2px solid rgb(0, 148, 255) !important;
}
.transluscent{
    background:rgba(255, 255, 255, 0.15) !important;
}
/* ================================================================================================ */
/* Contact */
/* ================================================================================================ */
/* Map */
#mapid { 
    height: 180px; 
    margin-bottom:0px;
}
.leaflet-top, .leaflet-bottom {
    z-index: 800 !important;
}
/* ================================================================================================ */
/* Footer */
/* ================================================================================================ */
address span{
    padding-left:5px;
    padding-right:5px;
}
#footer{
    margin-top:0px;
    padding:4px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}