/*
Theme Name: Regie Ottoman
Description: Regie Ottoman
Version: 1.0
Author: Sezgin Yazici
  

CSS STRUCTURE:

    - Custom Fonts
    - Font Icons
    - Global Reset
    - General Styles
    - Floating
    - BS Slider Effects
    - Typography
        - WP Post Formats
    - Main Sections Layout
        - Sections
        - Header
            - Logo
            - Main Header
            - Gray Header
            - Header with Map
        - SideBar
        - Footer
    - Navigation
        - Top Menu
        - Footer Menu
    - Buttons
    - Select Elements
    - Forms & Form Elements
        - Form Elements
        - Styled Checkboxes, Radios
        - Contact Form
        - Widget Forms
        - Comment Form
        - Post Password Form
    - Sliders
        - Main Slider
 

*/
/*-----------------------------------*/
/* Custom Fonts */
/*-----------------------------------*/



/*-----------------------------------*/
/* Font Icons */
/*-----------------------------------*/
@font-face {
    font-family: 'tficons';
    src: url('fonts/tficons.eot');
    src: url('fonts/tficons.eot?#iefix') format('embedded-opentype'), url('fonts/tficons.svg#tficons') format('svg'), url('fonts/tficons.woff') format('woff'), url('fonts/tficons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="tficon-"],
[class*=" tficon-"] {
    font-family: 'tficons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 1px;
}

.tficon-google:before {
    content: "\e600";
}

.tficon-vimeo:before {
    content: "\e601";
}

.tficon-instagram:before {
    content: "\e602";
}

.tficon-like:before {
    content: "\e604";
}

.tficon-trip:before {
    content: "\e605";
}

.tficon-pinterest:before {
    content: "\e606";
}

.tficon-twitter:before {
    content: "\e607";
}

.tficon-facebook:before {
    content: "\e608";
}

.tficon-star:before {
    content: "\e609";
}

.tficon-check:before {
    content: "\e60a";
}

.tficon-calendar:before {
    content: "\e60b";
}

.tficon-home:before {
    content: "\e60c";
}

.tficon-menu:before {
    content: "\e60d";
}

.tficon-chevron-right:before {
    content: "\e60e";
}

.tficon-chevron-left:before {
    content: "\e60f";
}

.tficon-plus:before {
    content: "\e610";
}

.tficon-chevron-right-alt:before {
    content: "\e611";
}

.tficon-chevron-left-alt:before {
    content: "\e612";
}

.tficon-arrow-right:before {
    content: "\e613";
}

.tficon-arrow-left:before {
    content: "\e614";
}

.tficon-arrow-down:before {
    content: "\e615";
}

.tficon-arrow-up:before {
    content: "\e616";
}

.tficon-enter:before {
    content: "\e617";
}

.tficon-chevron-down:before {
    content: "\e618";
}

.tficon-chevron-up:before {
    content: "\e619";
}

.tficon-chevron-down-alt:before {
    content: "\e61a";
}

.tficon-chevron-up-alt:before {
    content: "\e61b";
}

.tficon-dots:before {
    content: "\e61c";
}

.tficon-clock:before {
    content: "\e61d";
}

.tficon-search:before {
    content: "\e61e";
}

.tficon-chevron-right-alt2:before {
    content: "\e61f";
}

.tficon-chevron-left-alt2:before {
    content: "\e620";
}

.tficon-chevron-down-alt2:before {
    content: "\e621";
}

.tficon-chevron-up-alt2:before {
    content: "\e622";
}
/*-----------------------------------*/
/* Global Reset */
/*-----------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
}
/*-----------------------------------*/
/* General Styles */
/*-----------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #999999;
    background: #ffffff;
    position: relative;
}

@media (max-width: 767px) {
    body {
        font-size: 13px;
    }
}

.ie7 body {
    background: none;
    filter: none;
    font-size: 21px;
    color: #d34d5e;
    text-align: center;
    padding-top: 200px;
}

.ie7 .site {
    display: none;
}

::-moz-selection {
    background: #00c8d6;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #00c8d6;
    color: #ffffff;
    text-shadow: none;
}

a {
    color: #008d9f;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

    a:hover,
    a:focus {
        color: #008d9f;
        text-decoration: none;
        outline: none;
    }

    a:active {
        background-color: transparent;
    }

    a.link-red {
        color: #d34d5e;
    }

        a.link-red:hover,
        a.link-red:focus {
            color: #dd7683;
        }

    a.link-underlined {
        text-decoration: underline;
    }

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.gm-style img {
    display: inline-block;
    max-width: none;
}

.rez-btn-6c {
    border-radius: 60px;
    color: #ffffff;
    background: #018d9f;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 15px 50px;
    display: inline-block;
    margin: 15px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.rez-btn-6c:hover {
	color: #f0ecec;
}
.alpha {
    margin-left: 0 !important;
}

.omega {
    margin-right: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-110 {
    margin-bottom: 110px !important;
}

.margin-bottom-120 {
    margin-bottom: 120px !important;
}

.margin-bottom-130 {
    margin-bottom: 130px !important;
}

.margin-bottom-140 {
    margin-bottom: 140px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px !important;
}

.margin-bottom-160 {
    margin-bottom: 160px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}
/* Floating */
/*-----------------------------------*/
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.aligncenter,
.wp-caption {
    margin-bottom: 20px;
}

    img.alignleft,
    .wp-caption.alignleft {
        margin: 0 20px 5px 0;
    }

    img.alignright,
    .wp-caption.alignright {
        margin: 0 0 5px 20px;
    }

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin: 0;
    }

.wp-caption {
    color: #999999;
    max-width: 100%;
}

.wp-caption-text {
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding-right: 10px;
}
/* BS Slider Effects */
/*-----------------------------------*/
/*Fade Effect on BS Slider*/
.fade-effect .item {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.fade-effect .active.item {
    opacity: 1;
}

.fade-effect .active.left,
.fade-effect .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
}
/*Shot Effect on BS Slider*/
.shot-effect .item {
    top: 0;
    left: 0 !important;
    -webkit-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
    -moz-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
    -o-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
    -ms-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
    transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
}

    .shot-effect .item.prev {
        top: 100%;
        z-index: 3;
    }

    .shot-effect .item.next {
        top: -100%;
        z-index: 3;
    }

        .shot-effect .item.prev.left,
        .shot-effect .item.prev.right,
        .shot-effect .item.next.left,
        .shot-effect .item.next.right {
            top: 0;
        }
/*Loading Spinner*/
.spinner {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-top: -50px;
    margin-left: -16px;
}

    .spinner .wBall {
        position: absolute;
        width: 30px;
        height: 30px;
        opacity: 0;
        -moz-transform: rotate(225deg);
        -moz-animation: orbit 4.4s infinite;
        -webkit-transform: rotate(225deg);
        -webkit-animation: orbit 4.4s infinite;
        -ms-transform: rotate(225deg);
        -ms-animation: orbit 4.4s infinite;
        -o-transform: rotate(225deg);
        -o-animation: orbit 4.4s infinite;
        transform: rotate(225deg);
        animation: orbit 4.4s infinite;
    }

        .spinner .wBall .wInnerBall {
            position: absolute;
            width: 4px;
            height: 4px;
            background: #ffffff;
            left: 0px;
            top: 0px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

    .spinner #wBall_1 {
        -moz-animation-delay: 0.96s;
        -webkit-animation-delay: 0.96s;
        -ms-animation-delay: 0.96s;
        -o-animation-delay: 0.96s;
        animation-delay: 0.96s;
    }

    .spinner #wBall_2 {
        -moz-animation-delay: 0.19s;
        -webkit-animation-delay: 0.19s;
        -ms-animation-delay: 0.19s;
        -o-animation-delay: 0.19s;
        animation-delay: 0.19s;
    }

    .spinner #wBall_3 {
        -moz-animation-delay: 0.38s;
        -webkit-animation-delay: 0.38s;
        -ms-animation-delay: 0.38s;
        -o-animation-delay: 0.38s;
        animation-delay: 0.38s;
    }

    .spinner #wBall_4 {
        -moz-animation-delay: 0.58s;
        -webkit-animation-delay: 0.58s;
        -ms-animation-delay: 0.58s;
        -o-animation-delay: 0.58s;
        animation-delay: 0.58s;
    }

    .spinner #wBall_5 {
        -moz-animation-delay: 0.77s;
        -webkit-animation-delay: 0.77s;
        -ms-animation-delay: 0.77s;
        -o-animation-delay: 0.77s;
        animation-delay: 0.77s;
    }

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}
/*-----------------------------------*/
/* Typography */
/*-----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
    margin-bottom: .4em;
    word-wrap: break-word;
    font-weight: 100;
    color: #291c1c;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Noto Serif', serif;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 33px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 13px;
}

    h1 span,
    h2 span,
    h3 span,
    h4 span,
    h5 span,
    h6 span {
        color: #00c8d6;
    }

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #291c1c;
    }

        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover {
            color: #00c8d6;
        }

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

small {
    font-size: 85%;
}

i {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-style: normal;
}

p {
    font-size: 13px;
    line-height: 1.8em;
    word-wrap: break-word;
    margin-bottom: 1em;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 15px;
    }

    p {
        font-size: 13px;
    }
}

@media (max-width: 479px) {
    h1,
    h2 {
        font-size: 22px;
    }

    p {
        font-size: 13px;
    }
}
/* WP Post Formats */
/*-----------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
/* List Markers */
.list-disc li {
    list-style: disc inside;
}

.list-circle li {
    list-style: circle inside;
}

.list-square li {
    list-style: square inside;
}
/* Blockquotes */
blockquote {
    padding: 15px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #ebeff0;
}

    blockquote p,
    blockquote ul,
    blockquote ol {
        margin-bottom: 2em !important;
    }

        blockquote p:last-child,
        blockquote ul:last-child,
        blockquote ol:last-child {
            margin-bottom: 0 !important;
        }

.quote_right,
.quote_left,
.quote_center {
    font-size: 15px;
    width: 40%;
    line-height: 1.5em;
}

.quote_left {
    float: left;
    padding: 3px 20px 3px 0;
}

.quote_right {
    float: right;
    padding: 3px 0 3px 20px;
}

.quote_center {
    display: block;
    width: 100%;
    margin: 20px auto;
}

.frame_quote {
    background: #f3f7f9;
    margin: 5px 0 20px;
    border: 1px solid #e6e6e6;
    padding: 15px 20px;
    border-radius: 4px;
}

    .frame_quote blockquote {
        margin: 0;
        padding: 0;
        line-height: 1.5em;
        border: none;
        color: #d34d5e;
        font-weight: normal;
    }

        .frame_quote blockquote .inner {
            padding: 2px 15px;
        }

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #ebeff0;
    border-left: 0;
    text-align: right;
}

blockquote:before,
blockquote:after {
    content: "";
}
/*Dropcaps*/
.dropcap1,
.dropcap2 {
    font-family: 'Montserrat', sans-serif;
    display: block;
    float: left;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #291c1c;
    margin: 0 10px 0 0;
}

.dropcap2 {
    font-style: italic;
}
/*Text Highlights*/
[class^="highlight-"] {
    color: #fff;
}

.highlight-primary {
    background: #00c8d6;
}

.highlight-info {
    background: #46b8da;
}

.highlight-danger {
    background: #e61c17;
}

.highlight-warning {
    background: #d45967;
}

.highlight-brown {
    background: #b75d1b;
}

.highlight-teal {
    background: #14b096;
}

.highlight-black {
    background: #000;
}

.highlight-purple {
    background: #6d59d6;
}
/*General Typography in Posts*/
.post ul,
.comment-content ul,
.post ol,
.comment-content ol {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .post ul li {
        margin-bottom: 10px;
    }

        .post ul li i {
            margin-right: 10px;
        }

.post ul,
.comment-content ul {
    /*list-style-type: disc;*/
}

    .post ul ul,
    .comment-content ul ul {
        list-style-type: circle;
    }

        .post ul ul ul,
        .comment-content ul ul ul {
            list-style-type: square;
        }

.post ol,
.comment-content ol {
    list-style-type: decimal;
}

    .post ul ul,
    .comment-content ul ul,
    .post ol ol,
    .comment-content ol ol,
    .post ul ol,
    .comment-content ul ol,
    .post ol ul,
    .comment-content ol ul {
        margin-bottom: 0;
    }

.post li,
.comment-content li {
    margin: 5px 0;
    font-size: 15px;
}

.post strong,
.comment-content strong {
    font-weight: 700;
}

.post pre,
.comment-content pre {
    display: block;
    padding: 10px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #ccc;
}

.post q::before,
.comment-content q::before {
    content: open-quote;
}

.post q::after,
.comment-content q::after {
    content: close-quote;
}

.post q,
.comment-content q {
    quotes: "\00ab" "\00bb";
}

.post tt,
.comment-content tt,
.post var,
.comment-content var {
    font-style: italic;
}

@media (max-width: 991px) {
    .post li,
    .comment-content li li {
        font-size: 13px;
    }
}

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.4em;
}

dt {
    font-weight: 700;
    color: #291c1c;
}

dd {
    margin-bottom: 10px;
}

address {
    line-height: 1.8em;
    margin-bottom: 2em;
}
/*Post Formats Icons*/
.entry-format:before {
    font-family: 'FontAwesome';
    content: "";
    color: #00c8d6;
    margin-right: 5px;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.entry-format:hover:before {
    color: #0aefff;
}

.post.format-gallery .entry-format:before {
    content: "\f083";
}

.post.format-image .entry-format:before {
    content: "\f03e";
}

.post.format-audio .entry-format:before {
    content: "\f028";
}

.post.format-video .entry-format:before {
    content: "\f03d";
}

.post.format-aside .entry-format:before {
    content: "\f06a";
}

.post.format-status .entry-format:before {
    content: "\f0a1";
}

.post.format-link .entry-format:before {
    content: "\f0c1";
}

.post.format-quote .entry-format:before {
    content: "\f10d";
}

@media (max-width: 479px) {
    blockquote {
        padding: 9px 12px;
    }

    .quote_right,
    .quote_left,
    .quote_center {
        float: none;
        width: 100%;
        padding: 0;
    }
}
/*-----------------------------------*/
/* Main Sections Layout */
/*-----------------------------------*/
.site-main {
}
/*-----------------------------------*/
/* Sections */
/*-----------------------------------*/
.main-row {
    padding: 10px 0;
}

.main-row-thin {
    padding: 65px 0;
}

.main-row-slim {
    padding: 0 !important;
}

.main-row-gray {
    background-color: #ebeff0;
}

.main-row.border-top {
    border-top: 2px solid #ebeff0;
}

.main-row.border-bottom {
    border-bottom: 2px solid #ebeff0;
}

@media (max-width: 1199px) {
    .main-row {
        padding: 10px 0;
    }

    .main-row-thin {
        padding: 59px 0;
    }
}

@media (max-width: 991px) {
    .main-row {
        padding: 70px 0;
    }

    .main-row-thin {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .main-row,
    .main-row-thin {
        padding: 40px 0;
    }
}

@media (max-width: 479px) {
    .main-row,
    .main-row-thin {
        padding: 30px 0;
    }
}
/*-----------------------------------*/
/* Header */
/*-----------------------------------*/
.site-header {
    background-color: #1a1212;
    height: 80px;
}

.header {
    background-color: #1a1212;
    position: relative;
    z-index: 999;
}

    .header.sticky {
        position: fixed;
        top: -100px;
        left: 0;
        right: 0;
        z-index: 9999;
        -webkit-transition: top 0.2s ease-out;
        -moz-transition: top 0.2s ease-out;
        -o-transition: top 0.2s ease-out;
        -ms-transition: top 0.2s ease-out;
        transition: top 0.2s ease-out;
    }

    .header.sticky-on,
    .header.sticky-scrolled {
        top: 0;
    }

@media (max-width: 767px) {
    .site-header {
        height: 0;
    }
}
/*Logo*/
/*-----------------------------------*/
.site-logo {
    position: relative;
    z-index: 2;
    height: 156px;
    width: 230px;
    line-height: 145px;
    margin: 0 auto;
    background: #FFF;
    padding: 24px 20px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
    margin-top: -74px;
    border: 1px solid #56565A;
    border-bottom: 0px;
}

    .site-logo a {
        display: inline-block;
        width: 100%;
        color: #999999;
        font-size: 20px;
        font-weight: 700;
        text-indent: -9000px;
        background: url(../imgs/logo.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

.site-logo-alt {
    display: none;
    position: absolute;
    top: 45px;
    left: 50%;
    z-index: 1;
    margin-left: -570px;
    font-size: 22px;
    font-weight: 700;
    color: #291c1c;
}

    .site-logo-alt span {
        display: block;
        font-size: .5em;
        text-transform: uppercase;
        padding: 8px 10px;
        border: 2px solid #291c1c;
        margin-top: .8em;
    }

@media (max-width: 1199px) {
    .site-logo-alt {
        margin-left: -470px;
    }
}

@media (max-width: 991px) {
    .site-logo-alt {
        margin-left: -360px;
    }

    .site-logo a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .site-logo-alt {
        top: 15px;
        left: 15px;
        margin-left: 0;
    }
}
/* Main Header */
/*-----------------------------------*/
.main-header {
    position: relative;
    text-align: center;
}

.main-slider .item,
.page-header {
    background-position: center center;
    background-repeat: repeat-x;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    padding: 240px 0 40px;
    padding: 20% 0px;
    margin: 0;
    border: none;
    /*min-height: 670px;*/
}

.page-header {
    padding-top: 105px;
}

    .page-header .animated {
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
    }

    .page-header .btn span {
        padding: 0 50px;
    }

.page-desc {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.9);
    line-height: 2.2em;
    width: auto;
    margin: 0 auto 10px;
}
/* Page Title, Section Title */
.page-title-before,
.section-title-before {
    font-size: 16px;
    color: #008d9f;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-family: 'Noto Serif', serif;
    font-size: 21px;
    font-weight: 100;
}

.page-title {
    font-size: 42px;
    font-weight: 100;
    color: #ffffff;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .page-header {
        padding-top: 85px;
        min-height: 560px;
    }

    .page-title {
        font-size: 38px;
        margin-bottom: 50px;
    }

    .page-desc {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .page-header {
        padding-top: 80px;
        min-height: 500px;
    }

    .page-title-before,
    .section-title-before {
        margin-bottom: .5em;
    }

    .page-title {
        font-size: 34px;
    }

    .page-desc {
        line-height: 1.6em;
    }
}

@media (max-width: 767px) {
    .page-header {
        padding-top: 64px;
        padding-bottom: 20px;
    }

    .page-title-before,
    .section-title-before {
        font-size: 15px;
    }

    .page-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .page-desc {
        margin-bottom: 50px;
        width: auto;
        font-size: 13px;
    }
}

@media (max-width: 479px) {
    .page-header {
        padding-top: 50px;
        min-height: 440px;
    }

    .page-title-before,
    .section-title-before {
        font-size: 13px;
    }

    .page-title {
        font-size: 22px;
    }

    .page-desc {
        margin-bottom: 35px;
    }

    .main-header .btn {
        display: block;
    }

        .main-header .btn span,
        .main-header .btn input {
            padding: 0 5px;
        }
    #reservationFooter {
        height: auto !important;
    }

        
    #reservationFooter .field-select.pull-left {
        width: 50% !important;
        text-align: center !important;
        margin-bottom: 10px !important;

            }
    #reservationFooter .btn-gray {
width: 100% !important;
min-width: inherit !important;
}

}
/* Gray Header */
/*-----------------------------------*/
.main-header-gray {
    background-color: #ebeff0;
}

    .main-header-gray .spinner {
        display: none;
    }

    .main-header-gray .page-header {
        background-image: none !important;
        padding: 40px 0 26px;
        min-height: 0;
    }

    .main-header-gray .page-title,
    .main-header-gray .page-desc {
        color: #291c1c;
    }

    .main-header-gray .main-page .page-title p { text-align: center; }
    .main-header-gray .main-page .page-title p:first-child { font-size: .9em; }
    .main-header-gray .main-page .page-title {
        border-bottom: 1px solid #d4d4d4;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .main-header-gray .page-title {
        font-size: 38px;
        /*Ekleme*/
        font-size: 19px;
        font-weight: 100;
    }

