/*
Theme Name: MOFFA
Description: Responsive theme.
Version: 1.1
Author: PSG
License: GNU General Public License v2.0
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@import "css/custom-font.css";
/* For modern browsers */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: "Open Sans";
}
body{
    padding: 0;
    
    font-weight: 300;
    text-align: justify;
}
#wrapper{
    background: #f6f6f6;
}
section img{
    max-width: 100%;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 0;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom: 1;
}
a:focus{
    text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 0;
}
a{
    color: #333;
}
/* layout */

body {
    padding-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#page-banner{
    position: relative;
}
#page-banner .overlay-wrapper{
    background-color: #000000;
    background-repeat: repeat;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.full-header-wrapper .header-class {
    background: rgba(0,0,0,0.5);
}
header.nav-small .nav-container{
    margin-top: 10px;
}
header.sticky-header.nav-small #inner-header{
    border-bottom: 0 none;
    -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;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    background: transparent;
}
.navbar .nav {
    float: right;
}
.navbar .brand {
    margin-left: 0 !important;
}
/*.nav-collapse {
    margin-top: 15px;
}*/

.clear-both-desktop {
    clear: both;
}

.clear-both {
    clear: both;
}
.read-more,
.read-more:hover{
    font-size: 12px;
    text-transform: uppercase;
}
.read-more:after {
    content: "\f178";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding: 0 4px;
}
a:hover{
    text-decoration: none;
}
.min-height-zero {
    min-height: 0 !important;
}

/* header tag*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
    line-height: 40px;
}

h1 {
    font-size: 38.5px;
}

h2 {
    font-size: 31.5px;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}


/*start Custom classes for  margin, padding, color, background color, font-size, text alignment, hover*/

/* margin */

.margin-zero{
    margin: 0 !important;
}
.margin-tb5-lr0 {
    margin: 5px 0;
}

.margin-tb15-lr0 {
    margin: 15px 0;
}

.margin-tb0-lr5 {
    margin: 0 5px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-right5 {
    margin-right: 5px !important;
}

.margin-right10 {
    margin-right: 10px !important;
}

.margin-right20 {
    margin-right: 20px !important;
}

.margin-top-zero {
    margin-top: 0 !important;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}
.margin-bottom-min-50{
    margin-bottom: -50px !important;
}
.margin-bottom-min-60{
    margin-bottom: -60px !important;
}
.margin-bottom-min-70{
    margin-bottom: -70px !important;
}
.margin-left-zero {
    margin-left: 0 !important;
}

.margin-left5 {
    margin-left: 5px;
}

.margin-left15 {
    margin-left: 15px;
}

.margin-left10 {
    margin-left: 10px !important;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-left30 {
    margin-left: 30px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

/* padding */

.no-padding-top {
    padding-top: 0;
}

.padding10 {
    padding: 10px;
}

.padding-top-zero {
    padding-top: 0 !important;
}
.padding-zero {
    padding: 0 !important;
}

.padding-bottom-zero {
    padding-bottom: 0 !important;
}

.padding-left-zero {
    padding-left: 0 !important;
}

.padding-right-zero {
    padding-right: 0 !important;
}

.padding-top40 {
    padding-top: 40px;
}
.padding-top60 {
    padding-top: 60px !important;
}

.padding-top20 {
    padding-top: 20px;
}

.padding-bottom20 {
    padding-bottom: 20px;
}

.padding-tb20-lr10 {
    padding: 20px 10px;
}

.padding-tb10-lr0 {
    padding: 10px 0;
}

.padding-tb0-lr15 {
    padding: 0 15px;
}

.padding-tb20 {
    padding: 20px 0;
}

.padding-tb40 {
    padding: 40px 0;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #7d7b6d;
    font-weight: normal;
}

:-moz-placeholder {
    color: #7d7b6d;
    font-weight: normal;
}

::-moz-placeholder {
    color: #7d7b6d;
    font-weight: normal;
}

:-ms-input-placeholder {
    color: #7d7b6d;
    font-weight: normal;
}
/* color */


.color-white {
    color: #fff;
}

.color-grey {
    color: #8a8a8a;
}

.color-black {
    color: #000;
}

.color-lightgrey {
    color: #e6e6e6;
}

.color-dimgrey {
    color: #B5B5B5;
}

.color-dimwhite {
    color: #d4cade;
}

.color-darkgrey {
    color: #333;
}

.color-dgrey {
    color: #747474;
}

.color-purple {
    color: #8563A5;
}

.color-orange {
    color: #E24646;
}

.color-green {
    color: #7AAF1F;
}

.color-blue {
    color: #2AC5EE;
}

.color-pink {
    color: #DA265D;
}

.color-yellow {
    color: #E4B524;
}

.color-bottle-green {
    color: #15CF98;
}

.color-aqua {
    color: #9ADADA;
}

.color-brown {
    color: #C2B49A;
}

.color-emerald {
    color: #69dec9;
}

.color-light-green {
    color: #A3C95C;
}

.color-light-orange {
    color: #FFB141;
}


/* background-color */

.bgcolor-grey {
    background-color: #F4F4F4;
}

.bgcolor-darkgrey {
    background-color: #333 !important;
}

.bgcolor-greywhite {
    background-color: #F7F7F7 !important;
}

.bgcolor-coffe {
    background-color: #EBDEBA;
}

.bgcolor-purple {
    background-color: #8563A5;
}

.bgcolor-orange {
    background-color: #E24646;
}

.bgcolor-green {
    background-color: #7AAF1F;
}

.bgcolor-blue {
    background-color: #2AC5EE;
}

.bgcolor-pink {
    background-color: #DA265D;
}

.bgcolor-yellow {
    background-color: #E4B524;
}

.bgcolor-bottle-green {
    background-color: #15CF98;
}

.bgcolor-black {
    background-color: #333;
}

.bgcolor-aqua {
    background-color: #9ADADA;
}

.bgcolor-brown {
    background-color: #C2B49A;
}

.bgcolor-emerland {
    background-color: #69dec9;
}

.bgcolor-light-green {
    background-color: #A3C95C;
}

.bgcolor-light-orange {
    background-color: #FFB141;
}

/* font-size */

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font19 {
    font-size: 19px;
}

.font25 {
    font-size: 25px;
}

.font27 {
    font-size: 27px;
}

.font35 {
    font-size: 35px;
}

.font50 {
    font-size: 50px;
}

.font-italic {
    font-style: italic;
}

.font-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

.fonticon55 {
    height: 59px !important;
    line-height: 59px !important;
    width: 55px !important;
    font-size: 20px;
}

.fonticon45 {
    height: 45px !important;
    line-height: 45px !important;
    width: 40px !important;
    font-size: 20px;
}

.fonticon35 {
    height: 35px !important;
    line-height: 35px !important;
    width: 30px !important;
    font-size: 20px;
}

.fonticon30 {
    font-size: 30px;
    height: 74px !important;
    line-height: 74px !important;
    width: 74px !important;
}

.fonticon17 {
    font-size: 17px;
    height: 36px;
    line-height: 42px !important;
    width: 28px;
}

.border-none {
    border: none !important;
}

.round-image {
    border-radius: 60%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    overflow: hidden;
    /*by :drashti dt;8-4-2014*/;
}

.round-image img {
    border-radius: 60%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
}

.lineheight1 {
    line-height: 1 !important;
}

.lineheight15 {
    line-height: 1.5;
}

.lineheight16 {
    line-height: 1.6;
}

.lineheight18 {
    line-height: 1.8;
}

.height30 {
    height: 30px !important;
}

p {
    /*margin-bottom: 0 !important;*/
}

/* text-alignment */

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.alignleft {
    float: left !important;
}

.alignright {
    float: right !important;
}

.text-upper {
    text-transform: uppercase;
}

/*input text type common for all css*/
input[type=search],
input[type=text]{
    border: 1px solid #c9c9c9;
    border-radius: 0;
    color: #868686;
    margin: 5px 0;
    padding: 10px 15px;
}
/*end Custom classes for  margin, padding, color, background color, font-size, text alignment*/

/*#logo img {
    max-height: 40px;
    height: 40px;
}*/

section {
    padding-top: 40px;
}

#slider {
    padding-top: 0;
}

ul#slider {
    margin-left: 0;
}
/*Start Footer style*/

footer {
    background-color: #333;
    
    margin-top: 0px;
    clear: both;
}

.full-header-wrapper #footer-bottom {
    background: rgba(0,0,0,0.5);
}

footer .widget, .footer-bottom {
    padding: 0 15px;
}

.footer-widgets .widget-title {
    color: #fff;
    font-size: 19px;
}

.footer-widgets .textwidget,
.footer-widgets a {
    color: #ffffff;
    font-size: 14px;
}

.footer-widgets .textwidget, .footer-widgets .menu-footer-menu-container {
    padding: 10px 0;
}

.widget_nav_menu ul {
    list-style: none;
    margin-left: 0;
}
#footer-social-media  a {
    color: #747474;
}
.footer-widgets .widget.widget_recent_entries li{
    line-height: 2.5;
}
.footer-widgets .widget ul {
    list-style: square inside;
    color: #ffffff;
}
.footer-widgets .widget .menu li {
    list-style: square inside;
    line-height: 40px;
}
.footer-widgets li:last-child {
    border: 0;
}
.footer-widgets .widget_shopping_cart_content .total,
.woocommerce-page .footer-widgets ul.product_list_widget del .amount,
.woocommerce-page .footer-widgets ul.product_list_widget li > a{
    color: #FFffff;
}
.footer-widgets #wp-calendar tr,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td{
    color: #FFffff;
    text-align: center;
}
.footer-widgets #wp-calendar tfoot #prev{
    text-align: left;
}
.footer-widgets #wp-calendar tfoot #next{
    text-align: right;
}
/*
.footer-widgets li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    width: 1.2em;
    color: #747474;
    list-style: none;
}
*/
.custom-link li a {
    color: #747474;
}
.footer-widgets ul.themecafe-social-media li:before, .footer-widgets ul.themecafe-social-media li {
    content: none;
    border-bottom: 0;
    line-height: 27px;
}
.inline_tweets_ul li a {
    color: #fff;
    font-weight: bold;
}

.inline_tweets_ul {
    margin-left: 0;
    list-style: none;
}

.inline_tweets_ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #747474;
    line-height: 20px;
    margin-left: 1.2em;
    padding-bottom: 10px;
}

.inline_tweets_ul li:before {
    content: "\f099";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: -1.2em;
    width: 1.2em;
    color: #747474;
    list-style: none;
}

#footer-bottom {
    background-color: #3a3a3a;
    padding: 30px 0 30px 0;
    /*padding: 35px 0 30px 0;*/;
}

.footer-links ul {
    margin-left: 0;
}

.footer-links ul li:first-child {
    margin-left: 0;
}

.footer-links li {
    float: left;
    margin: 0 5px;
    list-style: none;
    font-size: 14px;
}

.footer-links li a {
    color: #fff;
}

.copyright-text {
    clear: both;
    font-size: 13px;
    margin-left: 0 !important;
    color: #B5B5B5;
}

