/* CSS Document */
/*
	Theme Name: Recipes Food
	Description: Recipes Food - Food & Restaurant HTML Template
	Version: 3.0
	Author: themearabia
	Website: http://themearabia.net/ 
*/
/* ------------------------------- */
/*         TABLE OF CONTENTS       */
/* ------------------------------- */
/*   00 - Basic Styles             */
/*   01 - General                  */
/*   02 - Header & Navigation      */
/*   03 - SubHeader & search       */
/*   04 - Recipes                  */
/*   05 - Chefs                    */
/*   06 - Videos                   */
/*   07 - Books                    */
/*   08 - Community                */
/*   09 - Blog                     */
/*   10 - Single                   */
/*   11 - Comments                 */
/*   12 - Widget                   */
/*   13 - Faq                      */
/*   14 - User Login & Register    */
/*   15 - Contacts                 */
/*   16 - About us                 */
/*   17 - separator & divider      */
/*   18 - Stars list               */
/*   19 - pagination               */
/*   20 - go up                    */
/*   21 - Shortcode                */
/*   22 - newsletter               */
/*   23 - pricing                  */
/*   24 - Revolution Slider        */
/*   25 - home                     */
/*   26 - Create Recipe            */
/*   27 - Review Box               */
/*   28 - Recipes Review           */
/*   29 - Footer                   */
/* ------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Imprima&subset=latin,latin-ext);
@import url("base.css");
@import url("bootstrap.min.css");
@import url("loaded.css");
@import url("font-awesome/css/font-awesome.min.css");
@import url("fontello/css/fontello.css");
@import url("elegant_font/elegant_font.min.css");
@import url("icomoon/icomoon.css");
@import url("settings.css");
/* 00 - Basic Styles */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #7daf74;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: #111;
    outline: 0;
}

body {
    font-size: 13px;
    line-height: 1.4;
    color: #555;
    background-color: #f5f5f5;
    font-family: "Imprima", Helvetica, Arial, sans-serif;
}

p {
    font-size: 14px;
}

iframe {
    width: 100%;
    display: block;
}

/* 01 - General */

.form-login input,
.form-contacts input,
.comment-form input {
    background-color: #f3f2eb;
    border: 1px solid #e5e5dc;
    -webkit-box-shadow: none;
    height: 38px;
    box-shadow: 0 1px 2px #e5e5dc inset;
    margin: 0px 0 20px 0;
    width: 100%;
}

.form-contacts textarea,
.comment-form textarea {
    background-color: #f3f2eb;
    border: 1px solid #e5e5dc;
    -webkit-box-shadow: none;
    box-shadow: 0 1px 2px #e5e5dc inset;
    width: 100%;
}

.white_bg{
    background-color: #fff;
}

.main_title {
    text-align: center;
    margin-bottom: 55px;
}

.main_title h2 {
    font-size: 46px;
    letter-spacing: -1px;
    font-weight: 300;
    margin-bottom: 0;
}

.main_title p {
    font-size: 16px;
    margin-top: 5px;
}

.nomargin_top {
    margin-top: 0;
}

.margin_top_40 {
    margin-top: 40px;
}

.margin_50 {
    padding-bottom: 15px;
    padding-top: 50px;
}

.margin_60 {
    padding-bottom: 60px;
}

.add_top_60,
.margin_60,
.margin_60_35 {
    padding-top: 60px;
}

.text-shrink {
    width: 65%;
    margin: 0 auto;
}

.text-highlight {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.page-not-found-background {
    width: 217px;
    height: 222px;
    border-radius: 50%;
    display: inline-block;
    background-color: #7daf74;
    margin-bottom: 30px;
}

.info-icons {
    background: #fff;
    border: 1px solid #f5f7fa;
    border-radius: 4px;
    margin-bottom: 25px;
}

.info-icons .semipart {
    border-bottom: none;
    border-right: 1px solid #f5f7fa;
    padding: 15px 10px;
    width: 33%;
    display: inline-block;
    text-align: center;
}

.info-icons .semipart:last-child {
    border: none;
}

.info-icons .semipart i {
    font-size: 48px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin-bottom: 15px;
    color: #7daf74;
}

.parallax-mirror {
    z-index: 1!important;
}

/* boxed */
/* just remove the below pattern19.jpg witch bg patterns you want to use 
pattern1.jpg, pattern2.png, pattern3.png, pattern4.png, pattern5.png, 
pattern6.png,  pattern7.png, pattern8.png, pattern9.png, pattern10.png, 
pattern11.png, pattern12.png, pattern13.jpg, pattern14.gif, pattern15.gif, 
pattern16.png, pattern17.png, pattern18.jpg, pattern19.jpg, pattern20.png
*/

.boxed {
	background: url("../img/patterns/pattern19.jpg") repeat;
}

.boxed #wrap {
	background: #f5f5f5;
	width: 1210px;
	margin: auto;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

/* bread crums */
.bread-crums {
    margin-top: 30px;
    font-size: 14px;
}

.bread-crums a, .bread-crums span {
    color: #f8f5ec;
}

.bread-crums-span {
    margin: 0 5px;
}

/* 02 - Header & Navigation */

/* header-top */
#header-top {
    background-color:#262626;
    color: #fff;
    min-height: 40px;
}
.main-menu-2 {
    text-align: right;
}
.main-menu-2 ul {
    padding:0;
    margin-top: 8px;
    text-align: right;
    font-size:14px;
    display: inline-block;
}

.main-menu-2 ul li {
    display:inline-block;
    background-color: #333333;
    border-radius: 4px;
    margin: 0;
    position: relative;
}

.main-menu-2 ul li:hover {
    background-color: #7daf74;
}

.main-menu-2 ul li a {
    color: #ffffe5;
    display: block;
        padding: 5px 10px;
}
.main-menu-2 ul ul {
    position: absolute;
}
.col-info {
    margin-top: 10px;
    font-size:14px;
    color: #fff;
}

/* select style */
#header-top .select-style {
    padding: 0;
    margin-top: 8px;
    width: 100px;
    border-radius: 2px;
    overflow: hidden;
    background-color: #2a363f;
	background: #404a53 url("../img/arrow-down.png") no-repeat 90% 50%;
}

#header-top .select-style select {
	color: #7daf74;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
    padding: 4px 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

#header-top .select-style select:focus {
    outline: none;
}

/* chromeframe and header */
.chromeframe, header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index:9999;
}

.chromeframe {
    background: #ddd;
    color: #000;
    padding: .2em;
    text-align: center;
    z-index: 99999;
    position: fixed;
    top: 0;
}

header {
    padding: 10px 0 0px 0;
    z-index: 9999;
    background: rgba(113, 168, 102, 0.9);
    min-height: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    top: auto;
}

/* header style 1 and style 2 */
header.style1 {
    top: 0px;
    background-color: #7daf74;
}

header.style1 .logo, header.style2 .logo {
    position: absolute;
}

header.style1 .logo, header.style2 .logo {
    top: 0px;
    left: 50%;
    margin: 0 0 0 -99px;
    z-index: 99;
}

header.style1.sticky .logo, header.style2.sticky .logo {
        top: -55px;
}

.menu-panel { 
    display: none;
}

header.style1 .main-menu>ul>li:first-child>a {
    padding-left: 0;
}

header.style2 {
    top: 40px;
    background-color: #7daf74;
}

/* logo */
header #logo img {
    /*margin-top: 20px;*/
}

header.sticky {
    background-color: #7daf74;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    z-index: 9999;
}

header.sticky #logo img {
    margin-top: 0;
}
/* main-menu */
.main-menu,
.main-menu ul,
.main-menu ul li,
.main-menu ul li a {
    position: relative;
    padding: 0;
    margin: 0;
}

.main-menu {
    z-index: 9;
    width: auto;
    float: right;
}

.main-menu a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.main-menu ul li a {
    display: block;
    padding: 10px;
}

.main-menu>ul>li>a {
    color: #fff;
    padding: 5px 15px 15px 15px;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

.main-menu>ul>li:last-child>a {
    padding-right: 0;
}

.main-menu>ul>li>a>i {
    display: block;
    margin: 0px auto 10px auto;
    text-align: center;
    font-size: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.main-menu>ul>li>a>i.fa {
    display: none;
}

header.sticky .main-menu>ul>li>a>i {
    display: none;
}

header .main-menu .menu-wrapper li a i {
    width: 25px;
    display: inline-block;
    font-size: 14px;
}

#close_in,
#header_menu,
.np-toggle-switch {
    display: none;
}

/* 03 - SubHeader & search */

#sub_content {
    vertical-align: middle;
    display: table-cell;
}

#sub_header {
    color: #fff;
    text-align: center;
    display: table;
    width: 100%;
    height: 520px;
    background: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: 2222;
    position: relative;
}

