/* ==========================================================================
   Main Screen CSS
   ========================================================================== */

/* Table of contents
   ========================================================================== */

/**
  * == Core CSS ==
  *
  * Base ................ Global classes, wp defaults
  * Colors .............. Define defaul colors
  * Typography .......... (H1-6), code, span, etc
  * Form ................ Form builder, search, submition, etc.
  * Tables .............. Simple and Fancy tables like pricing tables
  * Buttons ............. All kind of buttons, social links
  * Animations .......... Define animations (keyframes)
  *
  * == Components ==
  *
  * Header .............. Base header elements: logo, menu
  * Footer .............. Big and Small area in footer
  * Boxes ............... All models of boxes
  * Sidebar ............. All widgets
  * Icons ............... Define the icons used in the project
  * UI .................. Elements used as shortcode & custom posts
  * JS plugins .......... Css helper for javascripts plugins
  * Responsivness ....... Css for site responsivness

*/

/* Base
   ========================================================================== */

@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic|Montserrat:400,700");
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}
body {
    font-size: 15px;
    background: #fff;
    color: #121212;
    line-height: 1.5em;
    font-family: 'Playfair Display', serif;
}
p {
    font-size: 13px;
    line-height: 2em;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px 0;
}
a {
    color: #42A7B0;
    outline: none;
}
a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    outline: none;
}
ul, ol {
    line-height: 0;
    font-size: 0;
}
ul li, ol li {
    font-size: 14px;
    line-height: 1.5em;
}
.italic {
    font-style: italic;
}
.clear {
    clear: both;
}
.bold {
    font-weight: 700;
}
input, textarea {
    font-family: 'Playfair Display', serif;
    outline: none !important;
}
input:focus, textarea:focus {
    border: 1px solid #c2d848;
}
iframe, img {
    max-width: 100%;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.caps {
    text-transform: uppercase;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.relative {
    position: relative;
}
/* =========================== START TYPOGRAPHY ===================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5em;
    padding: 0;
    color: #121212;
    margin: 0 0 10px 0;
}
h1 {
    font-size: 40px;
    line-height: 1em;
}
h2 {
    font-size: 34px;
    line-height: 1.1em;
}
h3 {
    font-size: 29px;
    line-height: 1.2em;
}
h4 {
    font-size: 25px;
    line-height: 1.3em;
}
h5 {
    font-size: 21px;
    line-height: 1.4em;
}
h6 {
    font-size: 18px;
    line-height: 1.5em;
}
/* =========================== END TYPOGRAPHY ===================== */

/* =========================== START ANIMATIONS ===================== */
.slider-dots li,
.trainers-section .trainer .trainer-info,
.purchase-section .bg-cover,
.shop-section .shop-items .shop-item:hover .item-hover h5,
.shop-section .shop-items .shop-item .item-hover h5,
.services-mark-2 .one-service,
.shop-section .shop-items .shop-item:hover .item-hover .item-hover-bg,
.shop-section .shop-items .shop-item .item-hover .item-hover-bg,
.services-mark-2 .one-service:hover,
.our-team-v1 .team-member .team-member-hover h2,
.our-team-v1 .team-member .team-member-hover h6,
.our-team-v1 .team-member .team-member-hover .socials li a,
.our-team-v1 .team-member:hover .team-member-hover h2,
.our-team-v1 .team-member:hover .team-member-hover h6,
.our-team-v1 .team-member:hover .team-member-hover .socials li a,
.our-team-v1 .team-member:hover .team-member-hover .team-bg,
.our-team-v1 .team-member .team-member-hover .team-bg,
.projects-posts-section .project-post:hover .project-post-bg-text,
.projects-posts-section .project-post .project-post-bg-text,
.projects-posts-section .project-post:hover .project-post-bg-text-hidden,
.projects-posts-section .project-post .project-post-bg-text-hidden,
.projects-posts-section .project-post .project-post-hover .project-post-bg,
.projects-posts-section .project-post:hover .project-post-hover .project-post-bg,
.portfolio-v2 .portfolio-item .portfolio-item-cover .portfolio-item-hover .portfolio-aligment,
.portfolio-v2 .portfolio-item:hover .portfolio-item-cover .portfolio-item-hover .portfolio-aligment,
.portfolio-v2 .portfolio-item:hover .portfolio-item-cover .portfolio-item-hover .portfolio-item-bg,
.portfolio-v2 .portfolio-item .portfolio-item-cover .portfolio-item-hover .portfolio-item-bg,
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover:hover .portfolio-item-bg,
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover .portfolio-item-bg,
.portfolio-v1 .portfolio-item:hover .portfolio-item-cover .portfolio-item-hover,
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover,
i,
input,
.blog-entry .entry-hover,
textarea,
body,
button,
a {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
/* =========================== END ANIMATIONS ===================== */

/* =========================== START HEADER SECTION ===================== */

.header {
    z-index: 100;
    padding: 15px 0;
    position: relative;
}
.home-page .sticky-wrapper {
    position: absolute;
}
.home-page .sticky-wrapper,
.home-page .header {
    position: absolute;
    left: 0;
    right: 0;
}
.home-page .menu ul li a {
    color: #fff;
}
.home-page .header .logo a {
    color: #fff;
}
.home-page .is-sticky .header .logo a,
.header .logo a {
    color: #4c4c4c;
} 
.logo {
    font-family: 'Playfair Display', serif;
    display: inline-block;
    font-style: italic;
    margin: 0;
    padding: 0;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: none;
}
.logo a {
    display: block;
    color: #fff;
}
.is-sticky .logo img {
    height: 50px;
}
.header-transform {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 333;
    left: 0;
    right: 0;
    margin: 0;
}
.is-sticky .sticky-bar {
    left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.5);
    padding: 10px 0;
    right: 0;
}
/* =========================== END HEADER SECTION ===================== */

/* =========================== START TIMETABLE SECTION ===================== */
.timetable {
    margin-bottom: 80px;
}
.timetable ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: 1px solid #ccc;
    margin-top: -1px;
}
.timetable ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 13px;
    line-height: 1.5em;
    width: 12%;
    color: #454345;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    min-height: 72px;
    border: 1px solid #fff;
}
.timetable ul li span {
    display: block;
    font-weight: 400;
}
.timetable ul li:first-child {
    width: 16%;
}
.timetable .timetable-head {
    font-weight: 700;
    color: #454345;
    border: 0;
}
.timetable .timetable-head li {
    font-size: 16px;
    min-height: 30px;
    max-height: 50px;
}
.timetable .timetable-1 {
    background: #c3c3c3;
}
.timetable .timetable-2 {
    background: #fff;
}
.timetable .timetable-text {
    color: #fff;
}
/* =========================== END TIMETABLE SECTION ===================== */

/* =========================== START MENU SECTION ===================== */
.responsive-menu {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    cursor: pointer;
    font-weight: 700;
    display: none;
    vertical-align: top;
    margin: 0;
    padding-top: 5px;
    position: absolute;
    right: 0;
}
.menu {
    position: relative;
}
.is-sticky .menu>ul {
    margin-top: 18px;
}
.menu>ul {
    display: block;
    position: relative;
    z-index: 100;
    padding: 0;
    text-align: right;
    margin: 40px 0 0 0;
}
.menu ul li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    *zoom: 1;    
    *display: inline;    
}
.menu ul li:first-child {
    margin-left: 0;
}
.home-page .is-sticky .menu ul li a,
.menu ul li a {
    text-transform: none;
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1em;
    text-transform: uppercase;
}
.home-page .is-sticky .menu ul li ul li a {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5em;
}
.menu ul li a img {
    margin-top: -7px;
}
.menu ul li a:hover {
    color: #000;
}
.menu ul li:hover ul li {
    margin-top: 0;
}
.menu ul li ul li ul,
.menu ul li ul li ul li ul,
.menu ul li ul {
    position: absolute;
    margin: 0;
    padding: 0;
    min-width: 180px;
    display: none;
    padding-top: 28px;
}
.menu ul li ul li ul,
.menu ul li ul li ul li ul {
    top: 0;
}
.menu ul li ul li ul li:hover>ul,
.menu ul li ul li:hover>ul,
.menu ul li:hover>ul {
    display: block;
}
.menu ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
}
.menu ul li ul li a {
    padding: 10px 20px;
    font-size: 12px;
    color: #fff !important;
    line-height: 1.5em;
    text-transform: none !important;
}
.menu ul li:hover ul li ul {
    position: absolute;
    left: 0;
    margin-left: 100%;
    overflow: hidden;
    width: 100%;
}
/* =========================== END MENU SECTION ===================== */


