@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700);
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none!important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes tmFillFull {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tmFillFull {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

html {
    overflow: hidden;
    overflow-y: auto
}

body {
    overflow: hidden!important;
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Open Sans", sans-serif;
    color: #686b77;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    body {
        font-size: 14px;
        line-height: 23px
    }
}

::-webkit-input-placeholder {
    color: #686b77
}

:-moz-placeholder {
    color: #686b77
}

::-moz-placeholder {
    color: #686b77
}

:-ms-input-placeholder {
    color: #686b77
}

address,
blockquote,
caption,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
p,
pre,
table,
ul {
    margin: 0;
    margin-bottom: 15px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "PT Serif", serif;
    color: #3c424f
}

.h1,
h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700
}

.h2,
h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700
}

.h3,
h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700
}

.h4,
h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700
}

.h5,
h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}

.h6,
h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .h1,
    h1 {
        font-size: 34px;
        line-height: 44px
    }
    .h2,
    h2 {
        font-size: 32px;
        line-height: 40px
    }
    .h3,
    h3 {
        font-size: 28px;
        line-height: 38px
    }
}

@media only screen and (max-width:767px) {
    .h1,
    h1 {
        font-size: 32px;
        line-height: 42px
    }
    .h2,
    h2 {
        font-size: 30px;
        line-height: 38px
    }
    .h3,
    h3 {
        font-size: 26px;
        line-height: 36px
    }
    .h4,
    h4 {
        font-size: 22px;
        line-height: 32px
    }
    .h5,
    h5 {
        font-size: 18px;
        line-height: 28px
    }
    .h6,
    h6 {
        font-size: 16px;
        line-height: 24px
    }
}

::-moz-selection {
    background: #80C4E9;
    color: #fff
}

::-ms-selection {
    background: #80C4E9;
    color: #fff
}

::-o-selection {
    background: #80C4E9;
    color: #fff
}

::selection {
    background: #80C4E9;
    color: #fff
}

a {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

a:visited {
    color: inherit
}

button {
    cursor: pointer
}

button,
input,
select,
textarea {
    background: 0 0;
    border: 1px solid #ebebeb;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    color: #686b77;
    font-family: "Open Sans", sans-serif
}

button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #686b77
}

button:-moz-placeholder,
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #686b77
}

button::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #686b77
}

button:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #686b77
}

button:active,
button:focus,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    outline: 0;
    border-color: #80C4E9
}

input,
select,
textarea {
    width: 100%;
    font-size: 14px;
    vertical-align: middle
}

button,
input,
select {
    height: 50px;
    padding: 0 15px
}

@media only screen and (max-width:767px) {
    button,
    input,
    select {
        height: 44px
    }
}

textarea {
    padding: 10px 15px
}

blockquote {
    border-left: 5px solid #80C4E9;
    font-size: 18px;
    line-height: 27px;
    padding: 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    overflow: hidden
}

blockquote::after {
    content: "\e67e";
    font-family: Themify;
    font-weight: 700;
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: -1;
    font-size: 120px;
    line-height: .5;
    color: #f2f2f2
}

blockquote p {
    margin-bottom: 10px;
    font-style: italic
}

blockquote footer {
    font-size: 14px
}

blockquote footer a {
    color: #80C4E9
}

blockquote footer a:hover {
    color: #80C4E9
}

@media only screen and (max-width:767px) {
    blockquote {
        font-size: 16px;
        line-height: 25px;
        padding: 20px
    }
}

[class*=" flaticon-"],
[class^=flaticon-] {
    line-height: 1
}

[class*=" flaticon-"]::after,
[class*=" flaticon-"]::before,
[class^=flaticon-]::after,
[class^=flaticon-]::before {
    margin-left: 0;
    font-size: inherit;
    vertical-align: middle
}

.stylish-list,
.stylish-list-color {
    padding-left: 0;
    display: block
}

.stylish-list li,
.stylish-list-color li {
    list-style: none;
    line-height: 30px;
    position: relative;
    padding-left: 30px
}

.stylish-list li i,
.stylish-list-color li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 30px;
    color: #686b77
}

.stylish-list-color li i {
    color: #80C4E9
}

input[type=checkbox],
input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type=checkbox]~label,
input[type=radio]~label {
    position: relative;
    padding-left: 24px;
    cursor: pointer
}

input[type=checkbox]~label a,
input[type=radio]~label a {
    font-weight: 600
}

input[type=checkbox]~label:before,
input[type=radio]~label:before {
    content: "";
    font-family: Themify;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 3px;
    border: 1px solid #ddd;
    height: 15px;
    width: 15px;
    line-height: 1.5;
    font-size: 9px;
    text-align: center
}

input[type=checkbox]:checked~label,
input[type=radio]:checked~label {
    color: #80C4E9
}

input[type=checkbox]:checked~label a,
input[type=radio]:checked~label a {
    color: #80C4E9
}

input[type=checkbox]:checked~label:before,
input[type=radio]:checked~label:before {
    content: "\e64c";
    color: #80C4E9;
    border-color: #80C4E9
}

input[type=radio]~label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    border: 2px solid #ddd;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    height: 15px;
    width: 15px;
    margin-top: -8px;
    line-height: .5;
    font-size: 28px
}

input[type=radio]:checked~label::before {
    content: "";
    color: #80C4E9;
    border-color: #80C4E9
}

