/*Active class start*/
.panel-heading .accordion-toggle.active,
.panel-heading .accordion-toggle.active i,
.accordion-heading .accordion-toggle.active,
.accordion-heading .accordion-toggle.active i,
.default-callout-box,
.cap-default,
.progress-bar-default{
    color:#ffffff !important;
    background: #ff1e43 ;
}
.default-callout-box p{
    color: #ffffff;
}
/*CUST END*/

.flex-control-paging li a.flex-active{
    background: none repeat scroll 0 0 #ff1e43;
}
.quote-default .fa,
.simple .fa.default,
.service-item:hover .service-icon.simple .fa.black,
.simple .fa.black:hover,
.service-item:hover .service-icon.simple .fa.white,
.simple .fa.white:hover{
    color: #ff1e43 !important;
}
/*Active class end*/
a:active, a:hover {
    outline: 0 none;
}
/*For google map*/
.googlemaps img {
    max-width: 100000% !important;
}

.googlemaps {
    min-height:200px;
    max-width:100%;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #000;
}
/*Start iconbox shortcode*/
.color-default{
    color: #ff1e43;
}
.bgcolor-default
{
    background: #ff1e43;
}

.border-color-default{
    border-color: #ff1e43;
}

.color-white{
    color: #FFFFFF;
}
.border-color-white{
    border-color: #FFFFFF !important;
}
.bgcolor-white{
    background: #FFFFFF;
}

.color-black{
    color: #000000;
}
.bgcolor-black{
    background: #000000;
}
.border-color-black{
    border-color: #000000;
}


/*end iconbox shortcode*/


/*Accordian start */
.accordion {
    margin-bottom: 20px;
}
.panel{
    background: transparent;
}
.panel-default, .accordion-group {
    border: 1px solid #E5E5E5;
    border-radius: 0!important;
    margin-bottom: 2px;
}
.accordion-group .panel-heading{
    border-radius: 0;
    padding: 0;
}
.panel-heading, .accordion-heading {
    border-bottom: 0 none;
    position: relative;
}
.accordionize .accordion-toggle {
    background-color: #E9E9E9;
}
.panel-heading .accordion-toggle, .accordion-heading .accordion-toggle {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
}
.toggle .panel-default > .panel-heading{
    background-color: #fff;
}
.panel-body {
    border-top: 1px solid #E5E5E5;
    padding: 9px 15px;
}
.accordion-heading.accordionize .accordion-toggle.active span,
.accordion-heading.togglize .accordion-toggle.active span ,
.bottom-white{
    opacity: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
}
.accordion-heading.accordionize .accordion-toggle.active span + span,
.accordion-heading.togglize .accordion-toggle.active span + span {
    opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
}
.accordion-heading.accordionize .accordion-toggle.active span, .accordion-heading.togglize .accordion-toggle.active span {
    /*transform: rotate(180deg);*/
}
.accordion-heading.accordionize .accordion-toggle span, .accordion-heading.togglize .accordion-toggle span {
    font-size: 15px;
    margin: 0;
}
.accordion-heading.accordionize .fonticon-right span, .accordion-heading.togglize .fonticon-right span {
    right: 1%;
}
.accordion-heading.accordionize .accordion-toggle span, .accordion-heading.togglize .accordion-toggle span {
    line-height: 27px;
    position: absolute;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.accordion-toggle i{
    margin-right: 10px;
}
.right-black {
    background: url('../../images/all_new.png') no-repeat;
    background-position: -3px -36px;
    height: 15px;
    overflow: hidden;
    top: 33%;
    width: 15px;
}
.bottom-white {
    background: url('../../images/all_new.png') no-repeat;
    background-position: -21px -18px;
    height: 10px;
    overflow: hidden;
    top: 33%;
    width: 15px;
}
.close-white {
    background: url('../../images/all_new.png') no-repeat;
    background-position: -21px -0px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
}
.close-black {
    background: url('../../images/all_new.png') no-repeat;
    background-position: -3px -0px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
}
/*Accordian end */

/*start Alerts shortcode*/
.alert {
    border: 1px solid #FBEED5;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 12px 35px 12px 14px;
}
.alert, .alert-warning {
    background-color: #FCF8E3;
    color: #C09853;
}
.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}
.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}
.alert-warning-white {
    background-color: #F3A600;
    border: 1px solid #F3A600 !important;
    color: #FFFFFF !important;
}
.alert-info-white {
    background-color: #549BD8;
    border-color: #549BD8;
    color: #FFFFFF;
}
.alert-danger-white, .alert-error-white {
    background-color: #E44C4C;
    border-color: #E44C4C;
    color: #FFFFFF;
}
.alert-success-white {
    background-color: #71B05E;
    border-color: #71B05E;
    color: #FFFFFF;
}
.close {
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
}
.alert .close {
    line-height: 27px;
    position: relative;
    right: -21px;
    /*top: -2px;*/
}
/*end Alerts shortcode*/