/* =========================== START INFO SECTION ===================== */
.info-section .info-details {
    padding: 25px 50px;
    position: relative;
    min-height: 398px;
    margin-top: -72px;
    z-index: 9;
}
.info-section .info-details.info-details-center {
    margin-top: -249px;
    min-height: 500px;
}
.info-section .info-details .info-image {
    margin: -21px -50px 20px;
    height: 178px;
    overflow: hidden;
    text-align: center;
}
.info-section .info-details .info-image img {
    height: 178px;
    margin: auto;
    width: auto;
}
.info-section .under-button {
    text-align: center;
    padding-top: 100px;
    position: relative;
}
.info-section .under-button span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto 60px;
    top: 0;
    bottom: 0;
    border-left: 2px dotted #626262;
    display: block;
    width: 1px;
}
.info-section .under-button a {
    display: inline-block;    
    border: 3px solid #ccc;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    width: 190px;
    padding: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1.5em;
    *zoom: 1;
    *display: inline;
}
.info-section .under-button a:hover {
    color: #fff !important;
}
.info-section .info-details h3{
    text-align: center;
    color: white;
}
.free-class{
    line-height: 1.5em;
    text-align: center;
    margin: 0 0 20px 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #fff;
}
.info-section .info-details h4 {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 0 20px 0;
    padding-bottom: 22px;
}
.info-section .info-details ul {
    margin: 0;
    padding: 0; 
}
.info-section .info-details ul li {
    color: #fff;
    padding: 5px 0 5px 40px;
    list-style: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.info-section .info-details ul li a {
    color: #fff;
}
.info-section .info-details ul li a:hover {
    border-bottom: 1px dotted #fff;
}
.info-section .info-details ul li:last-child {
    margin-bottom: 0;
}
.info-section .info-details ul.ul-time li {
    background: url('../images/time.png') no-repeat left top;
}
.info-section .info-details ul.ul-calendar li {
    padding-top: 0;
    margin-bottom: 20px;
    background: url('../images/calendar.png') no-repeat left 2px;
}
.info-section .info-details ul.ul-contact li {
    padding-top: 0;
    margin-bottom: 20px;
    line-height: 2;
}
.info-section .info-details ul.ul-contact li.ul-contact-1 {
    background: url('../images/contact-1.png') no-repeat left 4px;
}
.info-section .info-details ul.ul-contact li.ul-contact-2 {
    background: url('../images/contact-2.png') no-repeat left 5px;
}
.info-section .info-details ul.ul-contact li.ul-contact-3 {
    background: url('../images/contact-3.png') no-repeat left top;
}
.info-section .info-details ul.ul-contact li.ul-contact-4 {
    background: url('../images/contact-4.png') no-repeat left top;
}
.info-section .info-details ul.ul-contact li span,
.info-section .info-details ul.ul-calendar li span {
    display: block;
}
/* =========================== END INFO SECTION ===================== */

/* =========================== START SIDEBAR SECTION ===================== */
.sidebar {
    padding-bottom: 80px;
}
.sidebar .widget {
    margin-bottom: 40px;
}
.sidebar .widget ul {
    padding: 0;
    margin: 0;
}
.sidebar .widget ul li {
    list-style: none;
}
.sidebar .widget .mini-shop-item {
    position: relative;
    padding-left: 100px;
    min-height: 70px;
    margin-bottom: 20px;
}
.sidebar .widget .mini-shop-item .shop-item-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar .widget .mini-shop-item h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
}
.sidebar .widget .mini-shop-item h4 a {
    color: #333;
}
.sidebar .widget .mini-shop-item h6 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.sidebar .widget .mini-shop-item .shop-item-image img {
    width: 70px;
    height: 70px;
}
.widget.widget-blog-posts ul {
    margin: 0 0 10px 0;
}
.widget.widget-blog-posts ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    list-style: none;
    color: #fff;
    font-size: 13px;
    position: relative;
}
.widget.widget-blog-posts ul li:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    position: absolute;
    margin-top: 7px;
    top: 0;
    left: 0;
    font-size: 7px;
    content: "\e70c";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget.widget-blog-posts ul li a {
    color: #fff;
}
.widget.widget-socials p {
    margin-bottom: 30px;
}
.widget.widget-tag-cloud a {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1px;
    color: #fff;
    background: #808080;
    padding: 4px 8px;
    font-size: 13px;
}
.widget .widget-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.widget .widget-title span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ccc;
    max-width: 100px;
    margin: auto; 
}
.sidebar .widget ul li {
    margin-bottom: 8px;
}
.sidebar .widget-categories ul li {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}
.sidebar .widget-categories ul li a {
    color: #121212;
    font-family: 'Montserrat', sans-serif;
    color: #808080;
    font-size: 13px;
}
.sidebar .widget-search-form {
    position: relative;
}
.sidebar .widget-search-form .search-line {
    border: 1px solid #a3a3a3;
    padding: 15px;
    width: 100%;
}
.sidebar .widget-search-form i {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    height: 50px;
    z-index: 1;
    text-align: center;
    font-size: 22px;
    padding-top: 16px;
    color: #999;
}
.sidebar .widget-search-form .search-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 50px;
    outline: none;
    height: 50px;
    border: 0;
    cursor: pointer;
    z-index: 2;
    background: none;
}
.sidebar .widget .mini-post {
    margin-bottom: 20px;
}
.sidebar .widget .mini-post .mini-post-cover {
    margin-bottom: 15px;
}
.sidebar .widget .mini-post .mini-post-cover a {
    display: block;
}
.sidebar .widget .mini-post h4 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    color: #121212;
    font-size: 16px;
    font-weight: 700;
}
.sidebar .widget .mini-post h4 a {
    color: #121212;
}
.sidebar .widget .mini-post p {
    color: #a3a3a3;
    font-size: 13px;
}
.sidebar .widget .twitter_widget ul li {
    font-size: 13px;
    border-bottom: 1px dotted #999;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.sidebar .widget .twitter_widget ul li:last-child {
    border: 0;
}
.sidebar .widget .twitter_widget ul li a:hover {
    border-bottom: 1px dotted;
}
.sidebar .widget .socials {
    margin: 0 -5px;
    text-align: left;
    padding: 0;
}
.sidebar .widget .socials li {
    display: inline-block;    
    margin: 0 5px 10px;
    *zoom: 1;
    *display: inline;
}
.sidebar .widget .socials li a {
    display: block;
    color: #999;
    text-align: center;
    font-size: 24px;
    background: #ebebeb;
    border: 0;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    border-radius: 0;
}
.sidebar .widget .socials li a:hover {
    color: #fff;
}
/* =========================== END SIDEBAR SECTION ===================== */

/* =========================== START COMMENTS SECTION ===================== */
.comments-area {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}
.comments-area h3 {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c;
}
.comments-area .comments-line {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    outline: none;
    margin-bottom: 20px;
}
.comments-area .comments-area {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    font-style: italic;
    resize: none;
    height: 202px;
}
.comments-area p.form-submit {
    text-align: right;
}
.comments-area p.form-submit .button-1 {
    background: none;
    color: #666;
    border: 3px solid;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 25px;
    display: inline-block;
    font-weight: 400;
    border-radius: 25px;
    font-size: 14px;
}
.comments-area p.form-submit .button-1:hover {
    color: #fff;
}
.comments-area .comment {
    margin-bottom: 20px;
    padding-left: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.comments-area .comment .comment-image {
    float: left;
    margin-left: -100px;
}
.comments-area .comment .comment-image img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}
.comments-area .commentlist li {
    list-style: none;
}
.comments-area .commentlist ul {
    margin-left: 70px;
}
.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.comments-area .comment .comment-info span {
    float: right;
    font-size: 13px;
    color: #a3a2a2;
}
.comments-area .comment p {
    color: #333;
    font-size: 13px;
    line-height: 1.7em;
    font-weight: 400;
}
.comments-area .commentlist {
    margin-bottom: 60px;
    padding: 0;
}
/* =========================== END COMMENTS SECTION ===================== */

/* =========================== START SLIDER SECTION ===================== */
.home-page .slider-section {
    margin-bottom: 0px;
    z-index: 0;
}
.home-page .responsive-menu {
    color: #f1f1f1;
}
.home-page .slider-section ul {
    margin: 0;
}
.slider-section {
    margin-bottom: 40px;
}
.slider {
    overflow: hidden;
}
.slider .bg-cover {
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider .slide-text {
    position: absolute;
    z-index: 13;
    max-width: 1140px;
    margin: 350px auto 0;
    left: 0;
    text-align: center;
    right: 0;
    top: 0;
}
.slider .slide-text h2, .slider .slide-text h1 {
    color: #fff;
    line-height: 1.2em;
    font-size: 60px;
    font-weight: 400;
    display: block;
    margin: 0 auto 30px;
    text-transform: uppercase;
}
.slider .slide-text h4 {
    font-size: 30px;
    color: #fdfafa;
    font-weight: 400;
    margin-bottom: 25px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}
.slider .slide-text h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.slider .slide-text .site-title {
    margin: 0 auto 10px;
}
.slider {
    position: relative;
}
.slider .slider-arrows {
    width: 100%;
    z-index: 13;
    position: absolute;
    top: 50%;
}
.slider .slider-arrows li {
    display: inline-block;    
    opacity: 0.5;
    position: absolute;
    *zoom: 1;
    *display: inline;
}
.slider:hover .slider-arrows li {
    opacity: 1;
}
.slider .slider-arrows li.slide-right {
    right: 0;
}
.slider .slider-arrows li.slide-right i {
    border-radius: 5px 0 0 5px;
}
.slider .slider-arrows li.slide-left {
    left: 0;
}
.slider .slider-arrows li.slide-left i {
    border-radius: 0 5px 5px 0;
}
.slider .slider-arrows li i {
    width: 50px;
    display: block;
    text-align: center;
    margin-top: -20px;
    cursor: pointer;
    font-size: 50px;
    color: #fff;
}
.slider ul.slider-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 4;
    margin: 0 20px 20px 0;
}
.slider .slider-dots li {
    display: block;
    *zoom: 1;
    *display: inline;
    width: 10px;
    background: none;
    height: 10px;
    cursor: pointer;
    border-radius: 30px;
    border: 2px solid #eee;
    margin: 5px 0;
}
/* =========================== END SLIDER SECTION ===================== */

/* =========================== START ACTIVITY SECTION ===================== */

.activity-section {
    padding: 90px 0;
}
.activity-section .site-title {
    margin-bottom: 70px;
}
.description-box {
    padding: 30px;
    background: url('../images/description-image.jpg') no-repeat right top;
    background-size: cover;
}
.description-box .white-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 45px;
    max-width: 400px;
}
.description-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.description-box .button-1 {
    color: #808080;
    padding: 10px 30px;
    font-size: 14px;
    border: 4px solid;
    margin: 0;
}
.description-box p {
    line-height: 1.5em;
    font-size: 15px;
    color: #353535;
    margin-bottom: 25px;
}
.description-box .button-1:hover {
    color: #fff;
}
/* =========================== END ACTIVITY SECTION ===================== */

