::-webkit-input-placeholder {
    color: #d9bf91;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.third-ad-mobile-home-single{
	display: none;
}

:-moz-placeholder { /* Firefox 18- */
    color: #d9bf91;  
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #d9bf91;  
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

:-ms-input-placeholder {  
    color: #d9bf91;  
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

body 
{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}
body a:hover 
{
	text-decoration: none;
}

img{
    width: 100%;
    height: auto;
}
.clear
{
	height: 1px;
	clear: both;
}
.main-site
{
	padding-bottom: 50px;
}
.header
{
	padding-top: 30px;
	padding-bottom: 30px;
}

.lang_flag{
    display: block;
    width: 30px;
    height: 30px;
    float: right;

    background-size: 100%;
    background-repeat: no-repeat;
}

.country{
    position: absolute;
    right: 0px;
    z-index: 9999;
    top: 20px;
}

#lang_shooser{
    border: none;
    float: right;
	
}

#lang_shooser:focus{

    outline: none;
}

.lang_flag.leb_flag{
    background-image: url(./img/leb_flag.png);
}

li{
    list-style-type: none !important;
}

.flex-active-slide img{
    margin-left: -40px;
}

.flex-direction-nav{
    display: none;
}

.lang_flag.uae_flag{
    background-image: url(./img/uae_flag.png);
}

.main-top-add{
	width: 750px;
	margin: 0 auto;
}

/*================ HOME PAGE ================*/
.excerpt-single{
    font-weight: bold;
}

.full-takeover{
    display: block;
    height: 250px;
}

.full-takeover img{
    width: 100%;
    height: 100%;
}

.full-takeover .ad-snippet{
    height: 250px;
}

/*==END HOME PAGE==*/

/*================ menu fixed ================*/
.menu-fixed
{
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #f2f2f4;
    z-index: 99;
    margin-left: 0px !important;
    margin-right: 0px !important;
    transition: all .3s ease .15s;
}

.menu-fixed ul
{
    display: table;
    padding-right: 15px !important; 
    margin-top: 0px !important;
    padding-bottom: 22px !important;
    padding-top: 19px !important;
}

.menu-fixed .nav-menu li .sub-menu{
    padding: 0px !important;
}

.menu-fixed .sticky-logo{
    padding-top:22px !important;
    padding-bottom: 22px !important;
    padding-left: 0px;
    display: block;
}

.sticky-logo{
    /*padding-top:25px !important;*/
    padding-bottom: 25px !important;
    padding-right: 25px;
    display: none;
    /*padding-left: 15px;*/
}

.sticky-logo:hover{
    background-color: transparent !important;
}

.menu-fixed ul li:hover
{
    background-color: #d9bf91;
}

.menu-fixed .search-field{
    background-color: #f2f2f4;
    color: #d9bf91;
    border-bottom: 1px solid #d9bf91;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 24px;
}

.menu-fixed .container{
    overflow: initial;
}

.menu-fixed ul.nav-menu li .sub-menu{
    border-top: 5px solid #f2f2f4;
}

/* end menu fixed */



.mobile-menu-icon{
    display: none;
}


/*==================================DEFAULT MENU==================================*/
ul.nav-menu
{
	padding: 0;
	margin: 0;
	margin-top: 30px;
}

ul.nav-menu li 
{
	display: inline;
	list-style: none;
	margin-right: 5px;
    background-color:transparent;
    float:left;
    display: block;
    position: relative;
}

ul.nav-menu li:hover{
   	background-color: #d9bf91 !important; 
}

ul.nav-menu li:hover > a{
	color: #FFF !important;
	text-decoration: none;
}

ul.nav-menu li a 
{
    font-family: 'Roboto';
    font-size: 16px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 9px;
    padding-left: 9px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    float: left;
}


ul.nav-menu li .sub-menu li a{
    color: white !important;
    font-weight: normal;
}

/*ul.nav-menu li:hover .sub-menu{
    display: block;
}*/

ul.nav-menu li .sub-menu{
    opacity: 0;
    position: absolute;
    padding-left:0px;
    z-index: 9;
    background-color: #d9bf91;
    top: 30px;
    border-top: 5px solid white;
    width: 139px;

    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    transition: all .3s ease .15s;
}

ul.nav-menu li .sub-menu.sub-menu-show{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

ul.nav-menu li .sub-menu:hover{
    display: block;
}

ul.nav-menu li .sub-menu li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #c8ac7a;
}

ul.nav-menu li .sub-menu li:hover{
    background-color: #c8ac7a !important;
}


ul.nav-menu li .sub-menu li  a:hover{
    background-color: #c8ac7a !important;
    
}


ul.nav-menu li .sub-menu li a{
   padding: 10px 10px; 
   font-size: 14px;
}

.follow-us{
    display: none;
}

.search-mobile-logo{
    background-image: url('./img/Search_Icon.png');
}

.search-desktop-logo{
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    background-color: transparent;
    background-image: url('./img/Search_Icon.png');
    position: absolute;
    right: 0px;
}

/*==END DEAFAULT MENU==*/

.menu-upper{
    display: none;
}

.post-meta
{
	margin-bottom: 11px;
}
.entry-title, .entry-title a
{
	font-family: 'Roboto Condensed';
    font-size: 55px;
    font-weight: 700;
    color: #000;
    line-height: 55px;
    margin: 0;
    margin-top: 60px;
    letter-spacing: -1px;
    margin-bottom: 17px;
    
}
.featured-0 h2
{
	margin-top: 25px;
}

a.entry-category
{
	color: #d9bf91;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 16px;
    display: block;
    text-transform: uppercase;
    margin-top: 0px;
    padding-bottom: 0px;
}

div.featured-image img
{
	width: 100%;
    height: auto;
}

