/*
  
  Version: 1.0
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  
  ----------------------------------------------------------------------------------------------------------------*/
/*
***********************
**Table of contents****
***********************
 *General Styles
 *Header Styles
 *Main Slider Styles
 *Search Form Styles
 *Lunch Section
 *About Section
 *Booking Section
 *Dinner Section
 *Features Section
 *Menu Section
 *Video Section
 *Chef Section
 *Event Section
 *Testimonials Section
 *Blog Section
 *Newsletter Section
 *Contact Section
 *Footer Section
 *Footer Bottom Section
*/
/* General Styles */
* {
    text-shadow: none;
    box-shadow: none;
}

    *:hover,
    *:focus,
    *:active {
        text-shadow: none;
        box-shadow: none;
    }

.form-control:focus {
    text-shadow: none;
    box-shadow: none;
}

.btn-default {
    font-family: "nimbussansdot_bold", sans-serif;
    /*border: none;*/
    text-transform: uppercase;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

h5,
h6,
.text-similar {
    font-family: "nimbussansdot_bold", sans-serif;
}

.pagination {
    margin: 0 0 100px 0;
}

    .pagination a {
        display: inline-block;
        padding: 3px 8px;
        border: 1px solid #ccc;
        color: #606060;
        margin-left: 5px;
    }

        .pagination a:first-child {
            margin-left: 0;
        }

        .pagination a:hover {
            background: #528251;
            color: #fdfbf8;
            border-color: #528251;
        }

.slick-vertical .slick-slide:focus {
    outline: none;
}

#visible-on-md {
    display: none;
    text-align: center;
    position: fixed;
    top: 30px;
    left: 50px;
    z-index: 999;
    cursor: pointer;
}

    #visible-on-md i {
        font-size: 20px;
        background: #000;
        color: #fdfbf8;
        padding: 10px;
    }

.meal-contents {
    background: #528251;
    padding: 72px 36px 50px 69px;
    position: relative;
    margin: 0 25px -30px 25px;
    z-index: 1;
}

    .meal-contents h5 {
        margin: 0 0 10px 0;
        color: #fcfaf9;
    }

    .meal-contents p {
       color: #fcfaf9;
    }

    .meal-contents time {
        font-size: 12px;
        margin-bottom: 25px;
        display: inline-block;
    }

.meal-carousel article {
    margin-bottom: 30px;
    margin-right: 30px;
}

    .meal-carousel article figure {
        margin-bottom: 5px;
    }

    .meal-carousel article h6 {
        margin: 10px 0;
    }

.meal-carousel .price {
    font-family: Georgia, sans-serif;
    font-size: 18px;
    color: #528251;
}

.meal-carousel p {
    font-size: 12px;
}

.meal-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    z-index: 2;
}

.meal-carousel .glyphicon {
    padding: 7px;
    color: #606060;
    border: 1px solid #ccc;
    cursor: pointer;
}

    .meal-carousel .glyphicon:hover {
        color: #fdfbf8;
        background: #528251;
        border-color: #528251;
    }

.meal-carousel .glyphicon-chevron-up {
    margin-bottom: 10px;
    margin-top: -40px;
}

.carousel-wrapper {
    position: relative;
}

.meal-section {
    margin-bottom: 68px;
}

input.error,
textarea.error,
select.error {
    border-color: red !important;
}

label.error {
    display: none !important;
}
/* Header Styles */
.navbar-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #505050;
    background: rgba(80, 80, 80, 0.8);
    padding: 38px 0;
    margin-bottom: 90px;
    z-index: 99;
}

.site-navbar > ul {
    margin-left: -50px;
}

    .site-navbar > ul > li {
        display: inline-block;
        margin-left: 47px;
    }

.site-navbar a {
    color: #fdfbf8;
    text-transform: uppercase;
    display: inline-block;
}

    .site-navbar a:hover {
        color: #528251;
    }

.site-navbar li.active a {
    color: #528251;
}

.search-from {
    display: none;
}

#search-show-hide .glyphicon:before {
    cursor: pointer;
    color: #fdfbf8;
}
/*Main Slider Styles*/
.main-slider-wrapper {
    position: relative;
    margin-bottom: 143px;
}

    .main-slider-wrapper .flexslider {
        overflow: hidden;
        margin: 0;
        padding: 0;
        background: none;
        box-shadow: none;
        border: none;
    }