/* =========================== START WORKS SECTION ===================== */
.single-page .our-works {
    padding-bottom: 100px;
}
.our-works {
    padding: 90px 0 30px;
}
.our-works .site-title {
    margin: 0 auto 80px;
}
.our-works-portfolio {
    position: relative;
}
.our-works-portfolio .row {
    margin: 0;
}
.our-works-portfolio .filter {
    text-align: left;
    padding: 0;
    margin: 0 0 30px 0;
}
.our-works-portfolio .filter li {
    list-style: none;
    margin: 0 10px 15px 0;
    padding: 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.our-works-portfolio .filter li a {
    display: block;
    color: #808080;
    background: none;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid;
}
.our-works-portfolio .filter li a.active, .our-works-portfolio .filter li a:hover {
    color: #fff;
}
.our-works-portfolio .our-works-item {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.our-works-portfolio .our-works-item .works-item-cover {
    position: relative;
}
.our-works-portfolio .our-works-item .works-item-cover i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #333;
    font-size: 30px;
    z-index: 3;
    line-height: 1.5em;
    cursor: pointer;
    border-radius: 6px;
    margin: -25px auto 0;
}
.our-works-portfolio .our-works-item .works-item-cover i:hover {
    color: #121212;
}
.our-works-portfolio .our-works-item:hover .works-item-cover i {
    opacity: 1;
    filter: alpha(opacity=100);
}
.our-works-portfolio .our-works-item:hover .works-item-details h4 a, .our-works-portfolio .our-works-item:hover .works-item-details h4, .our-works-portfolio .our-works-item:hover .works-item-details p {
    color: #fff;
}
.our-works-portfolio .our-works-item .works-item-details {
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #232323;
    text-align: left;
    right: 0;
    margin-bottom: -100px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.our-works-portfolio .our-works-item:hover .works-item-details {
    margin-bottom: 0;
}
.our-works-portfolio .our-works-item .works-item-details h4, .our-works-portfolio .our-works-item .works-item-details p {
    margin: 0;
    line-height: 1.5em;
}
.our-works-portfolio .our-works-item .works-item-details h4 {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.our-works-portfolio .our-works-item:hover .works-item-details h4 a:hover, .our-works-portfolio .our-works-item .works-item-details h4 a {
    color: #fff;
}
.our-works-portfolio .our-works-item .works-item-details p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.6em;
}
.our-works-portfolio .our-works-item .works-item-details .p-a-r {
    font-size: 30px;
    position: absolute;
    right: 0;
    margin: 6px 3px 0 0;
}
.our-works-portfolio .our-works-item .works-item-details .p-a-r:hover {
    color: #fff !important;
}
/* =========================== END WORKS SECTION ===================== */

/* =========================== START CUSTOM SECTION ===================== */

.custom-section {
    position: relative;
    background: url('../images/bg-custom.jpg') top center fixed no-repeat;
    background-size: cover;
    text-align: center;
}
.custom-section .bg-cover {
    padding: 50px 0 0px;
    background: rgba(0, 0, 0, 0.7);
}
.custom-section h1 {
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    font-style: italic;
}
.custom-section-v2 {
    overflow: hidden;
}
.custom-section-v3 {
    overflow: hidden;
    padding: 80px 0;
}
/* =========================== END CUSTOM SECTION ===================== */

/* =========================== START TESTIMONIALS ===================== */

.testimonials-section {
    position: relative;
    padding: 40px 0;
}
.testimonials-slider {
    text-align: center;
}
.testimonials-slider .icon-quote {
    text-align: center;
    font-size: 44px;
    padding: 10px;
    display: inline-block;
    margin: 0 auto 10px;
}
.testimonials-arrows {
    position: absolute;
    max-width: 1140px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 5;
}
.testimonials-arrows .slide-left {
    float: left;
    cursor: pointer;
    margin-top: 60px;
}
.testimonials-arrows .slide-right {
    float: right;
    margin-top: 60px;
    cursor: pointer;
}
.testimonial {
    list-style: none;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
}
.testimonial:first-child {
    position: relative;
}
.testimonials-dots {
    text-align: center;
    margin: 20px auto 0;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
}
.testimonials-dots li {
    list-style: none;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.testimonials-dots li i {
    font-size: 12px;
    color: #e1e1e1;
}
.testimonials-arrows i {
    font-size: 29px;
    color: #d0d0d0;
}
.testimonials-section .testimonial {
    position: absolute;
    top: 0;
    left: 0;
}
.testimonials-section .testimonial .testimonial-cover {
    margin-bottom: 20px;
}
.testimonials-section .testimonial .testimonial-cover img {
    width: 140px;
    height: 140px;
    border-radius: 500px;
    border: 3px solid;
}
.testimonials-section .testimonial .testimonial-content p {
    color: #808080;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 15px;
    line-height: 1.8em;
    font-style: italic;
}
.testimonials-section .testimonial .testimonial-content h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #808080;
}
.testimonials-section .testimonial .testimonial-content h3 span {
    text-transform: none;
}
/* =========================== END TESTIMONIALS ===================== */

/* =========================== START PORTFOLIO V1 ===================== */
.portfolio-v1 {
    padding-bottom: 60px;
}
.portfolio-v1 .filter {
    margin: 0 0 60px 0;
    text-align: center;
    padding: 0;
}
.portfolio-v1 .filter li {
    list-style: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 10px 10px;
}
.portfolio-v1 .filter li a {
    display: block;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 13px;
    color: #808080;
    font-family: 'Oswald', sans-serif;
    border: 2px solid;
    letter-spacing: 2px;
}
.portfolio-v1 .filter li a.active, .portfolio-v1 .filter li a:hover {
    color: #fff;
}
.portfolio-v1 .portfolio-v1-fullwidth {
    padding: 0 30px;
}
.portfolio-v1.no-bottom-margin .portfolio-item {
    margin-bottom: 0;
}
.portfolio-v1 .portfolio-item {
    margin-bottom: 30px;
}
.portfolio-v1 .portfolio-item .portfolio-item-cover {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    width: 100px;
    height: 100px;
    border-radius: 300px;
    margin: -50px auto 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.portfolio-v1 .portfolio-item:hover .portfolio-item-cover .portfolio-item-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%;
}
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover .portfolio-item-bg {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 0;
    border-radius: 200px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover:hover .portfolio-item-bg {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover i {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: -15px;
    line-height: 1em;
    display: block;
}
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover a {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 300px;
    text-align: center;
    padding-top: 50%;
    z-index: 2;
    position: relative;
}
.portfolio-v1 .portfolio-item h4 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    color: #4c4c4c;
    line-height: 1.5em;
    font-size: 16px;
}
.portfolio-v1 .portfolio-item h4 a {
    color: #4c4c4c;
}
.portfolio-v1 .portfolio-item h6 {
    color: #808080;
    font-size: 13px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    margin: 0;
    line-height: 1.5em;
    text-align: center;
}
/* =========================== END PORTFOLIO V1 ===================== */

/* =========================== START OUR CLIENTS ===================== */

.clients-section {
    background: url('../images/bg-partners.jpg') no-repeat top center fixed;
    background-size: cover;
}
.clients-section .bg-cover {
    background: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
}
.clients-section .our-clients-logo a {
    display: block;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.clients-section .our-clients-logo a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.clients-section .our-clients-logo a img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.clients-section .our-clients-logo a:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}
/* =========================== START END CLIENTS ===================== */

/* === SHORTCODES === */

/* ------------------------- BUTTONS CSS */

.button {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 10px;
}
.button:hover {
    color: #fff;
}
.button.button-type1 {
    border-radius: 5px;
}
.button.button-type2 {
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 14px;
}
.button.button-large {
    padding: 15px 50px;
}
.button.button-medium {
    padding: 10px 30px;
    font-size: 14px;
}
.button.button-small {
    padding: 8px 20px;
    font-size: 13px;
}
.button-m1 {
    background: #21c2f8;
}
.button-m2 {
    background: #0072a5;
}
.button-m3 {
    background: #ff391f;
}
.button-m4 {
    background: #2cc541;
}
.button-m5 {
    background: #2f383d;
}
.button-m6 {
    background: #76beea;
}
.button-m7 {
    background: #9aa7af;
}
/* ------------------------- ALERT BOX CSS */

.alert-box {
    padding: 10px 35px 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    font-size: 13px;
}
.alert-box button {
    border: 1px solid rgba(0, 0, 0, 0.8);
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    text-transform: lowercase;
    color: rgba(0, 0, 0, 0.8);
    margin-right: -25px;
    border-radius: 30px;
    font-weight: 700;
    padding: 0 1px 0 0;
}
.alert-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}
.alert-box.alert-normal {
    background: #eff5f7;
    border: 1px solid #dcdcdc;
}
.alert-box.alert-normal p {
    color: #959595;
}
.alert-box.alert-warning {
    background: #ffcdc7;
    border: 1px solid #fea094;
}
.alert-box.alert-warning p {
    color: #ff391f;
}
.alert-box.alert-information {
    background: #fff4bb;
    border: 1px solid #ffcc66;
}
.alert-box.alert-information p {
    color: #e99b00;
}
.alert-box.alert-succes {
    background: #c1faa8;
    border: 1px solid #9cff70;
}
.alert-box.alert-succes p {
    color: #6db74c;
}
.alert-box.alert-useful {
    background: #bceeff;
    border: 1px solid #8ae1ff;
}
.alert-box.alert-useful p {
    color: #21c2f8;
}
.alert-box.alert-custom {
    background: #decfdf;
    border: 1px solid #e2b5e5;
}
.alert-box.alert-custom p {
    color: #af75b3;
}
/* ------------------------- TABS CSS */

.tab-widget .nav-tabs {
    width: 100%;
    border-bottom: 0;
}
.tab-widget .nav-tabs li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 !important;
    width: 50%;
}
.tab-widget .nav-tabs li a {
    color: #999;
}
.tab-widget .tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px;
    background: #fff;
}
.tab-widget .nav-tabs li a {
    border: 1px solid #fff;
    border-top: 4px solid #fff;
    border-bottom: 1px solid #ddd;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 16px;
    border-radius: 0;
    margin: 0;
    display: block;
}
.tab-widget .nav-tabs li a:hover {
    background: none;
}
.tab-widget .nav-tabs li.active a {
    border-top: 4px solid #00a651;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
/* ------------------------- MINI POSTS CSS */

.mini-post {
    margin-bottom: 20px;
}
.mini-post .mini-post-cover {
    margin: 0 0 15px 0;
}
.mini-post .mini-post-cover a {
    display: block;
}
.mini-post .mini-post-cover img {
    width: 100%;
    height: auto;
}
.mini-post h3 a, .mini-post h3 {
    margin: 0;
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}
.mini-post h3 a:hover {
    color: #ec005e;
}
.mini-post h6 {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin: 5px 0 5px 0;
}
.mini-post p {
    font-size: 13px;
    color: #a3a2a2;
    margin: 0;
}
/* ------------------------- ACCORDION CSS */

.panel-heading {
    padding: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body, .panel-default {
    border: 0;
}
.panel-heading h4 a {
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    border: 2px solid #efefef;
    border-left: 0;
    border-right: 0;
    margin-bottom: -5px;
    letter-spacing: 3px;
}
.panel-default > .panel-heading {
    background: none;
}
.panel-body {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
}
/* ------------------------- CAROUSEL CSS */

.our-clients-logo {
    position: relative;
}
.tesla-carousel-items {
    overflow: hidden;
}
.our-partners-arrows {
    position: absolute;
    top: 50%;
    margin: -32px auto 0;
    left: 0;
    right: 0;
    width: 100%;
}
.our-partners-arrows i {
    color: #808080;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.5em;
}
.our-clients-logo .our-partners-arrows {
    margin: -20px auto 0;
}
.our-partners-arrows .next {
    position: absolute;
    right: 0;
    margin-right: -40px;
}
.our-partners-arrows .next i, .our-partners-arrows .prev i {
    padding: 5px;
    font-size: 13px;
}
.our-partners-arrows .prev {
    position: absolute;
    left: 0;
    margin-left: -40px;
}
.our-partners-arrows .next.disabled i:hover, .our-partners-arrows .prev.disabled i:hover, .our-partners-arrows .next.disabled i, .our-partners-arrows .prev.disabled i {
    color: #ccc !important;
    cursor: default;
}
/* ------------------------- TESTIMONIALS CSS */

.testimonials-slider-2 {
    position: relative;
    margin-bottom: 80px;
}
.testimonials-slider-2 ul li {
    list-style: none;
}
.testimonials-slider-2 .testimonials-arrows {
    position: absolute;
    width: 200px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 5;
}
.testimonials-slider-2 .slide-left {
    float: left;
    cursor: pointer;
    margin-top: 60px;
}
.testimonials-slider-2 .slide-right {
    float: right;
    margin-top: 60px;
    cursor: pointer;
}
.testimonials-slider-2 .testimonial {
    list-style: none;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
}
.testimonials-slider-2 .testimonial:first-child {
    position: relative;
}
.testimonials-slider-2 .testimonials-dots {
    text-align: center;
    position: absolute;
    margin: 0 auto -40px;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
}
.testimonials-slider-2 .testimonials-dots li {
    list-style: none;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.testimonials-slider-2 .testimonials-dots li i {
    font-size: 12px;
    color: #808080;
}
.testimonials-slider-2 .testimonials-arrows i {
    font-size: 20px;
    color: #808080;
}
.testimonials-slider-2 .testimonial .testimonial-cover {
    margin-bottom: 20px;
}
.testimonials-slider-2 .testimonial .testimonial-cover img {
    width: 140px;
    height: 140px;
    border-radius: 500px;
    border: 3px solid #686868;
}
.testimonials-slider-2 .testimonial .testimonial-content h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
}
.testimonials-slider-2 .testimonial .testimonial-content p {
    color: #808080;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: 2em;
    font-style: italic;
}
.testimonials-slider-2 .testimonial .testimonial-content h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #787878;
}
.testimonials-slider-2 .testimonial .testimonial-content h3 span {
    text-transform: none;
}
/* ------------------------- PRICING CSS */


.pricing-section {
    background: #efefef;
    padding: 90px 0 40px;
}
.pricing-table {
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.pricing-table .pricing-table-name {
    text-align: center;
    color: #4c4c4c;
    font-size: 30px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.5em;
    margin: 0;
}
.pricing-table.popular-table .pricing-table-name {
    color: #fff;
}
.pricing-table .pricing-table-price {
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    color: #333;
    text-align: center;
    vertical-align: top;
    line-height: 1em;
    color: #fff;
    padding: 15px 10px 18px;
    margin-bottom: 20px;
}
.pricing-table.popular-table .pricing-table-price {
    background: #fff;
}
.pricing-table .pricing-table-price span {
    font-size: 22px;
    font-weight: 400;
}
.pricing-table .pricing-table-stuff {
    padding: 0;
    margin: 15px 50px 20px;
}
.pricing-table.popular-table .pricing-table-stuff li {
    color: #fff;
}
.pricing-table .pricing-table-stuff li {
    list-style: none;
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
}
.pricing-table p {
    color: #ccc;
    margin: 0;
    text-align: center;
}
.pricing-table p .button {
    background: #808080;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 25px;
}
.pricing-table.popular-table p .button:hover {
    background: #fff;
    color: #808080;
}
/* PORTFOLIO */

.our-works-portfolio .filter {
    text-align: center;
    padding: 0;
    margin: 0 0 30px 0;
}
.our-works-portfolio .filter li {
    list-style: none;
    margin: 0 10px 15px 0;
    padding: 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.our-works-portfolio .filter li a {
    display: block;
    color: #808080;
    background: #f1f1f1;
    padding: 5px 15px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px dotted #808080;
}
.our-works-portfolio .filter li a.active, .our-works-portfolio .filter li a:hover {
    color: #fff;
}
.our-works-portfolio .our-works-item .works-item-cover {
    position: relative;
}
.our-works-portfolio .our-works-item .works-item-cover i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #333;
    font-size: 30px;
    z-index: 3;
    width: 50px;
    height: 50px;
    padding-top: 6px;
    line-height: 1.5em;
    cursor: pointer;
    border-radius: 6px;
    margin: -25px auto 0;
}
.our-works-portfolio .our-works-item:hover .works-item-cover i {
    opacity: 1;
    filter: alpha(opacity=100);
}
.our-works-portfolio .our-works-item:hover .works-item-cover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}
/* =========================== START OUR SKILLS V1 ===================== */

.our-skills-v1 {
    background: url('../images/bg-skills.jpg') top center;
    background-size: cover;
}
.our-skills-v1 .bg-cover {
    background: rgba(0, 0, 0, 0.7);
    padding: 80px 0 50px;
}
.our-skills-v1 .one-skill {
    margin-bottom: 30px;
    text-align: center;
}
.our-skills-v1 .one-skill canvas {
    margin: 0 auto 20px;
}
.our-skills-v1 .one-skill h3 {
    color: #fdfefe;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    letter-spacing: 4px;
    font-size: 16px;
}
/* =========================== END OUR SKILLS V1 ===================== */

/* =========================== START OUR SKILLS V2 ===================== */

.our-skills-v2 {
    padding-bottom: 20px;
}
.our-skills-v2 .one-skill {
    margin-bottom: 30px;
    text-align: center;
}
.our-skills-v2 .one-skill h3 {
    color: #4c4c4c;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    letter-spacing: 4px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.our-skills-v2 .one-skill .one-skill-know {
    height: 12px;
    overflow: hidden;
    background: #808080;
}
.our-skills-v2 .one-skill .one-skill-know span {
    display: block;
    height: 12px;

    -webkit-transition: width 1.5s ease;
    -moz-transition: width 1.5s ease;
    -o-transition: width 1.5s ease;
    transition: width 1.5s ease;
 }
}
/* =========================== END OUR SKILLS V2 ===================== */

