/* Blog Style*/
#Blog {
    margin: 60px 0px 0px 0px;
    min-height: 500px;
}
#Blog .blog_breadcrumb {
    height: 50px;
    background: #fff;
    box-shadow: 0px 2px 3px #ccc;
    -moz-box-shadow: 0px 2px 3px #ccc;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    -o-box-shadow: 0px 2px 3px #ccc;
    -ms-box-shadow: 0px 2px 3px #ccc;
    border-radius: 3px;
    margin-bottom: 30px;
    overflow: hidden;
}
#Blog .blog_breadcrumb li {
    display: inline-block;
    line-height: 50px;
    text-indent: 5px;
    font-family: 'Abel';
    font-size: 18px;
    color: #888;
    text-transform: capitalize;
}
#Blog .blog_breadcrumb li a {
    color: #333;
}
/*content*/
#Blog .content .ah_post {
    height: 600px;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    border-radius: 5px;
    font-family: 'Abel';
    padding: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
#Blog .content .ah_post .post_slideshow {
    width: 100%;
    height: 390px;
    direction: ltr;
    border-radius: 5px;
    overflow: hidden;
}
#Blog .content .ah_post .post_slideshow img {
    width: 100%;
    height: 390px;
}
#Blog .content .ah_post .post_slideshow .owl-controls {
    position: relative;
    top: -50px;
    z-index: 210;
}
#Blog .content .ah_post .post_slideshow .owl-controls .owl-page  {
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    margin: 0px 5px;
    border-radius: 25pc;
    -moz-border-radius: 25pc;
    -webkit-border-radius: 25pc;
    -o-border-radius: 25pc;
}
#Blog .content .ah_post .post_slideshow .owl-controls .owl-page span {
    background: none;
    opacity: 0;
    position: relative;
    top: 2px;
}
#Blog .content .ah_post .post_slideshow .owl-controls .owl-page.active span {
    background: #fff;
    opacity: 1;

}
#Blog .content .ah_post .post_video {
    width: 100%;
    height: 390px;
}
#Blog .content .ah_post .post_video iframe {
    border: none;
    width: 100%;
    height: 390px;
    border-radius: 5px;
    overflow: hidden;
}
#Blog .content .ah_post div.post_format {
    background: #ff7f66;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-family: 'Abel';
    font-size: 25px;
    line-height: 50px;
    border-radius: 3px;
    position: absolute;
    z-index: 210;
    top: 30px;
    right: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
#Blog .content .ah_post h3.title {
    margin-top: 10px;
    text-align: center;
    font-family: 'Abel';
    font-size: 35px;
    text-transform: capitalize;
}
#Blog .content .ah_post h3.title a {
    color: #555;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#Blog .content .ah_post h3.title a:hover {
    color: #ff7f66;
}
#Blog .content .ah_post p.info {
    margin-top: 0px;
    font-family: 'Source Sans Pro';
    font-size: 23px;
    line-height: 30px;
    color: #666;
    text-align: center;
    font-weight: 200;
}
#Blog .content .ah_post div.post_details {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
    color: #777;
}
#Blog .content .ah_post div.post_details li {
    display: inline-block;
    line-height: 40px;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 300;
    margin-right: 15px;
    color: #555;
}
#Blog .content .ah_post div.post_details li a {
    color: #555;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#Blog .content .ah_post div.post_details li a:hover {
    color: #ff7f66;
}
#Blog .content .ah_post div.post_details li:last-child {
    margin: -3px 0px 0px 0px;
}
#Blog .content .ah_post div.post_details li a.btn-more {
    background: #888;
    height: 40px;
    display: inline-block;
    padding: 0px 15px;
    line-height: 40px;
    font-family: 'Abel';
    font-size: 21px;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#Blog .content .ah_post div.post_details li a.btn-more:hover {
    background: #ff7f66;
    color: #fff;
}
#Blog .content .col-md-6 div.post_details li {
    display: none;
}
#Blog .content .col-md-6 div.post_details li:last-child {
    display: block;
    float: none !important;
    text-align: center;
}
#Blog .content .post_pager {
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Abel';
    font-size: 16px;
}
#Blog .content .post_pager .active {
    background: #ff7f66;
    border-color: #ff7f66;
    color: #fff;
}
#Blog .content.shop .ah_product {
    height: 500px;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    border-radius: 5px;
    font-family: 'Abel';
    padding: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