.hidden {
    display: none
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.color-theme {
    color: #80C4E9
}

.color-secondary {
    color: #3498db
}

.color-dark {
    color: #202020
}

.colog-grey {
    color: #fdf4f3
}

.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.bg-theme {
    background-color: #80C4E9
}

.bg-secondary {
    background-color: #3498db!important
}

.bg-grey {
    background-color: #f5f5f5
}

.bg-dark {
    background-color: #202020!important
}

.bg-black {
    background-color: #000
}

.bg-white {
    background-color: #fff!important
}

.bg-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdf4f3));
    background-image: -webkit-linear-gradient(top, #fff 0, #fdf4f3 100%);
    background-image: -o-linear-gradient(top, #fff 0, #fdf4f3 100%);
    background-image: linear-gradient(to bottom, #fff 0, #fdf4f3 100%)
}

[class*=bg-image-],
[data-bgimage] {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.bg-image-1 {
    background-image: url(../images/bg/bg-image-1.jpg.html)
}

.bg-image-2 {
    background-image: url(../images/bg/bg-image-2.jpg.html)
}

.bg-image-3 {
    background-image: url(../images/bg/bg-image-3.jpg.html)
}

.bg-image-4 {
    background-image: url(../images/bg/bg-image-4.jpg.html)
}

.bg-image-5 {
    background-image: url(../images/bg/bg-image-5.jpg.html)
}

.bg-image-6 {
    background-image: url(../images/bg/bg-image-6.jpg.html)
}

.bg-image-7 {
    background-image: url(../images/bg/bg-image-7.jpg.html)
}

.bg-image-8 {
    background-image: url(../images/bg/bg-image-8.jpg.html)
}

.bg-image-9 {
    background-image: url(../images/bg/bg-image-9.jpg.html)
}

.bg-image-10 {
    background-image: url(../images/bg/bg-image-10.jpg.html)
}

.bg-image-11 {
    background-image: url(../images/bg/bg-image-11.jpg.html)
}

.bg-image-12 {
    background-image: url(../images/bg/bg-image-12.jpg.html)
}

.bg-image-13 {
    background-image: url(../images/bg/bg-image-13.jpg.html)
}

.bg-image-14 {
    background-image: url(../images/bg/bg-image-14.jpg.html)
}

.bg-image-15 {
    background-image: url(../images/bg/bg-image-15.jpg.html)
}

.bg-image-16 {
    background-image: url(../images/bg/bg-image-16.jpg.html)
}

.bg-image-17 {
    background-image: url(../images/bg/bg-image-17.jpg.html)
}

.bg-image-18 {
    background-image: url(../images/bg/bg-image-18.jpg.html)
}

.bg-image-19 {
    background-image: url(../images/bg/bg-image-19.jpg.html)
}

.bg-image-20 {
    background-image: url(../images/bg/bg-image-20.jpg.html)
}

.text-italic {
    font-style: italic
}

.text-normal {
    font-style: normal
}

.text-underline {
    font-style: underline
}

.body-font {
    font-family: "Open Sans", sans-serif
}

.heading-font {
    font-family: "PT Serif", serif
}

.tm-fullscreen {
    min-height: 100vh;
    width: 100%
}

[data-black-overlay],
[data-overlay],
[data-secondary-overlay],
[data-white-overlay] {
    position: relative
}

[data-black-overlay]>*,
[data-black-overlay]>div,
[data-overlay]>*,
[data-overlay]>div,
[data-secondary-overlay]>*,
[data-secondary-overlay]>div,
[data-white-overlay]>*,
[data-white-overlay]>div {
    position: relative;
    z-index: 2
}

[data-black-overlay]:before,
[data-overlay]:before,
[data-secondary-overlay]:before,
[data-white-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

[data-overlay]:before {
    background-color: #80C4E9
}

[data-secondary-overlay]:before {
    background-color: #80C4E9
}

[data-black-overlay]:before {
    background-color: #000
}

[data-white-overlay]:before {
    background-color: #fff
}

[data-black-overlay="0.5"]:before,
[data-overlay="0.5"]:before,
[data-secondary-overlay="0.5"]:before,
[data-white-overlay="0.5"]:before {
    opacity: .05
}

[data-black-overlay="1"]:before,
[data-overlay="1"]:before,
[data-secondary-overlay="1"]:before,
[data-white-overlay="1"]:before {
    opacity: .1
}

[data-black-overlay="1.5"]:before,
[data-overlay="1.5"]:before,
[data-secondary-overlay="1.5"]:before,
[data-white-overlay="1.5"]:before {
    opacity: .15
}

[data-black-overlay="2"]:before,
[data-overlay="2"]:before,
[data-secondary-overlay="2"]:before,
[data-white-overlay="2"]:before {
    opacity: .2
}

[data-black-overlay="2.5"]:before,
[data-overlay="2.5"]:before,
[data-secondary-overlay="2.5"]:before,
[data-white-overlay="2.5"]:before {
    opacity: .25
}

[data-black-overlay="3"]:before,
[data-overlay="3"]:before,
[data-secondary-overlay="3"]:before,
[data-white-overlay="3"]:before {
    opacity: .3
}

[data-black-overlay="3.5"]:before,
[data-overlay="3.5"]:before,
[data-secondary-overlay="3.5"]:before,
[data-white-overlay="3.5"]:before {
    opacity: .35
}

[data-black-overlay="4"]:before,
[data-overlay="4"]:before,
[data-secondary-overlay="4"]:before,
[data-white-overlay="4"]:before {
    opacity: .4
}

[data-black-overlay="4.5"]:before,
[data-overlay="4.5"]:before,
[data-secondary-overlay="4.5"]:before,
[data-white-overlay="4.5"]:before {
    opacity: .45
}

[data-black-overlay="5"]:before,
[data-overlay="5"]:before,
[data-secondary-overlay="5"]:before,
[data-white-overlay="5"]:before {
    opacity: .5
}

[data-black-overlay="5.5"]:before,
[data-overlay="5.5"]:before,
[data-secondary-overlay="5.5"]:before,
[data-white-overlay="5.5"]:before {
    opacity: .55
}

[data-black-overlay="6"]:before,
[data-overlay="6"]:before,
[data-secondary-overlay="6"]:before,
[data-white-overlay="6"]:before {
    opacity: .6
}

[data-black-overlay="6.5"]:before,
[data-overlay="6.5"]:before,
[data-secondary-overlay="6.5"]:before,
[data-white-overlay="6.5"]:before {
    opacity: .65
}

[data-black-overlay="7"]:before,
[data-overlay="7"]:before,
[data-secondary-overlay="7"]:before,
[data-white-overlay="7"]:before {
    opacity: .7
}

[data-black-overlay="7.5"]:before,
[data-overlay="7.5"]:before,
[data-secondary-overlay="7.5"]:before,
[data-white-overlay="7.5"]:before {
    opacity: .75
}

[data-black-overlay="8"]:before,
[data-overlay="8"]:before,
[data-secondary-overlay="8"]:before,
[data-white-overlay="8"]:before {
    opacity: .8
}

[data-black-overlay="8.5"]:before,
[data-overlay="8.5"]:before,
[data-secondary-overlay="8.5"]:before,
[data-white-overlay="8.5"]:before {
    opacity: .85
}

[data-black-overlay="9"]:before,
[data-overlay="9"]:before,
[data-secondary-overlay="9"]:before,
[data-white-overlay="9"]:before {
    opacity: .9
}

[data-black-overlay="9.5"]:before,
[data-overlay="9.5"]:before,
[data-secondary-overlay="9.5"]:before,
[data-white-overlay="9.5"]:before {
    opacity: .95
}

[data-black-overlay="10"]:before,
[data-overlay="10"]:before,
[data-secondary-overlay="10"]:before,
[data-white-overlay="10"]:before {
    opacity: 1
}

.slick-slide:active,
.slick-slide:focus {
    outline: 0
}

.slick-slide.slick-active:active,
.slick-slide.slick-active:focus,
.slick-slide.slick-current:active,
.slick-slide.slick-current:focus {
    outline: 0
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 50px
}

.tm-padding-section {
    padding-top: 100px;
    padding-bottom: 100px
}

.tm-padding-section-top {
    padding-top: 100px
}

.tm-padding-section-bottom {
    padding-bottom: 100px
}

.tm-padding-section-sm {
    padding-top: 60px;
    padding-bottom: 60px
}

.tm-padding-section-sm-top {
    padding-top: 60px
}

.tm-padding-section-sm-bottom {
    padding-bottom: 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-padding-section {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .tm-padding-section-top {
        padding-top: 80px
    }
    .tm-padding-section-bottom {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .tm-padding-section {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .tm-padding-section-top {
        padding-top: 70px
    }
    .tm-padding-section-bottom {
        padding-bottom: 70px
    }
}

.mt-30-reverse {
    margin-top: -30px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.mt-40-reverse {
    margin-top: -40px
}

.mt-40 {
    margin-top: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.pt-40 {
    padding-top: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.mt-50-reverse {
    margin-top: -50px
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

#back-top-top {
    position: fixed;
    left: auto;
    right: 30px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    padding: 0;
    line-height: 1;
    text-align: center;
    background: #80C4E9;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #80C4E9;
    -webkit-animation: slideInRight .4s ease-in-out 1 both;
    animation: slideInRight .4s ease-in-out 1 both;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

#back-top-top i {
    line-height: 45px
}

@media only screen and (max-width:767px) {
    #back-top-top {
        display: none
    }
}

.appointment-messages,
.form-messages {
    margin-bottom: 0;
    text-align: center
}

.appointment-messages.error,
.form-messages.error {
    margin-top: 20px;
    color: #f80707
}

.appointment-messages.success,
.form-messages.success {
    margin-top: 20px;
    color: #0d8d2d
}

.tm-parallax {
    position: relative;
    z-index: 0;
    -webkit-background-size: cover;
    background-size: cover
}

.tm-parallax>.tm-parallax-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.tm-videobgholder {
    position: relative
}

.tm-videobgwarpper {
    width: 100%;
    height: 100%;
    position: absolute!important;
    top: 0!important;
    left: 0;
    z-index: -1
}

.tm-videobg {
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.tm-video-controls {
    position: absolute;
    left: auto;
    right: 30px;
    top: auto;
    bottom: 30px;
    z-index: 1
}

.tm-video-controls button {
    height: 45px;
    width: 45px;
    color: #777;
    border: 2px solid #777;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    font-size: 22px
}

.tm-video-controls button:hover {
    color: #fff;
    border-color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-video-controls {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .tm-video-controls {
        display: none
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media (max-width:575px) {
    .container {
        max-width: 440px
    }
}

.lg-backdrop {
    background-color: rgba(25, 25, 25, .92)
}

.tm-rating span {
    color: #b7b9c1;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle
}

.tm-rating span.active {
    color: #fdc716
}

.tm-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

.tm-preloader-logo {
    text-align: center
}

.tm-preloader-progress {
    display: block;
    height: 3px;
    width: 100%;
    background: #77768e;
    margin-top: 30px;
    position: relative;
    overflow: hidden
}

.tm-preloader-progress::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #80C4E9;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: tmFillFull 4s linear 0s 1 both;
    animation: tmFillFull 4s linear 0s 1 both
}

.tm-preloader .tm-button,
.tm-preloader .tm-readmore {
    position: absolute;
    left: auto;
    top: auto;
    right: 15px;
    bottom: 15px;
    border: 0
}

.tm-section {
    position: relative;
    z-index: 1
}

.compensate-for-scrollbar {
    margin-right: 0!important
}

.tm-autoflex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tm-autoflex .col {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    width: auto
}

.slick-slider.slick-dotted {
    padding-bottom: 60px
}

.slick-slider.slick-dotted .slick-dots {
    bottom: 0;
    line-height: 1
}

.slick-slider.slick-dotted .slick-dots li {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #3c424f;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin: 0 7px
}

.slick-slider.slick-dotted .slick-dots li button {
    display: none
}

.slick-slider.slick-dotted .slick-dots li.slick-active {
    background: #80C4E9
}

.slick-slider .slick-arrow {
    z-index: 1;
    height: 45px;
    width: 45px;
    display: inline-block;
    background: rgba(255, 108, 141, .6);
    text-align: center;
    color: #fff;
    font-size: 18px
}

.slick-slider .slick-arrow::before {
    display: none
}

.slick-slider .slick-arrow:hover {
    background: #80C4E9
}

.slick-slider .slick-arrow.slick-prev {
    left: 0
}

.slick-slider .slick-arrow.slick-next {
    right: 0
}

@media only screen and (max-width:767px) {
    .fancybox-slide {
        padding: 15px
    }
}

.tm-scrollanim {
    opacity: 0
}

.tm-scrollanim.scrollanim-action {
    -webkit-animation: fadeIn 1s ease-in-out 0s 1 forwards;
    animation: fadeIn 1s ease-in-out 0s 1 forwards
}

.tm-button,
.tm-readmore,
a.tm-button,
a.tm-readmore,
button.tm-button,
button.tm-readmore {
    display: inline-block;
    height: 50px;
    min-width: 150px;
    background: #80C4E9;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 0 40px;
    vertical-align: middle
}

.tm-button::before,
.tm-readmore::before,
a.tm-button::before,
a.tm-readmore::before,
button.tm-button::before,
button.tm-readmore::before {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    background: #3c424f;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.tm-button:hover::before,
.tm-readmore:hover::before,
a.tm-button:hover::before,
a.tm-readmore:hover::before,
button.tm-button:hover::before,
button.tm-readmore:hover::before {
    top: 0
}

.tm-button-dark.tm-readmore,
.tm-button.tm-button-dark,
a.tm-button-dark.tm-readmore,
a.tm-button.tm-button-dark,
button.tm-button-dark.tm-readmore,
button.tm-button.tm-button-dark {
    background: #3c424f
}

.tm-button-dark.tm-readmore::before,
.tm-button.tm-button-dark::before,
a.tm-button-dark.tm-readmore::before,
a.tm-button.tm-button-dark::before,
button.tm-button-dark.tm-readmore::before,
button.tm-button.tm-button-dark::before {
    background: #80C4E9
}

.tm-button-white.tm-readmore,
.tm-button.tm-button-white,
a.tm-button-white.tm-readmore,
a.tm-button.tm-button-white,
button.tm-button-white.tm-readmore,
button.tm-button.tm-button-white {
    background: #fff;
    color: #3c424f
}

.tm-button-white.tm-readmore::before,
.tm-button.tm-button-white::before,
a.tm-button-white.tm-readmore::before,
a.tm-button.tm-button-white::before,
button.tm-button-white.tm-readmore::before,
button.tm-button.tm-button-white::before {
    background: #80C4E9
}

.tm-button-white.tm-readmore:hover,
.tm-button.tm-button-white:hover,
a.tm-button-white.tm-readmore:hover,
a.tm-button.tm-button-white:hover,
button.tm-button-white.tm-readmore:hover,
button.tm-button.tm-button-white:hover {
    color: #fff
}

.tm-button-transparent.tm-readmore,
.tm-button.tm-button-transparent,
a.tm-button-transparent.tm-readmore,
a.tm-button.tm-button-transparent,
button.tm-button-transparent.tm-readmore,
button.tm-button.tm-button-transparent {
    background: 0 0;
    color: #80C4E9;
    border: 1px solid #80C4E9
}

.tm-button-transparent.tm-readmore::before,
.tm-button.tm-button-transparent::before,
a.tm-button-transparent.tm-readmore::before,
a.tm-button.tm-button-transparent::before,
button.tm-button-transparent.tm-readmore::before,
button.tm-button.tm-button-transparent::before {
    background: #80C4E9
}

.tm-button-transparent.tm-readmore:hover,
.tm-button.tm-button-transparent:hover,
a.tm-button-transparent.tm-readmore:hover,
a.tm-button.tm-button-transparent:hover,
button.tm-button-transparent.tm-readmore:hover,
button.tm-button.tm-button-transparent:hover {
    color: #fff
}

.tm-button-transparent.tm-button-white.tm-readmore,
.tm-button.tm-button-transparent.tm-button-white,
a.tm-button-transparent.tm-button-white.tm-readmore,
a.tm-button.tm-button-transparent.tm-button-white,
button.tm-button-transparent.tm-button-white.tm-readmore,
button.tm-button.tm-button-transparent.tm-button-white {
    border-color: #fff;
    color: #fff
}

.tm-button-transparent.tm-button-white.tm-readmore::before,
.tm-button.tm-button-transparent.tm-button-white::before,
a.tm-button-transparent.tm-button-white.tm-readmore::before,
a.tm-button.tm-button-transparent.tm-button-white::before,
button.tm-button-transparent.tm-button-white.tm-readmore::before,
button.tm-button.tm-button-transparent.tm-button-white::before {
    background: #fff
}

.tm-button-transparent.tm-button-white.tm-readmore:hover,
.tm-button.tm-button-transparent.tm-button-white:hover,
a.tm-button-transparent.tm-button-white.tm-readmore:hover,
a.tm-button.tm-button-transparent.tm-button-white:hover,
button.tm-button-transparent.tm-button-white.tm-readmore:hover,
button.tm-button.tm-button-transparent.tm-button-white:hover {
    color: #3c424f
}

.tm-button-transparent.tm-button-dark.tm-readmore,
.tm-button.tm-button-transparent.tm-button-dark,
a.tm-button-transparent.tm-button-dark.tm-readmore,
a.tm-button.tm-button-transparent.tm-button-dark,
button.tm-button-transparent.tm-button-dark.tm-readmore,
button.tm-button.tm-button-transparent.tm-button-dark {
    border-color: #3c424f;
    color: #3c424f
}

.tm-button-transparent.tm-button-dark.tm-readmore::before,
.tm-button.tm-button-transparent.tm-button-dark::before,
a.tm-button-transparent.tm-button-dark.tm-readmore::before,
a.tm-button.tm-button-transparent.tm-button-dark::before,
button.tm-button-transparent.tm-button-dark.tm-readmore::before,
button.tm-button.tm-button-transparent.tm-button-dark::before {
    background: #3c424f
}

.tm-button-transparent.tm-button-dark.tm-readmore:hover,
.tm-button.tm-button-transparent.tm-button-dark:hover,
a.tm-button-transparent.tm-button-dark.tm-readmore:hover,
a.tm-button.tm-button-transparent.tm-button-dark:hover,
button.tm-button-transparent.tm-button-dark.tm-readmore:hover,
button.tm-button.tm-button-transparent.tm-button-dark:hover {
    color: #fff
}

.tm-button-small.tm-readmore,
.tm-button.tm-button-small,
a.tm-button-small.tm-readmore,
a.tm-button.tm-button-small,
button.tm-button-small.tm-readmore,
button.tm-button.tm-button-small {
    height: 45px;
    line-height: 45px;
    min-width: 100px;
    padding: 0 25px
}

@media only screen and (max-width:767px) {
    .tm-button,
    .tm-readmore,
    a.tm-button,
    a.tm-readmore,
    button.tm-button,
    button.tm-readmore {
        height: 45px;
        line-height: 45px;
        min-width: 100px;
        padding: 0 25px
    }
}

.tm-readmore,
a.tm-readmore,
button.tm-readmore {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    min-width: 100px;
    font-size: 14px;
    border: 1px solid #80C4E9;
    background: 0 0;
    color: #80C4E9
}

.tm-readmore::before,
a.tm-readmore::before,
button.tm-readmore::before {
    background: #80C4E9
}

.tm-readmore:hover,
a.tm-readmore:hover,
button.tm-readmore:hover {
    color: #fff
}

.tm-readmore.tm-readmore-dark,
a.tm-readmore.tm-readmore-dark,
button.tm-readmore.tm-readmore-dark {
    border-color: #3c424f;
    color: #3c424f
}

.tm-readmore.tm-readmore-dark::before,
a.tm-readmore.tm-readmore-dark::before,
button.tm-readmore.tm-readmore-dark::before {
    background: #80C4E9
}

.tm-readmore.tm-readmore-dark:hover,
a.tm-readmore.tm-readmore-dark:hover,
button.tm-readmore.tm-readmore-dark:hover {
    color: #fff;
    border-color: #80C4E9
}

.tm-readmore.tm-readmore-white,
a.tm-readmore.tm-readmore-white,
button.tm-readmore.tm-readmore-white {
    border-color: #fff;
    color: #fff
}

.tm-readmore.tm-readmore-white::before,
a.tm-readmore.tm-readmore-white::before,
button.tm-readmore.tm-readmore-white::before {
    background: #fff
}

.tm-readmore.tm-readmore-white:hover,
a.tm-readmore.tm-readmore-white:hover,
button.tm-readmore.tm-readmore-white:hover {
    color: #3c424f;
    border-color: #fff
}

.tm-videobutton,
a.tm-videobutton,
button.tm-videobutton {
    display: inline-block;
    height: 130px;
    width: 130px;
    padding: 0;
    border: none;
    outline: 0;
    background: rgba(255, 108, 141, .3);
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    font-size: 130px;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.tm-videobutton i,
a.tm-videobutton i,
button.tm-videobutton i {
    vertical-align: middle;
    margin-top: -16px;
    display: inline-block
}

.tm-videobutton:hover,
a.tm-videobutton:hover,
button.tm-videobutton:hover {
    background: #80C4E9
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-videobutton,
    a.tm-videobutton,
    button.tm-videobutton {
        height: 100px;
        width: 100px;
        font-size: 100px
    }
    .tm-videobutton i,
    a.tm-videobutton i,
    button.tm-videobutton i {
        margin-top: -12px
    }
}

@media only screen and (max-width:767px) {
    .tm-videobutton,
    a.tm-videobutton,
    button.tm-videobutton {
        height: 100px;
        width: 100px;
        font-size: 100px
    }
    .tm-videobutton i,
    a.tm-videobutton i,
    button.tm-videobutton i {
        margin-top: -12px
    }
}

.tm-sectiontitle {
    margin-bottom: 55px
}

.tm-sectiontitle h2 {
    margin-top: -8px;
    margin-bottom: 12px
}

.tm-sectiontitle-divider {
    display: inline-block;
    max-width: 16px;
    position: relative;
    line-height: 1;
    margin-bottom: 20px
}

.tm-sectiontitle-divider::after,
.tm-sectiontitle-divider::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background: #3c424f;
    top: 50%
}

.tm-sectiontitle-divider::before {
    left: auto;
    right: calc(100% + 10px)
}

.tm-sectiontitle-divider::after {
    left: calc(100% + 10px);
    right: auto
}

.tm-sectiontitle-divider img {
    width: 100%
}

.tm-sectiontitle p {
    margin-bottom: 0
}

.tm-feature {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
    padding: 22px 20px;
}

.tm-feature img {
    height: 100px;
    width: 100px
}

.tm-feature h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    margin-top: 22px
}

.tm-form-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -30px
}

.tm-form-field {
    margin-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.tm-form-field a {
    color: #686b77
}

.tm-form-field a:hover {
    color: #80C4E9
}

.tm-form-fieldhalf {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 15px);
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px)
}

.tm-form label {
    font-size: 14px;
    line-height: 22px
}

.tm-form input,
.tm-form select,
.tm-form textarea {
    border: 1px solid #d2d2d2;
    background: 0 0;
    color: #686b77;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.tm-form input::-webkit-input-placeholder,
.tm-form select::-webkit-input-placeholder,
.tm-form textarea::-webkit-input-placeholder {
    color: #686b77
}

.tm-form input:-moz-placeholder,
.tm-form select:-moz-placeholder,
.tm-form textarea:-moz-placeholder {
    color: #686b77
}

.tm-form input::-moz-placeholder,
.tm-form select::-moz-placeholder,
.tm-form textarea::-moz-placeholder {
    color: #686b77
}

.tm-form input:-ms-input-placeholder,
.tm-form select:-ms-input-placeholder,
.tm-form textarea:-ms-input-placeholder {
    color: #686b77
}

.tm-form input:focus,
.tm-form select:focus,
.tm-form textarea:focus {
    border-color: rgba(255, 108, 141, .3)
}

.tm-form textarea {
    min-height: 162px
}

.tm-form .nice-select {
    border: 1px solid #d2d2d2;
    background: 0 0;
    color: #686b77;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.tm-form .nice-select.open {
    border-color: rgba(255, 108, 141, .3)
}

@media only screen and (max-width:575px) {
    .tm-form-fieldhalf {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.nice-select {
    height: 50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 48px;
    padding: 0 15px;
    padding-right: 35px;
    width: 100%;
    border-color: #ebebeb
}

.nice-select::after {
    content: "\e64b";
    font-family: Themify;
    font-size: 10px;
    position: absolute;
    border: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    height: 9px;
    width: 9px;
    line-height: 1;
    text-align: center
}

.nice-select .current {
    display: block;
    padding: 0
}

.nice-select .list {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-width: 180px;
    width: 100%;
    margin-top: 1px
}

.nice-select .list .option {
    padding: 0 15px;
    min-height: auto;
    line-height: 30px
}

.nice-select .list .option:hover {
    background: #80C4E9;
    color: #fff
}

.nice-select:focus {
    border-color: #80C4E9
}

.nice-select.open {
    border-color: #80C4E9
}

.nice-select.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (max-width:767px) {
    .nice-select {
        height: 44px;
        line-height: 42px
    }
}

.tm-tabgroup {
    margin-bottom: 45px;
    background: #fdf4f3;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tm-tabgroup li {
    margin-top: 1px;
    margin-right: 1px
}

.tm-tabgroup li a {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    min-width: 170px;
    text-align: center;
    padding: 0 35px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.tm-tabgroup li a:hover {
    color: #80C4E9
}

.tm-tabgroup li a.active {
    background: #80C4E9;
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-tabgroup li a {
        padding: 0 25px;
        font-size: 16px;
        background: #fdf4f3;
        min-width: inherit
    }
}

@media only screen and (max-width:767px) {
    .tm-tabgroup {
        background: 0 0
    }
    .tm-tabgroup li {
        width: 100%
    }
    .tm-tabgroup li a {
        display: block;
        height: 45px;
        line-height: 43px;
        padding: 0 25px;
        font-size: 16px;
        background: #fdf4f3;
        min-width: inherit
    }
}

.tm-tabgroup2 {
    padding-left: 0;
    margin-bottom: 40px;
    background: #fdf4f3;
    padding: 15px 0;
    text-align: center;
    display: block
}

.tm-tabgroup2 li {
    list-style: none;
    display: inline-block
}

.tm-tabgroup2 li:not(:last-child) a {
    border-right: 1px solid #ebebeb
}

.tm-tabgroup2 li a {
    color: #686b77;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 20px
}

.tm-tabgroup2 li a.active {
    color: #80C4E9
}

@media only screen and (max-width:575px) {
    .tm-tabgroup2 li a {
        padding: 3px 15px
    }
}

.tab-content {
    width: 100%
}

.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible
}

.tm-accordion .card {
    border: none;
    background: 0 0
}

.tm-accordion .card:not(:last-child) {
    margin-bottom: 10px
}

.tm-accordion .card-header {
    padding: 0;
    background: 0 0;
    border: 0
}

.tm-accordion .card-header button {
    height: auto;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 28px;
    text-decoration: none!important;
    border: 0;
    position: relative;
    white-space: inherit;
    color: #3c424f;
    font-size: 18px;
    font-weight: 400;
    font-family: "PT Serif", serif;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
    padding-left: 45px
}

.tm-accordion .card-header button::after {
    content: "\e65f";
    font-family: themify;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 18px
}

.tm-accordion .card-header button.collapsed::after {
    content: "\e65f"
}

.tm-accordion .card-header button:not(.collapsed) {
    color: #80C4E9
}

.tm-accordion .card-header button:not(.collapsed):after {
    content: "\e65c"
}

.tm-accordion .card-body {
    padding: 30px 0 30px 45px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.tm-accordion .card-body p:last-of-type {
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .tm-accordion .card-header button {
        font-size: 16px;
        padding-left: 30px
    }
    .tm-accordion .card-body {
        padding-left: 30px
    }
}

.tm-pagination ul {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0
}

.tm-pagination ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px
}

.tm-pagination ul li:not(:last-child) {
    margin-right: 10px
}

.tm-pagination ul li a {
    display: inline-block;
    color: #3c424f;
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 3px;
    border: 0;
    background: #fdf4f3
}

.tm-pagination ul li a:hover {
    background: rgba(255, 108, 141, .5);
    color: #fff
}

.tm-pagination ul li.is-active a {
    background: #80C4E9;
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-pagination ul li a {
        min-width: 45px;
        height: 45px;
        line-height: 45px
    }
}

@media only screen and (max-width:767px) {
    .tm-pagination ul li a {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }
}

.tm-header {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 99
}

.tm-header-toparea {
    border-bottom: 1px solid #ebebeb;
    background: #fff
}

.tm-header-info {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0
}

.tm-header-info li {
    display: inline-block;
    margin-right: 30px;
    list-style: none;
    font-size: 14px;
    line-height: 28px;
    color: #3c424f;
    vertical-align: middle
}

.tm-header-info li b {
    font-family: "PT Serif", serif
}

.tm-header-info li i {
    color: #80C4E9;
    margin-right: 5px
}

.tm-header-info li a {
    color: #3c424f
}

.tm-header-info li a:hover {
    color: #80C4E9
}

.tm-header-icons {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
    padding: 10px 0
}

.tm-header-icons li {
    list-style: none;
    display: inline-block;
    padding: 0 12px
}

.tm-header-icons li:not(:last-child) {
    border-right: 1px solid #ebebeb
}

.tm-header-icons li:first-child {
    display: none
}

.tm-header-icons li:first-child a {
    font-size: 14px
}

.tm-header-icons li a,
.tm-header-icons li button {
    display: inline-block;
    padding: 0;
    border: 0;
    font-size: 16px;
    color: #3c424f;
    height: auto;
    padding: 3px
}

.tm-header-icons li a:hover,
.tm-header-icons li button:hover {
    color: #80C4E9
}

.tm-header-inner {
    padding: 11px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

.tm-header-inner .tm-button,
.tm-header-inner .tm-readmore {
    padding: 0 15px
}

.tm-header-logo {
    margin-right: 20px
}

.tm-header-logo img {
    max-height: 100%
}

.tm-header-nav {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right
}

.tm-header-button {
    margin-left: 40px
}

.tm-header-bottomarea {
    background: #fff
}

.tm-header-bottominside {
    position: relative
}

.tm-header-searcharea {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 101;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.tm-header-searcharea form {
    position: relative;
    -webkit-box-flex: 100;
    -webkit-flex-grow: 100;
    -ms-flex-positive: 100;
    flex-grow: 100
}

.tm-header-searcharea form input {
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 50px;
    background: rgba(253, 244, 243, .2)
}

.tm-header-searcharea form button,
.tm-header-searcharea form input[type=submit] {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: 0
}

.tm-header-searcharea form button:hover,
.tm-header-searcharea form input[type=submit]:hover {
    color: #80C4E9
}

.tm-header-searcharea.is-visible {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.tm-header-searchclose {
    border: 0;
    color: #80C4E9
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-header-button {
        margin-right: 50px
    }
}

@media only screen and (max-width:767px) {
    .tm-header-info {
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #ebebeb
    }
    .tm-header-info li {
        margin: 0 15px
    }
    .tm-header-icons {
        text-align: center
    }
    .tm-header-icons li:first-child {
        display: inline
    }
    .tm-header-icons li {
        padding: 0 9px
    }
    .tm-header-logo {
        height: 53px;
        display: inline-block
    }
    .tm-header-button {
        display: none
    }
    .tm-header-searcharea form button,
    .tm-header-searcharea form input[type=submit] {
        height: 45px;
        line-height: 45px
    }
}

.tm-header-sticky {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.tm-header-sticky.is-sticky .tm-header-bottomarea {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    -webkit-animation: slideInDown .5s ease-in-out 0s 1 both;
    animation: slideInDown .5s ease-in-out 0s 1 both;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: 100
}

.tm-mobilenav {
    position: absolute;
    top: 100%;
    width: 100%
}

.tm-mobilenav .mean-bar {
    background: #0c1923;
    padding: 0;
    min-height: 0;
    z-index: 99
}

.tm-mobilenav a.meanmenu-reveal {
    margin-top: -53px;
    text-indent: 0;
    padding: 0;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 20px;
    color: #3c424f;
    font-size: 24px!important
}

.tm-mobilenav .mean-nav {
    margin-top: 0;
    background: #80C4E9;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 5px rgba(209, 208, 208, .5);
    box-shadow: 0 1px 5px rgba(209, 208, 208, .5)
}

.tm-mobilenav .mean-nav>ul {
    max-height: 201px;
    overflow-y: auto
}

.tm-mobilenav .mean-nav>ul li a {
    padding: 7px 5%;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
    font-family: "PT Serif", serif;
    text-transform: inherit
}

.tm-mobilenav .mean-nav>ul li a:hover {
    background: #fff;
    color: #80C4E9
}

.tm-mobilenav .mean-nav>ul li a.mean-expand {
    padding: 0 6px!important;
    height: 39px;
    line-height: 39px;
    background: rgba(255, 108, 141, .7);
    color: #fff;
    margin-top: 0
}

.tm-mobilenav .mean-nav>ul li a.mean-expand:hover {
    background: rgba(255, 255, 255, .1)
}

.tm-mobilenav .mean-nav>ul li li a {
    opacity: 1
}

.tm-mobilenav .mean-nav>ul li ul li a {
    padding: 7px 10%
}

.tm-mobilenav .mean-nav>ul li ul ul li a {
    padding: 7px 15%
}

.tm-mobilenav .mean-nav>ul li ul ul ul li a {
    padding: 7px 20%
}

@media only screen and (max-width:767px) {
    .tm-mobilenav a.meanmenu-reveal {
        margin-top: -50px
    }
}

.tm-header-nav ul {
    margin-bottom: 0;
    padding-left: 0
}

.tm-header-nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative
}

.tm-header-nav ul li:first-child {
    margin-left: 0
}

.tm-header-nav ul li:last-child {
    margin-right: 0
}

.tm-header-nav ul li a {
    display: inline-block;
    padding: 15px 0;
    color: #3c424f;
    font-family: "PT Serif", serif
}

.tm-header-nav ul li.current>a,
.tm-header-nav ul li:hover>a {
    color: #80C4E9
}

.tm-header-nav .tm-header-nav-dropdown>a::after {
    content: "\e64b";
    font-family: Themify;
    font-size: 12px;
    padding-left: 3px;
    vertical-align: middle
}

.tm-header-nav .tm-header-nav-dropdown ul {
    position: absolute;
    text-align: left;
    padding: 10px 0;
    left: 100%;
    top: 0;
    width: 250px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    border-top: 4px solid #80C4E9;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s
}

.tm-header-nav .tm-header-nav-dropdown ul li {
    display: block;
    padding: 0 15px;
    -webkit-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    margin: 0
}

.tm-header-nav .tm-header-nav-dropdown ul li a {
    padding: 6px 0;
    line-height: 1.3;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #686b77
}

.tm-header-nav .tm-header-nav-dropdown ul li.has-child::after {
    content: "";
    clear: both;
    display: table
}

.tm-header-nav .tm-header-nav-dropdown ul li.has-child>a::after {
    content: "\e649";
    font-family: Themify;
    font-size: 12px;
    float: right
}

.tm-header-nav .tm-header-nav-dropdown ul li:hover>a {
    color: #80C4E9
}

.tm-header-nav .tm-header-nav-dropdown ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.tm-header-nav .tm-header-nav-dropdown>ul {
    left: 0;
    top: 100%
}

.tm-header-nav .tm-header-nav-dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    z-index: 9
}

.tm-header-nav .tm-header-nav-dropdown.overflow-element ul {
    left: auto;
    right: 100%
}

.tm-header-nav .tm-header-nav-dropdown.overflow-element>ul {
    left: auto;
    right: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-header-nav ul li {
        margin: 0 15px
    }
}

.tm-heroslider {
    position: relative;
    background-position: right center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tm-heroslider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .7);
    display: none
}

.tm-heroslider-area {
    position: relative
}

.tm-heroslider-content {
    padding: 100px 0
}

.tm-heroslider-content h1 {
    margin-top: -10px;
    font-size: 48px;
    line-height: 60px
}

.tm-heroslider-content p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px
}

.tm-heroslider-content .tm-button,
.tm-heroslider-content .tm-readmore {
    margin-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-heroslider-content h1 {
        margin-top: -8px;
        font-size: 42px;
        line-height: 52px
    }
    .tm-heroslider-content p {
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px
    }
    .tm-heroslider-content .tm-button,
    .tm-heroslider-content .tm-readmore {
        margin-top: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-heroslider::before {
        display: block
    }
    .tm-heroslider-content h1 {
        margin-top: -5px;
        font-size: 36px;
        line-height: 44px
    }
    .tm-heroslider-content p {
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px
    }
    .tm-heroslider-content .tm-button,
    .tm-heroslider-content .tm-readmore {
        margin-top: 20px
    }
}

@media only screen and (max-width:767px) {
    .tm-heroslider::before {
        display: block
    }
    .tm-heroslider-content h1 {
        margin-top: -5px;
        font-size: 36px;
        line-height: 44px
    }
    .tm-heroslider-content p {
        font-size: 18px;
        line-height: 26px;
        margin-top: 15px
    }
    .tm-heroslider-content .tm-button,
    .tm-heroslider-content .tm-readmore {
        margin-top: 15px
    }
}

@media only screen and (max-width:575px) {
    .tm-heroslider {
        background-position: 85% center
    }
    .tm-heroslider-content h1 {
        margin-top: -5px;
        font-size: 32px;
        line-height: 40px
    }
    .tm-heroslider-content p {
        font-size: 16px;
        line-height: 24px
    }
}

.tm-heroslider-slider.slick-dotted {
    padding-bottom: 0
}

.tm-heroslider-slider.slick-dotted .slick-dots {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 30px;
    z-index: 5
}

.tm-heroslider-slider.slick-dotted .slick-dots li {
    background: #686b77;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.tm-heroslider-slider.slick-dotted .slick-dots li:hover {
    opacity: .5;
    background: #80C4E9
}

.tm-heroslider-slider.slick-dotted .slick-dots li.slick-active {
    background: #80C4E9
}

.tm-heroslider-slider .tm-heroslider-contentwrapper {
    overflow: hidden
}

.tm-heroslider-slider .tm-heroslider-content {
    -webkit-transition: all 1s ease-in-out .5s;
    -o-transition: all 1s ease-in-out .5s;
    transition: all 1s ease-in-out .5s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.tm-heroslider-slider .tm-heroslider.slick-current .tm-heroslider-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-heroslider-slider.slick-dotted .slick-dots {
        bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-heroslider-slider.slick-dotted .slick-dots {
        bottom: 20px
    }
}

.tm-heroslider-social {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    z-index: 5;
    text-align: center;
    padding: 15px 0
}

.tm-heroslider-social::before {
    content: "";
    position: absolute;
    left: 50%;
    height: 50px;
    width: 1px;
    background: #686b77;
    top: auto;
    bottom: 100%
}

.tm-heroslider-social::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 50px;
    width: 1px;
    background: #686b77;
    top: 100%;
    bottom: auto
}

.tm-heroslider-social li {
    list-style: none;
    display: inline-block;
    margin: 7px 0;
    position: relative
}

.tm-heroslider-social li a {
    color: #3c424f;
    display: inline-block;
    height: 35px;
    width: 35px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #686b77;
    font-size: 16px;
    text-align: center
}

.tm-heroslider-social li a i {
    line-height: 35px
}

.tm-heroslider-social li a:hover {
    background: #80C4E9;
    border-color: #80C4E9;
    color: #fff
}

.tm-heroslider-social li span {
    position: absolute;
    left: 100%;
    top: 0;
    line-height: 35px;
    visibility: hidden;
    opacity: 0;
    padding-left: 10px;
    font-size: 14px
}

.tm-heroslider-social li:hover span {
    visibility: visible;
    opacity: 1
}

@media only screen and (max-width:1350px) {
    .tm-heroslider-social {
        display: none
    }
}

.tm-about {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    padding: 100px 70px;
    background-color: #fff;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center right;
    position: relative
}

.tm-about-area {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: left top
}

.tm-about:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .87);
    display: none
}

.tm-about h3 {
    margin-top: -10px
}

.tm-about .tm-button,
.tm-about .tm-readmore {
    margin-top: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-about {
        padding: 60px 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-about {
        padding: 60px 40px
    }
    .tm-about::before {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .tm-about {
        padding: 60px 40px
    }
    .tm-about::before {
        display: block
    }
}

@media only screen and (max-width:575px) {
    .tm-about {
        padding: 45px 30px;
        -webkit-background-size: cover;
        background-size: cover
    }
}

.tm-video {
    padding: 240px 0
}

.tm-video-area::before {
    background-color: #f1b79e
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-video {
        padding: 180px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-video {
        padding: 150px 0
    }
}

@media only screen and (max-width:767px) {
    .tm-video {
        padding: 150px 0
    }
}

.tm-service {
    padding: 40px 15px 50px 15px
}

.tm-service-wrapper {
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb
}

.tm-service-wrapper [class^=col] {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.tm-service .tm-readmore {
    margin-top: 10px
}

.tm-service-icon {
    font-size: 100px;
    color: #3c424f;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.tm-service-icon i {
    display: inline-block;
    vertical-align: middle
}

.tm-service:hover .tm-service-icon {
    color: #80C4E9
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-service-icon {
        font-size: 80px
    }
}

@media only screen and (max-width:767px) {
    .tm-service {
        padding: 30px 15px 40px 15px
    }
    .tm-service-icon {
        font-size: 80px
    }
}

.tm-pricing {
    margin-right: 20px;
    overflow: hidden
}

.tm-pricing h3 {
    margin-top: -8px
}

.tm-pricing ul {
    padding-left: 0;
    margin-bottom: 0
}

.tm-pricing ul li {
    list-style: none;
    position: relative
}

.tm-pricing ul li::after {
    content: "";
    clear: both;
    display: table
}

.tm-pricing ul li:not(:last-child) {
    margin-bottom: 15px
}

.tm-pricing ul li .name {
    position: relative
}

.tm-pricing ul li .name::after {
    content: "";
    position: absolute;
    left: calc(100% + 18px);
    height: 1px;
    width: 600px;
    background: #ebebeb;
    top: 12px
}

.tm-pricing ul li .price {
    float: right;
    padding-left: 20px;
    background: #fdf4f3;
    position: relative;
    z-index: 1
}

.tm-pricing .tm-button,
.tm-pricing .tm-readmore {
    margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-pricing {
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-pricing {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .tm-pricing {
        margin-right: 0
    }
}

.tm-beforeafter h3 {
    margin-top: -8px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-beforeafter {
        margin-top: 40px
    }
}

@media only screen and (max-width:767px) {
    .tm-beforeafter {
        margin-top: 40px
    }
}

.tm-appointment-box h3 {
    margin-top: -8px
}

.tm-appointment-image {
    margin-right: 85px;
    margin-left: -150px;
    margin-bottom: -100px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .tm-appointment-image {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:1401px) and (max-width:1599px) {
    .tm-appointment-image {
        margin-left: -95px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-appointment-image {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-appointment-image {
        text-align: center;
        max-width: 60%;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: -80px
    }
}

@media only screen and (max-width:767px) {
    .tm-appointment-image {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: -70px
    }
}

@media only screen and (max-width:575px) {
    .tm-appointment-image {
        max-width: 100%
    }
}

.tm-product-topside {
    position: relative;
    overflow: hidden
}

.tm-product-topside img {
    width: 100%
}

.tm-product-actions {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    background: 0 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 0;
    z-index: 1
}

.tm-product-actions::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 108, 141, .8);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: -1
}

.tm-product-actions li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.tm-product-actions li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .4)
}

.tm-product-actions li a,
.tm-product-actions li button {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px;
    color: #fff;
    outline: 0;
    border: none;
    height: auto
}

.tm-product-bottomside {
    padding-top: 25px
}

.tm-product-bottomside h6 {
    margin-bottom: 8px
}

.tm-product-bottomside h6 a {
    color: #3c424f
}

.tm-product-bottomside h6 a:hover {
    color: #80C4E9
}

.tm-product-bottomside .tm-ratingbox {
    margin-top: 5px
}

.tm-product-price del {
    margin-right: 10px
}

.tm-product:hover .tm-product-actions::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.tm-product:hover .tm-product-actions li {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.tm-ratingbox {
    font-size: 0
}

.tm-ratingbox span {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle
}

.tm-ratingbox span:not(:last-child) {
    margin-right: 4px
}

.tm-ratingbox span.is-active {
    color: #80C4E9
}

.tm-offer-left {
    padding-right: 40px
}

.tm-offer-left h1 {
    margin-top: -8px
}

.tm-offer-left h3 span {
    font-size: 50px;
    color: #80C4E9
}

.tm-offer-left p {
    font-size: 18px;
    line-height: 28px
}

.tm-offer-left .tm-button,
.tm-offer-left .tm-readmore {
    margin-top: 20px
}

.tm-offer-right {
    text-align: center
}

.tm-offer-right .tm-countdown {
    margin-top: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-offer-left {
        padding-right: 0
    }
    .tm-offer-left h3 span {
        font-size: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-offer-left {
        padding-right: 0
    }
    .tm-offer-left h3 span {
        font-size: 40px
    }
    .tm-offer-left .tm-button,
    .tm-offer-left .tm-readmore {
        margin-top: 20px
    }
    .tm-offer-right {
        margin-bottom: 40px;
        text-align: left
    }
}

@media only screen and (max-width:767px) {
    .tm-offer-left {
        padding-right: 0
    }
    .tm-offer-left h3 span {
        font-size: 34px
    }
    .tm-offer-left p {
        font-size: 16px
    }
    .tm-offer-left .tm-button,
    .tm-offer-left .tm-readmore {
        margin-top: 20px
    }
    .tm-offer-right {
        margin-bottom: 40px;
        text-align: left
    }
}

.tm-countdown {
    margin-top: -30px
}

.tm-countdown-pack {
    min-width: 100px;
    min-height: 100px;
    text-align: center;
    background: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    -webkit-box-shadow: 0 1px 5px rgba(209, 208, 208, .5);
    box-shadow: 0 1px 5px rgba(209, 208, 208, .5);
    position: relative
}

.tm-countdown-pack::after {
    content: ":";
    position: absolute;
    left: calc(100% + 8px);
    top: 50%;
    font-family: "PT Serif", serif;
    color: #3c424f;
    font-size: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tm-countdown-pack:last-child::after {
    display: none
}

.tm-countdown-pack:not(:last-child) {
    margin-right: 30px
}

.tm-countdown-pack h2 {
    margin-bottom: 0;
    margin-top: -5px;
    line-height: 1
}

.tm-countdown-pack h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    color: #686b77
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-countdown-pack {
        min-width: 90px
    }
}

@media only screen and (max-width:767px) {
    .tm-countdown-pack {
        min-width: 90px
    }
}

@media only screen and (max-width:575px) {
    .tm-countdown-pack::after {
        display: none
    }
}

.tm-testimonial-area {
    -webkit-background-size: inherit inherit;
    background-size: inherit;
    background-position: center right
}

.tm-testimonial-wrapper {
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, .5);
    box-shadow: 0 0 10px rgba(204, 204, 204, .5);
    padding: 50px 110px;
    background: rgba(255, 255, 255, .7)
}

.tm-testimonial-authorimage {
    display: inline-block;
    height: 100px;
    width: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 15px
}

.tm-testimonial-authorimage img {
    width: 100%
}

.tm-testimonial p {
    font-size: 18px;
    line-height: 28px
}

.tm-testimonial p::before {
    content: '"';
    color: #80C4E9;
    padding-right: 10px;
    font-style: italic
}

.tm-testimonial p::after {
    content: '"';
    color: #80C4E9;
    padding-left: 10px;
    font-style: italic
}

.tm-testimonial h6 {
    margin-bottom: 5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-testimonial-area {
        -webkit-background-size: cover;
        background-size: cover
    }
    .tm-testimonial-wrapper {
        padding: 30px 50px
    }
    .tm-testimonial p {
        font-size: 16px;
        line-height: 25px
    }
}

@media only screen and (max-width:767px) {
    .tm-testimonial-area {
        -webkit-background-size: cover;
        background-size: cover
    }
    .tm-testimonial-wrapper {
        padding: 30px
    }
    .tm-testimonial p {
        font-size: 14px;
        line-height: 23px
    }
}

@media only screen and (max-width:575px) {
    .tm-testimonial-wrapper {
        padding: 30px 15px
    }
}

.tm-subscribe {
    text-align: center
}

.tm-subscribe h3 {
    margin-top: -7px
}

.tm-subscribe-form {
    position: relative;
    margin: 0 100px;
    margin-top: 35px
}

.tm-subscribe-form input:not([type=submit]) {
    background: #fff;
    border: 0;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 30px;
    padding-right: 85px
}

.tm-subscribe-form button,
.tm-subscribe-form input[type=submit] {
    position: absolute;
    right: 5px;
    top: 5px;
    min-width: auto;
    font-size: 32px;
    padding: 0 20px
}

.tm-subscribe-form button i::before,
.tm-subscribe-form input[type=submit] i::before {
    margin-top: -7px;
    display: inline-block
}

.tm-subscribe-social {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0;
    margin-top: 30px
}

.tm-subscribe-social li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
    font-size: 24px;
    vertical-align: middle
}

.tm-subscribe-social li a {
    display: inline-block;
    font-size: 24px;
    color: #3c424f
}

.tm-subscribe-social li a:hover {
    color: #80C4E9
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-subscribe-form {
        margin: 0 50px;
        margin-top: 45px
    }
}

@media only screen and (max-width:767px) {
    .tm-subscribe-form {
        margin: 0 50px;
        margin-top: 35px
    }
    .tm-subscribe-social li {
        margin: 0 10px
    }
    .tm-subscribe-social li a {
        font-size: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-subscribe-form input:not([type=submit]) {
        padding-left: 15px
    }
}

@media only screen and (max-width:767px) {
    .tm-subscribe-form {
        margin-left: 0;
        margin-right: 0
    }
    .tm-subscribe-form input:not([type=submit]) {
        padding-left: 15px;
        height: 55px;
        line-height: 55px
    }
}

.tm-member-topside {
    position: relative;
    overflow: hidden
}

.tm-member-topside ul {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    background: rgba(255, 108, 141, .8);
    padding: 10px 20px;
    text-align: center;
    font-size: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.tm-member-topside ul li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle
}

.tm-member-topside ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .4)
}

.tm-member-topside ul li a,
.tm-member-topside ul li button {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px;
    color: #fff;
    outline: 0;
    border: none;
    height: auto
}

.tm-member-bottomside {
    margin-top: 25px
}

.tm-member-bottomside h6 {
    margin-bottom: 8px
}

.tm-member-bottomside p {
    margin-bottom: 0
}

.tm-member:hover .tm-member-topside ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.tm-portfolio {
    position: relative
}

.tm-portfolio-wrapper {
    padding: 0 15px
}

.tm-portfolio::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.tm-portfolio-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(0, 0, 0, .5);
    font-size: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #ebebeb;
    margin-left: -25px;
    margin-top: -25px;
    pointer-events: none;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    z-index: 1
}

.tm-portfolio-icon i {
    line-height: 50px
}

.tm-portfolio:hover::before {
    visibility: visible;
    opacity: 1
}

.tm-portfolio:hover .tm-portfolio-icon {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

@media only screen and (max-width:480px) {
    .tm-portfolio-wrapper {
        padding: 0
    }
}

.tm-calltoaction-image {
    text-align: center
}

.tm-calltoaction-content {
    text-align: center;
    padding: 100px 0
}

.tm-calltoaction-content h3 {
    margin-top: -8px
}

.tm-calltoaction-content h4 span {
    color: #686b77
}

.tm-calltoaction-content h4 a {
    color: #000000
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-calltoaction-image {
        margin-top: 80px
    }
    .tm-calltoaction-content {
        padding-top: 40px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .tm-calltoaction-image {
        margin-top: 70px
    }
    .tm-calltoaction-content {
        padding-top: 40px;
        padding-bottom: 70px
    }
}

.tm-blog-thumb {
    overflow: hidden
}

.tm-blog-content {
    margin-top: 25px
}

.tm-blog-content blockquote {
    margin-top: 25px;
    margin-bottom: 25px
}

.tm-blog-content .tm-readmore {
    margin-top: 10px
}

.tm-blog-meta {
    padding-left: 0;
    margin-bottom: 0;
    margin-bottom: 12px
}

.tm-blog-meta li {
    list-style: none;
    display: inline-block;
    margin-bottom: 5px
}

.tm-blog-meta li:not(:last-child) {
    margin-right: 20px
}

.tm-blog-meta li i {
    color: #80C4E9;
    margin-right: 5px
}

.tm-blog-meta li a {
    color: #686b77
}

.tm-blog-meta li a:hover {
    color: #80C4E9
}

.tm-blog-title a {
    color: #3c424f
}

.tm-blog-title a:hover {
    color: #80C4E9
}

.tm-blog-2 {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tm-blog-2:first-child {
    padding-top: 0
}

.tm-blog-2:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.tm-blog-2 .tm-blog-thumb {
    margin-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 170px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px
}

.tm-blog-2 .tm-blog-meta {
    margin-bottom: 0
}

.tm-blog-2 .tm-blog-meta-comment {
    display: none
}

.tm-blog-2 .tm-blog-content {
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 200px);
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    overflow: hidden
}

.tm-blog-2 .tm-blog-content p {
    display: none
}

.tm-blog-2 .tm-blog-content .tm-readmore {
    margin-top: 5px
}

.tm-blog-2 .tm-blog-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-blog-2 .tm-blog-thumb {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px
    }
    .tm-blog-2 .tm-blog-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 170px);
        -ms-flex: 0 0 calc(100% - 170px);
        flex: 0 0 calc(100% - 170px);
        max-width: calc(100% - 170px)
    }
}

@media only screen and (max-width:767px) {
    .tm-blog-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .tm-blog-2 .tm-blog-thumb {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px
    }
    .tm-blog-2 .tm-blog-content {
        padding-top: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 170px);
        -ms-flex: 0 0 calc(100% - 170px);
        flex: 0 0 calc(100% - 170px);
        max-width: calc(100% - 170px)
    }
}

@media only screen and (max-width:575px) {
    .tm-blog-2 .tm-blog-thumb {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px
    }
    .tm-blog-2 .tm-blog-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.blogitem .tm-blog-title,
.tm-blog-container .tm-blog-title {
    font-size: 24px
}

@media only screen and (max-width:767px) {
    .blogitem .tm-blog-title,
    .tm-blog-container .tm-blog-title {
        font-size: 22px
    }
}

.blogitem .tm-blog-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blogitem .tm-blog-topside::before {
    display: none
}

.blogitem-share,
.blogitem-tags {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-top: 20px;
    padding-bottom: 20px
}

.blogitem-share-title,
.blogitem-tags-title {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
    line-height: 40px
}

.blogitem-share ul,
.blogitem-tags ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 0
}

.blogitem-share ul li,
.blogitem-tags ul li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 14px
}

.blogitem-share ul li a,
.blogitem-tags ul li a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    padding: 6px 22px;
    color: #686b77
}

.blogitem-share ul li a:hover,
.blogitem-tags ul li a:hover {
    background: #80C4E9;
    border-color: #80C4E9;
    color: #fff
}

.blogitem-tags {
    margin-bottom: 0
}

.blogitem-share {
    border-top: 0;
    margin-top: 0
}

.blogitem-share ul li a i {
    font-size: 18px;
    margin-right: 5px
}

.blogitem-share ul li.facebook a {
    color: #3b5999;
    border-color: #3b5999
}

.blogitem-share ul li.facebook a:hover {
    background: #3b5999
}

.blogitem-share ul li.twitter a {
    color: #55acee;
    border-color: #55acee
}

.blogitem-share ul li.twitter a:hover {
    background: #55acee
}

.blogitem-share ul li.linkedin a {
    color: #0077b5;
    border-color: #0077b5
}

.blogitem-share ul li.linkedin a:hover {
    background: #0077b5
}

.blogitem-share ul li.pinterest a {
    color: #bd081c;
    border-color: #bd081c
}

.blogitem-share ul li.pinterest a:hover {
    background: #bd081c
}

.blogitem-share ul li a:hover {
    color: #fff
}

@media only screen and (max-width:767px) {
    .blogitem-tags ul li a {
        padding: 5px 15px
    }
}

.tm-contact-area {
    -webkit-background-size: inherit inherit;
    background-size: inherit;
    background-position: left top
}


#wpforms-submit-912{
    color: #000 !important;
}
.tm-contact-top {
    padding: 50px 0;
    -webkit-box-shadow: 0 1px 5px rgba(209, 208, 208, .5);
    box-shadow: 0 1px 5px rgba(209, 208, 208, .5);
    background: #fff
}

.tm-contact-top .row [class*=col-]:not(:last-child) {
    border-right: 1px solid #ebebeb
}

.tm-contact-address {
    padding: 0 70px
}

.tm-contact-address h4 {
    color: #000;
    margin-bottom: 20px
}

.tm-contact-addressblock {
    position: relative;
    padding-left: 100px
}

.tm-contact-addressblock:not(:last-child) {
    margin-bottom: 20px
}

.tm-contact-addressblock b {
    position: absolute;
    left: 0;
    top: 0
}

.tm-contact-addressblock p {
    margin-bottom: 0
}

.tm-contact-addressblock a {
    color: #686b77
}

.tm-contact-addressblock a:hover {
    color: #80C4E9
}

.tm-contact-formwrapper h3 {
    margin-top: -7px;
    margin-bottom: 30px
}

.tm-contact-map h3 {
    margin-top: -7px;
    margin-bottom: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-contact-top {
        padding: 30px 0
    }
    .tm-contact-address {
        padding: 0 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-contact-top {
        padding: 0 50px
    }
    .tm-contact-top .row [class*=col-]:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #ebebeb
    }
    .tm-contact-address {
        padding: 50px 0
    }
}

@media only screen and (max-width:767px) {
    .tm-contact-top {
        padding: 0 30px
    }
    .tm-contact-top .row [class*=col-]:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #ebebeb
    }
    .tm-contact-address {
        padding: 30px 0
    }
}

@media only screen and (max-width:575px) {
    .tm-contact-top {
        padding: 0 15px
    }
    .tm-contact-addressblock {
        padding-left: 75px
    }
}

.google-map {
    min-height: 400px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .google-map {
        min-height: 350px
    }
}

@media only screen and (max-width:767px) {
    .google-map {
        min-height: 350px
    }
}

@media only screen and (max-width:575px) {
    .google-map {
        min-height: 300px
    }
}

.tm-brandlogo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    background: #fff;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.tm-brandlogo a:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-box-shadow: 0 1px 5px rgba(209, 208, 208, .5);
    box-shadow: 0 1px 5px rgba(209, 208, 208, .5)
}

.tm-brandlogo-slider .slick-list {
    margin: -15px
}

.tm-brandlogo-slider .slick-list .tm-brandlogo {
    margin: 15px
}

.tm-instaphotos {
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tm-instaphotos li {
    max-width: calc(100% / 8);
    list-style: none
}

.tm-instaphotos li a {
    display: inline-block;
    position: relative
}

.tm-instaphotos li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.tm-instaphotos li a ul {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tm-instaphotos li a ul li {
    display: inline-block;
    margin: 0 7px;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.tm-instaphotos li a ul li i {
    font-size: 18px
}

.tm-instaphotos li a:hover::before {
    visibility: visible;
    opacity: 1
}

.tm-instaphotos li a:hover ul li {
    visibility: visible;
    opacity: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-instaphotos li {
        max-width: calc(100% / 4)
    }
}

@media only screen and (max-width:767px) {
    .tm-instaphotos li {
        max-width: calc(100% / 4)
    }
}

@media only screen and (max-width:575px) {
    .tm-instaphotos li {
        max-width: calc(100% / 3)
    }
}

.tm-shop-header {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -15px
}

.tm-shop-header .nice-select {
    width: auto;
    min-width: 200px;
    margin-top: 15px
}

.tm-shop-header .nice-select .list {
    width: 100%
}

.tm-shop-countview {
    margin-bottom: 0;
    -webkit-box-flex: 100;
    -webkit-flex-grow: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    margin-top: 15px
}

.tm-breadcrumb-area {
    background-position: bottom center
}

.tm-breadcrumb h2 {
    margin-top: -7px
}

.tm-breadcrumb ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0;
    margin-bottom: -10px
}

.tm-breadcrumb ul li {
    font-family: "PT Serif", serif;
    font-size: 18px;
    display: inline-block;
    color: #686b77
}

.tm-breadcrumb ul li::after {
    content: '/';
    padding: 0 5px
}

.tm-breadcrumb ul li:last-child::after {
    display: none
}

.tm-breadcrumb ul li a {
    color: #686b77
}

.tm-breadcrumb ul li a:hover {
    color: #80C4E9
}

@media only screen and (max-width:767px) {
    .tm-breadcrumb ul li {
        font-size: 16px
    }
}

.single-widget {
    padding: 30px
}

.single-widget .widget-title {
    font-weight: 700;
    position: relative;
    padding-bottom: 13px;
    margin-top: -5px;
    margin-bottom: 30px
}

.single-widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 65px;
    background: #80C4E9
}

.single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.widget-search-form {
    position: relative
}

.widget-search-form input[type=search],
.widget-search-form input[type=text] {
    border: 0;
    background: #fff;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 15px;
    padding-right: 40px
}

.widget-search-form input[type=search]:focus,
.widget-search-form input[type=text]:focus {
    border-color: #ebebeb
}

.widget-search-form button,
.widget-search-form input[type=submit] {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    background: 0 0;
    padding: 0 15px;
    border: 0;
    color: #80C4E9
}

.widget-search-form button i,
.widget-search-form input[type=submit] i {
    line-height: 48px;
    vertical-align: text-top
}

.widget-search-form button:hover,
.widget-search-form input[type=submit]:hover {
    background: 0 0;
    border-color: transparent;
    color: #80C4E9
}

@media only screen and (max-width:767px) {
    .widget-search-form button i,
    .widget-search-form input[type=submit] i {
        line-height: 43px
    }
}

.widget-categories ul li,
.widget-sizes ul li {
    padding-top: 8px
}

.widget-categories ul li:first-child,
.widget-sizes ul li:first-child {
    padding-top: 0
}

.widget-categories ul li a,
.widget-sizes ul li a {
    display: block;
    font-weight: 400;
    color: #686b77
}

.widget-categories ul li a::after,
.widget-sizes ul li a::after {
    content: "";
    clear: both;
    display: table
}

.widget-categories ul li a:before,
.widget-sizes ul li a:before {
    content: "\e661";
    font-family: Themify;
    padding-right: 15px;
    font-size: 10px
}

.widget-categories ul li a span,
.widget-sizes ul li a span {
    float: right
}

.widget-categories ul li a span::before,
.widget-sizes ul li a span::before {
    content: "("
}

.widget-categories ul li a span::after,
.widget-sizes ul li a span::after {
    content: ")"
}

.widget-categories ul li a:hover,
.widget-sizes ul li a:hover {
    color: #80C4E9
}

.widget-recentpost ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #eee
}

.widget-recentpost ul li:first-child {
    padding-top: 0
}

.widget-recentpost-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    margin-right: 20px;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.widget-recentpost-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.widget-recentpost-image::after {
    content: "\e62d";
    font-family: Themify;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: 15px
}

.widget-recentpost-image:hover::before {
    opacity: 1;
    visibility: visible
}

.widget-recentpost-image:hover::after {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.widget-recentpost-content {
    margin-top: -4px
}

.widget-recentpost-content h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0
}

.widget-recentpost-content h6 a {
    color: #3c424f
}

.widget-recentpost-content h6 a:hover {
    color: #80C4E9
}

.widget-recentpost-content span {
    font-size: 14px;
    color: #686b77
}

.widget-archives ul li {
    border-bottom: 1px solid #eee;
    padding: 12px 0
}

.widget-archives ul li:first-child {
    padding-top: 0
}

.widget-archives ul li a {
    display: block;
    font-weight: 400;
    color: #686b77
}

.widget-archives ul li a::after {
    content: "";
    clear: both;
    display: table
}

.widget-archives ul li a span {
    float: right
}

.widget-archives ul li a span::before {
    content: "("
}

.widget-archives ul li a span::after {
    content: ")"
}

.widget-archives ul li a:hover {
    color: #80C4E9
}

.widget-tags ul {
    margin-left: -10px;
    margin-top: -10px;
    font-size: 0
}

.widget-tags ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px
}

.widget-tags ul li a {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    background: #fff;
    padding: 6px 22px;
    color: #686b77
}

.widget-tags ul li a:hover {
    background: #80C4E9;
    color: #fff
}

.widget-info-logo {
    display: inline-block;
    margin-bottom: 20px
}

.widget-info p {
    font-size: 14px;
    line-height: 24px
}

.widget-info ul {
    margin-top: 20px;
    font-size: 0
}

.widget-info ul li {
    display: inline-block;
    font-size: 18px
}

.widget-info ul li:not(:last-child) {
    margin-right: 10px
}

.widget-info ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 1px solid #a3a3a3;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #686b77
}

.widget-info ul li a i {
    line-height: 33px
}

.widget-info ul li a:hover {
    background: #80C4E9;
    border-color: #80C4E9;
    color: #fff
}

.widget-quicklinks ul li {
    padding-top: 5px
}

.widget-quicklinks ul li:first-child {
    padding-top: 0
}

.widget-quicklinks ul li a {
    display: block;
    font-weight: 400;
    color: #686b77
}

.widget-quicklinks ul li a::after {
    content: "";
    clear: both;
    display: table
}

.widget-quicklinks ul li a:before {
    content: "\e661";
    font-family: Themify;
    padding-right: 15px;
    font-size: 9px
}

.widget-quicklinks ul li a span {
    float: right
}

.widget-quicklinks ul li a span::before {
    content: "("
}

.widget-quicklinks ul li a span::after {
    content: ")"
}

.widget-quicklinks ul li a:hover {
    color: #80C4E9
}

.widget-hours p {
    font-size: 14px;
    line-height: 24px
}

.widget-hours ul {
    font-size: 14px;
    line-height: 24px
}

.widget-hours ul li:not(:last-child) {
    margin-bottom: 6px
}

.widget-hours ul li span {
    display: inline-block;
    min-width: 70px;
    font-weight: 600;
    margin-right: 5px
}

.widget-recentpost-2 ul li:not(:last-child) {
    margin-bottom: 12px
}

.widget-recentpost-2 ul li h6 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 5px
}

.widget-recentpost-2 ul li h6 a {
    color: #3c424f
}

.widget-recentpost-2 ul li h6 a:hover {
    color: #80C4E9
}

.widget-recentpost-2 ul li span {
    font-size: 14px
}

.widget-recentpost-2 ul li span i {
    margin-right: 5px
}

.widget-pricefilter-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

.widget-pricefilter-price {
    font-weight: 600;
    font-family: "PT Serif", serif;
    line-height: 30px;
    margin-bottom: 0
}

.widget-pricefilter-price span {
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

.widget-pricefilter-button {
    display: inline-block;
    color: #3c424f;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    height: 35px;
    line-height: 33px;
    padding: 0 30px;
    background: #686b77;
    border: 1px solid #686b77;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.widget-pricefilter-button:hover {
    background: #80C4E9;
    border-color: #80C4E9;
    color: #fff
}

.widget-pricefilter-button:focus {
    outline: 0;
    background: #80C4E9;
    border-color: #80C4E9
}

.widget-pricefilter .tm-rangeslider {
    background: #e4dfdf;
    height: 6px;
    width: 100%;
    position: relative;
    margin: 5px 0;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.widget-pricefilter .tm-rangeslider-bar {
    background: #969696;
    height: 7px;
    position: absolute
}

.widget-pricefilter .tm-rangeslider-leftgrip,
.widget-pricefilter .tm-rangeslider-rightgrip {
    height: 15px;
    background: #80C4E9;
    width: 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.widget-popularproduct ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px
}

.widget-popularproduct ul li:first-child {
    padding-top: 0
}

.widget-popularproduct-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    margin-right: 20px;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 1px solid #ebebeb
}

.widget-popularproduct-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.widget-popularproduct-image::after {
    content: "\e62d";
    font-family: Themify;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: 15px
}

.widget-popularproduct-image:hover::before {
    opacity: 1;
    visibility: visible
}

.widget-popularproduct-image:hover::after {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.widget-popularproduct-content {
    margin-top: -4px
}

.widget-popularproduct-content h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0
}

.widget-popularproduct-content h6 a {
    color: #3c424f
}

.widget-popularproduct-content h6 a:hover {
    color: #80C4E9
}

.widget-popularproduct-content span {
    font-size: 14px;
    color: #686b77
}

.widgets-sidebar {
    background: #fdf4f3;
    margin-left: 20px
}

.widgets-sidebar-left {
    margin-left: 0;
    margin-right: 20px
}

@media only screen and (max-width:1199px) {
    .widgets-sidebar {
        margin-left: 0
    }
    .widgets-sidebar-left {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .widgets-sidebar {
        margin-top: 50px
    }
    .widgets-sidebar-left {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .widgets-sidebar {
        margin-top: 50px
    }
    .widgets-sidebar-left {
        margin-left: 0;
        margin-right: 0
    }
}

.tm-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.tm-comment:last-child {
    margin-bottom: 0
}

.tm-comment-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.tm-comment-thumb img {
    max-width: 100%
}

.tm-comment-content::after {
    content: "";
    clear: both;
    display: table
}

.tm-comment-content h6 {
    margin-top: -5px;
    margin-bottom: 0
}

.tm-comment-content h6 a {
    color: #3c424f
}

.tm-comment-content h6 a:hover {
    color: #80C4E9
}

.tm-comment-content .tm-ratingbox {
    float: right
}

.tm-comment-content p {
    margin-top: 8px;
    margin-bottom: 0
}

.tm-comment-date {
    color: #757575
}

.tm-comment-replybutton {
    color: #686b77;
    display: inline-block;
    margin-top: 10px;
    font-weight: 600
}

.tm-comment-replybutton i {
    font-size: 16px
}

.tm-comment-replybutton:hover {
    color: #80C4E9
}

.tm-comment-replypost {
    padding-left: 105px
}

@media only screen and (max-width:767px) {
    .tm-comment-replypost {
        padding-left: 30px
    }
}

@media only screen and (max-width:575px) {
    .tm-comment {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .tm-comment-thumb {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        margin-right: 20px
    }
    .tm-comment-content {
        margin-top: 20px
    }
    .tm-comment-content .tm-ratingbox {
        float: none;
        margin-top: 5px
    }
    .tm-comment-date {
        display: block
    }
}

.tm-footer-toparea {
    background-position: top center
}

.tm-footer-bottomarea {
    padding: 20px 0;
    border-top: 1px solid #ebebeb
}

.tm-footer-copyright {
    margin-bottom: 0;
    font-size: 14px;
    margin: 5px 0
}

.tm-footer-copyright a {
    font-weight: 600
}

.tm-footer-copyright a:hover {
    color: #80C4E9
}

.tm-footer-payment {
    text-align: right;
    margin: 5px 0
}

@media only screen and (max-width:767px) {
    .tm-footer-copyright {
        text-align: center
    }
    .tm-footer-payment {
        text-align: center
    }
}

.widgets-footer {
    margin-top: -50px
}

.widgets-footer .single-widget {
    margin-top: 50px;
    padding: 0
}

.widgets-footer .single-widget .widget-title {
    font-weight: 700;
    position: relative;
    padding-bottom: 13px;
    margin-top: -5px;
    margin-bottom: 30px
}

.widgets-footer .single-widget .widget-title::after {
    width: 100%;
    background: #ebebeb
}

.tm-prodetails-images {
    width: 100%
}

.tm-prodetails-largeimages {
    overflow: hidden
}

.tm-prodetails-largeimage a {
    position: relative;
    z-index: 1;
    display: block
}

.tm-prodetails-largeimage a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.tm-prodetails-largeimage a::after {
    content: "\e611";
    font-family: Themify;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 110px;
    z-index: 1;
    color: rgba(255, 255, 255, .25);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 3
}

.tm-prodetails-largeimage a:hover::before {
    visibility: visible;
    opacity: 1
}

.tm-prodetails-largeimage a:hover::after {
    visibility: visible;
    opacity: 1
}

.tm-prodetails-thumbnails {
    overflow: hidden
}

.tm-prodetails-thumbnails .slick-list {
    margin-right: -5px;
    margin-left: -5px
}

.tm-prodetails-thumbnails .tm-slider-arrows-next,
.tm-prodetails-thumbnails .tm-slider-arrows-prev {
    background: #80C4E9;
    border-color: #80C4E9;
    color: #fff
}

.tm-prodetails-thumbnails .tm-slider-arrows-prev {
    left: 0;
    right: auto
}

.tm-prodetails-thumbnails .tm-slider-arrows-next {
    right: 0;
    left: auto
}

.tm-prodetails-thumbnail {
    margin: 0 4px;
    margin-top: 9px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    overflow: hidden
}

.tm-prodetails-thumbnail.slick-current {
    border-color: #80C4E9
}

.tm-prodetails-title {
    margin-top: -5px;
    margin-bottom: 5px
}

.tm-prodetails-title a {
    color: #3c424f
}

.tm-prodetails-title a:hover {
    color: #80C4E9
}

.tm-prodetails-availability {
    margin-top: 5px
}

.tm-prodetails-availability span {
    color: #80C4E9
}

.tm-prodetails-price {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #3c424f
}

.tm-prodetails-price del {
    font-size: 75%;
    color: #7a7a7a;
    font-weight: 700
}

.tm-prodetails-quantitycart {
    margin-top: 30px;
    margin-bottom: 30px
}

.tm-prodetails-quantitycart .tm-quantitybox {
    margin-right: 20px
}

.tm-prodetails-categories,
.tm-prodetails-color,
.tm-prodetails-share,
.tm-prodetails-size,
.tm-prodetails-tags {
    border-top: 1px dashed #ebebeb;
    padding: 12px 0
}

.tm-prodetails-categories>h6,
.tm-prodetails-color>h6,
.tm-prodetails-share>h6,
.tm-prodetails-size>h6,
.tm-prodetails-tags>h6 {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.tm-prodetails-categories ul,
.tm-prodetails-color ul,
.tm-prodetails-share ul,
.tm-prodetails-size ul,
.tm-prodetails-tags ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0
}

.tm-prodetails-categories ul li,
.tm-prodetails-color ul li,
.tm-prodetails-share ul li,
.tm-prodetails-size ul li,
.tm-prodetails-tags ul li {
    list-style: none;
    display: inline-block
}

.tm-prodetails-categories ul li a,
.tm-prodetails-color ul li a,
.tm-prodetails-share ul li a,
.tm-prodetails-size ul li a,
.tm-prodetails-tags ul li a {
    display: inline-block;
    vertical-align: middle;
    color: #686b77
}

.tm-prodetails-categories ul li a:hover,
.tm-prodetails-color ul li a:hover,
.tm-prodetails-share ul li a:hover,
.tm-prodetails-size ul li a:hover,
.tm-prodetails-tags ul li a:hover {
    color: #80C4E9
}

.tm-prodetails-color ul {
    font-size: 0;
    line-height: 1;
    vertical-align: middle
}

.tm-prodetails-color ul li:not(:last-child) {
    margin-right: 10px
}

.tm-prodetails-color ul li span {
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    vertical-align: middle;
    font-size: 14px;
    border: 2px solid transparent
}

.tm-prodetails-color ul li.is-checked span {
    border-color: #80C4E9
}

.tm-prodetails-color ul li.red span {
    background: red
}

.tm-prodetails-color ul li.green span {
    background: green
}

.tm-prodetails-color ul li.blue span {
    background: #00f
}

.tm-prodetails-color ul li.black span {
    background: #000
}

.tm-prodetails-size ul li span {
    cursor: pointer
}

.tm-prodetails-size ul li.is-checked span {
    text-decoration: underline
}

.tm-prodetails-categories ul li::after,
.tm-prodetails-tags ul li::after {
    content: ","
}

.tm-prodetails-categories ul li:last-child::after,
.tm-prodetails-tags ul li:last-child::after {
    display: none
}

.tm-prodetails-share ul li {
    margin-right: 10px
}

.tm-prodetails-share ul li a {
    font-size: 18px
}

.tm-prodetails-description ul {
    padding-left: 0;
    margin-bottom: 0
}

.tm-prodetails-description ul li {
    list-style: none
}

.tm-prodetails-review>h5 {
    margin-bottom: 30px
}

.tm-prodetails-review .tm-rating {
    line-height: 1;
    vertical-align: middle
}

@media only screen and (max-width:1199px) {
    .tm-prodetails-thumbnails .tm-slider-arrows-next,
    .tm-prodetails-thumbnails .tm-slider-arrows-prev {
        top: 50%;
        margin-top: -20px
    }
}

@media only screen and (max-width:767px) {
    .tm-prodetails-content {
        margin-top: 40px
    }
}

.tm-similliar-products h4 {
    margin-bottom: 25px
}

.tm-quantitybox {
    position: relative;
    display: inline-block;
    width: 90px
}

.tm-quantitybox input {
    padding-left: 5px;
    padding-right: 30px;
    text-align: center
}

.tm-quantitybox input:focus {
    border-color: #ebebeb
}

.tm-quantitybox-button {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #ebebeb;
    height: 25.5px;
    width: 25px;
    line-height: 23px;
    text-align: center;
    cursor: pointer
}

.tm-quantitybox-button.increment-button {
    top: 0
}

.tm-quantitybox-button.decrement-button {
    top: auto;
    bottom: 0
}

@media only screen and (max-width:767px) {
    .tm-quantitybox-button {
        height: 22.5px
    }
}

.tm-product-quickview {
    padding: 15px 0;
    display: none
}

.tm-product-quickview.fancybox-content {
    background: 0 0
}

.tm-product-quickview .fancybox-close-small {
    padding: 0;
    right: 165px;
    top: 15px;
    height: 30px;
    width: 30px
}

.tm-product-quickview .fancybox-close-small svg path {
    fill: #3c424f
}

.tm-product-quickview-inner {
    background: #fff;
    padding: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tm-product-quickview .fancybox-close-small {
        right: 95px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-product-quickview .fancybox-close-small {
        right: 15px
    }
}

@media only screen and (max-width:767px) {
    .tm-product-quickview .fancybox-close-small {
        right: 15px
    }
}

.tm-cart-table,
.tm-wishlist-table {
    text-align: center
}

.tm-cart-table tr th,
.tm-wishlist-table tr th {
    text-transform: uppercase;
    color: #3c424f;
    font-weight: 700
}

.tm-cart-table tr td,
.tm-wishlist-table tr td {
    vertical-align: middle
}

.tm-cart-table .tm-cart-col-image,
.tm-cart-table .tm-wishlist-col-image,
.tm-wishlist-table .tm-cart-col-image,
.tm-wishlist-table .tm-wishlist-col-image {
    width: 180px;
    min-width: 180px
}

.tm-cart-table .tm-cart-col-remove,
.tm-cart-table .tm-wishlist-col-remove,
.tm-wishlist-table .tm-cart-col-remove,
.tm-wishlist-table .tm-wishlist-col-remove {
    width: 100px;
    min-width: 100px
}

.tm-cart-table .tm-cart-col-productname,
.tm-cart-table .tm-wishlist-col-productname,
.tm-wishlist-table .tm-cart-col-productname,
.tm-wishlist-table .tm-wishlist-col-productname {
    min-width: 250px
}

.tm-cart-table .tm-cart-col-price,
.tm-cart-table .tm-cart-col-total,
.tm-cart-table .tm-wishlist-col-price,
.tm-cart-table .tm-wishlist-col-total,
.tm-wishlist-table .tm-cart-col-price,
.tm-wishlist-table .tm-cart-col-total,
.tm-wishlist-table .tm-wishlist-col-price,
.tm-wishlist-table .tm-wishlist-col-total {
    min-width: 100px
}

.tm-cart-table .tm-cart-col-addcart,
.tm-cart-table .tm-wishlist-col-addcart,
.tm-wishlist-table .tm-cart-col-addcart,
.tm-wishlist-table .tm-wishlist-col-addcart {
    min-width: 100px
}

.tm-cart-table .tm-cart-productimage,
.tm-cart-table .tm-wishlist-productimage,
.tm-wishlist-table .tm-cart-productimage,
.tm-wishlist-table .tm-wishlist-productimage {
    margin: 5px 30px;
    display: inline-block;
    border: 1px solid #ebebeb
}

.tm-cart-table .tm-cart-productname,
.tm-cart-table .tm-wishlist-productname,
.tm-wishlist-table .tm-cart-productname,
.tm-wishlist-table .tm-wishlist-productname {
    color: #3c424f;
    font-weight: 600
}

.tm-cart-table .tm-cart-productname:hover,
.tm-cart-table .tm-wishlist-productname:hover,
.tm-wishlist-table .tm-cart-productname:hover,
.tm-wishlist-table .tm-wishlist-productname:hover {
    color: #80C4E9
}

.tm-cart-table .tm-cart-totalprice,
.tm-cart-table .tm-wishlist-totalprice,
.tm-wishlist-table .tm-cart-totalprice,
.tm-wishlist-table .tm-wishlist-totalprice {
    font-weight: 700;
    color: #686b77
}

.tm-cart-table .tm-cart-removeproduct,
.tm-cart-table .tm-wishlist-removeproduct,
.tm-wishlist-table .tm-cart-removeproduct,
.tm-wishlist-table .tm-wishlist-removeproduct {
    border: none
}

.tm-cart-table .tm-cart-removeproduct:hover,
.tm-cart-table .tm-wishlist-removeproduct:hover,
.tm-wishlist-table .tm-cart-removeproduct:hover,
.tm-wishlist-table .tm-wishlist-removeproduct:hover {
    color: #80C4E9
}

.tm-cart-table .tm-cart-removeproduct:focus,
.tm-cart-table .tm-wishlist-removeproduct:focus,
.tm-wishlist-table .tm-cart-removeproduct:focus,
.tm-wishlist-table .tm-wishlist-removeproduct:focus {
    outline: 0
}

@media only screen and (max-width:767px) {
    .tm-cart-table .tm-cart-col-image,
    .tm-cart-table .tm-wishlist-col-image,
    .tm-wishlist-table .tm-cart-col-image,
    .tm-wishlist-table .tm-wishlist-col-image {
        width: 120px;
        min-width: 120px
    }
    .tm-cart-table .tm-cart-productimage,
    .tm-cart-table .tm-wishlist-productimage,
    .tm-wishlist-table .tm-cart-productimage,
    .tm-wishlist-table .tm-wishlist-productimage {
        margin: 0
    }
}

.tm-cart-bottomarea {
    margin-top: 30px
}

.tm-cart-coupon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tm-cart-coupon label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

.tm-cart-coupon input:not([type=submit]) {
    margin-right: 10px;
    max-width: 220px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.tm-cart-pricebox {
    text-align: right
}

.tm-cart-pricebox>h2 {
    margin-top: -8px;
    font-weight: 700
}

.tm-cart-pricebox table {
    margin-bottom: 30px
}

.tm-cart-pricebox table td {
    padding: 0;
    font-size: 16px;
    color: #686b77
}

.tm-cart-pricebox table .tm-cart-pricebox-shipping td {
    padding-top: 5px
}

.tm-cart-pricebox table .tm-cart-pricebox-total td {
    color: #3c424f;
    font-weight: 700;
    font-size: 22px;
    padding-top: 20px
}

@media only screen and (max-width:767px) {
    .tm-cart-pricebox {
        text-align: left;
        margin-top: 30px
    }
}

.tm-checkout-coupon {
    margin-bottom: 50px
}

.tm-checkout-coupon>a {
    display: block;
    background: 0 0;
    padding: 13px 20px;
    font-size: 14px;
    color: #3c424f;
    border: 5px solid transparent;
    border-left: 5px solid #80C4E9;
    -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .1)
}

.tm-checkout-coupon>a span {
    color: #80C4E9;
    font-weight: 600
}

.tm-checkout-couponform {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tm-checkout-couponform input:not([type=submit]) {
    max-width: 300px;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.tm-checkout-form .small-title {
    font-weight: 700;
    text-transform: uppercase
}

.tm-checkout-differentform {
    display: none
}

.tm-checkout-differentform .tm-form-inner {
    margin-top: 0
}

.tm-checkout-orderinfo {
    background: #fdf4f3;
    padding: 30px
}

.tm-checkout-ordertable td,
.tm-checkout-ordertable th {
    padding: 0
}

.tm-checkout-ordertable thead th {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px
}

.tm-checkout-ordertable thead th+th {
    text-align: right
}

.tm-checkout-ordertable tbody {
    border-top: 2px solid #ebebeb
}

.tm-checkout-ordertable tbody tr {
    border-bottom: 1px solid #ebebeb
}

.tm-checkout-ordertable tbody td {
    padding: 10px 0
}

.tm-checkout-ordertable tbody td+td {
    text-align: right
}

.tm-checkout-ordertable tfoot tr:first-child td {
    padding-top: 25px
}

.tm-checkout-ordertable tfoot tr td+td {
    text-align: right
}

.tm-checkout-shipping td,
.tm-checkout-subtotal td {
    font-size: 16px;
    padding: 5px 0
}

.tm-checkout-shipping td+td,
.tm-checkout-subtotal td+td {
    color: #3c424f;
    font-weight: 700
}

.tm-checkout-total td {
    padding-top: 15px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.tm-checkout-total td+td {
    color: #80C4E9
}

.tm-checkout-payment {
    margin-top: 20px
}

.tm-checkout-payment label {
    margin-bottom: 0;
    display: block;
    color: #3c424f;
    font-weight: 700
}

.tm-checkout-payment-content {
    display: none;
    padding-left: 25px;
    padding-top: 10px
}

.tm-checkout-payment-content p {
    margin-bottom: 0
}

.tm-checkout-submit {
    margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-checkout-orderinfo {
        margin-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .tm-checkout-orderinfo {
        margin-top: 50px
    }
}

@media only screen and (max-width:575px) {
    .tm-checkout-orderinfo {
        padding: 20px
    }
}

.tm-myaccount-address,
.tm-myaccount-dashboard {
    border: 1px solid #ebebeb;
    padding: 30px
}

.tm-myaccount-dashboard p a {
    color: #80C4E9
}

.tm-myaccount-dashboard p a:hover {
    color: #80C4E9
}

.tm-myaccount-orders table {
    text-align: center
}

.tm-myaccount-orders table td,
.tm-myaccount-orders table th {
    vertical-align: middle
}

.tm-myaccount-orders-col-id {
    min-width: 100px
}

.tm-myaccount-orders-col-date {
    min-width: 170px
}

.tm-myaccount-orders-col-status {
    min-width: 100px
}

.tm-myaccount-orders-col-total {
    min-width: 180px
}

.tm-myaccount-orders-col-view {
    min-width: 120px
}

.tm-myaccount-address>p {
    margin-bottom: 25px
}

.tm-myaccount-address-billing,
.tm-myaccount-address-shipping {
    border: 1px solid #ebebeb;
    padding: 30px
}

.tm-myaccount-address-billing::after,
.tm-myaccount-address-shipping::after {
    content: "";
    clear: both;
    display: table
}

.tm-myaccount-address-billing h3,
.tm-myaccount-address-shipping h3 {
    font-weight: 700
}

.tm-myaccount-address-billing address,
.tm-myaccount-address-shipping address {
    margin-bottom: 0
}

.tm-myaccount-address-billing a.edit-button,
.tm-myaccount-address-shipping a.edit-button {
    float: right;
    padding: 0 8px;
    background: #80C4E9;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px
}

@media only screen and (max-width:575px) {
    .tm-myaccount-address,
    .tm-myaccount-dashboard {
        padding: 20px
    }
    .tm-myaccount-address-billing,
    .tm-myaccount-address-shipping {
        padding: 20px
    }
}

.tm-login-form h4,
.tm-register-form h4 {
    margin-top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tm-register-form {
        margin-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .tm-register-form {
        margin-top: 50px
    }
}