/*
Theme Name: Cliner
*/

body {
    margin: 0;
    border-top: 7px solid #243D91;
    font-family: 'Roboto';
}

body p, li {
    font-weight: lighter;
}

strong {
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #5E5E5E;
    margin: 28px 0;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#header {
    background: url(img/main-bg.jpg);
}

#header .wrapper {
    height: 120px;
}

#header-main-logo-link {
    display: inline-block;
    position: absolute;
    top: 18px;
}

#header-main-logo-link img {
    width: 100%;
}

#header-details {
    position: absolute;
    right: 0;
    top: 15px;
    width: 330px;
}

#header .badge {
    position: absolute;
    top: 13px;
}

#header .badge-1 {
    right: 130px;
}

#header .badge-2 {
    right: 70px;
}

#header .language-flag {
    position: absolute;
    right: 0;
    top: 48px;
}

#header .language-flag-pt-br {
    right: 30px;
}

.images-header-top {
    position: absolute;
    right: 4px;
}

.main-nav {
    background-color: #273D93;
}

.main-nav .wrapper {
    text-align: center;
}

.main-nav-links {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.main-nav-links li {
    color: #fff;
    margin-left: 30px;
    list-style-type: disc;
    float: left;
}

.main-nav-links a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 60px;
}

#main-content {
    background: url(img/home-detail.jpg) repeat-x center top;
    padding-top: 10px;
    margin-bottom: 20px;
}

.home-blocks {
    margin-bottom: 15px;
}

.each-block {
    background: #fff;
    width: 313px;
    min-height: 380px;
    border-bottom: 3px solid #1D4C8E;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    margin-right: 25px;
    overflow: hidden;
}

.each-block:nth-child(3n+0) {
    margin-right: 0;
}

.each-block a {
    text-decoration: none;
}

.img-mid-blocks {
    width: 313px;
    height: 256px;
}

.each-block-content {
    padding: 20px;
}

.each-block-title {
    color: #1F4D95;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px;
}

.each-block p {
    font-size: 14px;
    line-height: 18px;
    color: #808080;
}

.recent-news-block {
    width: 313px;
    border-radius: 10px;
    position: relative;
    float: left;
    overflow: hidden;

}

.title-recent-news {
    color: white;
    margin: 0;
    padding: 27px 25px;
    font-size: 19px;
}

.recent-news-block-title {
    width: 100%;
    height: 90px;
    background-color: #1F4C8F;
    text-align: center;
    color: white;
    line-height: 90px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

.recent-news-block-content {
    padding: 25px;
}

.recent-news-block-content h3 {
    color: #5E5E5E;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 11px;
}

.recent-news-block-content p {
    font-size: 15px;
    margin-bottom: 25px;
    color: #808080;
    line-height: 20px;
}

.recent-news-block-content a {
    color: #1F4C8F;
    position: absolute;
    right: 10px;
    font-size: 12px;
    font-weight: bold;
}

.video-block {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    float: right;
    text-align: right;
    color: #23498D;
}

.video-block-title {
    font-size: 38px;
    font-weight: 200;
    margin-bottom: 10px;
}

.video-block-subtitle {
    font-weight: 200;
    margin-bottom: 20px;
}

#footer {
    background-color: #525252;
}

#footer .wrapper {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-footer {
    color: white;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 200;
    font-size: 27px;
}

.page-title {
    background-color: #273D93;
    color: white;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: lighter;
    border-radius: 7px;
    font-size: 19px;
    display: inline-block;
    padding: 13px 48px;
    margin-bottom: 28px;
}

.blue-btn {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    display: inline-block;
    padding: 13px;
    background: #273D93;
    color: #fff!important;
    font-size: 15px!important;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
}

.btn-small {
    padding: 9px;
    font-size: 11px;
}

.title-2-ctn {
    background: #E5E5E5;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.title-2-ctn a {
    text-decoration: none;
}

.title-2-ctn .title {
    font-size: 30px;
    color: #264192;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.title-3 {
    font-weight: bold;
    font-size: 25px;
    color: #5E5E5E;
    margin-bottom: 10px;
}

.title-3 a {
    text-decoration: none;
    color: #5E5E5E;
}

.paragraph-1 {
    color: #273C91;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-content {
    overflow: hidden;
}

