
body {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-size: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #7e7e7e;
    border-width: 1px;
    border-style: solid;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border linear .3s;
    -webkit-transition: border linear .3s;
    -o-transition: border linear .3s;
    transition: border linear .3s;
}

textarea {
    padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    background: rgba(62, 212, 255, 0.5);
    border-color: #01b1d7 !important;
    outline: none;
    color: #333;
}

.btn {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 120px;
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.btn:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.container {
    position: relative;
    z-index: 3;
}

/*Header*/
/*Top nav left*/
.top-nav {
    ;
    color: #333;
    line-height: 37px;
    border-bottom: 1px solid #fcaf17;
}

/*Top left Menu*/
.top-left {
    float: left;
}

.top-left ul >li {
    display: inline-block;
    margin-right: 15px;
}

.top-left a {
    font-size: 16px;
    color: #333;
}

.top-left a:hover {
    color: #000;

}

/*Top Right Menu*/
.top-right {
    float: right;
}

.top-right p:before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #000;

    margin-right: 10px;
}

.top-right p {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.top-right p > span {
    margin-left: 5px;
    font-style: italic;
    font-weight: 400;
}


/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,1);
    color: #fff;
    z-index:10;
    -moz-box-shadow: 0 1px 2px #ebebeb;
    -webkit-box-shadow: 0 1px 2px #ebebeb;
    box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}

.navbar {
    margin:0;
}

#main-nav .navbar-header a {
    color: #fff;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
    background-color: #fcaf17;

}

#main-nav .navbar-toggle span {
    background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-left {
    margin-top: 2px;
}
#main-nav .navbar-left li > a {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #555;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

#main-nav .navbar-left li > a:focus {
    color: #000;

    background: none;
    outline: none;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
    color: #000;

    background: none;
}

/*#main-nav .navbar-nav li:last-child a{font-size:15px;}*/

/*Search Form*/
.search-form {
    padding: 10px;
    position: absolute;
    bottom: -76px;
    right: 15px;
    z-index: 3;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s linear;
    -moz-box-shadow: 0 1px 2px #ebebeb;
    -webkit-box-shadow: 0 1px 2px #ebebeb;
    box-shadow: 0 1px 2px #ebebeb;
}

.search-form.visible {
    visibility: visible;
    opacity: 1;
}

.search-form input {
    height: 40px;
    width: 275px;
    border-color: #e8e8e8;
}


.navbar-nav li:first-child:after{width:0;}
.navbar-brand{width:200px; background-image:url(../images/logo.png); background-repeat:no-repeat;}
.affix .navbar-brand{width:150px; background-position:-70px 0}

.affix .navbar-brand:hover{width:200px; background-position:0;}

.top-nav{position: relative; z-index: 9999;}

