/*
* ----------------------------------------------------------------------------------------
Author       : DuezaThemes
Author URL   : https://themeforest.net/user/duezathemes
Template Name: MUSCLE - Gym, Yoga & Fitness Center Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
* 04.INTRO SERVICE BOX CSS STYLE
* 05.ABOUT CSS STYLE
* 06.SERVICE CSS STYLE
* 07.GALLERY CSS STYLE
* 08.SCHEDULE CSS STYLE
* 09.CALL TO ACTION US CSS STYLE
* 10.TESTIMONIAL CSS STYLE
* 11.PRICING CSS STYLE
* 12.NEWS LETTER CSS STYLE
* 13.BLOG CSS STYLE
* 14.CONTACT CSS STYLE
* 15.FOOTER CSS STYLE
* 16.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

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: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Montserrat", 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: 0px;
    padding-bottom: 78px;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 30px;
    text-transform: uppercase;
	text-align: center;
    margin: 0;
    font-weight: 700;
    position: relative;
    margin-top:150px;
}

.section-title p {
    font-weight: 300;
}
.white-title{
    color: #fff;
}
a.read-more {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 25px;
    border: 1px solid #000;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
}
a.white-read-more {
    margin-top: 20px;
    display: inline-block;
    color: #333;
    background: #fff;
    padding: 10px 25px;
    border: 1px solid #fff;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
}

a.read-more:hover {
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #333;
    background: transparent;
}

a.white-read-more:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.scrollup {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 30px;
    color: #333;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 15px;
    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;
}

.title-divider:after,.title-divider:before {
    content:"";
    display:inline-block;
    width:8%;
    height:1px;
    vertical-align:middle;
    text-align: center;
}
.title-divider:after {
    background-image:-webkit-linear-gradient(right,rgba(255,255,255,0),#b1b1b1);
    background-image:-moz-linear-gradient(right,rgba(255,255,255,0),#b1b1b1);
    background-image:-ms-linear-gradient(right,rgba(255,255,255,0),#b1b1b1);
    background-image:-o-linear-gradient(right,rgba(255,255,255,0),#b1b1b1);
    margin-left:4px
}
.title-divider:before {
    background-image:-webkit-linear-gradient(left,rgba(255,255,255,0),#b1b1b1);
    background-image:-moz-linear-gradient(left,rgba(255,255,255,0),#b1b1b1);
    background-image:-ms-linear-gradient(left,rgba(255,255,255,0),#b1b1b1);
    background-image:-o-linear-gradient(left,rgba(255,255,255,0),#b1b1b1);
    margin-right:4px
}
.title-divider i {
    color:#b1b1b1
}

.title-divider {
    display: inherit;
    text-align: center;
}

.carousel-indicators {
	bottom: 80px;
}


/*
* ----------------------------------------------------------------------------------------
* 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: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    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, .7);
    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 {
    color: #fff;
    font-size: 80px;
    letter-spacing: 5px;
    margin: 0;
    font-weight: 600;
}

.header-text p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    margin-top:8px;
    padding-top: 18px;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-image: url("/static/images/logo.png");
    background-repeat: no-repeat;
    height:81px;
}

.logo a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 10px;
}

.logo img {
    width: 40px;
}


.mainmenu .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top:19px;
}

.mainmenu .navbar-nav li.active a,
.mainmenu .navbar-nav li a:hover {
    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 .mainmenu .navbar-nav li a {
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li.active a,
.menu-bg .mainmenu .navbar-nav li a:hover {
    color: #ccc;
}


a.slide-btn {
    margin: 0px 5px;
    display: inline-block;
    color: #333;
    background: #fff;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 100px;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: bold;
}

a.slide-btn:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-contact-us {
    display: none;
}

.btn-hire-us {
    display: inline-block;
}

.hire-us-slide-btn {
    margin: 0px 5px;
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: .3s;
    transition: .3s;
}

.hire-us-slide-btn:hover {
    color: #333;
    background: #fff;
}

a.slide-btn:hover .btn-hire-us {
    display: inline-block;
}

.hire-us-slide-btn:hover .btn-hire-us {
    display: none;
}

/*
* ----------------------------------------------------------------------------------------
* 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, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.slide-1 {
    background: url(../images/bg/slide-1.jpg) scroll 0 0;
    background-size: cover;
}

.slide-2 {
    background: url(../images/bg/slide-2.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-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .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.INTRO SERVICE BOX CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.intro-service-box {
    margin-top: -60px;
    position: relative;
    padding-bottom: 70px;
	z-index: 1;
}

.intro-service-box .container {
    z-index: 99;
}

.intro-service-box .intro-single-service-box {
    background: #fff;
    box-shadow: 0px 0px 25px 0px #f5f5f5;
    padding-top: 35px !important;
	padding-bottom: 20px !important;
    position: relative;
    text-align: center;
    border-radius: 10px;
	padding: 15px;
}

.intro-service-box .intro-single-service-box:hover {
    background-color: #000;
    color:#fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.intro-service-box .intro-single-service-box:hover i {
    color: #fff;
}

.intro-service-box .intro-single-service-box:hover h3 {
    color: #fff;
}

.intro-service-box .intro-single-service-box > i {
    color: #000;
    font-size: 50px;
}

.intro-service-box .intro-single-service-box h3 {
    margin: 0;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
    margin-top: 5px;
}

.no-right-border {
    border-right: none !important;
}


/*
* ----------------------------------------------------------------------------------------
* 05.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-area {
	padding-top: 0px;
}

.about-image,
.about-video {
    margin-top: 30px;
    padding: 10px;
}

.about-text h2 {
    margin-bottom: 18px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
	margin-top: 0px;
}

.about-text p {
    margin-bottom: 10px;
}

.single-project-complete {
    background: #fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    margin-top: 50px;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
}

.single-project-complete:hover {
    background-color: #000;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

.single-project-complete h6 {
    font-size: 14px;
}

.single-project-complete span {
    font-size: 50px;
}

.single-project-complete:hover .lnr::before {
    color:#fff;
}

.single-project-complete:hover h6 {
    color:#f5f5f5;
}

.lnr-thumbs-up::before {
    color: #000;
}

.lnr-smile::before {
    color: #000;
}

.lnr-code::before {
    color: #000;
}

.lnr-bullhorn::before {
    color: #000;
}

.single-project-complete h2 {
    font-size: 20px;
    margin: 20px 0px;
    font-weight: 400;
}


/* TRAINER CSS */
.team-area {}