/*start Divider shortcode*/
.divider-line {
    display: block;
    text-align: center;
    line-height: 1em;
    margin: 20px 0;
    width: 100%;
    margin-left:0 !important;
    position:relative;
}
.divider-line-text{
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 15px !important;
    font-size:20px;
    vertical-align :super !important;
    margin-top: -7px !important;
    top:-8px;
}
.divider-line.thin-solid .divider-line-text{
    margin-top: 4px !important;
}
.divider-line .divider-black {
    border-top: 1px solid #000000;
    margin: 0 auto;
    width: 15%;
}
.divider-line .divider-white {
    border-top: 1px solid #ffffff;
    margin: 0 auto;
    width: 15%;
}
.divider-line .divider-default {
    border-top: 1px solid #ff1e43;
    margin: 0 auto;
    width: 15%;
}
@media screen and (max-width: 768px) {
    .gm-style .gm-style-iw {
        font-size: 17px !important;
    }
    .callout .btn_container{
        float: left !important;
        text-align: center !important;
    }

    .callout-button
    {
        float: none !important;
    }
}
@media screen and (max-width: 480px) {
    .gm-style .gm-style-iw {
        font-size: 17px !important;
    }
    .callout .btn_container{
        float: left !important;
        text-align: center !important;
    }
    .callout-button
    {
        float: none !important;
    }
}
/*end Divider shortcode*/

/*Call out Action box*/
.content-box{
    display: block;
    margin: 20px 0;
    padding: 15px 20px;
}
.callout{
    display: table;
    width: 100%;
}
.callout-button{
    float: right;
}
/*iPad in portrait & landscape*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  { /* STYLES GO HERE */
    .callout-button{
        float: left;
    }
    .callout .btn_container{
        display: block;
    }
}
@media (max-width: 768px) {
    .callout-button{
        float: left;
    }
    .callout .btn_container{
        display: block;
    }
}
.callout .btn_container{
    float: none;
    vertical-align: middle;
    display: table-cell;
}
.callout .content_container{

}

.callout-button .btn{
    background: none;
    background-color: transparent;
}

.grey-callout-box
{
    color:#888888;
    background: #F0F0F0 ;
}

.black-callout-box
{
    color:#ffffff;
    background: #000000 ;
}

.content-box i{
    margin-right: 10px;
}
/*End Callout box*/