/* =========================== START OUR TEAM V1 ===================== */
.our-team-section {
    padding-top: 80px;
}
.our-team-v1 {
    padding: 60px 0;
}
.our-team-v1 .team-member {
    position: relative;
    overflow: hidden;
}
.our-team-v1 .team-member .team-member-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.our-team-v1 .team-member .team-member-hover .team-bg {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.our-team-v1 .team-member:hover .team-member-hover .team-bg {
    background: rgba(255, 255, 255, 0.5);
}
.our-team-v1 .team-member .team-member-hover h2, .our-team-v1 .team-member .team-member-hover h6, .our-team-v1 .team-member .team-member-hover .socials li a {
    color: #fff;
}
.our-team-v1 .team-member:hover .team-member-hover h2, .our-team-v1 .team-member:hover .team-member-hover h6, .our-team-v1 .team-member:hover .team-member-hover .socials li a {
    color: #232323;
}
.our-team-v1 .team-member .team-member-hover .socials {
    bottom: 0;
    left: 0;
    z-index: 3;
    right: 0;
    position: absolute;
    text-align: center;
}
.our-team-v1 .team-member .team-member-hover .socials li a {
    border: 0;
    margin: 0 5px;
    padding: 0;
    height: auto;
    width: auto;
}
.our-team-v1 .team-member .team-member-hover h2 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 5px 0;
}
.our-team-v1 .team-member .team-member-hover h6 {
    color: #fffbfd;
    font-size: 13px;
    text-align: center;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}
.our-team-v1 .team-member .team-member-hover .team-names {
    z-index: 3;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0;
    right: 0;
}
/* =========================== END OUR TEAM V1 ===================== */

/* =========================== START PROJECT PAGE ===================== */

.project-v1 {
    padding-bottom: 60px;
}
.project-v1 .project-details h2 {
    font-size: 16px;
    color: #4c4c4c;
    margin: 0 0 20px 0;
    line-height: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.project-v1 .project-ul {
    margin: 0 0 20px 0;
}
.project-v1 .project-ul li {
    list-style: none;
    margin: 0 0 15px 0;
}
.project-v1 .project-ul.inline-ul li {
    display: inline-block;
    margin-right: 30px;
}
.project-v1 .project-ul li i {
    font-size: 18px;
    display: inline-block;
    margin-right: 3px;
    line-height: 1.2em;
}
/* =========================== END PROJECT PAGE ===================== */

/* =========================== START STATISTICS SECTION ===================== */
.statistics-section {
    background: #efefef;
    padding: 100px 0 60px;
}
.statistics-section .statistic {
    margin-bottom: 40px;
    text-align: center;
    background: #262626;
    padding: 50px 35px;
    position: relative;
}
.statistics-section .statistic.statistic-bg-1 {
    background: url('../images/blog-1.jpg') top right no-repeat;
    background-size: cover;
}
.statistics-section .statistic.statistic-bg-2 {
    background: url('../images/blog-2.jpg') top right no-repeat;
    background-size: cover;
}
.statistics-section .statistic.statistic-bg-3 {
    background: url('../images/blog-3.jpg') top right no-repeat;
    background-size: cover;
}
.statistics-section .statistic .statistic-cut {
    background: url('../images/cut.png') no-repeat top left;
    width: 150px;
    height: 350px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 5;
    margin: -40px 0 0 -3px;
}
.statistics-section .statistic .bg-cover {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,0.6);
}
.statistics-section .statistic h3 {
    line-height: 1em;
    font-size: 100px;
    text-align: right;
    position: relative;
    font-style: italic;
    z-index: 4;
    margin: -30px 0 40px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}
.statistics-section .statistic h6 {
    margin: 0;
    font-size: 26px;
    position: relative;
    z-index: 4;
    color: #fff;
    text-align: right;
    line-height: 1em;
    text-transform: normal;
    font-weight: 700;
}
/* =========================== END STATISTICS SECTION ===================== */

/* =========================== START ERROR 404 SECTION ===================== */

.error-404-section {
    margin: auto;
    text-align: center;
    max-width: 700px;
    padding-bottom: 60px;
}
.error-404-section h4 {
    text-align: center;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #4c4c4c;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 1.5em;
}
.error-404-section h5 {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    color: #808080;
    font-style: italic;
    margin: 0 0 20px 0;
}
.error-404-section p {
    font-style: italic;
    font-size: 15px;
    color: #4c4c4c;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: center;
}
.error-404-section .widget-search-form {
    margin: 0 auto 30px;
    max-width: 300px;
}
.widget-search-form {
    position: relative;
}
.widget-search-form .search-line {
    border: 1px solid #a3a3a3;
    padding: 15px;
    width: 100%;
}
.widget-search-form i {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    height: 50px;
    z-index: 1;
    text-align: center;
    font-size: 20px;
    padding-top: 16px;
    color: #999;
}
.widget-search-form .search-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 50px;
    outline: none;
    height: 50px;
    border: 0;
    cursor: pointer;
    z-index: 2;
    background: none;
}
/* =========================== END ERROR 404 SECTION ===================== */

