/*--

Name: style.css
Author: CreativeRacer
Version: 1.0

----------------

[Table of contents]

    1. Google Font
    2. Typrography
    3. Preloader
    4. Margin and Padding
    5. Background
    6. Button
    7. Background Color
    8. Header
    9. Welcome Area Style
    10. Welcome Hero
    12. Services
    13. Counter
    14. Gallery
    15. Menu
    16. Fun Fact
    17. Chef
    19. Feature
    20. Client
    21. Partners
    22. Blog and News
    23. Contact Form
    24. Google Map
    25. Footer

-------------------------------------------------------------------*/

/* google font */

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Playfair+Display');

/* reset */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}


#google_translate_element {position: absolute;
    right: 0;
    z-index: 999999;}



.table {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

/*Preloader Style*/

#preloader {
    width: 100%;
    height: 100%;
    background-color: #111;
    position: absolute;
    z-index: 1000;
}

.btn-green { background-color: #25d366; color: #ffffff !important;  font-size: 18px;}

#preloader .spinner {
    width: 160px;
    text-align: center;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -25px;
}

#preloader .spinner > div {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#preloader .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    background-color: #990000;
}

#preloader .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background-color: #990000;
}

#preloader .spinner .bounce3 {
    background-color: #990000;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/* font face */

body, a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #444;
    margin: 0;
}
 

a:hover {
    color: #990000;
}


a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    color: #222;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}


i {
    color: #222;
}



h1 {
    font-size: 36px;
    line-height: 54px;
}

h2 {
    font-size: 30px;
    line-height: 45px
}

h3 {
    font-size: 24px;
    line-height: 36px
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 27px;
}

h6 {
    font-size: 16px;
    line-height: 24px
}

.text-80 {
    font-size: 80px;
    line-height: 120px;
}

.text-70 {
    font-size: 70px;
    line-height: 105px;
}

.text-60 {
    font-size: 60px;
    line-height: 90px;
}

.text-50 {
    font-size: 48px;
    line-height: 72px;
}

.text-40 {
    font-size: 40px;
    line-height: 70px;
}



/* White Font Color*/

.clr-wht,
.clr-wht p,
.clr-wht a {
    color: #ddd!important;
}
.clr-wht h1,
.clr-wht h2,
.clr-wht h3,
.clr-wht h4,
.clr-wht h5,
.clr-wht h6 {
    color: white;
}

.clr-red,
.clr-red p,
.clr-red h1,
.clr-red h2,
.clr-red h3,
.clr-red h4,
.clr-red h5,
.clr-red h6 {
    color: #990000;
}



/* Button */

.btn {
    border-radius: 0;
    padding: 15px;
}

.btn-1 {
    background-color: #f4efe4;
    display: inline-block;
}

.btn-1:hover {
    background-color: #EDCAA6;
    color: #111;
}

.btn-2 {
    background-color: #990000;
    display: inline-block;
    color: #ddd;
}

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

.btn-3 {
    background-color: #fff;
    display: inline-block;
}

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

.btn-4 {
    background-color: #777;
    display: inline-block;
    color: #fff;
}

.btn-5 {
    background-color: #EDCAA6;
    
}
.btn-4:hover,
.btn-5:hover {
    background-color: #990000;
    color: #fff;
}


/* margin and padding style */

.no-padding {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}


.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

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

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-50 {
    padding-top: 50px;
}

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

.padding-bot-70 {
    padding-bottom: 70px;
}

.padding-bot-60 {
    padding-bottom: 60px;
}

.padding-bot-50 {
    padding-bottom: 50px;
}

.padding-bot-40 {
    padding-bottom: 40px;
}

.padding-bot-30 {
    padding-bottom: 30px;
}

.padding-bot-20 {
    padding-bottom: 20px;
}

.padding-bot-10 {
    padding-bottom: 10px;
}

.no-margin {
    margin: 0;
}

