/**** Isotope Filtering ****/
.isotope-ready,
.isotope-ready.isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
    display: none;
}
.isotope-ready {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope-ready.isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

div.pf_image_wrapper {
    background: #000;
}
div.pf_image_wrapper img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
div.pf_image_wrapper figcaption::before,
div.pf_image_wrapper figcaption::after,
div.pf_image_wrapper .figcaption::before,
div.pf_image_wrapper .figcaption::after {
    position: absolute;
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
div.pf_image_wrapper figcaption::before,
div.pf_image_wrapper .figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
div.pf_image_wrapper figcaption::after,
div.pf_image_wrapper .figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
div.pf_image_wrapper h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    margin-bottom: 0;
    font-size: 18px;
}
div.pf_image_wrapper .figcaption p {
    padding: 8px 2.5em 0;
    padding-top: 0;
    opacity: 0;
    margin-top: 4px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
div.pf_image_wrapper:hover figcaption::before,
div.pf_image_wrapper:hover figcaption::after,
div.pf_image_wrapper:hover .figcaption::before,
div.pf_image_wrapper:hover .figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
div.pf_image_wrapper:hover h2,
div.pf_image_wrapper:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figcaption .pf_title_wrapper,
.figcaption .pf_title_wrapper {
    display: block;
    left: 0;
    margin-top: -32px;
    padding: 0 12%!important;
    position: absolute;
    top: 50%;
    width: 76%;
}
.pf_img_zoom:hover img {
    transform: scale(1.1);
    -webkit-transform: sscale(1.1);
    transition: all 0.3s ease-in-out 0s!important;
    -webkit-transition: all 0.3s ease-in-out 0s!important;
}
.pf_img_zoom img {
    transition: all 0.3s ease-in-out 0s!important;
    -webkit-transition: all 0.3s ease-in-out 0s!important;
}
.gray_scale_img img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    
    filter: gray;
    /* IE6-9 */
    
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
div.gray_scale_img:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}
/* Custom Title */
.panel-grid.fullwidth_title.no-panel-row-style {
    margin-bottom: 60px!important;
}
.no-panel-row-style.title_margin_bottom {
    margin-bottom: 0px!important;
}
.custom_title {
    clear: both;
    display: table;
    position: relative;
    width: 100%;
}
.title_border {
    margin: 0px 0 15px;
    display: block;
}
.kaya_title_left .title_line_left {
    float: left;
}
.kaya_title_left p {
    display: inline-block!important;
}
.kaya_title_right p {
    float: right;
}
.kaya_title_right .title_line_right {
    float: right
}
.custom_title p {
    color: #FFFFFF;
    display: table;
    margin: 0px auto 0;
    padding-bottom: 0;
}
.custom_title p:last-child {
    padding-bottom: 0!important;
}
.kaya_title_center {
    margin: 0px auto;
}
#content_section .custom_title h1,
#content_section .custom_title h2,
#content_section .custom_title h3 {
    margin-bottom: 0;
}
footer .custom_title {
    margin-bottom: 25px;
}
.title_container_border_top1 {
    background: none repeat scroll 0 0 #333;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    width: 40px;
    z-index: 9;
}
.title_container_border_top {
    height: 0px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -20px;
    width: 0px;
    z-index: 9;
    border-top: 22px solid transparent;
    border-bottom: 22px solid #000;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
}
.title_container_border_bottom {
    border-color: #00ff00 transparent transparent;
    border-style: solid;
    border-width: 22px 35px;
    bottom: -20px;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 9;
}
.row_img_separator.aligncenter img {
    margin: 0 auto;
}
.remove_margin_bottom {
    margin-bottom: 0 !important;
}
.custom_title.animated {
    animation-fill-mode: inherit;
}
/*-----------------------------------
Icon border
-----------------------------------*/
.icon_box_wrapper .description_box {
    padding: 60px 30px;
}
.iconbox_bg {
    line-height: 100%;
}
.iconbox_left .alignleft {
    margin-right: 20px;
    margin-bottom: 5px;
}
.iconbox_right .alignright {
    margin-left: 20px;
}
.iconbox_bg.aligncenter {
    display: table!important;
}
.iconbox .readmore_button {
    display: table;
    border-radius: 2px;
    text-align: center;
    margin: 0px auto;
    margin-top: 30px!important;
}
.iconbox .description {
    overflow: hidden!important;
    display: block;
}
.iconbox_center .description{
    margin-top: 20px;
}
.icon_box_wrapper p {
    padding-bottom: 0px;
}
/* .dropcap */
.iconbox p {
    margin-bottom: 0;
    padding-bottom: 0!important;
}
.iconbox_bg {
    -o-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.iconbox_bg {
    margin-bottom: 15px;
    color: #fff;
}
.iconbox_bg {
    border-radius: 100%;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}
.iconbox .description {
    color: #464847;
}
.iconbox .iconbox_bg.alignnone {
    margin: 0 0 25px;
    text-align: left;
}
.iconbox .description h3 {
    color: #fff;
}
.kaya-iconbox-parent:first-child {
    border: none;
}
.iconbox_left .alignleft {
    margin-right: 15px;
    margin-bottom: 5px;
}
.iconbox_right .alignright {
    margin-left: 15px;
}
.iconbox_left .readmore {
    float: left;
    margin-top: 20px;
}
.iconbox_right .readmore{
    float: right;
    margin-top: 20px;
}
.iconbox_none .readmore{
    margin-top: 20px;
}
.iconbox_center .readmore {
    margin: 20px auto 0;
    display: table;
}
.iconbox_bg > div {
    font-style: normal;
}
.iconbox_iconbg_conatiner > div,
.iconbox_iconbg_conatiner,
.iconbox_bg,
.iconbox_iconbg_conatiner img {
    -o-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.iconbox_bg.aligncenter {
    display: table!important;
}
.iconbox .description h3 {
    margin-bottom: 10px;
}
.iconbox .iconbox_icon_bg_scale {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
}
.iconbox:hover .iconbox_icon_bg_scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.kaya-fontawesome {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
/*Image boxes */
.image-boxes .aligncenter {
    display: table!important;
}
.widget_kaya-slider {
    opacity: 0;
}
#div_demo {
    width: 100%;
    display: block;
}
.image-boxes p:last-child {
    padding-bottom: 0;
}
.image-boxes .figure {
    margin-bottom: 0;
}
.figure.aligncenter {
    margin-bottom: 30px!important;
}
.figure.alignnone {
    margin-bottom: 30px;
}
.image-boxes .description {
    margin-bottom: 10px;
}
.image-boxes .description p {
    display: inline-block;
}
.image_box_none .description > h3 {
    padding-top: 10px!important;
    width: 80%;
}
.image_box_none .description >span {
    padding-top: 10px!important;
    display: table;
}
.image_box_center .description > h3 {
    float: none;
    width: auto;
    width: 100%!important;
}
.image_box_right .description > h3 {
    float: right!important;
    width: 80%;
    padding-top: 0px!important;
}
.footer_wrapper .image-boxes h3 {
    margin-bottom: 6px !important;
}
.image-boxes {
    overflow: hidden;
}
/* Callout Box */
.callout_box_wrapper {
    display: block;
    overflow: hidden;
    padding: 30px;
    text-align: left;
    position: relative;
}
.callout_box_wrapper h2 {
    color: #fff;
    margin-bottom: 15px;
    line-height: 100%;
}
.callout_box_style_1 .callout_box_content > h1,
.callout_box_style_1 .callout_box_content > h2,
.callout_box_style_1 .callout_box_content > h3,
.callout_box_style_1 .callout_box_content> h4,
.callout_box_style_1 .callout_box_content > h5,
.callout_box_style_1 .callout_box_content > h6 {
    margin-bottom: 0;
}
.callout_box_wrapper p {
    font-size: 1.3em;
    color: #a9a9a9;
    line-height: 1.5em;
}
.callout_button {
    color: #fff;
    padding: 6px 25px;
    width: auto!important;
    border-radius: 2px;
}
.callout_button:hover {

}
.callout_box_wrapper .three_fourth {
    margin-top: 6px;
}
.calout_bg_image {
    background-position: center center;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background-attachment: fixed;
}
.callout_box_content {
    position: relative;
}
/* Stle 2*/
.callout_box_style_2 {
    text-align: center!important;
}
.callout_button_1,
.callout_button_2 {
    display: inline-block;
    margin: 20px 10px auto;
    padding: 6px 25px;
    border-radius: 2px;
    -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;
}
.callout_button_1,
.callout_button_2,
.callout_button {
    position: relative;
    vertical-align: middle;
    z-index: 1;
    overflow: hidden;
}
.callout_button_1::before,
.callout_button_2::before,
.callout_button::before {
    content: "";
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.callout_button_2:hover::before,
.callout_button_1:hover::before,
.callout_button:hover::before {
    opacity: 1;
}
/* list box */
.custom_list_box ul {
    margin-left: 0 !important;
    margin-top: 15px;
    margin-bottom: 0!important;
}
.custom_list_box ul li {
    background-repeat: no-repeat;
    background-position: left 7px;
    background-repeat: no-repeat;
    list-style: none outside none;
    margin-left: 0;
    margin-bottom: 0px;
}
.custom_list_box ul li:last-child {
    padding-bottom: 0 !important;
}
/* Flickr */
.flickr_badge_image {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    overflow: hidden;
}
/* Info boxes */
.info_box.success {
    background-color: #EFFCEA;
    border: 1px solid #B8EDA7;
}
.info_box.info {
    background-color: #EEF6FC;
    border: 1px solid #B8DEFF;
}
.info_box.warning {
    background-color: #FFFEF1;
    border: 1px solid #F5E7B8;
}
.info_box.error {
    background-color: #FEF0F2;
    border: 1px solid #FFB8C0;
}
.info_box {
    padding: 15px 45px 15px 20px;
    position: relative;
}
.info_box .delete {
    cursor: pointer;
    padding-left: 14px;
    position: absolute;
    right: 20px;
}
.kaya_portfolio_widget_sliders {
    display: none;
}
.icon_position_right i {
    margin-left: 8px;
}
.icon_position_left i {
    margin-right: 8px;
}
.icon_position_top,
.icon_position_bottom {
    text-align: center;
}
/* Pricing Table 
----------------------------------- */
.pricing_table_wrapper {
    border: 1px solid rgba(204, 204, 204, .5);
    margin-top: 80px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.price_button a.read_more:hover {
    background-color: #999999 !important;
}
.pricing_table {
    text-align: center;
    position: relative;
    margin-right: 1px;
}
.pricing_table .price_wrapper {
    -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;
}
.price {
    padding:10px 0px;
}
.pricing_table h3 {
    border-bottom: 1px solid rgba(204, 204, 204, .3);
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}
.price h1 {
    color: #fff;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 0;
}
.price em {
    color: #fff;
    font-style: normal;
}
.pricing_table ul {
    margin:0px 0 0 0px!important;
    list-style: none!important;
}
.pricing_table ul li {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
    padding: 0;
    border-bottom: 1px solid rgba(204, 204, 204, .3);
    margin-right: 0px!important;
}
.pricing_table strong {
    color: #000;
}
.pricing_footer a {
    background: none repeat scroll 0 0 #f54325;
    border-radius: 2px;
    color: #ffffff!important;
    font-size: 13px;
    padding: 12px 30px;
    border-radius: 5px;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.pricing_table .price_wrapper {
    background: none repeat scroll 0 0 #262b27;
    color: #fff;
    display: table;
    margin: -67px auto 30px;
    overflow: hidden;
    padding: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 7px solid #fff;
}
.pricing_table_wrapper .price {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 80px;
    width: 80px;
}
.pricing_table .pricing_footer {
    padding: 30px 0px;
}
.pricing_table_wrapper:hover {
    background: none repeat scroll 0 0 #3d8d66;
    transition: all 0.7s ease 0s;
    color: #ffffff;
}
.pricing_table_wrapper:hover .pricing_table ul li,
.pricing_table_wrapper:hover .pricing_table strong {
    color: #ffffff;
    transition: all 0.7s ease 0s;
}
.pricing_table_wrapper:hover .pricing_footer a {
    background: #111;
    color: #ffffff;
    transition: all 0.7s ease 0s;
}
/* Info boxes */
.info_box.success {
    background-color: #EFFCEA;
    border: 1px solid #B8EDA7;
}
.info_box.info {
    background-color: #EEF6FC;
    border: 1px solid #B8DEFF;
}
.info_box.warning {
    background-color: #FFFEF1;
    border: 1px solid #F5E7B8;
}
.info_box.error {
    background-color: #FEF0F2;
    border: 1px solid #FFB8C0;
}
.info_box {
    padding: 15px 45px 15px 20px;
    position: relative;
}
.info_box .delete {
    cursor: pointer;
    margin-top: -4px;
    padding-left: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
}
/* Price Widget */
.price_list_box dt {
    background-color: rgba(204, 204, 204, 0.4);
    clear: both;
    margin-bottom: 1px;
    padding: 1% 2%;
    width: 80%;
}
.price_list_box dd {
    background-color: rgba(204, 204, 204, 0.3);
    clear: both;
    margin-bottom: 1px;
    padding: 1% 2%;
    width: 12%;
    display: inline-block;
}
.price_list_box dl {
    margin-bottom: 0;
    color: #fff;
}
.slider_bg_loading_img {
    display: block;
    width: 100%;
    background-repeat: no-repeat!important;
    background-position: center!important;
    position: absolute;
}
#gallery_widget_slider {
    visibility: hidden;
}
.title_bottom_line {
    background: none repeat scroll 0 0 rgba(127, 127, 127, 0.6);
    display: block;
    height: 50px;
    margin: 10px auto 0;
    position: relative;
    text-align: center;
    width: 1px;
}
.title_bottom_line:after {
    bottom: -3px;
    color: rgba(127, 127, 127, 0.6);
    content: "";
    display: block;
    font-family: fontawesome;
    height: 10px;
    left: -14px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 27px;
}
/* Skill Set */
.skillbar {
    position: relative;
    display: block;
    margin-top: 65px;
    margin-bottom: 30px;
    width: 100%;
    background: none repeat scroll 0 0 rgba(204, 204, 204, .4);
    height: 10px;
    border-radius: 3px;
    -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;
}
.skillbar-title {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    color: #333333;
    font-size: 15px;
    left: 0;
    position: absolute;
    top: -35px;
    z-index: 2;
}
.skillbar-bar {
    background: none repeat scroll 0 0 #84bf4b;
    border-radius: 3px;
    height: 10px;
    width: 0;
}
.skill-bar-percent,
.skillbar-bar,
.skillbar_width {
    animation: 2s ease-in 0s normal none 1 running none;
    -webkit-animation: 2s ease-in 0s normal none 1 running none;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
}
.skill-bar-percent {
    background-color: #84bf4b;
    border-radius: 0;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    left: 0;
    line-height: 10px;
    padding: 0;
    position: absolute;
    top: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    width: 15px;
    z-index: 1;
    margin-left: -5px;
}
.skillbar_width {
    margin-left: -10px;
    position: absolute;
    top: -36px;
}
.skillbar:last-child {
    margin-bottom: 0;
}
/* counters */
.counters {
    text-align: center;
}
.counters i {
    border: 3px solid #333;
    border-radius: 100%;
    font-size: 32px;
    margin-bottom: 20px;
    padding: 20px;
    height: 32px;
    width: 32px;
    line-height: 32px;
}
.counters .timer.counter {
    font-size: 3.5em;
    margin-bottom: 10px;
    line-height: normal;
}
/* Flipping Boxes */
.flipping_box_wrapper {
    background: none repeat scroll 0 0 #9cbf00;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.front i {
    color: #fff;
    font-size: 128px;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.flip_content .front h3 {
    margin-top: 10px;
    margin-bottom: 0px;
}
.flip_content .bottom_border {
    display: block;
    height: 3px;
    margin: 15px auto 0;
    width: 30px;
}
.flipping_box_content {
    background: none repeat scroll 0 0 #000;
    height: 190px;
    padding: 30px;
}
.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flipping_box_wrapper.flip_box .flip_container {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip_container {
    margin: 0 auto;
    position: relative;
    font-size: .8em;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}
/* -- make sure to declare a default for every property that you want animated -- */
/* -- general styles, including Y axis rotation -- */
.flip_container .front {
    position: absolute;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    /* -- transition is the magic sauce for animation -- */
    
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.flip_container.flip_box .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip_container .back {
    position: absolute;
    top: 0;
    z-index: -800;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    /* -- transition is the magic sauce for animation -- */
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.flip_container.flip_box .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}
/* Row Separator */
.row_separator {
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
}
.row_separator.double_line {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 5px;
    margin: 0px auto;
}
.row_img_separator {
    display: table;
    margin: 0px auto;
}
.custom_title .row_img_separator {
    display: block!important;
}
.row_img_separator.alignright {
    margin-right: 0;
}
.row_img_separator.alignright img {
    float: right;
}
/* Player */
.blog_audo_player {
    background: none repeat scroll 0 0 rgba(204, 204, 204, 0.3);
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(204, 204, 204, .5)!important;
}
.mejs-container .mejs-controls .mejs-time span {
    color: #de4a4a;
}
.mejs-container .mejs-controls {
    background: none;
}
.blog_audo_player {
    background: none repeat scroll 0 0 rgba(204, 204, 204, 0.3);
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}
.mejs-container {
    width: 92%!important;
    background: none;
    margin: 0px auto
}
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #de4a4a;
    border-radius: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
    display: none!important;
}
/* Pie Cahrt Skill Set
------------------------------------------------------*/
.easyPieChart {
    position: relative;
    text-align: center;
    font-size: 4.5em;
}
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
    border: none!important;
}
.chart {
    color: #333;
    display: table;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    clear: both!important;
}
.chart .label {
    margin-bottom: 10px;
}
.skills {
    bottom: 0;
    height: 160px;
    line-height: 160px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 160px;
    text-align: center;
    display: inline-block;
}
.chart,
.chart h3 {
    margin-bottom: 25px;
}
.circle_icon {
    font-size: 36px;
    left: 0;
    line-height: 100%;
    margin: -24px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}
.chart_wrapper > p {
    text-align: center;
}
.chart_percentage {
    font-weight: 500;
    font-size: 36px;
}
/* Gallery Images */
.gallery_with_sapce{
    width: 101%;
}
.gallery_image_wrapper ul {
    display: block;
    margin: 0 !important;
}
.gallery_with_sapce .gallery-images {
    width: 102.8%!important;
}
.gallery_with_sapce.gallery_image_wrapper.gallery_list_images {
    width: 100%!important;
}
.gallery_image_wrapper ul li {
    float: left;
    list-style: none outside none;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.gallery_no_space.gallery_image_columns_4 ul li {
    width: 25%;
     margin-right: 0px!important;
    margin-bottom: 0px!important;
}
.gallery_no_space.gallery_image_columns_3 ul li {
    width:33.31%;
    margin-right: 0px!important;
    margin-bottom: 0px!important;
}
.gallery_no_space.gallery_image_columns_2 ul li {
    width: 50%;
    margin-right: 0px!important;
    margin-bottom: 0px!important;
}
.gallery_with_sapce.gallery_image_columns_4 ul li {
    width: 22.7%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    overflow: hidden;
}
.gallery_with_sapce.gallery_image_columns_3 ul li {
    width: 30.9%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}
.gallery_with_sapce.gallery_image_columns_2 ul li {
    width: 47.1%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}
.gallery_with_sapce.gallery_image_columns_1 ul li {
    width: 100%;
    margin-bottom: 1.5%;
}
.gallery_image_wrapper ul li img,
.gallery_image_wrapper .image_gallery_slider img {
    -o-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    overflow: hidden;
}
.gallery_image_wrapper.img_zoom_hover ul li:hover img,
.gallery_image_wrapper.img_zoom_hover .image_gallery_slider:hover img {
    -o-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    overflow: hidden;
}
.gallery_caption {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    left: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: center;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.gallery_with_sapce .gallery_caption.image_bottom {
    margin: 0px!important;
}
.fixed_on_image {
    bottom: 0;
}
.mouse_over_on_image {
    bottom: -100%;
}
.gallery_caption.image_bottom {
    display: block;
    position: relative !important;
    background: none;
    color: #333;
}
.gallery_list_images ul li {
    clear: both;
    display: block;
    float: none !important;
    margin-top: 20px !important;
    overflow: hidden;
}
.gallery_with_sapce .image_gallery_slider {
    overflow: hidden;
}
.image_gallery_slider img {
    margin: 0px auto;
}
.image_gallery_slider .image_hover_bg_color {
    left: 0;
    right: 0;
}
.image_hover_bg_color {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    margin: 0px auto;
    display: none;
}
.custom_text {
    width: 100%;
}
.custon_text_bottom {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.custon_text_bottom > div {
    position: relative!important;
}
.gallery_caption p:last-child {
    padding-bottom: 0;
}
/* Button Widget 
------------------------------------------------------*/
.widget_button {
    padding: 7px 20px;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    overflow: hidden;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.alignleft {
    float: left;
    margin: 0 20px 15px 0;
    width: auto;
}
.aligncenter {
    display: block;
    margin: 0 auto 20px;
    width: auto;
}
.alignnone {
    margin-bottom: 15px;
    width: auto;
}
.widget_button i {
    margin-right: 8px;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.button_wrapper_center {
    text-align: center;
}
.button_wrapper_center .aligncenter {
    display: inline-block!important;
}
/*contact form*/
.contact_loader {
    margin-left: 10px;
    visibility: hidden;
    display: inline-block!important;
}
#contact-form .success {
    margin-bottom: 10px;
}
#contact-form i {
    font-size: 16px;
    margin-top: 12px;
    position: absolute;
    right:0px;
    top: 0;
    color: #b6b6b6;
}
 #contact-form #contact_submit{
    cursor: pointer;
    border-radius: 5px;
 }
p.contact_button_wrapper{
    width: 10%;
}
#contact-form .fullwidth,
#contact-form .one_half,
#contact-form .one_half_last {
    position: relative;
}
/* Image With Text Box */
.image_overlay_content {
    overflow: hidden;
    display: block;
}
.image_overlay_content .figure {
    display: block;
    overflow: hidden;
    position: relative;
}
.overlay_content {
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: center;
}
.vertical_align_bottom {
    bottom: 0%;
}
.vertical_align_top {
    top: 0%;
}
.vertical_align_middle {
    top: 50%;
}
.image_overlay_content:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: all 0.3s ease-in-out 0s!important;
    -webkit-transition: all 0.3s ease-in-out 0s!important;
}
.image_overlay_content img {
    transition: all 0.3s ease-in-out 0s!important;
    -webkit-transition: all 0.3s ease-in-out 0s!important;
}
/*blog*/
.blog_post_title {
    margin-top: 5px;
}
.post_info > p {
    padding-bottom: 0;
}
.metabox span i{
    font-size: 18px;
    margin-right:5px;
}
.metabox span{
    margin-right: 25px;
}
.blog_img img {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px 3px 0 0;
}
.metabox {
background: none repeat scroll 0 0 rgba(204, 204, 204, 0.2);
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    bottom: 0;
    padding:1.2%;
    position: relative;
    width: 97.8%;
    border-radius: 3px;
}
.readmore.blog_read_more {
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
}
/* end */
.panel-row-style {
    position: relative;
}
/* Page builder */
.panel-row-style.parallax {
    background-attachment: fixed;
}
/*only for webkit  browsers*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .panel-row-style.parallax {
        background-attachment: scroll!important;
    }
}