.themecafe-social-media a:active,
.themecafe-social-media a:focus{
    color: #747474;
}
.themecafe-social-media a {
    color: #9a9a9a;
    line-height: 25px;
}
footer .themecafe-social-media a{
    line-height: 1;
}
footer i, #footer-social-media i {
    background-color: inherit !important;
    border: none;
}

.footer-social-wrapper .themecafe-social-media {
    float: right;
}

.themecafe-social-media {
    color: #939393;
    list-style: none;
}

.themecafe-social-media li {
    float: left;
}
@media (min-width: 767px) {
    .eq-height-row{
        display: table;
    }
    .eq-height-row .eq-height-col{
        float: none;
        display: table-cell;
        vertical-align: top;
    }
    .footer-widgets .footer-row {
        display: table;
        margin-bottom: 40px;
    }
    .footer-widgets .footer-col{
        float: none;
        display: table-cell;
        vertical-align: top;
        border:0;
        border-right: 1px solid transparent;
		  -moz-border-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) -40%, #848484 70%, rgba(0, 0, 0, 0) 100%) 1 1 1 1;
		  -webkit-border-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) -40%, #848484 70%, rgba(0, 0, 0, 0) 100%) 1 1 1 1;
		  border-image: linear-gradient(to top, rgba(0, 0, 0, 0) -40%, #848484 70%, rgba(0, 0, 0, 0) 100%) 1 1 1 1;
		  border-image-slice: 1;
    }
    .footer-widgets .footer-col:last-child{
        border: none;
    }
}

/*End Footer style*/
.nav-pills > li > a {
    background-color: #EEEEEE;
    color: #9A9A9A;
    margin-right: 5px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/*Portfolio image hover*/
#page-banner {
    padding-top: 0 !important;
}
#page-banner-img .container{
    display: table;
    height: 100%;
}
#page-banner-img {
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 360px;
    display: table;
    position: relative;
    text-align: center;
}
#banner-title {
    display: table-cell;
    height: 110px;
    vertical-align: middle;
}

#banner-title h2 span{
    padding: 10px;
    display: inline-block;
    border: 1px solid #ffffff;
}
#banner-title h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#banner-title h2 .banner-firstword{
    font-family: "Open Sans" !important;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    text-transform: capitalize;
    display: inline;
}

.mask-description h2, .mask-description .cat-link, .mask-description .cat-link a,
.mask-description p, .mask-description a, .mask-description a:hover, .mask-description a:focus{
    color: #fff;
    text-decoration: none;
}
/*end Portfolio style*/


/*start pagination style*/
.wp-prev-next ul {
    margin-left: 0;
}

.wp-prev-next .prev-link,
.wp-prev-next .next-link {
    list-style: none outside none;
    text-align: center;
}

.wp-prev-next a {
    background: none repeat scroll 0 0 #000000;
    font-size: 28px;
    padding: 0 12px 3px;
}

.wp-prev-next .prev-link {
    float: right;
}

.wp-prev-next .next-link {
    float: left;
}

.pagination-wrapper {
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    padding-top: 40px;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 16px;
    line-height: 14px;
    display: inline-block;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 12px 15px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}

.pagination a:last-child {
    margin-right: 0;
}

.pagination a:hover {
    background: #3279BB;
    color: #fff;
}

.pagination .current {
    background: #3279BB;
    color: #fff;
}
/*end pagination style*/

/*start Blog style*/
#main article img {
    height: auto;
    max-width: 100%;
}

#main article .gallery-image-item .image-link img {
    width: auto;
}

.single-post-format article,
.single-post-format .page-header,
.single-post-format .single-title {
    margin-top: 0px !important;
}

.single-post-format .post-description {
    margin: 5px 0;
}

.single-post-format .single-post-content-area {
    margin-top: 30px;
}

article .entry-content {
    color: #747474;
    font-size: 14px;
}
article .testimonial-designation{
    font-size: 14px;
    color: #747474;
    display: inline-block;
}
.single-tisya_client .post-thumb img {
    width: auto;
}

.post-password-required input[type="password"] {
    height: 27px;
}

.archive-page h3 {
    margin-top: 0;
}

.carousel .carousel-control {
    top: 50%;
}

.carousel-control {
    background: none repeat scroll 0 0 #222222;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 40px;
    height: 40px;
    left: 15px;
    line-height: 26px;
    width: 40px;
    margin-top: -19px;
}

.carousel-control.right {
    right: 15px;
}
#single_post .post-category span,
#blog .post-category span{
    color: #333333;
}
#single_post .post-category{
    font-size: 16px;
}
#single_post .post-category,
#blog .post-category{
    color: #747474;
}
#blog .blog_quote {
    display: table;
    height: 370px;
    min-height: 260px;
    width: 100%;
}
#blog .blog_quote .fa,
#blog .img_blog_quote .fa{
    font-size: 60px;
    display: block;
}
#blog .qoute-by{
    font-weight: 400;
}
#blog .blog_quote .qoute-detail,
#blog .img_blog_quote .qoute-detail {
    font-size: 18px;
    display: block;
    font-weight: 400;
}
#blog .img_blog_quote_container{
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
#main #blog article {
    margin-top: 0;
}

#blog .post-container .post_content{
    padding: 0 20px 20px;
}
#blog .post-container {
    background: #ffffff;
}
#blog .blog-masonry .post-container {
    margin-bottom: 20px;
}
#blog.classic-blog .post-container {
    margin-bottom: 55px;
}
#blog .img_blog_quote {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    color: #ffffff;
}

#blog .blog-masonry .read-more{
    display: block;
}

#blog.classic-blog-simple .maximage-slider-container-masonry .mc-cycle,
#blog.classic-blog-simple .maximage-slider-container-masonry .mc-image{
    height: 500px !important;
}
#blog.classic-blog-simple .simple_blog_bg{
	height: 500px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
}
#blog.classic-blog-simple .quote_bg{
    min-height: 500px !important;
}

#blog .blog-masonry .quote_bg,
#blog .blog-container .quote_bg{
    min-height: 373px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
}
#blog .post-thumb.img_quote{
    overflow: hidden;
    position: relative;
    padding: 15px;
}
#blog .blog_quote .quote_text {
    background: #E7e7e7;
}
#blog .quote_text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}
.post-thumb iframe, iframe {
    width: 100%;
    border:none;
}
.dot-irecommendthis-suffix{
    margin-right: 10px !important;
}
.dot-irecommendthis-suffix:empty{
    margin-right: 0 !important;
}
.dot-irecommendthis.active:before {
    content: "\f004" !important;
}
.dot-irecommendthis:before {
    content: "\f004" !important;
    display: inline-block;
    font-family: FontAwesome !important;
    font-size: 14px;
    line-height: 1;
    margin-right: 5px;
}
.dot-irecommendthis {
    padding: 0 !important;
    background: none !important;
}

/*for 1column (1c,1c-s)*/
.sidebar .themecafe-social-media li:before, .sidebar .themecafe-social-media li {
    content: none;
    /*fontawesome char code inside the ''*/;
    border-bottom: 0;
    line-height: 24px;
}

.sidebar .themecafe-social-media li i {
    padding: 0 8px 8px 0;
    /*font-size: 1.8em;*/
    /*line-height: 35px;*/
}

.themecafe-social-media li i {
    padding: 0 7px;
}

.sidebar li {
    line-height: 35px;
}

.sidebar li:before {
    content: "\f111";
    color: #525252;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 8px;
    list-style: none outside none;
    margin-right: 5px;
    vertical-align: bottom;
    width: 1em;
}
.layout1c img, .layout1c-s img, .layout2c-s img, .layout2c img, .layout3c img, .home-page .post-thumb img {
    width: 100%;
}

.bx-wrapper .bx-viewport {
    border: 0 !important;
}


/*for 2column with sidebar(2c-s)*/
.layout2c-s .post-gallery-carousel {
    height: 310px;
}

.layout2c-s .post-gallery-carousel img {
    height: 310px !important;
}

#main .layout2c-s article .post-thumb a img, #main .layout2c-s article .post-thumb img {
    width: 422px;
    height: 310px;
}


/*for 2column with sidebar(2c)*/
.layout2c .post-gallery-carousel {
    max-height: 415px;
}

.layout2c .post-gallery-carousel img,
.layout2c .post-thumb img {
    /*    height: 350px !important;*/
    height: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 59.85%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*for 3column (3c)*/
.single-post-format iframe {
    width: 100%;
    height: 500px;
}
.header .entry-title h1{
    color: #FFFFFF;
}
#blog .post-container .entry-title {
    font-size: 27px;
    font-weight: normal;
    line-height: 17px;
    margin-top: 0;
    word-wrap: break-word;
}

.blog-listbox .dot-irecommendthis:hover,
.blog-listbox .dot-irecommendthis:hover span,
.blog-listbox .dot-irecommendthis:hover:after,
#single_post .dot-irecommendthis:hover,
#single_post .dot-irecommendthis:hover span,
#single_post .dot-irecommendthis:hover:after,
#blog .dot-irecommendthis:hover,
#blog .dot-irecommendthis:hover span,
#blog .dot-irecommendthis:hover:after{
    color: #fa4e4e;
}

#single_post .dot-irecommendthis,
#blog .dot-irecommendthis{
    margin-bottom: 0;
    color: #ffffff;
}

#single_post .dot-irecommendthis:before,
#blog .dot-irecommendthis:before{
    content: "\f004";
    font-family: fontawesome;
    color: #ffffff;
    font-size: 14px;
    /*margin-left: 5px;*/
}

#single_post .category-container{
    margin-top: 30px;
}

#single_post article .post-info .post-fav,
#blog article .post-info .post-fav{
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    position: relative;
    float: left;
}
#single_post article .post-info .post-fav:after,
#blog article .post-info .post-fav:after{
    background: #333333;
    opacity: 0.8;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
#single_post article .post-type .fa{
    font-size: 22px;
}
#single_post article .post-type{
    height: 60px;
    line-height: 60px;
    padding: 5px 15px;
    width: 60px;
}
#blog article  .post-type .fa,
#single_post article .post-type .fa{
    color: #ffffff;
    font-weight: 800;
}

#single_post article  .post-type,
#blog article  .post-type{
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    right: 0;
    z-index: 10;
}
#single_post article  .post-type:after,
#blog article .post-type:after{
    background: #fa4e4e;
    opacity: 0.8;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
.single-timeline .post-info .post-date,
#single_post article .post-info .post-date,
#blog article .post-info .post-date,
#blog article .post-info .post-date1 {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    position: relative;
    float: left;
}

