body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    background: #F4F4F4;
}

h1, h2, h3, h4, h5 {
    font-family: 'Bitter', serif;
}

html, body {
    height: 100%;
    margin: 0;
}

.container {
    position: relative;
    max-width: 1170px;
    width: 100%;
}

.btn {
    border-radius: 2px;
    padding: 0px 16px;
    background-color: #f47500;
    color: #fff;
    height: 40px; line-height: 40px;
}

.btn-default {
    background-color: #f4f4f4;
    color: #333;
    border-color: #f4f4f4;
}

.btn:hover {
    background-color: #e86f00;
    color: #fff;
}

.btn-default:hover {
    background-color: #ececec;
    color: #333;
    border-color: #ececec;
}

.btn-theme span {
    margin-right: 4px;
}

.navbar-right .btn {
    font-weight: bold;
    /* margin-left: 5px; */
}

.navbar-right .navbar-left .btn {
    margin-right: 5px;
}
.scrollup span{
    margin-right: 0px !important;
}

img {
    max-width: 100%;
}

.navbar-right .navbar-left .btn:last-child {
    margin-right: 0;
}

.search input[type="text"] {
    border: none;
    max-width: 100%;
    width: 75px;
    transition: width 0.5s ease 0s;
    outline: none;
}

.search input[type="text"]:focus {
    width: 150px;
}

button.glyphicon.glyphicon-search {
    background: transparent;
    border: none;
}

#header {
    padding-top: 15px;
    background: #fff;
}

.logo {
    float: left;
}

.primary-menu {
    clear: both;
}

.navbar-form .form-control {
    border: 0 none;
    margin-right: 10px;
    font-weight: normal;
    color: #555555;
    outline: none;
    box-shadow: none;
    /* width: 100px; */
    /* transition: width 0.5s ease 0s; */
    font-family: 'Open Sans', sans-serif;
}

.navbar-form .input-group {
    margin-bottom: 10px;
}

.navbar-form .input-group .form-control:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.navbar-form {
    margin: 0;
    padding-right: 0;
}

.navbar-form .form-control:focus {
    /* width: 150px; */
}

.navbar-form button {
    color: #f47500;
    font-size: 24px;
    top: 6px;
}

.navbar-header {
    margin-bottom: 10px;
}

#pri-navbar .container {
    position: relative;
}

.navbar-right {
    position: absolute;
    right: 30px;
    top: -50px;
}

#pri-navbar {
    padding: 0;
    background: #f47500;
}

.primary-menu {
    padding: 12px 0;
}

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

.primary-menu ul li {
    float: left;
    padding-right: 30px;
}

.primary-menu ul li a {
    color: #fff;
    font-weight: bold;
}

.primary-menu ul li a:hover {
    text-decoration: none;
}

.slider-bg img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 105%;
    min-height: 105%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#headerBanner {
    margin: 0;
}

#headerBanner .recipeItem {
    margin: 20px auto;
    max-width: 950px;
    background-color: #FFFFFF;
    position: relative;
}

#headerBanner .recipeItemBody {
    max-height: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px 20px 20px 340px;
}

#headerBanner .recipeImg {
    float: left;
    max-width: 300px;
}

#headerBanner .recipeItem h2 {
    font-family: 'Bitter', serif;
    font-size: 42px;
}

#headerBanner .description h2, #headerBanner .description br {
    display: none;
}

#headerBanner .recipeItem .itemCategory {
    padding-left: 30px;
}

.contentMeta {
    margin-bottom: 10px;
}

.contentMeta span, .contentMeta a {
    color: #f47500;
    display: inline-block;
}

.dateAdded {
    margin-right: 5px;
}