div.excerpt
{
    margin-top: 20px;
    margin-bottom: -5px;
    line-height: 22px;
}




/*==================================SHARE BUTTONS==================================*/

.round-share .shareaholic-service-icon::before{
    content: '' !important;
}

.round-share .shareaholic-service-icon{
    background-size: 100% 100%;
    background-position: 0px 0px;
    box-shadow: none !important;
    background-color: transparent !important;
    border: none !important;
}

ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon[class*="service-pinterest"], ul li.shareaholic-share-button i.shareaholic-service-icon[class*="service-pinterest"], ul.shareaholic-share-buttons li i.shareaholic-service-icon[class*="service-pinterest"], ul li i.shareaholic-service-icon[class*="service-pinterest"]
{

    display: none !important;
}

.round-share .service-twitter{
    background-image: url("./img/Twitter.png") !important;
}

.round-share .service-facebook{
    background-image: url("./img/Facebook.png") !important;
}

.round-share .service-google_plus{
    background-image: url("./img/GooglePlus.png") !important;
}

.round-share .service-email_this{
    background-image: url("./img/Email.png") !important;
}

.round-share .service-linkedin{
    background-image: url("./img/LinkedIn.png") !important;
}

.round-share .service-whatsapp{
    background-image: url("./img/Whatsapp.png") !important;
}

.round-share .service-all{
    background-image: url("./img/Plus_Icon.png") !important;
    background-color: #d9d9d9 !important;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px;
}

.shareaholic-canvas{
    padding-top: 5px;
}

.share-buttons{
    padding: 0px;
}

.single-post-views{
    color: #b2b2b2;
    font-family: 'Roboto Condensed';
    display: block;
    font-weight: bold;
    font-size: 50px;
    float: left;
    padding-top:32px;
    padding-left: 0px;
    letter-spacing: -2px;
}

.single-post-views span{
    font-size: 15px;
    font-family: Roboto;
    font-weight: 300;
    margin-left: -10px;
    letter-spacing: 0px;
    padding-left: 5px;
}



/*==END SHARE BUTTONS==*/


/* ============================================
 * ================ CONTACT US ================
 * ============================================ */

.contact_us{
    padding-left: 20px;
    padding-right: 15px;
}

.contact_us .entry-title{
    padding-bottom: 0px;
    font-size: 36px;
    font-family: Roboto;
    font-weight: bold;
    margin-top: 0px;
    float: left;
}

.input{
    float: left;
    margin-left: 0px !important;
    margin-top: 0px;
}

.contact-form-label{
    color: #bfbfbf;
    float: left;
}

.input__label--isao{
    color: #bfbfbf !important;
    font-size: 17px !important;
}

.wpcf7-not-valid-tip{
    font-size: 13px !important;
    color: red;
}

.textarea{
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.wpcf7-form{
    float: left;
    width: 100%;
}

.contact_us form input{
    margin-top: 5px;
}

.contact_us form p{
   padding-bottom: 0px;
   float: left;
   width: 100%;
   text-align: left;
}

.contact_us form img{
    width: 172px;
}

.wpcf7-form-control.wpcf7-submit{
    background-color: #d9bf91;
    border: none;
    color: white;
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    float: left;
    padding: 5px 16px;
}

.wpcf7-form-control.wpcf7-captchar{
   width: 172px; 
}

/*.attach-file input.choose-file{
    background-color: #e1e1e1 !important;
}*/

body{
    background-color: white !important;
}


/* ================= END CONTACT US ================= */

/*========================================================================
  ======================== reviews in single post ========================
  ========================================================================*/
div.reviews
{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}

div.overall-exp, div.highlights{
    padding-left: 0px;
    padding-right: 0px;


}

div.overall-exp .overall-title, div.highlights .highlights-title
{
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    height: 77px;
}


.review-fields
{
    padding: 0px;
    overflow: hidden;
}

div#review-field
{
    height: 45px;
    line-height: 47px; 
    padding: 0px; 
    border-bottom: 1px solid #CCC; 
    margin-bottom: 10px;
    overflow: hidden;
}

.yesno{
    width: 27px;
}

@media (min-width: 992px){
    div#review-field {
        width: 48% !important;
    }
    
    div#review-field:nth-child(2n+1)
    { 
        margin-right: 10px !important;
    }

    div#review-field:nth-child(2n+2)
    { 
        margin-left: 10px !important;
        float: right !important;
    }

}

@media (min-width:641px){
    div#review-field
    {
        float: left !important;
        width: 100%;
        margin: 0px !important;        
    }
	
	
}

div#review-field h4
{
    float: left; 
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
}


div#review-field span
{
    padding: 0px; 
    float: right; 
    height: 50px; 
    color: #d9bf91;
    text-align: right;
}

.score_stars{
    overflow: hidden;
    float: right;
    padding-right: 10px;
}

.score_nb{
    float: right;
}

.score_star_filled{
    background-image: url("./img/Star_Big_Filled.png");
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    background-size: 100% 100%;
}

.score_star_not_filled{
    background-image: url("./img/Star_Big_Not_Filled.png");
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    background-size: 100% 100%;
}

.score_half_star{
    background-image: url("./img/Star_Big_Half_Filled.png");
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    background-size: 100% 100%;
}

/* ==end of reviews== */

#reply-title{
    font-size: 18px;
    margin-bottom: 0px !important;
}

/*==================================SIDEBAR RIGHT==================================*/

.sidebar-right-img{
    padding-bottom: 4px;
}

#secondary{
    overflow: hidden;
}

#secondary .widget{
    border-top: 1px solid #eee; 
    padding-bottom: 30px;
}


/*==END SIDEBAR RIGHT==*/


/*==================================COMMENTS SINGLE POST==================================*/
.show-comments-btn{
    background-color: #d9bf91;
    margin-top: 10px;
    margin-bottom: 30px;
    cursor: pointer;  
}