.single-timeline .post-info .post-date:after,
#single_post article .post-date:after,
#blog article .post-date:after{
    background: #fa4e4e;
    opacity: 0.8;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    border-right: 1px solid rgba(255,255,255,0.8);
}
#single_post article .post-info.date-relat{
    padding-left: 40px;
}
#single_post article .post-info.date-relat,
#blog article .post-info.date-relat{
    position: relative;
}
.single-timeline .post-info,
#single_post article .post-info,
#blog article .post-info{
    position: absolute;
    left: 0;
    z-index: 10;
}
.single-timeline .date,
#single_post article .post-info .month,
#blog article .post-info .month,
#single_post article .post-info .date ,
#blog article .post-info .date {
    color: #FFFFFF;
    /*display: block;*/
    font-size: 14px;
}
.single-timeline .date{
    font-size: 24px;
}
.single-timeline .post-info .post-date:after{
    border-right: none;
}
.post-area-wrapper {
    margin-left: 0 !important;
    margin-bottom: 25px;
}
.entry-title a {
    line-height: 30px;
}
#blog article .post-thumb {
    margin-bottom: 35px;
}
#blog article .entry-content {
    color: #8A8A8A;
    font-size: 14px;
    margin: 10px 0;
    text-align: justify;
    word-wrap: break-word;
}
.sidebar ul {
    list-style: none;
    margin-left: 0;
}
.sidebar a {
    color: #525252;
    font-size: 14px;
    line-height: 25px;
}
.blog-horizontal .post-container .entry-title {
    line-height: 20px;
    margin-top: 0;
}
.post-gallery-carousel img {
    min-width: 100% !important;
    width: 100% !important;
}

.post-gallery-carousel {
    min-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.single-portfolio .single-title {
    margin-top: 0;
}

.single-title {
    line-height: 30px;
}

.entry-content .lead {
    color: #747474;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.post-description {
    font-size: 14px;
}
.post-name .post-description .sub_detail a,
.post-name .post-description .sub_detail span,
.post-name .post-description .sub_detail {
    font-size: 12px;
}
.post-name .post-description .sub_detail:after{
    content: '-';
    display: inline-block;
    margin: 0 0 0 5px;
}
.post-name .post-description .sub_detail:last-child:after{
    content: '';
}
.post-name .post-description{
    text-transform: uppercase;
}
.post-description span, .post-description span a {
    color: #747474;
}
.website_div{
    font-size: 12px;
    font-style: italic;
}
.post-description span {
    margin-right: 5px;
}

.post-category-wrapper {
    margin-top: 5px;
}

.archive-page .entry-content {
    margin-top: 5px;
}

.comment .vcard .avatar img, .comment .vcard img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.input-prepend .fa {
    border: 0;
    background: none;
}

.mejs-container {
    width: 100% !important;
}
/*end Blog style*/


/*start Contact us style*/




.wpcf7-form{
 background: #9C9C9C;
    padding: 20px;
    border: 2px solid #f6efdf;
    margin-bottom: 30px;
    border-radius: 7px;   
}

.wpcf7-form input, textarea {
    background: #f6efdf;
    padding: 10px 7px;
    border: 3px solid #ccb58c;
    border-radius: 7px;
    width: 100%;
}


.sidebar .fa {
    background: inherit;
    border: none !important;
}
.contact_form input[type=text],
.contact_form input[type=password],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form textarea,
.contact_form select,
.contact_form .uneditable-input{
    border: 1px solid #C9C9C9;
    color: #868686;
    margin-bottom: 0;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0;
    margin: 5px 0;
}
.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus,
.contact_form input[type=tel]:focus,
.contact_form input[type=password]:focus,
.contact_form textarea:focus,
.contact_form select:focus,
.contact_form .uneditable-input:focus{
    border: 1px solid #fa4e4e;
}
.contact_form div.wpcf7-validation-errors {
    border: none;
}
.contact_form .wpcf7-submit {
    padding: 15px;
    width:100%;
}
.contact_form div.wpcf7-response-output {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    float: left;
    margin: 0;
}
.contact_form span.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
form.invalid input.wpcf7-not-valid, form.invalid select.wpcf7-not-valid, form.invalid textarea.wpcf7-not-valid {
    border:1px solid red;
}


form.frmcomment ul,
form.frmcontact ul,
form.comment-form ul, {
    margin-left: 0;
}

form.frmcomment li,
form.frmcontact li,
form.comment-form li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    padding: 0;
    position: relative;
    color: #BCBCBC;
    margin: 5px 0;
}

form.frmcomment .fa,
form.frmcontact .fa,
form.comment-form .fa {
    background: inherit;
    border: none;
}

form.frmcomment .fa:hover,
form.frmcontact .fa:hover,
form.comment-form .fa:hover {
    color: inherit;
}

form.frmcomment input[type="text"]:focus,
form.frmcontact input[type="text"]:focus,
form.comment-form input[type="text"]:focus {
    color: #8A8A8A;
    border: 1px solid #8A8A8A;
    box-shadow: none;
}

/*form.frmcomment input,
form.frmcontact input,
form.comment-form input {
    width: 96%;
}*/

form.comment-form .form-submit{
    margin: 20px 0;
}
.commenttextarea {
    color: #BCBCBC;
    padding: 0;
}
.commenttextarea,
form.frmcomment select, form.frmcomment textarea,
form.frmcontact select, form.frmcontact textarea,
form.comment-form select, form.comment-form textarea {
    width: 99%;

    border-radius: 0;
}
form.frmcomment input[type="text"],
form.frmcontact input[type="text"],
form.comment-form input[type="text"],
form.frmcomment select,
form.comment-form select,
form.frmcontact select {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D7;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 13px 13px 13px 40px;
    width: 96%;
}

form.frmcomment select,
form.comment-form select,
form.frmcontact select {
    height: 45px;
    padding: 10px 7px 10px 5px;
    vertical-align: middle;
}

form.frmcomment textarea:focus,
form.comment-form textarea:focus,
form.frmcontact textarea:focus {
    border-color: #8a8a8a;
}
form.frmcomment textarea,
form.comment-form textarea,
form.frmcontact textarea {
    border: 1px solid #D6D6D7;
    font-size: 14px;
    font-weight: 700;
    padding: 24px;
    width: 98%;
}

form.frmcomment li span.user-icon,
form.comment-form li span.user-icon,
form.frmcontact li span.user-icon {
    font-size: 21px;
    top: 15px;
    left: 10px;
    position: absolute;
    line-height: 1.4;
}

form.frmcomment li span.required,
form.comment-form li span.required,
form.frmcontact li span.required {
    color: #FF0000;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    right: 40px;
    top: 15px;
}

.contact-container {
    margin: 20px 0 40px 0;
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    margin: 20px 0 40px;
    padding: 40px 30px 40px 40px;
    width: 100%;
}
.contact-main-container .contact-top{
    background: #ffffff;
}
#successmessage {
    display: none;
    width: 80%;
    color: #9F9F9F;
    padding: 30px 25px 45px 25px;
    margin: 40px 0 40px 0;
    background: #FFFFED;
}

#successmessage h2 {
    margin: 10px 0 20px 0;
    text-transform: none;
}

#map-canvas {
    height: 500px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.contact-sidebar{
    margin-bottom: 0;
    padding-bottom: 30px;
}
.contact-sidebar .content{
    color: #8a8a8a;
}
.contact-main-container .contact-top .contact-container{
    padding: 40px 0;
    float: none;
}
.contact-main-container .contact-top{
    text-align: center;
}
.contact-main-container .contact-bottom{
    padding-top: 50px;
}
.contact-main-container .contact-sidebar{
    padding-bottom: 0;
}
.contact-map-banner{
    margin-bottom: -50px;
}
#contact-info p {
    line-height: 1.8;
    color: #8a8a8a;
}