#main-carousel li {
    overflow: hidden;
}

#main-carousel img {
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    #main-carousel img:hover {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
    }

#main-carousel .flex-direction-nav a:before {
    margin-top: -12px;
}

#main-slider li {
    position: relative;
}

#main-slider::after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

#slider-contents {
    width: 700px;
    color: #fdfbf8;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    z-index: 9;
}

    #slider-contents h1 {
        font: 40px "nimbussansdot_bold", sans-serif;
        color: inherit;
        margin: 0 0 54px 0;
    }

    #slider-contents .tagline {
        font: 26px 'georgia_italic', italic;
        color: inherit;
        margin: 0 0 15px 0;
    }

    #slider-contents .btn {
        font-size: 16px;
        padding: 9px 23px;
    }

#logo .logo-wrap {
    margin-bottom: 93px;
    display: block;
}
/*Search Form Styles*/
#search-from {
    width: 400px;
    position: absolute;
    z-index: 99;
    display: none;
    margin-left: -400px;
}

    #search-from .form-control {
        background: #ebebeb;
    }

    #search-from input[type="text"] {
        outline: none;
        height: 32px;
        width: 80%;
    }

        #search-from input[type="text"]:focus,
        #search-from input[type="text"]:active {
            outline: none;
            border-color: #ccc;
        }

#search-show-hide {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    #search-show-hide:hover i {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
/*Lunch Section*/
#lunch-section {
    margin-bottom: 89px;
}

    #lunch-section .slick-arrow {
        right: auto;
        left: -30px;
    }

    #lunch-section .meal-carousel article {
        margin-right: 0;
        margin-left: 30px;
    }
/*About Section*/
#home-about {
    margin-bottom: 150px;
}

    #home-about .section-header {
        margin-bottom: 40px;
    }

    #home-about .about-figure {
        float: left;
        margin-right: -60px;
    }

    #home-about .meal-contents {
        width: 60%;
        margin: 45px 0 45px 0;
    }

    #home-about .about-contents .common {
        width: 40%;
    }

    #home-about .about-contents p {
        margin-bottom: 32px;
        color: #fcfaf9;
    }

.section-header {
    margin-bottom: 60px;
}

.mission-statement {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 70px;
}

    .mission-statement .common {
        width: 50%;
    }

    .mission-statement .contents {
        background: #ebebeb;
        padding: 45px 60px;
    }

    .mission-statement .mission-image {
        background: url("../images/lcr/tagline-img.jpg") center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .mission-statement .logo-two {
        margin-bottom: 43px;
    }

    .mission-statement h4 {
        margin: 0;
        margin-bottom: 20px;
    }

    .mission-statement p {
        margin-bottom: 53px;
    }
/*Booking Section*/
#booking-section {
    position: relative;
    background: url("../images/booking-bg.jpg") center no-repeat;
    background-size: cover;
    padding-top: 95px;
    margin-bottom: 80px;
}

    #booking-section .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    #booking-section .section-header {
        color: #fdfbf8;
        position: relative;
        z-index: 1;
        margin-bottom: 45px;
    }

        #booking-section .section-header .title {
            color: inherit;
        }

#booking-form {
    background: #ebebeb;
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
}

    #booking-form form {
        padding: 40px 30px 30px 0;
    }

    #booking-form .form-group {
        margin-bottom: 23px;
    }

    #booking-form legend {
        padding-bottom: 12px;
    }

        #booking-form legend span {
            color: #528251;
        }

        #booking-form legend .title {
            font-size: 16px;
        }

    #booking-form .help-block {
        float: right;
        margin-right: 15px;
        font-size: 12px;
        color: inherit;
    }

    #booking-form .btn {
        float: right;
    }

    #booking-form .submit-btn-wrap {
        margin-top: 16px;
    }

    #booking-form select {
        padding: 2px 12px;
    }
/*Dinner Section*/
#dinner-section {
    margin-bottom: 40px;
}
/*Features*/
#features-section {
    margin-bottom: 27px;
}

    #features-section article {
        margin-bottom: 49px;
    }

        #features-section article .contents {
            overflow: hidden;
        }

        #features-section article .title {
            margin-top: 0;
        }

    #features-section .feature-image {
        position: relative;
        float: left;
        margin-right: 20px;
    }

        #features-section .feature-image .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border: 6px solid rgba(237, 162, 61, 0.4);
        }

    #features-section .readmore {
        color: #528251;
    }