#short #sub_header {
    height: 300px;
}

#sub_header h1 {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    margin-top: 110px;
}

#sub_header h3 {
    margin: 20px auto;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}

#custom-search-input {
    top: 10px;
    padding: 0;
    width: 600px;
    margin: auto;
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px;
}

#custom-search-input .search-query {
    width: 600px;
    padding: 15px 30px;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .75);
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #444;
    background: #fff;
}

#custom-search-input input.btn_search {
    position: absolute;
    right: 20px;
    top: 14px;
    border: 0;
    width: 25px;
    height: 25px;
    background: url(../img/search.png) center right no-repeat;
    cursor: pointer;
}

#custom-search-input .search-query:focus,
#custom-search-input input.btn_search:focus {
    outline: 0
}

/* 04 - Recipes */

.col-recipe {
    position: relative;
    min-height: 160px;
    margin-bottom: 25px;
}

.col-recipe .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 155px;
    height: 155px;
    border: 5px solid #EFEFEF;
    border-radius: 100%;
    overflow: hidden;
}

.col-recipe .photo img {
    border-radius: 100%;
}

.col-recipe .excerpt {
    padding-left: 185px;
    position: relative;
    min-height: 155px;
    padding-top: 5px;
}

.col-recipe .excerpt h3 {
    margin-top: 5px;
}

.col-recipe .excerpt h3 a {
    color: #7daf74;
}

.col-recipe .excerpt p {
    font-size: 16px;
}

.col-recipe .excerpt .more {
    color: #ff7149;
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
}

.image-fader {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.4) rotate(50deg);
    -moz-transform: scale(0.4) rotate(50deg);
    -ms-transform: scale(0.4) rotate(50deg);
    -o-transform: scale(0.4) rotate(50deg);
    z-index: 2;
}

.col-recipe:hover .image-fader {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.col-recipe .hover-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
    color: #fff;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.col-recipe:hover .hover-icon {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.col-recipe .hover-icon a {
    color: #fff;
}

.col-recipe .hover-icon a:hover {
    color: red;
}

/* 05 - Chefs */

.col-chef {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto 25px auto;
    max-width: 300px;
    border: 1px solid #E5E5DC;
}

.col-chef .photo {
    display: block;
    border-radius: 4px;
}

.col-chef .chef-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.4) rotate(50deg);
    -moz-transform: scale(0.4) rotate(50deg);
    -ms-transform: scale(0.4) rotate(50deg);
    -o-transform: scale(0.4) rotate(50deg);
    z-index: 2;
    padding: 20px;
    text-align: center;
}

.col-chef .chef-overlay h3 a {
    color: #fff;
}

.col-chef .chef-overlay h3 a:hover,
.col-chef .chef-overlay h3 a:focus {
    color: #fff;
}

.col-chef .chef-overlay p {
    color: #fff;
    font-size: 16px;
}

.col-chef:hover .chef-overlay {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.col-chef .chef-overlay .social-links {
    margin-top: 25px;
    text-align: center;
}

.col-chef .chef-overlay .social-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 0 5px;
    background-color: #383838;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    border-radius: 100%;
}

.col-chef .chef-overlay .social-links a.fa-twitter:hover {
    background-color: #3c97fd
}

.col-chef .chef-overlay .social-links a.fa-facebook:hover {
    background-color: #36528e;
}

.col-chef .chef-overlay .social-links a.fa-instagram:hover {
    background-color: #4a7d98
}

.col-chef .chef-overlay .social-links a.fa-youtube:hover {
    background-color: #ab2a20
}

.col-chef .chef-overlay .social-links a.fa-google-plus:hover {
    background-color: #c13d28
}

.col-chef .chef-overlay .social-links a.fa-envelope:hover {
    background-color: #d93636
}

.chef-detail {
    padding: 40px 0 25px 0;
    background: #fafafa;
}

.chef-detail .chef-info .chef-media {
    float: left;
    width: 180px;
    border-radius: 3px;
}

.chef-detail .chef-info .chef-text .title {
    margin: 0 0 10px;
}

.chef-detail .chef-info .chef-text .title h3 {
    margin-top: 0;
}

.chef-detail .chef-info .chef-text .title small {
    display: inline-block;
    background-color: #7daf74;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    border-radius: 20px;
    line-height: 14px;
    padding: 4px 10px;
    margin-left: 10px;
}

.chef-detail .chef-info .chef-media figure {
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
}

.chef-detail .chef-info .chef-media figure img {
    border-radius: 3px;
    width: 100%;
}

.chef-detail .chef-info .chef-media ~ .chef-text {
    padding: 0 0 0 30px;
}

.chef-detail .chef-info .chef-text {
    width: 60%;
    display: inline-block;
}

.chef-detail .chef-info .chef-text p {
    margin-top: 15px;
}

.chef-detail ul.social-icons {
    width: 100px;
    margin-right: 0;
}

.chef-detail ul.social-icons li {
    display: inline-block;
}

.chef-detail ul.social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 0 5px 5px 0;
    background-color: #a2a1a1;
    color: #fff;
    vertical-align: middle;
    display: block;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}

.chef-detail ul.social-icons a.twitter:hover {
    background-color: #3c97fd;
}

.chef-detail ul.social-icons a.facebook:hover {
    background-color: #36528e;
}

.chef-detail ul.social-icons a.instagram:hover {
    background-color: #4a7d98;
}

.chef-detail ul.social-icons a.youtube:hover {
    background-color: #ab2a20;
}

.chef-detail ul.social-icons a.google:hover {
    background-color: #c13d28;
}

.chef-detail ul.social-icons a.vimeo:hover {
    background-color: #4c8ab0;
}

.chef-detail ul.social-icons a.pinterest:hover {
    background-color: #cb1f25;
}

.chef-detail ul.social-icons a.envelope:hover {
    background-color: #d93636;
}

/* 06 - Videos */

.col-video {
    position: relative;
    margin: auto;
    max-width: 350px;
    margin-bottom: 35px;
    border-radius: 4px;
    text-align: center;
}

.col-video .photo {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.col-video .photo img {
    width: 100%;
    transition: all 0.5s ease;
    transform: scale(1, 1);
}

.col-video:hover img {
    transform: scale(1.2, 1.2);
    transition: all 0.5s ease;
}

.col-video .image-fader {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.4) rotate(50deg);
    -moz-transform: scale(0.4) rotate(50deg);
    -ms-transform: scale(0.4) rotate(50deg);
    -o-transform: scale(0.4) rotate(50deg);
    z-index: 2;
}