.contentMeta span.glyphicon {
    color: #333;
}
.pagemore{ 
    text-align: center;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .brand-logo {
        float: left;
        margin-left: 10px;
        width: calc(100% - 70px);
    }

    .brand-logo img {
        max-width: 100%;
    }

    .navbar-right {
        position: static;
        padding-bottom: 10px;
    }

    .primary-menu ul li {
        float: none;
        border-bottom: 1px solid #fb8416;
    }

    .primary-menu ul li a {
        display: block;
        padding: 7px 0;
    }

    .navbar-form {
        border: none;
        box-shadow: none;
        padding: 0 0 10px;
    }

    .navbar-form .form-control {
        /* width: calc(100% - 50px); */
        /* display: inline-block; */
    }

    .navbar-form button {
        color: #fff;
    }

    .navbar-right .btn-theme {
        background: #585858;
        /* margin-bottom: 10px; */
    }

    #headerBanner .item {
        /*max-width: 400px;*/
        margin: 0 auto;
        height: 210px;
    }

    #headerBanner .recipeImg {
        float: none;
        max-width: none;
    }

    #headerBanner .recipeImg img {
        width: 100%;
    }

    #headerBanner .recipeItemBody {
        padding: 20px;
    }

    #headerBanner .recipeItemBody h2 {
        margin: 10px 0;
    }
}

.navbar-toggle {
    font-size: 32px;
    padding: 0;
    margin: 0 10px;
}

.recipeItem {
    background: #fff;
    margin-bottom: 30px;
}

.recipeItem h2 {
    font-size: 24px;
    margin: 0 0 10px;
}

.recipeItem .recipeItemBody {
    padding: 20px;
}

.recipeItem h2 a {
    color: #333;
}

.recipeItem h2 a:hover {
    text-decoration: none;
}

.recipeItem .starRating {
    padding-right: 10px;
}

.contentMeta .starRating .colorTheme {
    color: #f47500;
}

.recipeItem .dateAdded {
    padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .recipeItem .starRating {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recipeItem .starRating, .recipeItem .dateAdded {
        display: block;
        padding-bottom: 5px;
    }
}

.receipeList .col-sm-4:nth-child(3n+1) {
    clear: left;
}

.push {
    height: 140px;
}

.siteFooter {
    background: #fff;
    text-align: center;
    padding: 50px;
    height: 140px;
}

.siteFooter a {
    color: #333;
}

.siteFooter .copyrigthInfo {
    font-size: 11px;
    color: #9f9f9f;
}

@media (min-width: 768px) {
    .sideBar {
        width: 300px;
        /*float: left;*/
        position: absolute;
        top: 30px;
        right: 15px;
        
    }

    .carousel-inner>.item {
        height: 210px;
    }

    .carousel .recipeItem .recipeImg img {
        width: auto;
        max-height: 180px;
        max-width: 100%;
    }

    .fullPageContent {
        margin-right: 330px;
    }
}

.sideBar .banner1 {
    padding-bottom: 30px;
}

.siteBody .detailsPage {
    padding-top: 30px;
}

.recipeMianImage img {
    width: 100%;
    cursor: pointer;
}

.detailsPage .starRating {
    font-size: 26px;
    padding-top: 10px;
    display: block;
}

.siteBody .recipeAuthor {
    display: block;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #2c2c2c;
}

.siteBody .recipeAuthor .title {
    color: #333;
}

.recipeDetails ul {
    padding-left: 20px;
}

.recipeDetails h2 {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.commentBlock {
    padding-bottom: 30px;
}

.commentBlock input[type=text], .commentBlock textarea {
    display: block;
    border: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}

.commentBlock textarea {
    min-height: 100px;
}

ul.commentList {
    padding: 0;
    list-style-type: none;
}

.commentItem .commentUser {
    display: block;
    color: #e86f00;
    font-weight: bold;
    font-style: italic;
}

.commentItem .commentDate {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #888;
    padding: 2px 0;
}

.pageTitle {
    font-size: 40px;
    margin: 20px 0;
}

.register-form, .login-form {
    background-color: #fff;
    max-width: 400px;
    margin: 50px auto;
    padding: 50px;
}

.register-form input, .login-form input {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.register-form input, .register-form button, .login-form button{
    width: 100%;
    margin-bottom: 20px;
}

.pageContiner {
    min-height: 100%;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -140px;
}

.receipeList {
    margin-top: 30px;
    margin-bottom: 30px;
}

#frmcomment #btncommit {
    float: right;
}

.captchaBlock {
    float: left;
}

.captchaBlock img {
    display: inline-block;
    padding: 5px 0;
    background-color: #c8c8c8;
    margin: 0;
    margin-right: 10px;
}

.captchaBlock input {
    float: right;
    width: 100px !important;
}

.carousel-control.right {
    right: 15px;
}

.carousel-control.left {
    left: 15px;
}

.manage-recipe .recipeImg img {
    max-width: 200px;
    margin: 10px 0;
}
#fileImagesText  {
    margin-top:20px;
    display:block;
}
#fileImagesText .recipeimg {
    display:inline-block;
    margin-right:30px;
}
#fileImagesText .recipeimg img {
    margin:10px;
} 
#fileImagesText .col-md-3{
    width:auto;
}
form#frmrecipe .btn-lg {
    font-size: 14px;
}
.description {
    display: none;
}
#headerBanner .recipeItem {
    display: none;
}
.carousel-control.left {
    left:0;
}
.carousel-control.right {
    right: 0;
}