.lft-mrgn {
    margin-left: 50px;
}

.rit-mrgn {
    margin-right: 50px;
}

.margin-50 {
    margin: 50px 0;
}

.margin-40 {
    margin: 40px 0;
}

.margin-30 {
    margin: 30px 0;
}

.margin-20 {
    margin: 20px 0;
}

.margin-10 {
    margin: 10px 0;
}

.margin-bot-60 {
    margin-bottom: 60px;
}

.margin-bot-50 {
    margin-bottom: 50px;
}

.margin-bot-40 {
    margin-bottom: 40px;
}

.margin-bot-30 {
    margin-bottom: 30px;
}

.margin-bot-20 {
    margin-bottom: 20px;
}

.margin-bot-10 {
    margin-bottom: 10px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-40 {
    margin-top: 40px;
}

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

.margin-top-20 {
    margin-top: 20px;
}

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

.margin-lr-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.margin-lr-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.margin-lr-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-l-50 {
    margin-left: 50px;
}

.margin-l-40 {
    margin-left: 40px;
}

.margin-l-30 {
    margin-left: 30px;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-r-50 {
    margin-right: 50px;
}

.margin-r-40 {
    margin-right: 40px;
}

.margin-r-30 {
    margin-right: 30px;
}

.margin-r-20 {
    margin-right: 20px;
}

/*Background*/

.bg-offwht {
    background-color: #f4efe4;
}

.bg-red {
    background-color: #990000;
}

.bg-black {
    background-color: #333;
}



/*Background Image*/

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-right-imp {
    float: right;
}

.float-left-imp {
    float: left;
}


.prlx {
    background-attachment: fixed;
}


.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: black;
    opacity: 0.7;
    z-index: -1;
}

/* Header */

.navbar-brand img {
    height: 35px;
    margin-right: 15px;
}

.navbar-brand {
    font-size: 21px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 1px;
}




.header {
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
}


.sticky {
    background-color: #111;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    border: none;
}



.navbar-brand {
    padding: 0;
}


/* Nav */

.navbar-nav .nav-link {
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.sticky .navbar-nav .nav-link {
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;

}

.navbar-nav .active > .nav-link,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #990000;
    margin: 0;
}


.navbar-dark .navbar-nav .nav-link{
    color: #ccc;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #ccc;
    background-color: #990000;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
    background-color: #990000;
    margin: 0;
}


.nav-pills .nav-link {
    border-radius: 0;
}


.navbar-nav .nav-link {
    display: block;
    margin: 0;
}


.navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: #f4efe4;
}

.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active {
    background-color: #990000;

}


.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #990000;
}

button:focus {
    outline: none;
}

/* welcome area style */

#home {
    width: 100%;
    height: 100%;
    position: relative;
}

.welcome {
    width: 100%;
    height: 400px;
}

.welcome-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* welcome hero */

.single-slide {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 480px;
}

/* Owl Caurosel */

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

.owl-carousel .owl-nav span {
    color: #999;
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
    background: none;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
}

.owl-carousel .owl-nav .owl-next:hover span {
    padding-right: 5px;
    color: white;
}

.owl-carousel .owl-nav .owl-prev:hover span {
    padding-left: 5px;
    color: white;
}


/*

.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
    position: absolute;
    top: 50%;
    content: "";
    color: #999;
    font-size: 50px;
    line-height: 50px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 999;
}


.owl-carousel .owl-nav .owl-next span {
    right: 50px;
    margin-top: -25px;
}

.owl-carousel .owl-nav .owl-prev span {
    left: 50px;
    margin-top: -25px;
}

.owl-carousel .owl-nav .owl-next span:hover {
    right: 48px;
    margin-top: -25px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    color: white;
}

.owl-carousel .owl-nav .owl-prev span:hover {
    left: 48px;
    margin-top: -25px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    color: white;
}

*/