@media (max-width: 1199px) {
    .main-header-gray .page-header {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .main-header-gray .page-header {
        padding-top: 80px;
    }

    .main-header-gray .page-title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .main-header-gray .page-header {
        padding-top: 70px;
    }

    .main-header-gray .page-title {
        font-size: 32px;
    }
}

@media (max-width: 479px) {
    .main-header-gray .page-header {
        padding-top: 60px;
    }

    .main-header-gray .page-title {
        font-size: 22px;
    }
}
/* Header with Map */
/*-----------------------------------*/
.main-header-map {
    height: 100%;
    padding: 0px;
}

    .main-header-map .page-header {
        position: relative;
        z-index: 1;
        height: 100%;
        /*background-color: #291c1c;
  background-color: rgba(0, 0, 0, 0.7);*/
        background: url(../imgs/map-bg.png) !important;
        background-size: 100% 100% !important;
    }

        .main-header-map .page-header .page-title {
            color: #ffffff;
        }

        .main-header-map .page-header .page-desc {
            color: #ffffff;
        }

            .main-header-map .page-header .page-desc strong {
                display: block;
                font-weight: 400;
                color: #fee77c;
            }

            .main-header-map .page-header .page-desc span {
                display: block;
                font-size: 19px;
            }
/* Google Map */
.map {
    float: left;
    width: 100%;
    height: 394px;
}

    .map .gmap-tooltip {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #999999;
        text-align: left;
        line-height: 1.4em;
    }

        .map .gmap-tooltip strong {
            font-size: 15px;
            color: #291c1c;
            margin-bottom: .6em;
        }

@media (max-width: 1199px) {
    .main-header-map,
    .main-header-map .page-header,
    .map {
        height: 560px;
    }
}

@media (max-width: 991px) {
    .main-header-map,
    .main-header-map .page-header,
    .map {
        height: 500px;
    }
}

@media (max-width: 479px) {
    .main-header-map,
    .main-header-map .page-header,
    .map {
        height: 440px;
    }

        .main-header-map .page-header .page-desc span {
            font-size: 15px;
        }
}
/* Header on Blog Page */
/*-----------------------------------*/
.main-header-blog .page-header {
    padding-top: 156px;
}

    .main-header-blog .page-header .page-title {
        margin-bottom: 45px;
    }

@media (max-width: 1199px) {
    .main-header-blog .page-header {
        padding-top: 94px;
    }
}

@media (max-width: 767px) {
    .main-header-blog .page-header .page-title {
        font-size: 31px;
    }
}

@media (max-width: 479px) {
    .main-header-blog .page-header {
        padding-top: 72px;
    }

        .main-header-blog .page-header .page-title {
            font-size: 20px;
            margin-bottom: 30px;
        }
}
/*-----------------------------------*/
/* SideBar */
/*-----------------------------------*/
.sidebar .inner {
    border-left: 1px solid #ebeff0;
    margin-left: 59px;
    padding-left: 30px;
}
/* SideBar on the Left */
.sidebar-left .content-area {
    float: right;
}

.sidebar-left .sidebar {
    float: left;
}

    .sidebar-left .sidebar .inner {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        border-right: 1px solid #ebeff0;
        margin-right: 59px;
        padding-right: 30px;
    }
/* Full Width */
.full-width .content-area {
    width: 100%;
    margin-bottom: 130px;
}

.full-width .sidebar {
    width: 100%;
}

    .full-width .sidebar .inner {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }

@media (max-width: 1199px) {
    .sidebar .inner {
        margin-left: 15px;
    }

    .sidebar-left .sidebar .inner {
        margin-right: 15px;
    }

    .full-width .content-area {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .sidebar .inner {
        margin-left: 0;
        padding-left: 15px;
    }

    .sidebar-left .sidebar .inner {
        margin-right: 0;
        padding-right: 15px;
    }

    .full-width .content-area {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .sidebar .inner {
        padding-left: 0;
        border: none;
    }

    .sidebar-left .sidebar .inner {
        padding-right: 0;
        border: none;
    }

    .content-area {
        margin-bottom: 60px;
    }
}

@media (max-width: 479px) {
    .content-area {
        margin-bottom: 40px;
    }
}
/*-----------------------------------*/
/* Footer */
/*-----------------------------------*/
.site-footer {
    text-align: center;
    padding-bottom: 70px;
}

    .site-footer .footer-social {
        width: 154px;
        height: 36px;
        background-size: auto 100%;
        float: left;
        margin-top: 20px;
        text-align: left;
        z-index: 10;
    }

        .site-footer .footer-social li {
            display: inline-block;
            margin: 0 0 0 12px;
        }

            .site-footer .footer-social li a {
                display: block;
                font-family: 'FontAwesome';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                padding: 0px;
                font-size: 20px;
                color: #999999;
                -webkit-transition: color 0.2s ease;
                -moz-transition: color 0.2s ease;
                -o-transition: color 0.2s ease;
                -ms-transition: color 0.2s ease;
                transition: color 0.2s ease;
            }

                .site-footer .footer-social li a.link-facebook:before {
                    content: "\f09a";
                }

                .site-footer .footer-social li a.link-twitter:before {
                    content: "\f099";
                }


                .site-footer .footer-social li a.link-instagram:before {
                    content: "\f16d";
                }

                .site-footer .footer-social li a.link-fsq:before {
                    content: "\f180";
                }

                .site-footer .footer-social li a.link-facebook:hover {
                    color: #3b5998;
                    background: #fff;
                    border-radius: 50%;
                }

                .site-footer .footer-social li a.link-twitter:hover {
                    color: #0cc2ef;
                    background: #fff;
                    border-radius: 50%;
                }

                .site-footer .footer-social li a.link-instagram:hover {
                    color: #4b3d35;
                    background: #fff;
                    border-radius: 50%;
                }

                .site-footer .footer-social li a.link-fsq:hover {
                    color: #dd7683;
                    background: #fff;
                    border-radius: 50%;
                }

		.site-footer .disabledperson {
		    width: 150px;
        	    height: 161px;
                    float: right;
                    margin-left: 20px;
	            text-align: left;
	            z-index: 10;
		}

    .site-footer .copyright {
        font-size: 12px;
        line-height: 1.4em;
        float: left;
        padding: 0px 12px;
        text-align: left;
    }

@media (max-width: 991px) {
    .site-footer {
        padding-bottom: 60px;
    }

        .site-footer .footer-social {
            padding: 0px 0;
            margin-bottom: 0px;
        }

        .site-footer .copyright {
            padding: 0px 0px;
        }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 60px;
    }

        .site-footer .footer-social {
            padding: 55px 0;
            margin-bottom: 60px;
        }
}

@media (max-width: 479px) {
    .site-footer {
        padding-bottom: 40px;
    }

        .site-footer .footer-social {
            padding: 40px 0;
            margin-bottom: 40px;
        }

            .site-footer .footer-social li {
                margin: 0 4px;
            }

        .site-footer .copyright {
            line-height: 1.2em;
        }
}
/*-----------------------------------*/
/* Navigation */
/*-----------------------------------*/
/* Top Menu */
/*-----------------------------------*/
.primary-navigation {
    position: absolute;
    width: 100%;
    top: 40px;
    top: 55px;
    left: 0px;
    padding: 8px 0px;
    background: #56565a;
    z-index: 0;
}

    .primary-navigation .nav-menu {
        text-align: center;
    }

#mobile-navigation {
    display: none !important;
}

.slicknav_menu {
    display: none;
}

.nav-menu li {
    position: relative;
}

    .nav-menu li a {
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: #999999;
        /*text-transform: uppercase;*/
        white-space: nowrap;
    }

    .nav-menu li:hover > a,
    .nav-menu li.active > a,
    .nav-menu li.current-menu-item > a {
        color: #008d9f;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        -o-transition: color 0.2s ease;
        -ms-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

    .nav-menu li ul {
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        position: absolute;
        top: 0;
        left: 100%;
        padding-left: 2px;
    }

        .nav-menu li ul.left {
            left: auto;
            right: 100%;
            padding-left: 0;
            padding-right: 2px;
        }

        .nav-menu li ul li a {
            padding: 14px 30px;
            border-top: 1px solid #0e0909;
            background-color: #1a1212;
        }

        .nav-menu li ul li:first-child a {
            border-top: none;
        }

    .nav-menu li.parent > a:before {
        font-family: 'tficons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 1px;
        content: '\e61f';
        position: absolute;
        top: 15px;
        right: 10px;
    }

.nav-menu > li {
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    /*IE Fix*/
}

    .nav-menu > li > a {
        height: 80px;
        line-height: 80px;
        padding: 0 10px;
    }

    .nav-menu > li > ul {
        top: 80px;
        left: 0;
        z-index: 9499;
        padding-left: 0;
    }

    .nav-menu > li.parent > a:before {
        display: none;
    }

.nav-menu .mega-nav > ul {
    width: 750px;
    background-color: #1a1212;
}

.nav-menu .mega-nav .mega-nav-widget {
    float: left;
    width: 250px;
    padding: 20px 20px 30px;
    font-size: 13px;
}

    .nav-menu .mega-nav .mega-nav-widget .widget {
        margin-bottom: 0;
    }

    .nav-menu .mega-nav .mega-nav-widget ul {
        position: static;
    }

    .nav-menu .mega-nav .mega-nav-widget a {
        display: inline;
        border: none;
        padding: 0;
        font-weight: 400;
        text-transform: none;
        white-space: normal;
    }

        .nav-menu .mega-nav .mega-nav-widget a:hover {
            color: #ffffff;
        }

    .nav-menu .mega-nav .mega-nav-widget li:hover > a {
        color: inherit;
    }

    .nav-menu .mega-nav .mega-nav-widget li > a:hover {
        color: #ffffff;
    }

    .nav-menu .mega-nav .mega-nav-widget .post-thumbnail {
        margin-bottom: 18px;
    }

    .nav-menu .mega-nav .mega-nav-widget .entry-title {
        display: inline-block;
        font-size: 15px;
        line-height: 1.2em;
        margin-bottom: 8px;
    }

        .nav-menu .mega-nav .mega-nav-widget .entry-title a {
            font-size: 15px;
        }

    .nav-menu .mega-nav .mega-nav-widget .post .entry-title {
        font-size: 20px;
    }

        .nav-menu .mega-nav .mega-nav-widget .post .entry-title a {
            font-size: 20px;
            color: #ffffff;
        }

    .nav-menu .mega-nav .mega-nav-widget .entry-meta {
        font-size: 11px;
    }

        .nav-menu .mega-nav .mega-nav-widget .entry-meta a {
            font-size: 11px;
        }

    .nav-menu .mega-nav .mega-nav-widget p {
        font-size: 13px;
        line-height: 1.4em;
    }

    .nav-menu .mega-nav .mega-nav-widget .recent-posts li {
        margin-bottom: 21px;
    }

        .nav-menu .mega-nav .mega-nav-widget .recent-posts li:last-child {
            margin-bottom: 0;
        }

    .nav-menu .mega-nav .mega-nav-widget .twitter li {
        margin-bottom: 30px;
    }

        .nav-menu .mega-nav .mega-nav-widget .twitter li:last-child {
            margin-bottom: 0;
        }
/* IE Fixes */
.ie8 .nav-menu > li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII=);
}

.ie8 .nav-menu ul,
.ie9 .nav-menu ul {
    display: none;
}

.ie8 .nav-menu > li:hover ul,
.ie9 .nav-menu > li:hover ul {
    display: block;
}
/* Open Menu Button */
#menu-call {
    display: none;
    position: absolute;
    top: 48px;
    left: 40px;
    z-index: 1;
    font-size: 16px;
    color: #291c1c;
}
/*Mobile Menu*/
.slicknav_menu {
    background-color: #323232;
    padding: 0px;
    z-index: 999;
    position: fixed;
    width: 100%;
}

    .slicknav_menu:before,
    .slicknav_menu:after {
        content: '';
        display: table;
    }

    .slicknav_menu:after {
        clear: both;
    }

    .slicknav_menu .slicknav_btn {
        position: relative;
        float: right;
        padding: 10px;
        font-size: 16px;
        line-height: 1.2em;
        cursor: pointer;
    }

    .slicknav_menu .slicknav_icon {
        float: left;
        margin: 0 0 0 .438em;
    }

        .slicknav_menu .slicknav_icon .slicknav_icon-bar {
            display: block;
            width: 1.125em;
            height: 0.125em;
            margin-top: 0.188em;
            background-color: #ffffff;
        }

    .slicknav_menu .slicknav_menutxt {
        float: left;
        font-weight: 700;
        line-height: 1.2em;
        color: #ffffff;
        display: none;
    }

    .slicknav_menu .slicknav_nav {
        clear: both;
        color: #999999;
        margin: 0;
        padding: 0;
        font-size: 13px;
        text-transform: uppercase;
        background: #1D1D1D;
    }

        .slicknav_menu .slicknav_nav a {
            font-family: 'Noto Serif', serif;
            font-size: 17px;
            font-weight: 700;
            display: inline-block;
            padding: 10px;
            color: #999999;
        }

            .slicknav_menu .slicknav_nav a:hover {
                color: #ffffff;
            }

        .slicknav_menu .slicknav_nav .slicknav_arrow {
            font-size: 0.8em;
            margin: 0 0 0 0.4em;
            color: #999999;
        }

        .slicknav_menu .slicknav_nav .slicknav_item {
            padding: 10px;
        }

            .slicknav_menu .slicknav_nav .slicknav_item a {
                padding: 0;
                margin: 0;
            }

        .slicknav_menu .slicknav_nav ul {
            padding: 0;
            margin: 0 0 0 20px;
        }

        .slicknav_menu .slicknav_nav [role='menuitem'] {
            outline: none;
        }

        .slicknav_menu .slicknav_nav .mega-nav ul,
        .slicknav_menu .slicknav_nav .mega-nav .slicknav_arrow {
            display: none !important;
        }

@media (max-width: 1299px) {
    #menu-call {
        top: 16px;
        left: 50%;
        margin-left: -570px;
    }
}

@media (max-width: 1199px) {
    #menu-call {
        margin-left: -470px;
    }
}

@media (max-width: 991px) {
    #menu-call {
        margin-left: -360px;
    }

    .nav-menu > li > a {
        padding: 0 4px;
    }
}

@media (max-width: 768px) {

    .slicknav_menu .slicknav_nav {
        padding: 60px 0px 10px 0px;
        width: 100% !important;
    }

    .calendar-slider .calendar-item:first-child a .more {
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        display: none;
    }

    .main-row .calendar-slider {
        -webkit-transform: translateY(280px);
        -ms-transform: translateY(280px);
        transform: translateY(280px);
    }

    #menu-call,
    .primary-navigation .nav-menu,
    .site-logo {
        display: none;
    }

    .slicknav_menu,
    .slicknav_menu .site-logo {
        display: block;
    }

    .site-header {
        display: none;
    }

    .post-slider {
        position: relative !important;
        left: 0px !important;
        top: 0px !important;
        margin-top: 0px !important;
        width: 100%;
    }

    #primary {
        position: relative !important;
        left: 0px !important;
        top: 0px !important;
        margin-top: 49px !important;
        width: 100%;
        height: auto !important;
        border-radius: 0px !important;
    }

    .main-row, .main-row-thin {
        padding: 0px;
    }
}
/* Footer Menu */
/*-----------------------------------*/
.site-footer .nav-menu {
    margin-bottom: 5px;
    text-align: left;
}

    .site-footer .nav-menu > li > a {
        height: 34px;
        line-height: 38px;
        padding: 0 5px;
        text-align: center;
        font-family: 'Arial', sans-serif;
        font-weight: 100;
        font-size: 12px;
    }

    .site-footer .nav-menu li {
        margin: 0 5px;
    }

        .site-footer .nav-menu li:first-child {
            margin-left: 0px;
        }

        .site-footer .nav-menu li.active > a,
        .site-footer .nav-menu li.current-menu-item > a {
            color: #291c1c !important;
        }

        .site-footer .nav-menu li a {
            height: auto;
            line-height: 1;
            padding: 0;
            color: #999;
            font-family: 'Noto Serif', serif;
font-size: 14px;
font-weight: 100;
color: #291c1c;
        }

            .site-footer .nav-menu li a:hover {
                color: #008d9f !important;
            }

    .site-footer .nav-menu ul {
        display: none !important;
    }

@media (max-width: 767px) {
    .site-footer .nav-menu {
        margin-bottom: 30px;
    }

        .site-footer .nav-menu li {
            margin: 0;
            margin-bottom: 10px;
            float: left;
            width: 25%;
            padding: 0 15px;
            text-align: left;
        }
}

@media (max-width: 767px) {
    .site-footer .nav-menu {
        margin-bottom: 20px;
    }

        .site-footer .nav-menu li {
            margin: 0;
            margin-bottom: 10px;
            float: left;
            width: 25%;
            padding: 0 15px;
            text-align: left;
        }
}

@media (max-width: 479px) {
    .site-footer .nav-menu li {
        width: 50%;
    }
}
/*-----------------------------------*/
/* Buttons */
/*-----------------------------------*/
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background-color: transparent;
    outline: none;
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus {
        outline: none;
    }

.btn {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    vertical-align: top;
}

    .btn span,
    .btn input {
        display: block;
        width: 100%;
        padding: 0 26px;
        height: 38px;
        line-height: 34px;
        outline: none;
        font-size: 13px;
        font-weight: 100;
        color: #ffffff;
        text-transform: uppercase;
        white-space: nowrap;
        font-family: 'Noto Serif', serif;
        border-radius: 0;
        border-width: 0px;
        background: #008d9f;
        color: #FFFFFF;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .btn i {
        font-size: 200%;
        vertical-align: middle;
        margin-right: .2em;
    }

    .btn.btn-padding-big span,
    .btn.btn-padding-big input {
        padding: 0 20px;
    }

    .btn.btn-small span,
    .btn.btn-small input {
        height: 42px;
        line-height: 38px;
        font-size: 13px;
    }

    .btn.btn-big span,
    .btn.btn-big input {
        height: 74px;
        line-height: 70px;
        font-size: 20px;
        padding: 0 50px;
    }

    .btn.btn-full span,
    .btn.btn-full input {
        padding: 0 5px;
    }

    .btn.btn-transparent span,
    .btn.btn-transparent input {
        color: #008991;
        background-color: transparent;
    }

    .btn.btn-full {
        display: block;
    }

    .btn:active,
    .btn.active {
        top: 2px;
    }

        .btn:hover span,
        .btn:hover input,
        .btn:active span,
        .btn:active input,
        .btn.hover span,
        .btn.hover input,
        .btn.active span,
        .btn.active input {
            background-color: #56565a;
            color: #FFF;
        }

    .btn.btn-transparent:hover span,
    .btn.btn-transparent:hover input,
    .btn.btn-transparent:active span,
    .btn.btn-transparent:active input,
    .btn.btn-transparent.hover span,
    .btn.btn-transparent.hover input,
    .btn.btn-transparent.active span,
    .btn.btn-transparent.active input {
        background-color: #00c8d6;
        color: #ffffff;
    }

    .btn.btn-black span,
    .btn.btn-black input {
        background-color: #291c1c;
        border-color: #291c1c;
        color: #ffffff;
    }

    .btn.btn-black.btn-transparent span,
    .btn.btn-black.btn-transparent input {
        background-color: transparent;
        color: #291c1c;
    }

    .btn.btn-black:hover span,
    .btn.btn-black:hover input,
    .btn.btn-black:active span,
    .btn.btn-black:active input,
    .btn.btn-black.hover span,
    .btn.btn-black.hover input,
    .btn.btn-black.active span,
    .btn.btn-black.active input {
        background-color: transparent;
        color: #291c1c;
    }

    .btn.btn-black.btn-transparent:hover span,
    .btn.btn-black.btn-transparent:hover input,
    .btn.btn-black.btn-transparent:active span,
    .btn.btn-black.btn-transparent:active input,
    .btn.btn-black.btn-transparent.hover span,
    .btn.btn-black.btn-transparent.hover input,
    .btn.btn-black.btn-transparent.active span,
    .btn.btn-black.btn-transparent.active input {
        background-color: #291c1c;
        color: #ffffff;
    }

    .btn.btn-red span,
    .btn.btn-red input {
        background-color: #d34d5e;
        border-color: #d34d5e;
        color: #ffffff;
    }

    .btn.btn-red.btn-transparent span,
    .btn.btn-red.btn-transparent input {
        background-color: transparent;
        color: #d34d5e;
    }

    .btn.btn-red:hover span,
    .btn.btn-red:hover input,
    .btn.btn-red:active span,
    .btn.btn-red:active input,
    .btn.btn-red.hover span,
    .btn.btn-red.hover input,
    .btn.btn-red.active span,
    .btn.btn-red.active input {
        background-color: transparent;
        color: #d34d5e;
    }

    .btn.btn-red.btn-transparent:hover span,
    .btn.btn-red.btn-transparent:hover input,
    .btn.btn-red.btn-transparent:active span,
    .btn.btn-red.btn-transparent:active input,
    .btn.btn-red.btn-transparent.hover span,
    .btn.btn-red.btn-transparent.hover input,
    .btn.btn-red.btn-transparent.active span,
    .btn.btn-red.btn-transparent.active input {
        background-color: #d34d5e;
        color: #ffffff;
    }

    .btn.btn-yellow span,
    .btn.btn-yellow input {
        background-color: #fed516;
        border-color: #fed516;
        color: #ffffff;
    }

    .btn.btn-yellow.btn-transparent span,
    .btn.btn-yellow.btn-transparent input {
        background-color: transparent;
        color: #fed516;
    }

    .btn.btn-yellow:hover span,
    .btn.btn-yellow:hover input,
    .btn.btn-yellow:active span,
    .btn.btn-yellow:active input,
    .btn.btn-yellow.hover span,
    .btn.btn-yellow.hover input,
    .btn.btn-yellow.active span,
    .btn.btn-yellow.active input {
        background-color: transparent;
        color: #fed516;
    }

    .btn.btn-yellow.btn-transparent:hover span,
    .btn.btn-yellow.btn-transparent:hover input,
    .btn.btn-yellow.btn-transparent:active span,
    .btn.btn-yellow.btn-transparent:active input,
    .btn.btn-yellow.btn-transparent.hover span,
    .btn.btn-yellow.btn-transparent.hover input,
    .btn.btn-yellow.btn-transparent.active span,
    .btn.btn-yellow.btn-transparent.active input {
        background-color: #fed516;
        color: #ffffff;
    }

    .btn.btn-gray span,
    .btn.btn-gray input {
        background-color: #999999;
        border-color: #999999;
        color: #ffffff;
    }

    .btn.btn-gray.btn-transparent span,
    .btn.btn-gray.btn-transparent input {
        background-color: transparent;
        color: #999999;
    }

    .btn.btn-gray:hover span,
    .btn.btn-gray:hover input,
    .btn.btn-gray:active span,
    .btn.btn-gray:active input,
    .btn.btn-gray.hover span,
    .btn.btn-gray.hover input,
    .btn.btn-gray.active span,
    .btn.btn-gray.active input {
        background-color: transparent;
        color: #999999;
    }

    .btn.btn-gray.btn-transparent:hover span,
    .btn.btn-gray.btn-transparent:hover input,
    .btn.btn-gray.btn-transparent:active span,
    .btn.btn-gray.btn-transparent:active input,
    .btn.btn-gray.btn-transparent.hover span,
    .btn.btn-gray.btn-transparent.hover input,
    .btn.btn-gray.btn-transparent.active span,
    .btn.btn-gray.btn-transparent.active input {
        background-color: #999999;
        color: #ffffff;
    }

    .btn.btn-green span,
    .btn.btn-green input {
        background-color: #299929;
        border-color: #299929;
        color: #ffffff;
    }

    .btn.btn-green.btn-transparent span,
    .btn.btn-green.btn-transparent input {
        background-color: transparent;
        color: #299929;
    }

    .btn.btn-green:hover span,
    .btn.btn-green:hover input,
    .btn.btn-green:active span,
    .btn.btn-green:active input,
    .btn.btn-green.hover span,
    .btn.btn-green.hover input,
    .btn.btn-green.active span,
    .btn.btn-green.active input {
        background-color: transparent;
        color: #299929;
    }

    .btn.btn-green.btn-transparent:hover span,
    .btn.btn-green.btn-transparent:hover input,
    .btn.btn-green.btn-transparent:active span,
    .btn.btn-green.btn-transparent:active input,
    .btn.btn-green.btn-transparent.hover span,
    .btn.btn-green.btn-transparent.hover input,
    .btn.btn-green.btn-transparent.active span,
    .btn.btn-green.btn-transparent.active input {
        background-color: #299929;
        color: #ffffff;
    }