#Blog .content.shop .ah_product img {
    height: 300px;
    display: block;
    margin: 0px auto 0px auto;
}
#Blog .content.shop .ah_product span.sale {
    background: #4db37a;
    width: 60px;
    height: 35px;
    display: block;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 23px;
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 4px;
}
#Blog .content.shop .ah_product h4 {
    margin: 15px 0px 25px 0px;
    text-align: center;
    font-size: 25px;
}
#Blog .content.shop .ah_product div.rate {
    text-align: center;
    font-size: 19px;
    color: #f7a21b;
}
#Blog .content.shop .ah_product div.details {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    height: 65px;
    padding: 15px;
    color: #777;
    overflow: hidden;
    margin: 25px -15px 0px -15px;
}
#Blog .content.shop .ah_product div.details span.price {
    height: 65px;
    border-right: 1px solid #ddd;
    display: block;
    float: left;
    margin-top: -15px;
    line-height: 65px;
    color: #444;
    padding: 0px 15px 0px 0px;
    font-size: 25px;
    color: #008200;
}
#Blog .content.shop .ah_product div.details span.price em {
    text-decoration: line-through !important;
    color: #c00;
}
#Blog .content.shop .ah_product div.details .btn {
    float: right;
    font-family: 'tahoma';
}
#Blog .content.shop .shop-slider {
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    height: 350px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
#Blog .content.shop .shop-slider img {
    width: 100%;
    height: 350px;
}
#Blog .content.shop .shop-slider .btn-next {
    background: rgba(0,0,0,0.45);
    border: 0px;
    width: 40px;
    height: 80px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -40px;
    color: #fff;
    font-size: 21px;
    cursor: pointer
}
#Blog .content.shop .shop-slider .btn-next {
    background: rgba(0,0,0,0.45);
    border: 0px;
    width: 40px;
    height: 80px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -40px;
    color: #fff;
    font-size: 21px;
    cursor: pointer
}
#Blog .content.shop .shop-slider .btn-prev {
    background: rgba(0,0,0,0.45);
    border: 0px;
    width: 40px;
    height: 80px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -40px;
    color: #fff;
    font-size: 21px;
    cursor: pointer
}
.single-product {
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    padding: 15px 0px;
    overflow: hidden;
}
.single-product .thumbnail {
    margin-right: 15px;
}
/*********************************************
                        Theme Elements
*********************************************/
.gold{
    color: #FFBF00;
}
/*********************************************
                                        PRODUCTS
*********************************************/
.product{
    border: 1px solid #dddddd;
    height: 321px;
    padding: 15px;
    text-align: center;
}
.product img{
    max-width: 230px;
    display: inline-block;
}
.product-rating{
    font-size: 20px;
    margin-bottom: 25px;
}
.product-title{
    font-size: 20px;
}
.product-desc{
    font-size: 14px;
}
.product-price{
    font-size: 22px;
}
.product-stock{
    color: #74DF00;
    font-size: 20px;
    margin-top: 10px;
}
.product-info{
    margin-top: 50px;
}
.product-info .tab-content {
    padding: 15px;
    line-height: 21px;
}
/*********************************************
                                ITEM 
*********************************************/
.service1-items {
    padding: 0px 0 0px 0;
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 321px;
    width: 130px;
}
.service1-item {
    height: 107px;
    width: 120px;
    display: block;
    float: left;
    position: relative;
    padding-right: 20px;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.service1-item > img {
    max-height: 110px;
    max-width: 110px;
    opacity: 0.6;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.service1-item > img:hover {
    cursor: pointer;
    opacity: 1;
}
.service-image-left {
    padding-right: 50px;
}
.service-image-right {
    padding-left: 50px;
}
.service-image-left > center > img,.service-image-right > center > img{
    max-height: 155px;
}
/*sidebar*/
#Body .sidebar {
    margin: 0px;
}
#Body .sidebar .widget {
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    border-radius: 4px;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 30px;
}
#Body .sidebar .widget .form-control {
    font-family: 'Abel';
    font-size: 17px;
    font-weight: normal;
}
#Body .sidebar .widget .btn {
    color: #666;
}
#Body .sidebar .widget h2 {
    height: 30px;
    border-left: 5px solid #666;
    overflow: hidden;
    font-size: 25px;
    font-family: 'Abel';
    color: #666;
    text-indent: 10px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