/* =========================== START SHOP SECTION ===================== */
.shop-section {
    padding-bottom: 80px;
}
.shop-section .shop-filter {
    padding-bottom: 50px;
}
.shop-section .shop-filter h6 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    padding-top: 8px;
}
.shop-section .shop-filter select {
    width: 150px;
    outline: none;
    border: 1px solid #eee;
    font-size: 14px;
    background: #f1f1f1;
    padding: 5px 10px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 10px;
}
.shop-section .shop-items {
    padding-bottom: 20px;
}
.shop-section .shop-items .shop-item {
    margin-bottom: 50px;
}
.shop-section .shop-items .shop-item .item-image {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 4px solid #fff;
    overflow: hidden;
}
.shop-section .shop-items .shop-item .item-details h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 4px 0;
}
.shop-section .shop-items .shop-item .item-details h3 a {
    color: #333;
}
.shop-section .shop-items .shop-item .item-details h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 5px 0;
}
.shop-section .shop-items .shop-item .item-details h6 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 0;
}
.shop-section .shop-items .shop-item .item-details h6 i {
    text-decoration: line-through;
    padding-right: 10px;
}
.shop-section .shop-items .shop-item .item-hover .item-new,
.shop-section .shop-items .shop-item .item-hover .item-sale,
.shop-section .shop-items .shop-item .item-hover .item-sold {
    position: absolute;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0;
    width: 70px;
    height: 70px;
    padding-top: 24px;
    line-height: 1.5em;
    background: #4c4c4c;
    text-transform: uppercase;
}
.shop-section .shop-items .shop-item .item-hover .item-new {
    background: #808080;
}
.shop-section .shop-items .shop-item .item-hover .item-hover-bg {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}
.shop-section .shop-items .shop-item .item-hover h5 {
    position: absolute;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
    top: 50%;
    margin: -20px auto 0;
}
.shop-section .shop-items .shop-item .item-hover h5 img {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
}
.shop-section .shop-items .shop-item:hover .item-hover .item-hover-bg {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.shop-section .shop-items .shop-item:hover .item-hover h5 {
    opacity: 1;
    filter: alpha(opacity=100);
}
.shop-section .shop-items .shop-item .item-hover h5 a {
    color: #fff;
    display: block;
}
.shop-section .shop-items .shop-item .item-hover h5 a:hover {
    color: #333;
}
.shop-section .shop-pagination {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}
.shop-section .shop-pagination li {
    display: inline-block;
    list-style: none;
    *zoom: 1;
    margin: 0 5px;
    *display: inline;
}
.shop-section .shop-pagination li a {
    display: block;
    width: 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5em;
    height: 30px;
    font-size: 14px;
    color: #333;
    border: 2px solid #ccc;
    padding-top: 2px;
}
.shop-item-page .alert {
    background: #f1f1f1;
    padding: 10px 15px;
    min-height: 56px;
    position: absolute;
    margin-top: -78px;
    width: 100%;
}
.shop-item-page .alert h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding-top: 8px;
}
.shop-item-page .alert a {
    float: right;
    color: #fff;
    padding: 6px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.shop-item-page .alert a:hover {
    background: #484848 !important;
}
.shop-item-page .shop-item-description {
    padding: 40px 0;
}
.shop-item-page .shop-item-description ul {
    margin-bottom: 20px;
    border-top: 2px solid #f1f1f1;
    border-bottom: 0;
}
.shop-item-page .shop-item-description li.active a {
    border: 0;
    border-top: 4px solid;
}
.shop-item-page .shop-item-description li a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    border-top: 4px solid #fff;
}
.shop-item-page .shop-item-description ul {
    border-top: 0;
}
.shop-item-page .shop-item-description .item-shop-rate {
    margin-bottom: 20px;
}
.shop-item-page .shop-item-description .shop-item-info {
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
    border: 0;
}
.shop-item-page .shop-item-description .shop-item-info li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 140px;
    font-style: italic;
}
.shop-item-page .shop-item-description .shop-item-info li span {
    position: absolute;
    width: 120px;
    top: 0;
    left: 0;
    font-style: normal;
}
.shop-item-page .slider ul.slider-dots {
    padding: 0;
    position: relative;
    margin: 0;
}
.shop-item-page .slider ul.slider-dots li {
    list-style: none;
    display: block;
    margin: 0 0 30px 0;
    width: 100%;
    height: 165px;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
}
.shop-item-page .shop-item-describe .shop-item-top {
    margin-bottom: 40px;
}
.shop-item-page .shop-item-describe .shop-item-top ul {
    float: right;
}
.shop-item-page .shop-item-describe .shop-item-top ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 6px;
}
.shop-item-page .shop-item-describe .shop-item-top a {
    font-size: 13px;
    font-style: italic;
    color: #4c4c4c;
}
.shop-item-page .shop-item-describe .shop-item-top ul li a {
    display: block;
    width: 34px;
    height: 34px;
    color: #808080;
    padding-top: 4px;
    line-height: 1em;
    font-size: 24px;
    text-align: center;
    border: 2px solid #808080;
}
.shop-item-page .shop-item-describe .shop-item-top ul li a:hover {
    background: #808080;
    color: #fff;
}
.shop-item-page .shop-item-describe h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: 400;
    letter-spacing: 3px;
}
.shop-item-page .shop-item-describe h2 {
    font-size: 40px;
    color: #4c4c4c;
    vertical-align: top;
    line-height: 1.5em;
}
.shop-item-page .shop-item-describe h2 span {
    font-size: 22px;
    vertical-align: top;
    line-height: 2em;
}
.shop-item-page .shop-item-describe .shop-item-vote {
    font-style: italic;
    margin-bottom: 30px;
}
.shop-item-page .shop-item-describe .add-cart {
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    display: inline-block;
}
.shop-item-page .shop-item-describe .add-cart:hover {
    background: #464646 !important;
}
.shop-item-page .shop-item-describe .shop-item-options {
    margin-bottom: 30px;
    font-size: 16px;
    padding-top: 20px;
}
.shop-item-page .shop-item-describe .shop-item-options select {
    width: 120px;
    border: 1px solid #eee;
    background: #f1f1f1;
    padding: 5px 10px;
    outline: none;
}
.shop-item-v1 {
    margin-bottom: 100px;
}
.shop-item-v1 .slider-section {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.shop-item-v1 .slider-section .slider-dots {
    position: absolute;
    bottom: 0;
    right: 0;
}
.shop-item-v1 .slider-section .slider-dots li {
    display: block;
    width: 140px;
    height: auto;
    border-radius: 0;
}
.shop-item-v1 .slider-section .slider-dots li img {
    width: 140px;
    height: auto;
    border: 1px solid #e1e1e1;
}
.shop-item-v1 h1 {
    color: #4c4c4c;
    font-size: 36px;
    font-weight: 700;
    margin: 0 auto 5px;
    text-align: center;
    line-height: 1.5em;
    text-transform: uppercase;
}
.shop-item-v1 h4 {
    color: #808080;
    font-size: 13px;
    text-align: center;
    line-height: 1.5em;
    margin: 0 auto 10px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}
.shop-item-v1 h5 {
    color: #808080;
    font-size: 18px;
    text-align: center;
    line-height: 1.5em;
    margin: 0 auto 10px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}
.shop-item-v1 h6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.shop-item-v1 .add-to-cart {
    color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin: auto;
    border: 2px solid #4c4c4c;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.shop-item-v1 .shop-item-size {
    margin: 0 0 25px 0;
    padding: 0;
    text-align: center;
}
.shop-item-v1 .shop-item-size li {
    display: inline-block;
    color: #121212;
    margin: 0 5px 5px;
    *zoom: 1;
    *display: inline;
}
.shop-item-v1 .shop-item-size li a {
    color: #121212;
    width: 32px;
    height: 32px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 1.5em;
    display: block;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 200;
}
.shop-item-v1 .add-to-cart:hover {
    color: #fff;
}
.shop-item-v1 p {
    padding: 0 150px;
    text-align: center;
}
.payment-options {
    padding: 50px;
    border: 1px solid #e1e1e1;
}
.payment-options h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #686868;
    margin: 0 0 10px 0;
}
.payment-options h6 {
    margin: 50px 0 10px 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #686868;
    font-size: 12px;
}
.payment-options form {
    margin: 0 20% 0;
    width: 60%;
}
.payment-options select {
    border: 1px solid #e1e1e1;
    width: 100%;
    outline: none;
    margin: 0 0 30px 0;
    font-family: 'Montserrat', sans-serif;
    padding: 6px 15px;
    text-transform: uppercase;
}
.payment-options .pay-it-now {
    color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin: auto;
    border: 2px solid #4c4c4c;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.payment-options .pay-it-now:hover {
    color: #fff;
}
.cart-page {
    padding-bottom: 100px;
}
.cart-page h4 {
    color: #4c4c4c;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #efefef;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}
.cart-page .cart-page-ul {
    margin-bottom: 30px;
    padding: 0;
}
.cart-page .cart-page-ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
}
.cart-page .cart-page-ul li span {
    float: right;
}
.cart-page .coupon-b {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    background: #808080;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
}
.cart-page .coupon-line {
    width: 100%;
    padding: 15px 20px;
    font-style: italic;
    margin-bottom: 15px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}
.cart-page .cart-box-item {
    margin-bottom: 20px;
}
.cart-page .cart-box-item select {
    width: 100%;
    border: 1px solid #eee;
    background: #f1f1f1;
    padding: 5px 10px;
    outline: none;
}
.cart-page .cart-box-item-name {
    position: relative;
    padding-left: 140px;
    min-height: 60px;
}
.cart-page .cart-box-item-name .cart-avatar {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: 50px;
}
.cart-page .cart-box-item-name h2 {
    font-size: 16px;
    color: #383838;
    letter-spacing: 3px;
    padding-top: 24px;
    text-transform: uppercase;
}
.cart-page .cart-box-item-name h2 a {
    color: #383838;
}
.cart-page .cart-box-item-name i {
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    margin-top: 20px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    color: #c1c1c1;
    font-size: 11px;
    border: 2px solid #ccc;
}
.price-filter {
    padding-top: 5px;
    text-align: center;
}
.price-filter a.filter-it {
    color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin: auto;
    border: 2px solid #4c4c4c;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.price-filter a.filter-it:hover {
    color: #fff;
}
.price-filter .price-filter-bg {
    position: relative;
    margin-bottom: 30px;
    height: 4px;
    width: 100%;
    background: #999;
    border-radius: 2px;
}
.price-filter .price-filter-bg .price-filter-area {
    width: 65%;
    margin: auto 15% auto 20%;
    height: 4px;
    position: relative;
}
.price-filter .price-filter-bg .price-filter-area .price-filter-start {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 0;
    margin-top: -5px;
}
.price-filter .price-filter-bg .price-filter-area .price-filter-end {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin-top: -5px;
}
/* =========================== END SHOP SECTION ===================== */

/* =========================== START COMING SOON SECTION ===================== */

.coming-soon-section {
    margin: auto;
    text-align: center;
    max-width: 700px;
    padding-bottom: 100px;
}
.coming-soon-section h4 {
    text-align: center;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #4c4c4c;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 1.5em;
}
.coming-soon-section p {
    font-style: italic;
    font-size: 15px;
    color: #4c4c4c;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: center;
}
.coming-soon-section h2 {
    text-align: center;
    width: 120px;
    height: 120px;
    border: 3px solid;
    border-radius: 300px;
    margin: 30px auto 20px;
    padding-top: 20px;
    position: relative;
}
.coming-soon-section h2 span {
    display: block;
    font-size: 40px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    line-height: 1.5em;
    position: absolute;
    left: 0;
    right: 0;
}
.coming-soon-section h3 {
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 0 0 20px 0;
}
/* =========================== END COMING SOON SECTION ===================== */

/* =========================== START PORTFOLIO V2 ===================== */

.home-page .portfolio-v2 {
    padding-top: 80px;
}
.portfolio-v2 {
    padding-bottom: 60px;
}
.portfolio-v2 .filter {
    margin: 0 0 60px 0;
    text-align: center;
    padding: 0;
}
.portfolio-v2 .filter li {
    list-style: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 10px 10px;
}
.portfolio-v2 .filter li a {
    display: block;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 13px;
    color: #808080;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid;
    letter-spacing: 2px;
}
.portfolio-v2 .filter li a.active, .portfolio-v2 .filter li a:hover {
    color: #fff;
}
.portfolio-v2 .portfolio-v2-fullwidth {
    padding: 0 30px;
}
.portfolio-v2.no-bottom-margin .portfolio-item {
    margin-bottom: 0;
}
.portfolio-v2 .portfolio-item {
    margin-bottom: 30px;
}
.portfolio-v2 .portfolio-item .portfolio-item-cover {
    position: relative;
}
.portfolio-v2 .portfolio-item .portfolio-item-cover .portfolio-item-hover {
    position: absolute;
    overflow: hidden;
    margin: 15px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.portfolio-v2 .portfolio-item .portfolio-item-cover .portfolio-item-hover .portfolio-item-bg {
    opacity: 0.7;
    height: 0;
    filter: alpha(opacity=70);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    margin: auto;
    border-radius: 1000px;
}
.portfolio-v2 .portfolio-item:hover .portfolio-item-cover .portfolio-item-hover .portfolio-item-bg {
    height: 100%;
    width: 100%;
    border-radius: 0;
}
.portfolio-v2 .portfolio-item .portfolio-item-cover .portfolio-item-hover .portfolio-aligment {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 50%;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
}
.portfolio-v2 .portfolio-item:hover .portfolio-item-cover .portfolio-item-hover .portfolio-aligment {
    opacity: 1;
    filter: alpha(opacity=100);
}
.portfolio-v2 .portfolio-item h4 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    color: #fff;
    margin-top: -30px;
    line-height: 1.5em;
    font-size: 16px;
}
.portfolio-v2 .portfolio-item h4 a {
    color: #fff;
}
.portfolio-v2 .portfolio-item h4 a:hover {
    color: #383838;
}
.portfolio-v2 .portfolio-item h6 {
    color: #fff;
    font-size: 13px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    margin: 0;
    line-height: 1.5em;
    text-align: center;
}
/* =========================== END PORTFOLIO V2 ===================== */

/* =========================== START PORTFOLIO V1 ===================== */