.col-video:hover .image-fader {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.col-video .hover-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
    color: #fff;
    font-size: 29px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.col-video:hover .hover-icon {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.col-video .hover-icon a {
    color: #000;
}

.col-video .hover-icon a:hover {
    color: #7daf74;
}

.col-video .photo i.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 18px;
}

.col-video .photo span.video-time {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
}

.col-video .inner h3 {
    margin: 0;
    margin-bottom: 10px;
}

/* 07 - Books */

.col-book {
    margin: auto;
    margin-bottom: 25px;
    text-align: center;
    max-width: 300px;
}

.col-book .photo {
    border: 3px solid #EFEFEF;
    border-radius: 4px;
    overflow: hidden;
}

.col-book .photo img {
    border-radius: 4px;
    transition: all 0.5s ease;
    transform: scale(1, 1);
}

.col-book:hover img {
    transform: scale(1.2, 1.2);
    transition: all 0.5s ease;
}

/* 08 - Community */

.col-community {
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.col-community .thumb {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 65px;
    height: 65px;
    line-height: 64px;
    border: 1px solid #EFEFEF;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
}

.col-community .thumb i {
    font-size: 32px;
    color: #ddd;
    line-height: 65px;
}

.col-community .inner {
    padding-left: 90px;
    position: relative;
}

.col-community .inner h3 {
    margin: 0;
    margin-bottom: 10px;
}

.col-community .inner p {
    line-height: normal;
    font-size: 16px;
    clear: both;
    margin-bottom: 5px;
}

/* topics */
ul.topics {
    padding-top: 30px;
}

ul.topics li {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #f8f8f8
}

ul.topics li .topic-author {
    text-align: center;
    padding: 0 25px;
}

ul.topics li .topic-author img {
    border: 1px solid #CCCCCC;
    padding: 2px;
    background: #fff;
}

/* community topic */
.community-topic th {
    font-size: 16px;
    font-weight: bold;
}

.community-topic tr td {
    vertical-align: middle!important;
}

.community-topic .poster-avatar {
    display: table-cell;
    vertical-align: middle;
    width: 46px;
}

.community-topic .poster-avatar img {
    background-color: #EDF5F8;
    border: 1px solid rgb(218, 232, 237);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.community-topic .poster-list-block {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-left: 20px;
}

.community-topic .poster-list-block h4 {
    margin-top: 0;
}

.author-name {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.author-role {
    margin: 10px auto;
    display: block;
    border: 1px solid #ddd;
    background-color: #eee;
    width: 115px;
    height: 30px;
    line-height: 30px;
}

ul.topics li .topic-content {
    border-left: 1px solid #CCCCCC;
    padding: 0 25px;
    min-height: 220px
}

/* forum statistics */
.forumstatistics {
    background: #7daf74;
    color: #fff;
    margin-top: 10px;
    padding: 15px 0;
}

.forumstatistics dl {
    width: 33.33%;
    float: left;
    text-align: center;
    border-right: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.forumstatistics dl:first-child {
    border-left: none;
}

.forumstatistics dl dt {
    margin: 0;
    float: none;
    font-size: 21px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .75);
    font-weight: 100;
}

.forumstatistics dl dd {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
    margin-top: 10px;
    color: #FFF;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
}

.forumstatistics:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 09 - Blog */

/* recent posts */

ul.recent-posts li {
    border-bottom: 1px dashed #CCCCCC;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.recent-posts li:last-child {
    border-bottom: 0px dashed #CCCCCC;
}

ul.recent-posts li .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 175px;
    height: 175px;
    border: 3px solid #EFEFEF;
    border-radius: 4px;
    overflow: hidden;
}

ul.recent-posts li .inner {
    padding-left: 195px;
    position: relative;
    min-height: 177px;
}

ul.recent-posts li .inner h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

ul.recent-posts li .inner p {
    line-height: normal;
    font-size: 16px;
    clear: both;
}

ul.recent-posts li .inner a.button-more {
    font-size: 16px;
}

ul.recent-posts li .inner ul.stars {
    margin-bottom: 4px;
}

ul.recent-posts li .inner ul li {
    border: none;
    margin: 0;
    padding: 0;
}

ul.recent-posts li .image-fader {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.4) rotate(50deg);
    -moz-transform: scale(0.4) rotate(50deg);
    -ms-transform: scale(0.4) rotate(50deg);
    -o-transform: scale(0.4) rotate(50deg);
    z-index: 2;
}

ul.recent-posts li:hover .image-fader {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

ul.recent-posts li .hover-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
    color: #fff;
    font-size: 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.recent-posts li:hover .hover-icon {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

ul.recent-posts li .hover-icon a {
    color: #fff;
}

ul.recent-posts li .hover-icon a:hover {
    color: #fff;
}

ul.recent-posts li:after {
    clear: both;
    content: " ";
    display: table;
}

/* blog posts */

ul.blog-posts li {
    border-bottom: 1px dashed #CCCCCC;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.blog-posts li:last-child {
    border-bottom: 0px dashed #CCCCCC;
}

ul.blog-posts li .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 180px;
    border: 3px solid #EFEFEF;
    border-radius: 4px;
    overflow: hidden;
}

ul.blog-posts li .inner {
    padding-left: 240px;
    position: relative;
    min-height: 180px;
}

ul.blog-posts li .inner h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

ul.blog-posts li .inner p {
    line-height: normal;
    font-size: 16px;
    clear: both;
}

ul.blog-posts li .inner .post-detail {
    margin-top: 10px;
}

ul.blog-posts li .inner .post-detail span {
    display: inline-block;
    margin-right: 10px;
}

ul.blog-posts li .inner .post-detail span i {
    color: #7daf74;
}

ul.blog-posts li .inner ul.stars {
    margin-bottom: 10px;
}

ul.blog-posts li .inner ul li {
    border: none;
    margin: 0;
    padding: 0;
}

ul.blog-posts li .image-fader {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.4) rotate(50deg);
    -moz-transform: scale(0.4) rotate(50deg);
    -ms-transform: scale(0.4) rotate(50deg);
    -o-transform: scale(0.4) rotate(50deg);
    z-index: 2;
}

ul.blog-posts li:hover .image-fader {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

ul.blog-posts li .hover-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
    color: #fff;
    font-size: 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.blog-posts li:hover .hover-icon {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

ul.blog-posts li .hover-icon a {
    color: #fff;
}

ul.blog-posts li .hover-icon a:hover {
    color: #fff;
}

ul.blog-posts li:after {
    clear: both;
    content: " ";
    display: table;
}

/* blog style 2 */

.blog {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFF;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.blog-img {
    position: relative;
    overflow: hidden;
    min-height: 130px;
}

.blog-img img {
    min-height: 130px;
}

.blog-img:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #7daf74;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.blog-img img {
    width: 100%;
    height: auto;
}

.blog-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(42, 38, 34, 0.4);
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    width: 120px;
    height: 85px;
    padding: 0 5px;
    color: #fff;
}

.blog-date span {
    display: block;
}

.blog-date span:first-child {
    font-size: 25px;
}

.blog-date .stars {
    margin-top: 5px;
}

.blog-content {
    padding: 10px 20px;
}

.blog-item-2 .blog-content {
    padding-bottom: 0;
}

.blog-content h3 {
    line-height: 22px;
}

.blog-content h3 a {
    font-size: 24px;
    line-height: 22px;
    color: #71a866;
}

.blog-content h3 a:hover {
    color: #3c3c3c;
}

.blog-content p {
    margin-bottom: 15px;
    font-size: 16px;
}

.blog-author, 
.blog-comment, 
.blog-category {
    width: auto;
    float: left;
    margin: 0 10px 10px 0;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    color: #99958e;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 6px 10px;
    font-size: 13px;
}
.blog-continue a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding: 6px 10px;
	font-size: 14px;
	float: left;
    background-color: #7daf74;
    color: #fff;
}
.blog-continue a:hover {
	background-color: #413c35;
}

/* 10 - Single */

.post-inner {
    margin-bottom: 25px;
}

.post-img {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.post-img img {
    width: 100%;
}

.col-download {
    margin-top: 35px;
}

.stars-tags {
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}

.stars-tags:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.stars-tags ul.stars {
    float: left;
}

ul.tags {
    float: right;
    margin: 0;
}

ul.tags li {
    display: inline-block;
    margin-left: 5px;
}

ul.tags li a {
    display: block;
    background-color: #f6f6f6;
    padding: 0 8px;
    border-radius: 4px;
    height: 25px;
    line-height: 25px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.tags li a:hover {
    background-color: #7daf74;
    border-color: #7daf74;
    color: #fff;
}

.about_author {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    margin-bottom: 35px;
    min-height: 140px;
}

.about_author a {
    font-weight: normal;
    font-weight: 600;
    color: #333;
}

.about_author p {
    margin-top: 10px;
}

.about_author img {
    float: left;
    margin-right: 20px;
}

.post-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.post-meta {
    overflow: hidden;
    height: 100%;
    margin-bottom: 15px;
}

.post-meta .meta-author,
.post-meta .meta-date,
.post-meta .meta-categories a,
.post-meta .meta-comment a {
    margin: 0 20px 5px 0;
    display: inline-block;
}

.post-meta .meta-author,
.post-meta .meta-date,
.post-meta .meta-categories,
.post-meta .meta-comment {
    font-size: 13px;
    float: left;
}

.post-meta .meta-author a,
.post-meta .meta-date,
.post-meta .meta-categories a,
.post-meta .meta-comment a {
    color: #2f3239;
}

.post-meta .meta-author i,
.post-meta .meta-date i,
.post-meta .meta-categories i,
.post-meta .meta-comment i {
    margin-right: 5px;
    color: #2f3239;
}

.post-img {
    margin-bottom: 20px;
}

/* 11 - Comments */

.comment-form {
    margin-bottom: 27px;
}

#commentlist {
    margin-bottom: 25px;
    padding-bottom: 0;
}

#commentlist h4 {
    padding: 20px 0 10px;
    margin: 30px 0px 0px 0;
    border-bottom: 1px dotted #c3c3c3;
}

.comments {
    margin-top: 30px;
}

.comment-body {
    padding: 20px 0;
}

.commentlist {
    list-style: none;
    margin: 0;
}

.comment {
    border-bottom: 1px solid #dedede;
}

.commentlist > li:last-child {
    border-bottom: none;
}

.children .comment {
    margin: 0;
    border-top: 1px solid #dedede;
    border-bottom: none;
}

.children {
    padding-left: 80px;
}

.comment-reply {
    float: right;
}

.comment-reply:hover {
    color: #2f3239;
}

.comment-reply i {
    margin-right: 5px;
}

.commentlist li p {
    margin-bottom: 0;
    color: #848991;
    font-weight: normal;
}

.commentlist li ul {
    list-style: none;
}

.commentlist li .avatar {
    float: left;
    display: block;
    overflow: hidden;
    width: 76px;
    height: 76px;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding: 2px;
    border: 1px solid #dedede;
    -moz-border-radius: 4px;
}

.commentlist li .avatar img {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    -moz-border-radius: 0;
}

.commentlist li .comment-text {
    overflow: hidden;
    position: relative;
}

.comment-text .question-answered {
    margin-top: 10px;
    margin-bottom: 0;
}

.commentlist li .author {
    margin-top: 5px;
    margin-bottom: 10px;
}

.comment-author {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

.comment-author a {
    color: #2f3239;
}

.comment-vote {
    float: left;
    margin-top: 5px;
    margin-right: 0;
}

.comment .question-vote-result {
    margin-top: 10px;
    margin-right: 20px;
}

.commentlist li .comment-meta {
    float: left;
    margin-top: 4px;
    overflow: hidden;
    height: 100%;
}

.commentlist li .author span {
    display: block;
    color: #2f3239;
}

.commentlist li .date {
    font-size: 13px;
    margin-top: 5px;
    float: left;
    margin-right: 10px;
    color: #a1a1a1;
}

.commentlist li .date i {
    color: #999;
    margin-right: 5px;
}

.commentlist li em {
    font-size: 11px;
    color: #ccc;
    font-style: normal;
    margin-bottom: 30px;
    display: block;
}

.comment-form h3 {
    margin-bottom: 25px;
}

/* 12 - Widget */

.widget {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding: 25px;
    position: relative;
    margin-bottom: 25px;
}

.widget .widget-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #ecedee;
    margin-bottom: 20px;
    line-height: 28px;
    position: relative;
    font-size: 16px;
}

.widget .widget-title:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 28px;
    background-color: #7daf74;
    bottom: -2px;
    left: 0;
}

.widget .widget-title i {
    background-color: #7daf74;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
}

.widget.widget_stats li,
.user-profile-widget .ul_list li {
    color: #2f3239;
    font-size: 14px;
    font-weight: bold;
    background-color: #eaeaeb;
    margin-bottom: 10px;
    padding: 10px !important;
}

.widget_stats li i,
.user-profile-widget .ul_list li i {
    width: 23px;
    height: 23px;
    line-height: 23px !important;
    font-size: 11.5px !important;
    text-align: center;
    background-color: #2f3239;
}

.widget .ul_list {
    margin-bottom: 0;
}

.widget ul li:last-child,
.widget_contact ul li:last-child,
.popular_posts ul li:last-child,
.widget_contact ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-recent-recipes ul {
    margin: 0;
}

.widget-recent-recipes ul li {
    overflow: hidden;
    padding-left: 0;
    padding-bottom: 19px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.widget-recent-recipes ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-recent-recipes ul li a.thumb {
    max-width: 100%;
    height: 120px;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.widget-recent-recipes ul li a.thumb img {
    width: 100%;
    height: auto;
}

.widget-recent-recipes ul li a {}

.widget-recent-recipes ul li div span {
    font-style: italic;
    display: block;
    margin-bottom: 2px;
}

.widget-recent-post ul {
    margin: 0;
}

.widget-recent-post ul li {
    border-bottom: 1px dotted #eee;
    margin-bottom: 10px;
    padding: 0px 20px 13px 0;
}

.widget-recent-post ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-recent-post ul li a {
    color: #50545c;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget-recent-post .thumb {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 70px;
    height: 50px;
    overflow: hidden;
    border: 2px solid #f5f5f5;
}

.widget-recent-post .recent-post-date {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}

.widget-list ul {
    margin: 0;
}

.widget-list ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ecedee;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    list-style: none;
    color: #4b525c;
    height: 100%;
}

.widget-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-list ul li a {
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widget-list ul li a:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    position: absolute;
    top: 0;
    left: -5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.widget-list ul li a:hover:before {
    left: 0px;
}

.widget-list ul li a:hover {
    padding-left: 13px;
    color: #7daf74;
}

.widget-list ul li a:hover:before {
    opacity: 1;
    visibility: visible;
}

.tagcloud {
    overflow: hidden;
    height: 100%;
}

.tagcloud a {
    background-color: #f6f6f6;
    border: 1px solid #e4e6e8;
    margin: 0 3px 3px 0;
    display: block;
    float: left;
    padding: 6px 10px;
    font-size: 12px !important;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.tagcloud a:hover {
    background-color: #7daf74;
    border-color: #7daf74;
    color: #fff;
}

/* 13 - Faq */

.col-faq {
    margin-bottom: 45px;
}

.col-faq.right .faq-media {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.col-faq.top-left .faq-media {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
}

.col-faq.top-right .faq-media {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    text-align: right;
}

.col-faq .faq-media {
    float: left;
    margin-right: 20px;
}

.col-faq.top-center {
    text-align: center;
    margin-bottom: 25px;
}

.col-faq.top-center .faq-media {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
}

.col-faq .faq-text {
    overflow: hidden;
}

.col-faq.top-center .faq-text {
    overflow: hidden;
    padding: 0 10px;
}

.col-faq.right .faq-text,
.col-faq.top-right .faq-text {
    text-align: right;
}

.faq-tabs {
    float: left;
    margin: 0 0 50px;
    width: 100%;
    float: left;
    margin: 0 0 27px 0;
    width: 100%;
}

.faq-tabs .nav-tabs {
    border: none;
    width: 25%;
    float: left;
}

.faq-tabs li {
    list-style: none;
}

.faq-tabs .nav-tabs li {
    width: 100%;
    margin: 0;
}

.faq-tabs .nav-tabs a {
    border-radius: 0;
    background-color: #f3f3f3;
    display: block;
    margin: 0 0 5px;
    color: #333;
    padding: 15px 20px;
    border: none;
}

.faq-tabs .nav-tabs li.active a {
    background-color: #f8f8f8;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
}

.faq-tabs .nav-tabs > li.active > a,
.faq-tabs .nav-tabs > li.active > a:hover,
.faq-tabs .nav-tabs > li.active > a:focus {
    border: none;
}

.faq-tabs .panel-title a span {
    font-size: 14px;
    margin: 0 10px 0 0;
}

.faq-tabs .tab-content {
    width: 75%;
    float: left;
    background-color: #f8f8f8;
    padding: 15px 30px;
}

.faq-tabs .panel-group {
    border: none;
    box-shadow: none;
    background: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 14px 0;
    border-radius: 0;
}

.faq-tabs .panel {
    border: none;
    box-shadow: none;
    background: none;
    padding: 0;
    border-radius: 0;
}

.faq-tabs .panel-group:first-child {
    padding-top: 0;
}

.faq-tabs .panel-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.faq-tabs .panel-default > .panel-heading {
    box-shadow: none;
    border: none;
    background: none;
    padding: 0;
}

.faq-tabs .panel-body {
    padding: 10px 0 5px;
    color: #363636;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.faq-tabs .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.faq-tabs .panel-body ul {
    margin: 0;
    padding: 8px 0 0;
}

.faq-tabs .panel-body ul li {
    color: #363636;
    line-height: 16px;
}

.faq-tabs .panel-body ul li i {
    margin: 0 14px 0 0;
    vertical-align: middle;
}

.faq-tabs .panel-group .panel + .panel,
.faq-tabs .panel-group {
    margin: 0;
}

.panel-group.box {
    margin: 0 0 50px;
}

.panel-group.box .panel {
    border: 1px solid #f2f2f2;
    border-radius: 0;
}

.panel-group.box .panel-default > .panel-heading {
    background-image: none;
    padding: 0;
}

.panel-group.box .panel-title a {
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: 700;
    position: relative;
    display: block;
    background-color: #fcfcfc;
    padding: 12px 20px;
}

.panel-group.box .panel-title a.collapsed {
    background-color: #f8f8f8;
}

.panel-group.box .panel-title a i,
.panel-group .panel-title a i,
.panel-group.box .panel-title a span {
    margin: 0 10px 0 0;
}

.panel-group.box .panel-title a.collapsed {
    color: #333 !important;
}

.panel-group.box .panel-title a:before,
.panel-group.box .panel-title a.collapsed:before {
    position: absolute;
    right: 20px;
    top: 12px;
    content: "\f056";
    font-family: "icomoon";
    font-size: 16px;
    color: #858484;
}

.panel-group.box .panel-title a.collapsed:before {
    color: #858484 !important;
}

.panel-group.box .panel-title a.collapsed:before {
    content: "\f055";
}

.panel-group.box .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.panel-group.box .panel-body {
    background-color: #fcfcfc;
    padding: 0 20px 20px;
}

.faq-tabs .panel-group.box {
    margin-bottom: 0;
}

.col-faq.has-border {
    border: 1px solid #f2f2f2;
    padding: 25px;
}

.col-faq.top-center {
    text-align: center;
    margin-bottom: 25px;
}

/* 14 - User Login & Register */

.login-app {
    text-align: center;
    margin-bottom: 35px;
}

.login-app h3 {
    margin-bottom: 30px;
}

.login-app a {
    display: inline-block;
    padding: 0 30px;
    margin: 5px;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #7daf74;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: #fff;
    font-size: 16px;
}

.login-app a:hover,
.login-app a:focus {
    background-color: #262626;
    border-color: #7daf74;
    color: #ffffff;
}

.login-social {
    text-align: center;
    margin-top: 25px;
}

.login-social ul {
    text-align: center;
    margin: 10px auto;
}

.login-social ul li {
    width: 150px;
    margin: 5px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.login-social ul li a {
    color: #fff;
    display: block;
    padding-left: 30px;
    position: relative;
}

.login-social ul li a i {
    width: 32px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.login-social ul li.fb-bg {
    background: #3b5998;
}

.login-social ul li.fb-bg a i {
    border-right: 1px solid #31497d;
}

.login-social ul li.twi-bg a i {
    border-right: 1px solid #219cd8;
}

.login-social ul li.twi-bg {
    background: #45b0e3;
}

.login-social ul li.g-bg {
    background: #de4c34;
}

.login-social ul li.g-bg a i {
    border-right: 1px solid #c13820;
}

.user-signup {
    margin-top: 30px;
    text-align: center;
}

.user-signup a {
    color: #7daf74;
    font-weight: 500;
}
























/* 17 - separator */

.separator {
    overflow: hidden;
    margin-bottom: 12px;
    text-align: center;
}

.separator span {
    color: #a3a3a3;
    position: relative;
    font-size: 12px;
    border-radius: 50px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    width: 29px;
    height: 29px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
}

.separator span::before,
.separator span::after {
    background-color: #e9ebed;
    bottom: 12px;
    content: "";
    height: 1px;
    left: 100%;
    margin: 0 0 0 5px;
    position: absolute;
    width: 9999px;
}

.separator span::after {
    left: auto;
    margin: 0 5px 0 0;
    right: 100%;
}

.divider {
    position: relative;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #e5e5dc;
    margin: 36px 0;
}

.divider:after {
    position: absolute;
    content: "";
    background: #f5f5f5 url(../img/divider-default.png) center center no-repeat;
    width: 28px;
    height: 17px;
    left: 50%;
    top: -8px;
    margin-left: -14px;
}

.white_bg .divider:after {
    background-color: #fff;
}

/* 18 - Stars list */

ul.stars {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
}

ul.stars li {
    display: inline-block;
}

ul.stars li.active a {
    color: #ffb401;
}

ul.stars li a {
    color: #CCCCCC;
}

/* 19 - pagination */

.pagination {
    margin: 27px 0;
}

.navigation.pagination .nav-links a {
    background-color: #f8f8f8;
    border: medium none;
    border-radius: 2px;
    color: #999;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0;
    margin-right: 5px;
    padding: 8px 14px;
    text-align: center;
    line-height: 17px;
    display: inline-block;
}

.navigation.pagination .nav-links a:hover {
    color: #fff;
    background-color: #7daf74;
}

.navigation.pagination .nav-links span {
    background-color: #7daf74;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0;
    margin-right: 5px;
    padding: 8px 14px;
    text-align: center;
    line-height: 17px;
    display: inline-block;
}

/* 20 - go up */
.go-up {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    right: -60px;
    bottom: 20px;
    cursor: pointer;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 99999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #7daf74;
    color: #fff;
}

.go-up:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #1b1b1b;
}

/* 21 - Shortcode */

/* Progess Bars */

.progressbar-percent {
    background-color: #7daf74;
}

.progressbar-warp {
    margin-bottom: 30px;
}

.progressbar {
    height: 20px;
    background-color: #f3f3f3;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #dedede;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.progressbar-percent {
    height: 100%;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    -webkit-animation: move 5s linear infinite;
    -moz-animation: move 5s linear infinite;
    animation: move 5s linear infinite;
    width: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

@-webkit-animation expandWidth {
    0% {
        width: 0
    }
    100% {
        width: auto
    }
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 90px 90px
    }
}

.progressbar-title {
    color: #2f3239;
    margin-bottom: 5px;
    display: inline-block;
}

/* Lists */

.ul_list {
    margin-bottom: 30px;
}

.ul_list ul {
    margin-bottom: 0;
}

.ul_list li {
    line-height: 25px;
    margin-bottom: 5px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    list-style: none;
    color: #2f3239;
}

.ul_list li ul {
    margin: 10px 0 10px 30px;
}

.ul_list_default ul li {
    list-style: inside;
}

.ul_list_default ol li {
    list-style: decimal inside;
}

.ul_list_default ul li,
.ul_list_default ol li {
    margin-bottom: 5px;
    line-height: 25px;
    color: #2f3239;
}

/* Dropcaps */

.dropcap {
    float: left;
    line-height: 30px;
    font-size: 64px;
    color: #2f3239;
    margin: 0 10px 0 0;
    line-height: 85%;
    text-transform: uppercase;
}

.dropcap.dropcap_square,
.dropcap.dropcap_soft_r {
    background-color: #2f3239;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 22px;
    text-align: center;
    margin-top: 5px 10px 0 0;
}

.dropcap.dropcap_soft_r {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.dropcap.dropcap_circle {
    background-color: #2f3239;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    margin-top: 5px 10px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* Alerts */
.alert-message {
	position: relative;
	display: block;
	background-color: #FAFAFA;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #2f3239;
}
.alert-message i {
	margin: 0 15px 0 0;
	float: left;
	height: 42px;
	width: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 21px;
    color: #fff;
}
.alert-message.warning {
	background-color: #f5d1a8;
}
.alert-message.warning i {
	background-color: #fd8900;
}
.alert-message.warning span, .alert-message.warning a {
	color: #fd8900;
}
.alert-message.success {
	background-color: #aeddb6;
}
.alert-message.success i {
	background-color: #09a526;
}
.alert-message.success a, .alert-message.success span {
	color: #09a526;
}
.alert-message.error {
	background-color: #f6d8d4;
}
.alert-message.error i {
	background-color: #ff0000;
}
.alert-message.error span, .alert-message.error a {
	color: #fe0000;
}
.alert-message.info {
	background-color: #bccee8;
}
.alert-message.info i {
	background-color: #4480d6;
}
.alert-message.info a, .alert-message.info span {
	color: #4480d6;
}
.alert-message a:hover {
	color: #5a5c5d !important;
}
.alert-message p {
	margin: 0 !important;
	padding: 0;
	line-height: 24px;
	font-size: 12px;
}
.alert-message span {
	font-size: 14px;
	font-weight: bold;
}
.alert-border-radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* button */

.btn {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    border: none;
    border-radius: 4px;
}
a.button-more,
.btn-primary,
.button-browse-more, 
a.button-download {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    background: #7daf74;
    color: #fff;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px
}

a.button-more:hover,
.btn-primary:hover, 
.button-browse-more:hover, 
a.button-download:hover {
    background: #444444;
    color: #fdfdfd;
}

a.button-radius {
    background-color: #413c35;
    color: #f8f5ec;
    font-size: 14px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 15px;
    margin-top: 15px;
    display: inline-block;
}

a.button-radius:hover {
    background-color: #7daf74;
    color: #fff;
}

.button-browse-more {
    font-size: 21px;
    padding: 0 15px;
    height: 55px;
    line-height: 55px;
    margin-top: 30px;
}
/* 22- newsletter */
.newsletter {
    padding: 30px 0;
    overflow: hidden;
    background: #7daf74;
}

.newsletter p {
    float: left;
    font-size: 24px;
    color: #fff;
    line-height: 45px;
    margin: 0;
}

.subcribe {
    float: right;
    position: relative;
    width: 300px;
}

.subcribe .form-control {
    background: #fff;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
    height: 45px;
    border-radius: 0;
    line-height: 45px;
    box-shadow: none!important;
    padding: 0 20px;
    color: #7e7e7e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.subcribe a {
    position: absolute;
    height: 100%;
    width: 40px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    top: 0;
    right: 0;
    background: #042940;
}

/* 23- Pricing */

.planbox {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
}

.planbox .title {
	width: 100%;
	padding: 0px 0px 10px 0px;
    text-align: center;
}

.planbox .prices {
	background: #5f686f;
	display: inline-block;
	margin-bottom: 25px;
	position: relative;
	width: 100%;
	padding: 25px 0px 25px 0px;
	color: #fff;
    text-align: center;
}

.planbox .prices strong {
	color: #fff;
	font-size: 45px;
	font-weight: 500;
	display: block;
}

.planbox .prices strong i {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
}

.planbox .prices strong {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	display: block;
	margin-bottom: 20px;
}

.planbox .prices b em {
	font-style: normal;
	text-decoration: line-through;
}

.planbox .prices a {
    display: inline-block;
	color: #5f686f;
	font-size: 16px;
	background: #fff;
	padding: 11px 32px;
	border-radius: 3px;
	font-weight: 400;
	transition: all 0.3s ease;
}

.planbox .prices a:hover {
	color: #fff;
	background: #7daf74;
}

.planbox ul {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
    text-align: center;
}

.planbox li {
	width: 100%;
	padding: 9px 0px;
    font-size: 14px;
	color: #2a363f;
	border-bottom: 1px solid #f3f3f3;
}

.planbox li.last {
	border-bottom: none;
}
/* planbox color */
.planbox.plan-blue .prices {
	background: #2997ab;
}

.planbox.plan-blue .prices a {
	color: #2997ab;
}

.planbox.plan-yellow .prices {
	background: #f6bb17;
}

.planbox.plan-yellow .prices a {
	color: #f6bb17;
}

.planbox.plan-green .prices {
	background: #7daf74;
}

.planbox.plan-green .prices a {
	color: #7daf74;
}

.planbox.plan-cyan .prices {
	background: #2997ab;
}

.planbox.plan-cyan .prices a {
	color: #2997ab;
}

.planbox.plan-orange .prices {
	background: #fa7642;
}

.planbox.plan-orange .prices a {
	color: #fa7642;
}

.planbox.plan-pink .prices {
	background: #f1505b;
}

.planbox.plan-pink .prices a {
	color: #f1505b;
}

.planbox.plan-purple .prices {
	background: #8e74b2;
}

.planbox.plan-purple .prices a {
	color: #8e74b2;
}

.planbox.plan-red .prices {
	background: #d02e37;
}

.planbox.plan-red .prices a {
	color: #d02e37;
}

.planbox.plan-lactic .prices {
	background: #26bdef;
}

.planbox.plan-lactic .prices a {
	color: #26bdef;
}

.planbox.plan-darkred .prices {
	background: #790000;
}

.planbox.plan-darkred .prices a {
	color: #790000;
}

.planbox.plan-blue .prices a, 
.planbox.plan-yellow .prices a, 
.planbox.plan-green .prices a, 
.planbox.plan-cyan .prices a, 
.planbox.plan-orange .prices a, 
.planbox.plan-pink .prices a, 
.planbox.plan-purple .prices a, 
.planbox.plan-red .prices a, 
.planbox.plan-lactic .prices a, 
.planbox.plan-darkred .prices a {
	background: #fff;
}

.planbox.plan-blue .prices a:hover, 
.planbox.plan-yellow .prices a:hover, 
.planbox.plan-green .prices a:hover, 
.planbox.plan-cyan .prices a:hover, 
.planbox.plan-orange .prices a:hover, 
.planbox.plan-pink .prices a:hover, 
.planbox.plan-purple .prices a:hover, 
.planbox.plan-red .prices a:hover, 
.planbox.plan-lactic .prices a:hover, 
.planbox.plan-darkred .prices a:hover {
	color: #fff;
    background: #5f686f;
}
/* 24 - Revolution Slider */

.tp-banner, .tp-banner-2, .tp-banner-3 {
	width: 100%;
	position: relative;
}

.tp-bullets {
	display: none;
}

.slideshow .tparrows {
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #ffffff;
	color: #cac9c3;
	margin: 0 5px;
	z-index: 25;
	cursor: pointer;
	top: 56% !important;
	display: inline-block;
	opacity: 0;
}

.slideshow:hover .tparrows {
	opacity: 1;
}

.slideshow .tparrows:before, 
.slideshow-3 .tparrows:before {
	font-size: 27px;
	font-family: "FontAwesome";
}

.slideshow .tparrows.tp-leftarrow:before, 
.slideshow-3 .tparrows.tp-leftarrow:before {
	content: "\f104";
}

.slideshow .tparrows.tp-rightarrow:before, 
.slideshow-3 .tparrows.tp-rightarrow:before {
	content: "\f105";
}

.slideshow .tparrows:hover {
	background-color: #6e9f64;
	color: #fff;
}

.slideshow-2, 
.slideshow-3, 
.slideshow-4 {
	position: relative;
	top: 0;
	left: 0;
}

.slideshow.slideshow-2 .tparrows {
	-moz-box-shadow: 0 0 0 3px #ece9e1;
	-webkit-box-shadow: 0 0 0 3px #ece9e1;
	box-shadow: 0 0 0 3px #ece9e1;
	top: auto !important;
	bottom: 30px!important;
	left: auto!important;
	right: 50% !important;
	margin: 0 -50px 0 0px !important;
}

.slideshow.slideshow-2 .tparrows.tp-leftarrow {
	right: inherit !important;
	left: 50% !important;
	margin: 0 0 0 -50px !important;
}

.slideshow-3 .tparrows {
	display: inline-block;
	height: 42px;
	width: 42px;
	line-height: 42px;
	text-align: center;
	background-color: rgba(248,245,236,0.30);
	color: #f8f5ec;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 5px;
	z-index: 25;
	cursor: pointer;
}

.slideshow-3 .tparrows {
	top: 595px !important;
	right: 50% !important;
	margin: 0 -54px 0 0 !important;
}

.slideshow-3 .tparrows.tp-leftarrow {
	right: inherit !important;
	left: 50% !important;
	margin: 0 0 0 -54px !important;
}

.slideshow-4 {
	margin-top: 130px;
    margin-bottom: 35px;
	position: relative;
}

.slideshow-4 .tparrows {
	top: 50% !important;
	margin-top: -19px;
	right: 15px !important;
}

.slideshow-4 .tparrows.tp-leftarrow {
	right: inherit !important;
	left: 15px !important;
}

.boxed .slideshow {
	position: relative;
}

.boxed .tparrows {
	top: 50% !important;
	margin-top: -19px !important;
	right: 20px !important;
}

.boxed .tparrows.tp-leftarrow {
	right: inherit !important;
	left: 20px !important;
}

.boxed .slideshow-3 .tparrows {
	right: 72px !important;
}

.boxed .slideshow-3 .tparrows.tp-leftarrow {
	left: 72px !important;
}

.slide-h2 h2 {
	font-size: 50px !important;
    color: #7daf74;
}

.slide-p p {
	font-size: 16px;
    font-family: "Imprima", Helvetica, Arial, sans-serif;
	color: #e6e3db;
	text-align: center;
	line-height: 25px;
    
}

.slide-a a {
	font-weight: bold;
	font-size: 15px;
	color: #f8f5ec;
	padding: 10px 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
    background-color: #7daf74;
}

.slide-a.slide-a-2 a {
	background-color: #949089;
}

.slide-a a:hover {
	background-color: #413c35;
	color: #f8f5ec;
}

.slideshow-bg {
	background-color: rgba(65, 60, 53, 0.48);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
}
/* 25- home */

.menu-item {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFF;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}

.menu-img {
    overflow: hidden;
    position: relative;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    height: 180px;
}

.menu-img:before {
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
}

.menu-img img {
    display: block;
    height: auto;
    width: 100%;
}

.menu-content {
    padding: 10px;
    position: relative;
}

.menu-content .stars {
    height: 30px;
    width: 110px;
    line-height: 31px;
    text-align: center;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    float: left;
    position: absolute;
    top: -34px;
    left: 15px;
    background: rgba(0, 0, 0, 0.4);
}

.menu-content h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin: 10px auto 10px;
}

.menu-content h3 a {
    color: #7daf74;
}

.menu-content h3 a:hover {
    color: #2d2d2d;
}

.menu-content p {
    font-size: 14px;
    line-height: 22px;
    color: #949089;
}

.box-icon {
    text-align: center;
}

.box-icon > div {
    height: 125px;
    width: 100%;
    line-height: 155px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px;
    -moz-box-shadow: 0 0 0 4px #FFF;
    -webkit-box-shadow: 0 0 0 4px #FFF;
    box-shadow: 0 0 0 4px #FFF;
    background: #7daf74;
}

.box-icon:hover > div {
    background-color: #413c35;
}

.box-icon > div > i {
    font-size: 46px;
    color: #fff;
}

.box-icon h3 {
    font-size: 32px;
    color: #413c35;
    margin-bottom: 20px;
}

.box-icon p {
    font-size: 15px;
    line-height: 23px;
    color: #949089;
}

.apps-cover {
    text-align: right;
}

/* 26- Create Recipe */

.create-recipe .add-photo {
    width: 100%;
    height: 200px;
    text-align: center;
    border: 1px dashed #e6e6e6;
    display: block;
}

.create-recipe .icon-picture.gray {
    background-image: url(../img/icon-picture.svg);
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
    display: block;
    background-size: 140px;
    transform: scale(1);
    background-position: center 30px;
    opacity: .7;
    background-repeat: no-repeat;
}

.create-recipe .icon-picture.gray input[type="file"] {
    opacity: 0;
}

.create-recipe .icon-picture.gray:after {
    content: "Add a photo";
    display: block;
    margin-top: 130px;
    font-size: 16px;
}

.create-recipe label {
    font-size: 16px;
    font-weight: normal;
}

.create-recipe .form-control {
    width: 100%;
    border: 1px solid #e6e9ed;
    border-radius: 2px;
    padding: 15px;
    height: 45px;
    font-size: 16px;
    text-align: left;
    background: #fff;
    font-weight: normal;
}

.create-recipe textarea.form-control {
    height: 200px;
}

.recipe-ingredient, .recipe-instructions {
    margin-top: 25px;
}
.col-recipe-ingredient, 
.col-recipe-instructions {
    width: 100%;
    position: relative;
}
.col-recipe-ingredient i.ic, 
.col-recipe-instructions i.ic {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 27px;
}

.col-recipe-ingredient .count-of, 
.col-recipe-instructions .count-of {
    position: absolute;
    background: #eee;
    border-radius: 50%;
    top: 9px;
    left: 45px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    line-height: 30px;
}

.col-recipe-ingredient input.form-control, 
.col-recipe-instructions input.form-control {
    width: 100%;
    border: 1px solid #e6e9ed;
    border-radius: 2px;
    padding: 15px;
    height: 45px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 85px;
    padding-right: 35px;
    background: #fff;
    font-weight: normal;
}

.remove-recipe-col {
    position: absolute;
    display: block;
    right: 15px;
    top: 15px;
    width: 14px;
    height: 16px;
    text-align: center;
    cursor: pointer;
}

.remove-recipe-col:hover {
    text-decoration: none;
    color: #ff6f55;
}

.recipe-button button {
    height: 45px;
    line-height: 44px;
    width: 32.5%;
    font-size: 16px;
    border-radius: 0;
}

.recipe-button button.btn-publish {
    background: #7daf74;
    color: #fff;
}

.recipe-button button.btn-publish:hover {
    background: #54834b;
}

.recipe-button button.btn-save {
    background: #feaa26;
    color: #fff;
}

.recipe-button button.btn-save:hover {
    background: #e98c01;
}

.recipe-button button.btn-cancel {
    background: #b3b3b3;
    color: #fff;
}

.recipe-button button.btn-cancel:hover {
    background: #939393;
}


/* 27- Review Box */

.review-box {
    margin:20px 0;
    background-color:#eee;
    padding:10px;
    color:#FFF;
    font-size: 14px;
}

.review-box h2, 
.review-box h3, 
.review-box h4, 
.review-box h5, 
.review-box h6 , 
.review-box p {
    margin:0;
    color:#fff;
}

.review-box h2.review-box-header {
	color: #fff;
	background: #7daf74;
	font-size: 18px;
	padding: 10px 8px;
	margin-bottom: 2px;
}

.review-box .review-item {
	margin-bottom:2px;
	opacity:1;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.review-box .review-item h5 {
	font-size: 14px;
	color:#fff;
	position:relative;
	z-index:2;
    line-height:34px;
    padding: 0 8px;
}

.review-percentage .review-item {
	position: relative;
	background: #3a3a3a;
	display: block;
	height: 34px;
}

.review-percentage .review-item span {
	top: 0;
	position: absolute;
	background-color: #7daf74;
	background-image: url(../img/stripes.png);
	display: block;
	height: 34px;
}

.review-stars .review-item, 
.review-bar .review-item, 
.review-cutlery .review-item, 
.review-hearts .review-item, 
.review-birthday .review-item, 
.review-apple .review-item, 
.review-smile .review-item, 
.review-thumbs .review-item {
    background: #3a3a3a;
    margin-bottom:2px;
    overflow:hidden;
    padding:0 8px;
}

.review-box.review-stars .review-item h5 {
    float:left;
}

.review-box .review-summary {
    background-color:#3a3a3a;
    overflow:hidden;
    position:relative;
    min-height: 85px;
}

.review-box.review-stars .review-summary, 
.review-box.review-bar .review-summary, 
.review-box.review-cutlery .review-summary, 
.review-box.review-hearts .review-summary, 
.review-box.review-birthday .review-summary, 
.review-box.review-apple .review-summary, 
.review-box.review-smile .review-summary, 
.review-box.review-thumbs .review-summary {
    min-height: 120px;
}

.review-box .review-short-summary {
    padding:10px;
    display: table-cell;
    vertical-align: top;
    padding-right: 170px;
}

.review-box .review-final-score{
	background-color: #7daf74;
	width: 160px;
	height: 160px;
	position:absolute;
	right:0;
	top:0;
	text-align:center;
	color:#fff;
	padding:10px 5px;
	border-left: 2px solid #eee;
}

.review-box .review-final-score h3 {
    font-size: 44px;
    color: #FFF;
    font-weight: bold;
}

.review-box .review-final-score h4 {
	margin-bottom:0;
	font-size: 16px;
	color:#FFF;
}

.review-box span.user-rate-image, 
.review-box span.user-rate-image span {
    background-image:url(../img/stars-rate.png);
}

.review-box.review-cutlery span.user-rate-image, 
.review-box.review-cutlery span.user-rate-image span {
    background-image:url(../img/cutlery-rate.png);
}

.review-box.review-hearts span.user-rate-image, 
.review-box.review-hearts span.user-rate-image span {
    background-image:url(../img/hearts-rate.png);
}

.review-box.review-birthday span.user-rate-image, 
.review-box.review-birthday span.user-rate-image span {
    background-image:url(../img/birthday-rate.png);
}

.review-box.review-apple span.user-rate-image, 
.review-box.review-apple span.user-rate-image span {
    background-image:url(../img/apple-rate.png);
}

.review-box.review-smile span.user-rate-image, 
.review-box.review-smile span.user-rate-image span {
    background-image:url(../img/smile-rate.png);
}

.review-box.review-thumbs span.user-rate-image, 
.review-box.review-thumbs span.user-rate-image span {
    background-image:url(../img/thumbs-rate.png);
}

.review-box span.user-rate-image{
	width:98px;
	display:block;
	height:22px;
	background-position: left bottom;
	background-repeat:no-repeat;
}

.review-box span.user-rate-image span{
	width:100%;
	display:block;
	height:22px;
	background-position: left top;
	background-repeat:no-repeat;
	float: left;	
}

.review-box .user-rate-wrap{
	background: #2b2b2b;
	margin-top: 2px;
	padding: 7px 8px;
}

.review-box .user-rate{
    float:right;
    width: 98px;
}

.review-box .user-rate-wrap .user-rating-text .rating-score {
    font-size: 14px;
}

.review-box .rating-user-rate-active span.user-rate-image span {
    cursor:pointer;
}

.review-box.review-stars .review-item span.user-rate-image, 
.review-box.review-cutlery .review-item span.user-rate-image, 
.review-box.review-hearts .review-item span.user-rate-image, 
.review-box.review-birthday .review-item span.user-rate-image, 
.review-box.review-apple .review-item span.user-rate-image,
.review-box.review-smile .review-item span.user-rate-image, 
.review-box.review-thumbs .review-item span.user-rate-image {
    background-color: transparent;
    right: 10px;
    top: 6px;
}

.review-box.review-stars .review-item span.user-rate-image span, 
.review-box.review-cutlery .review-item span.user-rate-image span, 
.review-box.review-hearts .review-item span.user-rate-image span, 
.review-box.review-birthday .review-item span.user-rate-image span, 
.review-box.review-apple .review-item span.user-rate-image span, 
.review-box.review-smile .review-item span.user-rate-image span, 
.review-box.review-thumbs .review-item span.user-rate-image span {
    background-color: transparent;
}

.review-box .review-final-score span.user-rate-image {
    margin: 1px auto 5px auto;
}

.review-box.review-bar .review-item span.rating-bar {
    background: #ccc;
    width: 100px;
    font-size: 14px;
    height: 12px;
    display: block;
    right: 10px;
    top: 11px;
}
.review-box.review-bar .review-item span.rating-bar span 
{
    background: #ffb401;
    height: 12px;
}

.review-box .review-final-score span.rating-bar {
    margin: 8px auto 10px auto;
    background: #ccc;
    width: 100px;
    font-size: 14px;
    height: 12px;
    display: block;
    position: relative;
}

.review-box .review-final-score span.rating-bar span 
{
    background: #ffb401;
    height: 12px;
    top: 0;
    position: absolute;
    display: block;
}

.review-percentage .review-item span.number-review {
    background: transparent;
    position: absolute;
    right: 120px;
    top: 8px
}

/* 28 - Recipes Review */

.recipes-review {
    -webkit-box-shadow: 0 0 2px 1px #f2f2f2;
    -moz-box-shadow: 0 0 2px 1px #f2f2f2;
    box-shadow: 0 0 2px 1px #f2f2f2;
    border: 1px solid #e6e6e6;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}

.recipes-review .recipes-img {
    height: 220px;
    overflow: hidden;
}

.recipes-review .recipes-img img {
    width: 100%;
}

.recipes-review .recipes-img .favorite {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
}

.recipes-review .recipes-img .favorite i {
    color: #fff;
    font-size: 32px;
    line-height: 64px;
}

.recipes-review .recipes-img .favorite.active i, 
.recipes-review .recipes-img .favorite:hover i {
    color: red;
}

.recipes-review .recipes-content {
    padding: 20px;
}

.recipes-review .recipes-content h3 {
    margin-top: 0;
}

.recipes-review .recipes-content .ratings {
    margin-bottom: 10px;
}

.recipes-review .recipes-content .ratings ul {
    display: inline-block;
}

.recipes-review .recipes-content .ratings span {
    display: inline-block;margin-left: 5px;font-size: 16px;
}

.recipes-review .recipes-content .col-details {
    position: relative;
}

.recipes-review .recipes-content ul.details {
    border-top: 1px dotted #e6e6e6;
    padding-top: 10px;
    display: flex;
    margin: 0;
}

.recipes-review .recipes-content ul.details li {
    display: inline-block;
}

.recipes-review .recipes-content ul.details li img.img-profile {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 48px;
    width: 48px;
    margin-right: 10px;
    margin-top: 5px;
}

.recipes-review .recipes-content ul.details li h4 {
    font-size: 14px;
}

.recipes-review .recipes-content ul.details ul {
    display: inline;
    margin-right: 25px;
}

.recipes-review .recipes-content ul.details ul li {
    display: inline-block;
}

.recipes-review .review-final-score{
	background-color: #7daf74;
	width: 90px;
	height:70px;
	position:absolute;
	right:0;
	top: 0;
	text-align:center;
	color:#fff;
	padding:8px 5px;
}

.recipes-review .review-final-score h3 {
    font-size: 27px;
    color: #FFF;
}

.recipes-review .review-final-score h4 {
	margin-bottom:0;
	font-size: 14px;
	color:#FFF;
}

.recipes-review .review-box {
    margin: 0;
}

.recipes-review .review-box h2.review-box-header {
    margin-bottom: 1px;
}

.recipes-review .review-item {
    margin-bottom: 1px;
}

.recipes-review .review-percentage .review-item
{
    height: 25px;
    overflow: hidden;
}

.recipes-review .review-box .review-item h5 {
    line-height: 25px;
    padding: 0 8px;
}

/* 29- footer */

footer {
    background-color: #fff;
    padding: 35px 0;
    border-top: 1px solid #ededed;
}

#footer-top {
    background: #333333;
    color: #c7c7c7;
    border-top: 1px solid #454545;
}

#footer-top h4{
    border-bottom: 1px solid #454545;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#footer-bottom {
    background: #333333;
    border-top: 1px solid #454545;
    padding: 20px 0 10px 0;
}

#social_footer {
    text-align: center;
    padding-top: 30px;
    margin-top: 10px;
}

#social_footer p {
    font-size: 12px;
    color: #8c8c8c;
}

#social_footer ul {
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
}

#social_footer ul li {
    display: inline-block;
    margin: 0 5px 10px;
}

#social_footer ul li a {
    color: #666;
    text-align: center;
    line-height: 35px;
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    background-color: #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#social_footer ul li a:hover {
    background: #fff;
    color: #111;
}

#footer-bottom #social_footer {
    text-align: right;
    padding-top: 8px;
    margin-top: 0;
    margin-bottom: 0;
}

#footer-bottom #social_footer ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

#footer-bottom #social_footer ul li {
    display: inline-block;
    margin: 0 2px 10px;
}

