*{
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-size:18px;
    color:#dddddd;
    background-repeat:no-repeat;
    text-align:left;
    box-sizing: border-box;
    font-weight: 300;
}
strong, b, strong *, b *{
    font-weight:700;
}
body {
    text-align:center;
    background-color: #1d1d1d;
}
body,h1,h2,h3,h4,h5,h6,form,input{
    padding:0px;
    margin:0px;
}
img{
    border:0px;
}
.cb{
    clear:both;
}
center {
    display:block;
    text-align:center;
}
a, a * {
    outline:none;
    color: #648abb;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover, a:hover * {
    color: #feffff;/*476488*/
    text-decoration: none;
}

blockquote {
    padding: 7px 0px;
    padding-left: 13px;
    margin-left: 23px;
    border-left: 3px solid #648abb;
}
blockquote * {
    padding: 0px;
    margin: 0px;
}

span.star {
    color: #feffff;
    font-size: inherit;
}

.alignCenter {
    text-align: center;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}


/*------------------ header start ------------------*/

.max-width-block-0,
.max-width-container,
.max-width-container-menu,
.max-width-container-custom-block {
    position: relative;
    max-width: 1280px;/*1440*/
    padding: 0px 20px;
    margin: auto;
    z-index: 10;
}
.max-width-container-header,
.max-width-container-footer {
    position: relative;
    padding: 0px 20px;
    max-width: 1280px;/*1440*/
    margin: auto;
    z-index: 10;
}
.swiper-slide-text-sizer {
    max-width: 1280px;/*1440*/
}
.content-top-gutter {
    padding-top: 50px;
    padding-bottom: 0px;
}
.internal-content,
.contact-page,
.login-page {
    min-height: calc(100vh - 238px);
}


.internal-banner-container {
    min-height: 130px;
}



h1,
h2.blockTitle {
    font-size: 30px;
    /*border-bottom: 1px dotted #5b5b5b;*/
    text-transform: uppercase;
    background: url(../img/dot.png) left bottom repeat-x;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}

h1, h2, h3, h4{
    display: block;
    margin: 0px;
    padding: 0px 0px 4px 0px;
    margin-bottom: 15px;
    color: #feffff;
    text-shadow: 0px 0px 1px     rgba(12, 12, 25, 0.2);
    font-weight: 300;
    text-transform: uppercase;
}
.internal-content h1,
.internal-content h2,
.internal-content h3,
.internal-content h4 {
    line-height: normal;
}
h2 {
    font-weight: 400;
}
h2.blockTitle {
    font-weight: 300;
}
h1 span, h2 span, h3 span, h4 span{
    color: #648abb !important;
    font-size: inherit;
    font-weight: inherit;
}


.block-table {
    display: table;
    width: 100%;
}
.block-table-tr {
    display: table-row;
}
.block-table-td {
    display: table-cell;
    vertical-align: middle;
}


header {
    position: fixed;
    top: 0px;
    width: 100%;
    min-height: 75px;
    z-index: 300;
    padding: 0px 0px;
}

.onScroll {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
header.scrollUp {
    top: -135px;
}



.headerSizer {
    /*min-height: 115px;*/
}

header,
header .row,
header .max-width-container,
header .max-width-container-header {
    min-height: 130px;/*inherit*/
}


.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    height: 85px;
    z-index: 100;
    background: url(../img/logo.png) left center no-repeat;
    background-size: contain;
}

header {
    /*background-color: rgba(29, 29, 29, 0.6);*/
}
header.active {
    background-color: rgba(29, 29, 29, 0.98);
}


main {
    /*min-height: 100vh;*/
}
.home-section {
    position: relative;
    height: 100vh;
    max-height: 100vh;
    /*max-height: calc(100vh - 115px);*/
}
.home-page-content .block2 {
    padding-top: 40px;
}
.home-page-content .block2 .blockLeft {
    padding-right: 30px;
}
.home-page-content .block2 .blockRight {
    padding-left: 30px;
}
@media only screen and (max-width: 920px){
    .home-page-content .contentBlock .block2 .blockLeft {
        float:none;
        width:auto;
        padding-right:0px;
        clear:both;
    }
    .home-page-content .contentBlock .block2 .blockRight {
        float:none;
        width:auto;
        padding-left:0px;
        clear:both;
    }
}
.home-page-content .block2 .blockLeft:after,
.home-page-content .block2 .blockRight:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background: url(../img/dot.png) left center repeat-x;
}



