/* content-title padding */

.blockWrap_e2ff13c9aadd4eb3805a58c8c3d03701 .contentTitle {
margin-bottom: 20px !important;
}

.block_a8285e82e36c4ae6998cf32de79c6c85 .contentTitle {
padding-bottom: 0 !important;
}

.block_a77f2d28d6994d5a945304e0fc82dc3c .contentTitle {
padding-bottom: 0 !important;
}

.block_e2ff13c9aadd4eb3805a58c8c3d03701 .contentTitle {
padding-bottom: 0 !important;
}

/* contact page width */

.block_dcbc18ece31e4e5b8576c86861464e42 .itemsCollectionContent{
    max-width: 800px;
    margin: auto;
}

/* about page border width */

.blockWrap_a8285e82e36c4ae6998cf32de79c6c85 {
    max-width: 400px !important;
    margin: auto;
}


/* RESPONSIVE */



@media only screen and (max-width: 600px) {
.blockWrap_e2ff13c9aadd4eb3805a58c8c3d03701 {
    padding-top:100px !important;
}
}

/* contact page */

@media only screen and (max-width: 600px) {
.block_dcbc18ece31e4e5b8576c86861464e42  .listView .itemPreview.hasImg .itemContent {
    width: 100%;
    margin-top: 20px;
}
.block_dcbc18ece31e4e5b8576c86861464e42 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        text-align: left;
}
}

/* about page */

@media only screen and (max-width: 600px) {
.block_b86a4fb432934e64b433ce1df619cc2f .listView .itemPreview.hasImg .itemContent {
    width: 100%;
    margin-top: 20px;
}
.block_b86a4fb432934e64b433ce1df619cc2f .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        text-align: left;
}
}



/* header text */
@media only screen and (min-width: 768px) {
.blockContent.hasImg.layoutC .blockText, .blockContent.hasImg.layoutD .blockText {
    padding-top: 40px;
    /*padding-bottom: 40px;*/
}
}

@media only screen and (max-width: 1200px) {
.blockWrap_e2ff13c9aadd4eb3805a58c8c3d03701 {
background-attachment: scroll;
}
}

@media only screen and (max-width: 500px) {
.blockContent.hasImg.layoutC .blockText, .blockContent.hasImg.layoutD .blockText {
    padding-top: 10px;
    padding-bottom: 40px;
}
}

/* mobile site title */
@media only screen and (max-width: 767px) {
.headerContent h1.siteName, .headerContent h1.siteName a {
    font-size: 28px;
    text-align: left;
}
}