.help-inline {
    font-size: 11px;
}
.button{
    background-image: none;
    background-color: transparent;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: pre-wrap;
    color: #fff;
    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;
}
.button:after{
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 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;
    background: #fa4e4e;
    height: 100%;
}
.button:hover:after{
    height: 0%;
}
.woocommerce input[type="submit"],
.woocommerce-page input[type="submit"],
input[type="submit"]{
    width: auto;
    background: #fa4e4e;
    color: #ffffff;
    border: 1px solid #fa4e4e;
    padding: 10px 7px;
    -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;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
input[type="submit"]:hover{
    color: #fa4e4e;
    background: transparent;
}
/*end Contact us style*/

/*start Shortcode style*/


/*start Sitemap shortcode */
.sitemap {
    list-style: none;
}
/*end Sitemap shortcode */

/*start Accordion  shortcode*/
.accordion-group, .accordion-group a {
    color: #8A8A8A;
    text-decoration: none;
}

.accordion-heading .accordion-toggle.active, .accordion-heading .accordion-toggle.active i, .accordion-heading .accordion-toggle.active .fa {
    color: #fff !important;
}

/*start Content box shortcode*/
p {
    font-size: 14px;
    word-wrap: break-word;
}

.content-box {
    display: block;
    border: 1px solid #E6E6E6;
    padding: 15px 20px;
    margin: 5px 0;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}

.content-box-bg {
    background-color: #F4F4F4;
}

.icon-content-box {
    padding: 20px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/*end Content box shortcode*/

/*start Buttons shortcode*/
.btn{
    color: #ffffff;
}
.btn .fa {
    padding-right: 4px;
}
.btn .fa:hover{
    color: inherit;
}
.btn-purple{
    background-color: #8563A5;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.disabled,
.btn-purple[disabled]{
    background-color: transparent;
    color: #000;
}

.btn-orange {
    background-color: #E24646;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
    background-color: #E55858;
}

.btn-green {
    background-color: #7AAF1F;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
    background-color: #87B735;
}

.btn-blue {
    background-color: #2AC5EE;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
    background-color: #4acef1;
}

.btn-pink {
    background-color: #DA265D;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.disabled,
.btn-pink[disabled] {
    background-color: #DE3B6D;
}

.btn-yellow {
    background-color: #E4B524;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.disabled,
.btn-yellow[disabled] {
    background-color: #e8c045;
}

.btn-bottle-green {
    background-color: #15CF98;
}

.btn-bottle-green:hover,
.btn-bottle-green:focus,
.btn-bottle-green:active,
.btn-bottle-green.active,
.btn-bottle-green.disabled,
.btn-bottle-green[disabled] {
    background-color: #2CD4A2;
}

.btn-aqua {
    background-color: #9ADADA;
}

.btn-aqua:hover,
.btn-aqua:focus,
.btn-aqua:active,
.btn-aqua.active,
.btn-aqua.disabled,
.btn-aqua[disabled] {
    background-color: #a9e0e0;
}

.btn-brown {
    background-color: #cbbfa9;
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active,
.btn-brown.disabled,
.btn-brown[disabled] {
    background-color: #cbbfa9;
}

.btn-light-green {
    background-color: #A3C95C;
}

.btn-light-green:hover,
.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green.active,
.btn-light-green.disabled,
.btn-light-green[disabled] {
    background-color: #b1d174;
}

.btn-light-orange {
    background-color: #FFB141;
}

.btn-light-orange:hover,
.btn-light-orange:focus,
.btn-light-orange:active,
.btn-light-orange.active,
.btn-light-orange.disabled,
.btn-light-orange[disabled] {
    background-color: #ffbd5d;
}

.btn-emerland {
    background-color: #4FD8BF;
}

.btn-emerland:hover,
.btn-emerland:focus,
.btn-emerland:active,
.btn-emerland.active,
.btn-emerland.disabled,
.btn-emerland[disabled] {
    background-color: #69dec9;
}


/*start bordered button*/
.btn-purple-bordered{
    border: 1px solid #8563A5;
    color: #8563A5 !important;
    background-color: #fff;
}

.btn-purple-bordered:hover,
.btn-purple-bordered:focus,
.btn-purple-bordered:active,
.btn-purple-bordered.active,
.btn-purple-bordered.disabled,
.btn-purple-bordered[disabled]{
    background-color: #8563A5;
    color: #fff !important;
}

.btn-orange-bordered {
    background-color: #fff;
    color: #E24646 !important;
    border: 1px solid #E24646;
}

.btn-orange-bordered:hover,
.btn-orange-bordered:focus,
.btn-orange-bordered:active,
.btn-orange-bordered.active,
.btn-orange-bordered.disabled,
.btn-orange-bordered[disabled] {
    background-color: #E24646;
    color: #fff !important;
}

.btn-green-bordered {
    background-color: #fff;
    color: #7AAF1F !important;
    border: 1px solid #7AAF1F;
}

.btn-green-bordered:hover,
.btn-green-bordered:focus,
.btn-green-bordered:active,
.btn-green-bordered.active,
.btn-green-bordered.disabled,
.btn-green-bordered[disabled] {
    background-color: #7AAF1F;
    color: #fff !important;
}

.btn-black-bordered {
    background-color: #fff;
    color: #333333 !important;
    border: 1px solid #333333;
}

.btn-black-bordered:hover,
.btn-black-bordered:focus,
.btn-black-bordered:active,
.btn-black-bordered.active,
.btn-black-bordered.disabled,
.btn-black-bordered[disabled] {
    background-color: #333333;
    color: #fff !important;
}

.btn-blue-bordered {
    background-color: #fff;
    color: #2AC5EE !important;
    border: 1px solid #2AC5EE;
}

.btn-blue-bordered:hover,
.btn-blue-bordered:focus,
.btn-blue-bordered:active,
.btn-blue-bordered.active,
.btn-blue-bordered.disabled,
.btn-blue-bordered[disabled] {
    background-color: #2AC5EE;
    color: #fff !important;
}

.btn-pink-bordered {
    background-color: #fff;
    color: #DA265D !important;
    border: 1px solid #DA265D;
}

.btn-pink-bordered:hover,
.btn-pink-bordered:focus,
.btn-pink-bordered:active,
.btn-pink-bordered.active,
.btn-pink-bordered.disabled,
.btn-pink-bordered[disabled] {
    background-color: #DA265D;
    color: #fff !important;
}

.btn-yellow-bordered {
    background-color: #fff;
    color: #E4B524 !important;
    border: 1px solid #E4B524;
}

.btn-yellow-bordered:hover,
.btn-yellow-bordered:focus,
.btn-yellow-bordered:active,
.btn-yellow-bordered.active,
.btn-yellow-bordered.disabled,
.btn-yellow-bordered[disabled] {
    background-color: #E4B524;
    color: #fff !important;
}

.btn-bottle-green-bordered {
    background-color: #fff;
    color: #15CF98 !important;
    border: 1px solid #15CF98;
}

.btn-bottle-green-bordered:hover,
.btn-bottle-green-bordered:focus,
.btn-bottle-green-bordered:active,
.btn-bottle-green-bordered.active,
.btn-bottle-green-bordered.disabled,
.btn-bottle-green-bordered[disabled] {
    background-color: #15CF98;
    color: #fff !important;
}

.btn-aqua-bordered {
    background-color: #fff;
    color: #9ADADA !important;
    border: 1px solid #9ADADA;
}

.btn-aqua-bordered:hover,
.btn-aqua-bordered:focus,
.btn-aqua-bordered:active,
.btn-aqua-bordered.active,
.btn-aqua-bordered.disabled,
.btn-aqua-bordered[disabled] {
    background-color: #9ADADA;
    color: #fff !important;
}

.btn-brown-bordered {
    background-color: #fff;
    color: #C2B49A !important;
    border: 1px solid #C2B49A;
}

.btn-brown-bordered:hover,
.btn-brown-bordered:focus,
.btn-brown-bordered:active,
.btn-brown-bordered.active,
.btn-brown-bordered.disabled,
.btn-brown-bordered[disabled] {
    background-color: #C2B49A;
    color: #fff !important;
}

.btn-light-green-bordered {
    background-color: #fff;
    color: #A3C95C !important;
    border: 1px solid #A3C95C;
}

.btn-light-green-bordered:hover,
.btn-light-green-bordered:focus,
.btn-light-green-bordered:active,
.btn-light-green-bordered.active,
.btn-light-green-bordered.disabled,
.btn-light-green-bordered[disabled] {
    background-color: #A3C95C;
    color: #fff !important;
}

.btn-light-orange-bordered {
    background-color: #fff;
    color: #FFB141 !important;
    border: 1px solid #FFB141;
}

.btn-light-orange-bordered:hover,
.btn-light-orange-bordered:focus,
.btn-light-orange-bordered:active,
.btn-light-orange-bordered.active,
.btn-light-orange-bordered.disabled,
.btn-light-orange-bordered[disabled] {
    background-color: #FFB141;
    color: #fff !important;
}

.btn-emerland-bordered {
    background-color: #fff;
    color: #4FD8BF !important;
    border: 1px solid #4FD8BF;
}

.btn-emerland-bordered:hover,
.btn-emerland-bordered:focus,
.btn-emerland-bordered:active,
.btn-emerland-bordered.active,
.btn-emerland-bordered.disabled,
.btn-emerland-bordered[disabled] {
    background-color: #4FD8BF;
    color: #fff !important;
}
/*end bordered button*/

/*start Bootstrap bordered button*/
.btn-primary-bordered {
    color: #428BCA !important;
    background-color: #fff;
    border: 1px solid #428BCA;
}

.btn-primary-bordered:hover,
.btn-primary-bordered:focus,
.btn-primary-bordered:active,
.btn-primary-bordered.active,
.btn-primary-bordered.disabled,
.btn-primary-bordered[disabled] {
    color: #ffffff !important;
    background-color: #428BCA;
    *background-color: #428BCA;
}

.btn-warning-bordered {
    color: #faa732 !important;
    background-color: #fff;
    border: 1px solid #faa732;
}

.btn-warning-bordered:hover,
.btn-warning-bordered:focus,
.btn-warning-bordered:active,
.btn-warning-bordered.active,
.btn-warning-bordered.disabled,
.btn-warning-bordered[disabled] {
    color: #ffffff !important;
    background-color: #faa732;
    *background-color: #faa732;
}

.btn-success-bordered {
    color: #5CB85C !important;
    background-color: #fff;
    border: 1px solid #5CB85C;
}

.btn-success-bordered:hover,
.btn-success-bordered:focus,
.btn-success-bordered:active,
.btn-success-bordered.active,
.btn-success-bordered.disabled,
.btn-success-bordered[disabled] {
    color: #ffffff !important;
    background-color: #5CB85C;
    *background-color: #5CB85C;
}

.btn-info-bordered {
    color: #5DC3DE !important;
    background-color: #fff;
    border: 1px solid #5DC3DE;
}

.btn-info-bordered:hover,
.btn-info-bordered:focus,
.btn-info-bordered:active,
.btn-info-bordered.active,
.btn-info-bordered.disabled,
.btn-info-bordered[disabled] {
    color: #ffffff !important;
    background-color: #5DC3DE;
    *background-color: #5DC3DE;
}

.btn-danger-bordered {
    color: #da4f49 !important;
    background-color: #fff;
    border: 1px solid #da4f49;
}

.btn-danger-bordered:hover,
.btn-danger-bordered:focus,
.btn-danger-bordered:active,
.btn-danger-bordered.active,
.btn-danger-bordered.disabled,
.btn-danger-bordered[disabled] {
    color: #ffffff !important;
    background-color: #da4f49;
    *background-color: #da4f49;
}

.btn-inverse-bordered {
    color: #363636 !important;
    background-color: #fff;
    border: 1px solid #363636;
}

.btn-inverse-bordered:hover,
.btn-inverse-bordered:focus,
.btn-inverse-bordered:active,
.btn-inverse-bordered.active,
.btn-inverse-bordered.disabled,
.btn-inverse-bordered[disabled] {
    color: #ffffff !important;
    background-color: #363636;
    *background-color: #363636;
}

/*end Bootstrap bordered button*/

/*end Buttons shortcode*/

/* Admin Top Navigation fixes */
body.admin-bar .navbar-fixed-top {
    top: 28px;
}
.nav-container {
    padding-left: 0;
    padding-right: 0;
    padding: 15px 0;
    padding-bottom: 5px;
}

#inner-header {
    width: 100%;
    border-bottom : 2px solid #77BD4D;
    -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;
}

input, textarea, select, .uneditable-input {
    margin-bottom: 0;
}

.navbar-form, .navbar-search {
    margin: 0 0 9px;
}

.navbar-search {
    padding-left: 0;
}

#content {
    /*padding: 10px 0 0;*/
    padding: 0;
}

.more-link {
    white-space: nowrap;
}

.footer-links {
    float: left;
    margin-bottom: 10px;
}

.footer-links .menu {
    list-style-type: none;
    margin-left: 0;
}

.footer-links .menu li {
    float: left;
    margin-left: 10px;
}

.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

/* post styling */
.author .entry-title,
.category .entry-title,
.tag .entry-title {
    margin-top: 0;
}

.author_details .author_content p{
    margin-bottom: 5px;
}
.author_details .author_content{
    color: #ffffff;
}
.author_details{
    background: #666666;
    padding: 15px 0;
}
#main p.meta {
    font-style: italic;
    color: #808080;
}

#main article {
    margin: 0;
    padding: 0 10px;
}
#main article footer {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    min-height: 20px;
}

#main article footer a.edit-post {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.post:hover a.edit-post {
    display: inline;
}

article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center;
}


/* Shared Post Format styling */
article.format-quote footer.entry-meta {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}


/* Quote posts */
article.format-quote .entry-content{
    font-size: 16px;
}
.single .category_container{
    font-size: 16px;
}
.single-project-container .entry-content p,
.single-portfolio-container .entry-content p,
.single-post-container .entry-content p,
.single-post-container .entry-content,
.single-portfolio-container .entry-content {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px
}
article.format-quote .entry-content p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px
}

article.format-quote .entry-content blockquote {
    display: block;
    font-style: normal;
}

article.format-quote .entry-content blockquote p:before {
    content: "\201C  ";
    font-size: 2rem;
}

article.format-quote .entry-content blockquote p:after {
    content: " \201D ";
    font-size: 2rem;
}

p.tags {
    line-height: 20px;
}

div[id*='attachment_'] {
    max-width: 100%;
    height: 100%;
}

#credit320 {
    background: url('images/320press_mini.png') no-repeat left top transparent;
    padding-left: 20px;
}

img.alignleft {
    margin-right: 10px;
    float: left;
}

img.alignright {
    margin-left: 10px;
    float: right;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.wp-caption {
    max-width: 100%;
    /* Keep wide captions from overflowing their container. */
    padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}

.post header img {
    margin-bottom: 18px;
}

.archive #main .post h3 {
    line-height: 24px;
    margin-bottom: 10px;
}