.p-tb{padding-top: 20px; padding-bottom: 20px;}
.cta{
    display: inline-block !important; padding: 5px 20px !important;
    color: #fff; background-color: #337ab7;
}
.cta:hover{
    color: #fff; background-color: #286aa3 !important;
}

.manage-recipes{padding: 20px 15px;}
.manage-recipes table{width: 100%;}
.manage-recipes table thead tr{background-color: #f47500;}
.manage-recipes table thead tr th{padding: 10px; color:  #fff;}

.manage-recipes table tbody tr:nth-child(even){background-color: #fff;}
.manage-recipes table tbody tr td{padding: 10px;}

.receipeList ul{padding: 0px; margin: 0px; list-style: none;}
.receipeList ul li{padding: 15px; margin: 0px; float: left; width: 33.333%;}
.receipeList ul li .recipeItem{margin-bottom: 0px;}
.receipeList ul li .recipeImg{text-align: center;}
.receipeList ul li .recipeImg img{width: 100%;}

.grid:after {content: ''; display: block; clear: both;}
.grid-item {margin-bottom: 30px;}
.grid-sizer {width: 33.333%;}

.scrollup {
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 25px;
    display: none;
    padding: 0px 14px 0 16px;
}

@media only screen and (max-width: 992px){
    .navbar-header img{max-width: 180px;}

    .receipeList ul li{width: 50%;}
    .grid-sizer {width: 50%;}
}

@media only screen and (max-width: 768px){
    .manage-recipes table, .manage-recipes thead, 
    .manage-recipes tbody, .manage-recipes th, 
    .manage-recipes td,.manage-recipes tr {
	    display: block;
    }

    .manage-recipes table thead tr {position: absolute; top: -9999px; left: -9999px;}
    .manage-recipes table tr { border-top: 1px solid #ccc; }
    .manage-recipes table tr:last-child { border-bottom: 1px solid #ccc; }
    .manage-recipes table td {
        border: none; border-bottom: 1px solid #eee;
	    position: relative; padding: 5px 5px 5px 50% !important;
    }
    .manage-recipes table td:before {
	    position: absolute; top: 6px; left: 6px; width: 45%;
	    padding-right: 10px; white-space: nowrap;
    }
		
    .manage-recipes table td:nth-of-type(1):before { content: "Title"; }
    .manage-recipes table td:nth-of-type(2):before { content: "Category"; }
    .manage-recipes table td:nth-of-type(3):before { content: "Posted On"; }
    .manage-recipes table td:nth-of-type(4):before { content: "Approval Status"; }
    .manage-recipes table td:nth-of-type(5):before { content: "Status"; }
    .manage-recipes table td:nth-of-type(6):before { content: "Actions"; }
    .sideBar {
        width: 100%;
        float: left;
        padding-bottom: 30px;
        text-align: center;
        position: relative;
        top: inherit;
        right: inherit;        
    }
    
}

@media only screen and (max-width: 600px){
    .receipeList ul li{width: 100%;}
    .grid-sizer {width: 100%;}
}



	
 
   