/*Menu Section*/
#menu-section .section-header {
    margin-bottom: 47px;
}

#menu-section .controls {
    margin-bottom: 37px;
}

    #menu-section .controls .filter {
        display: inline-block;
        margin-left: 30px;
        cursor: pointer;
    }

        #menu-section .controls .filter:hover {
            color: #528251;
        }

        #menu-section .controls .filter:first-child {
            margin-left: 0;
        }

    #menu-section .controls .active {
        color: #528251;
    }

#menu-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

    #menu-container .mix {
        float: left;
        width: 18.3%;
        margin: 0 0.85%;
        margin-bottom: 43px;
        display: none;
    }

    #menu-container .menu-figure {
        position: relative;
    }

        #menu-container .menu-figure:hover .contents {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

    #menu-container .contents {
        background: rgba(237, 162, 61, 0.7);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        box-sizing: border-box;
        color: #fdfbf8;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    #menu-container .contents-inner {
        border: 2px solid #fdfbf8;
        margin: 10px;
        padding: 25px 10px 15px 10px;
        text-align: center;
    }

    #menu-container p {
        color: inherit;
    }

    #menu-container a.btn {
        color: #528251;
        background: #fdfbf8;
        font-size: 12px;
    }

        #menu-container a.btn:hover {
            color: #606060;
        }

    #menu-container h6.title {
        margin-bottom: 0;
    }

        #menu-container h6.title span {
            color: #528251;
            float: right;
        }
/*Video Section*/
.video-section {
    background: url("../images/video-image.jpg") center no-repeat;
    padding: 150px 0;
    color: #fdfbf8;
    position: relative;
    margin-bottom: 75px;
}

    .video-section h2,
    .video-section h3 {
        color: inherit;
        margin-top: 0;
    }

    .video-section h3 {
        margin-bottom: 40px;
        font-family: "nimbussansdot_bold", sans-serif;
    }

    .video-section::after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        display: inline-block;
    }

    .video-section .video-contents {
        position: relative;
        z-index: 1;
    }

    .video-section .glyphicon {
        color: #fdfbf8;
        font-size: 30px;
        background: #528251;
        padding: 5px 3px 5px 7px;
        border-radius: 50%;
        cursor: pointer;
    }

#video-section-popup iframe {
    border: 0;
    width: 100%;
    min-height: 300px;
}
/*Chef Section*/
#chef-section {
    margin-bottom: 71px;
}

    #chef-section article {
        position: relative;
    }

        #chef-section article:hover figcaption {
            display: none;
        }

        #chef-section article:hover .contents {
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }

    #chef-section .chef-figure {
        position: relative;
    }

        #chef-section .chef-figure figcaption {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 40px;
            z-index: 1;
            background: #fdfbf8;
            background: rgba(255, 255, 255, 0.5);
            padding: 10px;
            width: 100%;
            display: inline-block;
            text-align: center;
            color: #528251;
            font-size: 16px;
            font-weight: 700;
            line-height: normal;
        }

            #chef-section .chef-figure figcaption span {
                color: #2d2d2d;
                font-size: 14px;
                font-weight: 400;
            }

    #chef-section .contents {
        background: rgba(237, 162, 61, 0.7);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        box-sizing: border-box;
        color: #fdfbf8;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        z-index: 2;
    }

    #chef-section .contents-inner {
        border: 2px solid #fdfbf8;
        margin: 15px;
        padding: 25px 10px 15px 10px;
        text-align: center;
    }

        #chef-section .contents-inner h5.title {
            margin: 0;
            color: inherit;
        }

        #chef-section .contents-inner small {
            margin-bottom: 25px;
            display: inline-block;
        }

        #chef-section .contents-inner p {
            margin-bottom: 27px;
        }

    #chef-section .social-nav {
        padding: 0;
        margin: 0 0 10px 0;
    }

        #chef-section .social-nav li {
            list-style: none;
            display: inline-block;
            margin-left: 10px;
        }

            #chef-section .social-nav li:first-child {
                margin-left: 0;
            }

        #chef-section .social-nav a {
            padding: 5px 10px;
            border: 1px solid #fdfbf8;
            color: #fdfbf8;
            display: inline-block;
        }

            #chef-section .social-nav a:hover {
                color: #528251;
                background: #fdfbf8;
            }