#blog video {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    width: 630px;
    max-width: 100%;
    margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item {
    width: 970px;
    height: 600px;
}

.carousel-caption p {
    display: none;
}

.page-template #main article {
    border-bottom: none;
}

/* comments */


#comments {
    line-height: 24px;
    margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children {
    list-style-type: none;
    margin-left: 0;
}

.comment .vcard > div {
    margin-top: 8px;
    padding: 0 10px;
}

ol.commentlist time {
    font-size: .8em;
    color: #333;
}

ol.commentlist div.comment-author {
    position: relative;
}

ol.commentlist a.comment-edit-link {
    text-decoration: none;
    padding-left: 5px;
}
.comment .edit-comment{
    color: #9a9a9a;
    position: absolute;
    bottom: 0;
    right: 0;
}
ol.commentlist article {
    border-bottom: none !important;
}
a.comment-reply-link {
    position: absolute;
    right: 0;
    top: 8px;
}

#comment-nav ul {
    list-style-type: none;
    margin: 0;
}

#comment-form-elements {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.comment .vcard .avatar {
    padding-right: 0;
}

.comment .vcard .comment-text {
    margin-left: 0;
    padding-bottom: 15px;
}

img.avatar {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #ddd;
    width: 100%;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

ol.commentlist li {
    padding-right: 10px;
}

#pings {
    margin-bottom: 9px;
}

ol.pinglist {
    list-style-type: none;
    margin: 0 0 9px 0;
}

#comment {
    width: 100%;
}

#respond {
    clear: both;
}

ol.commentlist #respond {
    padding: 5px 10px;
}
/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img {
    max-width: 100%;
    width: auto;
}

.ie8 #main .media-grid img {
    max-height: none !important;
    max-width: none !important;
}

.attachment-img {
    margin-bottom: 18px;
}

.metadata p.alert-message {
    margin-right: 0;
    margin-bottom: 18px;
}

#gallery-nav {
    list-style-type: none;
    margin-left: 0;
}

li.next a, li.previous a {
    position: relative;
}

li.next a:hover:before {
    content: "\2190";
    position: absolute;
    display: block;
    top: 42%;
    left: 0;
    background-color: #BFBFBF;
    color: #444;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before {
    content: "\2192";
    position: absolute;
    display: block;
    top: 42%;
    right: 0;
    background-color: #BFBFBF;
    color: #444;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget {
    /*margin-bottom: 18px;*/
    margin-bottom: 10px;
}

.widget ul {
    margin-left: 0;
    margin-right: 0;
    list-style: none;
}
.sidebar .widget .widget-title{
    margin: -15px -15px 0;
    padding: 0;
    background: none repeat scroll 0 0 #fa4e4e;
    border-bottom: 8px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    overflow: hidden;
}
.sidebar .widget .widget-title h4 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: left;
    margin-right: 25px;
    padding: 10px 5px 5px 12px;
    position: relative;
    margin: 0;
}
.sidebar .widget .widget-title h4:before {
    border-left: 20px solid rgba(0, 0, 0, 0.15);
    border-top: 37px solid rgba(0, 255, 0, 0);
    bottom: 0;
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    transform: scale(0.9999);
}
.sidebar{
    padding-left: 15px;
}

.sidebar .widget #tag-cloud .label{
    background-color: #E7E7E7;
}
.sidebar .widget{
    background: #FFffff;
    padding: 15px;
}
.widgettitle {
    margin-bottom: 9px;
}
.sidebar .widget .listbox-lists {
    margin: 0;
    padding: 0;
}
.sidebar .widget .blog-listbox {
    margin: 0;
    padding: 0;
}
.sidebar .widget .listbox-lists .listbox-content-wrapper .title{
    font-size: 13px;
    line-height: 14px;
}
.sidebar .widget .listbox-lists .post-name{
    line-height: 15px;
}
.sidebar .widget .listbox-lists .listbox-content-wrapper{
    padding-left: 5px;
    padding-right: 0;
}
.sidebar .widget .listbox-lists .post-name .post-description .sub_detail a,
.sidebar .widget .listbox-lists .post-name .post-description .sub_detail span,
.sidebar .widget .listbox-lists .post-name .post-description .sub_detail{
    font-size: 10px;
}
    /*.sidebar .widget{
        background: #FFffff;
    }*/
/* for some reason the bs version currently available for download doesn't have this style */

.label{
    text-transform: uppercase;
}
#tag-cloud .label{
    color: #333333;
    border-radius: 6px;
    font-size: 12px !important;
    padding: 6px 10px;
    -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;
    line-height: 38px;
    font-weight: normal;
    background: #ffffff;
}
#tag-cloud .label:hover{
    color: #FFFFFF !important;
    background: #fa4e4e;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud{
    margin-bottom: 18px;
    line-height: 160%;
    margin-top: 20px;
}
.label-info{
    background-color:#fff;
}
#tag-cloud a:hover,
.tags a:hover{
    text-decoration: none;
}
#tag-cloud a{
    white-space: pre;
}

/* change default form padding for search */

.widget_search form{
    padding-left: 0;
}
.widget_search input{
    width: 121px;
}

/* calendar widget */

#calendar_wrap{
    border: 1px solid #585858;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}
#wp-calendar{
    width: 100%;

}
#wp-calendar caption{
    font-weight: bold;
    padding: 8px;
}
#wp-calendar tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#wp-calendar tr:last-child{
    border-bottom: none;
}
#wp-calendar td{
    text-align: center;
    padding: 8px 0;
}
blockquote.pull-left{
    padding-right: 15px;
}
@media only screen and (min-width: 768px) {
    .carousel-caption p{
        display: block;
    }
}
@media only screen and (min-width: 980px) {
    #inner-footer{
        padding: 0;
    }
    #content{
        padding-left: 0;
        padding-right: 0;
    }
    .topbar-inner{
        padding: 0;
    }
    .topbar form.pull-right {
        float: right;
    }
    .navbar-form, .navbar-search {
        margin-top: 6px;
        margin-bottom: 0;
    }
    .navbar-search{
        padding-left: 0;
    }
    .widget_search input{
        width: 230px;
    }
    /* hide edit comment button and show on hover on desktop version */
    .edit-comment{
        display: none;
    }
    .vcard:hover .edit-comment{
        display: inline-block;
    }
    .widget_search input{
        width: 209px;
    }
    .comment .vcard .comment-text{
        padding-right: 0;
    }
}


/*Custom media query*/
@media screen and (max-width: 660px) {
    #controls-wrapper h2, h2 #slidecaption {
        font-size: 36px;
        line-height: 1.9;
    }
    #slidetitle, #slidetitle p {
        font-size: 16px;
        line-height:18px;
        padding-top: 5px;
    }
    .footer-social-wrapper .themecafe-social-media {
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }
    a#toggle-section{
        display:none;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        /*padding-left:7px !important;
        padding-right:7px !important;*/
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .inline_tweets_ul li:before{
        padding-left: 0 !important;
    }
}

/*
 * for Comment
 */
.commentlist .comment{
    background: transparent;
}
.commentlist > .comment:last-child{
    border-bottom: none;
}
.commentlist > .comment{
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 10px;
}
.ie9 .fluid-width-video-wrapper{
    padding-top: 0px!important;
}
ol.commentlist ul.children{
    padding-left: 40px;
}
/*
* For classic blog
*/
#blog.classic-blog article:nth-child(even) .post-thumb{
    float: right;
}
#blog.classic-blog .post-container .entry-title{
    padding: 20px 0 0;
    text-transform: uppercase;
    font-size: 18px;
}
#blog .post-container .entry-title a{
    color: #333333;
    text-transform: uppercase;
    font-size: 18px;
}
.classic-blog .post-container .entry-title a{
    color: #333333;
}
.classic-blog .read-more{
    background: #fa4e4e;
    border: 1px solid #fa4e4e;
    padding: 10px;
    margin-top: 20px;
    line-height: 1;
    display: table;
    color: #FFFFFF;
    text-transform: uppercase;
    -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;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
}
.classic-blog .read-more:hover{
    background: transparent;
    color: #fa4e4e;
}
.classic-blog .read-more:after{
    content: '';
    padding-right: 0;
}
.classic-blog .post_content{
    margin-bottom: 20px;
}
/*For classic blog 2 columns css*/
#main .classic-blog-2{
    padding-top: 0;
}
#main .classic-blog-2 article{
    padding: 0;
}
#main .classic-blog-2 .post-area{
    padding: 0;
}
#main .classic-blog-2 .full-container{
    width: 100%;
    margin: 0 auto;
}
#main .classic-blog-2 article .post-container .post-container-layer .view-link .fa{
    font-size: 28px;
}
#main .classic-blog-2 article .post-container .post-container-layer .view-link{
    top: 50%;
    position: absolute;
}
#main .classic-blog-2 article .post-container{
    overflow: hidden;
}
#main .classic-blog-2 .sidebar{
    padding-top: 30px;
}
#main .classic-blog-2 article .post-container .post-container-layer{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: #000000;
    z-index: 10;
    text-align: center;
    -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;
    transform: translateY(-100%);
    -webkit-transform:translateY(-100%);
    -moz-transform:translateY(-100%);
    -o-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
}
#main .classic-blog-2 article .post-container:hover .post-container-layer{
    opacity: 0.9;
    transform: translateY(0%);
    -webkit-transform:translateY(0%);
    -moz-transform:translateY(0%);
    -o-transform:translateY(0%);
    -ms-transform:translateY(0%);
}
#main .classic-blog-2 article .post-container{
    margin-bottom: 0;
}
/*End*/
.classic-blog .post-container{
    background: #F8F8F8;
}
#blog.classic-blog article .post-thumb{
    margin-bottom: 0;
}
#blog.classic-blog-2 .classic-2{
    background: #ffffff;
}
#blog.classic-blog-2 .post_content{
    padding: 10px 25px;
}
#blog.classic-blog-2 .classic-2:nth-child(odd) article .post-thumb::after,
#blog.classic-blog-2 .classic-2:nth-child(odd) article .post-thumb:after{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -20px;
    content: '';
    width: 0;
    height: 0;
    border-right: solid 20px;
    border-right-color: #fa4e4e;
    border-bottom: solid 20px transparent;
    border-top: solid 20px transparent;
}
#blog.classic-blog-2 .classic-2:nth-child(odd) article .post-thumb{
    float: right;
}
#blog.classic-blog-2 .classic-2:nth-child(even) article .post-thumb{
    float: left;
}
#blog.classic-blog-2 .bx-wrapper,
#blog.classic-blog-2 .bx-viewport{
    height: 100% !important;
}
#blog.classic-blog-2 .classic-2:nth-child(even) article .post-thumb::after,
#blog.classic-blog-2 .classic-2:nth-child(even) article .post-thumb:after{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -20px;
    content: '';
    width: 0;
    height: 0;
    border-left: solid 20px;
    border-bottom: solid 19px transparent;
    border-top: solid 19px transparent;
    border-left-color: #fa4e4e;
}
#blog .blog-masonry .post-thumb,
#blog .hover-wrap,
#blog.classic-blog-2 .hover-wrap{
    overflow: hidden;
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}
#blog .post .maximage-slider-container-masonry .mc-image,
#blog .post .quote_bg ,
#blog .post .simple_blog_bg ,
#blog.classic-blog-2 .post .quote_bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#blog .post .post-container {
    border: 1px solid transparent;
}
#blog .post:hover .post-container {
    border-color: #fa4e4e;
}
#blog .post:hover .maximage-slider-container-masonry .mc-image,
#blog .post:hover .simple_blog_bg ,
#blog .post:hover .quote_bg ,
#blog.classic-blog-2 .post:hover .quote_bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}
@media (max-width: 992px) {
    #blog.classic-blog-2 .classic-2 article:nth-child(odd)  .post-thumb{
        float: right;
    }
    #blog.classic-blog-2 .classic-2 article:nth-child(even) .post-thumb{
        float: left;
    }
    #blog .blog-masonry-3col .quote_bg{
        min-height: 280px;
    }
    .blog-masonry-3col .maximage-slider-container-masonry .mc-image,
    .blog-masonry-3col .maximage-slider-container-masonry .mc-cycle{
        height: 280px !important;
    }
}
/*Single portfolio style start*/
section.single_portfolio{
    padding-top: 0;
}
/*Single portfolio style end*/

