/*Style.css*/

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: 'Lato', sans-serif;
    background: #fff;
    color: #333;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Lato", sans-serif;
}

img {
    width: 100%;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 32px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

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

.section-title {
    margin-top: 70px;
    margin-bottom: 30px;
}

.white-title .section-title-style i {
    color: #fff;
}

.section-title h2 {
    font-family: 'Playball', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: 700;
    position: relative;
}

.title-icon {
    position: relative;
    left: 49%;
}

.title-icon i {
    font-size: 30px;
    color: #333;
}

.white-title .title-icon i {
    font-size: 30px;
    color: #fff;
}

.section-title p {
    font-weight: 300;
}

.white-title{
    color: #fff;
}

a.read-more {
    margin-top: 20px;
    display: inline-block;
    color: #000;
    background: transparent;
    padding: 0px 25px;
    border: 1px solid #333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing:2px;
    text-align:center;
    line-height:45px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
}

a.white-read-more {
    margin-top: 20px;
    display: inline-block;
    color: #333;
    background: #fff;
    padding: 5px 25px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
}

a.read-more:hover {
    color: #fff;
    background: #000;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

a.white-read-more:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

a.order-now {
    margin-top: 5px;
    display: inline-block;
    color: #000;
    background: transparent;
    padding: 0px 10px;
    border: 1px solid #333;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 28px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    float: right;
}

a.order-now:hover {
    color: #fff;
    border: 1px solid #000;
    background: #000;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

.scrollup {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 30px;
    color: #333;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 55px;
    cursor: pointer;
    display: none;
    z-index: 2;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
}

.text-content {
    font-size: 16px;
    line-height: 1.5em;
}

.section-title-style{
    text-align:center;
    max-width:250px;
    margin:0px auto 20px auto;
    position:relative;
}

.section-title-style i{
    color:#000;
    font-size:16px;
    margin:0px 2px;
}

.section-title-style .medium-size{
    font-size:22px;
}

.section-title-style::before{
    right:0px;
}

.section-title-style::after{
    left:0px;
}

.section-title-style::before,.section-title-style::after{
    position:absolute;
    content:'';
    border-top:4px double #ccc;
    top:11px;
    width:40%;
    right:0px;
}

/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-left: 2px solid #000;
    border-radius: 50%;
    -webkit-animation: spcontent-inner-area 700ms infinite linear;
    animation: spcontent-inner-area 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spcontent-inner-area {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spcontent-inner-area {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    height: 100%;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/bg/bg.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

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

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

.header-text h2 {
    font-family: 'Playball', sans-serif;
    color: #fff;
    font-size: 60px;
    letter-spacing: 3px;
    margin: 0;
    font-weight: 300;
}

.header-text p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    padding-top: 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a p {
    font-family: 'Playball', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 10px;
}

.logo img {
    width: 100%;
}

.mainmenu .navbar-nav li a {
    font-family: 'Playball', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #ccc;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mainmenu .navbar-nav li.active a {
    background: none;
    color: #ccc;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #000;
}

.menu-bg .logo {
    padding-top: 14px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .logo a p {
    font-family: 'Playball', sans-serif;
}

.menu-bg .mainmenu .navbar-nav li a {
    font-family: 'Playball', sans-serif;
    color: #fff;
    padding: 20px 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
    color: rgba(255, 255, 255, 0.75);
}

.menu-bg .mainmenu .navbar-nav li.active a {
    color: rgba(255, 255, 255, 0.75);
}

a.slide-btn {
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    background: transparent;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 50px;
}

a.slide-btn:hover {
    background: #fff;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
}

.item a.slide-btn {
    width: 140px !important;
    height: 45px;
    line-height: 24px;
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    background: transparent;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 50px;
}

.item a.slide-btn:hover {
    background: #fff;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* HOMEPAGE SLIDER BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
    height: 100%;
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto;
}

.single-slide-item-table {
    display: table;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single-slide-item {
    position: relative;
    z-index: 1;
}

.single-slide-item:after {
    position: absolute;
    background: rgba(0, 0, 0, .4);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.slide-1 {
    background: url(../slide1.jpg) scroll 0 0;
    background-size: cover;
}

.slide-2 {
    background: url(../slide2.jpg) scroll 0 0;
    background-size: cover;
}

.slide-3 {
    background: url(../images/bg/slide-3.jpg) scroll 0 0;
    background-size: cover;
}

.carousel-fade .carousel-content-inner-area .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-content-inner-area .item,
.carousel-fade .carousel-content-inner-area .active.left,
.carousel-fade .carousel-content-inner-area .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-content-inner-area .active,
.carousel-fade .carousel-content-inner-area .next.left,
.carousel-fade .carousel-content-inner-area .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-content-inner-area .next,
.carousel-fade .carousel-content-inner-area .prev,
.carousel-fade .carousel-content-inner-area .active.left,
.carousel-fade .carousel-content-inner-area .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-video-area {
    position: relative;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-position: center center;
}

.welcome-video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

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

/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-area {}

.about-content {
    background: #eee;
    padding: 0px 10px 30px 0px;
}

.about-image,
.about-video {
    margin-top: 30px;
}

.about-text h2 {
    font-family: 'Playball', sans-serif;
    margin-top: 13%;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-text h2 span {
    color: #333;
}

.about-text p {
    line-height: 30px;
    text-align: left;
}

.our-chefs {
    margin-top: 40px;
    margin-bottom: 40px;
}
        
.single-chef-details {
    width:28%;
    display:inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 0px 30px;
    padding:10px;
    background:#eee;
}

.single-chef-details:hover {
    box-shadow: 0 10px 20px rgba(198,198,198,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.single-chef-details img { 
    overflow: hidden;
    margin-left:0px;
    opacity: 1;
    -webkit-border-radius: 0% 0% 50% 50%;
    -moz-border-radius: 0% 0% 50% 50%;
    -ms-border-radius: 0% 0% 50% 50%;
    -o-border-radius: 0% 0% 50% 50%;
    border-radius: 0% 0% 50% 50%;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}	
.single-chef-details img:hover {
    cursor: pointer;
    opacity: 0.75;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.chef-description {
    margin: 20px;
}

.chef-description h3 {
    font-family: 'Playball', sans-serif;
}
        
.chef-description span {
    display: block;
    font-weight:300;
    font-size:15px;
    margin: -5px 0 12px 0;
}

.chef-description a {
    background: #000;
    padding: 11px;
    -webkit-border-radius: 0% 0% 80% 80%;
    -moz-border-radius: 0% 0% 80% 80%;
    -ms-border-radius: 0% 0% 80% 80%;
    -o-border-radius: 0% 0% 80% 80%;
    border-radius: 0% 0% 80% 80%;
}

.chef-description .fa {
    color:#fff;
    font-size: 16px;
}

.chef-description a:hover {
    cursor: pointer;
    background: #333;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*
* ----------------------------------------------------------------------------------------
* 05.MENU ITEMS CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.restaurants-menu .food-nav {
    text-align: center;
}

.restaurants-menu ul li {
    border: 1px solid #000;
    display: inline-block;
    padding: 8px 12px;
    margin: 0px 8px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.4s;
}

.restaurants-menu ul li a {
    color: #000;
}

.restaurants-menu ul li.active a {
    color: rgba(0, 0, 0, 0.5);
}

.restaurants-menu ul li a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.food-pic {
    float: left;
    margin: 30px 0;
    text-align: center;
    width: 20%;
}

.single-food-menu-details {
    border-left: 1px solid #eee;
    float: left;
    padding: 20px 34px 20px 10px;
    position: relative;
    width: 80%;
}

.single-food-price {
    position: absolute;
    right: 50px;
    top: 40%;
}

.single-food-item {
    margin-bottom: 30px;
    border: 1px solid #eaebeb;
    padding: 15px;
    background: #eee;
    float: left;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.single-food-item:hover {
    box-shadow: 0 10px 20px rgba(198,198,198,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.single-food-content {
    border: 1px solid #eee;
}

.menu-last-item {
    margin-bottom: 0px;
}

.restaurants-menu .food-price {
    font-size: 16px;
    display: inline-block;
    position: absolute;
    float: right;
    background: #000;
    color: #fff;
    right: -16px;
    top: -17px;
    padding: 15px 10px;
    -webkit-border-radius: 0% 0% 50% 50%;
    -moz-border-radius: 0% 0% 50% 50%;
    -ms-border-radius: 0% 0% 50% 50%;
    -o-border-radius: 0% 0% 50% 50%;
    border-radius: 0% 0% 50% 50%;
}

.restaurants-menu .delivery-time,
.restaurants-menu .ratings {
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}

.restaurants-menu .delivery-time {
    margin-right: 10px;
}

.restaurants-menu .ratings span i {
    color: #000;
}

.restaurants-menu .ratings .fa-star-o {}

.restaurants-menu .single-food-menu-details h5 {
    margin-top: 5px;
    font-weight: 600;
}

.restaurants-menu .single-food-menu-details h5 a {
    color: #25282b;
    font-family: 'Playball', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
}

.restaurants-menu .customer-part {
    margin-top: 5px
}

.restaurants-menu .delivery-time,
.restaurants-menu .ratings {
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}

.restaurants-menu .delivery-time {
    margin-right: 10px;
}

.restaurants-menu .ratings span i {
    color: #000;
}

.restaurants-menu .ratings .fa-star-o {}


/*
* ----------------------------------------------------------------------------------------
* 06.COUNTDOWN CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.countdown-area {
    background: rgba(0, 0, 0, 0.75);
    margin: 70px 0px 30px 0px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.countdown-item-icon {
    display: inline-block;
    vertical-align: top;
}

.countdown-item-content {
    display: inline-block;
    padding-left: 37px;
    position: relative;
    width: calc(100% - 71px);
}

.countdown-item-icon i {
    color: #fff;
    display: inline-block;
    font-size: 42px;
    line-height: 92px;
}

.countdown-item-content h4 {
    margin-top: 13px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
}

.countdown-item-content h5 {
    font-family: 'Playball', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #eee;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}

.countdown-item-content::before {
    background: #eee none repeat scroll 0 0;
    content: "";
    height: 55px;
    left: 15px;
    position: absolute;
    top: 23px;
    width: 2px;
}

.countdown-item-content::after {
    background: #eee none repeat scroll 0 0;
    content: "";
    height: 0px;
    left: 15px;
    position: absolute;
    top: 24px;
    width: 2px;
    transition: all .30s linear;
}


/*
* ----------------------------------------------------------------------------------------
* 07.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {}

.service-content.left {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: left;
}

.service-content.right {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
}


.service-content .icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

.service-content.left a {
    margin-left: 30px;
    border: 1px solid #000;
    margin-right: 30px;
    padding: 0;
    margin-bottom: 13px;
}

.service-content .icon i {
    font-size: 40px;
    line-height: 80px;
    color: #000;
    display: inline-block;
    transition: all 0.3s ease;
    text-align: center;
}

.service-content:hover .icon {
    background: #000;
}

.service-content:hover .icon i {
    transform: rotateY(180deg);
    color: #fff;
}

.service-content-title {
    font-family: 'Playball', sans-serif;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 1px;
}

.service-content p {
    font-size: 15px;
    line-height: 1.5em;
}


/*
* ----------------------------------------------------------------------------------------
* 08.GALLERY CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work-content-inner-area .mix {
    display: none;
}

.work .section-title {
    margin-top: 0px;
}

ul.work {
    padding: 0;
    list-style: none;
    margin-left: 8px;
    text-align: center;
}

ul.work li {
    border: 1px solid #000;
    display: inline-block;
    padding: 8px 12px;
    margin: 0px 8px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.4s;
}

ul.work li:hover {
    color: rgba(0,0,0, 0.5);
}

ul.work li.active {
    color: rgba(0,0,0, 0.5);
}

/* Food Gallery Effect */
.item .tooltip {
    position: relative;
}

.item .tooltip::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.item .tooltip:hover::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.tooltip {
    overflow: hidden;
}

img.mfp-img {
    z-index: 999;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.work .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 10;
}

.work .item img {
    max-width: 100%;
    vertical-align: middle;
}

.item .tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.item .align {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.item:hover .tooltip {
    opacity: 1;
}

.item h3 {
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

.item h3 span {
    font-family: 'Playball', sans-serif;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}


/*
* ----------------------------------------------------------------------------------------
* 09.TESTIMONIALS CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: url(../images/bg/testi-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.testimonial-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.testimonial-list {
    padding: 0px;
    margin-top: 0px;
}

.single-testimonial {
    position: relative;
    padding: 25px 30px;
    margin-left: 10px;
    background: #ccc;
    color: #333;
    margin-bottom: 30px;
    min-height: 230px;
}

.single-testimonial img {
    width: 120px;
    float: left;
    margin-top: 30px;
    position: relative;
}

.single-testimonial .details {
    position: relative;
    float: right;
    width: 345px;
}

.single-testimonial .details .ratings {
    text-align: left;
    margin-left: 10px;
}

.single-testimonial h6 {
    font-family: 'Playball', sans-serif;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: left;
    margin-left: 10px;
}

.details p.text-content{
    text-align: left;
    margin-left: 10px;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border-radius: 50%;
    border: 1px solid #ccc;
    background: none;
}


/*
* ----------------------------------------------------------------------------------------
* 10.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {}

.blog-area .blog-content-area {
    position:relative;
    margin-left:-20px;
    margin-right:-20px;	
}

.blog-area .blog-content-area .blog-post-content {
    position:relative;
    padding:0px 20px;
    margin-bottom:30px;
}

.blog-area .blog-content-area .blog-post-content .content-inner-area {
    position:relative;
    background-color:#fff;
    border:1px solid #000;
    overflow:hidden;
    transition: all 0.4s ease-in-out;
}

.blog-area .blog-content-area .blog-post-content .content-inner-area:hover {
    box-shadow: 0 10px 20px rgba(198,198,198,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.blog-area .blog-content-area .blog-post-content .blog-image {
    position:relative;
    display:block;
    overflow:hidden;	
}

.blog-area .blog-content-area .blog-post-content .blog-image img {
    position:relative;
    display:block;
    width:100%;	
}

.blog-area .blog-content-area .blog-post-content .blog-image .overlay {
    position:absolute;
    left:0px;
    top:0px;
    display:block;
    width:100%;
    height:100%;
    text-align:center;
    background:rgba(0,0,0,0);
}

.blog-area .blog-content-area .blog-post-content .blog-image .overlay::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.blog-area .blog-content-area .blog-post-content .blog-image .overlay:hover::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.blog-area .blog-content-area .blog-post-content .blog-image .overlay {
    overflow: hidden;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.blog-area .blog-content-area .blog-post-content .blog-image .content {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    width:100%;	
}

.blog-area .blog-content-area .blog-post-content .blog-image .link {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    width:100%;
    color:#fff;
}

.blog-area .blog-content-area .blog-post-content .blog-image .link a {
    position:relative;
    display:block;
    width:100%;
    color:#fff;
}

.blog-area .blog-content-area .blog-post-content .blog-image .link .icon {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    opacity:0;
    font-size:50px;
    transform:scale(0,0);
    -webkit-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
    -moz-transform:scale(0,0);	
}

.blog-area .blog-content-area .blog-post-content:hover .blog-image .link .icon {
    opacity:1;
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    -moz-transform:scale(1,1);
}

.blog-area .blog-post-content .text-content {
    position:relative;
    padding: 0px 15px;
    color:#333;
}

.blog-area .blog-post-content .text-content .posted-by {
    position: relative;
    margin-top: -25px;
    margin-bottom: 20px;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #000;
    border: 1px solid #000;
}

.blog-area .blog-post-content .text-content .posted-by i {
    color: #fff;
    font-size: 35px;
    position: relative;
    top: 14%;
    left: 21%;
}

.blog-area .blog-post-content .text-content .date {
    position:relative;
    font-size:13px;
    color:#000;
    margin-bottom:15px;
}

.blog-area .blog-post-content .text-content .title {
    position:relative;
}

.blog-area .blog-post-content .text-content .title h3 {
    margin: 10px 0px;
    font-size:16px;
    font-weight:700;
    color:#010101;
}

.blog-area .blog-post-content .text-content .title h3 a {
    font-family: 'Playball', sans-serif;
    color: #000;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
}

.blog-area .blog-post-content .text-content h3 a:hover {
    color: rgba(0, 0, 0, 0.5);	
}

.blog-area .blog-post-content .text-content .short-desc {
    position:relative;
    margin-bottom:25px;	
}

.blog-area .blog-post-content .blog-read-more {
    border-top:1px solid #eee;	
}

.blog-area .blog-post-content .blog-read-more a {
    background: #000;
    position:relative;
    display:block;
    line-height:24px;
    padding:12px 25px;
    color:#fff;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    text-align: center;
}

.blog-area .blog-post-content .blog-read-more a .fa {
    position:relative;
    font-size:18px;
    float:right;
    line-height:24px;	
}

.blog-area .blog-post-content .blog-read-more a:hover {
    background-color:transparent;
    color:#000;
    border-top: 1px solid #000;
}

/*
* ----------------------------------------------------------------------------------------
* 11.NEWS LETTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.our-news-letter {
    padding: 100px 0px;
    background: url(../images/bg/testi-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.our-news-letter:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.our-news-letter h2 {
    font-family: 'Playball', sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.our-news-letter input[type='text'] {
    display: block;
    width: 35%;
    text-align: center;
    margin: 0px auto;
    border-radius: 5px;
    border: none;
    height: 50px;
    background: none;
    border-bottom: 1px solid #ccc;
    color: #fff;
}

.our-news-letter input[type='submit'] {
    margin-top: 20px;
    display: inline-block;
    color: #333;
    background: #fff;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font-size: 12px;
    width: 100px;
}

.our-news-letter input[type='submit']:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 12.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-area .section-title {
    margin-top: 30px;
}

.single-contact-details {
    margin-top: 30px;
    margin-bottom: 40px;
    border: 1px solid rgba(204, 204, 204, .5);
	border-radius: 10px;
    padding: 40px;
}

.single-contact-details:hover {
    border: 1px solid rgba(51, 51, 51, .5);
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-contact-details h4 {
    color: #333;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}

.single-contact-details span {
    font-size: 30px;
}

.lnr-phone-handset::before {
    color: #000;
}

.lnr-envelope::before {
    color: #000;
}

.lnr-map-marker::before {
    color: #000;
}

.contact-form p {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin: 0;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    text-indent: 10px;
    border: 1px solid rgba(51, 51, 51, .5);
}

.form-control:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

.contact-form button {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background: #333;
    padding: 10px 25px;
    border: 1px solid rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-size: 13px;
}

.contact-form button:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #333;
    background: transparent;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 13.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    padding: 50px 0 50px 0;
}

.footer-area {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #000;
}

.footer-area h4 {
    font-family: 'Playball', sans-serif;
    border-bottom:1px dashed #eee;
    margin-bottom:10px;
    font-size:24px;
    font-weight: 900;
    text-transform: uppercase;
    color:#fff;
    padding:15px 0px;
}

.footer-area .footer-textlogo {
    font-family: 'Playball', sans-serif;
    display: block;
    margin: 20px 0px 15px 0px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 5px;
}

.footer-area ul {
    list-style: none;
}

.footer-area ul li {
    padding-bottom: 5px;
    color: #fff;
}

.footer-area ul li i {
    font-size: 20px;
    color: #fff;
}

.footer-area ul li span {
    color: #fff;
    margin-left: 20px;
}

.footer-area ul li span.red {
    color: rgb(255, 0, 0);
    font-weight: 900;
}

.footer-area .instagram-gallery {
    margin:0px -5px;
}

.footer-area .instagram-gallery .gallery-item {
    width:33.33%;
    padding:5px;
    float:left;
}

.footer-area .instagram-gallery .gallery-item {
    position: relative;
}

.footer-area .instagram-gallery .gallery-item::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.footer-area .instagram-gallery .gallery-item:hover::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.footer-area .instagram-gallery .gallery-item {
    overflow: hidden;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.footer-area .instagram-gallery .gallery-item .hover-img i {
    font-size:22px;
}

.footer-area .content-inner-area {
    margin-top: 0px;
}

.footer-area p {
    color: #fff;
    line-height: 24px;
}

.footer-area .copyright {
    font-family: 'Playball', sans-serif;
    font-size: 1em;
    color: #fff;
    float: left;
    line-height: 49px;
    text-align: center;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.footer-area .social-icon {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 4px;
}

.footer-area .social-icon .icons {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.footer-area .social-icon .icons li {
    float: left;
    list-style: none;
}

.footer-area .social-icon ul {
    float: left;
    width: 100%;
    height: auto;
    padding-left: 0;
}

.footer-area .social-icon ul li {
    float: left;
    list-style: none;
    margin-right: 15px;
}

.footer-area .social-icon ul li:last-child {
    margin-right: 0;
}

.footer-area .social-icon ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 1.143em;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: solid 1px #fff;
    -webkit-border-radius: 0% 0% 80% 80%;
    -moz-border-radius: 0% 0% 80% 80%;
    -ms-border-radius: 0% 0% 80% 80%;
    -o-border-radius: 0% 0% 80% 80%;
    border-radius: 0% 0% 80% 80%;
}

.footer-area .social-icon ul li a:hover {
    background-color: rgba(0, 0, 0, 0.75);
    color: rgba(0, 0, 0, 0.5);
    border: solid 1px #fff;
}

.footer-area .social-icon ul li a:hover .footer-area .social-icon ul li a i {
    color: rgba(0, 0, 0, 0.5);
}

.footer-area .social-icon ul li .facebook {} .footer-area .social-icon ul li .facebook i {} .footer-area .social-icon ul li .twitter {} .footer-area .social-icon ul li .twitter i {} .footer-area .social-icon ul li .linkedin {} .footer-area .social-icon ul li .linkedin i {} .footer-area .social-icon ul li .dribbble {
    border-right: transparent;
}

.footer-area .section-title-style {
    margin: 40px auto 0px auto;
}

.footer-area .section-title-style i {
    color: #fff;
    font-size: 16px;
    margin: 0px 2px;
}


/*
* ----------------------------------------------------------------------------------------
* 14.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area .section-title {
    margin-top: 30px;
}

.single-blog-area {
    background: #000;
    padding-top: 100px;
    padding-bottom: 50px;
}

.single-blog-heading h2 {
    color: #fff;
    text-transform: uppercase;
}

.single-blog-area .section-title-style i {
    color: #fff;
}

.single-blog-details .date {
    margin: 10px 0px;
}

.single-blog-heading-text h4 a {
    color: #f8f8f8;
}

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

.comment-section h4 {
    font-family: 'Playball', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 400;
}

.single-blog-details,
.comment-section,
.single-sidebar {
    border-radius: 3px;
    padding-top: 30px;
}

.search input {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 10px;
}

.single-sidebar,
.recent-single {
    margin-bottom: 30px;
}

.recent-single a h4, .single-blog-details h3 a {
    transition: all 0.5s;
    font-family: 'Playball', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 400;
}

.recent-single a h4:hover, .single-blog-details h3 a:hover{
    color: #000;
}

.single-blog-details p, .single-comment p {
    text-align: left;
}

.single-blog-details .blog-share-icon h4 {
    text-align: left;
}

.single-blog-details .blog-share-icon ul {
    list-style: none;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.single-blog-details .blog-share-icon ul li {
    float: left;
    list-style: none;
    margin-right: 15px;
}

.single-blog-details .blog-share-icon ul li a {
    background: #000;
    height: 40px;
    width: 38px;
    line-height: 38px;
    display: block;
    font-size: 1.15em;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: solid 1px #000;
    -webkit-border-radius: 0% 0% 80% 80%;
    -moz-border-radius: 0% 0% 80% 80%;
    -ms-border-radius: 0% 0% 80% 80%;
    -o-border-radius: 0% 0% 80% 80%;
    border-radius: 0% 0% 80% 80%;
}

.single-blog-details .blog-share-icon ul li a i {
    color: #fff;
    font-size: 16px;
}

.single-blog-details .blog-share-icon ul li a:hover {
    background-color: rgba(0, 0, 0, 0.75);
    color: rgba(0, 0, 0, 0.5);
}

.single-blog-details .blog-share-icon ul li a:hover .single-blog-details .blog-share-icon ul li a i {
    color: rgba(0, 0, 0, 0.5);
}

.single-blog-details p {
    margin-top: 10px;
}

.single-blog-details h4 {
    margin: 20px 0px 5px 0px;
}

.single-comment {
    margin-bottom: 20px;
}

.single-comment img {
    width: 120px;
}

.recent-single h4 {
    color: #333;
}

.recent-single .date {
    margin: 10px 0px 0px 0px;
}

.categories {}

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

.categories ul li {
    margin-bottom: 10px;
    color: #333;
}

.single-sidebar h4 {
    font-family: 'Playball', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 400;
}

.categories ul li a {
    transition: all 0.5s; 
    color: #000;
    border-bottom: 1px dotted #000;
}

.categories ul li a i {
    margin-right: 10px;
}

.categories ul li a:hover {
    color: rgba(0, 0, 0, 0.75);
}

.blog-contact-form {
    margin-bottom: 70px;
}

.blog-contact-form h3 {
    font-family: 'Playball', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 400;
}

.single-blog-details h3 {
    margin-top: 0px;
    font-family: 'Playball', sans-serif;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 400;
}

ul.meta-lists li b {
    margin-right: 10px;
}

ul.meta-lists {
    list-style: none;
}