/*-----------------------------------*/
/* Select Elements */
/*-----------------------------------*/
.cusel,
#cuselBox .cusel-scroll-wrap,
#cuselBox .jScrollPaneContainer,
#cuselBox .cusel-scroll-pane {
    width: 100% !important;
}

.cusel {
    display: inline-block;
    position: relative;
    z-index: 2;
    outline: none;
    padding: 0;
}

.cuselOpen {
    z-index: 999;
}

.cuselText label::selection {
    background-color: transparent;
}
/* Right Arrow */
.cuselFrameRight {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 34px;
    cursor: pointer;
    text-align: center;
}

    .cuselFrameRight:before {
        content: "\f107";
        font-family: 'FontAwesome';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 1px;
        font-size: 17px;
        color: #999;
        line-height: 44px;
    }
/* Selected Item */
.cuselText {
    cursor: pointer;
    /* Needed for iPad */
    height: 40px;
}

    .cuselText label {
        width: 100%;
        height: 100%;
        line-height: 44px;
        font-size: 13px;
        font-weight: 700;
        color: #999999;
        overflow: hidden;
        white-space: nowrap;
        /*text-overflow: ellipsis;*/
        text-transform: uppercase;
        text-align: left;
        padding: 0 34px 0 12px;
    }
/* Select List */
#cuselBox {
    position: absolute;
    z-index: 999;
    /*background: #282828;*/
    padding: 5px 0;
    text-align: left;
    background-color: #FFFFFF;
    -webkit-box-shadow: 15px 15px 25px 0px rgba(0,0,0,.3);
    box-shadow: 15px 15px 25px 0px rgba(0,0,0,.3);
    border-top: 1px solid #EDEDED;
}

    #cuselBox .jScrollPaneContainer {
        position: relative;
        overflow: hidden;
    }

    #cuselBox .cusel-scroll-pane {
        padding-right: 0 !important;
    }

    #cuselBox span {
        display: block;
        cursor: pointer;
        /* Needed for iPad */
        padding: 0 8px;
    }

        #cuselBox span[val=hide] {
            display: none;
        }

        #cuselBox span label {
            display: block;
            cursor: pointer;
            padding: 8px 4px;
            position: relative;
            border-top: 1px dashed #EAEAEA;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 12px;
            font-weight: 100;
            text-align: center;
            color: #a0a9ac;
            text-transform: uppercase;
            -webkit-touch-callout: none;
        }

    #cuselBox .cusel-scroll-pane span:first-child label {
        border-top-width: 0px;
    }

    #cuselBox span:hover label,
    #cuselBox span.cuselOptHover label,
    #cuselBox span.cuselActive label {
        color: #008d9f;
    }
    /*Optgroup*/
    #cuselBox span.optgroup {
        cursor: default;
    }

        #cuselBox span.optgroup label {
            cursor: default;
            padding: 11px 0;
            font-size: 14px;
            font-weight: 700;
            color: #00c8d6;
        }
    /*Disabled Option*/
    #cuselBox span.disabled {
        cursor: default;
    }

        #cuselBox span.disabled label {
            cursor: default;
            color: #bdbdbd;
        }
    /* Scrolling */
    #cuselBox .jScrollPaneTrack {
        width: 4px !important;
        position: absolute;
        top: 0;
        right: 2px;
        bottom: 0;
    }

    #cuselBox .jScrollPaneDrag {
        position: absolute;
        cursor: pointer;
        width: 100% !important;
        background: #999999;
    }
/*
.jScrollArrowUp,
.jScrollArrowDown {
    width: 10px !important;
    height: 8px;
    position: absolute;
    top: 0;
    right: 3px;
    cursor: pointer;
}
.jScrollArrowDown {
    top: auto;
    bottom: 0;
}
.jScrollArrowUp:before,
.jScrollArrowDown:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #b8c901;
}
.jScrollArrowDown:before {
    border-top: 8px solid #b8c901;
    border-bottom: none;
}*/
/* BMI Calculator */
.bmi-calc .cuselFrameRight {
    display: none;
}

.bmi-calc .cuselText label {
    padding: 0 6px 0 12px;
}
/*-----------------------------------*/
/* Forms & Form Elements */
/*-----------------------------------*/
/* Form Elements */
/*-----------------------------------*/
:-moz-placeholder {
    font-size: 13px;
    font-weight: 100;
    color: #494949;
    text-transform: capitalize;
}

::-moz-placeholder {
    font-size: 13px;
    font-weight: 100;
    color: #494949;
    text-transform: capitalize;
}

:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 100;
    color: #494949;
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 100;
    text-transform: capitalize;
    color: #494949;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input,
textarea,
input[type="submit"]:focus,
button:focus {
    outline: none;
}

select.select-styled {
    visibility: hidden;
}

label,
input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: top;
    margin: 0;
    border-radius: 0;
    font-size: inherit;
    line-height: normal;
}

    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
        -moz-appearance: checkbox;
        appearance: checkbox;
        margin: 0;
    }

    input[type="radio"] {
        -webkit-appearance: radio;
        -moz-appearance: radio;
        appearance: radio;
        margin: 0;
    }

    input[type="text"],
    input[type="password"],
    input[type="search"],
    input[type="url"],
    input[type="email"],
    textarea {
        border: none;
        background-color: #F4F4F4;
        padding: 0 9px;
        font-size: 13px;
        font-weight: 700;
        color: #291c1c;
        text-transform: lowercase;
        width: 100%;
        height: 44px;
        margin: 0;
        text-overflow: ellipsis;
    }

textarea {
    padding: 14px 10px;
    height: 200px;
    resize: vertical;
    overflow: auto;
    text-transform: none;
}

.ie8 input[type="text"],
.ie8 input[type="password"],
.ie8 input[type="search"],
.ie8 input[type="url"],
.ie8 input[type="email"] {
    line-height: 44px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
}

.field-text.buttoned input[type="text"],
.field-text.buttoned input[type="password"],
.field-text.buttoned input[type="search"],
.field-text.buttoned input[type="url"],
.field-text.buttoned input[type="email"] {
    padding-right: 44px;
}

.field-text.white input[type="text"],
.field-text.white input[type="password"],
.field-text.white input[type="search"],
.field-text.white input[type="url"],
.field-text.white input[type="email"],
.field-text.white textarea {
    background-color: #ffffff;
}

button {
    border: none;
    background: none;
    padding: 0;
}

.field-text button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    font-size: 13px;
    color: #291c1c;
}

.field-text,
.field-select {
    margin-bottom: 10px;
    position: relative;
}

    .field-text.pull-left,
    .field-select.pull-left,
    .field-text.pull-right,
    .field-select.pull-right {
        width: 48%;
    }

.label-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #d34d5e;
    text-transform: uppercase;
    cursor: default;
    margin-bottom: 8px;
}
/* Dark Form Elements */
.form-dark :-moz-placeholder {
    font-size: 13px;
    font-weight: 100;
    color: #777777;
    text-transform: none;
}

.form-dark ::-moz-placeholder {
    font-size: 13px;
    font-weight: 100;
    color: #777777;
    text-transform: none;
}

.form-dark :-ms-input-placeholder {
    font-size: 13px;
    font-weight: 100;
    color: #777777;
    text-transform: none;
}

.form-dark ::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 100;
    color: #777777;
    text-transform: none;
}

.form-dark input[type="text"],
.form-dark input[type="password"],
.form-dark input[type="search"],
.form-dark input[type="url"],
.form-dark input[type="email"],
.form-dark textarea {
    font-size: 13px;
    font-weight: 100;
    color: #777777;
    background-color: transparent;
    border: 1px solid #D8D8D8;
    text-transform: none;
    height: 36px;
}

.form-dark textarea {
    height: 90px;
}

.form-dark .ie8 input[type="text"],
.form-dark .ie8 input[type="password"],
.form-dark .ie8 input[type="search"],
.form-dark .ie8 input[type="url"],
.form-dark .ie8 input[type="email"] {
    line-height: 52px;
}

.form-dark .label-title {
    font-size: 14px;
    color: #291c1c;
    margin-bottom: 11px;
    letter-spacing: 1px;
}
/*Responsive*/
@media (max-width: 479px) {
    .field-text.pull-left,
    .field-select.pull-left,
    .field-text.pull-right,
    .field-select.pull-right {
        width: 100%;
        float: none !important;
    }

    .field-text,
    .field-select {
        margin-bottom: 20px;
    }

    .box-gray .field-text {
        margin-bottom: 30px;
    }

    .form-dark .label-title {
        font-size: 13px;
        letter-spacing: 0;
    }
}
/* Styled Checkboxes, Radios */
/*-----------------------------------*/
.custom-checkbox,
.custom-radio {
    position: relative;
}

    .custom-checkbox::selection,
    .custom-radio::selection {
        background: transparent;
        color: inherit;
    }

    .custom-checkbox input,
    .custom-radio input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .custom-checkbox label,
    .custom-radio label {
        position: relative;
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        color: #d34d5e;
        line-height: 17px;
        text-transform: uppercase;
        padding: 0 0 0 23px;
        margin-bottom: 10px;
        cursor: pointer;
        min-height: 17px;
    }

        .custom-checkbox label::selection,
        .custom-radio label::selection {
            background: transparent;
            color: inherit;
        }

        .custom-checkbox label.focus,
        .custom-radio label.focus {
            outline: none;
        }

        .custom-checkbox label:before,
        .custom-radio label:before,
        .custom-checkbox label:after,
        .custom-radio label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
        }

        .custom-checkbox label:before,
        .custom-radio label:before {
            width: 17px;
            height: 17px;
            border: 1px solid #999999;
        }

        .custom-checkbox label.checked:after,
        .custom-radio label.checked:after {
            width: 9px;
            height: 9px;
            margin: 4px;
            background-color: #00c8d6;
        }

        .custom-radio label:before,
        .custom-radio label.checked:after {
            border-radius: 50%;
        }

@media (max-width: 991px) {
    .custom-checkbox label,
    .custom-radio label {
        font-size: 11px;
    }
}
/* Contact Form */
/*-----------------------------------*/
.contact-form {
    margin: 10px 10px 0 0px;
}

    .contact-form .field-text,
    .contact-form .field-select {
        margin-bottom: 10px;
    }

@media (max-width: 1199px) {
    /*.contact-form {
    margin: 0 0 0 60px;
  }
  .contact-form .field-text,
  .contact-form .field-select {
    margin-bottom: 50px;
  }*/
    #reservation .btn-gray {
        padding: 9px 0px !important;
        min-width: 40px !important;
    }

    #reservation .btn i {
        font-size: 14px;
        margin-top: -4px;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .contact-form {
        margin: 0;
    }

        .contact-form .field-text,
        .contact-form .field-select {
            margin-bottom: 40px;
        }
}

@media (max-width: 479px) {
    .contact-form .field-text,
    .contact-form .field-select {
        margin-bottom: 30px;
    }

    .contact-form .btn {
        display: block;
    }

        .contact-form .btn span,
        .contact-form .btn input {
            padding: 0 5px;
        }
}
/* Widget Forms */
/*-----------------------------------*/
/*.widget input[type="text"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="url"],
.widget input[type="email"],
.widget textarea {
  font-size: 15px;
  font-weight: 700;
  color: #291c1c;
  background-color: transparent;
  border: 2px solid #291c1c;
  text-transform: none;
  height: 47px;
}*/
.widget .ie8 input[type="text"],
.widget .ie8 input[type="password"],
.widget .ie8 input[type="search"],
.widget .ie8 input[type="url"],
.widget .ie8 input[type="email"] {
    line-height: 47px;
}
/*.widget .field-text button {
  width: 47px;
  height: 47px;
  font-size: 15px;
  color: #00c8d6;
}*/
/* Comment Form */
/*-----------------------------------*/
.comment-reply-title {
    text-transform: uppercase;
    margin-bottom: 1em;
}