/*Button */
.btn{
    background-image: none;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: pre-wrap;
    color: #fff;
    border-radius: 0;
    line-height: 16px;
    font-size: 16px;
    padding: 15px 20px;
    margin:2px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.alignright {
    float: right;
}
.alignleft {
    float: left !important;
}
.btn:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.btn .fa{
    margin-right: 10px;
    line-height: 15px;
}
.btn-xs .fa{
    line-height: 10px;
}
.btn-xs {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 14px;
}
.btn-sm {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 15px;
}
.btn-lg .fa{
    line-height: 10px;
}
.btn-lg {
    font-size: 16px;
    line-height: 16px;
    padding: 18px 18px;
}
.btn-black{
    border: #000000 1px solid;
    background-color: #000000 ;
    color: #ffffff !important;
}

.btn-black-bordered, .btn-black:hover{
    border: #000000 1px solid;
    color: #000000 !important;
    background-color: #FFFFFF;
}
.btn-black-bordered:hover{
    color: #ffffff !important;
    background: #000000;
}
.btn-white-bordered:hover{
    color: #000000 !important;
    background: #FFFFFF;
}
.btn-white{
    background-color: #FFFFFF ;
    border: #FFFFFF 1px solid;
    color: #000000 !important;
}
.btn-white-bordered, .btn-white:hover{
    border: #FFFFFF 1px solid;
    color: #FFFFFF !important;
    background-color: transparent ;
}
.btn-default:after{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ff1e43;
}
.btn-default-bordered:hover:after {
    background: none repeat scroll 0 0 #ff1e43;
    height: 100%;
}
.btn-default-bordered:hover{
    color: #ffffff !important;
}
.btn-default{
    background-color: #ff1e43 ;
    border: #ff1e43 1px solid;
    color: #ffffff;
}
.btn-default-bordered, .btn-default:hover{
    border: #ff1e43 1px solid;
    color: #ff1e43;
    background-color: transparent ;
}
/*End buttons*/


/*start Dropcap, Highlight and Tooltip shortcode*/
.dropcap{
    display: inline-block;
    float: left;
    font-size: 36px;
    margin: 0px 8px 2px 0;
    width:60px;
    height:60px;
    font-weight:bold;
    line-height:60px;
    text-align:center;
}

.cap-black{
    background-color:#000000;
    color: #ffffff;
}
.cap-white{
    color:#000000;
    background-color: #ffffff;
}

.tooltip-wrapper{
    /*float:left;*/
    display: inline-block;
    vertical-align: text-bottom;
    margin-right:2px;
}
.tooltip-inner {
    border-radius:0 !important;
    padding : 15px 15px !important;
    font-size: 14px;
}
.tooltip-wrapper .highlight{
    float: left;
}
/*end Dropcap, Highlight and Tooltip shortcode*/

/*start Pricing table shortcode*/
.pricing-table-container{
    padding: 20px 0;
}
.pricing-table{
    border: 1px solid #E6E6E6;
    box-shadow: none;
    position: relative;
    text-decoration: none;
    text-align: center;
    width:100%;
}
.pricing-table-col{
    margin-top: 60px;
}
.pricing-table-col.inactive:hover .pricing-price{
    background: #ff1e43;
    color: #FFFFFF;
}
.pricing-table-col.active .pricing-title{
    background: #ff1e43;
}
.pricing-title{
    background: #000000;
    text-align:center;
    padding:45px 0 10px;
    margin:0;
    color: #FFFFFF;
}
.pricing-title h3{
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
}
.pricing-price .currency{
}
.pricing-container{
    position: absolute;
    top: -60px;
    text-align: center;
    width: 100%;
}
.pricing-price{
    background: #F6F6F6;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 30px;
    padding:20px 25px;
    /*border-bottom:1px solid #E6E6E6;*/
    word-break: break-all;
    /*margin-bottom: 30px;*/
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.pricing-price .period{
    font-size:12px;
    font-weight: normal;
    display: block;
}
.pricing-table .pricing-table-body ul{
    padding: 15px 0;
}
.pricing-table .pricing-table-body ul li:last-child:after{
    content: none;
}
.pricing-table .pricing-table-body li:after{
    border-top: 1px dotted #6d6d6d;
    content: "";
    left: 5%;
    margin-top: 15px;
    position: relative;
    width: 90%;
    display: block;
}
.pricing-table .pricing-table-body li{
    list-style:none;
    padding:10px 0 0;
}

.pricing-table .pricing-table-body li{
    color: #6d6d6d;
}
.pricing-table-footer{
    /*border-top:1px solid #E6E6E6;*/
    padding:20px 0 40px;
}
.pricing-table .btn-lg{
    font-size:15px;
}
.list-unstyled{margin:0;}

.pricing-table-col.active .pricing-table{
    background: #f4f4f4;
}
.pricing-table-col.active .pricing-title:after{

}
.pricing-table-col.active .pricing-table-body li{

}
.pricing-table-footer{

}
/*Responsive for pricing table*/
@media (max-width: 767px) {
    .pricing-table-container {
        border: none;
    }
    .pricing-table {
        border: none;
    }
}
/*end Pricing table shortcode*/


/*start Blockquote shortcode*/
blockquote, .blockquote{
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    cursor: pointer;
    padding: 20px;
    color:#8A8A8A;
    font-style: italic;
    font-size: 20px;
}
.blockquote .fa
{
    font-size: 36px;
}
.blockquote.quote-black{
    color: #000000;
}
.quote-black .fa{
    color: #000000 !important;
}
.quote-white .fa, .quote-white{
    color: #ffffff !important;
}
.quote-user{
    font-weight: bold;
    margin-top:15px;
    font-size: 16px;
}
.blockquote.left .content{
    display: table-cell;
    padding-left: 25px;
}
.blockquote.left{
    display: table;
}
.blockquote .fa-left{
    display: table-cell;
    vertical-align: top;
}
.blockquote.center .fa{
    margin-bottom: 20px;
}
.blockquote.center{
    text-align: center;
}

.blockquote.left{
    text-align: left;
}
.quote-box .quote-icon, .quote-box .quote-icon:hover{
    color:#fff;
    border-radius:99px;
}
.quote-box .quote-icon.square{
    border-radius:0px;
}
.quote-box p{
    font-size:20px;
    margin:15px 0;
}
.quote-user-designation{
    color:#8A8A8A;
    font-size: 13px;
    font-weight: bold;
}
.quote-user{
    font-weight: bold;
}
.blockquote.right{
    border-width: 1px 5px 1px 1px;
    border-left-color: #E6E6E6;
}
/*end Blockquote shortcode*/


/*start Tab shortcode*/
.nav-tabs > li > a{
    background-color: #EBEBEB;
    border: 1px solid #DDDDDD;
    color: #555555;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius:0 !important;
    width:100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.nav-tabs {
    border-bottom: 0px;
}
.nav > li > a:hover, .nav > li > a:focus{
    background-color: #EBEBEB;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
    background-color: #EBEBEB;
}
.nav > .menu-item > a:hover, .nav > li > a:focus{
    background-color: inherit !important;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
    background-color: #EBEBEB !important;
}
.tabs-left > .nav-tabs {
    float: left;
    margin-right: -1px;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    border-color: #DDDDDD rgba(0, 0, 0, 0) #DDDDDD #DDDDDD;
}
.tabs-right > .nav-tabs {
    border-left: 1px solid #DDDDDD;
    float: right;
    margin-left: 0;
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
    border-color: #DDDDDD #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
}
.tabs-right > .nav-tabs > li > a {
    margin-left: -3px;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    margin-bottom: 0;
    margin-right: 0;
    min-width: 44px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus{
    background-color: #fff !important;
    border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
}
.nav-tabs > li > a, .nav-pills > li > a {
    line-height: 14px;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
}
.nav-tabs > li {
    margin-bottom: -7px;
}
.tabs-below > .nav-tabs > li {
    margin-bottom: 0;
    margin-top: -2px;
}
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0 none;
}
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
    border-color: rgba(0, 0, 0, 0) #DDDDDD #DDDDDD;
}
.tabbable .tab-content {
    padding: 20px;
}
.tab-content {
    border: 1px solid #DDDDDD;
    overflow: auto;
}
.nav-tabs > li > a, .nav-pills > li > a{
    height: 3em !important;
    line-height: 3em !important;
}
.nav-pills > li > a{
    height: 2em !important;
    line-height: 27px !important;
}
.tabs-left ul.short-tab{width:auto;}
.tabs-left ul.short-tab li{width:100%;}
.tabs-left ul.short-tab li a{width:auto; word-wrap: break-word;width:100%;}

.tabs-left ul.short-tab > li > a {
    min-height: 2em !important;
    height: auto !important;
}
/*end Tab shortcode*/


/*start progress bar shortcode*/
.progress{
    background: #D1D1D1;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
    overflow: visible;
    height: 6px;
}
.progress .progress-bar{
    border-radius: 4px;
}
.progress .progress-bar.sec-ease-in-out {
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.progress .progress-bar:after{
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 50%;
    content: "";
    float: right;
    height: 20px;
    margin-top: -6px;
    width: 20px;
    margin-right: 0;
}
.progress-bar-default:after{
    border: 3px solid #ff1e43;
}
.progress-bar-white:after{
    border: 3px solid #ffffff
}
.progress-bar-black:after{
    border: 3px solid #000000
}
.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
.progress-detail
{
    width: 100%;
    display: inline-block;
}
.progress-bar-black
{
    color:#ffffff;
    background: #000000 ;
}

.progress-bar-white
{
    color:#000000;
    background: #ffffff ;
}
.donutcounter-item{display:inline-block;}

.donutcounter-wrap
{
    /*float: left;*/
    display: inline-block;
    margin: 10px;
}
/*end progress bar shortcode*/

/*start Service box shortcode*/

.service-box{
    clear:both;
}

.service-item .fa{
    font-size: 18px;
}

.alignicon-top .service-item{text-align: center;}


.service-icon.simple .fa.black,
.service-item:hover .service-icon.simple .fa.default
{
    color: #000000;
}
.service-icon.simple .fa.white{
    color: #ffffff;
}

.service-item.white{
    color:#ffffff !important;
}

/*.alignicon-top .service-content{margin-top:25px;}*/
.alignicon-left .square-mode .fa,
.alignicon-left .square-border-box .fa,
.alignicon-left .simple .fa{
    float: left;
    margin-right: 20px;
    margin-top: 0px;
}
.service-item{
    margin:10px 0;
}
.alignicon-left .service-content h4{
    margin-top:0;
}
.alignicon-left .service-content {
    text-align:justify;
    margin-left: 35px;
    display: table;
}
.alignicon-left .circle-mode-box .service-content,
.alignicon-left .background-mode-box .service-content {
    margin-left: 80px;
}

/*end Service box shortcode*/

/*Social Icon*/
.social-share.square-mode-box .fa
{
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 0;
    position: relative;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.social-share.square-border-box .fa
{
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 0;
    position: relative;
    text-align: center;
    height: 40px;
    width: 40px;
    border: 1px solid;
    line-height: 40px;
}

.social-share
{
    display: inline-block;
}

.social-share.simple .fa
{
    padding: 5px;
}
/*start Timeline shortcode*/

.timeline-container{
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
    overflow: hidden;
}

.timeline_img img{
    width: 100%;
    border: 10px solid #ffffff;
    box-sizing: border-box;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.timeline_img {
    overflow: hidden;
    cursor: pointer;
    display: block;
    position: relative;
    margin: 10px;
    border: 1px solid #dddddd;
}
.timeline_img .mask-description .content{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
.timeline-container:before {
    border-left: 1px solid #dddddd;
    bottom: 30px;
    content: "";
    left: 20%;
    position: absolute;
    top: 30px;
    z-index: -1;
}
.timeline_img:hover .display_details {
    display: inline-block;
}

.timeline-item .read-more:after{
    content: none;
}
.timeline-item .timeline-year {
    margin: 0 0 10px;
    color: #FFFFFF;
    display: block;
    width: 100%;
    font-size: 30px;
    font-family: 'Roboto-Medium', serif;
}
.timeline-title{
    margin: 0 0 10px;
}
.timeline-title a{
    color: #333333;
}

.timeline-item .divider-line{
    margin: 5px 0;
}
.timeline-item{
    margin: 10px 0;
    padding: 0;
}
.timeline-item .timeline_img:hover .display_details{
    /*-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);*/
}
.timeline-item .mask-description:after{
    opacity: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;

    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.timeline-item .timeline_img:hover  .mask-description:after{
    opacity: 0.66;
    filter:alpha(opacity=66);
    -moz-opacity:0.66;
    -khtml-opacity: 0.66;
}
.timeline-item .timeline_img .display_details{
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    /*-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);*/

}

.timeline-item .timeline_img {
    position: relative;
}
.timeline-item .timeline_img:hover .mask-description{

}
.timeline-item .mask-description{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 9px solid transparent;
    opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
}
.timeline-item .hover-layer {
    content:' ';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    color: white;
    display: table;

    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.timeline-item .square-mode-box .fa {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
/*end Timeline shortcode*/

/*Clent carousel start*/
.client-slider .flex-item img
{
    margin: 0 auto;
    text-align: center;
    width: auto !important;
}
.client-slider .flex-direction-nav {
    opacity: 0;
    visibility: hidden;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.client-slider:hover .flex-direction-nav {
    opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    visibility: visible;
}
.client-slider .flex-viewport{
    margin: 0 45px;
}
.client-slider.carousel li{
    margin: 0;
}
.client-slider .slides img{
    opacity: 0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
}

.client-slider .flex-direction-nav .flex-next{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    right: -15px;
}
.client-slider .flex-direction-nav .flex-prev{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -15px;
}

.client-slider .flex-direction-nav a{
    margin-top: -25px;
    top: 50%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.client-slider .flex-direction-nav .fa{
    line-height: 46px;
}
.flexslider{
    border: none !important;
    box-shadow:none;
    background: none;
}
.slider_testimonial .border-div{
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    color: #666666;
    font-size: 18px;
    list-style: none outside none;
    padding: 20px !important;
}
.slider_testimonial .client-info,
.client-detail-info.bottom .client-info
{
    float: left;
    display: inline-block;
    margin: 20px;
}
.slider_testimonial .client-details,
.client-detail-info.bottom .client-details{
    display: inline-block;
    float: left;
}
.slider_testimonial .border-div-arrow {
    background-image: url("../../images/testimonialsArrow.png");
    bottom: 1px;
    height: 20px;
    left: 25px;
    position: relative;
    width: 18px;
}
.client-position , .client-company{
    font-style:  italic;
    color: #9a9a9a;
}
.client-name {
    font-size: 16px;
}
/*Clent carousel end*/


/*Testimonial start*/
/*.slider_testimonial .flex-control-nav
{
    position: relative;
    bottom: 0;
}*/

.slider_testimonial .flex-control-paging li a{
    width: 25px;
    height: 8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.slider_testimonial{
    clear: both;
}

.testimonial-list{
    list-style: none;
    padding-left: 0;
}
.carousel .testimonial-list > li{
    margin-left: 0;
    padding-top: 20px;
}
.testimonial-list.slides{
    margin: 0 10px;
}
.testimonial-list .img-container-left{
    display: inline-block;
    float: left;
    min-width: 100px;
}
.testimonial-list > li{
    display: inline-block;
    float: left;
    /*clear: both;*/
    margin: 20px 0;
}
.testimonial-inner .fa{
    margin-right: 10px;
}
.testimonial-inner img{
    width:85px !important;
    height:85px !important;
    min-width :85px;
    border-radius: 50%;
}
.client-info{
    margin-top:10px;
}
.client-say{
    font-style: italic;
    margin-top:10px;
}

.client-info.text-left .client-say{
    margin-top: 0;
}

.slider_testimonial .flex-control-nav li{
    float: right;
}
.slider_testimonial .flex-control-nav {
    top: 0;
}

.client-detail-info.left .client-info
{
    margin-top: 0;
    padding-left: 30px;
    display: table-cell;
}
.client-detail-info.left
{
    display: inline-flex;
}

.testimonial-list .testimonial-item
{
    width: 100%;
}
/*Testimonial end*/


/*For slider*/
.sl-slider-wrapper-shortcode {
    width: 100%;
    height: 535px;
    overflow: hidden;
    position: relative;
}

.sl-slider-wrapper-shortcode .sl-slide-inner {
    display: table;
}

.sl-slider-wrapper-shortcode .sl-slider .slider-post-content p {
    /*color: inherit;*/
    font-size: inherit;
}

.sl-slider-wrapper-shortcode .sl-slider .slider-post-content {
    display: table-cell;
    color: inherit;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 10%;
    top: 0;
    vertical-align: middle  !important;
    text-align: inherit;
}

/*Section*/
.full-section .row-fluid
{
    display: table-cell;
    margin: auto;
    /*text-align: center;*/
    vertical-align: middle;
}

.full-section
{
    display: table;
    margin: auto;
    /*text-align: center;*/
    width: 100%;
    clear: both;
}



/*start Team box shortcode*/
.staff-column
{
    display: block;
    float: left;
    padding-top: 10px;
    width: 100%;
}
.person{
    text-align:center;
    margin:5px 0;
    position: relative;
    /*overflow: hidden;*/
}
.team-position{
    font-size: 12px;
    text-transform: uppercase;
    /*border-bottom: 1px solid #EEEEEE;*/
    padding-bottom: 10px;


    color: #FFFFFF;
}

.no-image img{
    width:100%;
    position: relative;
}

.image-link img{
    width:100%;
}
.person-image:hover .staff-content{
    /*height: 140%;*/
    height: 120%;
    opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    pointer-events: auto;
}
.staff-content{
    backface-visibility: hidden;
    box-shadow: 0 0 0 0 #2c3f52;
    height: 100%;
    opacity: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    pointer-events: none;
    width: 100%;
    -webkit-transition: opacity 0.3s ease 0s, height 0.3s ease 0s, box-shadow 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, height 0.3s ease 0s, box-shadow 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, height 0.3s ease 0s, box-shadow 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, height 0.3s ease 0s, box-shadow 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, height 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
.staff-content-detail {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    /*height: 29%;*/
    /*height: auto;*/
    height: 15%;
    position: absolute;
    width: 100%;
}
.staff-content{
    height: 100%;
    opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 4;
    position: absolute;
    top: 0;
    width: 100%;
}
.content-layer{
    content:' ';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    color: #2d2d2d;
    opacity: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    display: table;

    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1;
}
.person-image:hover .content-layer{
    opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
}
.person-image .content-layer:after,
.person-image:hover .content-layer:after{
    background: none repeat scroll 0 0 #ff1e43;
    content: " ";
    height: 83.50%;
    left: 0;
    opacity: 0.66;
    filter:alpha(opacity=66);
    -moz-opacity:0.66;
    -khtml-opacity: 0.66;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.person-image .staff-content .content{
    border: 1px solid;
    display: table-cell;
    /*padding-top: 56%;*/
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.person-image:hover .staff-content .content{

}
.person:hover .staff-content,
.person:hover .display_details{
    /*display: block;*/

}
.person .theme-social-media li{
    list-style: none;
    display: inline-block;
}

.person .theme-social-media li .fa{
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 2px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.person .theme-social-media li .fa:hover{
    color: #000000 !important;
    background: #FFFFFF;
}
.person .staff-content h4 {
    margin-bottom: 5px;
    margin-top: 25px;
}
.person .staff-content h4 a{
    /*color: #333333;*/
    color: #FFFFFF;
}
.person .staff-content p
{
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.person-image {
    /*overflow: hidden;*/
    position: relative;
}

.person .image_link
{
    display: block;
    min-height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}
/*end Team box shortcode*/


/************* Icons ******************/

.square-mode-box .fa
{
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
    margin: 7px;
    padding: 0;
    position: relative;
    text-align: center;
    height: 54px;
    width: 54px;
    line-height: 54px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.square-mode-box .fa:after
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 0%;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.square-mode-box .fa:hover:after{
    z-index: 1;
}
.square-border-box .fa
{
    cursor: pointer;
    display: inline-block;
    margin: 7px;
    padding: 0;
    position: relative;
    text-align: center;
    height: 54px;
    width: 54px;
    border: 1px solid;
    line-height: 54px;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.simple .fa {
    margin: 7px;
}
.square-border-box .fa:after
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.square-mode-box .fa.black
{
    border: #000000 1px solid !important;
    color: #ffffff !important;
    background-color: #000000 ;
}

.square-border-box .fa.black:hover,
.service-item:hover .service-icon.square-border-box .fa.black,
.service-icon.square-border-box .fa.black:hover
{
    border: #000000 1px solid !important;
    color: #ffffff !important;
}

.service-item:hover .service-icon.square-mode-box .fa.black,
.square-border-box .fa.black,
.square-mode-box .fa.black:hover
{
    border: #000000 1px solid !important;
    color: #000000 !important;
    background-color: transparent;
}

.square-mode-box .fa.white {
    border: #ffffff 1px solid !important;
    color: #000000 !important;
    background-color: #ffffff;
}

.service-item:hover .service-icon.square-border-box .fa.white,
.square-border-box .fa.white:hover{
    border: #ffffff 1px solid !important;
    color: #000000 !important;
}

.service-item:hover .service-icon.square-mode-box .fa.white,
.square-border-box .fa.white,
.square-mode-box .fa.white:hover {
    border: #ffffff 1px solid !important;
    color: #ffffff !important;
    background-color: transparent;
}
.square-mode-box .fa.black:after{
    background: #000000;
    color: #ffffff !important;
}
.square-mode-box .fa.white:after{
    background: #ffffff;
    color: #000000 !important;
}
.square-mode-box .fa.default:after{
    background: #ffffff;
    color: #ff1e43 !important;
}
.service-item:hover .service-icon.square-border-box .fa.black,
.square-border-box .fa.black:hover
{
    background: #000000;
    color: #ffffff !important;
}
.service-item:hover .service-icon.square-border-box .fa.white:after,
.square-border-box .fa.white:hover:after
{
    background: #ffffff;
    color: #000000 !important;
}
.square-mode-box .fa.default{
    background-color: #ff1e43 ;
    color: #FFFFFF;
    border: #ff1e43 1px solid;
}
.square-mode-box .fa.default:after,
.service-item:hover .service-icon.square-border-box .fa.default:after{
    background-color: #ff1e43 ;
    color: #FFFFFF;
}

.service-item:hover .service-icon.square-border-box .fa.default,
.square-border-box .fa.default:hover {
    color: #FFFFFF;
    border: #ff1e43 1px solid;
}

.square-border-box .fa.default:hover {
    background: #ff1e43;
    color: #ffffff;
}
.service-item:hover .service-icon.square-mode-box .fa.default,
.square-mode-box .fa.default:hover,
.square-border-box .fa.default {
    border: #ff1e43 1px solid;
    color: #ff1e43;
    background-color: transparent ;
}

.service-item .circle-mode-box .fa {
    border: medium none !important;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 36px;
    height: 54px;
    line-height: 54px;
    width: 54px;
    margin: 7px;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 2;
    background: #f1f1f1;
    color: #333333;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.alignicon-top .service-item .circle-mode-box .fa {
    height: 120px;
    line-height: 120px;
    width: 120px;
}
.alignicon-top .service-item .square-mode .fa:hover{
    border: medium none !important;
}
.service-item .square-mode .fa {
    cursor: pointer;
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    position: relative;
    text-align: center;
    height: 75px;
    width: 75px;
    line-height: 75px;
    z-index: 2;
    border: medium none !important;
    background: #f1f1f1;
    color: #333333;
    font-size: 35px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.service-item .square-border-box .fa {
    font-size: 35px;
    cursor: pointer;
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    position: relative;
    text-align: center;
    height: 75px;
    width: 75px;
    line-height: 75px;
    z-index: 2;
    background: transparent;
    border: 1px solid;
    color: #333333;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.service-item .square-mode .fa :hover{
    border: medium none !important;
}
.service-item:hover .circle-mode-box .fa.default{
    background: #ff1e43;
    color: #FFFFFF;
}
.service-item:hover .circle-mode-box .fa.black{
    background: #000000;
    color: #FFFFFF;
}
.service-item:hover .circle-mode-box .fa.white{
    background: #FFFFFF;
    color: #000000;
}
.service-item:hover .service-icon.square-mode .fa.black{
    border: none !important;
    background: #000000;
    color: #FFFFFF;
}
.service-item:hover .service-icon.square-mode .fa.default{
    background: #ff1e43;
    color: #FFFFFF;
}
.service-item:hover .service-icon.square-mode .fa.default{
    background: #FFFFFF;
    color: #000000;
}
.service-item .timer-title{
    margin: 5px 0;
    font-weight: 700;
    font-size: 48px;
}
.service-item .timer-detail{
    text-transform: uppercase;
    font-size: 12px;
}

.img-section{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
/*End square box*/
@media only screen
and (min-width : 1600px) {
    .img-section{
        min-height: 50px;
    }
    #single_post .fullwidth-image-container{
        height: 700px;
    }
    .sl-slider-wrapper-post {
        height: 700px;
    }
}

.person .display_details .fa{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
/*******************************/

/*For Portfolio Slider*/
.portfolio-display-link{
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin: 5px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.portfolio-display-link:hover{
    background: #FFFFFF;
}
.portfolio-display-link:hover .fa{
    color: #000000;
}
.work-slider .flex-viewport{
    margin: 0 45px;
}
.work-slider .img-layer{
    position: relative;
    overflow: hidden;
}
.work-slider .cat-link {
    text-transform: uppercase;
    font-size: 12px;
}
.work-slider h4 {
    margin: 5px 0;
}
.work-slider .portfolio-bottom {
    display: block;
    float: left;
    padding: 15px 0 0;
    width: 100%;
}
.work-slider .flex-direction-nav .flex-prev{
    left: -15px;
}
.work-slider .flex-direction-nav .flex-next{
    right: -15px;
}
.work-slider.carousel li .carousal-element{
    margin: 0 15px;
}
.work-slider.carousel li{
    margin: 0;
    /*margin: 0 9px;*/
}
.work-slider .flex-direction-nav a{
    top: 35%;
}
.work-slider .dot-irecommendthis .dot-irecommendthis-count{
    display: none;
}
.work-slider .dot-irecommendthis:before{
    content: "\f004"!important;
}
@media (min-width: 768px) {
    .timeline-container:before {
        left: 11%;
    }
}
@media (min-width: 992px) {
    .timeline-container:before {
        left: 7%;
    }
}
@media (min-width: 1200px) {
    .timeline-container:before {
        left: 7%;
    }
}

.section-black-opacity{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}
.section-white-opacity{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}
.section-default-opacity{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #ff1e43;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}

/*Portfolio blocks  */
.blog-listbox .title{
    color: #333333;
}
.blog-listbox .date-block-container{
    position: absolute;
    left: 0;
}
.blog-listbox .date-block{
    border: 1px solid #B5B5B5;
    display: table;
    height: 75px;
    margin: 0 auto;
    width: 75px;
}
.blog-listbox .read-more{
    display: block;
    clear: left;
}
.blog-listbox .date-content span:first-child{
    font-size: 34px;
    line-height: 34px;
}
.blog-listbox .date-content span{
    display: block;
    font-size: 24px;
}
.blog-listbox .date-content{
    display: table-cell;
    vertical-align: middle;
    color: #B5B5B5;
}
.blog-listbox .no-image-wrapper{
    margin-left: 85px;
}
.no-image-wrapper .title{
    margin-bottom: 5px;
}
.no-image-wrapper .entry-content{
    margin-top: 0;
}
/*@media (max-width: 640px) {
    .blog-listbox .no-image-wrapper{
        margin-left: 0;
    }
}*/
