.full-img {
    position: absolute;
    left: -1000px;
    right: -1000px;
    top: -1000px;
    bottom: -1000px;
    margin: auto;
    width: 100%;
    z-index: 0;


    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}



.post-content-top .container {
    position: relative;
    top: 100%;
}

.service-text {
    font-size: 18px;
}


.post-content-top {
    overflow: hidden;
}
.post-content-top h1{
    color: #FFF;
    font-size: 55px;
    line-height: 55px;
    font-weight: 300;
    position: absolute;
    bottom: 25px;
    text-shadow: 0px 0px 2px rgba(0, 0,0, 0.8);
    z-index: 2;
}

.post-content-top h1 span{
    font-weight: 500;
}

.post-content-top-box-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(232,232,232,0) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,0)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(232,232,232,0) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(232,232,232,0) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(232,232,232,0) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(232,232,232,0) 0%,rgba(232,232,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8e8e8', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */

}
.post-content-top-box-shadow-active {
    opacity: 1;
}
.post-content-top-active h1 {
    color: #444;
    padding-bottom: 10px;

}





.post-content-bottom {
    background: white;
    color: #514753;
}

.post-content-bottom {
    font-size: 18px;
}

.post-content-bottom .title {
    font-size: 32px;
    line-height: 34px;
}
.post-content-bottom .desc {
    font-weight: 200;
    //padding-bottom: 25px;
}






.post-share {
    background: #e8e8e8;
    padding-bottom: 60px !important;
}
.post-share .share-text {
    color: #838383;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    margin: 0;
    top: 35px;
    position: relative;
}
.post-share .share-buttons a img {
    max-width: 90px;
}
.post-share .share-buttons a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.post-share .share-buttons a:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    writing-mode: lr-tb;
}




.post-pagination .post {
    overflow: hidden;
    height: 400px;
}
.post-pagination .post .title {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    z-index: 1;
    //text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    text-shadow: -3px -3px 3px rgba(0,0,0,.5);
}
.post-pagination .post-before {
    text-align: right;
}
.post-pagination .post-next {
    text-align: left;
}
.post-pagination .post-before .title {
    margin-top: 100px;
}
.post-pagination .post-next .title {
    margin-top: 125px;
}
.post-pagination .post:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);

    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
.post-pagination .post-before .post-before-arrow p {
    //color: #ebaa4a;
    color: #3399FF;
    font-size: 20px;
    margin-top: 100px;
    line-height: 0;
    display: inline-block;
    font-weight: bold;
}
.post-pagination .post-before .post-before-arrow i {
    //color: #ebaa4a;
    color: #3399FF;
    margin-top: 100px;
    font-size: 100px;
    line-height: 0;
    position: relative;
    left: 0px;
    margin-right: 10px;
    display: inline-block;
    top: 25px;
}
.post-pagination .post-next .post-next-arrow p {
    //color: #ebaa4a;
    color: #3399FF;
    font-size: 20px;
    margin-top: 100px;
    line-height: 0;
    display: inline-block;
    font-weight: bold;
}
.post-pagination .post-next .post-next-arrow i {
    //color: #EBAA4A;
    color: #3399FF;
    margin-top: 125px;
    font-size: 100px;
    line-height: 0;
    position: relative;
    left: 0px;
    margin-right: 10px;
    display: inline-block;
    top: 25px;
}

















/*===========================================
Start - G4A Media Queries
===========================================*/
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 1024px) and (max-width : 1200px)  {
    .post-content-top h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .post-content-bottom .title {
        font-size: 30px;
        line-height: 32px;
    }
    .post-content-bottom .desc {
        font-size: 18px;
        line-height: 20px;
    }
    .service-text {
    font-size: 18px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1023px)  {
    .post-content-top h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .post-content-bottom .title {
        font-size: 30px;
        line-height: 32px;
    }
    .post-content-bottom .desc {
        font-size: 18px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width : 991px)  {
    .post-content-top h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .post-content-bottom .title {
        font-size: 30px;
        line-height: 32px;
    }
    .post-content-bottom .desc {
        font-size: 18px;
        line-height: 20px;
    }
    .post-pagination .post-next .post-next-arrow p,.post-pagination .post-before .post-before-arrow p {
        display: none;
    }
}
@media only screen and (min-width: 640px) and (max-width : 767px)  {
    .post-content-top h1 {
        font-size: 50px;
        line-height: 50px;
        padding-left:10px;
    }
    .service-text {
    //font-size: 14px;
    padding:0 30px;
    }
    .post-content-bottom .title {
        font-size: 30px;
        line-height: 32px;
    }
    .post-content-bottom .desc {
        font-size: 18px;
        line-height: 20px;
    }
    .post-share .share-text {
        text-align: center;
        top: 0px;
    }
    .post-share .share-buttons {
        text-align: center;
    }
    .post-pagination .post-next .post-next-arrow p,.post-pagination .post-before .post-before-arrow p {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width : 639px)  {
    .post-content-top h1 {
        font-size: 40px;
        line-height: 40px;
        padding-left:10px;
    }
        .service-text {
    //font-size: 14px;
    padding:0 30px;
    }
    .post-content-bottom .title {
        font-size: 30px;
        line-height: 32px;
    }
    .post-content-bottom .desc {
        font-size: 18px;
        line-height: 20px;
    }
    .post-share .share-text {
        text-align: center;
        top: 0px;
    }
    .post-share .share-buttons {
        text-align: center;
    }
    .post-pagination .post-next .post-next-arrow p,.post-pagination .post-before .post-before-arrow p {
        display: none;
    }
    .post-pagination .post .title {
        font-size: 16px;
        line-height: 18px;
    }
}
@media only screen and (min-width: 320px) and (max-width : 479px) {
    .post-content-top h1 {
        font-size: 36px;
        line-height: 36px;
        padding-left:10px;
    }
        .service-text {
    //font-size: 14px;
    padding: 0 30px;
    }
    .post-content-bottom .title {
        font-size: 24px;
        line-height: 26px;
    }
    .post-content-bottom .desc {
        font-size: 18px;
        line-height: 20px;
    }
    .post-share .share-text {
        text-align: center;
        top: 0px;
    }
    .post-share .share-buttons {
        text-align: center;
    }
    .post-pagination .post-next .post-next-arrow p,.post-pagination .post-before .post-before-arrow p {
        display: none;
    }
    .post-pagination .post .title {
        font-size: 16px;
        line-height: 18px;
    }
}
/*===========================================
End - G4A Media Queries
===========================================*/