.comment-form {
    margin-bottom: 72px;
    background-color: #d4dcdf;
    padding: 55px 27px 20px;
}

    .comment-form p {
        width: 46%;
        margin: 0 2% 33px;
        float: left;
    }

    .comment-form .comment-form-comment,
    .comment-form .form-submit {
        float: right;
    }

    .comment-form label {
        font-size: 13px;
        font-weight: 700;
        color: #291c1c;
        text-transform: uppercase;
        margin-bottom: 1em;
    }

    .comment-form :-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #291c1c;
        text-transform: none;
    }

    .comment-form ::-moz-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #291c1c;
        text-transform: none;
    }

    .comment-form :-ms-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #291c1c;
        text-transform: none;
    }

    .comment-form ::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #291c1c;
        text-transform: none;
    }

    .comment-form input[type="text"],
    .comment-form input[type="password"],
    .comment-form input[type="search"],
    .comment-form input[type="url"],
    .comment-form input[type="email"],
    .comment-form textarea {
        font-size: 14px;
        font-weight: 400;
        color: #291c1c;
        background-color: #ffffff;
        text-transform: none;
        height: 44px;
    }

    .comment-form textarea {
        height: 206px;
        line-height: 1.8em;
        padding: 10px 16px;
    }

    .comment-form .ie8 input[type="text"],
    .comment-form .ie8 input[type="password"],
    .comment-form .ie8 input[type="search"],
    .comment-form .ie8 input[type="url"],
    .comment-form .ie8 input[type="email"] {
        line-height: 44px;
    }

    .comment-form .optional {
        display: block;
        font-size: 12px;
    }

    .comment-form input[type="submit"],
    .comment-form input[type="reset"] {
        position: relative;
        height: 44px;
        border: 2px solid #00c8d6;
        padding: 0 36px;
        font-size: 12px;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        background-color: #00c8d6;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

        .comment-form input[type="submit"]:hover,
        .comment-form input[type="reset"]:hover {
            background-color: transparent;
            color: #00c8d6;
        }

        .comment-form input[type="submit"]:active,
        .comment-form input[type="reset"]:active {
            top: 2px;
        }

    .comment-form .ie8 input[type="submit"],
    .comment-form .ie8 input[type="reset"] {
        line-height: 40px;
    }

    .comment-form input[type="reset"] {
        float: right;
        padding: 0 14px;
        color: #291c1c;
        background-color: transparent;
        border-color: #291c1c;
    }

        .comment-form input[type="reset"]:hover {
            color: #ffffff;
            background-color: #291c1c;
            border-color: #291c1c;
        }

@media (max-width: 1199px) {
    .comment-form input[type="submit"],
    .comment-form input[type="reset"] {
        font-size: 11px;
        padding: 0 14px;
    }
}

@media (max-width: 991px) {
    .comment-form {
        margin-bottom: 60px;
        padding: 32px 20px 0;
    }

        .comment-form input[type="submit"],
        .comment-form input[type="reset"] {
            float: none;
            width: 100%;
            margin-bottom: 10px;
        }
}

@media (max-width: 767px) {
    .comment-form {
        margin-bottom: 40px;
    }
}

@media (max-width: 479px) {
    .comment-form {
        margin-bottom: 20px;
        padding: 20px 15px 0;
    }

        .comment-form label {
            margin-bottom: .2em;
        }

        .comment-form p {
            width: 100%;
            margin: 0 0 20px;
            float: none !important;
        }
}
/* Post Password Form */
/*-----------------------------------*/
.post-password-form input[type="submit"] {
    padding: 0 26px;
    height: 44px;
    line-height: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    border: 2px solid #00c8d6;
    border-radius: 0;
    background-color: #00c8d6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: bottom;
}

    .post-password-form input[type="submit"]:hover {
        background-color: transparent;
        color: #00c8d6;
    }

@media (max-width: 479px) {
    .post-password-form label,
    .post-password-form input[type="submit"] {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}
/*-----------------------------------*/
/* Sliders */
/*-----------------------------------*/
/* Main Slider */
/*-----------------------------------*/
.main-slider {
    background-color: #1a1212;
    text-align: left;
    max-width: 1300px;
    margin: 0px auto;
    /*Controls*/
    box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

    .main-slider .animated {
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
    }

    .main-slider .page-title {
        font-size: 40px;
        font-weight: 100;
        margin-top: .3em;
        text-shadow: 1px 1px 1px #000;
        font-family: 'Noto Serif', serif;
        text-align: center;
    }

    .main-slider .page-desc {
        font-size: 28px;
        color: #f8bc26;
        line-height: 1em;
        /* padding: 31px 10px 29px 36px; */
        margin: 0 60px 14px 20px;
        position: relative;
        width: auto;
        text-shadow: 1px 1px 1px #000;
        font-family: 'Open Sans Condensed', sans-serif;
    }

        .main-slider .page-desc .angle {
            content: '';
            width: 0;
            height: 0;
            border-top: 100px solid #422424;
            border-top: 100px solid rgba(0, 0, 0, 0.65);
            border-right: 60px solid transparent;
            position: absolute;
            top: 0;
            right: -60px;
            display: none;
        }

    .main-slider .carousel-control {
        display: none;
    }

    .main-slider .carousel-indicators {
        top: 420px;
        left: 50%;
        bottom: auto;
        z-index: 15;
        width: auto;
        padding: 0;
        margin: 0 0 0 -567px;
    }

        .main-slider .carousel-indicators li {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 0 3px 0 0;
            border: 2px solid #ffffff;
            border-radius: 50%;
        }

            .main-slider .carousel-indicators li.active {
                background-color: #ffffff;
            }

@media (max-width: 1199px) {
    .main-slider .carousel-indicators {
        margin-left: -470px;
    }

    .main-slider .page-title {
        font-size: 42px;
    }

    .main-slider .item {
        padding-top: 170px;
        min-height: 560px;
    }
}

@media (max-width: 991px) {
    .main-slider .carousel-indicators {
        margin-left: -360px;
    }

    .main-slider .page-title {
        font-size: 34px;
    }

    .main-slider .item {
        padding-top: 120px;
        min-height: 500px;
    }

    .main-slider .page-desc {
        font-size: 18px;
        padding: 14px 4px 20px 20px;
    }
}

@media (max-width: 767px) {
    .tabs_framed .nav-tabs li a {
        font-size: 14px !important;
    }

    .post-slider .carousel-inner {
        height: auto !important;
    }

    #primary {
        padding-top: 14px;
    }

        #primary .post-details {
            padding: 0px !important;
        }

    #main-slider .container {
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
        width: auto !important;
        padding-top: 199px;
    }

    .main-slider .carousel-indicators {
        left: 15px;
        margin-left: 0;
    }

    .main-slider .page-title {
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .main-slider .page-desc {
        font-size: 16px;
        padding: 4px 4px 20px 20px;
    }

    .main-slider .item {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .main-slider .carousel-indicators {
        -webkit-animation-duration: 0;
        animation-duration: 0;
    }

        .main-slider .carousel-indicators li {
            width: 20px;
            height: 20px;
            margin: 0 8px 0 0;
        }
}

@media (max-width: 479px) {
    .main-slider .page-title {
        font-size: 19px;
    }

    .main-slider .item {
        padding-top: 60px;
        min-height: 440px;
    }

    .main-slider .page-desc {
        font-size: 19px;
        margin-right: 0;
    }

        .main-slider .page-desc .angle {
            display: none;
        }
}
/* Workout Slider */
/*-----------------------------------*/
.workout-slider {
    text-align: center;
    /*Controls*/
}

    .workout-slider .btn {
        margin-top: 68px;
    }

        .workout-slider .btn span {
            padding: 0 40px;
        }

    .workout-slider .item {
        padding-top: 110px;
    }

        .workout-slider .item p {
            font-size: 13px;
            color: #ffffff;
            line-height: 2em;
        }

    .workout-slider .page-title {
        font-size: 38px;
        margin: 0 0 2.1em;
    }

    .workout-slider .title {
        position: relative;
        font-weight: 400;
        color: #ffffff;
        margin-bottom: 1em;
    }

        .workout-slider .title i {
            font-size: 40px;
            position: absolute;
            top: -11px;
            left: 0;
        }

    .workout-slider .text-left {
        margin-bottom: 20px;
    }

        .workout-slider .text-left .title {
            padding-left: 50px;
        }

    .workout-slider .text-right {
        margin-bottom: 20px;
    }

        .workout-slider .text-right .title {
            padding-right: 50px;
        }

            .workout-slider .text-right .title i {
                left: auto;
                right: 0;
            }

    .workout-slider .carousel-indicators {
        display: none;
    }

    .workout-slider .carousel-control {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        width: 20px;
        height: 40px;
        line-height: 40px;
        margin: -36px 0 0 -570px;
        border: none;
        opacity: 1;
        font-size: 40px;
        color: #ffffff;
        text-shadow: none;
        text-align: center;
    }

        .workout-slider .carousel-control.left,
        .workout-slider .carousel-control.right {
            background: none;
            filter: none;
        }

        .workout-slider .carousel-control.right {
            margin-left: 550px;
        }

@media (max-width: 1199px) {
    .workout-slider .item {
        padding-top: 70px;
    }

    .workout-slider .page-title {
        margin-bottom: 1.4em;
    }

    .workout-slider .carousel-control.left {
        margin-left: -500px;
    }

    .workout-slider .carousel-control.right {
        margin-left: 480px;
    }

    .workout-slider .title {
        font-size: 19px;
    }

    .workout-slider .btn {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .workout-slider .item {
        padding-top: 45px;
    }

    .workout-slider .page-title {
        font-size: 34px;
        margin-bottom: 1em;
        padding: 0 20px;
    }

    .workout-slider .carousel-control.left,
    .workout-slider .carousel-control.right {
        top: 106px;
        margin-left: 0;
        left: 5px;
    }

    .workout-slider .carousel-control.right {
        left: auto;
        right: 5px;
    }

    .workout-slider .title {
        font-size: 17px;
    }

    .workout-slider .btn,
    .workout-slider .workout-rating {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .workout-slider .item {
        min-height: 640px;
        padding-top: 40px;
    }

        .workout-slider .item p {
            line-height: 1.4em;
        }

    .workout-slider .page-title {
        font-size: 28px;
    }

    .workout-slider .carousel-control.left,
    .workout-slider .carousel-control.right {
        top: 98px;
    }
}

@media (max-width: 479px) {
    .workout-slider .item {
        min-height: 520px;
    }

    .workout-slider .page-title {
        font-size: 22px;
    }

    .workout-slider .carousel-control.left,
    .workout-slider .carousel-control.right {
        top: 92px;
    }

    .workout-slider .workout-rating {
        display: none;
    }
}
/* Categories Slider */
/*-----------------------------------*/
.categories-slider {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 43px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

    .categories-slider .caroufredsel_wrapper {
        margin: 0 auto !important;
    }

    .categories-slider .categories-item {
        float: left;
    }

        .categories-slider .categories-item a {
            display: block;
            height: 24px;
            line-height: 24px;
            font-size: 13px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            padding-left: 30px;
            margin: 0 30px;
            position: relative;
        }

            .categories-slider .categories-item a:before {
                content: '';
                width: 24px;
                height: 24px;
                border: 2px solid #00c8d6;
                border-radius: 50%;
                position: absolute;
                top: 0;
                left: 0;
            }

            .categories-slider .categories-item a:after {
                content: '';
                width: 10px;
                height: 10px;
                background-color: transparent;
                border-radius: 50%;
                position: absolute;
                top: 7px;
                left: 7px;
                -webkit-transition: background-color 0.3s ease;
                -moz-transition: background-color 0.3s ease;
                -o-transition: background-color 0.3s ease;
                -ms-transition: background-color 0.3s ease;
                transition: background-color 0.3s ease;
            }

            .categories-slider .categories-item.active a:after,
            .categories-slider .categories-item a:hover:after {
                background-color: #00c8d6;
            }

    .categories-slider .prev,
    .categories-slider .next {
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 24px;
        color: #ffffff;
        height: 24px;
        line-height: 24px;
        margin-top: -12px;
    }

    .categories-slider .next {
        left: auto;
        right: 0;
    }

@media (max-width: 991px) {
    .categories-slider {
        padding: 26px 0;
    }

        .categories-slider .categories-item a {
            margin: 0 20px;
        }
}

@media (max-width: 479px) {
    .categories-slider {
        padding: 20px 0;
    }
}
/* Personal Trainer Button */
/*-----------------------------------*/
.personal-trainer .btn {
    margin-top: 17px;
}

@media (max-width: 991px) {
    .personal-trainer .section-title {
        font-size: 35px;
    }

    .personal-trainer .btn span {
        height: 56px;
        line-height: 52px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .personal-trainer .section-title {
        font-size: 22px;
    }
}
/* Frequently Asked Questions */
/*-----------------------------------*/
.faq .section-title-before {
    text-align: center;
}

.faq .section-title {
    font-size: 38px;
    text-align: center;
    margin-bottom: 100px;
}

.faq .faq-item {
    margin: 0 30px 30px;
}

    .faq .faq-item .title {
        font-weight: 400;
    }

@media (max-width: 1199px) {
    .faq .faq-item {
        margin: 0 20px 30px;
    }
}

@media (max-width: 991px) {
    .faq .section-title {
        font-size: 34px;
        margin-bottom: 80px;
    }

    .faq .faq-item {
        margin: 0 0 30px;
    }
}

@media (max-width: 767px) {
    .faq .section-title {
        font-size: 22px;
        margin-bottom: 40px;
    }
}
/* Contact Address */
/*-----------------------------------*/
.contact-address {
    margin-bottom: 30px;
}

    .contact-address .title {
        font-size: 15px;
        font-weight: 600;
        margin: 1.4em 0 .1em;
    }

    .contact-address p {
        font-weight: 400;
        color: #291c1c;
        line-height: 1.7em;
        margin: 0;
    }

@media (max-width: 1199px) {
    .contact-address {
        margin-left: 60px;
    }
}

@media (max-width: 991px) {
    .contact-address {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .contact-address {
        padding-left: 0;
        border: none;
    }
}
/* BMI Calculator */
/*-----------------------------------*/
.bmi-calc {
    height: 85px;
    padding-left: 10px;
    margin-bottom: 20px;
    text-align: left;
}

    .bmi-calc .switch {
        font-size: 11px;
    }

    .bmi-calc .select-section,
    .bmi-calc .input-section {
        position: relative;
        padding-right: 50px;
    }

        .bmi-calc .select-section .input-label,
        .bmi-calc .input-section .input-label {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 44px;
            text-transform: uppercase;
            height: 44px;
            line-height: 44px;
            font-size: 13px;
            font-weight: 700;
            color: #291c1c;
        }

        .bmi-calc .select-section input.error,
        .bmi-calc .input-section input.error {
            box-shadow: inset 0 0 0 1px #f00;
        }

    .bmi-calc .select-section {
        width: 60%;
    }

    .bmi-calc .input-section {
        width: 38%;
        padding-right: 32px;
    }

        .bmi-calc .input-section .input-label {
            width: 26px;
        }

    .bmi-calc .system-metric .input-section {
        width: 46%;
    }

    .bmi-calc .field-text,
    .bmi-calc .field-select {
        margin-bottom: 0;
    }

    .bmi-calc .bmi-results {
        padding: 0 20px;
    }

        .bmi-calc .bmi-results strong {
            font-size: 32px;
            color: #438333;
            line-height: 72px;
        }

            .bmi-calc .bmi-results strong.exceed {
                color: #A82626;
            }

        .bmi-calc .bmi-results dl {
            width: 140px;
            float: right;
            margin-bottom: 0;
        }

            .bmi-calc .bmi-results dl dt,
            .bmi-calc .bmi-results dl dd {
                float: left;
                width: 50%;
                font-size: 11px;
                color: #291c1c;
                margin-bottom: 8px;
            }

.postlist-3wide .bmi-calc {
    margin-bottom: -12px;
}

@media (max-width: 991px) {
    .bmi-calc {
        padding-left: 0;
    }

        .bmi-calc .bmi-results {
            padding: 0 5px;
        }
}

@media (max-width: 479px) {
    .bmi-calc .field-text.pull-left,
    .bmi-calc .field-select.pull-left {
        width: 48%;
        float: left !important;
    }

    .bmi-calc .field-text.pull-right,
    .bmi-calc .field-select.pull-right {
        width: 48%;
        float: right !important;
    }

    .bmi-calc .select-section {
        width: 60%;
    }

    .bmi-calc .system-normal .input-section {
        width: 38%;
    }

    .bmi-calc .system-metric .input-section {
        width: 46%;
    }
}
/* Rating Stars */
/*-----------------------------------*/
.rating {
    display: inline-block;
    margin: 0 12px;
    vertical-align: -16%;
}

    .rating .tficon-star {
        float: left;
        padding: 0 2px;
        font-size: 18px;
        color: #ffffff;
    }

        .rating .tficon-star.voted {
            color: #fed516;
        }
/*Rating Line in Header*/
.page-header .workout-rating {
    margin: -40px 0 40px;
}

    .page-header .workout-rating > span {
        font-size: 13px;
        color: #fed516;
        text-transform: uppercase;
    }
/*Rating Circle in Header*/
.workout-slider .workout-rating {
    width: 164px;
    height: 164px;
    background-color: #1a1212;
    border-radius: 50%;
    padding-top: 24px;
    margin: 6px auto 20px;
}

    .workout-slider .workout-rating > span {
        display: block;
        font-size: 11px;
        color: #999999;
        text-transform: uppercase;
        margin: 20px 0 18px 0;
    }
/*Rating Button*/
.rating-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    .rating-button .inner {
        padding: 0 12px 0 26px;
        height: 56px;
        line-height: 52px;
        outline: none;
        font-size: 14px;
        font-weight: 700;
        color: #00c8d6;
        white-space: nowrap;
        border: 2px solid #00c8d6;
        border-radius: 0;
        background-color: transparent;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .rating-button:hover .inner,
    .rating-button:active .inner {
        background-color: #00e0f0;
        border-color: #00e0f0;
        color: #ffffff;
    }

    .rating-button:active {
        top: 2px;
    }

    .rating-button .rating {
        line-height: normal;
        cursor: pointer;
    }

        .rating-button .rating .tficon-star {
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            -ms-transition: color 0.3s ease;
            transition: color 0.3s ease;
        }

        .rating-button .rating:hover .tficon-star {
            color: #ffffff !important;
        }

            .rating-button .rating:hover .tficon-star.over {
                color: #fed516 !important;
            }

@media (max-width: 1199px) {
    .page-header .workout-rating {
        margin: -30px 0 30px;
    }
}

@media (max-width: 767px) {
    .page-header .workout-rating {
        margin: -25px 0 25px;
    }
}
/* Progress Bars */
/*-----------------------------------*/
.progress-wrap {
    margin-bottom: 19px;
}

    .progress-wrap .progress-label {
        font-size: 11px;
        font-weight: 700;
        color: #291c1c;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .progress-wrap .progress {
        height: 29px;
        margin-bottom: 6px;
        background-color: #ebeff0;
        border-radius: 0;
        -webkit-box-shadow: inset 0 0 0 1px #bfcccf;
        -moz-box-shadow: inset 0 0 0 1px #bfcccf;
        box-shadow: inset 0 0 0 1px #bfcccf;
    }

    .progress-wrap .progress-bar {
        background-color: #00c8d6;
        -webkit-box-shadow: inset 0 0 0 1px #0098a3;
        -moz-box-shadow: inset 0 0 0 1px #0098a3;
        box-shadow: inset 0 0 0 1px #0098a3;
    }

    .progress-wrap.level-middle .progress-bar {
        background-color: #fed516;
        -webkit-box-shadow: inset 0 0 0 1px #e0b901;
        -moz-box-shadow: inset 0 0 0 1px #e0b901;
        box-shadow: inset 0 0 0 1px #e0b901;
    }

    .progress-wrap.level-high .progress-bar {
        background-color: #d34d5e;
        -webkit-box-shadow: inset 0 0 0 1px #be2f41;
        -moz-box-shadow: inset 0 0 0 1px #be2f41;
        box-shadow: inset 0 0 0 1px #be2f41;
    }

    .progress-wrap .progress-mark {
        font-size: 10px;
        color: #b1c0c4;
    }
/* Social Links in Post Details */
/*-----------------------------------*/
.content-area .social-links {
    float: left;
    max-width: 50%;
    margin: 38px 0 22px;
}

    .content-area .social-links a {
        display: inline-block;
        font-family: 'tficons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 1px;
        color: #291c1c;
        text-align: center;
        margin: 0 9px 15px;
    }

        .content-area .social-links a:before {
            display: block;
            font-size: 41px;
            margin-bottom: 2px;
        }

        .content-area .social-links a.link-facebook:before {
            content: '\e604';
            color: #3658a0;
        }

        .content-area .social-links a.link-twitter:before {
            content: '\e607';
            color: #008ad9;
        }

        .content-area .social-links a.link-pinterest:before {
            content: '\e606';
            color: #e43745;
        }

        .content-area .social-links a.link-facebook:hover {
            color: #3658a0;
        }

        .content-area .social-links a.link-twitter:hover {
            color: #008ad9;
        }

        .content-area .social-links a.link-pinterest:hover {
            color: #e43745;
        }

        .content-area .social-links a span {
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
        }

@media (max-width: 479px) {
    .content-area .social-links {
        float: none;
        max-width: none;
        margin: 0 0 20px;
    }
}
/* Custom Lists Styles */
/*-----------------------------------*/
[class^="list-"] ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

    [class^="list-"] ul li {
        padding-left: 30px;
        font-size: 13px;
        line-height: 1.6em;
    }

        [class^="list-"] ul li:before {
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            speak: none;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            margin-left: -30px;
            margin-right: 10px;
            font-size: 16px;
            color: #291c1c;
        }

.list-check li:before {
    content: "\f046";
}

.list-remove li:before {
    content: "\f00d";
}

.list-caret-right li:before {
    content: "\f0da";
}

.list-external-link li:before {
    content: "\f08e";
}

.list-chevron-sign-right li:before {
    content: "\f138";
}

.list-thumbs-up li:before {
    content: "\f087";
}

.list-music li:before {
    content: "\f001";
}

.list-question-sign li:before {
    content: "\f059";
}

.list-download li:before {
    content: "\f01a";
}

.list-file-text-alt li:before {
    content: "\f0f6";
}

.list-hand-right li:before {
    content: "\f0a4";
}

.list-ok li:before {
    content: "\f00c";
}
/* Font Awesome */
/*-----------------------------------*/
.row-icons a {
    display: block;
    font-size: 13px;
    color: #291c1c;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

    .row-icons a i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
    }

        .row-icons a i.tficon-chevron-up,
        .row-icons a i.tficon-chevron-down {
            font-size: 12px;
        }

    .row-icons a:hover i {
        top: -3px;
        font-size: 22px;
        color: #d34d5e;
    }

        .row-icons a:hover i.tficon-chevron-up,
        .row-icons a:hover i.tficon-chevron-down {
            font-size: 18px;
        }
/* Gallery in Post Details */
/*-----------------------------------*/
.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(46%);
    max-width: calc(46%);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(29.3%);
    max-width: calc(29.3%);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(21%);
    max-width: calc(21%);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(16%);
    max-width: calc(16%);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(12.7%);
    max-width: calc(12.7%);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(10.28%);
    max-width: calc(10.28%);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(8.5%);
    max-width: calc(8.5%);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(7.1%);
    max-width: calc(7.1%);
}

    .gallery-columns-1 .gallery-item:nth-of-type(1n),
    .gallery-columns-2 .gallery-item:nth-of-type(2n),
    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-4 .gallery-item:nth-of-type(4n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-6 .gallery-item:nth-of-type(6n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-8 .gallery-item:nth-of-type(8n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 0;
    }

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

    .gallery-caption:before {
        content: "";
        height: 100%;
        min-height: 49px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

@media (max-width: 991px) {
    .gallery-columns-4 .gallery-caption,
    .gallery-columns-5 .gallery-caption,
    .gallery-columns-6 .gallery-caption {
        display: none;
    }
}

@media (max-width: 479px) {
    .gallery-columns-2 .gallery-caption,
    .gallery-columns-3 .gallery-caption {
        display: none;
    }
}
/*-----------------------------------*/
/* Tabs */
/*-----------------------------------*/
/* Default Tabs */
/*-----------------------------------*/
.tabs {
    margin-top: -130px;
}

    .tabs .section-title {
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 1.7em;
    }

    .tabs .tab-labels {
        text-align: center;
        background-color: #ebeff0;
        padding-top: 50px;
    }

        .tabs .tab-labels ul {
            font-size: 0;
        }

            .tabs .tab-labels ul li {
                display: inline-block;
                margin: 0 4px;
            }

                .tabs .tab-labels ul li.active {
                    box-shadow: 0 4px 0 #ffffff;
                }

                .tabs .tab-labels ul li a {
                    display: block;
                    padding: 17px 41px;
                    font-size: 13px;
                    font-weight: 700;
                    color: #ffffff;
                    text-transform: uppercase;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    background-color: #c2ced1;
                    box-shadow: inset 0 -4px 0 #94a9ae;
                    box-shadow: inset 0 -4px 0 rgba(148, 169, 174, 0.3);
                }

                .tabs .tab-labels ul li.active a {
                    color: #291c1c;
                    background-color: #ffffff;
                    box-shadow: none;
                }

    .tabs .tab-content {
        padding-top: 108px;
    }

@media (max-width: 991px) {
    .tabs {
        margin-top: -70px;
    }

        .tabs .tab-content {
            padding-top: 80px;
        }
}

@media (max-width: 767px) {
    .tabs {
        margin-top: -40px;
    }

        .tabs .tab-labels {
            padding-top: 40px;
        }

            .tabs .tab-labels ul li a {
                padding: 14px 20px;
            }

        .tabs .tab-content {
            padding-top: 60px;
        }
}

@media (max-width: 479px) {
    .tabs {
        margin-top: -20px;
    }

        .tabs .section-title {
            font-size: 16px;
        }

        .tabs .tab-labels {
            padding-top: 30px;
        }

            .tabs .tab-labels ul li {
                margin: 0 2px;
            }

                .tabs .tab-labels ul li a {
                    font-size: 11px;
                    padding: 12px 10px;
                }

        .tabs .tab-content {
            padding-top: 40px;
        }
}
/* Framed Tabs */
/*-----------------------------------*/
.tabs_framed {
    margin-bottom: 30px;
    /* small tabs */
}

    .tabs_framed .nav-tabs {
        border-bottom: 0px solid #ebeff0;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

        .tabs_framed .nav-tabs li {
            margin: 0;
            font-size: 15px;
            padding-top: 1px;
            float: none;
        }

            .tabs_framed .nav-tabs li.active {
                padding-top: 0;
                top: 1px;
            }

            .tabs_framed .nav-tabs li a {
                color: #ffffff;
                border-radius: 0;
                padding: 8px 15px;
                font-size: 15px;
                display: block;
                padding: 14px 12px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-size: 15px;
                color: #291c1c;
                border-bottom: 1px dashed #CCC;
                line-height: 19px;
            }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ebeff0;
}

.tabs_framed .nav-tabs li.active a {
    background-color: #EBEFF0;
    border: 1px solid #ebeff0;
    border-bottom-color: #ffffff;
}

    .tabs_framed .nav-tabs li.active a:hover {
        border-color: #ebeff0;
        border-bottom-color: #ffffff;
    }

.tabs_framed .nav-justified li {
    padding-top: 0;
}

    .tabs_framed .nav-justified li a {
        padding: 6px 15px 10px 15px;
        line-height: 1.2em;
        border-bottom-color: #00c8d6;
        border-left-color: #ffffff;
    }

        .tabs_framed .nav-justified li a:hover {
            border-left-color: #ffffff;
        }

.tabs_framed .tab-content {
    border-top: none;
}

    .tabs_framed .tab-content img.pull-left {
        margin: 0 10px 10px 0;
    }

    .tabs_framed .tab-content img.pull-right {
        margin: 0 0 10px 10px;
    }

    .tabs_framed .tab-content p {
        margin-bottom: 2em !important;
    }

.tabs_framed.no-padding .tab-content {
    padding: 0;
}

.tabs_framed.small_tabs .nav-tabs li a {
    padding: 4px 10px;
    font-size: 13px;
}

.tabs_framed.small_tabs .nav-tabs li.active a {
    padding: 6px 10px;
}

.tabs_framed.small_tabs .nav-tabs.nav-justified li a {
    padding: 5px 10px 6px 10px;
}

.tabs_framed.small_tabs .nav-tabs.nav-justified li.active a {
    padding-top: 8px;
}

@media (max-width: 991px) {
    .tabs_framed .tab-content {
        padding-bottom: 0;
    }
}

@media (max-width: 479px) {
    .tabs_framed .tab-content img.pull-left,
    .tabs_framed .tab-content img.pull-right {
        float: none !important;
        width: 100%;
        margin: 0 0 20px;
    }
}
/*-----------------------------------*/
/* Blog Posts */
/*-----------------------------------*/
/* Default Style */
/*-----------------------------------*/
.post {
    margin-bottom: 20px;
}

    .post .post-thumbnail {
        display: block;
        margin-bottom: 15px;
        max-height: 140px;
        overflow: hidden;
    }

    .post .entry-title-before {
        text-align: center;
    }

    .post .post-thumbnail.pull-left {
        width: 36%;
        margin: 0 30px 15px 0;
    }

    .post .post-thumbnail.pull-right {
        width: 36%;
        margin: 0 0 15px 30px;
    }

    .post .post-thumbnail.rounded {
        border-radius: 50%;
    }

        .post .post-thumbnail.rounded img {
            border-radius: 50%;
        }

    .post .entry-meta {
        font-size: 13px;
        margin-bottom: 23px;
    }

        .post .entry-meta > span,
        .post .entry-meta > time {
            margin-right: 9px;
            padding-right: 12px;
            border-right: 1px solid #999999;
            line-height: 1.4em;
        }

            .post .entry-meta > span.last,
            .post .entry-meta > time.last {
                margin-right: 0;
                padding-right: 0;
                border-right: none;
            }

    .post footer.entry-meta {
        margin-bottom: 0;
    }

    .post .comments-link {
        float: right;
        height: 42px;
        line-height: 38px;
        padding: 0 16px;
        font-size: 15px;
        font-weight: 700;
        color: #d34d5e;
        border: 2px solid #d34d5e;
        background-color: #ffffff;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .post .comments-link:before,
        .post .comments-link:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 10px solid #d34d5e;
            border-right: 12px solid transparent;
            position: absolute;
            left: 14px;
            bottom: -11px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .post .comments-link:after {
            border-top-color: #ffffff;
            left: 16px;
            bottom: -7px;
        }

        .post .comments-link:hover {
            color: #ffffff;
            background-color: #d34d5e;
        }

            .post .comments-link:hover:after {
                border-top-color: #d34d5e;
            }

    .post .entry-content embed,
    .post .entry-content iframe {
        max-width: 100%;
    }

.postlist > h1 {
    font-size: 29px;
    margin-bottom: 2em;
}

.postlist .post {
    margin-bottom: 130px;
}

    .postlist .post:last-child {
        margin-bottom: 0;
    }

.postlist .entry-content {
    margin-bottom: 20px;
}

    .postlist .entry-content p {
        color: #291c1c;
    }

.postlist h2 {
    margin-top: 1em;
}

.postlist .entry-title {
    font-size: 33px;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: .5em;
}

@media (max-width: 1199px) {
    .postlist .entry-title {
        font-size: 31px;
    }
}

@media (max-width: 991px) {
    .post .post-thumbnail {
        margin-bottom: 20px;
    }

        .post .post-thumbnail.pull-left {
            margin: 0 15px 10px 0;
        }

        .post .post-thumbnail.pull-right {
            margin: 0 0 10px 15px;
        }

    .post .entry-meta {
        margin-bottom: 15px;
    }

        .post .entry-meta > span,
        .post .entry-meta > time {
            margin-right: 0;
            padding-right: 0;
            border: none;
        }

    .postlist .post {
        margin-bottom: 100px;
    }

        .postlist .post:last-child {
            margin-bottom: 43px;
        }

    .postlist .entry-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .postlist .post {
        margin-bottom: 80px;
    }

        .postlist .post:last-child {
            margin-bottom: 80px;
        }
}

@media (max-width: 479px) {
    .post .post-thumbnail.pull-left,
    .post .post-thumbnail.pull-right {
        float: none !important;
        width: auto;
        margin: 0 0 20px;
    }

    .post .post-thumbnail img {
        width: 100%;
    }

    .postlist > h1 {
        font-size: 22px;
    }

    .postlist .post {
        margin-bottom: 60px;
    }

        .postlist .post:last-child {
            margin-bottom: 60px;
        }

    .postlist .entry-title {
        font-size: 22px;
    }
}
/* 3 Posts in a Row */
/*-----------------------------------*/
.postlist-3wide .post {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 40px;
}

    .postlist-3wide .post .links li {
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 1.1em;
    }

    .postlist-3wide .post .entry-title {
        font-weight: 400;
        margin-bottom: .8em;
    }

    .postlist-3wide .post .post-thumbnail {
        width: 200px;
        height: 200px;
        margin: 0 auto 50px;
        border-radius: 50%;
    }

        .postlist-3wide .post .post-thumbnail img {
            border-radius: 50%;
        }

    .postlist-3wide .post .entry-content {
        margin-bottom: 32px;
    }

        .postlist-3wide .post .entry-content p {
            font-size: 13px;
        }

        .postlist-3wide .post .entry-content .label-title {
            display: block;
            text-align: left;
        }

    .postlist-3wide .post ul {
        text-align: center;
        padding-left: 0;
        list-style: none;
    }

@media (max-width: 1199px) {
    .postlist-3wide .post {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .postlist-3wide .post {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .postlist-3wide .post {
        padding: 0 15px;
    }

        .postlist-3wide .post .post-thumbnail {
            margin-bottom: 20px;
        }
}
/* Success Stories */
/*-----------------------------------*/
.postlist-stories .post {
    background-color: #ebeff0;
    margin: 8px 0;
}

    .postlist-stories .post .entry-content {
        float: left;
        width: 680px;
        margin: 100px 0 50px;
        /* Ekleme */
        width: 540px;
        margin-top: 60px;
    }

    .postlist-stories .post .entry-title-before {
        font-size: 20px;
        color: #13979E;
        text-transform: uppercase;
        margin-bottom: 0.6em;
    }

    .postlist-stories .post .entry-title {
        font-size: 37px;
        font-family: 'Open Sans Condensed', sans-serif;
        line-height: 1em;
        margin-bottom: 0.6em;
    }

        .postlist-stories .post .entry-title a {
            display: inline-block;
        }

        .postlist-stories .post .entry-title span {
            font-weight: 400;
            color: #291c1c;
            -webkit-transition: color 0.2s ease;
            -moz-transition: color 0.2s ease;
            -o-transition: color 0.2s ease;
            -ms-transition: color 0.2s ease;
            transition: color 0.2s ease;
        }

        .postlist-stories .post .entry-title a:hover span {
            color: #00c8d6;
        }

    .postlist-stories .post .post-thumbnail {
        position: relative;
        float: left;
        width: 742px;
        height: 590px;
        margin: 0;
        /* Ekleme */
        width: 629px;
        height: 500px;
    }

        .postlist-stories .post .post-thumbnail img {
            max-height: 590px;
            /* Ekleme */
            max-height: 500px;
        }

        .postlist-stories .post .post-thumbnail:after {
            content: '';
            width: 0;
            height: 0;
            border-left: 260px solid transparent;
            border-bottom: 590px solid #fff;
            position: absolute;
            top: 0;
            right: 0;
        }

    .postlist-stories .post p {
        line-height: 2.2em;
        margin-bottom: 0;
        padding-right: 20px;
    }

    .postlist-stories .post .btn {
        margin-top: 20px;
    }

.postlist-stories.post-slider .post {
    margin: 0;
}
/* Post Slider */
/*-----------------------------------*/
.post-slider {
    overflow: hidden;
    text-align: left;
}

    .post-slider .carousel-inner {
        background-color: #ebeff0;
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        -ms-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }

    .post-slider .animated {
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
    }

    .post-slider .item {
        background-color: #fff;
    }

    .post-slider .carousel-control {
        display: none;
    }

    .post-slider .carousel-indicators {
        top: 20px;
        left: 742px;
        bottom: auto;
        z-index: 15;
        width: auto;
        padding: 0;
        margin: 0;
    }

        .post-slider .carousel-indicators li {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 0 3px 0 0;
            border: 2px solid #b3b3b3;
            border-radius: 50%;
        }

            .post-slider .carousel-indicators li.active {
                background-color: #b3b3b3;
            }

@media (max-width: 1499px) {
    .postlist-stories .post .entry-content {
        width: 540px;
        margin-top: 60px;
    }

    .postlist-stories .post .entry-title-before {
        font-size: 20px;
        margin-bottom: 1em;
    }

    .postlist-stories .post .entry-title {
        font-size: 33px;
        line-height: 1.2em;
        margin-bottom: .6em;
    }

    .postlist-stories .post .post-thumbnail {
        width: 629px;
        height: 500px;
    }

        .postlist-stories .post .post-thumbnail img {
            max-height: 500px;
        }

        .postlist-stories .post .post-thumbnail:after {
            border-left-width: 200px;
            border-bottom-width: 500px;
        }

    .postlist-stories .post p {
        line-height: 1.8em;
    }

    .post-slider .carousel-indicators {
        left: 629px;
    }
}

@media (max-width: 1199px) {
    .postlist-stories .post .entry-content {
        width: 460px;
    }

    .postlist-stories .post .post-thumbnail {
        width: 503px;
        height: 400px;
    }

        .postlist-stories .post .post-thumbnail img {
            max-height: 400px;
        }

        .postlist-stories .post .post-thumbnail:after {
            border-left-width: 120px;
            border-bottom-width: 400px;
        }

    .postlist-stories .post p {
        font-size: 13px;
    }

    .post-slider .carousel-indicators {
        left: 503px;
    }
}

@media (max-width: 991px) {
    .postlist-stories .post .entry-content {
        width: 400px;
        margin-top: 30px;
    }

    .postlist-stories .post .entry-title-before {
        font-size: 13px;
    }

    .postlist-stories .post .entry-title {
        font-size: 26px;
    }

    .postlist-stories .post .post-thumbnail {
        width: 340px;
        height: 270px;
    }

        .postlist-stories .post .post-thumbnail img {
            max-height: 270px;
        }

        .postlist-stories .post .post-thumbnail:after {
            border-left-width: 80px;
            border-bottom-width: 270px;
        }

    .post-slider .carousel-indicators {
        left: 340px;
    }
}

@media (max-width: 767px) {

    .site-footer {
        /*display: none;*/
    }

    .copyright-text {
        display: none;
    }

    .site-footer .footer-social, .site-footer .travel-social {
        width: 100% !important;
        text-align: center !important;
        float: none !important;
        display: inline-block;
        border: none !important;
        margin: 0px !important;
        padding: 20px 0;
    }

        .site-footer .travel-social li:first-child {
            margin: 0px !important;
        }

    .site-footer .copyright {
        width: 100%;
        float: none;
        display: inline-block;
        padding: 20px 0px;
        text-align: center;
    }

        .site-footer .copyright > div {
            float: none !important;
            display: inline-block !important;
            margin: 10px 0px 10px 0px !important;
            width: 100% !important;
            text-align: center;
        }

        .site-footer .copyright > div {
            display: inline-block;
        }

            .site-footer .copyright > div img {
                display: inline-block;
            }

    .site-footer .nav-menu li {
        width: 100%;
        display: inline-block;
    }

    .postlist-stories .post .entry-content {
        float: none;
        width: auto !important;
        padding: 0 15px;
        margin-top: 20px;
    }

    .postlist-stories .post .post-thumbnail {
        float: none;
        width: auto;
        height: auto;
    }

        .postlist-stories .post .post-thumbnail img {
            max-height: none;
        }

        .postlist-stories .post .post-thumbnail:after {
            border-left-width: 0;
            border-bottom-width: 0;
        }

    .post-slider .carousel-indicators {
        left: 15px;
    }

        .post-slider .carousel-indicators li {
            width: 20px;
            height: 20px;
            margin: 0 8px 0 0;
        }
}

@media (max-width: 479px) {
    .postlist-stories .post .entry-title {
        font-size: 21px;
    }
}
/* Nutrition Advices, Services */
/*-----------------------------------*/
.postlist-services .post {
    margin-bottom: 150px;
}

    .postlist-services .post .post-thumbnail {
        margin-bottom: 14px;
    }

    .postlist-services .post .entry-title-before {
        font-size: 13px;
        font-weight: 700;
        color: #006c72;
        text-transform: uppercase;
        margin-bottom: 1em;
    }

    .postlist-services .post .entry-title {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -1px;
        margin-bottom: .8em;
    }

    .postlist-services .post p {
        font-size: 13px;
        line-height: 2em;
        margin-bottom: 0.4em;
    }

    /*.postlist-services .post #instagram a img {
        width: 84px;
        height: 82px;        
    }*/

    .postlist-services .post .entry-meta {
        margin-top: 33px;
    }

    .postlist-services .post .btn span,
    .postlist-services .post .btn input {
        padding: 0 20px;
    }

    .postlist-services .post .btn:hover span,
    .postlist-services .post .btn:hover input,
    .postlist-services .post .btn:active span,
    .postlist-services .post .btn:active input,
    .postlist-services .post .btn.hover span,
    .postlist-services .post .btn.hover input,
    .postlist-services .post .btn.active span,
    .postlist-services .post .btn.active input {
        background-color: #00c8d6;
        border-color: #00c8d6;
        color: #ffffff;
    }

.postlist-services .row:last-child .post {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .postlist-services .post {
        margin-bottom: 100px;
    }

        .postlist-services .post .entry-meta .pull-left,
        .postlist-services .post .entry-meta .pull-right {
            float: none !important;
        }

        .postlist-services .post .entry-meta .btn {
            margin-bottom: 10px;
        }
}

@media (max-width: 991px) {
    .postlist-services .post {
        margin-bottom: 80px;
    }

        .postlist-services .post .entry-title {
            font-size: 20px;
        }

        .postlist-services .post p {
            line-height: 1.6em;
            margin-bottom: 2em;
        }
}

@media (max-width: 767px) {
    .postlist-services .row:last-child .post {
        margin-bottom: 60px;
    }

    .postlist-services .post {
        width: 370px;
        margin: 0 auto 60px;
    }

        .postlist-services .post .post-thumbnail {
            display: inline-block;
            margin-bottom: 20px;
        }

        .postlist-services .post .entry-meta {
            margin-top: 0;
        }
}

@media (max-width: 479px) {
    .postlist-services .row:last-child .post {
        margin-bottom: 40px;
    }

    .postlist-services .post {
        width: auto;
        margin-bottom: 40px;
    }

        .postlist-services .post .post-thumbnail {
            margin-bottom: 10px;
        }

        .postlist-services .post .entry-title-before {
            margin-bottom: .5em;
        }
}
/* Post Details */
/*-----------------------------------*/
.post-details {
    margin-bottom: 65px;
}

    .post-details h2 {
        margin-top: 1em;
    }

    .post-details .entry-title {
        font-size: 39px;
        margin-bottom: .9em;
    }

    .post-details .entry-meta {
        position: relative;
        margin-bottom: 10px;
        padding-right: 64px;
    }

    .post-details .comments-link {
        position: absolute;
        top: 4px;
        right: 0;
    }

    .post-details .entry-desc {
        margin-bottom: 46px;
    }

        .post-details .entry-desc p {
            font-size: 17px;
            color: #291c1c;
            line-height: 1.5em;
        }

    .post-details .post-thumbnail {
        margin-bottom: 58px;
    }

    .post-details .entry-content {
        text-align: justify;
    }

        .post-details .entry-content p {
            margin-bottom: 2.6em;
        }

    .post-details .entry-image {
        position: relative;
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 55px;
    }

        .post-details .entry-image.omega {
            margin-right: 0;
        }

        .post-details .entry-image span {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 30px 25px;
            background-color: #291c1c;
            background-color: rgba(0, 0, 0, 0.8);
            font-size: 13px;
            color: #ffffff;
        }

        .post-details .entry-image img {
            width: 100%;
        }

.entry-meta-share {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .post-details {
        margin-bottom: 36px;
    }

        .post-details .entry-title {
            font-size: 33px;
        }
}

@media (max-width: 991px) {
    .post-details .entry-title {
        font-size: 25px;
    }

    .post-details .entry-desc {
        margin-bottom: 40px;
    }

        .post-details .entry-desc p {
            font-size: 15px;
        }

    .post-details .post-thumbnail {
        margin-bottom: 36px;
    }

    .post-details .entry-content p {
        margin-bottom: 1.8em;
    }

    .post-details .entry-image {
        margin-bottom: 36px;
    }

        .post-details .entry-image span {
            padding: 20px 15px;
        }
}

@media (max-width: 767px) {
    .post-details {
        margin-bottom: 20px;
    }

        .post-details .comments-link {
            position: relative;
            float: none;
            display: inline-block;
            margin-bottom: 36px;
        }

        .post-details .entry-meta {
            padding-right: 0;
        }

        .post-details .entry-desc {
            margin-bottom: 36px;
        }

            .post-details .entry-desc p {
                font-size: 13px;
            }
}

@media (max-width: 479px) {
    .post-details {
        margin-bottom: 20px;
    }

        .post-details .entry-title {
            font-size: 22px;
            margin-bottom: .6em;
        }

        .post-details .entry-desc,
        .post-details .post-thumbnail,
        .post-details .comments-link {
            margin-bottom: 26px;
        }

        .post-details .entry-image {
            float: none;
            width: auto;
            margin: 0 0 26px;
        }
}
/* About Author */
/*-----------------------------------*/
.author-description {
    margin-bottom: 65px;
    font-size: 0;
}

    .author-description .author-image {
        display: inline-block;
        vertical-align: middle;
        width: 200px;
        height: 200px;
        margin-right: 10px;
        border-radius: 50%;
    }

        .author-description .author-image img {
            border-radius: 50%;
            max-height: 200px;
        }

    .author-description .author-text {
        display: inline-block;
        vertical-align: middle;
        width: 520px;
    }

        .author-description .author-text .author-name {
            font-size: 19px;
            font-weight: 400;
        }

            .author-description .author-text .author-name span {
                color: #00c8d6;
            }

        .author-description .author-text p {
            font-size: 13px;
            line-height: 2em;
            margin-bottom: 0;
        }

@media (max-width: 1199px) {
    .author-description .author-text {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .author-description .author-text {
        width: 280px;
    }

    .author-description .author-image {
        width: 180px;
        height: 180px;
        margin-right: 6px;
    }

        .author-description .author-image img {
            max-height: 180px;
        }
}

@media (max-width: 767px) {
    .author-description {
        margin-bottom: 40px;
    }

        .author-description .author-text {
            width: 256px;
        }

            .author-description .author-text p {
                line-height: 1.6em;
            }
}

@media (max-width: 479px) {
    .author-description {
        text-align: center;
    }

        .author-description .author-image {
            margin-bottom: 20px;
        }
}
/* Similar Posts */
/*-----------------------------------*/
.post-similar {
    margin-bottom: 84px;
}

    .post-similar .section-title {
        font-size: 19px;
        font-weight: 400;
        margin-bottom: 1.4em;
    }

    .post-similar a {
        position: relative;
        float: left;
        width: 49.5%;
        margin-bottom: 20px;
    }

        .post-similar a.omega {
            float: right;
        }

        .post-similar a span {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 26px 21px;
            background-color: #291c1c;
            background-color: rgba(0, 0, 0, 0.8);
            font-size: 15px;
            color: #ffffff;
        }

@media (max-width: 991px) {
    .post-similar {
        margin-bottom: 60px;
    }

        .post-similar a span {
            padding: 10px 15px;
        }
}

@media (max-width: 479px) {
    .post-similar {
        margin-bottom: 30px;
    }

        .post-similar a {
            float: none;
            display: block;
            width: 100%;
        }

            .post-similar a span {
                font-size: 13px;
            }
}
/* Widget Posts (Recent, Most Commented) */
/*---------------------------------------*/
.postlist-sidebar {
    list-style: none !important;
    padding-left: 0 !important;
}

    .postlist-sidebar ul {
        list-style: none;
        padding-left: 0;
    }

    .postlist-sidebar .post-thumbnail {
        display: block;
        margin-bottom: 0;
    }

        .postlist-sidebar .post-thumbnail.pull-left {
            width: 60px;
            margin: 0 10px 0 0;
            float: left !important;
        }

        .postlist-sidebar .post-thumbnail.pull-right {
            width: 60px;
            margin: 0 0 0 10px;
            float: right !important;
        }

    .postlist-sidebar .entry-title {
        margin: 12px 0 4px;
        font-size: 17px;
        color: #291c1c;
    }

        .postlist-sidebar .entry-title:hover {
            color: #00c8d6;
        }

    .postlist-sidebar .entry-meta {
        font-size: 13px;
        padding-right: 0;
        margin: 10px 0 10px;
    }

        .postlist-sidebar .entry-meta > span {
            margin-left: 4px;
            padding-left: 8px;
        }

    .postlist-sidebar li {
        padding: 15px;
    }

        .postlist-sidebar li:nth-child(even) {
            background-color: #ebeff0;
        }

    .postlist-sidebar.recent-posts li {
        padding: 15px 0;
        background-color: transparent;
        border-bottom: 1px solid #ebeff0;
    }

        .postlist-sidebar.recent-posts li:first-child {
            border-top: 1px solid #ebeff0;
        }

@media (max-width: 767px) {
    .postlist-sidebar .entry-title {
        font-size: 15px;
    }
}
/*-----------------------------------*/
/* Comment List */
/*-----------------------------------*/
.comment-list {
    border-bottom: 1px solid #ebeff0;
    margin-bottom: 50px;
}

    .comment-list h2 {
        margin-top: 1em;
    }

    .comment-list .comment {
        border-top: 1px solid #ebeff0;
        padding-left: 100px;
    }

        .comment-list .comment.depth-6,
        .comment-list .comment.depth-6 .comment {
            padding-left: 0;
        }

    .comment-list > li:first-child {
        border-top: none;
    }

    .comment-list .comment-body {
        position: relative;
        padding: 42px 10px 23px 0;
        min-height: 145px;
    }

    .comment-list .comment-avatar {
        position: absolute;
        top: 39px;
        left: -100px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

        .comment-list .comment-avatar img {
            border-radius: 50%;
        }

    .comment-list .children .comment-avatar:before {
        font-family: 'tficons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 1px;
        content: '\e617';
        font-size: 13px;
        color: #a5a5a5;
        position: absolute;
        top: 24px;
        left: -68px;
    }

    .comment-list .comment-meta {
        margin-bottom: 18px;
    }

        .comment-list .comment-meta .comment-author a {
            font-size: 17px;
            font-weight: 700;
            color: #291c1c;
            text-transform: uppercase;
        }

            .comment-list .comment-meta .comment-author a:hover {
                color: #00c8d6;
            }

        .comment-list .comment-meta .comment-reply-link {
            float: right;
            font-size: 13px;
            text-transform: uppercase;
        }

@media (max-width: 1199px) {
    .comment-list .comment {
        padding-left: 80px;
    }

    .comment-list .comment-avatar {
        left: -80px;
    }

    .comment-list .children .comment-avatar:before {
        left: -50px;
    }
}

@media (max-width: 991px) {
    .comment-list .comment.depth-4,
    .comment-list .comment.depth-4 .comment {
        padding-left: 0;
    }

    .comment-list .comment-body {
        padding: 28px 10px 0px 0;
    }

    .comment-list .comment-avatar {
        top: 26px;
    }
}

@media (max-width: 479px) {
    .comment-list .comment {
        padding-left: 0;
    }

    .comment-list .comment-avatar {
        position: static;
        margin-bottom: 10px;
    }

        .comment-list .comment-avatar:before {
            content: none !important;
        }
}
/*-----------------------------------*/
/* Pricing */
/*-----------------------------------*/
.pricelist {
    text-align: center;
    margin-bottom: 180px;
}

    .pricelist .price-item {
        display: inline-block;
        background-color: #ffffff;
        font-size: 15px;
        width: 300px;
        vertical-align: middle;
        position: relative;
    }

        .pricelist .price-item .price-head {
            background-color: #291c1c;
            padding: 23px 10px;
        }

            .pricelist .price-item .price-head strong,
            .pricelist .price-item .price-head span {
                font-size: 2.3em;
                font-weight: 700;
                color: #00c8d6;
                vertical-align: middle;
            }

            .pricelist .price-item .price-head span {
                font-size: 1.3em;
                color: #ffffff;
            }

        .pricelist .price-item .price-body {
            padding: 40px;
        }

        .pricelist .price-item .price-content {
            background-color: #00c8d6;
            padding: 44px 10px 38px;
            margin-bottom: 40px;
        }

        .pricelist .price-item .price-title {
            font-size: 2.5em;
            color: #ffffff;
            margin-bottom: 1em;
        }

        .pricelist .price-item li {
            color: #ffffff;
            margin-bottom: .6em;
        }

        .pricelist .price-item .btn span,
        .pricelist .price-item .btn input {
            font-size: 13px;
            height: 50px;
            line-height: 46px;
        }

        .pricelist .price-item.red .price-head strong {
            color: #d34d5e;
        }

        .pricelist .price-item.red .price-content {
            background-color: #d34d5e;
        }

        .pricelist .price-item.yellow .price-head strong {
            color: #e7c62d;
        }

        .pricelist .price-item.yellow .price-content {
            background-color: #e7c62d;
        }

        .pricelist .price-item.active {
            font-size: 16px;
            width: 370px;
            margin: 0 -6px;
            z-index: 1;
            -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
        }

            .pricelist .price-item.active .price-head {
                background-color: #373737;
                padding: 40px 10px;
            }

                .pricelist .price-item.active .price-head strong {
                    font-size: 3em;
                }

                .pricelist .price-item.active .price-head span {
                    font-size: 1.8em;
                }

            .pricelist .price-item.active .price-body {
                padding: 50px 60px 40px;
            }

            .pricelist .price-item.active .price-content {
                padding: 44px 10px;
                margin-bottom: 44px;
            }

            .pricelist .price-item.active .price-title {
                margin-bottom: .7em;
            }

            .pricelist .price-item.active .btn span,
            .pricelist .price-item.active .btn input {
                color: #00c8d6;
                border: 2px solid #00c8d6;
                font-size: 14px;
                height: 56px;
                line-height: 52px;
            }

            .pricelist .price-item.active .btn:hover span,
            .pricelist .price-item.active .btn:hover input,
            .pricelist .price-item.active .btn:active span,
            .pricelist .price-item.active .btn:active input,
            .pricelist .price-item.active .btn.hover span,
            .pricelist .price-item.active .btn.hover input,
            .pricelist .price-item.active .btn.active span,
            .pricelist .price-item.active .btn.active input {
                background-color: #00c8d6;
                border-color: #00c8d6;
                color: #ffffff;
            }

@media (max-width: 1199px) {
    .pricelist {
        margin-bottom: 120px;
    }

        .pricelist .price-item {
            width: 280px;
        }
}

@media (max-width: 991px) {
    .pricelist {
        margin-bottom: 90px;
    }

        .pricelist .price-item {
            width: 240px;
        }

            .pricelist .price-item .price-body {
                padding: 20px;
            }

            .pricelist .price-item .price-content {
                padding: 44px 5px 38px;
                margin-bottom: 30px;
            }

            .pricelist .price-item.active {
                width: 260px;
                margin: 0 -16px;
            }

                .pricelist .price-item.active .price-head {
                    padding: 30px 10px;
                }

                .pricelist .price-item.active .price-body {
                    padding: 20px;
                }

                .pricelist .price-item.active .price-content {
                    padding: 44px 5px;
                    margin-bottom: 30px;
                }
}

@media (max-width: 767px) {
    .pricelist {
        margin-bottom: 60px;
    }

        .pricelist .price-item,
        .pricelist .price-item.active {
            display: block;
            margin: 0 auto 40px;
            width: 290px;
            z-index: auto;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }
}

@media (max-width: 479px) {
    .pricelist {
        margin-bottom: 40px;
    }

        .pricelist .price-item,
        .pricelist .price-item.active {
            margin-bottom: 30px;
        }
}
/*-----------------------------------*/
/* Calendars */
/*-----------------------------------*/
/* Workout Calendar */
/*-----------------------------------*/
.calendar-slider {
    background-color: #000;
    background-size: 100% auto;
    text-align: center;
    padding-left: 223px;
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: -webkit-transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    /*-webkit-transform: translateY(239px);
-ms-transform: translateY(239px);
transform: translateY(239px);*/
    box-shadow: 0px 0px 25px 10px #000;
}

    /*.calendar-slider:hover {
        -webkit-transform: translateY(12px);
-ms-transform: translateY(12px);
transform: translateY(12px);
    }*/

    .calendar-slider .caroufredsel_wrapper {
        box-shadow: inset -2px 0 0 rgba(255, 255, 255, 0.1);
    }

    .calendar-slider .calendar-item {
        float: left;
        width: 240px;
        text-align: center;
        height: 334px;
        border-right: 2px solid #2d3537;
        border-right: 2px solid rgba(255, 255, 255, 0.1);
    }

        .calendar-slider .calendar-item a {
            display: block;
            height: 100%;
            -webkit-transition: background-color 0.1s linear;
            -moz-transition: background-color 0.1s linear;
            -o-transition: background-color 0.1s linear;
            -ms-transition: background-color 0.1s linear;
            transition: background-color 0.1s linear;
        }

            .calendar-slider .calendar-item a h6,
            .calendar-slider .calendar-item a .more {
                color: #cfb745;
                font-family: 'Open Sans Condensed', sans-serif;
                font-size: 16px;
                font-weight: 200;
                height: 52px;
                line-height: 52px;
                margin: 0;
            }

            .calendar-slider .calendar-item a .more {
                color: #ffffff;
                font-size: 12px;
                font-weight: 600;
            }

                .calendar-slider .calendar-item a .more i,
                .calendar-slider .calendar-item a .more i:before,
                .calendar-slider .calendar-item a .more i:after {
                    display: inline-block;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background-color: #ffffff;
                    position: relative;
                }

                    .calendar-slider .calendar-item a .more i:before,
                    .calendar-slider .calendar-item a .more i:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: -8px;
                    }

                    .calendar-slider .calendar-item a .more i:after {
                        left: auto;
                        right: -8px;
                    }

                .calendar-slider .calendar-item a .more span {
                    display: none;
                    font-size: 13px;
                    color: #F9D988;
                }

            .calendar-slider .calendar-item a .exercises {
                height: 230px;
                line-height: 224px;
                border-top: 2px solid #2d3537;
                border-top: 2px solid rgba(255, 255, 255, 0.1);
                border-bottom: 2px solid #2d3537;
                border-bottom: 2px solid rgba(255, 255, 255, 0.1);
            }

                .calendar-slider .calendar-item a .exercises ul {
                    display: inline-block;
                    vertical-align: middle;
                }

                    .calendar-slider .calendar-item a .exercises ul > * {
                        line-height: normal;
                    }

                    .calendar-slider .calendar-item a .exercises ul li {
                        color: #999999;
                        font-size: 11px;
                        margin-top: 1em;
                    }

                        .calendar-slider .calendar-item a .exercises ul li span {
                            line-height: 20px;
                        }

                        .calendar-slider .calendar-item a .exercises ul li:first-child {
                            margin-top: 0;
                        }

                        .calendar-slider .calendar-item a .exercises ul li strong {
                            display: block;
                            font-size: 16px;
                            color: #ffffff;
                            text-transform: uppercase;
                            margin-bottom: .2em;
                        }

            .calendar-slider .calendar-item a:hover {
                background-color: #333333;
                background-color: rgba(255, 255, 255, 0.1);
                background-color: rgba(0, 0, 0, 0.7);
            }

                .calendar-slider .calendar-item a:hover .more i {
                    display: none;
                }

                .calendar-slider .calendar-item a:hover .more span {
                    display: block;
                }

                    .calendar-slider .calendar-item a:hover .more span.btn {
                        color: #ffffff;
                        text-transform: uppercase;
                        white-space: nowrap;
                        border: 2px solid #cfb745;
                        border-radius: 0;
                        background-color: #cfb745;
                        -webkit-transition: all 0.3s;
                        -moz-transition: all 0.3s;
                        -o-transition: all 0.3s;
                        -ms-transition: all 0.3s;
                        transition: all 0.3s;
                        width: 70%;
                        margin: 9px auto;
                        padding: 6px;
                        font-weight: 600;
                    }

        .calendar-slider .calendar-item span.btn {
            color: #ffffff;
            text-transform: uppercase;
            white-space: nowrap;
            border: 2px solid #cfb745;
            border-radius: 0;
            background-color: #cfb745;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
            width: 70%;
            margin: 9px auto;
            padding: 6px;
            font-weight: 600;
        }

    .calendar-slider .calendar-controls {
        position: absolute;
        top: 0;
        left: 50%;
        top: 0;
        width: 223px;
        height: 50px;
        margin-top: -50px;
        margin-left: -111px;
        line-height: 50px;
        /*border-right: 2px solid #2d3537;
border-right: 2px solid rgba(255, 255, 255, 0.1);*/
        background: #0D0D0D;
    }

        .calendar-slider .calendar-controls .inner {
            display: inline-block;
            vertical-align: middle;
            margin-top: 10px;
        }

            .calendar-slider .calendar-controls .inner * {
                line-height: normal;
            }

            .calendar-slider .calendar-controls .inner .section-title-before {
                font-size: 12px;
            }

            .calendar-slider .calendar-controls .inner .section-title {
                font-size: 20px;
                color: #ffffff;
                margin-bottom: .8em;
            }

            .calendar-slider .calendar-controls .inner .section-subtitle {
                font-size: 13px;
            }

        .calendar-slider .calendar-controls .prev,
        .calendar-slider .calendar-controls .next {
            position: absolute;
            left: 40px;
            top: 8px;
            margin-left: -30px;
            line-height: normal;
            font-size: 30px;
            color: #999999;
        }

        .calendar-slider .calendar-controls .next {
            margin-left: 15px;
            left: auto;
            right: 10px;
        }

@media (max-width: 479px) {
    .calendar-slider {
        padding-left: 160px;
    }

        .calendar-slider .calendar-item {
            width: 160px;
        }

        .calendar-slider .calendar-controls {
            width: 160px;
        }

            .calendar-slider .calendar-controls .inner .section-title {
                font-size: 16px;
            }
}
/* Events Calendar */
/*-----------------------------------*/
#calendar {
    position: relative;
    padding: 28px 64px 60px;
    background-color: #ffffff;
    margin-bottom: -50px;
}

    #calendar .ui-datepicker-header {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 16px;
    }

        #calendar .ui-datepicker-header .ui-datepicker-prev,
        #calendar .ui-datepicker-header .ui-datepicker-next {
            font-family: 'tficons';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            padding: 1px;
            position: absolute;
            top: 0;
            left: 50%;
            cursor: pointer;
            font-size: 30px;
            color: #00c8d6;
        }

            #calendar .ui-datepicker-header .ui-datepicker-prev span,
            #calendar .ui-datepicker-header .ui-datepicker-next span {
                display: none;
            }

        #calendar .ui-datepicker-header .ui-datepicker-prev {
            margin-left: -110px;
        }

            #calendar .ui-datepicker-header .ui-datepicker-prev:before {
                content: '\e612';
            }

        #calendar .ui-datepicker-header .ui-datepicker-next {
            margin-left: 90px;
        }

            #calendar .ui-datepicker-header .ui-datepicker-next:before {
                content: '\e611';
            }

        #calendar .ui-datepicker-header .ui-datepicker-title {
            text-align: center;
            text-transform: uppercase;
            line-height: 30px;
            font-size: 14px;
            color: #291c1c;
        }

    #calendar .ui-datepicker-calendar {
        border-collapse: collapse;
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
        width: 100%;
        position: relative;
    }

        #calendar .ui-datepicker-calendar th {
            font-size: 14px;
            font-weight: 700;
            color: #291c1c;
            text-transform: uppercase;
            text-align: center;
            padding-bottom: 30px;
            background-color: transparent;
        }

        #calendar .ui-datepicker-calendar td {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            width: 133px;
            height: 133px;
            background-color: #ced8da;
            border: 3px solid #ffffff;
            vertical-align: top;
            padding: 18px 10px 0;
        }

            #calendar .ui-datepicker-calendar td .ev_wrap {
                position: relative;
                height: 57px;
                overflow: hidden;
                text-align: center;
            }

                #calendar .ui-datepicker-calendar td .ev_wrap .inner span,
                #calendar .ui-datepicker-calendar td .ev_wrap .inner a {
                    display: block;
                    font-size: 13px;
                    line-height: 19px;
                }

            #calendar .ui-datepicker-calendar td .scroll {
                position: relative;
            }

                #calendar .ui-datepicker-calendar td .scroll .disable {
                    visibility: hidden;
                }

                #calendar .ui-datepicker-calendar td .scroll .up,
                #calendar .ui-datepicker-calendar td .scroll .down {
                    font-family: 'tficons';
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    padding: 1px;
                    position: absolute;
                    bottom: -17px;
                    font-size: 10px;
                }

                #calendar .ui-datepicker-calendar td .scroll .up {
                    right: 0;
                }

                    #calendar .ui-datepicker-calendar td .scroll .up:before {
                        content: '\e61b';
                    }

                #calendar .ui-datepicker-calendar td .scroll .down {
                    left: 0;
                }

                    #calendar .ui-datepicker-calendar td .scroll .down:before {
                        content: '\e61a';
                    }

            #calendar .ui-datepicker-calendar td .ui-state-default {
                font-size: 21px;
                color: #ffffff;
                display: block;
                padding: 0 5px;
                margin-bottom: 6px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            #calendar .ui-datepicker-calendar td.event .ui-state-default {
                color: #291c1c;
            }

            #calendar .ui-datepicker-calendar td:hover .ui-state-default {
                color: #ffffff;
            }

            #calendar .ui-datepicker-calendar td.ui-datepicker-unselectable {
                color: #291c1c;
            }

                #calendar .ui-datepicker-calendar td.ui-datepicker-unselectable.event {
                    background-color: #00c8d6;
                }

                #calendar .ui-datepicker-calendar td.ui-datepicker-unselectable .ev_wrap span,
                #calendar .ui-datepicker-calendar td.ui-datepicker-unselectable .ev_wrap a {
                    color: #291c1c;
                }

                #calendar .ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
                    background-color: #d34d5e;
                    cursor: pointer;
                    color: #ffffff;
                }

                    #calendar .ui-datepicker-calendar td.ui-datepicker-unselectable:hover .ev_wrap span,
                    #calendar .ui-datepicker-calendar td.ui-datepicker-unselectable:hover .ev_wrap a {
                        color: #ffffff;
                    }

                    #calendar .ui-datepicker-calendar td.ui-datepicker-unselectable:hover a {
                        text-decoration: none;
                    }

            #calendar .ui-datepicker-calendar td.ui-state-disabled {
                background-color: #ced8da !important;
                cursor: default !important;
            }

                #calendar .ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
                    color: #ffffff;
                }

                #calendar .ui-datepicker-calendar td.ui-state-disabled .ev_wrap span,
                #calendar .ui-datepicker-calendar td.ui-state-disabled .ev_wrap a {
                    color: rgba(41, 28, 28, 0.26);
                }

                #calendar .ui-datepicker-calendar td.ui-state-disabled:hover .ev_wrap span,
                #calendar .ui-datepicker-calendar td.ui-state-disabled:hover .ev_wrap a {
                    color: rgba(41, 28, 28, 0.26);
                }

            #calendar .ui-datepicker-calendar td.ui-datepicker-today {
                background-color: #d34d5e !important;
            }

                #calendar .ui-datepicker-calendar td.ui-datepicker-today .ev_wrap {
                    color: #ffffff;
                }

                #calendar .ui-datepicker-calendar td.ui-datepicker-today a {
                    color: #ffffff !important;
                }

                    #calendar .ui-datepicker-calendar td.ui-datepicker-today a.ui-state-default:after {
                        content: "Today";
                        font-size: 14px;
                        text-transform: uppercase;
                        float: right;
                        margin-top: .4em;
                    }