/*Events Section*/
#events-section article {
    margin-bottom: 40px;
}

#events-section .events-figure {
    text-align: center;
}

#events-section .contents {
    background: #ebebeb;
    padding: 25px;
    position: relative;
}

    #events-section .contents h5.title {
        margin: 10px 0 20px 0;
    }

    #events-section .contents time {
        color: #528251;
        font-family: Georgia, sans-serif;
    }
/*Testimonials Section*/
.testimonials-section {
    background: url("../images/lcr/testimonial.jpg") center no-repeat;
    padding: 90px 0 100px 0;
    position: relative;
    color: #fdfbf8;
    margin-bottom: 70px;
}

    .testimonials-section::after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        display: inline-block;
    }

#testimonials-slider {
    padding: 0 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}

    #testimonials-slider .slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        z-index: 1;
        color: #bbb9b9;
        cursor: pointer;
        font-size: 18px;
    }

    #testimonials-slider .glyphicon-chevron-left {
        left: 0;
    }

    #testimonials-slider .glyphicon-chevron-right {
        right: 0;
    }

    #testimonials-slider .slide {
        text-align: center;
        outline: none;
    }

        #testimonials-slider .slide:focus {
            outline: none;
        }

        #testimonials-slider .slide img {
            
            width: 10%;
            border-radius: 50%;
            display: inline-block;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
            -o-transform: scale(0.7);
            transform: scale(0.7);
            opacity: 0.6;
            outline: none;
        }

            #testimonials-slider .slide img:focus {
                outline: none;
            }

    #testimonials-slider .slick-center img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        position: relative;
        z-index: 3;
        opacity: 1;
    }

#testimonials-details-slider {
    position: relative;
    z-index: 1;
}

    #testimonials-details-slider .slide {
        text-align: center;
    }

    #testimonials-details-slider h4 {
        font-family: "nimbussansdot_bold", sans-serif;
        color: inherit;
        margin: 0 0 15px 0;
    }
/*Blog Section*/
#blog-section .post {
    margin-bottom: 30px;
}

#blog-section .featured-image {
    text-align: center;
}

#blog-section .contents {
    padding: 50px 30px;
    margin: -40px 30px 0 30px;
    position: relative;
    z-index: 1;
    background: #ebebeb;
    border: 0;
}

#blog-section .post-meta {
    margin-bottom: 30px;
}
/*News Letter Section*/
.newsletter-section {
    padding: 41px 0;
    background: #528251;
    color: #fdfbf8;
}

    .newsletter-section h3 {
        font: 700 22px "nimbussansdot_bold", sans-serif;
        color: inherit;
        margin: 0;
        line-height: 37px;
    }

#newsletter-from {
    position: relative;
}

    #newsletter-from .form-control {
        width: 100%;
        border-color: #ebebeb;
        color: #fdfbf8;
        height: 33px;
    }

    #newsletter-from button {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        border-radius: 0;
        background: #fdfbf8;
        color: #528251;
        padding: 6px 20px;
    }

    #newsletter-from ::-webkit-input-placeholder {
        color: #fdfbf8;
        font-size: 12px;
    }

    #newsletter-from ::-moz-placeholder {
        color: #fdfbf8;
        font-size: 12px;
    }

    #newsletter-from :-ms-input-placeholder {
        color: #fdfbf8;
        font-size: 12px;
    }

    #newsletter-from :-moz-placeholder {
        color: #fdfbf8;
        font-size: 12px;
    }
/*Contact Section*/
#contact-section h2.title {
    font-size: 30px;
    font-family: "nimbussansdot_bold", sans-serif;
    margin-top: 15px;
    margin-bottom: 30px;
}

#contact-section .container {
    margin-bottom: 120px;
}

#contact-section .contact-details .entry-contents {
    margin-bottom: 20px;
}

#contact-section .contact-details i {
    font-size: 25px;
    margin-right: 10px;
}

#contact-section address,
#contact-section .contact-number,
#contact-section .email-web {
    display: inline-block;
    position: relative;
}

    #contact-section address i,
    #contact-section .contact-number i,
    #contact-section .email-web i {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -14px;
    }

#contact-section address,
#contact-section .contact-number {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #606060;
}

    #contact-section .email-web a,
    #contact-section .contact-number span,
    #contact-section address span {
        display: block;
        padding-left: 40px;
        color: inherit;
    }