.portfolio-v1 {
    padding-bottom: 60px;
}
.portfolio-v1 .filter {
    margin: 0 0 60px 0;
    text-align: center;
    padding: 0;
}
.portfolio-v1 .filter li {
    list-style: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 10px 10px;
}
.portfolio-v1 .filter li a {
    display: block;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 13px;
    color: #808080;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid;
    letter-spacing: 2px;
}
.portfolio-v1 .filter li a.active, .portfolio-v1 .filter li a:hover {
    color: #fff;
}
.portfolio-v1 .portfolio-v1-fullwidth {
    padding: 0 30px;
}
.portfolio-v1.no-bottom-margin .portfolio-item {
    margin-bottom: 0;
}
.portfolio-v1 .portfolio-item {
    margin-bottom: 30px;
}
.portfolio-v1 .portfolio-item .portfolio-item-cover {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    width: 100px;
    height: 100px;
    border-radius: 300px;
    margin: -50px auto 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.portfolio-v1 .portfolio-item:hover .portfolio-item-cover .portfolio-item-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%;
}
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover .portfolio-item-bg {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 0;
    border-radius: 200px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover:hover .portfolio-item-bg {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover i {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: -15px;
    line-height: 1em;
    display: block;
}
.portfolio-v1 .portfolio-item .portfolio-item-cover .portfolio-item-hover a {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 300px;
    text-align: center;
    padding-top: 50%;
    z-index: 2;
    position: relative;
}
.portfolio-v1 .portfolio-item h4 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    color: #4c4c4c;
    line-height: 1.5em;
    font-size: 16px;
}
.portfolio-v1 .portfolio-item h4 a {
    color: #4c4c4c;
}
.portfolio-v1 .portfolio-item h6 {
    color: #808080;
    font-size: 13px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    margin: 0;
    line-height: 1.5em;
    text-align: center;
}
/* =========================== END PORTFOLIO V1 ===================== */

/* =========================== START CONTACT SECTION ===================== */
.contact-section {
    padding-top: 80px;
}
.contact-section .container {
    position: relative;
}
.contact-form {
    position: absolute;
    background: #fff;
    z-index: 3;
    padding: 30px;
    max-width: 360px;
    margin-top: -60px;
}
.contact-form .contact-form-line {
    background: none;
    padding: 12px 16px;
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
    background: #fff;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    border: 1px solid #ccc;
}
.contact-form .contact-form-area {
    background: none;
    padding: 12px 16px;
    color: #555;
    font-size: 14px;
    resize: none;
    background: #fff;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    height: 190px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ccc;
}
.contact-form .contact-form-line:focus, .contact-form .contact-form-area:focus {
    border: 0;
    border: 1px solid;
}
.contact-form .contact-form-area::-moz-placeholder, .contact-form .contact-form-line::-moz-placeholder {
    color: #808080;
    opacity: 1;
}
.contact-form .contact-form-area:-ms-input-placeholder, .contact-form .contact-form-line:-ms-input-placeholder {
    color: #808080;
}
.contact-form .contact-form-area::-webkit-input-placeholder, .contact-form .contact-form-line::-webkit-input-placeholder {
    color: #808080;
}
.contact-form .form-send {
    padding: 12px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    outline: none;
    border: 0;
    background: #fff;
    font-weight: 700;
    line-height: 1.5em;
    color: #4c4c4c;
}
.contact-form .form-send:hover {
    background: #4c4c4c;
    color: #fff;
}
/*.map-location {
    overflow: hidden;
    height: 400px;
    background: url('../images/map.png') no-repeat top center;
    background-size: cover;
}*/
.map-location iframe {
    width: 100%;
    height: 550px;
    margin-top: -40px;
}
/* =========================== END CONTACT SECTION ===================== */

/* =========================== START INFO VERSIONS ===================== */
.info-v1 {
    padding-bottom: 30px;
}
.info-v1 .info-box {
    margin-bottom: 20px;
    position: relative;
    padding-left: 100px;
    min-height: 85px;
}
.info-v1 .info-box i {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    text-align: center;
    font-size: 30px;
    padding-top: 12px;
    color: #fff;
    line-height: 1.5em;
}
.info-v2 .info-box h4, .info-v1 .info-box h4 {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.info-v2 .info-box p, .info-v1 .info-box p {
    color: #4c4c4c;
    font-size: 13px;
    line-height: 1.5em;
    margin: 0;
}
.info-v2 {
    padding-bottom: 40px;
}
.info-v2 .info-box {
    margin-bottom: 20px;
    text-align: center;
}
.info-v2 .info-box i {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: block;
    border-radius: 100px;
    text-align: center;
    font-size: 30px;
    padding-top: 12px;
    color: #fff;
    line-height: 1.5em;
}
/* =========================== END INFO VERSIONS ===================== */
.testimonial-section {
    padding: 90px 0 0 0;
    overflow: hidden;
}

/* =========================== START OUR CLASSES ===================== */
.classes-section {
    padding: 90px 0;
    overflow: hidden;
}
.classes-section .site-title {
    margin-bottom: 120px;
}
.classes-section .slider-dots {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    margin: auto;
    text-align: center;
    height: 700px;
    background: #4c4c4c;
    max-width: 1170px;
    margin-top: -80px;
    padding: 30px 0 0 0;
}
.classes-section .slide-prev,
.classes-section .slide-next {
    cursor: pointer;
}
.classes-section .slider-dots li {
    list-style: none;
    width: 170px;    
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    line-height: 1.5em;
    font-style: italic;
}
.classes-section .slider-dots li.active {
    font-size: 75px;
}
.classes-section .slide-wrapper .slide {
    position: absolute;
    left: 0;
    top: 0;
}
.classes-section .slide-wrapper .slide .slide-text {
    position: absolute;
    top: 0;
    max-width: 1170px;
    margin: 0 auto;
    color: #fff;
    left: 0;
    right: 0;
}
.classes-section .slide-wrapper {
    max-height: 540px;
}
.classes-section .slide-wrapper .box-2 {
    position: absolute;
    margin-top: -80px;
    padding: 30px 20px 20px;
    top: 0;
    right: 0;
    width: 270px;
}
.classes-section .slide-wrapper .box-2 ul {
    margin: 0;
    padding: 0;
}
.classes-section .slide-wrapper .box-2 ul li {
    color: #fff;
    padding: 5px 0 5px 40px;
    list-style: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.classes-section .slide-wrapper .box-2 ul li.i-1 {
    background: url('../images/time.png') no-repeat left top;
}
.classes-section .slide-wrapper .box-2 ul li.i-2 {
    background: url('../images/trainer.png') no-repeat 1px 0px;
}
.classes-section .slide-wrapper .box-2 ul li.i-3 {
    background: url('../images/contact-1.png') no-repeat -4px 1px;
}
.classes-section .slide-wrapper .box-2 ul li.i-4 {
    background: url('../images/price.png') no-repeat 0px 0px;
}
.classes-section .slide-wrapper .white-box {
    background: rgba(240,240,240,0.9);
    padding: 50px;
    width: 470px;
    margin-left: 170px;
    margin-top: -80px;
}
.classes-section .slide-wrapper .white-box h4 {
    margin: 0 0 20px 0;
    color: #4c4c4c;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.classes-section .slide-wrapper .white-box p {
    color: #808080;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
}
.classes-section .slide-wrapper .white-box .button-box {
    display: inline-block;
    border: 3px solid #ccc;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    width: 190px;
    padding: 10px;
    letter-spacing: 0;
    text-align: center;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    line-height: 1.5em;
}
.classes-section .slide-wrapper .white-box .button-box:hover {
    color: #fff !important;
}
/* =========================== END OUR CLASSES ===================== */


/* =========================== START PATH SECTION ===================== */
.path-section {
    position: relative;
    background: url('../images/slide-1.jpg') top center no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}
.path-section .bg-cover {
    background: rgba(0, 0, 0, 0.7);
    padding: 200px 0 60px;
}
.path-section h3 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 60px;
}
.path-section h5 {
    color: #fff;
    margin: 0;
    text-transform: none;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
}
/* =========================== END PATH SECTION ===================== */

/* =========================== START ABOUT SECTION ===================== */
.about-section {
    padding-top: 80px;
}
.gallery-section{
    padding-top: 80px;
}
/* =========================== END ABOUT SECTION ===================== */

/* =========================== START HOME-PROJECTS SECTION ===================== */

.projects-posts-section .project-post {
    margin-bottom: 20px;
    position: relative;
}
.projects-posts-section .project-post .project-post-hover {
    position: absolute;
    margin: 25px;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    bottom: 0;
}
.projects-posts-section .project-post .project-post-hover .project-post-bg {
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 1000px;
}
.projects-posts-section .project-post .project-post-bg-text {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -37px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.projects-posts-section .project-post:hover .project-post-bg-text {
    opacity: 0;
    filter: alpha(opacity=0);
}
.projects-posts-section .project-post:hover .project-post-hover .project-post-bg {
    border-radius: 0px;
    width: 100%;
    height: 100%;
}
.projects-posts-section .project-post .project-post-bg-text-hidden a {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -37px;
    font-size: 16px;
    line-height: 1.6em;
    font-family: 'Montserrat', sans-serif;
    opacity: 0;
    border: 3px solid #fff;
    display: inline-block;
    filter: alpha(opacity=0);
    margin: -22px auto 0;
    max-width: 140px;
    padding: 6px;
}
.projects-posts-section .project-post .project-post-bg-text-hidden a:hover {
    color: #333;
    background: #fff;
}
.projects-posts-section .project-post:hover .project-post-bg-text-hidden a {
    opacity: 1;
    filter: alpha(opacity=100);
}
/* =========================== END HOME-PROJECTS SECTION ===================== */



/* =========================== START TRAINERS SECTION ===================== */
.trainers-section {
    padding: 90px 0 50px;
}
.trainers-section .trainer {
    margin-bottom: 50px;
    position: relative;
    padding-right: 70px;
    overflow: hidden;
}
.trainers-section .trainer .socials {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    padding: 10px 0;
    margin: 0;
}
.trainers-section .trainer .socials li {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.trainers-section .trainer .socials li a {
    display: block;
    border: 0px dotted #fff;
    line-height: 1.5em;
    margin: auto;
    font-size: 20px;
}
.trainers-section .trainer .socials li a:hover {
    color: #999;
}
.trainers-section .trainer .trainer-info {
    position: absolute;
    top: 0;
    margin: 10px 80px 10px 10px;
    bottom: 0;
    left: 0;
    padding: 30px;
    right: 0;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(76,76,76,0.8);
}
.trainers-section .trainer:hover .trainer-info {
    opacity: 1;
    filter: alpha(opacity=100);
}
.trainers-section .trainer .trainer-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #fff;
    text-transform: uppercase;
}
.trainers-section .trainer .trainer-info h4 span {
    display: block;
    font-size: 12px;
    text-transform: none;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.trainers-section .trainer .trainer-info p {
    margin: 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5em;
    font-weight: 400;
}
/* =========================== END TRAINERS SECTION ===================== */



/* =========================== START BLOG POST ===================== */
.blog-post-section {
    padding: 80px 0 40px;
    overflow: hidden;
}
.blog-post-section .carousel-items {
    padding-top: 40px;
    margin-top: -40px;
}
.blog-entry.blog-entry-single {
    margin-bottom: 60px;
}
.blog-entry.blog-entry-single .entry-header h2 {
    font-size: 22px;
}
.all-socials {
    margin: 40px 0 80px;
    padding: 0;
}
.all-socials li {
    display: inline-block;
    *zoom: 1;
    font-weight: 400;
    *display: inline;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 16px;
    color: #808080;
    text-transform: uppercase;
}
.all-socials li a {
    display: block;
    width: 34px;
    padding-top: 5px;
    height: 34px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #808080;
    color: #808080;
}
.all-socials li a:hover {
    color: #fff;
}
.blog-entry {
    position: relative;
    margin: 0 30px 50px;
}
.blog-entry .entry-footer {
    padding-top: 30px;
}
.blog-entry .entry-footer .entry-author {
    padding-left: 130px;
    position: relative;
}
.blog-entry .entry-footer .entry-author h6 {
    margin-bottom: 5px;
}
.blog-entry .entry-footer .entry-author img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 200px;
    width: 100px;
    height: 100px;
    border: 3px solid;
}
.blog-entry .entry-footer h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 400;
    margin-bottom: 40px;
}
.blog-entry .entry-footer .post-tags {
    margin: 20px 0;
    padding: 0;
}
.blog-entry .entry-footer .post-tags li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 5px;
}
.blog-entry .entry-footer .post-tags li:first-child {
    font-weight: 400;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #808080;
}
.blog-entry .entry-footer .post-tags li a {
    color: #808080;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.blog-entry .entry-content ul, .blog-entry .entry-content ol {
    padding-left: 20px;
}
.blog-entry .entry-content ul li, .blog-entry .entry-content ol li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.5em;
}
.blog-entry .entry-content iframe, .blog-entry .entry-content img {
    margin-bottom: 20px;
}
.single-page .blog-entry .entry-hover {
    position: relative;
    max-width: 100%;
    opacity: 1;
    background: none !important;
    padding: 30px 0 10px;
    filter: alpha(opacity=100);
}
.single-page .blog-entry .entry-hover h2,
.single-page .blog-entry .entry-hover h2 a,
.single-page .blog-entry .entry-hover p {
    color: #4c4c4c;
    margin: 0;
}
.single-page .sticky-wrapper {
    position: absolute;
    left: 0;
    right: 0;
}
.single-page .blog-entry {
    margin: 0 0 100px;
}
.blog-entry .entry-content .read-more {
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    margin: 0;
}
.blog-entry .entry-content .read-more:hover {
    border-bottom: 1px dotted #fff;
}
.blog-entry .entry-hover {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
    color: #fff;
    max-width: 220px;
    filter: alpha(opacity=0);
    opacity: 0;
}
.blog-entry:hover .entry-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.blog-entry .entry-hover img,
.blog-entry .entry-hover i {
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 10px;
}
.blog-entry .entry-hover h2,
.blog-entry .entry-hover h2 a {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.5em;
}
.blog-entry .entry-hover h2 a,
.blog-entry .entry-hover p {
    color: #fff;
    text-align: left;
}
.blog-entry .entry-hover p {
    font-style: italic;
    font-family: 'Playfair Display', serif;
    margin: 0;
}
.blog-entry .entry-date {
    position: absolute;
    width: 200px;
    height: 200px;
    color: #363636;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    left: 0;
    padding: 30px 80px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    z-index: 3;
    margin: -40px 0 0 -40px;
    background: url('../images/date.png') no-repeat left top;
}
.blog-entry .entry-date span {
    display: block;
    font-size: 30px;
    line-height: 1.5em;
}
.blog-entry .entry-header {
    text-align: center;
    padding-top: 40px;
}
.blog-entry .entry-header h2 {
    color: #4c4c4c;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 auto 10px;
}
/* =========================== END BLOG POST ===================== */

