
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
/* === fontawesome === */
@import url('font-awesome.css');

/* ===================================
1. General
==================================== */
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    color: #656565;
}

a:active {
    outline: 0;
}
a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    color: #333;
    margin-bottom: 10px;
    margin-left: 0;
}

/* ===================================
2. layout
==================================== */

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;

}


/* ===================================
header
====================================*/
header .container {
   padding-top: 25px;
}

.solidline {
    border-top: 1px solid #f5f5f5;
    margin: 0 0 30px;
}


/* ===================================
footer
==================================== */

footer {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(104, 164, 196);

    background-origin: padding-box;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(248, 248, 248);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
footer span{
    font-weight: 600;
}
footer .container {
    padding-top: 25px;
    padding-bottom: 15px;

}

footer a, footer a:link, footer a:visited, footer a:active, footer h2, h5 {
    color: rgb(248, 248, 248);
    text-decoration: none;
}

footer h2 {
    font-size: 14px;
    line-height: 1.5em;
    margin: 10px 0;
}

footer a:hover {
    color: rgb(210, 210, 220);
    text-decoration: none;
}


.social-network {
    position: relative;
    list-style: none;
    text-align: right;


}

.social-network li {
    display: inline;
}

footer ul {
    padding-left: 1px;
}

.link-list li {
    display: inline;
}


/* ===================================
mainpage
==================================== */

.main-group {
    background-color: rgba(104, 164, 196, 0.7);
 }

.main-group h3 {text-align: center;   }

.main-section-header {
    background-color: #68A4C4;
    padding:1px;
}

.main-section-header h2, .main-section-header a{
   background-color: #68A4C4;
   color: #fff;
    text-align: center;
}
h2 {
    font-size: 26px;
}

.main-section-header a:hover{
    color: #0054A7;
}

.container {
          background-color: rgba(104, 164, 196, 0.2);
    }

/* ===================================
content
==================================== */
.content {
    padding: 0 25px;
}

.content p {
    text-align: justify;

}

.content p img {
    padding: 2px 8px;
    float: left;
}

/* ===================================
product
==================================== */

.note-container {
    padding: 20px 0;
}

.product table {
    padding: 20px;
}

.product p {
    text-align: justify;
    letter-spacing: 1px;
    padding: 20px;

}
.product h1{
    text-align: center;
    font-size: 30px;
    color: #180F90;
}
.product h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1em;
    color: #555;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: left;
}

.product h3 {
    font-size: 22px;
    color: #555;
    font-weight: 600;
    text-align: left;
}

.product h4 {
    text-align: center;
}

.product h5 {
    text-align: center;
}

.product img {
    margin-left: 15px;
}

.product img {
    float: right;
}
.breadcrumb{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1em;
    color: #555;
    margin-bottom: 10px;
    margin-left: 0;
}
/* ===================================
comerce
==================================== */
.comerce div, .comerce a {

    display: inline;
    text-align: center;

    box-sizing: border-box;

    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 20px 0;
}
.comerce strong {
    color: #B11C0B;
}
.comerce strong:hover {
    color: inherit;;
}

.warning{
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.07em;

}
.warning strong{
    color: rgb(255, 0, 0);
 }

.pfblock-title {
text-align: center;
}
.pfblock-subtitle {
    padding-bottom: 10px;
    text-align: center;
}
.breadcrumb {
    padding: 20px;
    color:#286090;
    background-color: #68A4C4;
    font-weight: 600;
 }
.breadcrumb a {
    color:#f0f0ff;
}

.breadcrumb a:hover {
    color:#286090;
}


#contact {padding-bottom: 30px;
}
.form-control {
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    color: #222;
}

.ajax-response {
    font-size: 13px;
    text-align: center;
    line-height: 1.1em;
    padding: 3px;
}
.ajax-response i {
    color: rgb(255,150,150);
}

.group h1{
    text-align: center;
    font-size: 30px;
    color: #180F90;
}
.group h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1em;
    color: #555;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: left;
}

.post .card-panel {
    overflow: auto;
    padding: 50px  20px;
    margin:5px 1px;
}

.product h1.entry-title {
    margin: 0;
}

.row.post-header {
    margin-bottom: 0;
}

.main-section.card-panel {
    padding: 50px 20px;
}

.card-panel h2 {
    padding:  5px 30px;
    margin:7px;
}

.card-panel h3 {
    padding:  5px;
    margin:7px;
}

.main-section.card-panel h2 {
    text-align: center;
    margin-bottom: 20px;
}

.main-pd p {
    font-size: 14px;

    line-height: 1.3em;
}

.btn {
    background-color: #0D47A1;
    font-size: 13px;
}
.card-action h2 {
    text-align: center;
}

.card {
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    color: rgb(102, 102, 102);
    border: 1px solid rgba(150,150,150,0.3);
    text-align: justify;

}
.card div  {
    padding-bottom: 10px;
}


.card p {
font-size: 14px;
    line-height: 1.4;
text-align: left;
}

.card img {

}

.card:hover, .card-panel:hover {
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.15), 0 2px 10px 3px rgba(0, 0, 0, 0.15);
}

.card-panel h4 {
text-align: center;
}

.litleleft {
    font-size: 24px;
    text-align: left;
}

 .google-maps {
     position: relative;
     padding-bottom: 75%; // This is the aspect ratio
 height: 0;
     overflow: hidden;
 }
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.accent strong {
    color: red;
}

.category-contact-menu {
    text-align: center;
}

.category-contact-menu li {
    display: inline-block;
    width: 30%;
}

article.page {
    padding: 50px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.footer-categories li {
    float: left;
    margin-right: 6px;
}

.container-header nav {
    background: none;
    box-shadow: none;
    height: auto;
    line-height: 1em;
}

.container-header nav li {
    float: right;
}

.container-header nav li a {
    color: #337ab7;
}

.language-selector {
    margin-bottom: 10px;
    overflow: auto;
}

.image-logo-href {
    display: block;
    /*margin-bottom: 22px;*/
}

.spu-content h2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.spu-content form {
    text-align: center;
}

.spu-content .descr1_pop,
.spu-content .descr2_pop {
    font-size: 20px;
}

.spu-content input[type=text],
.spu-content input[type=tel] {
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    line-height: 40px;
}

.spu-content input[type=submit] {
    background-color: #0065b5;
    border-color: #0065b5;
    border-radius: 10px;
    color: #fff;
    line-height: 22px;
    padding: 10px 20px;
}

.wpcf7-spinner {
    display: block;
    margin: 10px auto;
}

.spu-content input[type=submit]:hover {
    background-color: #282e3e;
    border-color: #282e3e;
}

.container-header .wp-block-button {
    text-transform: uppercase;
}

.container-header .wp-block-button a:hover {
    background: #286090 !important;
    text-decoration: none;
}

.container-header .wp-block-button a {
    padding: 5px;
}


.spu-bg.box-active,
.spu-box.box-active {
    display: block !important;
}

.spu-box.box-active {
    left:  50%;
    top:  50%;
    transform: translate(-50%,-50%);
}

@media (max-width: 1024px) { 
    h1 {
        font-size: 30px;
    }

    .card-panel h2,
    .post .card-panel,
    .main-section.card-panel {
        padding: 0;
    }

    .product p {
        text-align: left;
    }

    .footer-categories li {
        float: none;
        margin-right: 0;
    }
}

@media (max-width: 768px) { 
    .category-contact-menu li {
        display: block;
        width: 100%;
    }

    footer,
    .container.container-header {
        text-align: center;
    }
}