.single-team {
    background: #fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    border-radius: 10px;
    margin-top: 30px;
    padding: 0 0 20px 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.single-team img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.single-team h4 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
	font-weight: bold;
}

.team-description {
    margin-top: 15px;
}

.team-description h6 {
    font-size: 14px;
}

.team-social {
	content: "";
    position: absolute;
    right: 0px;
	bottom: 15%;
    opacity: 0;
}

.team-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.team-social ul li {
	display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.team-social ul li:last-child{margin-bottom: 0}

.team-social ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
	padding: 5px 10px;
}

.team-social ul li a:hover {
    color: #000;
}

.single-team:hover {
    background-color: #000;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

.single-team:hover .team-social {
	right: 13%;
	opacity: 1;
}

.single-team:hover .team-social ul li a {
    color: #fff;
}

.team-social ul li:hover{
    background: #fff;
}

.team-social ul li:hover i {
    color: #000;
}

.single-team:hover .team-description h6 {
    color: #f5f5f5;
}


/*
* ----------------------------------------------------------------------------------------
* 06.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {}

.service-area .section-title {
    margin-bottom: 0px;
}

.single-service {
    background: #fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #333;
    text-align: center;
	margin-top: 30px;
}

.single-service span {
    color: #333;
    font-size: 50px;
}

.single-service:hover {
    background-color: #000;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

.single-service:hover .fa::before {
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.single-service:hover p{
    color:#f5f5f5;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.single-service:hover .single-service p {
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.single-service h4 {
    font-size: 16px;
	font-weight: bold;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 10px;
}

.lnr-camera::before {
    color: #000;
}

.lnr-laptop::before {
    color: #000;
}

.lnr-keyboard::before {
    color: #000;
}

.lnr-earth::before {
    color: #000;
}

.lnr-layers::before {
    color: #000;
}
.lnr-user::before {
    color: #000;
}

.single-service p {
    margin-top: 20px;
    margin-bottom: 0;
}



/*
* ----------------------------------------------------------------------------------------
* 09.CALL TO ACTION US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-action-area {
    padding: 100px 0px;
    background: url(../images/bg/testi-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.call-to-action-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.call-to-action-area h2{
    color: #fff;
}
.call-to-action-area p{
    color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 07.GALLERY CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.gallery {
    padding: 0px 0px;
    background: url(../images/bg/testi-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.gallery:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.gallery h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.gallery 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;
}

.gallery input[type='submit'] {
    margin-top: 20px;
    display: inline-block;
    color: #333;
    background: #fff;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 14px;
    width: 100px;
}

.gallery input[type='submit']:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.work {}

.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
    margin-left: 8px;
    text-align: left;
	text-align: center;
}

ul.work li {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 3px;
	border-radius: 8px;
}

ul.work li:hover {
    color: #fff;
    border: 1px solid #000;
    background: #000;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.work li.active {
    color: #fff;
    border: 1px solid #000;
    background: #000;
}

.work .item {
	background: #fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    margin-top: 30px;
    position: relative;
}

.work .item img {
    border-radius: 10px;
    width: 100%;
}

.item {
    -webkit-transition: .3s;
    transition: .3s;
}

.item:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: .3s;
    transition: .3s;
}

.item .tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.85);
    text-align: center;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
	border-radius: 10px;
}

.tooltip a {
    border: 1px solid #fff;
    padding: 10px 15px;
    color: #fff;
}

.tooltip a.work-popup {
    margin-left: 10px;
}

.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%);
}

.carousel-indicators 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;
    border-radius: 10px;
}

.item:hover .work .item img {
    border-radius: 10px;
}

.item h3 {
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 08.SCHEDULE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.classchart-area{}

.classchart-area .classchart-tab-area {
	width: 13%;
	float: left;
	display: inline-block;
	border-bottom: none;
}

.classchart-area .classchart-tab-area li {
	margin-bottom: -1px;
}

.classchart-area .classchart-tab-area li a {
	border: none;
	font-size: 25px;
	font-weight: bold;
	background: transparent;
	border-radius: inherit;
	color: #000;
	padding: 13px 18px;
	text-transform: uppercase;
}

.classchart-area .classchart-tab-area li.active a {
	background: #131314;
	color: #fff;
}

.classchart-area .classchart-tab-area li a:hover {
	background: #131314;
	color: #fff;
}

.classchart-area .classchart-tab-area li a.active {
	background: #131314;
	color: #fff;
}

.classchart-area .tab-content {
	width: 87%;
    float: left;
}

.classchart-area .tab-content .tab-pane.active {
    background: transparent;
}


/* Íconos pequeños para los tabs de FPS */
.classchart-tab-area .fps-icon {
    width: 215px;        /* tamaño del ícono */
    height: auto;
    margin-right: 8px;  /* espacio entre icono y texto */
    vertical-align: middle;
    display: inline-block;
}


/* ==== SOLO PARA DRAGON BALL Z AREA ==== */
.classchart-area.dbz-style .classchart-tab-area li a {
    border: none;
    font-size: 25px;
    font-weight: bold;
    background: #131314;   /* fondo negro por defecto */
    border-radius: inherit;
    color: #8a8c91;        /* texto blanco */
    padding: 13px 18px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.classchart-area.dbz-style .classchart-tab-area li a:hover {
    background: #8a8c91;   /* fondo blanco al hover */
    color: #131314;        /* texto negro */
}

.classchart-area.dbz-style .classchart-tab-area li.active a,
.classchart-area.dbz-style .classchart-tab-area li a.active {
    background: #8a8c91;   /* fondo blanco al activo */
    color: #131314;        /* texto negro */
}

/* ==== ESTILOS EXCLUSIVOS PARA SECCIÓN DBZ ==== */
.classchart-area.dbz-style {
    color: #ddd; /* texto general gris claro */
}

.classchart-area.dbz-style h2,
.classchart-area.dbz-style h3,
.classchart-area.dbz-style h4,
.classchart-area.dbz-style h5 {
    color: #8a8c91; /* títulos en blanco */
}

/* Divider estrella */
.classchart-area.dbz-style .section-title .title-divider i {
    color: #f1c40f; /* estrella dorada */
}

/* Listas dentro de detalles */
.classchart-area.dbz-style .video-tech-details ul li {
    color: #ccc; /* texto gris claro */
    margin-bottom: 6px;
}
.classchart-area.dbz-style .video-tech-details ul li strong {
    color: #fff; /* negrita en blanco */
}

/* Caja de episodios */
.classchart-area.dbz-style .classchart-box {
    background: #f3f3f3;
    border: 1px solid #333;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.classchart-area.dbz-style .classchart-box h5 {
    color: #fff;
    margin: 0;
}
.classchart-area.dbz-style .classchart-box:hover {
    background: #fff;
    border-color: #fff;
}
.classchart-area.dbz-style .classchart-box:hover h5 {
    color: #000;
}

/* Modal */
.dbz-style .modal-content {
    background: #111;
    color: #ddd;
    border: 1px solid #333;
}
.dbz-style .modal-header {
    border-bottom: 1px solid #333;
}
.dbz-style .modal-header .close {
    color: #fff;
    opacity: 0.8;
    text-shadow: none;
}
.dbz-style .modal-header .close:hover {
    opacity: 1;
}

/* Íconos de descarga (imágenes dentro del modal) */
.dbz-style .modal-body img {
    filter: brightness(0.9) contrast(1.1);
    transition: transform 0.3s ease, filter 0.3s ease;
}
.dbz-style .modal-body img:hover {
    transform: scale(1.05);
    filter: brightness(1.2) contrast(1.2);
}

/* ==== Botones exclusivos para DBZ ==== */
.dbz-box {
    background: #fff;
    box-shadow: 0px 0px 25px 0px #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.dbz-box h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #000;
}

.dbz-box:hover {
    background-color: #000;
    color: #fff;
    /* 👇 sin transform: scale para que no se agrande */
}

.dbz-box:hover h5 {
    color: #fff;
}


.classchart-area .tab-content .tab-pane {
	margin-left: 10px;
}

.classchart-area .tab-content > .active {
    display: block;
}

.classchart-area .tab-content .tab-pane .classchart-box {
	width: 165px;
	margin: 0 12px;
	float: left;
	font-weight: bold;
	padding: 42px 10px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
	margin-bottom: 20px;
	transition: transparent;
}

.classchart-area .tab-content .tab-pane .classchart-box:hover {
	background: #000;
}

.classchart-area .tab-content .tab-pane .classchart-box h5 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.classchart-area .tab-content .tab-pane .classchart-box p {word-spacing: 0; font-size: 13px;}

.classchart-area .tab-content .tab-pane .classchart-box:hover h5,
.classchart-area .tab-content .tab-pane .classchart-box:hover p {
	color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 10.TESTIMONIAL 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;
}

.single-testimonial img {
    width: 120px;
}

.single-testimonial {
    padding: 25px 45px 5px;
    color: #000;
}

.single-testimonial h6 {
    margin-top: 22px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.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;
}

.buyer-rating {
    padding-top: 7px;
}

.buyer-rating ul li {
    display: inline-block;
    margin-right: 4px;
}

.buyer-rating ul li a i {
    color: #777;
    font-size: 16px;
}

/*
* ----------------------------------------------------------------------------------------
* 11.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-area {}

.pricing-table {
    background: #fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    padding: 30px 40px;
    color: #303030;
    position: relative;
    border-radius: 10px;
}

.price-title {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    text-transform: uppercase;
}
          
.price p {
    font-weight: 900;
    font-size: 62px;
    display: inline-table;
    margin: 30px 0 20px 0;
}

.price span.dollor {
    font-size: 20px;
    vertical-align: middle;
}

.price span {
    display: table-cell;
}

.price span.month {
    font-size: 15px;
    font-weight: normal;
}


.pricing-table:hover {
    background-color: #000;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}


.pricing-table:hover a.read-more {
    background: transparent;
    border: 1px solid #fff;
    color:#fff;
}


/*
* ----------------------------------------------------------------------------------------
* 12.NEWS LETTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.our-news-letter {
    padding: 0px 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 {
    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);
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 14px;
    width: 100px;
}

.our-news-letter input[type='submit']:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 13.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {}

.single-blog {
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    padding-bottom: 30px;
}

.single-blog img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.meta-block-container {

    position: relative;
    height: 360px;
    width: 360px;
    overflow: hidden;
    margin: auto;

}

.post-meta-block {
    background-color: rgba(0, 0, 0, 0.90);
    display: inline-block;
    position: absolute;
    padding: 5px 20px;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
}

.post-meta-block a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.45px;
    line-height: 30px;
    text-transform: uppercase;
}

.post-user {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 26px;
}
.post-user a {
    color: #fff;
    font-size: 12px;
}


.post-comment {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding-left: 40px;
}


.post-date {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding-left: 40px;
}

.blog-description a h3{
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.64px;
    line-height: 30px;
    text-transform: uppercase;
}

.single-blog:hover {
    background-color: #000;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

.single-blog:hover .blog-description a h3 {color:#fff;}

.single-blog:hover a.read-more {
    border: 1px solid #fff;
    background: transparent;
    color:#fff;
}

.blog-description .news-caregory {font-size:12px;}

.single-blog:hover .blog-description p {color:#f5f5f5;}


/*
* ----------------------------------------------------------------------------------------
* 14.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-contact-details {
    background: #fff;
	box-shadow: 0px 0px 25px 0px #f5f5f5;
    margin-bottom: 18px;
    border-radius: 10px;
    padding: 10px 40px;
}

.single-contact-details:hover {
    background-color: #000;
    color:#fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

.single-contact-details h4 {
    color: #333;
    margin-top: 5px;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}

.single-contact-details p {
    margin: 0px !important;
}

.single-contact-details:hover .lnr::before {
    color:#fff;
}

.single-contact-details:hover h4 {
    color:#fff;
}

.single-contact-details:hover p.text-muted {
    color: #fff !important;
}

.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.42857143;
    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);
	border-radius: 10px;
}

.form-control:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

.contact-form button {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 25px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
}

.contact-form button:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
    background: transparent;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 15.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    padding: 50px 0 50px 0;
    background: #000;
}

.contact-details-area {position:absolute; top:-123px;}

.footer-text h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    color: #fff;
}

.footer-social-link {
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-social-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social-link ul li {
    display: inline-block;
    margin: 0px 10px;
}

.footer-social-link ul li a {
    display: block;
    color: #fff;
}

.footer-social-link ul li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}

.footer-social-link ul li a:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
}

/*
* ----------------------------------------------------------------------------------------
* 16.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-blog-area{
    background: #000;
    padding-top: 100px;
    padding-bottom: 50px;
}

.single-blog-heading h2 {
    color: #fff;
    text-transform: uppercase;
}

.single-blog-meta-container {
    position: relative;
}

.single-blog-details img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.recent-single img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.single-comment img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.recent-post h4 {
    text-transform: uppercase;
    text-align: center;
}

.recent-single h4 {
    text-align: left;
}

.single-blog-heading-text h4 a {
    color: #f8f8f8;
}

.comment-section {
    margin-top: 30px;
}

.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-post .single-blog .blog-description {padding: 0 10px;}

.recent-single a h4:hover, .single-blog-details h3 a:hover{
    color: #000;
}

.single-blog-details>h3{
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: bold;
}

.single-blog-details p {
    margin-top: 20px;
    line-height: 30px;
}

.single-blog-details h4 {
    margin: 20px 0px;
}

.single-sidebar .single-blog {
    margin-top: 40px;
}

.single-comment {
    margin-bottom: 20px;
}

.single-comment img {
    width: 120px;
}

.recent-single h4 {
    color: #333333;
}


.portrait img {
    width: 100%;
}
.landscape img {
    height: 100%;
}