@media (max-width: 1199px) {
    #calendar {
        margin-bottom: -30px;
        padding: 28px 40px 60px;
    }
}

@media (max-width: 991px) {
    #calendar {
        padding: 10px 10px 60px;
    }

        #calendar .ui-datepicker-calendar td {
            height: 120px;
            padding: 8px 5px 0;
        }

        #calendar .ui-datepicker-calendar th {
            padding-bottom: 20px;
        }
}

@media (max-width: 767px) {
    #calendar {
        margin-bottom: 0;
    }

        #calendar .ui-datepicker-calendar td {
            height: 60px;
        }

            #calendar .ui-datepicker-calendar td.ui-datepicker-today a.ui-state-default:after,
            #calendar .ui-datepicker-calendar td .ev_wrap,
            #calendar .ui-datepicker-calendar td .scroll {
                display: none;
            }
}

@media (max-width: 479px) {
    #calendar .ui-datepicker-calendar td {
        height: 40px;
    }

        #calendar .ui-datepicker-calendar td .ui-state-default {
            padding: 0;
            margin: 0;
            font-size: 15px;
        }

    #calendar .ui-datepicker-calendar th {
        font-size: 11px;
        padding: 0 0 10px;
    }
}
/*-----------------------------------*/
/* Widgets */
/*-----------------------------------*/
.widget {
    margin-bottom: 65px;
}