.owl-carousel .owl-dots {
    bottom: 0px;
    width: 200px;
    margin-left: -100px;
    position: absolute;
    display: inline-block;
    text-align: center;
    left: 50%;
}

.owl-carousel .owl-dot span {
    background-color: #777;
    opacity: 0.5;
}

.owl-carousel .owl-dot span:hover,
.owl-carousel .owl-dot.active span {
    background-color: #990000 !important;
    opacity: 0.7;
}


.bg-overlay-5,
.bg-overlay-6,
.bg-overlay-7,
.bg-overlay-8,
.bg-overlay-9 {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-overlay-5:after,
.bg-overlay-6:after,
.bg-overlay-7:after,
.bg-overlay-8:after,
.bg-overlay-9:after {
    position: absolute;
    background-color: black;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.bg-overlay-5:after {
    opacity: 0.5;
}

.bg-overlay-6:after {
    opacity: 0.6;
}

.bg-overlay-7:after {
    opacity: 0.7;
}

.bg-overlay-8:after {
    opacity: 0.8;
}

.bg-overlay-9:after {
    opacity: 0.9;
}



.ancor-ico img {
    width: 50px !important;
    display: inline-block !important;
    opacity: 0.5;
}



/* About */

.side-img {
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
}

/* Feature Food*/

.ftr-food {
    width: 100%;
    height: 300px;
    text-align: center;
    color: white;
    overflow: hidden;
}

.ftr-food p {
    font-size: 16px;
}



/* Service Style */

.service-box {
    padding: 20px 10px;
    width: 100%;
    background-color: #f4efe4;
    transition: 0.3s ease;
}
.service-box:hover {
    background-color: #EDCAA6;
    transition: 0.3s ease;
}

.service-box i {
    font-size: 50px;
}

.service-box .icon {
    height: 50px;
    width: 50px;
    display: inline-block;
    background-size: contain;
    background-size: cover;
}




/* Dish Slide */

.dish-slide-single {
    width: 400px;
    height: 400px;
    display: inline-block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dish-slide .dish-slide-caption p {
    font-size: 18px;
    line-height: 24px;
    color: #ccc;
}

/* counter */

#fun-fact .counter {
    display: inline-block;
    margin-bottom: 20px;
}


/* Portfolio Isotop Filter */

.gallery-area {
    overflow: hidden;
    width: 100%;
}

.g-filter button {
    color: #444;
    background: #f4efe4;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
    margin: 5px 3px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.g-filter button:hover {
    background-color: #777;
    color: #ddd;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.g-filter button.active {
    background-color: #990000;
    color: white;
    border: none;
    border-radius: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

/* Wide 4 Column*/

.food-gallery a img {
    width: 100%;
    display: inline-block;
}

.food-gallery .gallery-wraper {}

.food-gallery a {
    cursor: crosshair;
}

.food-gallery figure {
    margin: 0;
    position: relative;
    overflow: hidden;

}


.food-gallery figcaption {
    position: absolute;
    text-transform: none;
    width: 100%;
    padding: 10px 2px 5px 2px;
    margin: 0;
    content: "";
    z-index: 5;
    bottom: -50px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    overflow: hidden;
}

.food-gallery figcaption h4 {
    margin: 0 15px 0 0;
}


.food-gallery:hover figcaption {
    bottom: 0;
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}


/* Youtube Video */

.video,
.video iframe {
    width: 100%;
    height: 720px;
    border: none;
    margin: 0;
    padding: 0;
}

/* Menu */

.menu-item {
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 170px;
    padding-bottom: 20px;
    min-height: 170px;
}


.menu-img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}


.menu-text h3 {
    margin-bottom: 15px;
}

.menu-item:hover h3 {
    color: #990000;
}

.menu-text span {
    float: right;
    font-family: "Open Sans", sans-serif;
}


.hot .menu-img {
    border: 2px inset #990000;
}

.hot .menu-text h3 {
    color: #990000;
}



/* team member section */

.team-member-img {
    width: 100%;
    max-width: 270px;
    height: 400px;
    background-size: cover;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.team-member-text {
    color: white;
    width: 100%;
    height: 170px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-member-text p {
    color: white;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}


.team-member-img:hover .team-member-text {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 200px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-member-text i {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 10px 5px;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}


/* Process*/

.thin-fnt {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

/* Review area */

.reviewer-img {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 30px;
}

#review-area .owl-page {
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px;
    opacity: 0.3;
}

#review-area .owl-pagination {
    bottom: 30px;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.review-single-slide {
    padding: 0 30px;
}


#review-area .owl-controls.clickable {
    position: relative;
}

#review-area .owl-page.active {
    background-color: #99cc66;
    opacity: 0.7;
}

#review-area h4 {
    color: #990000;
}


/* Partenr */

.partner {
    width: 200px;
    height: 150px;
    float: left;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

.partner:hover {
    opacity: 1;
}



/* contact form */

.c-frm {
    display: block;
    width: 100%;
    height: 50px;
    color: #ddd;
    border: 1px solid #555;
    background: none;
    margin: 20px 0;
    padding: 15px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; 
    background-color: rgba(0, 0, 0, 0.5); 
}

.c-frm:focus {
    display: block;
    color: #fff;
    border-color: #990000;
    width: 100%;
    margin: 20px 0;
    border-radius: 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.c-msg {
    display: block;
    width: 100%;
    height: 150px;
    margin: 20px 0;
    padding: 15px;
    color: #ddd;
    border: 1px solid #555;
    background: none;
    margin: 20px 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; 
    background-color: rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.c-msg:focus {
    display: block;
    width: 100%;
    margin: 20px 0;
    color: #fff;
    margin: 20px 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.c-btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #990000;
    color: white;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}


#contactForm .success {
    color: #fff;
}

#contactForm .error {
    color: yellow;
}



.form-control {
    display: block;
    width: 100%;
    padding: 10px;;
    color: #999;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 0;
}



/* Google Map */

#map {
    width: 100%;
    height: 422px;
}


/*Contact Info*/

.contact-info p, .contact-info a {
    font-size: 18px;
    line-height: 27px;
}



/* Blog */

.blog-title figcaption {
    background-color: #f4efe4;
    padding: 10px;
}

.blog-tags {
    margin-bottom: 30px;
}

.blog-tag-list a {
    border: 1px solid;
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #999;
}

.blog-tag-list a:hover {
    color: #990000;
}



.blog-widget ul {
    list-style-type: none;
    margin-left: 5px;
}

.blog-widget ul li::before,
.blog-widget ul li::before {
    font-family: FontAwesome;
    font-size: 6px;
    content: "\f111";
    color: #EDCAA6;
    display: inline-block;
    width: 10px;
}

.blog-post-pagination .page-numbers {
    padding: 5px 10px;
    border: 1px solid #555;
    background-color: #eee;
    margin: 0;
    display: inline;
}

.blog-post-pagination .dots {
    border: 1px solid #555 !important;
    background-color: #eee !important;
    height: 35px;
}


.blog-search-form .form-control {
    margin-bottom: 20px;
}


ul.post-categories, .post-categories li {
    list-style: none;
    display: inline-block;
    margin: 0;
}


/* footer */

footer  {
    background-color: #111;
    padding: 15px 0;
}

footer p, footer a  {
    color: #ccc;
}


footer p {
    margin: 0;
}

footer a,
footer a:hover {
    text-transform: none;
}

.social-nav {
    text-align: right;
    margin: 0;
}

.social-nav li {
    display: inline-block;
}

.social-nav li i {
    color: #ccc;
    font-size: 18px;
    line-height: 18px;
    padding: 0 7px;
    display: block;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.social-nav li i:hover {
    color: #990000;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

footer a:hover {
    color: #990000;
}