.health{background-color: #fcaf17;}
.business{background-color: rgba(1, 73, 138,1);}

.health:focus,.health:hover {background-color: #fcaf17;}
.health.active, .health:active, .open > .dropdown-toggle.btn-primary{background-color: #fcaf17;}
.health.active.focus, .health.active:focus, .health.active:hover, .health.focus:active, .health:active:focus, .health:active:hover, .open > .dropdown-toggle.health.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.health:hover{background-color: #fcaf17;}

.health{border:0;}
.dropdown-menu{z-index:9999; padding:0; border-radius:0;}
.navbar{z-index:1;}
.navbar-brand{height:35px; font-weight:700; padding:0; line-height:38px; padding-left:0;} 
.navbar-brand span{font-weight:400; background-color:#fff; color: rgb(1, 177, 215); border-right:#01b1d7 solid 2px; padding:7px 10px;}
.search-form{bottom:-62px;}
.srch{padding:10px;}
.navbar{min-height:36px;}
.header{background:rgb(255, 255, 255) none repeat scroll 0 0; padding:15px 0;} 

#home {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0,.2);
}

#ss{
    color: #58585a;
}

.slider{
    margin-top: 10px;
}

.blog-meta{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 11px;
    font-style: italic;
    padding: 2px 0px;
}

.blog-text h3, h4{
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-text .btn {
    background-color: #fcaf17;
    color: #fff;
    padding: 8px 12px;
    margin-top: 10px;
}

.blog-text .btn:hover {
    background-color: #ffc95f;
}

.blog-meta span{
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px solid #7e7e7e;
}

.blog-meta span:first-child{
    padding-left: 0px;
}

.blog-meta span:last-child{
    border-right: 0px;
}

.sec-inner-cont {
    padding: 50px 0px;
}

.wrapper > img, iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

.wrapper {
    width: 100%;
    margin: 1.5em auto;
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item-blog {
    display: inline-block;
    background: #f5f5f5;
    padding: 0.8em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    position:relative;
}

.item-blog a{
    color: #333;
}
.item-blog a:hover{
    color: #4e4e4e;
}

.item-blog h5{
    color: #4e4e4e;
    text-transform: uppercase;
}

.item-blog .blog-meta span{
    padding-right: 20px;
}
.item-blog .blog-meta span:last-child{
    padding-right: 0px;
}

.title, .footer {
    text-align: center;
}

.title {
    font-size: 1.75em;
    margin: .25em 0;
}

.title a {
    display: inline-block;
    padding: .75em 1.25em;
    color: #888;
    border: 2px solid #aaa;
    margin: .25em 1em 1em;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.title {
    color: #666;
}

.title a:hover {
    color: #666;
    border-color: #888;
}


.share-link,
.article-link {
    color: #888;
}

.rating-star span{
    color: #fcaf17;
}

#owl-restaurant .owl-nav {
    position: absolute;
    top: -30px;
    right: 0px;
    width: 100%;
    bottom: auto;
}

.recipes a{
    color: #333;
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 100%;
    }
}

.side-bar-cont{
    background-color: #fff;
    padding: 10px;
    border: 1px #ccc solid;
}

.side-bar-cont ul{
    margin-bottom: 30px;
}

.side-bar-cont ul li{
    padding: 10px 0px;
    border-bottom: 1px dotted #ccc;
}

.side-bar-cont ul li a{
    color: #3b3b3b;
}

.side-bar-cont ul li a:hover{
    color: #ffc95f;
}

.side-bar-cont ul li span{
    float: right;
    color: #7e7e7e;
}

.side-bar-cont ul li a::before {
    content: "\f101";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
}

.owl-nav {
    position: absolute;
    bottom: 28px;
    right: 16px;
    width: 100%;
}

.owl-next {
    position: absolute;
    text-align: right;
    right: 0px;
    color: #fff;
    background-color: #4e4e4e;
    padding: 0px 5px;
    font-size: 20px;
}

.owl-next:hover {
    cursor: pointer;
    background-color: #000;
}

.owl-prev {
    position: absolute;
    text-align: right;
    right: 20px;
    color: #fff;
    background-color: #4e4e4e;
    padding: 0px 5px;
    font-size: 20px;
}

.owl-prev:hover {
    cursor: pointer;
    background-color: #000;
}

.owl-carousel .item h4{
    color: #f179af;
}

.owl-carousel .item h6 {
    color: #4e4e4e;
}

.advertisement-lbl{
    font-size: 10px;
    color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.side-bar-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #151515;
}

.panel {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel ul li a::before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
}

.news-item .news-item-info {
    padding: 0px 15px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.no-margin-top {
    margin-top: 0px;
}

footer{
    background-color:  #151515;
    padding: 11px 0px 1px 0px;
}

footer span{
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #7e7e7e;
    font-size: 12px;
}

footer span a{
    color: #7e7e7e;
}

footer span a:hover{
    color: #fff;
}

footer span:first-child{
    padding-left: 0px;
}

footer span:last-child{
    border-right: 0px;
}

.item-blog .btn {
    background-color: #fcaf17;
    color: #fff;
    padding: 8px 12px;
    margin-top: 10px;
}

.navbar-toggle {
    border-radius: 0px;
}

.news-item table tr td a{
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    background-color: #fcaf17;
    padding: 5px 10px;
}

.news-item table tr td a:hover{
    color: #e8e8e8;
    background-color: #ffc95f;
}

.cloud a {
    background: rgb(246, 246, 246) none repeat scroll 0 0;
    clear: both;
    color: rgb(124, 124, 124);
    display: inline-block;
    font-size: 11px !important;
    letter-spacing: 1px;
    margin: 3px;
    padding: 5px 10px;
    text-transform: uppercase;
}

@media (max-width: 768px){
    .navbar-brand {
        margin-top: 8px;
    }
    
    .main-nav{
        padding-right: 0px;
        padding-left: 0px;
    }
}