#form-contact {
    background: url("../images/contact-form-bg.jpg") center no-repeat;
    background-size: cover;
    padding: 30px;
}

    #form-contact legend {
        border: none;
        margin-bottom: 27px;
        padding: 0;
        color: #fdfbf8;
        text-transform: capitalize;
        font-family: "nimbussansdot_bold", sans-serif;
        font-size: 18px;
    }

    #form-contact input[type="text"],
    #form-contact input[type="email"],
    #form-contact textarea {
        background: #fdfbf8;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        outline: none;
        border: 1px solid #c7c7c7;
        color: #606060;
    }

        #form-contact input[type="text"]:focus,
        #form-contact input[type="email"]:focus,
        #form-contact textarea:focus {
            outline: none;
        }

    #form-contact input[type="text"],
    #form-contact input[type="email"] {
        height: 36px;
    }

    #form-contact textarea {
        padding: 6px 12px;
    }

    #form-contact .form-group {
        margin-bottom: 15px;
    }

    #form-contact ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #606060;
        text-transform: capitalize;
    }

    #form-contact ::-moz-placeholder {
        /* Firefox 19+ */
        color: #606060;
        text-transform: capitalize;
    }

    #form-contact :-ms-input-placeholder {
        /* IE 10+ */
        color: #606060;
        text-transform: capitalize;
    }

    #form-contact :-moz-placeholder {
        /* Firefox 18- */
        color: #606060;
        text-transform: capitalize;
    }

    #form-contact .btn-default {
        padding: 8px 35px;
        border-radius: 0;
        font-family: "nimbussansdot_bold", sans-serif;
    }

#map-canvas {
    width: 100%;
    height: 550px;
}

#ajax-loader,
#booking-ajax-loader {
    display: none;
}

#error-container,
#booking-error-container,
#booking-message-container,
#message-container {
    background: #fdfbf8;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    display: none;
    margin-top: 15px;
}

#error-container,
#booking-error-container {
    color: red;
}
/*Footer Section*/
#site-footer {
    background: #232323;
    padding: 77px 0;
    color: #b4b4b4;
    font-size: 12px;
}

    #site-footer .widget {
        margin-right: 20px;
    }

    #site-footer a:hover {
        color: #528251;
    }

    #site-footer h5.title {
        font-size: 14px;
        text-transform: uppercase;
        color: #fdfbf8;
        margin: 20px 0;
        font-weight: 400;
    }

    #site-footer p,
    #site-footer a,
    #site-footer li,
    #site-footer span,
    #site-footer address {
        font-size: inherit;
        color: inherit;
    }

    #site-footer .opening-hours ul {
        margin: 0;
        padding: 0;
    }

        #site-footer .opening-hours ul li {
            list-style: none;
            margin-bottom: 15px;
            display: block;
        }

            #site-footer .opening-hours ul li:last-child {
                margin-bottom: 0;
            }

    #site-footer .contact-info address,
    #site-footer .contact-info span,
    #site-footer .contact-info a {
        margin-bottom: 10px;
        display: block;
    }

    #site-footer .gallery-images img {
        width: 44%;
        margin-left: 6%;
        margin-bottom: 15px;
    }

        #site-footer .gallery-images img:nth-child(2n+1) {
            margin-left: 0;
        }
/*Footer Bottom Section*/
#footer-bottom {
    background: #161616;
    color: #848484;
    font-size: 13px;
    padding: 15px 0 13px 0;
}

    #footer-bottom p {
        margin: 0;
        color: #fdfbf8;
        font-size: inherit;
    }

#scroll-top {
    background: #528251;
    color: #fdfbf8;
    border: 1px solid #fdfbf8;
    font-size: 16px;
    padding: 5px 11px;
    position: fixed;
    right: 20%;
    bottom: 30px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

    #scroll-top:hover {
        background: #fdfbf8;
        color: #606060;
    }

    #scroll-top i {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

#twitter-feeds ul {
    margin: 0;
    padding: 0;
}

    #twitter-feeds ul li {
        list-style: none;
        clear: both;
    }

#twitter-feeds .avatar {
    width: 50px;
    float: left;
    margin-right: 10px;
}

    #twitter-feeds .avatar img {
        max-width: 100%;
    }

#twitter-feeds .tweet {
    overflow: hidden;
}