#Body .sidebar .widget ul.categories {
    margin: 0px;
}
#Body .sidebar .widget ul.categories li a {
    height: 35px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 200;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#Body .sidebar .widget ul.categories li a i {
    font-size: 14px;
    margin-right: 5px;
}
#Body .sidebar .widget ul.categories li a:hover {
    color: #ff7f66;
    text-indent: 6px;
}
#Body .sidebar .widget ul.cart {
    margin: 0px;
}
#Body .sidebar .widget ul.cart li {
    height: 85px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
#Body .sidebar .widget ul.cart li img {
    border: 5px solid #ddd;
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    margin-right: 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Body .sidebar .widget ul.cart li:hover img {
    border-color: #aaa;
}
#Body .sidebar .widget ul.cart li h4 {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}
#Body .sidebar .widget ul.cart li h4 a {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Body .sidebar .widget ul.cart li span {
    font-size: 16px;
    font-weight: 400;
}
#Body .sidebar .widget ul.cart li button.remove {
    background: 0px;
    border: 0px;
    color: #c00;
    position: absolute;
    right: 0px;
    top: 35px;
    font-size: 21px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Body .sidebar .widget ul.cart li button.remove:hover {
    color: #910e0e;
}
#Body .sidebar .widget ul.products {
    margin: 0px;
}
#Body .sidebar .widget ul.products li {
    height: 85px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