.homeBanner {
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.slideTitle h1,
.slideText,
.slideText * {
    text-shadow:
    1px 1px         rgba(12, 12, 25, 0.2),
    1px -1px        rgba(12, 12, 25, 0.2),
    -1px 1px        rgba(12, 12, 25, 0.2),
    -1px -1px       rgba(12, 12, 25, 0.2),
    0px 0px 2px    rgba(12, 12, 25, 0.9),
    0px 0px 10px    rgba(12, 12, 25, 0.9);
}




footer {
    background-color: #323232;
    padding: 30px 0px 30px 0px;
    position: relative;
    min-height: 140px;
}
footer, footer * {
    font-weight: 300;
    font-size: 14px;
}

footer .site-info,
footer .site-info * {
    font-size: 16px;
}
footer .site-info strong {
    font-weight: 700;
}
footer .site-info {
    margin-bottom: 30px;
}
footer .site-copyright {
    font-size: 14px;
    color: #6f6f6f;
}

.footer-left,
.footer-middle,
.footer-right {
    width: 33.333%;
}


.footer-left,
.footer-left * {
    text-align: left;
}
.footer-middle,
.footer-middle * {
    text-align: center;
}
.footer-right,
.footer-right * {
    text-align: right;
}



.footer-menu {
    display: block;
    text-align: inherit;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-menu li {
    display: block;
    text-align: inherit;
    list-style: none;
    padding: 2px 0px;
}
.footer-menu li a {
    font-size: 17px;
    color: #feffff;
}
.footer-menu li a:hover {
    color: #648abb;
}
.footer-menu li.active a {
    color: #648abb;
    font-weight: bold;
}


footer .social-medias-list {
    margin-bottom: 0px;/*20*/
}

.social-medias-list {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.social-medias-list li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-right: 3px;
    margin-left: 3px;
}
.social-medias-list li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    background-color: #939291;
    color: #222;
    text-align: center;
    border-radius: 3px;
}
.social-medias-list li a * {
    color: inherit;
    font-size: inherit;
}
.social-medias-list li a:hover {
    background-color: #476488;
    color: #feffff;
}




.galleryBlockContainer {
    /*padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ddd;*/
}

.galleryBlockContainer .block1 {
    padding-left: 10px;
    padding-top: 15px;
}
.icdevGallery {
    position: relative;
    overflow: hidden;
}
.icdevGallery .grid-sizer,
.icdevGallery .grid-item {
    width: calc(25% - 10px);
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.icdevGallery .gutter-sizer {
    width: 10px;
}
@media only screen and (max-width: 1200px){
    .icdevGallery .grid-sizer,
    .icdevGallery .grid-item {
        width: calc(33.33% - 10px);
    }
}
@media only screen and (max-width: 768px){
    .icdevGallery .grid-sizer,
    .icdevGallery .grid-item {
        width: calc(50% - 10px);
    }
}
@media only screen and (max-width: 480px){
    .icdevGallery .grid-sizer,
    .icdevGallery .grid-item {
        width: calc(100% - 10px);
    }
}




.goTop {
    position:fixed;
    right:30px;
    bottom:30px;
    z-index:200;
    display:none;
}
.goTop a {
    display:block;
    width:50px;
    height:50px;
    line-height: 48px;
    border-radius:50%;
    -moz-box-shadow: 0px 0px 4px rgba(25,25,25,0.8);
    -webkit-box-shadow: 0px 0px 4px rgba(25,25,25,0.8);
    box-shadow: 0px 0px 4px rgba(25,25,25,0.8);
    background-color: rgba(100, 138, 187, 0.5);
    text-align: center;
}
.goTop a,
.goTop a * {
    color: #feffff;
    font-size: 20px;
}
.goTop a:hover {
    background-color: rgba(100, 138, 187, 0.7);
    color: #fff !important;
}
.goTop a:hover * {
    color: #fff !important;
}





.scroll-down {
    position: absolute;
    z-index: 50;
    margin-top: -80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    opacity: 0.6;
}
.scroll-down,
.scroll-down * {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.scroll-down,
.scroll-down *,
.scroll-down:hover,
.scroll-down:hover * {
    color: #fff;
}

.scroll-down:hover {
    text-decoration: none;
    opacity: 1;
}
.scroll-down span {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
}
.scroll-down:hover span {
    font-size: 16px;
}
.scroll-down i {
    font-size: 28px;
}
.scroll-down:hover i {
    font-size: 34px;
}



.manufacturers {
    padding: 40px 0px;
}
.manufacturersList {
    margin-left: -15px;
    margin-right: -15px;
}
.manufacturersList:after {
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.manufacturersItemSizer {
    width: 25%;
    float: left;
    padding: 15px 15px;
}

.manufacturersImage {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 13px;
    position: relative;
    opacity: 0.75;
}
.manufacturersImage:hover {
    opacity: 1;
}

.manufacturersImage > img {
    display: block;
    width: 100%;
}





.newsletterFormContainer {
    margin-top: 70px;
    margin-bottom: 20px;
}
.newsletterFormContainer h1 {
    text-align: center;
}

.newsletterFormText {
    padding: 15px 0px;
}

.newsletterFormText,
.newsletterFormText * {
    text-align: center;
}

.newsletterForm {
    max-width: 380px;
    margin: auto;
}
.newsletterForm label{
    text-align: center;
    display: block;
}
.newsletterForm .form-control{
    text-align: center;
}
.newsletterForm .form-group-button {
    margin-top: 15px;
}




.newsData {
    margin-bottom: 25px;
}





.pageTitle:after,
.projectBand:after,
.manufacturerItemsList:after {
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}





.manufacturerItemsList {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.manufacturerItem {
    width: 33.33%;
    float: left;
    padding: 15px;
}
.manufacturerLink {
    display: block;
    background-color: #eee;
}
img.manufacturerSizer {
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}
.manufacturerImage {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #eee;
}
.manufacturerImage .manufacturerLogo{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.4;

    -webkit-transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
}
.manufacturerLink:hover .manufacturerImage .manufacturerLogo{
    opacity: 1;
}
@media only screen and (max-width: 767px){
    .manufacturerItem {
        width: 50%;
    }
}
@media only screen and (max-width: 576px){
    .manufacturerItem {
        width: auto;
        float: none;
    }
}

.manufacturerDetailsLogo {
    text-align: center;
}
.manufacturerDetailsLogo img {
    max-height: 150px;
}



.posts-container:after,
.post-item:after {
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.post-thubnail {
    width: 200px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
.post-thubnail img {
    width: 100%;
}
.post-content {
    width: calc(100% - 200px);
    float: left;
    padding-left: 30px;
    padding-bottom: 5px;
}
.post-have-no-image .post-content {
    width: auto;
    float: none;
    padding-left: 0px;
}

@media only screen and (max-width: 576px){
    .post-thubnail {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }
    .post-content {
        width: auto;
        float: none;
        padding-left: 0px;
    }
}


.posts-container {
    padding-top: 0px;/*20*/
    padding-bottom: 0px;/*30*/
    /*margin-left: -15px;
    margin-right: -15px;*/
}
.post-item {
    padding: 40px 0px;/*15*/
    background: url(../img/dot.png) left bottom repeat-x;
}
.post-item:last-child {
    background: none;
}
.post-heading h2 {
    padding: 0px;
    margin: 0px;
    line-height: normal;
}
.post-heading h2 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.post-date {
    padding-top: 5px;
    line-height: normal;
    font-size: 18px;
    color: #888e99;
}
.post-anounce {
    padding: 10px 0px 15px 0px;
}
.post-anounce,
.post-anounce * {
    font-size: 16px;
    color: #ddd;
}




.our-team-container {
    margin-left: -15px;
    margin-right: -15px;
}
.team-item:after,
.team-item-card:after,
.our-team-container:after {
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.team-item-image {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 15px;
    border: 1px solid transparent;
}
.team-item-image img{
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.team-item {
    display: inline-block;
    width: 33.333%;
    padding: 15px;
    vertical-align: top;
    margin-bottom: 50px;
}

.team-item-card {
    border-bottom: 1px dotted #5b5b5b;
    padding: 0px 0px 15px 0px;
}
.team-item-card h2.team-item-title {
    padding: 0px;
    margin: 0px 0px 15px 0px;
}
.team-item-card h2.team-item-title a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.team-item-text {
    padding-bottom: 5px;
    min-height: 140px;
}
.team-item-text,
.team-item-text * {
    line-height: normal;
    font-size: 16px;
}
.team-item-text p {
    padding: 0px;
    margin: 10px 0px;
}

.team-item-text h2 {
    font-size: 24px;
    padding: 0px;
    margin: 0px 0px 15px 0px;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-item-card:hover h2.team-item-title,
.team-item-card:hover .team-item-text h2 {
    color: #648abb;
}
.team-item-card:hover .team-item-image {
    border: 1px solid rgba(100, 138, 187, 0.8);
}



@media only screen and (max-width: 992px){
    .team-item {
        width: 50%;
    }
}
@media only screen and (max-width: 576px){
    .team-item {
        width: 100%;
    }
}

/*
.team-item.team-item-1 {
    display: block;
    width: auto;
}
.team-item.team-item-1 .team-item-image {
    width: calc(50% - 15px);
    float: left;
}
.team-item.team-item-1 .team-item-content {
    width: calc(50% - 15px);
    float: right;
}
@media only screen and (max-width: 576px){
    .team-item.team-item-1 .team-item-image {
        width: auto;
        float: none;
    }
    .team-item.team-item-1 .team-item-content {
        width: auto;
        float: none;
    }
}
*/

.team-item.team-item-1 {
    display: block;
    width: auto;
}
.team-item.team-item-1 * {
    text-align: center;
}
.team-item.team-item-1 .team-item-card {
    width: auto;
    margin: auto;
    max-width: 460px;
}