/*maximage slider*/
.max-image-arrow-left:hover .fa,
.max-image-arrow-right:hover .fa{
    color: #ffffff;
}
.single_portfolio_container .max-image-arrow-left{
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    height: 50px;
    width: 45px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 5001;
    color: #ffffff;
    text-indent: 1px;
    margin-top: -25px;
}
.single_portfolio_container .max-image-arrow-right{
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    height: 50px;
    width: 45px;
    right: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 5001;
    color: #ffffff;
    text-indent: 1px;
    margin-top: -25px;
}

.single_portfolio_container .post-content-detail{
    display: block;
    width: 100%;
    margin-top: 40px;
}
.single_portfolio_container .author_content{
    line-height: 25px;
}
.single_portfolio_container .taxonomy_list{
    padding-left: 40px;
}
.single_portfolio_container .project_client{
    display: inline-block;
}

/*For sinlge post*/
section#single_post{
    padding-top: 60px;
    background: #f6f6f6;
}
.single-post-container > .post-content-detail{
    float: left;
}
#single_post .entry-title{
    text-transform: capitalize;
}
#single_post .post-content-detail{
    margin-top: 0;
}
#single_post .post_content,
#single_post .post-content-detail,
#single_post .post-thumb{
    background: #ffffff;
}
#single_post .post_content,
#single_post .post-thumb .post-name{
    padding: 40px;

}
#single_post .post-thumb .post-name{
    /*float: left;*/
}

#single_post .post-thumb .quote_bg .wp-post-image{
    width: 100%;
}
#single_post .post-thumb .wp-post-image{
    max-width: 100%;
}
#single_post .audio-container{
    margin: auto;
}
#single_post .comment_container #comment-nav,
#single_post .comment_container .commentlist{
    background: #ffffff;
}
#single_post .comment_container .commentlist p{
    color: #7d7b6d;
}
#single_post .comment_container .commentlist .comment-reply-link{
    text-transform: uppercase;
}
#single_post .comment_container .commentlist .comment-reply-link:before{
    content: '\f112';
    font-family: fontawesome;
    margin-right: 5px;
    font-size: 12px;
}
#single_post .comment_container .commentlist{
    padding: 20px;
}
#single_post .comment_container ol.commentlist time a,
#single_post .comment_container .comment-title a{
    color: #333333;
}
#single_post .comment_container ol.commentlist time,
#single_post .comment_container .comment-title{
    display: inline-block;
    font-size: 18px;
}
#single_post .comment_container .comment-title :after{
    content: "|";
    padding: 0 10px;
}
#single_post .comment_container #comments{
    padding: 30px;
    background: #ffffff;
    margin-bottom: 2px;
}
#single_post .comment_container{
    margin-top: 50px;
}
#single_post article .post-info .post-date,
#single_post article .post-info .post-fav{
    padding: 5px 15px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
#single_post article .post-info .date{
    font-size: 28px;
    line-height: 1;
}
#single_post article .post-info .month{
    font-size: 16px;
    line-height: 1;
}
#single_post article .post-info .month,
#single_post article .post-info .date{
    display: block;
}
#single_post .dot-irecommendthis{
    font-size: 16px;
    line-height: 1;
}
#single_post .sidebar{
    padding-left: 15px;
}

#single_post .sidebar .widget #tag-cloud .label{
    background-color: #E7E7E7;
}
#single_post .sidebar .widget{
    background: #FFffff;
    padding: 15px;
}
#single_post .sidebar{
    /*padding-left: 40px;*/
}
#single_post .dot-irecommendthis:before{
    display: block;
    margin:  5px 0 6px;
    font-size: 16px;
}
#single_post .maximage-slider-container-single{
    overflow: hidden;
    position: relative;
    width: 100%;
}
#single_post .maximage-slider-container-single .mc-cycle{
    width: 100% !important;
    z-index: 1;
}
#blog .audio-container{
    bottom: 0;
    display: block;
    width: 100%;
    overflow: hidden;
}

#single_post .quote_bg .img_blog_quote {
    color: #ffffff;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    /*z-index: 1500;*/
}
#single_post .quote_bg {
    display: table;
    position: relative;
    width: 100%;
}
#single_post .blog_quote {
    width: 100%;
    padding: 40px 15px 15px;
    text-align: center;
    /*z-index: 1500;*/
    position: relative;
    background: #E7e7e7;
}
#single_post .blog_quote .fa,
#single_post .img_blog_quote .fa{
    font-size: 60px;
    display: block;
    text-align: center;
}
#single_post .blog_quote .qoute-detail,
#single_post .img_blog_quote .qoute-detail {
    font-size: 28px;
    display: block;
}
#single_post .img_blog_quote_container{
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
#single_post .post-thumb.img_quote{
    overflow: hidden;
    position: relative;
    padding: 15px;
}
#single_post .quote_text {
    padding: 15px;
}
#single_post .img_blog_quote .quote_text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.maximage-slider-container-masonry .mc-cycle{
    position: inherit !important;
    height: 373px !important;
    width: auto!important;
}
.maximage-slider-container-masonry .mc-image {
    height: 373px !important;
    width: 100% !important;
}
.maximage-slider-container-masonry .max-image-arrow-right .fa,
.maximage-slider-container-masonry .max-image-arrow-left .fa{
    line-height: 50px;
}
.maximage-slider-container-masonry .max-image-arrow-left{
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    height: 50px;
    width: 45px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 10;
    color: #ffffff;
    text-indent: 1px;
    margin-top: -25px;
}
.maximage-slider-container-masonry .max-image-arrow-right{
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    height: 50px;
    width: 45px;
    right: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 10;
    color: #ffffff;
    text-indent: 1px;
    margin-top: -25px;
}
.post_sidebar_container .go-up{
    top: 0;
}

/*bxslider style start*/
.post-thumb .bx-wrapper .bx-controls-direction a{
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    height: 50px;
    width: 45px;
    margin-top: -25px;
    text-indent: 1px;
}
.post-thumb .bx-wrapper .bx-controls-direction a .fa{
    color: #ffffff;
}
.post-thumb .bx-wrapper .bx-controls-direction a.bx-prev{
    left: 0;
}
.post-thumb .bx-wrapper .bx-controls-direction a.bx-next{
    right: 0;
}
.post-thumb .bx-wrapper{
    overflow: hidden;
}
.post-thumb .bx-wrapper .bx-viewport{
    left: 0;
    right: 0;
}
/*bxslider style end*/
/*Flex slider navigation*/
.flex-direction-nav .fa{
    color: #000;
    font-size: 30px;
    line-height: 118px;
}
.flex-direction-nav a{
    text-align: center;
    background: transparent;
    height: 120px;
    width: 45px;
    line-height: 120px;
    padding: 0;
    border: 1px solid #000000;
}
.flex-direction-nav a:hover .fa{
    color: #fff;
}
.flex-direction-nav a:hover{
    background: #000000;
}
.flex-direction-nav .flex-next{
    text-align: center;
}
.flex-direction-nav .flex-prev{
    text-align: center;
}
/*Loader*/
.preload {
    background-color:#333333;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    background-color: #fff;
    z-index: 99999;
}

.preload-loader {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2em;
    margin-top: -2em;
    height: 4em;
    width: 4em;
    border-radius: 4em;
    border: 0.25em solid #bcbcbc;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);

    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/*Load more*/
.pagination-wrapper .load-no-more{
    display: none;
    -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;
}
.pagination-wrapper .load-more-loader {
    margin: 0 auto;
    display: none;
    z-index: 999999;
    height: 2em;
    width: 2em;
    border-radius: 4em;
    border: 0.25em solid #bcbcbc;
    border-left-color: #fa4e4e;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);

    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.full-page-no-content-found {
    display: table-cell;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.no-post-found-container {
    display: table;
    float: left;
    height: 200px;
    width: 100%;
}
.color-white{
    color: #FFFFFF !important;
}
.homepage-list > li {
    line-height: 30px;
}
#rev-sliders-container{
    position: relative;
}
/*Magnific popup*/
.mfp-content .mfp-bottom-bar{
    bottom: 50px;
    top: auto;
    margin-top: 0;
    padding:  0 15px;
}
.mfp-content .mfp-counter{
    right: 15px;
}
.mfp-content .mfp-figure:after{
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
}
.mfp-content img.mfp-img{
    padding: 95px 0 40px 0;
}
.mfp-wrap,
.mfp-image-holder .mfp-content{
    z-index: 10001;
}
.mfp-image-holder .mfp-content .mfp-close,
.mfp-iframe-holder .mfp-content  .mfp-close{
    padding-right: 0;
    right: 0;
    text-align: center;
    top: 95px;
    width: 44px;
    background: rgba(0,0,0,0.8);
}
.cart-item a span{
    content: " ";
    font-family: FontAwesome;
    display: inline-block;
}
.cart-item a span:after {
    content: "\f07a";
}
.cart-item a span:before {
    content: "\f07a" !important;
}
/*Project*/
.single-project .go-up{
    position: inherit !important;
}
.single-project .entry-content{
    border-right:1px dashed;
}
.single-project .category_container{
    color: #747474;
}
.single-project .sub_heading{
    color: #333333;
}
#single_project .maximage-slider-container .mc-image,
#single_project .maximage-slider-container .mc-cycle,
#single_post .maximage-slider-container-single .mc-image,
#single_post .maximage-slider-container-single .mc-cycle{
    height: 600px !important;
    width: 100% !important;
}
.post_content .post-tag{
    float: right;
}
@media (max-width: 990px) {
    .single-project .entry-content{
        border-right:none;
    }
    #single_project .maximage-slider-container .mc-image,
    #single_project .maximage-slider-container .mc-cycle,
    #single_post .maximage-slider-container-single .mc-image,
    #single_post .maximage-slider-container-single .mc-cycle{
        height: 400px !important;
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .post_content .post-tag{
        float: none;
        margin-left: -15px;
    }
    .maximage-slider-container-masonry .mc-cycle,
    .maximage-slider-container-masonry .mc-image{
        height: 273px !important;
    }
    #blog.classic-blog-simple .maximage-slider-container-masonry .mc-cycle,
    #blog.classic-blog-simple .maximage-slider-container-masonry .mc-image{
        height: 300px !important;
    }
    #blog .blog-masonry .quote_bg,
    #blog .blog-container .quote_bg{
        min-height: 273px;
    }
	#blog.classic-blog-simple .simple_blog_bg{
		height: 273px;
	}
    .single_portfolio_container .max-image-arrow-right,
    .single_portfolio_container .max-image-arrow-left,
    .post-thumb .bx-wrapper .bx-controls-direction a,
    .maximage-slider-container-masonry .max-image-arrow-right,
    .maximage-slider-container-masonry .max-image-arrow-left{
        height: 60px;
        line-height: 60px;
        margin-top: -30px;
    }
    .comment .edit-comment{
        position: relative;
        display: block;
        padding: 5px 0;
    }
    a.comment-reply-link {
        position: relative;
        display: block;
        padding: 5px 0;
    }
}