#Body .sidebar .widget ul.products li img {
    border: 5px solid #ddd;
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    margin-right: 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Body .sidebar .widget ul.products li:hover img {
    border-color: #aaa;
}
#Body .sidebar .widget ul.products li h4 {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}
#Body .sidebar .widget ul.products li h4 a {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Body .sidebar .widget ul.products li span {
    font-size: 16px;
    font-weight: 400;
}
#Body .sidebar .widget ul.products li:last-child {
    margin: 0px;
}
#Body .sidebar .widget ul.popular li {
    height: 60px;
    font-family: 'Source Sans Pro';
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
#Body .sidebar .widget ul.popular li img {
    width: 65px;
    height: 60px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#Body .sidebar .widget ul.popular li a {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 19px;
    color: #111;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#Body .sidebar .widget ul.popular li:hover a {
    color: #ff7f66;
}
#Body .sidebar .widget ul.popular li:hover img {
    opacity: 0.75;
}
#Body .sidebar .widget ul.popular li span {
    font-family: 'tahoma';
    font-size: 13px;
    color: #777;
    position: absolute;
    left: 75px;
    bottom: 0px;
}
#Body .sidebar .widget ul.popular li:last-child {
    margin: 0px;
}
#Body .sidebar .widget div.tags a {
    display: inline-block;
    height: 35px;
    overflow: hidden;
    border: 2px solid #bbb;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 30px;
    color: #666;
    padding: 0px 0px 0px 6px;
    border-radius: 3px;
    margin: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#Body .sidebar .widget div.tags a span {
    height: 21px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    font-size: 13px;
    background: #aaa;
    padding: 0px 3px;
    border-radius: 2px;
    color: #fff;
    float: right;
    margin: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#Body .sidebar .widget div.tags a:hover {
    background: #ff7f66;
    border-color: #ff7f66;
    color: #fff;
}
#Body .sidebar .widget div.tags a:hover span {
    background: rgba(0,0,0,0.35);
    color: #fff;
}
#Body .sidebar .widget form.loginForm {
    color: #666;
    font-size: 14px;
    font-weight: 100;
}
#Body .sidebar .widget form.loginForm .input-group {
    margin-bottom: 15px;
}
#Body .sidebar .widget .widgetSlider {
    position: relative;
    overflow: hidden;
    direction: ltr;
}
#Body .sidebar .widget .widgetSlider .owl-carousel {
    min-height: 200px;
    direction: ltr;
}
#Body .sidebar .widget .widgetSlider .owl-carousel .item {
    width: 100%;
    height: 200px;
}
#Body .sidebar .widget .widgetSlider .owl-carousel img {
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 4px;
}
#Body .sidebar .widget .widgetSlider .owl-carousel a {
    background: none;
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 500px;
    margin-top: -200px;
    position: relative;
    z-index: 200;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#Body .sidebar .widget .widgetSlider .owl-carousel a:hover {
    background: rgba(0,0,0,0.55);
    line-height: 125px;
}
#Body .sidebar .widget .widgetSlider .owl-carousel a:hover i {
    margin-top: 80px;
}
#Body .sidebar .widget .widgetSlider .owl-carousel a i {
    display: block;
    font-size: 35px;
    margin-top: -35px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#Body .sidebar .widget .widgetSlider .owl-carousel .owl-page span{
    background: #666;
    width: 25px;
    border-radius: 2px;
    margin: 5px 5px 0px 5px;

}
#Body .sidebar .widget-feed {
    overflow: hidden;
}
#Body .sidebar .widget-feed .facebook-likes {
    background: #4b9bdf;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 30px;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #fff;
    line-height: 80px;
    display: block;
}
#Body .sidebar .widget-feed .facebook-likes i {
    display: block;
    font-size: 35px;
    position: relative;
    top: 20px;
}
#Body .sidebar .widget-feed .facebook-likes span {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 23px;
    text-transform: uppercase;
}
#Body .sidebar .widget-feed .twitter-followers {
    background: #4bd6df;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 30px;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #fff;
    line-height: 80px;
    display: block;
}
#Body .sidebar .widget-feed .twitter-followers i {
    display: block;
    font-size: 35px;
    position: relative;
    top: 20px;
}
#Body .sidebar .widget-feed .twitter-followers span {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 23px;
    text-transform: uppercase;
}
#Body .sidebar .widget-feed .youtube-sub {
    background: #df4b4b;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 30px;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #fff;
    line-height: 80px;
    display: block;
}
#Body .sidebar .widget-feed .youtube-sub i {
    display: block;
    font-size: 35px;
    position: relative;
    top: 20px;
}
#Body .sidebar .widget-feed .youtube-sub span {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 23px;
    text-transform: uppercase;
}
#Body .sidebar .widget-feed .instagram-followers {
    background: #41629a;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 30px;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #fff;
    line-height: 80px;
    display: block;
}
#Body .sidebar .widget-feed .instagram-followers i {
    display: block;
    font-size: 35px;
    position: relative;
    top: 20px;
}
#Body .sidebar .widget-feed .instagram-followers span {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 23px;
    text-transform: uppercase;
}
/*porfolio page*/
#Body .portfolioPage {
    margin: 0px 0px 0px 0px;
    text-align: center;
}
#Body .portfolioPage .portfolio-content .mix {
    display: none;
}
#Body .portfolioPage .portfolio-content .work {
    overflow: hidden;
    height: 200px;
    margin-bottom: 30px;
}
#Body .portfolioPage .portfolio-content .work img {
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 4px;
}
#Body .portfolioPage .portfolio-content .work a {
    background: none;
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 500px;
    margin-top: -200px;
    position: relative;
    z-index: 200;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#Body .portfolioPage .portfolio-content .work a:hover {
    background: rgba(0,0,0,0.55);
    line-height: 125px;
}
#Body .portfolioPage .portfolio-content .work a:hover i {
    margin-top: 80px;
}
#Body .portfolioPage .portfolio-content .work a i {
    display: block;
    font-size: 35px;
    margin-top: -35px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#Body .portfolioPage .btn-group {
    margin-bottom: 30px;
}
#Body .portfolioPage .btn-group .btn {
    font-family: 'Abel';
    font-size: 21px;
    font-weight: normal;
    text-transform: uppercase;
    color: #666;
}
#Body .portfolioPage .btn-group .btn.active {
    background: #ff7f66;
    border-color: #ff7f66;
    color: #fff;
}
#Body .col-lg-12.content .portfolioPage .portfolio-content .col-md-4 .work, #Body .col-lg-12.content .portfolioPage .portfolio-content .col-md-4 .work img, #Body .col-lg-12.content .portfolioPage .portfolio-content .col-md-4 .work a {
    height: 300px;
}
#Body .col-lg-12.content .portfolioPage .portfolio-content .col-md-4 .work a {
    margin-top: -300px;
    line-height: 650px;
}
#Body .col-lg-12.content .portfolioPage .portfolio-content .col-md-4 .work a:hover {
    background: rgba(0,0,0,0.55);
    line-height: 150px;
}
#Body .col-lg-12.content .portfolioPage .portfolio-content .col-md-4 .work a:hover i {
    margin-top: 140px;
}
#Body .col-lg-12.content .portfolioPage .portfolio-content .col-md-6 .work, #Body .col-lg-12.content .portfolioPage .portfolio-content .col-md-6 .work img, #Body .col-lg-12.content .portfolioPage .portfolio-content .col-md-6 .work a {
    height: 400px;
}
#Body .col-lg-12.content .portfolioPage .portfolio-content .col-md-6 .work a {
    margin-top: -400px;
    line-height: 850px;
}
#Body .col-lg-12.content .portfolioPage .portfolio-content .col-md-6 .work a:hover {
    background: rgba(0,0,0,0.55);
    line-height: 300px;
}
#Body .col-lg-12.content .portfolioPage .portfolio-content .col-md-6 .work a:hover i {
    margin-top: 170px;
}
/*single blog*/
#Blog .content .singleBlog {
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    border-radius: 5px;
    font-family: 'Abel';
    padding: 15px;
    margin-bottom: 30px;
    padding-bottom: 75px;
    overflow: hidden;
    position: relative;
}
#Blog .content .singleBlog .title h2 {
    font-size: 27px;
    font-family: 'Abel';
    font-weight: 300;
    text-indent: 15px;
    text-transform: capitalize;
    line-height: 42px;
    color: #555;
}
#Blog .content .singleBlog .title span.format {
    background: #ff7f66;
    width: 50px;
    height: 45px;
    display: block;
    border-radius: 3px;
    float: left;
    line-height: 45px;
    font-size: 25px;
    color: #fff;
    text-align: center;
}
#Blog .content .singleBlog .post_slideshow {
    width: 100%;
    height: 390px;
    direction: ltr;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 16px;
}
#Blog .content .singleBlog .post_slideshow img {
    width: 100%;
    height: 390px;
}
#Blog .content .singleBlog .post_slideshow .owl-controls {
    position: relative;
    top: -50px;
    z-index: 210;
}
#Blog .content .singleBlog .post_slideshow .owl-controls .owl-page  {
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    margin: 0px 5px;
    border-radius: 25pc;
    -moz-border-radius: 25pc;
    -webkit-border-radius: 25pc;
    -o-border-radius: 25pc;
}
#Blog .content .singleBlog .post_slideshow .owl-controls .owl-page span {
    background: none;
    opacity: 0;
    position: relative;
    top: 2px;
}
#Blog .content .singleBlog .post_slideshow .owl-controls .owl-page.active span {
    background: #fff;
    opacity: 1;

}
#Blog .content .singleBlog .post_video {
    width: 100%;
    height: 390px;
}
#Blog .content .singleBlog .post_video iframe {
    border: none;
    width: 100%;
    height: 390px;
    border-radius: 5px;
    overflow: hidden;
}
#Blog .content .singleBlog .single_details {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px;
    margin: 16px 0px 10px 0px;
}
#Blog .content .singleBlog .single_details li {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    font-family: 'Abel';
    text-transform: capitalize;
    color: #666;
}
#Blog .content .singleBlog .single_details li a {
    display: inline-block;
    margin-left: 2px;
    color: #555;
}
#Blog .content .singleBlog .single_details li a:hover {
    color: #ff7f66;
}
#Blog .content .singleBlog .single_content {
    margin: 0px;
}
#Blog .content .singleBlog .single_content p {
    margin-top: 0px;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    line-height: 30px;
    color: #555;
    font-weight: 300;
}
#Blog .content .singleBlog .single_bottom {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 12px;
    color: #777;
}
#Blog .content .singleBlog .single_bottom .tags {
    line-height: 40px;
    font-size: 16px;
}
#Blog .content .singleBlog .single_bottom .tags b {
    font-size: 21px;
}
#Blog .content .singleBlog .single_bottom .tags a {
    background: #aaa;
    color: #fff;
    border-radius: 2px;
    padding: 0px 7px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#Blog .content .singleBlog .single_bottom .tags a:hover {
    background: #ff7f66;
}