/* =========================== START PURCHASE ===================== */

.purchase-section {
    background: url('../images/bg-sale.jpg') no-repeat top center;
    background-size: cover;
    text-align: center;
}
.purchase-section .bg-cover {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.3);
}
.purchase-section:hover .bg-cover {
    background: rgba(0, 0, 0, 0.8);
}
.purchase-section .site-title {
    margin: 0;
}
.purchase-section .site-title a, .purchase-section .site-title h1, .purchase-section .site-title p {
    color: #fff;
}
.purchase-section .site-title p {
    font-size: 30px;
}
.purchase-section .site-title h1 {
    font-size: 50px;
}
.purchase-section .site-title a {
    border: 3px solid #fff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin: 20px auto 0;
}
.purchase-section .site-title a:hover {
    background: #fff;
    color: #333;
}
/* =========================== END PURCHASE ===================== */

/* =========================== START OUR SERVICES SECTION ===================== */

.services-section {
    padding: 80px 0 40px;
}
.services-mark-1 .one-service {
    margin-bottom: 40px;
    padding: 0 0 0 140px;
    position: relative;
}
.services-mark-1 .one-service img {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.services-mark-1 .one-service i {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5px;
    padding: 15px;
    font-size: 33px;
    border-radius: 100px;
    border: 3px solid;
    line-height: 1em;
}
.services-mark-1 .one-service h4 {
    font-weight: 700;
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.services-mark-1 .one-service p {
    font-size: 13px;
    margin: 0;
    color: #808080;
    line-height: 1.5em;
    font-family: 'Montserrat', sans-serif;
}
.services-mark-2 .one-service {
    margin-bottom: 50px;
    padding: 0;
    position: relative;
    padding: 60px 30px 35px;
    text-align: center;
}
.services-mark-2.services-mark-2-add .one-service {
    margin-bottom: 40px;
    border: 2px solid #ebebeb;
    padding: 0;
    position: relative;
    padding: 80px 30px 35px;
    text-align: center;
    border-radius: 0px;
    margin-top: 40px;
}
.services-mark-2 .one-service i {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: -38px auto 0;
    width: 74px;
    border: 3px solid;
    height: 74px;
    padding-top: 2px;
    background: #fff;
    font-size: 40px;
    line-height: 1.6em;
    border-radius: 150px;
}
.services-mark-2.services-mark-2-add .one-service i {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: -62px auto 0;
    width: 120px;
    border: 3px solid;
    height: 120px;
    padding-top: 10px;
    background: #fff;
    font-size: 60px;
    line-height: 1.6em;
    border-radius: 150px;
}
.services-mark-2 .one-service:hover i {
    color: #fff !important;
    border: 3px solid #fff !important;
    box-shadow: 0 0 0 3px #42A7B0;
}
.services-mark-2 .one-service h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    color: #585858;
    text-transform: uppercase;
}
.services-mark-2 .one-service p {
    font-size: 15px;
    line-height: 1.7em;
    color: #777;
    margin-bottom: 20px;
    font-style: italic;
}
.services-mark-2 .one-service .button-1 {
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #777;
    border: 3px solid;
    margin: 0;
}
.services-mark-2 .one-service:hover .button-1 {
    color: #fff;
}
.services-mark-2 .one-service:hover .button-1:hover {
    background: #333 !important;
    border: 3px solid #333 !important;
}
/* =========================== END OUR SERVICES SECTION ===================== */

/* =========================== START CAROUSEL ===================== */

.carousel .container {
    position: relative;
}
.carousel .carousel-arrows i {
    cursor: pointer;
}
.carousel .carousel-arrows .disabled,
.carousel .carousel-arrows i:hover {
    color: #999;
}
.carousel .carousel-items {
    overflow: hidden;
}
.carousel .carousel-items a {
    display: block;
    text-align: center;
}
/* =========================== END CAROUSEL ===================== */

/* =========================== START SITE TITLE ===================== */

.site-title {
    text-align: center;
    margin: 0 auto 70px;
}
.site-title h1 {
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 auto 5px;
    text-transform: uppercase;
    color: #4c4c4c;
}
.site-title p {
    margin: 0 auto 5px;
    color: #808080;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5em;
}
.site-title .site-dots {
    font-weight: 300;
    font-size: 30px;
    line-height: 1em;
    font-family: "Montserrat";
}
.site-title .site-dots .fa-times-2 {
    letter-spacing: -4px;
    font-size: 30px;
    width: 15px;
    font-weight: 100;
    text-align: left;
    vertical-align: top;
}
.site-title .site-dots .fa-times-2::before {
    content: "\f105";
}
.site-title .site-dots .fa-times-2::after {
    content: "\f104";
}
/* =========================== END SITE TITLE ===================== */

/* =========================== START SOCIALS ===================== */

.socials {
    text-align: left;
}
.socials li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 5px 7px 0;
}
.socials li a {
    border: 2px solid #fff;
    display: block;
    text-align: center;
    font-size: 15px;
    border-radius: 100px;
    line-height: 1em;
    color: #fff;
    height: 40px;
    width: 40px;
    padding-top: 11px;
}
.socials.darken li a {
    border: 2px solid #999;
    color: #999;
}
/* =========================== END SOCIALS ===================== */


/* =========================== START FOOTER ===================== */
footer {
    background: #262626;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}
footer .widget {
    margin-bottom: 0px;
}
footer .widget .widget-title {
    color: #fff;
}
footer .logo {
    color: #fff;
    margin: 0 0 20px 0;
}
footer p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}
footer p.copywrite {
    font-size: 13px;
    color: #fff;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    margin: 0;
}
footer .socials {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
}
/* =========================== END FOOTER ===================== */

/* =========================== START COLORS ===================== */

ul li.active>.d-text-c-h, .d-text-c.active, .d-text-c-h.active, .d-text-c-h:hover, .widget.widget-blog-posts ul li:before, .sidebar .widget .twitter_widget ul li a, .testimonials-section .testimonial .testimonial-content p span, .d-text-c {
    color: #42A7B0 !important;
}
.services-mark-2 .one-service:hover .button-1, .services-mark-2 .one-service:hover i, .d-bg-c.active, .d-bg-c-h:hover, .d-bg-c-h.active, .d-bg-c {
    background: #42A7B0 !important;
}
.d-border-c.active, .d-border-c-f:focus, .d-border-c-h:hover, .d-border-c-h.active, .d-border-c {
    border-color: #42A7B0 !important;
}
.tab-widget .nav-tabs li.active a {
    border-top: 4px solid #42A7B0 !important;
}
/* SECOND COLOR */

.s-text-c.active, .s-text-c-h.active, .s-text-c-h:hover, .s-text-c {
    color: #42A7B0 !important;
}
.s-bg-c.active, .s-bg-c-h:hover, .s-bg-c-h.active, .s-bg-c {
    background: #42A7B0 !important;
}
.s-border-c.active, .s-border-c-f:focus, .s-border-c-h:hover, .s-border-c-h.active, .s-border-c {
    border-color: #42A7B0 !important;
}
.white {
    color: #fff;
}
.dark {
    color: #121212;
}
/* =========================== END COLORS ===================== */