#footer-bottom #social_footer ul li a {
    color: #666;
    text-align: center;
    line-height: 35px;
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    background-color: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#footer-bottom #social_footer ul li a:hover {
    background: #fff;
    color: #111;
}

.social_color ul li a  i, 
.social_color_hover ul li a  i {
    color: #fff;
    line-height: 35px;
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social_color ul li a .fa-facebook, 
.social_color ul li a .fa-facebook:hover {
    background-color:#3b5998;
}

.social_color ul li a .fa-twitter, 
.social_color ul li a .fa-twitter:hover {
    background-color:#55acee;
}

.social_color ul li a .fa-pinterest, 
.social_color ul li a .fa-pinterest:hover {
    background-color:#cb2027;
}

.social_color ul li a .fa-google-plus, 
.social_color ul li a .fa-google-plus:hover {
    background-color:#DD4B39;
}

.social_color ul li a .fa-instagram, 
.social_color ul li a .fa-instagram:hover {
    background-color:#517FA4;
}

.social_color ul li a .fa-vimeo, 
.social_color ul li a .fa-vimeo:hover {
    background-color:#aad450;
}

.social_color ul li a .fa-youtube-play, 
.social_color ul li a .fa-youtube-play:hover {
    background-color:#BB0000;
}

.social_color_hover ul li a  i {
    background-color: #666666;
}

.social_color_hover ul li a .fa-facebook:hover {
    background-color:#3b5998;
}

.social_color_hover ul li a .fa-twitter:hover {
    background-color:#55acee;
}

.social_color_hover ul li a .fa-pinterest:hover {
    background-color:#cb2027;
}

.social_color_hover ul li a .fa-google-plus:hover {
    background-color:#DD4B39;
}

.social_color_hover ul li a .fa-instagram:hover {
    background-color:#517FA4;
}

.social_color_hover ul li a .fa-vimeo:hover {
    background-color:#aad450;
}

.social_color_hover ul li a .fa-youtube-play:hover {
    background-color:#BB0000;
}

ul.footer-contact {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

ul.footer-contact li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-menu li {
	margin-bottom: 10px;
	font-size: 14px;
	color: #cac9c3;
}

.footer-menu li a {
	color: #cac9c3;
}

.footer-menu li::before {
	content: "-";
	margin-right: 5px;
}

/* footer newsletter */
#footer-top .newsletter {
    background: transparent!important;
    padding: 0;
    overflow: hidden;
}

#footer-top .newsletter p {
    float: none;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    margin: 0 0 15px 0;
}

#footer-top .subcribe {
    float: none;
    width: 100%;
}

#footer-top .subcribe a {
    background: #7daf74;
}