@media (max-width: 643px) {
    #single_project .maximage-slider-container .mc-image,
    #single_project .maximage-slider-container .mc-cycle,
    #single_post .maximage-slider-container-single .mc-image,
    #single_post .maximage-slider-container-single .mc-cycle{
        height: 273px !important;
    }
    .maximage-slider-container-masonry .mc-cycle,
    .maximage-slider-container-masonry .mc-image{
        height: 273px !important;
    }
    #blog .blog-masonry .quote_bg,
    #blog .blog-container .quote_bg{
        min-height: 273px;
    }

    .single_portfolio_container .max-image-arrow-right,
    .single_portfolio_container .max-image-arrow-left,
    .post-thumb .bx-wrapper .bx-controls-direction a,
    .maximage-slider-container-masonry .max-image-arrow-right,
    .maximage-slider-container-masonry .max-image-arrow-left{
        height: 60px;
        line-height: 60px;
        margin-top: -30px;
    }
}
.side_menu .widget_search #searchform input[type="submit"] {
    /*background-image: url("img/search-ico-white.png") !important;*/
}
.widget .woocommerce-product-search input[type="submit"] ,
.widget #searchform input[type="submit"] {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/search_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 4%;
    text-decoration: none;
    text-indent: -9999px;
    white-space: nowrap;
    width: 16%;
}
.widget .woocommerce-product-search .screen-reader-text{
    display: none;
}
.widget .woocommerce-product-search input[type="search"],
.widget #searchform input[type="text"] {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: #545454;
    display: inline-block;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 300;
    height: 40px;
    margin: 0;
    outline: 0 none;
    padding: 2px 4%;
    text-decoration: none;
    width: 84%;
}
.widget .woocommerce-product-search,
.widget #searchform{
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
@media (max-width: 767px) {
    .inline_tweets_ul li:before{padding-left:15px;}
    .footer-bottom #footer-social-media{text-align:left;}
    .margin-right5, .margin-right10, .margin-right20, .margin-left-zero, .margin-left5,
    .margin-left15, .margin-left10, .margin-left20, .margin-left30{margin-left: 0px !important;}

    .accordion-toggle .margin-left20{
        margin-left:20px !important;
    }
    #main article{
        padding: 0;
    }

    #single_post .blog_quote .fa, #single_post .img_blog_quote .fa{
        font-size: 28px;
    }
    #single_post .blog_quote .quote-by,
    #single_post .blog_quote .quote-by{
        font-size: 12px;
    }
    #single_post .blog_quote .qoute-detail,
    #single_post .img_blog_quote .qoute-detail,
    #single_post .img_blog_quote .qoute-detail,
    #single_post .img_blog_quote .qoute-detail{
        font-size: 14px;
    }
}
/*Megamenu css*/
.mega-menu-wrap #searchform input[type="submit"],
.mega-menu-wrap #searchform input[type="text"]{
    line-height: 1.3;
}
.flex-content{
    position: absolute;
    top: 0;
    text-align: center;
}
.mega-menu .cat-item > a{
    display: inline-block!important;
}

/*Entry content*/
.entry-content ul{
    list-style-position: inside;
}
.entry-content table,
.entry-content table td,
.entry-content table th{
    border: 1px solid;
    border-collapse: collapse;
}
.entry-content table td,
.entry-content table th{
    padding: 5px;
}
/*Home page css*/
.homepage-special-list li{
    list-style: none;
    line-height: 30px;
    font-size: 16px;
}
.homepage-special-list li:before{
    background: none repeat scroll 0 0 #fa4e4e;
    color: #ffffff;
    content: "\f105";
    line-height: 35px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 1px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: fontawesome;
}
body.site-boxed-layout{
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-repeat: no-repeat;
}
.site-boxed-layout #wrapper header.sticky-header.nav-small{
    left: auto;
    -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;
}
.site-boxed-layout #wrapper header.sticky-header{
    max-width: 1200px;
    margin: 0 auto;
}
.site-boxed-layout #wrapper{
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/*Recent works widget*/
.recent-works-items .recent-works-item{
    padding: 5px;
}
.recent-works-items a{
    overflow: hidden;
}
.recent-works-items a > img{
    max-width: 100%;
    height: auto;
}
.recent-works-items{
    margin: 0;
}

/*For top header*/
#themecafe-top-header .container{
    padding: 0;
}
#themecafe-top-header{
    background: #131212;
}
#themecafe-top-header .top-left{
    text-align: left;
}
#themecafe-top-header .themecafe-social-media li{
    display: inline-block;
    float: none;
}
#themecafe-top-header .top-right{
    text-align: right;
}
#themecafe-top-header .top-header-menu{
    list-style: none;
}
#themecafe-top-header .top-header-menu li{
    display: inline-block;
    /*border-right: 1px solid #c5c5c5;*/
    line-height: 25px;
}
#themecafe-top-header li a{
    color: #ffffff;
}
#themecafe-top-header ul li:first-child{
    padding-left: 0;
}
#themecafe-top-header li{

}
#themecafe-top-header li{
    padding: 10px;
}
#themecafe-top-header .row{
    display: table;
    vertical-align: middle;
    width: 100%;
}
#themecafe-top-header .header-contact-info{
    padding: 10px 0;
}
#themecafe-top-header .header-contact-info a,
#themecafe-top-header .header-contact-info{
    color: #ffffff;
}
#themecafe-top-header .row .top-right,
#themecafe-top-header .row .top-left{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}
@media (max-width: 767px) {
    #themecafe-top-header .row .top-right,
    #themecafe-top-header .row .top-left{
        float: left;
    }
    #themecafe-top-header .top-right{
        text-align: left;
    }
    .site-boxed-layout #wrapper header.sticky-header{
        width: 100%;
    }
    #single_post .sidebar{
        padding-left: 0;
        padding-top: 40px;
    }
}
article .post-info .dot-irecommendthis .dot-irecommendthis-count,
article .post-info .dot-irecommendthis.active .dot-irecommendthis-count,
.classic-blog .dot-irecommendthis.active .dot-irecommendthis-count{
    color: #ffffff;
}
.post-nav-links .post-prev-nav{
    float: left;
}
#single_post .single-post-container .post-nav-links a:active,
#single_post .single-post-container .post-nav-links a:hover{
    color: #FFffff;
}
.post-nav-links a{
    color: #FFffff;
    display: block;
    font-size: 22px;
    padding: 15px 20px;
    background: #fa4e4e;
}
/*.post-nav-links .post-next-nav a:after{
    content: "\f105";
    font-family: fontawesome;
    padding-left: 5px;
}
.post-nav-links .post-prev-nav a:before{
    content: "\f104";
    font-family: fontawesome;
    padding-right: 5px;
}
*/
.post-nav-links .post-next-nav{
    float: right;
}
.post-nav-links{
    background: none repeat scroll 0 0 #ffffff;
    padding: 0;
    margin: 0;
}
/*Footer to top link*/
#toTopHover {
    display: block;
    float: left;
    /*opacity: 0;*/
    overflow: hidden;
}
body #scrolltoTop:before {
    color: #ffffff;
}
#scrolltoTop:before {
    content: "\f106";
    font-family: fontawesome;
    font-size: 22px;
    line-height: 35px;
}
#scrolltoTop {
    background-color: #333333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #ffffff;
    display: none;
    height: 35px;
    opacity: 0.9;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 48px;
    z-index: 10000;
}

/*404 page css*/
.main-div-404 h2{
    font-size: 2em;
}
.main-div-404{
    text-align: center;
    width: 100%;
}
.heading-404{
    font-size: 10em;
    line-height: 170px;
}
.post_content.content_404{
    text-align: center;
}
/*setup related*/
#related-work-slider .flex-direction-nav .fa{
    color: #FFffff;
}
#related-work-slider .flex-direction-nav a{
    background-color: rgba(0,0,0,0.9);
}
#related-work-slider .flex-viewport{
    margin: 0;
}
#related-work-slider .flex-direction-nav .flex-prev{
    left: 15px;
}
#related-work-slider .flex-direction-nav .flex-next{
    right: 15px;
}
.related-heading {
    margin: 0;
    padding: 80px 15px 15px;
}
#single_post .no-image,
#blog .no-image{
    width: 100%;
}

/************************ For menu start ********************************/
a:focus{
    outline:0;
}
.navbar{
    margin-bottom: 0 !important;
}
.navbar .brand {
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
    font-weight: bold;
    padding: 0 0 10px 0;
    display: block;
    float: left;
    font-size: 20px;
    margin-left: -20px;
}
.navbar .nav {
    display: block;
    float: right;
    left: 0;
    margin: 0 10px 0 0;
    position: relative;
}
.navbar .nav > li {
    padding-bottom: 15px;
    padding-top: 0;
    float: left;
}
.nav li {
    position: relative;
}
header.sticky-header.nav-small .navbar .nav > li > a{
    color: #333333;
}
header.sticky-header.nav-small{
    background: #ffffff !important;
    position: fixed !important;
    left: 0;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.14);
    top: 0;
}
.navbar .nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
}