/* =========================== START RESPONSIVE ===================== */
@media (max-width: 1200px) {
    .classes-section .slide-wrapper .slide .slide-text {
        position: relative;
    }
    .classes-section .slide-wrapper .white-box {
        margin-left: 0;
        padding-left: 245px;
        width: auto;
        margin-right: 270px;
    }
    .classes-section .slide-wrapper .box-2 {
        margin-top: 0;
    }
}
@media (max-width: 1400px) {
    .slider .slide-text {
        margin: 200px auto 0;
    }
}
@media (max-width: 991px) {
    .classes-section .slide-wrapper .white-box {
        padding: 50px;
        margin-top: 0;
    }
    .classes-section .slider-dots {
        position: relative;
        height: auto !important;
        padding: 20px;
        margin: 0;
    }
    .classes-section .slider-dots li {
        display: inline-block;
        width: 50px;
    }
    .classes-section .slider-dots li.active {
        font-size: 25px;
        color: #42A7B0;
    }
    footer {
        padding-top: 90px;
    }
    .classes-section .slide-wrapper .white-box {
        margin-left: 0;
    }
    .carousel-items .col-md-6,
    .carousel-items .col-md-3,
    .carousel-items .col-md-2,
    .carousel-items .col-md-4 {
        width: 100%;
    }
    .home-page .is-sticky .menu ul li ul li a {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5em;
    }
    .statistics-section .statistic {
        margin-bottom: 80px;
    }
    .img-box {
        text-align: center;
        margin: 0 auto 30px;
    }
    .info-section .under-button {
        margin-bottom: 30px;
    }
    .info-section .info-details.info-details-center,
    .info-section .info-details {
        margin-top: 0;
    }
    .menu>ul {
        margin-top: -40px;
    }
    .is-sticky .menu>ul {
        margin-top: 12px;
    }
    footer .widget {
        margin-bottom:50px;
    }
    .home-page .is-sticky .responsive-menu,
    .single-page .is-sticky .responsive-menu {
        margin-top: -42px;
    }
    .home-page .responsive-menu,
    .single-page .responsive-menu {
        margin-top: -75px;
        display: block;
    }
    .responsive-menu {
        margin-top: -42px;
        display: block;
    }
    .menu ul li ul li ul, .menu ul li ul {
        width: 100% !important;
        margin: 5px 0 0 0 !important;
        padding: 0;
        overflow: visible !important;
        display: block !important;
        position: relative !important;
    }
    .menu ul li ul li a:hover {
        color: #f1f1f1;
    }
    .menu ul li ul li {
        margin-top: 0;
    }
    .menu ul li ul li a {
        font-size: 12px;
        padding: 5px 10px;
        font-weight: 400;
        text-transform: none;
    }
    .menu>ul {
        display: none;
        min-width: 140px;
        position: absolute;
        right: 0;
        z-index: 100;
        padding: 15px 10px 0;
        background: rgba(0, 0, 0, 0.6);
    }
    .menu ul li {
        margin-left: 0;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .menu ul li a {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        display: block;
        color: #fff;
        text-align: left;
    }
    .menu ul li a:hover {
        color: #f1f1f1;
    }
    footer p.copywrite {
        text-align: center;
    }
    .subscription-section h4 {
        margin-bottom: 10px;
    }
}
@media (max-width: 1300px) {
    .classes-section .slider-dots {
        height: 500px;
    }
}
@media (max-width: 1140px) {
    .slider .slide-text {
        margin-top: 150px;
    }
}
@media (max-width: 1040px) {
    .slider .slide-text {
        margin-top: 100px;
    }
}
@media (max-width: 940px) {
    .slider .slide-text {
        margin-top: 50px;
    }
}
@media (max-width: 880px) {
    .slider .slide-text {
        display: none;
    }
    .logo {
        margin-left: 20px;
    }
    .menu {
        margin-right: 20px;
    }
}
@media (max-width: 600px) {
    .our-partners-arrows {
        z-index: 10;
    }
    .our-partners-arrows .prev, .our-partners-arrows .next {
        margin: 0;
    }
    .float-right {
        float: none;
        width: 100%;
    }
    .menu>ul {
        text-align: left;
    }
}
@media (min-width: 991px) {
    .menu>ul {
        display: block !important;
    }
}
@media (max-width: 450px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        width: 100%;
    }
}
/* =========================== END RESPONSIVE ======================= */

/* LOADING */
.load-complete {
    position: fixed;
    background: #262626;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
}
.load-complete .logo {
	color: #fff;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.load-complete .load-position h6 {
    text-align: center;
    color: #fff;
    font-size: 12px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 1px;
}
.load-complete .loading-break {
    position: absolute;
    background: #222;
    width: 6px;
    height: 1px;
}
.load-complete .loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite;
}
@keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
/* === SHORTCODES === */
.button {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 10px;
}
.button:hover {
    opacity: 0.8;
    color: #fff;
}
.button.button-type1 {
    border-radius: 5px;
}
.button.button-type2 {
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 14px;
}
.button.button-large {
    padding: 15px 50px;
}
.button.button-medium {
    padding: 10px 30px;
    font-size: 14px;
}
.button.button-small {
    padding: 8px 20px;
    font-size: 13px;
}
.button-m1 {
    background: #21c2f8;
}
.button-m2 {
    background: #0072a5;
}
.button-m3 {
    background: #ff391f;
}
.button-m4 {
    background: #2cc541;
}
.button-m5 {
    background: #2f383d;
}
.button-m6 {
    background: #76beea;
}
.button-m7 {
    background: #9aa7af;
}
/* ------------------------- ALERT BOX CSS */

.alert-box {
    padding: 10px 35px 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    font-size: 13px;
}
.alert-box button {
    border: 1px solid rgba(0, 0, 0, 0.8);
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    text-transform: lowercase;
    color: rgba(0, 0, 0, 0.8);
    margin-right: -25px;
    border-radius: 30px;
    font-weight: 700;
    padding: 0 1px 0 0;
}
.alert-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}
.alert-box.alert-normal {
    background: #eff5f7;
    border: 1px solid #dcdcdc;
}
.alert-box.alert-normal p {
    color: #959595;
}
.alert-box.alert-warning {
    background: #ffcdc7;
    border: 1px solid #fea094;
}
.alert-box.alert-warning p {
    color: #ff391f;
}
.alert-box.alert-information {
    background: #fff4bb;
    border: 1px solid #ffcc66;
}
.alert-box.alert-information p {
    color: #e99b00;
}
.alert-box.alert-succes {
    background: #c1faa8;
    border: 1px solid #9cff70;
}
.alert-box.alert-succes p {
    color: #6db74c;
}
.alert-box.alert-useful {
    background: #bceeff;
    border: 1px solid #8ae1ff;
}
.alert-box.alert-useful p {
    color: #21c2f8;
}
.alert-box.alert-custom {
    background: #decfdf;
    border: 1px solid #e2b5e5;
}
.alert-box.alert-custom p {
    color: #af75b3;
}
/* ------------------------- TABS CSS */

.tab-widget .nav-tabs {
    width: 100%;
    border-bottom: 0;
}
.tab-widget .nav-tabs li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 !important;
    width: 50%;
}
.tab-widget .nav-tabs li a {
    color: #999;
}
.tab-widget .tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px;
    background: #fff;
}
.tab-widget .nav-tabs li a {
    border: 1px solid #fff;
    border-top: 4px solid #fff;
    border-bottom: 1px solid #ddd;
    padding: 8px 16px;
    border-radius: 0;
    margin: 0;
    display: block;
}
.tab-widget .nav-tabs li a:hover {
    background: none;
}
.tab-widget .nav-tabs li.active a {
    border-top: 4px solid #00a651;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
/* ------------------------- MINI POSTS CSS */

.mini-post {
    margin-bottom: 20px;
}
.mini-post .mini-post-cover {
    margin: 0 0 15px 0;
}
.mini-post .mini-post-cover a {
    display: block;
}
.mini-post .mini-post-cover img {
    width: 100%;
    height: auto;
}
.mini-post h3 a, .mini-post h3 {
    margin: 0;
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}
.mini-post h3 a:hover {
    color: #ec005e;
}
.mini-post h6 {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin: 5px 0 5px 0;
}
.mini-post p {
    font-size: 13px;
    color: #a3a2a2;
    margin: 0;
}
/* ------------------------- ACCORDION CSS */

.panel-heading {
    padding: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body, .panel-default {
    border: 0;
}
.panel-heading h4 a {
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    border: 2px solid #efefef;
    border-left: 0;
    border-right: 0;
    margin-bottom: -5px;
    letter-spacing: 3px;
}
.panel-default > .panel-heading {
    background: none;
}
.panel-body {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
}
/* ------------------------- CAROUSEL CSS */

.our-clients-logo {
    position: relative;
}
.tesla-carousel-items {
    overflow: hidden;
}
.our-partners-arrows {
    position: absolute;
    top: 50%;
    margin: -32px auto 0;
    left: 0;
    right: 0;
    width: 100%;
}
.our-partners-arrows i {
    color: #808080;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.5em;
}
.our-clients-logo .our-partners-arrows {
    margin: -20px auto 0;
}
.our-partners-arrows .next {
    position: absolute;
    right: 0;
    margin-right: -40px;
}
.our-partners-arrows .next i, .our-partners-arrows .prev i {
    padding: 5px;
    font-size: 13px;
}
.our-partners-arrows .prev {
    position: absolute;
    left: 0;
    margin-left: -40px;
}
.our-partners-arrows .next.disabled i:hover, .our-partners-arrows .prev.disabled i:hover, .our-partners-arrows .next.disabled i, .our-partners-arrows .prev.disabled i {
    color: #ccc !important;
    cursor: default;
}
/* ------------------------- TESTIMONIALS CSS */

.testimonials-slider-2 {
    position: relative;
    margin-bottom: 80px;
}
.testimonials-slider-2 ul li {
    list-style: none;
}
.testimonials-slider-2 .testimonials-arrows {
    position: absolute;
    width: 200px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 5;
}
.testimonials-slider-2 .slide-left {
    float: left;
    cursor: pointer;
    margin-top: 60px;
}
.testimonials-slider-2 .slide-right {
    float: right;
    margin-top: 60px;
    cursor: pointer;
}
.testimonials-slider-2 .testimonial {
    list-style: none;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
}
.testimonials-slider-2 .testimonial:first-child {
    position: relative;
}
.testimonials-slider-2 .testimonials-dots {
    text-align: center;
    position: absolute;
    margin: 0 auto -40px;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
}
.testimonials-slider-2 .testimonials-dots li {
    list-style: none;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.testimonials-slider-2 .testimonials-dots li i {
    font-size: 12px;
    color: #808080;
}
.testimonials-slider-2 .testimonials-arrows i {
    font-size: 20px;
    color: #808080;
}
.testimonials-slider-2 .testimonial .testimonial-cover {
    margin-bottom: 20px;
}
.testimonials-slider-2 .testimonial .testimonial-cover img {
    width: 140px;
    height: 140px;
    border-radius: 500px;
    border: 3px solid #686868;
}
.testimonials-slider-2 .testimonial .testimonial-content h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
}
.testimonials-slider-2 .testimonial .testimonial-content p {
    color: #808080;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: 2em;
    font-style: italic;
}
.testimonials-slider-2 .testimonial .testimonial-content h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #787878;
}
.testimonials-slider-2 .testimonial .testimonial-content h3 span {
    text-transform: none;
}
/* ------------------------- PRICING CSS */

.pricing-table-2 {
    border-radius: 10px;
    background: #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 50px;
    box-shadow: 0 0 4px #999;
}
.pricing-table-2 .pricing-table-name {
    text-align: center;
    border-radius: 10px 10px 0 0;
    background: #454545;
    color: #fff;
    font-size: 24px;
    padding: 5px;
    line-height: 1.5em;
    margin-bottom: 40px;
}
.pricing-table-2 .pricing-table-stuff {
    padding: 0 0 20px 0;
    margin: 10px 50px 20px;
    border-bottom: 1px dotted #ccc;
}
.pricing-table-2 .pricing-table-stuff li {
    list-style: none;
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}
.pricing-table-2 .pricing-table-stuff li span {
    font-weight: 700;
}
.pricing-table-2 .pricing-table-price {
    font-size: 80px;
    font-weight: 700;
    color: #333;
    text-align: center;
    vertical-align: top;
    line-height: 1em;
    margin-bottom: 10px;
}
.pricing-table-2 .pricing-table-price span {
    font-size: 20px;
    vertical-align: top;
}
.pricing-table-2 p {
    color: #ccc;
    text-align: center;
}
.styled {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #999;
    font-size: 27px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

@media (max-width: 700px) {
    .timetable ul li:first-child {
        width: 100%;
    }
    .timetable ul li {
        width: 25%;
        border: 1px solid #e1e1e1;
    }
    .timetable .timetable-head li {
        border: 0px solid #e1e1e1;
    }
    .classes-section .slide-wrapper .white-box {
        margin-right: 0;
    }
    .classes-section .slide-wrapper .box-2 {
        position: relative;
        width: auto;
    }
}