.show-comments-btn h3{
    line-height: 31px;
    margin: 0 auto;
    display: table; 
    color: #fff;
}

#comments{
    display: table;
    float: left;
    width: 100%;
}



/*== END COMMENTS SINGLE POST==*/




.categories_name{
    color: #d9bf91;
}

.related-posts{
    padding-left:0px; padding-right: 0px;
    padding-bottom: 20px;
}

div.post-content
{
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Roboto;
    padding-left: 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
}
div.post-content img 
{
	max-width: 100%;
	height: auto;
	width: auto;
}

div.post-content figure{
	width: 100% !important;
}

.read-more, .read-more:hover
{
    display: block;
    background-color: #d9bf91;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 18px;
    padding-top: 6px;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
    overflow: hidden;
}

div.post-meta
{
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 5px;
}

div.author-thumb 
{
	float: left;
	width: 60px;
	padding-right: 10px;
}

div.author-thumb img 
{
	width: 100%;
	border-radius: 50%;
}

div.post-details
{
	padding-top: 0px;
    font-size: 13px;
    float: left;
}
div.post-details a 
{
	color: #d9bf91;
    padding-left: 5px;
}
span.post-date
{
	color: #b2b2b2;
    font-size: 16px;
    font-family: Roboto;
    display: block;
    font-weight: 300;
    font-size: 13px;
}


.index-grid{
    margin-left: 0px;
    margin-right:0px;
}

.index-grid > div:first-child{
   padding-left: 0px; 
}

.index-grid > div:last-child{
    padding-right: 0px;
}

.grid-article
{
	border-bottom: 1px solid #eee;
    margin-top: 20px;
    padding-bottom: 16px;
}
.grid-article.grid-article-sidebar
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	margin-top: 0;
}
.grid-article .category
{
	color: #d9bf91;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto';
	font-weight: 700;
	font-size: 16px;
}
.grid-article h2.title
{
	margin: 0;
	margin-bottom: 10px;
	line-height: 20px;
}
.grid-article .title a
{
	font-family: 'Roboto Condensed';
	font-size: 20px;
	font-weight: 700;
    color: #000;
}
.grid-article .date 
{
	color: #b2b2b2;
    font-size: 16px;
    font-family: Roboto;
    display: block;
    font-weight: 300;
    font-size: 13px;
    width: 100%;
}
.grid-article .excerpt
{
	font-size: 15px;
	margin: 0;
}

.grid-article-sidebar img 
{
	width: 100%;
    height: auto;
    padding-top: 0px;
}

a.nav-next
{
	float: left;
    display: block;
    padding-top: 6px;
    padding-bottom: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    background-color: #d9bf91;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
    margin-top: 15px;
    text-align: center;
    width: 150px;

    
}

a.nav-previous
{
	float: left;
	display: block;
	background-color: #000;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
  	font-family: Roboto;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
    margin-top: 15px;
    text-align: center;
    width: 150px;
}

a.nav-next, a.nav-previous, .prev-posts a, .next-posts a, .wpcf7-submit, a.read-more{
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
}

a.nav-next::before, a.nav-previous::before, .prev-posts a::before, .next-posts a::before, a.read-more::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

a.nav-next::before, .prev-posts a::before, a.read-more::before{
    border: 2px solid #d9bf91;
}

a.nav-previous::before, .next-posts a::before{
    border: 2px solid black;    
}

a.nav-next:hover, .prev-posts a:hover, .wpcf7-submit:hover, a.read-more:hover{
    background-color: #fff;
    color: #d9bf91;
}

.wpcf7-submit:hover{
    box-shadow: inset 0 0 0 2px #d9bf91;
}

a.nav-previous:hover, .next-posts a:hover{
    background-color: #fff;
    color: black;
}

a.nav-next:hover::before, a.nav-previous:hover::before, .next-posts a:hover::before, .prev-posts a:hover::before, a.read-more:hover::before{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    z-index: 1;
}