.sidebar .widget {
    margin-bottom: 87px;
}

.widget-title {
    font-size: 13px;
    font-weight: 400;
    color: #d34d5e;
    text-transform: uppercase;
    margin-bottom: 2em;
}

@media (max-width: 1199px) {
    .widget {
        margin-bottom: 59px;
    }

    .sidebar .widget {
        margin-bottom: 65px;
    }
}

@media (max-width: 991px) {
    .widget {
        margin-bottom: 43px;
    }

    .sidebar .widget {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .widget-title {
        margin-bottom: 1.5em;
    }
}
/* Fresh Posts, Most Comments */
/*-----------------------------------*/
.widget-freshpost .side-postlist li:nth-child(odd) a,
.widget-most-comment .side-postlist li:nth-child(odd) a {
    /*background-color: #ebeff0;*/
}

.widget-freshpost .side-postlist li:nth-child(even) a,
.widget-most-comment .side-postlist li:nth-child(even) a {
    background-color: transparent;
}

.widget-freshpost .side-postlist li a,
.widget-most-comment .side-postlist li a {
    display: block;
    padding: 14px 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #291c1c;
    border-bottom: 1px dashed #CCC;
    line-height: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .widget-freshpost .side-postlist li a strong,
    .widget-most-comment .side-postlist li a strong {
        display: inline-block;
        width: 22px;
        height: 19px;
        font-size: 11px;
        font-weight: 700;
        color: #ffffff;
        text-align: center;
        background-color: #291c1c;
        position: relative;
        margin-right: 10px;
        vertical-align: 2%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .widget-freshpost .side-postlist li a strong:before,
        .widget-most-comment .side-postlist li a strong:before {
            content: '';
            width: 0;
            height: 0;
            border-top: 5px solid #291c1c;
            border-right: 6px solid transparent;
            position: absolute;
            left: 8px;
            bottom: -5px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .widget-freshpost .side-postlist li a:hover,
    .widget-most-comment .side-postlist li a:hover {
        /*color: #ffffff;
  background-color: #00c8d6;*/
    }

        .widget-freshpost .side-postlist li a:hover strong,
        .widget-most-comment .side-postlist li a:hover strong {
            color: #291c1c;
            text-align: center;
            background-color: #ffffff;
        }

            .widget-freshpost .side-postlist li a:hover strong:before,
            .widget-most-comment .side-postlist li a:hover strong:before {
                border-top-color: #ffffff;
            }

.widget-freshpost .side-postlist li.active a,
.widget-most-comment .side-postlist li.active a,
.widget-freshpost .side-postlist li.current-menu-item a,
.widget-most-comment .side-postlist li.current-menu-item a {
    color: #ffffff;
    background-color: #00c8d6;
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget-freshpost .side-postlist li a,
    .widget-most-comment .side-postlist li a {
        font-size: 13px;
    }
}
/* NewsLetter */
/*-----------------------------------*/
.widget-newsletter .widget-title {
    font-family: 'Noto Serif', serif;
    font-size: 21px;
    font-weight: 100;
    color: #291c1c;
    margin-bottom: 0.5em;
}

.widget-newsletter .widget-content p {
    font-size: 13px;
    color: #999999;
    margin-bottom: 0.7em;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .widget-newsletter .widget-title {
        font-size: 21px;
    }

    .widget-newsletter .widget-content p {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget-newsletter .widget-title {
        font-size: 17px;
    }
}
/* Tags */
/*-----------------------------------*/
.tagcloud a {
    display: inline-block;
    font-size: 11px;
    color: #ffffff;
    text-transform: capitalize;
    height: 32px;
    line-height: 32px;
    padding: 0 13px;
    margin: 0 0 16px 11px;
    background-color: #291c1c;
    border-radius: 0 3px 3px 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .tagcloud a:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-right: 10px solid #291c1c;
        border-bottom: 16px solid transparent;
        position: absolute;
        top: 0;
        left: -10px;
        box-shadow: 2px 0 0 -1px #291c1c;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .tagcloud a:after {
        content: '';
        width: 6px;
        height: 6px;
        background-color: #ffffff;
        border-radius: 50%;
        position: absolute;
        left: -2px;
        top: 13px;
    }

    .tagcloud a:hover {
        background-color: #00c8d6;
    }

        .tagcloud a:hover:before {
            border-right-color: #00c8d6;
            box-shadow: 2px 0 0 -1px #00c8d6;
        }

.content-area .tagcloud {
    border-top: 1px solid #ebeff0;
    border-bottom: 1px solid #ebeff0;
    padding: 26px 0 10px;
}
/* Instagram */
/*-----------------------------------*/
.widget-instagram .instagram {
    margin: 0 -6px 0 -6px;
}

    .widget-instagram .instagram li {
        float: left;
        width: 82px;
        height: 82px;
        margin: 0 6px 12px;
        overflow: hidden;
    }

@media (min-width: 768px) and (max-width: 1199px) {
    .widget-instagram .instagram {
        margin: 0 auto;
        width: 188px;
    }
}

@media (max-width: 479px) {
    .widget-instagram {
        margin: 0 auto;
        width: 270px;
    }
}
/* About Text */
/*-----------------------------------*/
.widget-text p {
    font-size: 15px;
    color: #291c1c;
    line-height: 1.8em;
}

.widget-text .social-links a {
    display: inline-block;
    font-size: 24px;
    color: #291c1c;
    margin-right: 13px;
}

    .widget-text .social-links a:hover {
        color: #00c8d6;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .widget-text p {
        font-size: 13px;
    }

    .widget-text .social-links a {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .widget-text p {
        font-size: 13px;
    }

    .widget-text .social-links a {
        font-size: 32px;
    }
}
/* Archives */
/*-----------------------------------*/
.widget-archives .archives li {
    float: left;
    width: 50%;
    padding: 0 10px 21px 0;
}

    .widget-archives .archives li a {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #291c1c;
    }

        .widget-archives .archives li a:hover {
            color: #00c8d6;
        }

@media (min-width: 768px) and (max-width: 991px) {
    .widget-archives .archives li {
        padding: 0 4px 18px 0;
    }
}
/* Login */
/*-----------------------------------*/
.widget-login .btn input {
    height: 47px;
    line-height: 43px;
}

.widget-login .forgetmenot {
    font-size: 13px;
    margin-bottom: 22px;
}

    .widget-login .forgetmenot .forget-password {
        line-height: 17px;
    }

@media (max-width: 991px) {
    .widget-login .forget-password {
        font-size: 11px;
    }
}
/* Testimonials */
/*-----------------------------------*/
.slider_quotes {
    margin-bottom: 60px !important;
}

    .slider_quotes .prev,
    .slider_quotes .next {
        position: relative;
        top: 10px;
        margin: 0 8px 0 0;
        color: #291c1c;
        font-size: 24px;
    }
    .slider_quotes img { position: absolute;
    top: 0;
    left: 0;
    right: 10px;
    width: auto; }
    .slider.slider_quotes .slider-item {
    position: relative;
    background: #F4F4F4;
    padding: 14px;
    overflow: hidden;
    padding-top: 250px;
}
    .slider_quotes .quote-text {
    position: absolute;
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.63);
    bottom: 26px;
}
.quote-text {
    color: #242424;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-align: center;
}

.quote-author {
    color: #999999;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #E4E4E4;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.06);
}

    .quote-author span {
        color: #291c1c;
        padding-right: 10px;
        font-family: 'Noto Serif', serif;
    }

.quoteBox .slider-item {
    padding: 15px;
    background-color: #ebeff0;
    border: 1px solid #ced8da;
}

.slider_comments {

}

.slider.slider_comments .slider-item {
    position: relative;
    background: #F4F4F4;
    padding: 14px;
    overflow: hidden;
    padding-top: 250px;
}
.slider_comments .quote-text {
    position: absolute; 
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-align: center;  
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

        border: 0;
    color: #39434c;
    font-family: Georgia, serif;
    font-size: 26px;
    font-style: italic;
    line-height: 28px;
    padding: 0;
}

.slider_comments .quote-text:after {
    display: block;
    height: 0;
    content: '\201D';
    margin-right: -1.5em;
    font: italic 137%/0.5 Georgia,"Times New Roman", serif;
    color: #999;
}
.slider_comments .quote-text:before {
    display: block;
    height: 0;
    content: '\201C';
    margin-left: -2em;
    font: italic 160%/1 Georgia,"Times New Roman", serif;
    color: #999;
}
.slider_comments .prev, .slider_comments .next,  .slider_quotes .prev,  .slider_quotes .next {
    position: absolute;
    top: auto;
    margin: 0 8px 0 0;
    color: #291c1c;
    font-size: 24px;
}
.slider_comments .prev,  .slider_quotes .prev {
    bottom: 10px;
    left: 10px;
}
.slider_comments .next,  .slider_quotes .next {
    bottom: 10px;
    right: 10px;
}

/* Twitter  widget */
/*-----------------------------------*/
.twitter ul {
    list-style: none;
    padding-left: 0;
}

    .twitter ul li {
        position: relative;
        line-height: 1.5em;
        padding-left: 30px;
        margin-bottom: 14px;
        min-height: 24px;
    }

        .twitter ul li:before {
            font-family: 'tficons';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            padding: 1px;
            content: "\e607";
            position: absolute;
            left: 0;
            top: 0;
            font-size: 24px;
            color: #0cc2ef;
        }
/* Widget Flickr */
/*-----------------------------------*/
.widget_flickr .flickr_badge_image {
    float: left;
    margin: 0 10px 10px 0;
    width: 80px;
    height: 80px;
}

    .widget_flickr .flickr_badge_image img {
        width: 80px;
        height: 80px;
        border: 4px solid #291c1c;
        -webkit-transition: border-color 0.3s ease;
        -moz-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        -ms-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }

    .widget_flickr .flickr_badge_image a:hover img {
        border-color: #00c8d6;
    }
/*-----------------------------------*/
/* Workouts */
/*-----------------------------------*/
/* Workout List */
/*-----------------------------------*/
.workout-filters .field-select {
    margin: 0 70px 0 0;
}

.nothing-found {
    text-align: center;
    margin-top: 120px;
    height: 0;
}

.workoutlist {
    width: 1140px;
    margin: 0 auto -130px;
}

.workout-item {
    float: left;
    width: 540px;
    height: 222px;
    margin: 0 15px 180px;
}

    .workout-item .workout-image {
        float: left;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        margin: 12px 20px 0 0;
        background-color: #ebeff0;
        text-align: center;
    }

        .workout-item .workout-image i {
            font-size: 36px;
            color: #291c1c;
            line-height: 200px;
        }

        .workout-item .workout-image img {
            border-radius: 50%;
        }

    .workout-item .workout-title-before {
        font-size: 13px;
        font-weight: 700;
        color: #00c8d6;
        text-transform: uppercase;
        margin-bottom: .8em;
        height: 13px;
    }

    .workout-item .workout-title {
        font-weight: 400;
        margin-bottom: 1em;
        height: 26px;
    }

    .workout-item .workout-desc {
        margin-bottom: 30px;
    }

        .workout-item .workout-desc p {
            font-size: 12px;
            line-height: 2.2em;
        }

    .workout-item.workout-item-dummy {
        position: absolute;
        right: 0;
        bottom: 0;
    }

@media (max-width: 1199px) {
    .workout-filters .field-select {
        margin: 0 30px;
    }

    .workoutlist {
        width: 940px;
        margin-bottom: -100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px), (min-width: 480px) and (max-width: 767px) {
    .workout-item {
        width: 450px;
        height: 216px;
        margin: 0 10px 120px;
    }

        .workout-item .workout-image {
            margin: 6px 10px 0 0;
        }

        .workout-item .workout-title {
            font-size: 19px;
            height: 23px;
        }

        .workout-item .workout-desc {
            margin-bottom: 20px;
        }

            .workout-item .workout-desc p {
                line-height: 1.6em;
            }
}

@media (max-width: 991px) {
    .workout-filters .field-select {
        margin: 0;
    }

    .workoutlist {
        width: 570px;
        margin-bottom: -70px;
    }

    .workout-item {
        height: auto;
        margin-bottom: 100px;
    }

    .workout-item-dummy {
        display: none;
    }
}

@media (max-width: 767px) {
    .workout-filters .field-select {
        margin-bottom: 20px;
    }

    .workout-filters > div:last-child .field-select {
        margin-bottom: 0;
    }

    .workoutlist {
        width: 450px;
        margin-bottom: -40px;
    }

    .workout-item {
        margin: 0 0 60px;
    }
}

@media (max-width: 479px) {
    .workoutlist {
        width: 290px;
        margin-bottom: -20px;
    }

    .workout-item {
        text-align: center;
        width: 290px;
        margin: 0 0 40px;
    }

        .workout-item .workout-image {
            float: none;
            margin: 0 auto 15px;
        }

        .workout-item .workout-title {
            font-size: 18px;
            margin-bottom: .5em;
            height: auto;
        }

        .workout-item .workout-desc {
            margin-bottom: 18px;
        }

            .workout-item .workout-desc p {
                line-height: 1.6em;
            }
}
/*Workout Item on Hover, Nutrition Item on Hover*/
.workout-image a,
.postlist-services .post-thumbnail {
    position: relative;
    display: block;
    border-radius: 50%;
}

    .workout-image a:before,
    .postlist-services .post-thumbnail:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        background-color: transparent;
        -webkit-transition: background-color 0.5s ease;
        -moz-transition: background-color 0.5s ease;
        -o-transition: background-color 0.5s ease;
        -ms-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
    }

    .workout-image a:hover:before,
    .postlist-services .post-thumbnail:hover:before {
        background-color: rgba(0, 0, 0, 0.65);
    }

    .workout-image a span,
    .postlist-services .post-thumbnail span {
        opacity: 0;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        width: 120px;
        height: 36px;
        line-height: 36px;
        white-space: nowrap;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -18px;
        margin-left: -60px;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

        .workout-image a span:before,
        .postlist-services .post-thumbnail span:before,
        .workout-image a span:after,
        .postlist-services .post-thumbnail span:after {
            content: '';
            position: absolute;
            top: -60px;
            left: 0;
            right: 0;
            height: 1px;
            background-color: #fff;
            visibility: hidden;
            -webkit-transition: top 0.3s ease;
            -moz-transition: top 0.3s ease;
            -o-transition: top 0.3s ease;
            -ms-transition: top 0.3s ease;
            transition: top 0.3s ease;
        }

        .workout-image a span:after,
        .postlist-services .post-thumbnail span:after {
            top: auto;
            bottom: -60px;
            -webkit-transition: bottom 0.3s ease;
            -moz-transition: bottom 0.3s ease;
            -o-transition: bottom 0.3s ease;
            -ms-transition: bottom 0.3s ease;
            transition: bottom 0.3s ease;
        }

    .workout-image a:hover span,
    .postlist-services .post-thumbnail:hover span {
        opacity: 1;
    }

        .workout-image a:hover span:before,
        .postlist-services .post-thumbnail:hover span:before,
        .workout-image a:hover span:after,
        .postlist-services .post-thumbnail:hover span:after {
            top: 0;
            visibility: visible;
        }

        .workout-image a:hover span:after,
        .postlist-services .post-thumbnail:hover span:after {
            top: auto;
            bottom: 0;
        }

.postlist-services .post-thumbnail {
    border-radius: 0;
}

    .postlist-services .post-thumbnail:before {
        border-radius: 0;
    }
/* Featured Workout */
/*-----------------------------------*/
.workout-featured .section-desc p {
    font-size: 17px;
}

.workout-featured img.man {
    position: absolute;
    top: 137px;
    left: 0px;
    max-width: none;
}

.workout-featured .workout-exercises {
    margin-top: 40px;
}

    .workout-featured .workout-exercises li {
        position: relative;
        padding: 8px 0 22px 210px;
    }

        .workout-featured .workout-exercises li h4 {
            font-weight: 400;
        }

        .workout-featured .workout-exercises li:before {
            content: '';
            width: 40px;
            height: 40px;
            border: 2px solid #d34d5e;
            border-radius: 50%;
            font-size: 17px;
            color: #d34d5e;
            line-height: 36px;
            text-align: center;
            position: absolute;
            top: 0;
            left: 75px;
        }

        .workout-featured .workout-exercises li:nth-child(1):before {
            content: '1';
        }

        .workout-featured .workout-exercises li:nth-child(2):before {
            content: '2';
        }

        .workout-featured .workout-exercises li:nth-child(3):before {
            content: '3';
        }

        .workout-featured .workout-exercises li:nth-child(4):before {
            content: '4';
        }

        .workout-featured .workout-exercises li:nth-child(5):before {
            content: '5';
        }

        .workout-featured .workout-exercises li:nth-child(6):before {
            content: '6';
        }

        .workout-featured .workout-exercises li:nth-child(7):before {
            content: '7';
        }

        .workout-featured .workout-exercises li:nth-child(8):before {
            content: '8';
        }

        .workout-featured .workout-exercises li:nth-child(9):before {
            content: '9';
        }

        .workout-featured .workout-exercises li:nth-child(10):before {
            content: '10';
        }

        .workout-featured .workout-exercises li:after {
            content: '';
            width: 2px;
            background-color: #d34d5e;
            position: absolute;
            top: 40px;
            left: 94px;
            bottom: 0;
        }

        .workout-featured .workout-exercises li:last-child {
            padding-bottom: 0;
        }

            .workout-featured .workout-exercises li:last-child:after {
                display: none;
            }

@media (max-width: 1199px) {
    .workout-featured img.man {
        top: -100px;
    }

    .workout-featured .section-title {
        font-size: 29px;
    }
}

@media (max-width: 991px) {
    .workout-featured img.man {
        display: none;
    }
}

@media (max-width: 767px) {
    .workout-featured .section-desc p {
        font-size: 15px;
    }

    .workout-featured .workout-exercises li {
        padding: 8px 0 10px 64px;
    }

        .workout-featured .workout-exercises li h4 {
            font-size: 20px;
        }

        .workout-featured .workout-exercises li:before {
            left: 0;
        }

        .workout-featured .workout-exercises li:after {
            left: 19px;
        }
}

@media (max-width: 479px) {
    .workout-featured .section-title {
        font-size: 22px;
    }

    .workout-featured .section-desc p {
        font-size: 13px;
    }
}
/* Exercises (Workout Details) */
/*-----------------------------------*/
.postlist-exercises .post {
    margin-bottom: 80px;
}

    .postlist-exercises .post .entry-content {
        float: right;
        width: 49%;
    }

    .postlist-exercises .post .entry-title-before {
        font-size: 13px;
        font-weight: 700;
        color: #00c8d6;
        text-transform: uppercase;
        margin-bottom: 1.2em;
    }

    .postlist-exercises .post .entry-title {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: .8em;
    }

    .postlist-exercises .post .post-thumbnail {
        position: relative;
        float: left;
        width: 47%;
        margin: 0;
        margin-top: 3px;
    }

        .postlist-exercises .post .post-thumbnail iframe {
            width: 100%;
            height: auto;
        }

    .postlist-exercises .post p {
        font-size: 13px;
    }

    .postlist-exercises .post .entry-meta {
        font-size: 14px;
        color: #291c1c;
        text-transform: uppercase;
    }

        .postlist-exercises .post .entry-meta i {
            font-size: 40px;
            margin-right: 14px;
            vertical-align: -24%;
        }

    .postlist-exercises .post:last-child {
        margin-bottom: 0;
    }
/* Exercise Statistics */
.exercise-stats {
    border: 2px solid #ebeff0;
    padding: 32px 24px 20px;
    margin-bottom: 50px;
}

    .exercise-stats .section-title {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 2em;
    }

    .exercise-stats:last-child {
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    .postlist-exercises .post:last-child {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .postlist-exercises .post {
        margin-bottom: 60px;
    }

        .postlist-exercises .post:last-child {
            margin-bottom: 60px;
        }

        .postlist-exercises .post .post-thumbnail,
        .postlist-exercises .post .entry-content {
            float: none;
            width: auto;
        }

        .postlist-exercises .post .post-thumbnail {
            margin: 0 0 20px;
        }

            .postlist-exercises .post .post-thumbnail img {
                width: 100%;
            }
}

@media (max-width: 479px) {
    .postlist-exercises .post .entry-title-before {
        margin-bottom: .6em;
    }

    .postlist-exercises .post .entry-title {
        font-size: 20px;
    }

    .postlist-exercises .post .entry-content p {
        line-height: 1.6em;
        margin-bottom: 1em;
    }

    .exercise-stats {
        padding: 24px 15px 10px;
        margin-bottom: 20px;
    }
}
/* Workout Meta (Rate, Print, Bookmark Buttons) */
/*----------------------------------------------*/
.workout-meta {
    text-align: center;
}

    .workout-meta .btn,
    .workout-meta .rating-button {
        margin: 0 10px;
    }

@media (max-width: 767px) {
    .workout-meta .btn,
    .workout-meta .rating-button {
        display: block;
        margin-bottom: 20px;
    }
}
/* Similar Workouts */
/*-----------------------------------*/
.workout-similar .section-title {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: -70px 0 60px;
}

.workout-similar .workout {
    position: relative;
}

    .workout-similar .workout .workout-desc {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        line-height: 202px;
        background-color: rgba(0, 0, 0, 0.6);
    }

        .workout-similar .workout .workout-desc .inner {
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
        }

    .workout-similar .workout .workout-title {
        font-weight: 400;
        color: #ffffff;
    }

    .workout-similar .workout .workout-subtitle {
        font-size: 13px;
        color: #d34d5e;
        text-transform: uppercase;
    }

@media (max-width: 1199px) {
    .workout-similar .section-title {
        margin: -60px 0 50px;
    }

    .workout-similar .workout .workout-desc {
        line-height: 165px;
    }
}

@media (max-width: 991px) {
    .workout-similar .section-title {
        margin: -35px 0 45px;
    }

    .workout-similar .workout .workout-desc {
        line-height: 124px;
    }

    .workout-similar .workout .workout-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .workout-similar {
        text-align: center;
    }

        .workout-similar .section-title {
            margin: 0 0 45px;
        }

        .workout-similar .workout {
            display: inline-block;
            margin-bottom: 20px;
        }

            .workout-similar .workout .workout-desc {
                line-height: 208px;
            }
}

@media (max-width: 479px) {
    .workout-similar .section-title {
        font-size: 16px;
        margin: 10px 0 30px;
    }

    .workout-similar .workout .workout-desc {
        line-height: 163px;
    }
}
/*-----------------------------------*/
/* Pagination */
/*-----------------------------------*/
/* Post Listing */
/*-----------------------------------*/
.paging-navigation {
    position: relative;
    top: 130px;
}

    .paging-navigation:before,
    .paging-navigation:after {
        content: '';
        display: table;
    }

    .paging-navigation:after {
        clear: both;
    }

    .paging-navigation .pagination {
        float: right;
        margin: 0;
        border-radius: 0;
    }

        .paging-navigation .pagination .page_prev,
        .paging-navigation .pagination .page_next,
        .paging-navigation .pagination .page-number {
            height: 83px;
            line-height: 83px;
            float: left;
            background-color: #291c1c;
            color: #ffffff;
        }

        .paging-navigation .pagination .page_prev,
        .paging-navigation .pagination .page_next {
            font-size: 30px;
            padding: 0 41px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .paging-navigation .pagination .page_prev:hover,
            .paging-navigation .pagination .page_next:hover {
                background-color: #00c8d6;
            }

        .paging-navigation .pagination .page-number {
            font-size: 17px;
            font-weight: 700;
            padding: 0 58px;
            margin: 0 2px;
        }

        .paging-navigation .pagination .page-numbers {
            display: inline-block;
            width: 40px;
            height: 38px;
            line-height: 34px;
            vertical-align: top;
            border: 2px solid #291c1c;
            font-size: 16px;
            font-weight: 700;
            color: #291c1c;
            text-align: center;
            margin: 0 2px 5px 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .paging-navigation .pagination .page-numbers:hover,
            .paging-navigation .pagination .page-numbers.current {
                border-color: #d34d5e;
                color: #d34d5e;
            }

            .paging-navigation .pagination .page-numbers.dots {
                border-color: #291c1c;
                color: #291c1c;
            }

            .paging-navigation .pagination .page-numbers.prev,
            .paging-navigation .pagination .page-numbers.next {
                overflow: hidden;
            }

                .paging-navigation .pagination .page-numbers.prev:before,
                .paging-navigation .pagination .page-numbers.next:before {
                    font-family: 'tficons';
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    padding: 1px;
                    content: '\e60f';
                    display: block;
                    width: 36px;
                    height: 34px;
                    line-height: 34px;
                    text-align: center;
                }

                .paging-navigation .pagination .page-numbers.next:before {
                    content: '\e60e';
                }

@media (max-width: 1199px) {
    .paging-navigation {
        top: 100px;
    }
}

@media (max-width: 991px) {
    .paging-navigation {
        top: 70px;
    }
}

@media (max-width: 767px) {
    .paging-navigation {
        top: 0;
        margin-bottom: 80px;
    }
}

@media (max-width: 479px) {
    .paging-navigation {
        margin-bottom: 60px;
    }

        .paging-navigation .pagination .page_prev,
        .paging-navigation .pagination .page_next,
        .paging-navigation .pagination .page-number {
            height: 70px;
            line-height: 72px;
        }

        .paging-navigation .pagination .page_prev,
        .paging-navigation .pagination .page_next {
            padding: 0 26px;
        }

        .paging-navigation .pagination .page-number {
            font-size: 15px;
            padding: 0 32px;
        }
}
/* Post Pagination, Comments Pagination */
/*--------------------------------------*/
.post-pagination,
.comments-pagination {
    margin-bottom: 50px;
}

    .post-pagination .title,
    .comments-pagination .title {
        font-weight: 400;
        margin-bottom: 1.8em;
    }

    .post-pagination a,
    .comments-pagination a,
    .post-pagination span,
    .comments-pagination span {
        display: inline-block;
        width: 40px;
        height: 38px;
        line-height: 34px;
        border: 2px solid #291c1c;
        font-size: 16px;
        font-weight: 700;
        color: #291c1c;
        text-align: center;
        margin: 0 2px 5px 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .post-pagination a:hover,
        .comments-pagination a:hover,
        .post-pagination span:hover,
        .comments-pagination span:hover,
        .post-pagination a.current,
        .comments-pagination a.current,
        .post-pagination span.current,
        .comments-pagination span.current {
            border-color: #d34d5e;
            color: #d34d5e;
        }

.post-pagination {
    float: right;
    max-width: 50%;
    margin-bottom: 27px;
}

@media (max-width: 479px) {
    .post-pagination {
        float: none;
        max-width: none;
    }
}
/* Prev, Next Post */
/*-----------------------------------*/
.blog-post-navigation {
    margin-bottom: 103px;
}

    .blog-post-navigation a {
        position: relative;
        float: left;
        width: 49.5%;
        height: 180px;
        background-color: #d4dcdf;
        padding: 50px 60px 0;
        font-size: 14px;
        color: #291c1c;
        line-height: 1.6em;
        text-align: center;
        overflow: hidden;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        -ms-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .blog-post-navigation a span {
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: #d34d5e;
            text-transform: uppercase;
            margin-bottom: 1em;
        }

        .blog-post-navigation a i {
            position: absolute;
            left: 16px;
            top: 50%;
            margin-top: -32px;
            font-size: 64px;
            color: #291c1c;
        }

        .blog-post-navigation a[rel='next'] {
            float: right;
        }

            .blog-post-navigation a[rel='next'] i {
                left: auto;
                right: 16px;
            }

        .blog-post-navigation a:hover {
            background-color: #ebeff0;
        }

@media (max-width: 1199px) {
    .blog-post-navigation a {
        font-size: 13px;
        padding: 50px 44px 0;
    }

        .blog-post-navigation a[rel='prev'] i {
            left: 6px;
        }

        .blog-post-navigation a[rel='next'] i {
            right: 6px;
        }
}

@media (max-width: 991px) {
    .blog-post-navigation {
        margin-bottom: 80px;
    }

        .blog-post-navigation a {
            padding: 50px 10px 0;
        }

            .blog-post-navigation a i {
                display: none;
            }
}

@media (max-width: 767px) {
    .blog-post-navigation {
        margin-bottom: 60px;
    }
}

@media (max-width: 479px) {
    .blog-post-navigation {
        margin-bottom: 20px;
    }

        .blog-post-navigation a {
            float: none;
            display: block;
            width: 100%;
            height: auto;
            padding: 20px 10px;
            margin-bottom: 20px;
        }
}
/* Pagination inside Post (WP Post Formats) */
/*------------------------------------------*/
.page-links {
    margin-bottom: 20px;
}

    .page-links > a,
    .page-links > span {
        display: inline-block;
        width: 40px;
        height: 38px;
        line-height: 34px;
        border: 2px solid #291c1c;
        font-size: 16px;
        font-weight: 700;
        color: #291c1c;
        text-align: center;
        margin: 0 2px 5px 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .page-links > a:hover,
        .page-links > span {
            border-color: #d34d5e;
            color: #d34d5e;
        }

    .page-links .page-links-title {
        display: inline-block;
        width: auto;
        font-size: 15px;
        font-weight: 400;
        color: #291c1c;
        border: none;
    }

.shortcodes .btn {
    margin-bottom: 10px;
}

.shortcodes .entry-content > h2,
.shortcodes .entry-content > h3,
.shortcodes .entry-content > h4 {
    margin: 0em 0 0em;
    font-family: 'Noto Serif', serif;
}

.shortcodes .entry-content > h4 {
    margin-bottom: 20px;
}

.shortcodes .entry-content > p {
    font-size: 14px;
    margin-bottom: 0.5em;
}

.alert {
    border-radius: 0;
}

    .alert .close {
        float: right;
    }
/* Framed boxes */
/*-----------------------------------*/
.frame_left,
.frame_right,
.frame_center,
.frame_box {
    margin: 0;
    display: inline-block;
    position: relative;
    padding: 3px;
    background: #ebeff0;
    border: 1px solid #999999;
}

.frame_box {
    display: inline-block;
    margin-bottom: 15px;
    max-width: 100%;
}

    .frame_box img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

.frame_left {
    float: left;
    display: block;
    margin: 0 20px 5px 0;
}

.frame_right {
    float: right;
    display: block;
    margin: 0 0 5px 20px;
}

.frame_center {
    border: none;
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
}
/* Slideshow Gallery and Text */
/*-----------------------------------*/
.slider {
    position: relative;
    margin-bottom: 10px;
}

    .slider .slider-item {
        position: relative;
        background: #F4F4F4;
        padding: 14px;
    }

        .slider .slider-item.video_slide {
            overflow: hidden;
        }

        .slider .slider-item.text_slide {
            overflow: auto;
        }

            .slider .slider-item.text_slide .inner {
                padding: 5px 10px;
            }

            .slider .slider-item.text_slide h5:first-child {
                margin-top: 0;
            }

.slider_medium {
    width: 617px;
}

    .slider_medium .slider-item,
    .slider_medium .slider-item iframe {
        width: 617px;
        height: 348px;
    }

.slider_small {
    width: 430px;
}

    .slider_small .slider-item,
    .slider_small .slider-item iframe {
        width: 430px;
        height: 243px;
    }

.slider_mini {
    width: 220px;
    width: 100%;
}

    .slider_mini .slider-item,
    .slider_mini .slider-item iframe {
        width: 220px;
        width: 100%;
        width: 260px;
        padding: 0px;
        height: 260px;
        height: 310px;
    }

        .slider_mini .slider-item .entry-content {
            background: #efefef;
            color: #fff;
            box-shadow: 0px -2px 3px #000;
            padding: 8px;
            height: 50px;
            display: block;
        }

        .slider_mini .slider-item h5 {
            text-align: left;
            margin: 0px;
        }

        .slider_mini .slider-item span {
            color: #008d9f;
            font-size: 11px;
            line-height: 10px;
        }

        .slider_mini .slider-item img {
            height: auto;
            max-width: inherit;
            width: 100%;
        }

    .slider_mini .slider_pagination {
        display: block;
        text-align: right;
        margin-top: -44px;
        z-index: 999;
        position: absolute;
        right: 0px;
        padding: 12px;
    }

        .slider_mini .slider_pagination a {
            display: inline-block;
            width: 13px;
            height: 12px;
            border: 2px solid #999999;
            border-radius: 50%;
            margin: 0 3px;
        }

.slider_pagination {
    padding-top: 10px;
    text-align: center;
}

    .slider_pagination a {
        display: inline-block;
        width: 16px;
        height: 16px;
        border: 2px solid #999999;
        border-radius: 50%;
        margin: 0 3px;
    }

        .slider_pagination a.selected {
            background-color: #999999;
        }

        .slider_pagination a span {
            display: none;
        }

@media (max-width: 991px) {
    .slider_medium {
        width: 470px;
    }

        .slider_medium .slider-item,
        .slider_medium .slider-item iframe {
            width: 470px;
            height: 264px;
        }
}

@media (max-width: 767px) {
    .slider_medium {
        width: 450px;
    }

        .slider_medium .slider-item,
        .slider_medium .slider-item iframe {
            width: 450px;
            height: 254px;
        }

    .slider_pagination a {
        width: 20px;
        height: 20px;
        margin: 0 4px;
    }
}

@media (max-width: 479px) {
    .slider_medium,
    .slider_small,
    .slider_mini {
        width: 290px;
    }

        .slider_medium .slider-item,
        .slider_small .slider-item,
        .slider_mini .slider-item,
        .slider_medium .slider-item iframe,
        .slider_small .slider-item iframe,
        .slider_mini .slider-item iframe {
            width: 290px;
            height: 164px;
        }
}
/* MiniGallery Carousel */
/*-----------------------------------*/
.minigallery_carousel {
    position: relative;
    margin-bottom: 0px;
    /*background-color: #ebeff0;
  padding: 20px 30px;*/
}

    .minigallery_carousel ul {
        list-style: none;
        padding-left: 0;
    }

    .minigallery_carousel li {
        float: left;
        width: 160px;
        height: 160px;
        margin: 0 5px;
    }

        .minigallery_carousel li img {
            width: 160px;
            height: 160px;
            border: 1px solid #aebbbb;
            -webkit-transition: border-color 0.3s ease;
            -moz-transition: border-color 0.3s ease;
            -o-transition: border-color 0.3s ease;
            -ms-transition: border-color 0.3s ease;
            transition: border-color 0.3s ease;
        }

        .minigallery_carousel li a:hover img {
            border-color: #00c8d6;
        }

    .minigallery_carousel .prev,
    .minigallery_carousel .next {
        position: absolute;
        top: 70px;
        left: -12px;
        font-size: 26px;
        color: #291c1c;
        line-height: 1em;
    }

    .minigallery_carousel .next {
        left: auto;
        right: -12px;
    }
/* Boxes, Toggles */
/*-----------------------------------*/
.toggleitem > a {
    display: inline-block;
    margin-bottom: 20px;
}

.panel-body {
    line-height: 1.4em;
    padding: 0;
}

.panel {
    border-radius: 0 !important;
    box-shadow: none;
}

    .panel .panel-body {
        padding: 15px;
    }

    .panel .panel-heading {
        padding: 15px 20px;
        border-radius: 0;
        border-bottom: none;
        color: #ffffff;
        text-transform: capitalize;
    }

        .panel .panel-heading .panel-title a {
            display: block;
            color: #ffffff;
        }

    .panel.panel-default {
        border-color: #00c8d6;
    }

        .panel.panel-default .panel-heading {
            background-color: #00c8d6;
        }

    .panel.panel-danger {
        border-color: #e61c17;
    }

        .panel.panel-danger .panel-heading {
            background-color: #e61c17;
        }

    .panel.panel-success {
        border-color: #3c763d;
    }

        .panel.panel-success .panel-heading {
            background: #3c763d;
        }

    .panel.panel-warning {
        border-color: #d45967;
    }

        .panel.panel-warning .panel-heading {
            background: #d45967;
        }

    .panel.panel-info {
        border-color: #46b8da;
    }

        .panel.panel-info .panel-heading {
            background: #46b8da;
        }

    .panel.panel-orange {
        border-color: #d46d21;
    }

        .panel.panel-orange .panel-heading {
            background: #d46d21;
        }

    .panel.panel-black {
        border-color: #000;
    }

        .panel.panel-black .panel-heading {
            background: #000;
        }

    .panel.panel.panel-teal {
        border-color: #14b096;
    }

        .panel.panel.panel-teal .panel-heading {
            background: #14b096;
        }

    .panel.panel.panel-pink {
        border-color: #d66bb9;
    }

        .panel.panel.panel-pink .panel-heading {
            background: #d66bb9;
        }

    .panel.panel.panel-purple {
        border-color: #6d59d6;
    }

        .panel.panel.panel-purple .panel-heading {
            background: #6d59d6;
        }

    .panel.panel.panel-brown {
        border-color: #b75d1b;
    }

        .panel.panel.panel-brown .panel-heading {
            background: #b75d1b;
        }
/* Tooltips */
/*-----------------------------------*/
.tooltip.top .tooltip-arrow {
    border-top-color: #00c8d6;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #00c8d6;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #00c8d6;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00c8d6;
}

.tooltip-inner {
    color: #ffffff;
    background-color: #00c8d6;
}
/* Tables */
/*-----------------------------------*/
.styled_table {
    margin: 10px 0 20px;
}

    .styled_table thead > tr > th {
        border-bottom: none;
    }

table {
    text-shadow: none;
    width: 100%;
    border-collapse: separate;
    padding-bottom: 1px;
    margin-bottom: 20px;
}

    table tr > th,
    table tr > td {
        border-top: 1px solid #ebeff0 !important;
        padding: 10px;
        text-align: left;
    }

    table thead tr > th {
        border-top: none !important;
    }

    table tr > th {
        font-weight: 400;
    }

    table tbody td {
        background: transparent;
        padding: 10px;
        font-size: 15px;
    }

.table-striped table > tbody > tr:nth-child(odd) td {
    background-color: #ebeff0;
}

.table-striped table tr:first-child th {
    border-top: 0;
}

.table-hover table > tbody > tr:hover > td {
    background-color: #ebeff0;
}
/* Table Colors */
thead th {
    background-color: #00c8d6;
    color: #fff;
}

.table-striped thead th {
    background-color: #14b096;
}

.table-primary thead th {
    background-color: #d45967;
}

.table-info thead th {
    background-color: #5bc0de;
}

.table-success thead th {
    background-color: #3c763d;
}

.table-warning thead th {
    background-color: #d45967;
}

.table-orange thead th {
    background-color: #d46d21;
}

.table-purple thead th {
    background-color: #684fe8;
}

.table-danger thead th {
    background-color: #e61c17;
}

table {
    border: 1px solid #00c8d6;
}

.table-striped .table {
    border-color: #14b096;
}

.table-primary .table {
    border-color: #d45967;
}

.table-info .table {
    border-color: #5bc0de;
}

.table-success .table {
    border-color: #3c763d;
}

.table-warning .table {
    border-color: #d45967;
}

.table-orange .table {
    border-color: #d46d21;
}

.table-purple .table {
    border-color: #684fe8;
}

.table-danger .table {
    border-color: #e61c17;
}

@media (max-width: 767px) {
    .table-responsive {
        border: 1px solid #00c8d6;
    }

        .table-responsive.table-striped {
            border-color: #14b096;
        }

        .table-responsive.table-primary {
            border-color: #d45967;
        }

        .table-responsive.table-info {
            border-color: #5bc0de;
        }

        .table-responsive.table-success {
            border-color: #3c763d;
        }

        .table-responsive.table-warning {
            border-color: #d45967;
        }

        .table-responsive.table-orange {
            border-color: #d46d21;
        }

        .table-responsive.table-purple {
            border-color: #684fe8;
        }

        .table-responsive.table-danger {
            border-color: #e61c17;
        }

    table tbody td {
        font-size: 13px;
        padding: 5px;
    }
}

.ui-dialog {
    z-index: 999 !important;
    position:fixed !important;
    top:0px !important;
    height:100% !important;
}
.ui-dialog-content {
    height: 100% !important;
}
.ui-dialog-titlebar {
    display: none !important;
}