.desktop-menu .nav{
    padding-top: 15px;
}
.dropdown-menu > li:hover, .dropdown-menu > li:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color :#444;
}
.open {
    *z-index: 1000;
}
.open > .dropdown-menu {
    display: block;
}
.nav-container{padding-bottom: 0;}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}
.nav ul {
    padding: 0;
    list-style: none;
    z-index: 2147483647 !important
}
#menu-primary-menu > li .dropdown a{
    padding: 5px 45px 5px 15px;
}
.nav li a {
    display: inline-block;
    position: relative;
    overflow:hidden;
    height:1.5em;
    padding-top:  0;
    padding-bottom:  0;
}
.dropdown-menu > li > a{ height:auto;}
.nav li a span{
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.dropdown-submenu .span-caret{
    float: right;
    position: absolute;
    right: 10px;
    top: 12px;
    padding:0 !important;
}
#nav .dropdown-menu{
    font-size:inherit !important;
    text-transform: uppercase;
    border-top: 0;
}
.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
    font-size: inherit;
    white-space: nowrap;
    word-wrap:break-word;
    width: 100%;
    text-transform: uppercase;
}
.dropdown-submenu > .dropdown-menu li a{
    width: 100%;
}
.dropdown-submenu > .dropdown-menu {
    margin-left: 0;
    margin-top: 0;
    top: 4px;
}
#nav .dropdown-menu li{
    border-bottom: 1px solid #5C5C5C;
    font-size: 12px;
}
#nav .dropdown-menu li:last-child{
    border-bottom: 0;
}
.dropdown-submenu > .dropdown-menu{
    border-radius:0;
}
.dropdown-menu > li > a{
    padding: 0 10px;
}
.dropdown-menu {
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 1;
    background: #444;
    background: none repeat scroll 0 0 #444444;
    box-shadow: none;
    margin-top: 0 !important;
    border-radius:0;
    text-transform: uppercase;
}
.dropdown-menu li.menu-item-has-children > .fa {
    color: #ffffff;
}
.dropdown-menu > li:hover, .dropdown-submenu:hover{
    background: none repeat scroll 0 0 #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
    background: none repeat scroll 0 0 #444444;
}
.dropdown-menu ul {
    width: 13em;
}
.dropdown-menu li{
    width: 100%;
}
.dropdown-menu > li >a{
    line-height: 25px;
    padding: 10px 5px 10px 15px;
    white-space: pre-wrap;
    background: #444444;
    /*width: 180px;*/
}
.menu-item ul > li:last-child > a{
    border-bottom:0;
}
.dropdown-submenu > .dropdown-menu{
    left: 100%;
    margin-top: 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
{
    background-color:#444444;
}

/* Sticky Header */
header.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 10000;
    -webkit-transition: height 0.3s ease 0s;
    -moz-transition: height 0.3s ease 0s;
    -o-transition: height 0.3s ease 0s;
    transition: height 0.3s ease 0s;
}

header.sticky-header .nav-container{
    -moz-transition: padding-top .3s ease-in;
    -o-transition: padding-top  .3s ease-in;
    -webkit-transition: padding-top  .3s ease-in;
    transition: padding-top  .3s ease-in;
}
header.sticky-header.nav-small .nav-container{
    padding-top: 0px;
    -moz-transition: padding-top .3s ease-in;
    -o-transition: padding-top  .3s ease-in;
    -webkit-transition: padding-top  .3s ease-in;
    transition: padding-top  .3s ease-in;
}


/* Responsive menu Style */
.dd-options{
    max-height:150px;
    overflow-x: scroll;
}
.dd-select, .dd-options{
    background: none repeat scroll 0 0 #F6F6F6 !important;
}
.dd-select a{
    color:#333333;
}
.dd-option:hover{
    background-color: #fff !important;
}
.visible-phone {
    display: none !important;
}
.visible-tablet {
    display: none !important;
}
.visible-desktop {
    display: inherit;
}
.menu-tab .visible-desktop{
    display: inherit;
}
.menu-tab .dd-container{
    display: none !important;
}
.sticky-header .site-name{
    color: #ffffff;
}
.sticky-header.nav-small .site-name{
    color: #000000;
}
.sticky-header.nav-small #site-navigation-btn.active span{
    background-color: transparent;
}
.sticky-header.nav-small #site-navigation-btn span,
.sticky-header.nav-small #site-navigation-btn span:before,
.sticky-header.nav-small #site-navigation-btn span:after{
    background: #000000;
}

/*NEW Menu*/
#site-navigation-btn {
    display: inline-block;
    margin: 15px 25px 15px 15px;
    position: absolute;
    right: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    top: 0;
}
#site-navigation-btn {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#site-navigation-btn span,
#site-navigation-btn span:before,
#site-navigation-btn span:after {
    right: 0;
    cursor: pointer;
    height: 1px;
    width: 20px;
    background: #000000;
    position: absolute;
    display: block;
    content: '';
}
#site-navigation-btn span:before {
    top: -6px;
}
#site-navigation-btn span:after {
    bottom: -6px;
}
#site-navigation-btn span,
#site-navigation-btn span:before,
#site-navigation-btn span:after {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#site-navigation-btn.active span {
    background-color: transparent;
}
#site-navigation-btn.active span:before,
#site-navigation-btn.active span:after {
    top: 0;
    bottom: 0;
}

#site-navigation-btn.active span:before {
    transform:rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg);
}

#site-navigation-btn.active span:after {
    transform:rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -webkit-transform:rotate(-45deg);
}
#site-navigation-btn{
    display: none;
}
/*New nav btn end*/
@media (min-width: 768px) and (max-width: 1024px) {
    .menu-tab .visible-desktop{
        display: inherit;
    }
    .menu-tab .dd-container{
        display: none !important;
    }
}
@media (max-width: 979px) {
    #blog .blog_quote .fa, #blog .img_blog_quote .fa{
        padding-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .menu-tab .visible-desktop{
        display: inherit;
    }
    .menu-tab .dd-container{
        display: none !important;
    }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
    color: #5b5b5b;
}
.responsive-top-header-toggle.active:after{
    content: '\f068';
}
.responsive-top-header-toggle:after{
    color: #ffffff;
    content: "\f067";
    display: block;
    font-family: fontawesome;
    font-size: 16px;
    left: -17px;
    position: absolute;
    text-shadow: none;
    top: -33px;
}
.responsive-top-header-toggle{
    cursor: pointer;
    position: absolute;
    /*top: 0;*/
    right: 0;
    border-left: 35px solid rgba(0, 0, 0, 0);
    border-top: 35px solid #333333;
    position: absolute;
    right: 0;
    z-index: 100000;
}
.responsive-top-header-toggle{
    display: none;
}
/*For desktop menu*/
@media (min-width: 767px) {
    .nav li:hover > .dropdown-menu {
        margin: 0;
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .nav li > .dropdown-menu{
        display: block;
    }
    #blog.classic-blog-2 .post-thumb{
        max-height: 373px;
        height: 373px;
    }
}
@media (max-width: 767px) {
    .menu-tab .mCustomScrollBox{
        background: #444444;
    }
    .menu-tab .dd-container{
        display: inherit !important;
        margin-bottom:10px;
    }
    .menu-tab{
        padding: 0;
    }
    .logo-wrapper{
        text-align:center;
    }
    .navbar .brand{
        float:none;
    }
    .padding-left-zero{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    #nav .dropdown-menu li,
    .nav-collapse .nav > li{
        border-bottom: 0;
    }
    #themecafe-top-header{
        display: none;
    }
    .responsive-top-header-toggle{
        display: block;
    }
}
@media (min-width: 300px) and (max-width: 767px) {
    /*@media (max-width: 480px) { */
   
    
    
    #site-navigation-btn{
        display: block;
    }
    .menu-tab .visible-desktop{
        display:none ;
        height: 300px;
    }
    header.sticky-header{
        position: absolute !important;
    }
    .navbar .brand img{
        height: 40px;
    }
    .navbar .brand{
        padding: 0 10px;
    }
    .navbar .brand{
        float: left;
    }
    .nav-container{
        padding-top: 5px;
    }
    .menu-tab .dd-container{
        display: inherit !important;
    }
    .visible-phone{
        display:block !important;
    }

    /*New*/
    .nav li > .dropdown-menu{
        opacity: 1;
        visibility: visible;
        position: relative;
        display: none;
        left: auto !important;
    }
    .dropdown-menu{
        top: 0;
        border-top:none;
    }
    .navbar .nav > li > .dropdown-menu:after{
        border-bottom: none;
    }
    .nav > li > .dropdown-menu{
        padding-left: 20px;
        padding-right: 10px;
    }
    .dropdown-submenu > .dropdown-menu{
        display: none;
        left: 0;
        position: relative;
        padding-left: 20px;
        padding-right: 10px;
        background: #444444;
    }
    header.sticky-header.nav-small .navbar .nav > li > a{
        color: #ffffff;
    }
    .dropdown-menu ul{
        width: 100%;
    }
    .nav li:hover .dropdown-submenu > .dropdown-menu{
        padding-left: 20px;
        padding-right: 10px;
    }
    .dropdown-menu > li > a{
        color: #ffffff;
    }
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu li a:hover,
    .dropdown-menu li a.active,
    .dropdown-menu li a:focus,
    .navbar .nav > li > a,
    .navbar .nav > li{
        width: 100%;
        background: #444444;
        border: none;
    }
    .navbar .nav > li > .dropdown-menu{
        width: 100%;
        border: none;
        background: #444444;
    }
    #site-navigation-btn span,
    #site-navigation-btn span:before,
    #site-navigation-btn span:after,
    #site-navigation-btn span{
        background: #ffffff;
    }
    #site-navigation-btn{
        display: block;
    }
    .dropdown-submenu > .dropdown-menu{
        top: 0;
        border: none;
    }
    .dropdown-submenu > .dropdown-menu li a{
        background: #444444;
        border: none;
        color: #ffffff;
    }
    .dropdown-submenu .span-caret{
        display: none;
    }
    .dropdown-menu li.menu-item-has-children > a:after,
    li.menu-item-has-children > a:after{
        content: "\f0da";
        display: inline-block;
        font-family: 'fontawesome';
        float: right;
    }
    .dropdown-menu li.menu-item-has-children > a.clicked:after,
    li.menu-item-has-children > a.clicked:after{
        content: "\f0d7";
        display: inline-block;
        font-family: 'fontawesome';
        float: right;
    }
    /*.dropdown-menu li,*/
    header .navbar .nav > li > a{
        color: #ffffff;
    }
    .navbar .nav > li{
        padding: 10px 0;
    }

}
@media screen and (max-device-width: 640px) and (orientation: landscape){
    .menu-tab .visible-desktop{
        display:none ;
        height: 220px;
    }
}
/************************ For menu end ********************************/
.bg-repeat-y{
	background-repeat: repeat-y !important;
	background-size : auto !important;
}
.bg-repeat-x{
	background-repeat: repeat-x !important;
	background-size : auto !important;
}
.bg-repeat{
	background-repeat: repeat !important;
	background-size : auto !important;
}


hr{
   color: #999;
    border-bottom: 1px dotted #666;
}

#page-header h2 {
    color: #222;
    font-size: 30px;
    border-bottom: 2px solid #8DC142;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.main-content h3 {
    border-bottom: 2px solid #8DC142;
    background: #8DC142;
    float: left;
    width:100%;
    margin-bottom: 15px;

}

.main-content h3 em {
    background: rgba(233, 192, 52, 0.8);
    color: #000;
    float: left;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    padding: 3px 10px;
    text-transform: uppercase;
}

.main-content{padding-top: 10px}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


.alert {
    width:130px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.wpb_wrapper .pun{
    border-top: solid 2px #000;
}

#page-header{padding-bottom: 20px;}


.wpcf7-submit{background: #4F8CF5!important; padding-top: 10px!important;}