h3.sidebar-title
{
	font-family: 'Roboto';
    font-size: 36px;
    color: #000;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 12px;
}
a.sidebar-link
{
	font-family: Roboto;
    font-size: 15px;
    color: #000;
    line-height: 18px;
    font-weight: 500;
    display: block;
}
span.sidebar-date
{
	color: #d9bf91;
    font-family: Roboto;
    display: block;
    font-weight: 300;
    font-size: 13px;
}
hr 
{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.search-field
{
	border: none;
	display: block;
	border-bottom: 1px solid #eee;
	color: #ccc;
	font-size: 20px;
	font-family: TungstenMedium;
	width: 90%;
	margin-top: 30px;
	outline: 0;
}
.ad-snippet
{
	margin-top: 0px;
	margin-bottom: 2px;
	height: 140px;
}

/*.grid-article.grid-article-sidebar.last-ad{
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}*/



.ad-snippet img , .ad-snippet .GoogleActiveViewClass
{
	height: 100%;
}
h3
{
	font-size: 18px;
	font-family: 'Roboto';
	color:#000;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.social-icons
{
	margin-top: 20px;
}
.social-icons a 
{
	display: block;
    float: left;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 15px;
    margin-top: 4px;
    margin-bottom: 13px;
}

.social-icons a:last-child{
    margin-right: 0px;
}
.social-icons a.facebook { background-image: url(img/facebook-btn.png);}
.social-icons a.twitter { background-image: url(img/twitter-btn.png);}
.social-icons a.instagram { background-image: url(img/insta-btn.png);}
.social-icons a.snapchat { background-image: url(img/snapchat-btn.png);}
.social-icons a.youtube { background-image: url(img/youtube-btn.png);}

ol.comment-list
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
ul.children
{
	list-style: none;
}
span.says, span.edit-link { display: none;}
article.comment-body, .comment-body
{
	position: relative;
}
.comment-metadata a { 
	color: #d9bf91;
	font-size: 11px;
}
div.comment-content
{
	font-family: Roboto;
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-right: 50px;
	padding-right: 150px;
}
div.reply
{
	position: absolute;
    right: 0;
    top: 10px;
}
a.comment-reply-link
{
	display: block;
	display: block;
    padding-top: 7px;
    padding-bottom: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
	background-color: #d9bf91;
	color:#FFF;
  	font-family: Roboto;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
}
h2.comment-reply-title
{
	font-size: 32px;
	font-family: TungstenMedium;
	text-transform: capitalize;
	margin-bottom: 0;
}
.comment-form label 
{
	display: block;
	font-size: 12px;
}
.comment-form input, .comment-form textarea  
{
	border: none;
	background-color :#f7f7f7;
	outline: none;
	padding: 3px;
}
.comment-form input.submit
{
	width: 150px;
    height:35px;
    text-transform: uppercase;
    background-color: #d9bf91;
    color: #FFF;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 700;
    /*margin-top: 20px;*/

}

#related-post{
    padding-bottom: 20px;
    overflow: hidden;
}

.related-post img 
{
	width: 100%;
	height: auto;
}
div.related-post a
{
	font-family: Roboto;
	color: #000;
}

div.related-post-content p.related-title
{
	font-family: Roboto;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
    margin-bottom:0px;
}
.shareaholic-share-buttons-heading-image
{
	display: none;
}
div ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon, 
div ul li.shareaholic-share-button i.shareaholic-service-icon, 
div ul.shareaholic-share-buttons li i.shareaholic-service-icon, ul li i.shareaholic-service-icon
{
	border-radius: 50%;
}


ul.shareaholic-share-buttons li.shareaholic-share-button{
    /*display: block !important;*/
    padding: 5px 3px !important;
}

.comment-box{
    background-image: url('./img/Comment-Icon.png');
    width: 41px;
    height: 41px; 
    background-size: 100% 100%;
    float: left;
    margin-top: 5px;
    margin-right: 25px;
    cursor: pointer;
    position: relative;
}

.comment-nb{
    border-radius: 50%;
    background-color: #d60000;
    color: #ffffff;
    display: block;
    position: absolute;
    padding: 0px 5px;
    top: -10px;
    left: 22px;
    font-family: 'Open Sans',arial,sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    border: 2px solid #ffffff;
    height: 21px;
    min-width: 18px;
    line-height: 18px;
}



.social-shares .shareaholic-share-buttons-container li.shareaholic-total-count{
    position: absolute;
    left: -123px;
    margin: 0px;
    display: table !important;
    top: 10px;
}

.social-shares .shareaholic-share-buttons-container li.shareaholic-total-count .shareaholic-total-share-count{
    color: #b2b2b2;
    font-family: 'Roboto Condensed';
    display: block;
    font-weight: bold;
    font-size: 50px;
    float: left;
    padding-left: 0px;
    letter-spacing: -2px;
}

.social-shares .shareaholic-share-buttons-container li.shareaholic-total-count .shareaholic-shares-label{
    float: right;
    top: 16px;
    font-size: 15px;
    font-family: Roboto;
    font-weight: 300;
    margin-left: 0px;
    letter-spacing: 0px;
    padding-left: 5px;
    color: #b2b2b2;
}

/*.social-shares .shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper{
    width: 100%;
}

.social-shares .shareaholic-share-buttons-container li.shareaholic-total-count{
    float: left;
}

.social-shares .shareaholic-share-buttons-container li.shareaholic-share-button{
    float: right !important;
}*/

div.comment-author a 
{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.comment-meta
{
	padding-bottom: 10px;
}
iframe.twitter-timeline-rendered
{
	width: 100% !important;
}
.mid-ad
{
	margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.sbi_header_link { display: none}

.related-post-img img{
    height: auto;
}

#second-add{
    display: none;
}

.second-ad-mobile{
    display: none;
}

.third-ad-mobile{
    display: none;
}

.next-prev{
    margin: 0 auto;
    display: table;
}

.next-posts, .prev-posts{
    display: table;
    float: left;
}

.next-posts a{
    float: left;
    display: block;
    padding-top: 6px;
    padding-bottom: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    width: 150px;
    background-color: #000;
    height: 30px;
    text-align: center;
}

.prev-posts a{
    float: left;
    display: block;
    background-color: #d9bf91;
    color: #FFF;
    padding-top: 6px;
    padding-bottom: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    font-family: Roboto;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
    text-align: center;
    width: 150px;

}

.search-field{
    color: #d9bf91;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.mobile-menu-display-sub{
    display: none;
}

.desktop-menu-display-sub{
    display: block;
    width: 8px;
    height: 5px;
    background-image: url('./img/Menu_Arrow_Beige.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px;
    margin-top: 12px;
    margin-right: 11px;
    float: right;
    margin-left: -3px;

}

ul.nav-menu li:hover > .desktop-menu-display-sub{
    background-image: url('./img/Menu_Arrow_White.png');
}

/*==========================================
 * ============== Author Page ==============
 *==========================================*/

.auth-summary{
    border-bottom: 1px solid #eee;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.author-info h2{
    margin-top: 0px;
}

.author-info b{
    font-family: Roboto;
    display: block;
    font-weight: 300;
    font-size: 13px;
    color: #b2b2b2;
}

.auth-summary{
    padding-left: 0px; padding-right: 0px;
}

.auth-summary.auth-page{
    padding-bottom: 0px;
    margin-bottom: 60px;
}

.author-img{
    padding-left: 0px;
}

.author-img img{
    width: 100%;
    border-radius: 50%;
}

.auth-social-icons.social-icons{
    padding-bottom: 15px;
    display: table;
}

.auth-social-icons.social-icons a{
    width: 35px;
    height: 35px;
}

.ad-top-mobile{
    display: none;
}

.ad-top-desktop{
    display: block;
}

.second-ad-mobile-home{
    display: none;
}

.third-ad-mobile-home{
    display: none;
}

.fourth-ad-mobile-home{
    display: none;
}

.flat-share .shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper{
    float: right;
}

.flat-share{
    margin-top: 10px;
}

.flat-share .shareaholic-share-buttons-container li.shareaholic-total-count .shareaholic-shares-label{
    top: 11px !important;
}

.exclusive{
    color: white;
    background-color: #d9bf91;
    font-family: 'Roboto';
    font-size: 12px;
    padding: 0 4px;
    margin-top: 0px;
    display: table;
    float: right;
    line-height: 16px;
}

.mobile-hidden-menu{
    display: none;
}

.cat-exl{
    float: right;
    text-align: right;
}

.wpcf7-text{
    width: 100%;
}

.wpcf7-textarea{
    width: 100%;
}

.commentcount{
    display: none;
}

.header > .row{
    opacity: 1;
    transition: width 0.5s linear;
}

.see_also{
    margin: 20px 0;
}

.see_also a{
    color: #d9bf91;
    padding-left: 5px;
}

.see_also span{
    font-weight: bold;
}

.gallery{
    margin-left: -5px;
    overflow: hidden;
}

.gallery-item{
    float: left;
    overflow: hidden;
    padding: 6px;
}

.screen-reader-response{
    display: none;
}

.wpcf7-response-output.wpcf7-validation-errors{
    width: 100%;
    float: left;
    font-size: 15px;
    margin-top: 70px;
}

.captcha-code .input__label-content{
    font-size: 17px !important;
}

.input__field{
    font-size: 14px;
}

.wp-caption-text{
    color: #d9bf91;
    font-size: 13px;
    padding-top: 7px;
    line-height: 16px;
}

.wpcf7-response-output.wpcf7-validation-errors{
    display: none;
}

.menu-fixed ul.nav-menu li a{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}

.no-link{
    cursor: pointer;
}

.show{
    display: block !important;
}

.slideshow_container {
    overflow: hidden;
}

.overall-title{
    overflow: hidden;
}

.no-fb-cmt-btn{
    float: right;
    display: block;
    background-color: #d9bf91;
    color: #FFF;
    padding-top: 6px;
    padding-bottom: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    font-family: Roboto;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
    text-align: center;
    width: 150px;

    transition: background-color 0.3s, color 0.3s;
    position: relative;

    cursor: pointer;
}

.no-fb-cmt-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

    border: 2px solid #d9bf91;
}

.no-fb-cmt-btn:hover{
    background-color: #fff;
    color: #d9bf91;
}

.no-fb-cmt-btn:hover::before{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    z-index: 1;
}

.not-facebook-comment{
  -webkit-transition: max-height 1s; 
  -moz-transition: max-height 1s; 
  -ms-transition: max-height 1s; 
  -o-transition: max-height 1s; 
  transition: max-height 1s;  
  overflow: hidden;
  max-height: 0;
  width: 100%;
}

.not-facebook-comment.show{
    max-height: 570px;
}

.not-facebook-comment textarea{
    width: 100%;
}

blockquote{
	font-style: italic;
    border-left: 1px dashed #ff6600;
    background: #f1f1f1;
}

.advertise-with-us{
	font-size: 17px;
    display: block;
    margin-bottom: -10px;
    margin-top: 20px;
    color: #d9bf91;
    width: 180px;
}

.overall-title.in-index .sidebar-title{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.overall-title.in-index{
    margin-bottom: -7px;
}

.overall-title .sidebar-title{
    line-height: 25px;
}

.nb_of_shares ul.shareaholic-share-buttons li.shareaholic-share-button{
    display: none !important;
}

.nb_of_shares .social-shares .shareaholic-share-buttons-container li.shareaholic-total-count .shareaholic-total-share-count{
    font-size: 19px;
    font-weight: 300;
}

.nb_of_shares .social-shares .shareaholic-share-buttons-container li.shareaholic-total-count .shareaholic-shares-label{
    top: 6px;
}

.nb_of_shares .social-shares .shareaholic-share-buttons-container li.shareaholic-total-count{
    margin-top: 0px !important;
    top: 0px;
}

@media (max-width:1200px) {
    ul.nav-menu li a{
        font-size: 14px;
    }

    ul.nav-menu.menu-full-takeover li a{
    	font-size: 13px;
    }

    .menu-fixed ul.nav-menu li a{
        font-size: 12px;
    }

    .social-icons a{
        width: 50px;
        height: 50px;
        margin-right: 6px;
    }

    .menu-fixed .sticky-logo{
        width: 177px;
        padding-right: 25px;
        padding-left: 15px;

        margin-top: 0px;
        margin-right: 0px;

    }

    .sticky-logo{
        width: 164px;

        padding-left: 0px ;
        padding-right: 0px ;

        margin-top: 1px;
        margin-right: 5px;
    }
}

.shareaholic-share-buttons-container.vertical ul.shareaholic-share-buttons{
    display: none !important;
}

/*=============================================
*============== Tablet version ================
*=============================================*/
@media (max-width:1000px) {
    .menu-inner .search-box{
        float: left;
        padding-left: 24px;
        width: 100%;
    }

    .menu-fixed .sticky-logo{
        display: none;
    }

    .menu-fixed .search-box{
        display: none;
    }

    .grid-article > .col-md-6{
        width: 358px;
        float: left;
    }

    .container > .row > .col-md-4{
        display: none;
    }

    /*.second-ad-mobile {
        display: block;
    }

    .third-ad-mobile {
        display: block;
    }

    .fourth-ad-mobile {
        display: block;
    }

    .ad-snippet img{
    	width: auto;

    } */

    .advertise-with-us{
    	margin-bottom: 10px;
    }

    .related-post-img{
        width: 375px;
        float: left;
    }

    .related-post-content{
        padding-left: 17px;
        overflow: hidden;
    }

    .flat-share{
        display: table;
        float: left;
        width: 100%;
    }

    .show-comments-btn{
        float: left;
        display: table;
        width: 100%;
    }

    .post_categories{
        padding-left: 0px;
    }

    .related-posts{
        display: table;
    }

    .social-shares{
        width: 100%;
    }

    .mennu-inner{
        display: table;
    }

    .menu-inner > .col-md-8{
        display: table;
        width: 100%;
    }

    ul.nav-menu li a{
        font-size: 14px;
    }


/*=============================================
 * ============== Mobile version ==============
*=============================================*/

@media (max-width:600px){
	.main-top-add{
		width: 100%;
		padding: 0 15px;
	}
}

@media (max-width:480px) {
    /*===================== header ===================== */ 
			 .country{
			  /*display: none;*/
        position:fixed;
        right: 65px;
        top: 19px;
    }

    #lang_shooser{
		font-size: 12px;
		background-color: #f2f2f4;
}

    }

/*    .country:after{
        content: "";
        position: absolute;
        right: 0px;
        top: 3px;
        width: 0; 
        height: 0; 
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 11px solid #333;
    }
	*/
	
    /*#lang_shooser{
        background-position: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        
        
        width: 40px;
        height: 20px;
        margin-left: 4px;
        background-size: 100%;
        color: transparent;
		
		display: none;
    }*/

    /*.backg_leb{
        background-image: url('./img/leb_flag.png');
        display: transparent;

    }

    .backg_uae{
        background-image: url('./img/uae_flag.png');
        display: transparent;
    }*/

    /*.lang_flag{
        display: none;
    }*/


    .header{
        padding-top: 100px;
        height: 0px;
    }

    .header-image{
        display: none;
    }    

    .header .row{
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #f2f2f4;
        width: 100%;
        height: 60px;
        z-index: 99;
        margin-right: 0px;
        margin-left: 0px;   
    }


    .full-takeover{
        padding-top: 120px;
    }
    /*==End header==*/ 


    /*===================== DropDown Mobile Menu Bar ===================== */ 
    .desktop-menu-display-sub{
        display: none;
    }

    .menu-menu-1-container{
        overflow: hidden;
        line-height: 50px;
    }

	.lang_flag{
        width: 21px;
    }

    .sticky-logo{
        width: 112px;
					 
        display: block !important;
        padding-top: 0px !important;

        padding-bottom: 0px !important;
        height: 60px;
        padding-left: 15px;
    }

    .mobile-menu-icon{
        display: inline;
        width: 37px;
        height: 41px;
        background-size: cover;
        float: left; 
        cursor: pointer;
        margin-top: 7px;
        background-color: transparent;
        
    }

	.third-ad-mobile-home-single{
		display: block;
	}
	
    .search-box{
        position: absolute;
 		width: auto !important;
        right: 10px;
        top: 10px;
        line-height: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .search-box form{
        width: 0px;
        float: right;
        /* transition: width 0.5s linear; */
        transition-duration: 0.3s;
    }

    .search-box form.change-size{
        width: 173px !important;
    }

    .search-desktop-logo{
        display: none;
    } 

    .search-box .search-mobile-logo{
        width: 30px;
        height: 30px;
        display: block;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        float: right;
        margin-right: 10px;
        background-color: #f2f2f4;
        cursor: pointer;
    }

    .search-box .search-field{
        margin-top: 0px;
        padding: 0px;
        border-bottom: 1px solid #d9bf91;
        color: #d9bf91;
        background-color: #f2f2f4;
        border-radius: 0% !important;
        -webkit-appearance: none;
    }



    .mobile-menu-display-sub{
        position: absolute;
        top: 10px;
        right: 0px;
        height: 40px;
        width: 40px;
        display: block;
        cursor: pointer;
        background-image: url("./img/Arrow.png");
        background-size: 12px; 
        background-position: 15px 11px;
        background-repeat: no-repeat;
    }

    .mobile-side-menu-background{
        position: absolute;
        top: 60px;
        left: 0px;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .follow-us{
        display: table;
        width: 100%;
        padding-top: 30px;
        font-weight: bold;
        padding-left: 12px;
        font-size: 14px;
        padding-right: 8px;
        color: #bfa370;
        line-height: 44px;
        height: 150px;
    }

    .follow-us a{
        display: block;
        height: 40px;
        width: 40px;
        float: right;
        background-size:40px 40px;
        background-position: 0 0;
        margin: 0 5px;
    }

    .follow_facebook{
       background-image: url("./img/follow_facebook.png"); 
    }

    .follow_twitter{
       background-image: url("./img/follow_twitter.png"); 
    }
    
    .follow_insta{
       background-image: url("./img/follow_insta.png"); 
    }

    /*==End DropDown Mobile menu bar==*/ 

    
    /*===================== Second Menu Bar ===================== */ 

    .menu-upper{
        position: fixed;
        width: 100%;
        top: 60px;
        left: 0px;
        background-color: #d6d6d6;
        height: 50px;
        display: block;
        transition: top 0.5s ease-in-out, opacity 0.2s linear;
        opacity: 1;

        

    } 

    .menu-upper.menu-up{
        /*top: -50px;*/
        opacity: 0;
    }

    .menu-upper #menu-menu-1{
        padding-left: 0px;
        margin-bottom: 0px;
        overflow: hidden;
        list-style-type: none;
        height: 100%;
        width: 1000px !important;
    }

    .menu-upper ul li{
        float: left;
        height: 100%;
    }

    .menu-upper ul li a{
        color: white;
        height: 100%;
        width: 100%;
        display: block;
        padding: 0 10px;
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'Roboto Condensed';
        font-weight: bold;

    }

    .menu-upper li:hover a{
        background-color: transparent;
    }

    .menu-upper ul li.current-menu-item{
        background-color:white !important;
    }

    .menu-upper ul li.current-menu-item a{
        color: black;
    }

    .menu-upper ul.sub-menu li{
        display: none;
    }

    /* swiper styling */
    .swiper-container {
        width: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: auto !important;
    }


    .plus-sign{
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 999;
        background-color: #d6d6d6;
        background-size: 35% 50%;
        background-repeat: no-repeat;
        background-position: 18px 12px;
        cursor: pointer;
        display: none;
    }   
    /*==End Second Menu Bar==*/ 

    .post_categories{
        text-align: left !important;
        padding-left: 0px;
    }

    .post_categories .categories_name{
        overflow: hidden;
        display: block;
        height: auto;
    }


    /*===================== HOME PAGE ===================== */ 
    .entry-title, .entry-title a{
        font-size: 28px ;
        line-height: 28px;
        margin-top: 20px;
    }

    .share-buttons{
        padding-right: 0px;
        text-align: left;
    }

    .shareaholic-share-buttons-container li.shareaholic-share-button:first-child{
        padding-left: 0px !important;
    }

    .social-shares .shareaholic-share-buttons-container li.shareaholic-total-count{
        position: absolute;
        left: 0px;
        top: 11px;

    }  

    .social-shares{
        padding-bottom: 10px !important;
        overflow: hidden;
    }

    .social-shares.flat-share{
        float: left;
    }

    .row .flat-share .shareaholic-share-buttons-container ul.shareaholic-share-buttons{
        float: right !important;
        margin-top: 0px !important;
    }

    .widget-area{
        display: none !important;
    }

    .grid-article > div{
        width: 50%;
        float: left;
    }

    .grid-article > div:nth-child(odd){
        padding-right: 5px;
    }

    .grid-article > div:nth-child(even){
        padding-left: 5px;
    }
    
    .grid-article-sidebar > div{
        width: 100%;
        padding: 0 10px !important;
    }

    .grid-article-sidebar img{
        height: 100% !important;
    }

    .grid-article img{
        height: auto;
    }

    .grid-article .category{
        font-size: 13px;
    }

    .grid-article .excerpt{
        display: none;
    }

    .grid-article h2.title{
        line-height: 18px;
        margin-bottom: 15px;
    }

    .grid-article .title a{
        font-family: 'Roboto Condensed';
        font-size: 17px;
        font-weight: bold;
        display: block;
        height: 35px;
        overflow: hidden;
    }

    .grid-article .title a:after{
        content:'...';
        position: absolute;
        top: 48px;
        left: 6px;
    }

    .seperator{
        width: 100%;
        height: 40px;
    }

    #second-add{
        display: block;
    }

    
    .read-more, .read-more:hover{
        height: 42px;
        padding-top: 12px;
        margin-top:0px;
        margin-bottom: 25px;
    }
    
    a.nav-next{
        height: 42px;
        padding-top: 12px;
    }

    a.nav-previous{
        height: 42px;
        padding-top: 12px;
    }

    .prev-posts{
        margin-bottom: 15px;
    }

    .prev-posts a{
        height: 42px;
        padding-top: 12px;
    }

    .next-posts a{
        height: 42px;
        padding-top: 12px;
    }

    /*==END HOME PAGE==*/

    /*===================== SINGLE PAGE ===================== */ 

    .row .shareaholic-share-buttons-container ul.shareaholic-share-buttons{
        margin-left: 95px !important;
        margin-top: 10px !important;

        /*padding-top: 0px !important;*/
        padding-bottom: 15px !important;
    } 

    .related-post-img{
        width: 50%;
        padding-right: 5px;
        float: left;
    }

    .related-post-content{
        width: 50%;
        float: left;
        display: block;
        padding-left: 5px;
    }

    .related-post-content .related-title{
        height: 40px;
        overflow: hidden;
    }

    div.overall-exp .overall-title, div.highlights .highlights-title{
        height: auto;
    }

    .overall-title h3:nth-child(even){
        width: 100%;
        padding-right: 15px !important;
        float: left !important;
        padding-left: 0px;
        margin-top: 0px;

        margin-bottom: 10px;

        line-height: 20px;
    }

    .in-index.overall-title h3:nth-child(even){
        margin-bottom: 0px;
    }


    .second-ad-mobile{
        display: block;
    }

    .third-ad-mobile{
        display: block;
    }

    .sidebar-date{
        margin-top: 0px !important;
    }

    .related-posts{
        padding-top: 10px;
    }

    div.related-post-content p.related-title{
        font-family: 'Roboto Condensed';
        font-weight: bold;
        font-size: 18px;
    }

    .overall-title > h3:first-child{
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .in-index.overall-title > h3:first-child{
        padding-bottom: 10px;
    }

    .highlights-title > h3{
        margin-bottom: 0px !important;
        padding-bottom: 20px;
        padding-left: 15px !important;
        padding-right: 15px;
    }
    
    .overall-title > h3{
        padding-left: 15px !important;
        padding-right: 15px;
    }

    div#review-field{
        border-bottom: none;
        padding-left: 15px;
        margin-bottom: -2px;
        padding-right: 15px;
    }

    .highlights{
        padding-top: 20px;
    }

    div.post-content{
        margin-top: 5px;
    }

    div.overall-exp .overall-title{
        border-bottom: none;
    }

    .overall-exp .review-fields > #review-field:nth-child(2n + 1){
        background-color: #f2f2f4;
    }

    .highlights .review-fields > #review-field:nth-child(2n){
        background-color: #f2f2f4;
    }

    .reviews{
        margin: 0 -15px;
    }

    .post-details{
        overflow: hidden;
    }

    .post-details > div:first-child{
        float: left;
        width: 100%;
    }

    .post-details > div:last-child{
        float: left;
        width: 100%;
    }

    .post_categories *{
       float: left;
    }

    .grid-article .date{
        float: left;
        padding-right: 5px;
        color: #b2b2b2;
    }

    /*==END SINGLE PAGE==*/

    /* ================================
     * ========== CONTACT US ==========
     * ================================ */

    .contact_us form input{
        width: 100%;
    }

    .contact_us textarea{
        width: 100%;
    }

    .wpcf7-form-control.wpcf7-submit{
        position: relative;
        height: 40px;
    }
        
    /* == END CONTACT US == */

    .social-shares .shareaholic-share-buttons-container li.shareaholic-share-button{
        padding-left: 1px !important;
        padding-right: 1px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .social-shares ul.shareaholic-share-buttons li.shareaholic-share-button{
        /*float: right !important;*/
    }

    .comment-box{
        margin-right: 1px;
        margin-top: 0px;
        /*margin-left: 1px;*/
    }

    .service-google_plus{
        display: none !important;
    }

    .service-linkedin{
        display: none !important;
    }

    .service-email_this{
        display: none !important;
    }

    .score_stars{
        float: left;
    }

    .ad-top-mobile{
        display: block;
    }

    .ad-top-mobile .ad-snippet{
    	padding-left: 0px !important;
    	padding-right: 0px !important;
    }

    .ad-top-mobile .ad-snippet iframe{
    	margin: 0 auto;
    	display: table;
    }

    .ad-top-desktop{
        display: none;
    }

    .second-ad-mobile-home{
        display: block;
        margin-bottom: 32px;
    }

    .third-ad-mobile-home{
        display: block;
    }

    .fourth-ad-mobile-home{
        display: block;
    }

    /* ===============================
     * ========== PUSH LEFT ==========
     * =============================== */

     .menu-menu-1-container > ul#menu-menu-1{
        display: none !important;
     }

    .mobile-hidden-menu{
        height: 100%;
        width: 280px;
        background-color: #d9bf91;
        left: 0;
        top: 60px;
        z-index: 999;
        position: fixed;
        overflow-y: auto;
        overflow-x: visible;
        transform: translate(-280px,0);
        display: block;
        box-shadow: 0 0 15px grey;
    }

    .ssm-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.2);
        display: none;
        z-index: 1;
    }

    ul.nav-menu{
        margin-top: 0px;
        position: absolute;
        top: 0px;
        left:0px;
        z-index: 9;
        width: 100%;
        height: auto;
        background-color: #d9bf91;
        overflow: hidden;
    }

    ul.nav-menu li{
        display: block;
        width: 100%;
        overflow: hidden;
        background-color: #d9bf91; 
    }

    ul.nav-menu li a{
        color: #FFF;
        border-bottom: 1px solid #c8ac7a;
        font-size: 18px;
        font-weight: normal;
        width: 100%;
        padding: 17px 0px;
        padding-left: 12PX;
        text-align: left;
    }

    ul.nav-menu li:hover{
        background-color: #c8ac7a ;
    }

    ul.nav-menu li:hover .sub-menu{
        display: none;
    }


    ul.nav-menu li a:active{
        background-color: #c8ac7a !important;
    }

    ul.nav-menu li .sub-menu{
        position: inherit;
        top:0px;
        border-top: none;
        width: 100%;
    }

    ul.nav-menu li .sub-menu li{
        border-bottom: none !important;
    }
    
    ul.sub-menu{
        display: none;
    }



    ul.nav-menu li .sub-menu li a{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 20px !important;
        font-weight: normal;
        color: rgba(255, 255, 255, 0.5) !important;
        font-size: 14px;
    }


    ul.nav-menu li .sub-menu li:hover ul.nav-menu li{
        background-color: transparent !important;
    }

    .main-site{
        overflow: hidden;
    }

    .comment-form input, .comment-form textarea {
        width: 100%;
    }

    .flat-share .shareaholic-share-buttons-container li.shareaholic-total-count .shareaholic-shares-label{
        top: -8px !important;
        left: 42px;
    }

    .flat-share .shareaholic-share-buttons-container.rectangle:not(.vertical) li.shareaholic-total-count{
        padding: 0px 0px !important;
    }

    ul.nav-menu li .sub-menu{
        opacity: 1 !important;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }

    .grid-article > .col-md-6{
        width: 50%;
    }

    #related-post:nth-child(n + 4){
        display: none;
    }

    .hide-on-mobile{
        display: none !important;
    }

    div ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon, 
    div ul li.shareaholic-share-button i.shareaholic-service-icon, 
    div ul.shareaholic-share-buttons li i.shareaholic-service-icon, 
    ul li i.shareaholic-service-icon{
        width: 35px;
        height: 35px;
    }

    .round-share .service-all{
        background-position: 8px;
    }

    .comment-box{
        width: 35px;
        height: 35px;
    }

    #comments{
        margin-bottom: 10px;
    }

    .no-fb-cmt-btn{
        float: left;
    }

    .index-rating{
        font-size: 31px !important;
    }

    .advertise-with-us{
    	margin-bottom: 10px;
    }

    .ad-snippet img{
    	width: 100%;
    }

    div.excerpt{
        line-height: 24px;
    }

   


}


.shareaholic-share-buttons-container.floated  {

	display:none;
}