.page-content ul,
.page-content ol {
    margin-left: 30px;
    list-style-position: inside;
}

.page-content ul {
    list-style-type: circle;
}

.page-content ol {
    list-style-type: decimal;
}

.no-top-margin {
    margin-top: 0!important;
}

.page-content p,
.page-content li {
    color: #555555;
    line-height: 23px;
    margin-bottom: 22px;
}

.page-content .alignleft {
    float: left;
    margin: 25px 25px 25px 0px;
}

.page-content .alignright {
    float: right;
    margin: 25px 0px 25px 25px;
}

.page-content .aligncenter {
    display: block;
    margin: 25px auto 25px auto;
}

.page-content a {
    color: #595959;
}

.page-content h1,
.page-content h2,
.page-content h3 {
    margin-bottom: 20px;
    color: #6C6C6C;
}

.page-content h1 {
    font-size: 30px;
}

.page-content h2 {
    font-size: 25px;
}

.page-content h3 {
    font-size: 20px;
}

.page-content img {
      border-radius: 10px;
}

.page-content .wp-caption-text {
    text-align: center;
    font-size: 11px;
}

.customer-images .customer-image {
    float: left;
    width: 243px;
    height: 243px;
    border: 1px solid black;
    margin-right: 6px;
    margin-bottom: 6px;
}

.customer-images .customer-image:nth-child(4n+0) {
    margin-right: 0;
}

.wpcf7-form label {
    display: block;
    color: #595959;
    font-weight: bold;
}

.wpcf7-form .wpcf7-not-valid-tip {
    margin-top: 5px;
}

.wpcf7-form .control-group {
    margin-bottom: 20px;
}

.wpcf7-form textarea,
.wpcf7-form input[type=email],
.wpcf7-form input[type=text] {
    width: 100%;
    background: #CCCCCC;
    border: 0;
    padding: 20px;
    font-size: 20px;
}

.wpcf7-submit {
    border: none;
    display: inline-block;
    background: #273D93;
    color: #fff!important;
    font-size: 18px;
    width: 200px;
    padding: 20px 0;
    text-align: center;
    border-radius: 6px;
    left: 50%;
    margin-left: -100px;
    position: relative;
}

#main-slider {
    position: relative;
    margin-bottom: 5px;
}

#main-slider .slidesjs-navigation {
    top: 50%;
    margin-top: -36px;
    display: block;
    width: 30px;
    height: 69px;
    text-indent: -99999px;
    position: absolute;
    z-index: 10;
}

#main-slider .slidesjs-previous {
    background: url('img/slider-left.png');
}

#main-slider .slidesjs-next {
    background: url('img/slider-right.png');
    right: 0;
}

.product-title {
    margin-bottom: 30px;
}

.product-title .title {
    float: left;
}

.product-title .back-btn {
    float: right;
}

@media (max-width: 1000px) {
    .customer-images .customer-image {
        width: 24%;
        height: initial;
    }

    .wrapper {
        width: 98%;
    }

    .each-block {
        width: 30%;
    }

    .img-mid-blocks {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 700px) {
    .product-title .title {
        margin-bottom: 10px;
    }

    .product-title .title,
    .product-title .back-btn {
        float: none;
    }

    #main-slider .slides {
        width: 100%;
    }

    #main-slider .slide {
        width: auto;
    }

    .each-block {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        min-height: initial;
    }

    .recent-news-block {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .video-block {
        float: none;
        width: 100%;
        text-align: left;
    }

    .text-footer {
        font-size: 17px;
    }
}

@media (max-width: 600px) {
    #main-slider .slidesjs-navigation {
        display: none;
    }

    .main-nav-links a {
        line-height: 50px;
    }

    #header .badge {
        display: none;
    }

    #header-main-logo-link {
        width: 65%;
    }

    .customer-images .customer-image {
        width: 100%;
        height: initial;
        float: none;
    }
}

.block-1 {
    width: 100%;
    background-color: #EEEEEE;
    border-radius: 7px;
}

.block-1 h3 {
    color: white;
    background-color: #273D93;
    text-transform: uppercase;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.block-1 p {
    font-size: 14px;
    padding: 0 25px 25px 25px;
    line-height: 20px;
}

.post-blue-btn {
    font-weight: lighter;
}
