@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);

@import url(https://fonts.googleapis.com/css?family=Lusitana:400,700);

/* ==============================
** Table Of Contents

01.Common typography and shortcodes styles and bootstrap overrides:
	1.01 Typography
	1.02 Components - buttons, tabs, accordion and animation styles
	1.03 Vertical margins and paddings
	1.04 Forms styles

02.Main style:
	2.01 Header
	2.02 Main navigation styles
	2.03 Breadcrumbs
	2.04 Widgets for shop and blog
	2.05 Copyright

03.Template pages:
	3.01 Home page styles
	3.02 About us page
	3.03 Services
	3.04 Blog
	3.05 Contacts
	3.06 Shop styles
	3.07 Page 404
	3.08 Appointment
	3.09 Team
	3.10 Top blog posts
	3.11 Calculator
	3.12 Comingsoon page
	3.13 Recent work page
	3.14 Social icons page

04.Plugins style:
	4.01 FlexSlider styles
	4.02 Slider in the blog
	4.03 Isotope gallery styles
	4.04 To top plugin styles
	4.05 Owl carousel
	4.06 Pretty photo
	4.07 Parallax
	4.08 Preloader

05.Common sections styles
	5.01 Dark section - ds
	5.02 Light section - ls
	5.03 Grey section - .ls.ms
	5.04 Color section - cs

*/
/* =====================================
// Common typography and shortcodes styles and bootstrap overrides:
// ================================== */
/*=====================================
// Typography:
*/
h1 {
    font: 100px/100px "Playfair Display", "Arial", sans-serif;
    color: #1fbad6;
    margin-top: 10px;
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    h1 {
        font: 70px/70px "Playfair Display", "Arial", sans-serif;
    }
}

@media (max-width: 480px) {
    h1 {
        font: 50px/50px "Playfair Display", "Arial", sans-serif;
    }
}

h2 {
    font: 52px/52px "Playfair Display", "Arial", sans-serif;
    color: #1fbad6;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    h2 {
        font: 42px/42px "Playfair Display", "Arial", sans-serif;
    }
}

@media (max-width: 767px) {
    h2 {
        font: 32px/32px "Playfair Display", "Arial", sans-serif;
    }
}

h3 {
    font: 40px/40px "Playfair Display", "Arial", sans-serif;
    color: #1fbad6;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    h3 {
        font: 30px/30px "Playfair Display", "Arial", sans-serif;
    }
}

@media (max-width: 767px) {
    h3 {
        font: 27px/27px "Playfair Display", "Arial", sans-serif;
    }
}

h4 {
    font: 22px/22px "Playfair Display", "Arial", sans-serif;
    color: #1fbad6;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    h4 {
        font: 18px/18px "Playfair Display", "Arial", sans-serif;
    }
}

h5 {
    font: 18px/18px "Playfair Display", "Arial", sans-serif;
    color: #1fbad6;
    margin-bottom: 26px;
}

@media (max-width: 767px) {
    h5 {
        font: 16px/16px "Playfair Display", "Arial", sans-serif;
    }
}

h6 {
    font: 14px/14px "Playfair Display", "Arial", sans-serif;
    color: #1fbad6;
    margin-bottom: 26px;
}

blockquote {
    border-left: none;
    padding: 0;
    text-align: center;
    color: #fff;
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

blockquote a {
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    color: #82829b;
    display: inline-block;
}

.blockquote-wrapp {
    text-align: center;
    padding-top: 30px;
}

.blockquote-wrapp span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 27px 40px;
    max-width: 630px;
    border-top: 1px solid #5b5b70;
    border-bottom: 1px solid #5b5b70;
    margin-bottom: 43px;
}

@media (max-width: 480px) {
    .blockquote-wrapp span {
        padding: 27px 20px;
    }
}

p {
    font: 15px/26px "Arial", sans-serif;
    color: #82829b;
    margin-bottom: 25px;
}

a {
    color: #5b5b70;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

a:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    color: #1fbad6;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

ul {
    padding-left: 14px;
}

ul li {
    font: 15px/26px "Arial", sans-serif;
    color: #1fbad6;
}

ul li span {
    color: #fff;
}

ol {
    padding-left: 14px;
}

ol li {
    font: 15px/26px "Arial", sans-serif;
    color: #1fbad6;
}

ol li span {
    color: #fff;
}

hr {
    border-top: 1px solid #5b5b70;
}

.size_normal {
    font-size: 30px;
}

.teaser_icon {
    font-size: 60px;
}

.percent {
    font-size: 40px;
}

.percent::after {
    content: '%';
}

.divider_40 {
    margin-bottom: 40px;
}

.thumbnail {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*=====================================
// Components - buttons, tabs and animation styles:
*/
/* Buttons */
.theme-button {
    font: bold 11px/16px "Arial", sans-serif;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    vertical-align: middle;
    margin-bottom: 5px;
    color: #fff;
    float: none;
    background: #1fbad6;
    padding: 10px 15px;
    text-transform: uppercase;
}

.theme-button:disabled {
    background: #5b5b70;
}

.theme-button:disabled::before {
    display: none;
}

.theme-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #82829b;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #fff;
}

.theme-button:hover {
    color: #fff;
}

.theme-button:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.button-type-1 {
    font: bold 11px/14px "Arial", sans-serif;
    min-width: 175px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 10px;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    color: #fff;
    background: #1fbad6;
}

.button-type-1:disabled {
    background: #5b5b70;
}

.button-type-1:disabled::before {
    display: none;
}

.button-type-1::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #82829b;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.button-type-1:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Accordion styles */
.panel-group .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 14px;
    border-bottom: 1px solid #5b5b70;
    background: transparent;
}

.panel-group .panel .panel-heading {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0;
}

.panel-group .panel .panel-heading .panel-title a {
    font: bold 14px/19px "Lusitana", "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #1fbad6;
    padding: 10px 40px 10px 60px;
    display: block;
    position: relative;
}

.panel-group .panel .panel-heading .panel-title a::before {
    font-family: 'rt-icons-2';
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    content: '\e6af';
    position: absolute;
    top: 12px;
    left: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.panel-group .panel .panel-heading .panel-title a::after {
    font-family: 'rt-icons-2';
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    content: '\e61a';
    position: absolute;
    top: 12px;
    right: 15px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.panel-group .panel .panel-heading .panel-title a.collapsed {
    background: #38384b;
}

.panel-group .panel .panel-heading .panel-title a.collapsed::before {
    color: #1fbad6;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.panel-group .panel .panel-heading .panel-title a.collapsed::after {
    content: '\e619';
    color: #5b5b70;
}

.panel-group .panel .panel-heading .panel-title a.collapsed:hover::before, .panel-group .panel .panel-heading .panel-title a.collapsed:hover::after {
    color: #fff;
}

.panel-group .panel .panel-heading .panel-title a:hover {
    background: #82829b;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.panel-group .panel .panel-heading .panel-title a:hover::before {
    color: #fff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.panel-group .panel .panel-collapse .panel-body {
    background: #38384b;
    border: none;
    border-bottom: none;
}

/* Tabs styles */
.nav-tabs {
    border-bottom: 1px solid #5b5b70;
}

.nav-tabs > li > a {
    font: bold 11px/16px "Arial", sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border: 1px solid #5b5b70;
    padding-left: 28px;
    padding-right: 28px;
}

@media (max-width: 480px) {
    .nav-tabs > li > a {
        padding-left: 13px;
        padding-right: 13px;
    }
}

.nav-tabs > li > a:hover {
    background: #1fbad6;
    color: #fff;
    border: 1px solid #1fbad6;
}

.nav-tabs > li.active a {
    background: #1fbad6;
    color: #fff;
    border: 1px solid #1fbad6;
}

.nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:active {
    background: #1fbad6;
    color: #fff;
    border: 1px solid #1fbad6;
}

.tabs-title {
    font: bold 18px/20px "Lusitana", "Arial", sans-serif;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.tab-content {
    border: 1px solid #5b5b70;
    border-top: none;
    padding: 16px 30px 30px;
    margin-bottom: 50px;
}

@media (max-width: 480px) {
    .tab-content {
        padding: 20px;
    }
}

.tab-bottom-color-border {
    border-bottom: 5px solid #1998af;
    margin-bottom: 0;
}

.featured-tab-image img {
    width: 100%;
}

.media-left img {
    max-width: 100px;
}

/*// Vertical tabs //*/
.vertical-tabs .tab-content {
    border: 1px solid #5b5b70;
}

.vertical-tabs .nav li {
    margin-bottom: 2px;
}

.vertical-tabs .nav li.active a {
    background: #5b5b70;
}

.vertical-tabs .nav li a {
    background: #1fbad6;
    color: #fff;
}

.vertical-tabs .nav li a:hover {
    background: #5b5b70;
}

/* Bootstrap  elements: */
.caption {
    background: #222231;
}

/* Bootstrap pagination */
.pagination {
    margin: 0;
}

.pagination li {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0;
}

.pagination li:first-child {
    margin-right: 29px;
}

.pagination li:first-child a, .pagination li:first-child span {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 20px;
    height: 38px;
    font-size: 0;
    background: url(../images/appointment/bg_appointment-prev.png) center bottom no-repeat;
    -webkit-transition: 0s all;
    transition: 0s all;
    padding: 0;
}

.pagination li:first-child a:hover, .pagination li:first-child span:hover {
    background: url(../images/appointment/bg_appointment-prev.png) center top no-repeat;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.pagination li:last-child {
    margin-left: 23px;
}

.pagination li:last-child a, .pagination li:last-child span {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 20px;
    height: 38px;
    font-size: 0;
    background: url(../images/appointment/bg_appointment-next.png) center bottom no-repeat;
    -webkit-transition: 0s all;
    transition: 0s all;
    padding: 0;
}

.pagination li:last-child a:hover, .pagination li:last-child span:hover {
    background: url(../images/appointment/bg_appointment-next.png) center top no-repeat;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.pagination li a, .pagination li span {
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font: 15px/26px "Arial", sans-serif;
    color: #82829b;
    display: inline-block;
    vertical-align: middle;
}

.pagination li a:hover, .pagination li span:hover {
    background: transparent;
    color: #fff;
}

.pagination li.active a {
    background: transparent;
    color: #fff;
}

.pagination li.active a:hover {
    background: transparent;
    color: #fff;
}

/* Testimonials carousel */
.bootstrap-carousel {
    padding: 0 0 20px;
}

.bootstrap-carousel .item > p {
    font-style: italic;
    padding-left: 40px;
    margin-bottom: 40px;
    position: relative;
}

.bootstrap-carousel .item > p::before {
    font-family: 'PT Sans', sans-serif;
    font-size: 100px;
    font-style: normal;
    content: '\201c';
    position: absolute;
    left: -3px;
    top: 30px;
    z-index: 10;
}

.bootstrap-carousel h4 {
    margin: 0;
}

.bootstrap-carousel h4 + p {
    margin-bottom: 0;
}

.bootstrap-carousel .carousel-indicators {
    bottom: -16px;
    display: none;
}

.bootstrap-carousel .carousel-control {
    display: none;
}

.bootstrap-carousel .media + p {
    position: relative;
    padding: 10px 16px;
    background-color: #5b5b70;
}

.bootstrap-carousel .media::after {
    content: '';
    display: block;
    clear: both;
}

.bootstrap-carousel .media + p:before,
.bootstrap-carousel .media + p:after {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: -18px;
    border-style: solid;
    border-width: 18px 0 0 18px;
    border-color: #82829b transparent transparent transparent;
}

.bootstrap-carousel .media + p:after {
    left: auto;
    right: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
}

.bootstrap-carousel .media-object {
    max-width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.bootstrap-carousel .carousel-indicators li {
    border-color: #343434;
}

.bootstrap-carousel .carousel-indicators li.active {
    background-color: #343434;
}

.bootstrap-carousel .testimonials-control {
    font-size: 22px;
}

/* Animated elements: */
.to_animate {
    visibility: hidden;
}

.animated {
    visibility: visible !important;
}

/*=====================================
// Vertical margins and paddings:
*/
/* Align position: */
.align-left {
    float: left;
    margin: 0 24px 20px 0;
}

@media (max-width: 640px) {
    .align-left {
        text-align: none;
        display: block;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.align-right {
    float: right;
    margin: 34px 0 10px 30px;
}

@media (max-width: 640px) {
    .align-right {
        text-align: none;
        display: block;
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Align lg: */
@media (max-width: 1199px) {
    .text-lg-left {
        text-align: left;
    }
}

@media (max-width: 1199px) {
    .text-lg-right {
        text-align: right;
    }
}

@media (max-width: 1199px) {
    .text-lg-center {
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .text-lg-justify {
        text-align: center;
    }
}

/* Align md: */
@media (max-width: 991px) {
    .text-md-left {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .text-md-right {
        text-align: right;
    }
}


.text-md-center {
    text-align: center;
}


@media (max-width: 991px) {
    .text-md-justify {
        text-align: justify;
    }
}

/* Align sm: */
@media (max-width: 767px) {
    .text-sm-left {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .text-sm-right {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .text-sm-center {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .text-sm-justify {
        text-align: justify;
    }
}

@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }
}

/* Same top and bottom paddings for sections: */
.section_padding_0 > [class*="container"] {
    padding-top: 0;
    padding-bottom: 0;
}

.section_padding_10 > [class*="container"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section_padding_15 > [class*="container"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section_padding_20 > [class*="container"] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section_padding_25 > [class*="container"] {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section_padding_50 > [class*="container"] {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_75 > [class*="container"] {
    padding-top: 75px;
    padding-bottom: 75px;
}

.section_padding_85 > [class*="container"] {
    padding-top: 85px;
    padding-bottom: 85px;
}

.section_padding_100 > [class*="container"] {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Top paddings for sections: */
.section_padding_top_0 > [class*="container"] {
    padding-top: 0;
}

.section_padding_top_5 > [class*="container"] {
    padding-top: 5px;
}

.section_padding_top_10 > [class*="container"] {
    padding-top: 10px;
}

.section_padding_top_15 > [class*="container"] {
    padding-top: 15px;
}

.section_padding_top_20 > [class*="container"] {
    padding-top: 20px;
}

.section_padding_top_25 > [class*="container"] {
    padding-top: 25px;
}

.section_padding_top_30 > [class*="container"] {
    padding-top: 30px;
}

.section_padding_top_35 > [class*="container"] {
    padding-top: 35px;
}

.section_padding_top_40 > [class*="container"] {
    padding-top: 40px;
}

.section_padding_top_50 > [class*="container"] {
    padding-top: 50px;
}

.section_padding_top_55 > [class*="container"] {
    padding-top: 55px;
}

.section_padding_top_60 > [class*="container"] {
    padding-top: 60px;
}

.section_padding_top_65 > [class*="container"] {
    padding-top: 65px;
}

.section_padding_top_70 > [class*="container"] {
    padding-top: 70px;
}

.section_padding_top_75 > [class*="container"] {
    padding-top: 75px;
}

.section_padding_top_80 > [class*="container"] {
    padding-top: 80px;
}

.section_padding_top_90 > [class*="container"] {
    padding-top: 90px;
}

.section_padding_top_100 > [class*="container"] {
    padding-top: 100px;
}

.section_padding_top_105 > [class*="container"] {
    padding-top: 105px;
}

.section_padding_top_110 > [class*="container"] {
    padding-top: 110px;
}

.section_padding_top_115 > [class*="container"] {
    padding-top: 115px;
}

.section_padding_top_120 > [class*="container"] {
    padding-top: 120px;
}

.section_padding_top_130 > [class*="container"] {
    padding-top: 130px;
}

.section_padding_top_215 > [class*="container"] {
    padding-top: 215px;
}

/* Bottom paddings for sections: */
.section_padding_bottom_0 > [class*="container"] {
    padding-bottom: 0;
}

.section_padding_bottom_5 > [class*="container"] {
    padding-bottom: 5px;
}

.section_padding_bottom_10 > [class*="container"] {
    padding-bottom: 10px;
}

.section_padding_bottom_15 > [class*="container"] {
    padding-bottom: 15px;
}

.section_padding_bottom_20 > [class*="container"] {
    padding-bottom: 20px;
}

.section_padding_bottom_25 > [class*="container"] {
    padding-bottom: 25px;
}

.section_padding_bottom_30 > [class*="container"] {
    padding-bottom: 30px;
}

.section_padding_bottom_40 > [class*="container"] {
    padding-bottom: 40px;
}

.section_padding_bottom_45 > [class*="container"] {
    padding-bottom: 45px;
}

.section_padding_bottom_50 > [class*="container"] {
    padding-bottom: 50px;
}

.section_padding_bottom_55 > [class*="container"] {
    padding-bottom: 50px;
}

.section_padding_bottom_60 > [class*="container"] {
    padding-bottom: 65px;
}

.section_padding_bottom_65 > [class*="container"] {
    padding-bottom: 65px;
}

.section_padding_bottom_70 > [class*="container"] {
    padding-bottom: 70px;
}

.section_padding_bottom_75 > [class*="container"] {
    padding-bottom: 75px;
}

.section_padding_bottom_80 > [class*="container"] {
    padding-bottom: 80px;
}

.section_padding_bottom_85 > [class*="container"] {
    padding-bottom: 85px;
}

.section_padding_bottom_90 > [class*="container"] {
    padding-bottom: 95px;
}

.section_padding_bottom_95 > [class*="container"] {
    padding-bottom: 95px;
}

.section_padding_bottom_100 > [class*="container"] {
    padding-bottom: 100px;
}

.section_padding_bottom_105 > [class*="container"] {
    padding-bottom: 105px;
}

.section_padding_bottom_110 > [class*="container"] {
    padding-bottom: 110px;
}

.section_padding_bottom_115 > [class*="container"] {
    padding-bottom: 115px;
}

.section_padding_bottom_120 > [class*="container"] {
    padding-bottom: 120px;
}

.section_padding_bottom_125 > [class*="container"] {
    padding-bottom: 125px;
}

.section_padding_bottom_135 > [class*="container"] {
    padding-bottom: 135px;
}

.section_padding_bottom_140 > [class*="container"] {
    padding-bottom: 140px;
}

.section_padding_bottom_145 > [class*="container"] {
    padding-bottom: 145px;
}

.section_padding_bottom_160 > [class*="container"] {
    padding-bottom: 160px;
}

.section_padding_bottom_165 > [class*="container"] {
    padding-bottom: 165px;
}

/* Top margin for sections */
.topmargin_0 {
    margin-top: 0;
}

.topmargin_15 {
    margin-top: 15px;
}

.topmargin_30 {
    margin-top: 30px;
}

.topmargin_40 {
    margin-top: 40px;
}

.topmargin_65 {
    margin-top: 65px;
}

/* Bottom margin for sections: */
.bottommargin_10 {
    margin-bottom: 10px;
}

.bottommargin_15 {
    margin-bottom: 15px;
}

.bottommargin_20 {
    margin-bottom: 20px;
}

.bottommargin_30 {
    margin-bottom: 30px;
}

.bottommargin_35 {
    margin-bottom: 35px;
}

.bottommargin_40 {
    margin-bottom: 40px;
}

.bottommargin_45 {
    margin-bottom: 45px;
}

.bottommargin_50 {
    margin-bottom: 50px;
}

.bottommargin_55 {
    margin-bottom: 55px;
}

.bottommargin_60 {
    margin-bottom: 60px;
}

.bottommargin_75 {
    margin-bottom: 75px;
}

.bottommargin_135 {
    margin-bottom: 135px;
}

/* Table sections: */
.table_section [class*="container"] {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.table_section .row {
    display: table;
    min-width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}

.table_section [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/* Isotope content absolute: */
.vertical-item.content-absolute {
    position: relative;
}

.vertical-item.content-absolute .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px 10px;
}

.vertical-item.content-absolute.vertical-center .item-content {
    top: 0;
    line-height: 1.1;
}

/*// Content table //*/
.content-table {
    display: table;
    width: 100%;
    height: 100%;
}

.content-table__row {
    display: table-row;
}

.content-table__cell {
    display: table-cell;
    vertical-align: middle;
}

.content-table__wrapp {
    display: inline-block;
}

/*=====================================
// Forms styles:
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

select.form-control,
.form-control {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #38384b;
    border-bottom: 1px solid #5b5b70;
    box-sizing: border-box;
    padding: 10px 15px;
    color: #82829b;
}

select.form-control:active, select.form-control:focus,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #5b5b70;
}

select.form-control:active, select.form-control:focus,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

select.form-control:-moz-placeholder,
.form-control:-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #82829b;
    opacity: 1;
}

select.form-control::-moz-placeholder,
.form-control::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #82829b;
    opacity: 1;
}

select.form-control:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #82829b;
}

select.form-control::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #82829b;
}

select.form-control:focus:-moz-placeholder,
.form-control:focus:-moz-placeholder {
    font-style: normal;
    color: transparent;
    opacity: 1;
}

select.form-control:focus::-moz-placeholder,
.form-control:focus::-moz-placeholder {
    font-style: normal;
    color: transparent;
    opacity: 1;
}

select.form-control:focus:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
    font-style: normal;
    color: transparent;
}

select.form-control:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
    font-style: normal;
    color: transparent;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"] {
    height: 40px;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    top: 50%;
    margin-top: -3px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"] {
    top: 50%;
    margin-top: -7px;
}

select.form-control {
    height: 40px;
}

button {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

button:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.invalid {
    outline: 1px solid red;
}

.required {
    color: red;
}

/* Response */
.response {
    color: red;
}

/* Valid forms */
.invalid {
    outline: 1px solid red;
}

.searchform-respond {
    padding: 20px 0;
    text-align: center;
}

/* =====================================
// Main styles:
// ================================== */
body {
    font: 14px/30px "Arial", sans-serif;
    color: #82829b;
    overflow-x: hidden;
}

/*=====================================
// Header:
*/
.header-bg-1 {
    padding-top: 64px;
    background: url(../images/parallax/bg_copyright.jpg) no-repeat center center #151525;
    background-size: cover;
}

@media (max-width: 991px) {
    .header-bg-1 {
        padding-top: 0;
    }
}

/*// Header type 1 //*/
.logo {
    display: inline-block;
    float: none;
    position: relative;
}

.logo a {
    display: inline-block;
    float: none;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -137px;
}

@media (max-width: 991px) {
    .logo a {
        position: static;
        margin: 0;
    }
}

/* Social list */
.social-text {
    font: bold 11px/14px "Arial", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    margin: 23px 0;
}

.social-list {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 14px 0;
}

.social-list li {
    display: inline-block;
    position: relative;
}

.social-list li::before {
    content: '';
    width: 1px;
    height: 8px;
    background: #5b5b70;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
}

.social-list li:last-child::before {
    display: none;
}

.social-list li a {
    width: 40px;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    display: inline-block;
}

.social-list li a i {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.social-list li a:hover i {
    color: #1fbad6;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

/* Header search */
.serach-button {
    display: inline-block;
    float: none;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
}

.serach-button i {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.serach-button:hover i {
    color: #1fbad6;
}

.controls-list {
    padding: 15px 0;
    margin: 0;
}

.controls-list li {
    display: inline-block;
    float: none;
    vertical-align: middle;
    list-style: none;
    padding: 0 15px;
    position: relative;
}

.controls-list li::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
    height: 8px;
    width: 1px;
    background: #5b5b70;
}

.controls-list li:last-child {
    padding-right: 0;
}

.controls-list li:first-child {
    padding-left: 0;
}

.controls-list li:first-child::before {
    display: none;
}

/* Shopping cart */
.shopping-cart {
    display: inline-block;
    float: none;
    vertical-align: middle;
    position: relative;
}

.shopping-cart::before {
    font-family: 'FontAwesome';
    content: '\f291';
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.shopping-cart::after {
    content: '';
    display: inline-block;
    float: none;
    position: absolute;
    top: 5px;
    left: 12px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1fbad6;
}

.shopping-cart__content {
    font: bold 18px/20px "Lusitana", "Arial", sans-serif;
    color: #1fbad6;
    display: inline-block;
    vertical-align: middle;
}

.shopping-cart__content:hover {
    color: #5b5b70;
}

.shopping-cart__info {
    margin-right: 14px;
}

.shopping-cart__list {
    width: 400px;
    padding: 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
    top: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1002;
    right: 0;
    left: auto;
    background: #151525;
    border: 1px solid #5b5b70;
}

@media (max-width: 767px) {
    .shopping-cart__list {
        right: 50%;
        margin-right: -150px;
        top: 43px;
        width: 300px;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .shopping-cart__list {
        margin-right: -108px;
    }
}

.shopping-cart__list li {
    padding: 0;
}

.shopping-cart__list li::before {
    display: none;
}

.shopping-cart__list .buttons {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .shopping-cart__list .buttons {
        margin-left: 5px;
    }
}

.shopping-cart__list .buttons a {
    margin: 0 5px 5px 0;
}

@media (max-width: 767px) {
    .shopping-cart__list .buttons a {
        margin: 0 5px 5px 0;
    }
}

.shopping-cart__list .widget_shopping_cart {
    margin-bottom: 0;
}

.shopping-cart__list .remove:hover i {
    color: #5b5b70;
}

.shopping-cart__list .remove i {
    color: #1fbad6;
}

.cart-dropdown .dropdown-menu {
    min-width: 400px;
    padding: 20px 30px;
}

.widget_shopping_cart img {
    max-width: 80px;
}

.widget_shopping_cart h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.widget_shopping_cart .cart_list {
    border-bottom: 1px solid #5b5b70;
    padding-bottom: 20px;
    margin: 20px 0;
}

@media (max-width: 767px) {
    .widget_shopping_cart .cart_list {
        padding-bottom: 10px;
        margin: 10px 0;
    }
}

.widget_shopping_cart .media > div.media-left > a {
    display: block;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    margin: 10px;
}

.widget_shopping_cart .media-body:last-child {
    width: 1000px;
}

.widget_shopping_cart .media-body:last-child i {
    padding: 0 0 0 10px;
}

/* My account */
.my-account {
    position: relative;
}

.my-account .header-button {
    line-height: 18px;
}

.my-account .header-button:hover span {
    color: #1fbad6;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.my-account .header-button span {
    font: bold 11px/18px "Arial", sans-serif;
    color: #82829b;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    float: none;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.my-account .header-button span::after {
    font-family: 'FontAwesome';
    content: '\f0d7';
    color: #fff;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #5b5b70;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 7px;
}

.my-account .dropdown-menu {
    width: 400px;
    -webkit-border-radius: 0;
    border-radius: 0;
    right: 12px;
    top: 40px;
    left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    background: #151525;
    border: 1px solid #5b5b70;
}

@media (max-width: 1199px) {
    .my-account .dropdown-menu {
        right: 50%;
        margin-right: -165px;
    }
}

@media (max-width: 767px) {
    .my-account .dropdown-menu {
        right: 50%;
        margin-right: -165px;
        top: 43px;
        width: 310px;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .my-account .dropdown-menu {
        margin-right: -238px;
    }
}

.my-account label {
    font: bold 16px/18px "Arial", sans-serif;
    color: #fff;
}

.my-account p {
    font: 14px/16px "Arial", sans-serif;
    color: #fff;
}

.my-account p strong {
    color: #fff;
}

.password-info {
    padding-top: 10px;
}

/*// Header search //*/
.searchform {
    position: relative;
}

.searchform .header-search {
    width: 100%;
    padding-right: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
}

.s_theme-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
}

.s_theme-button::before {
    font-family: 'rt-icons-2';
    content: '\e656';
    font-size: 20px;
    color: #1fbad6;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.s_theme-button:hover::before {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    color: #82829b;
}

/*=====================================
// Main navigation styles:
*/
.sf-menu li {
    position: relative;
}

.sf-menu li a {
    font: bold 14px/24px "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 25px 15px;
}

.sf-menu li a:hover, .sf-menu li a:active, .sf-menu li a:focus {
    background: transparent;
    color: #1fbad6;
}

.sf-menu li.active a {
    color: #1fbad6;
}

.sf-menu li ul {
    position: absolute;
    top: 74px;
    left: 0;
    padding: 20px 0;
    margin: 0;
    background: #151525;
    width: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #5b5b70;
    z-index: 100;
}

.sf-menu li ul li {
    list-style: none;
    padding: 4px 0;
    display: block;
}

.sf-menu li ul li a {
    padding: 0 20px;
    display: block;
}

.sf-menu li ul li ul {
    top: -21px;
}

.sf-menu > li {
    display: inline-block;
    float: none;
    padding-right: 45px;
    position: relative;
}

@media (max-width: 1199px) {
    .sf-menu > li {
        padding-right: 15px;
    }
}

.sf-menu > li::after {
    position: absolute;
    content: '~';
    display: inline-block;
    font: bold 22px/22px "Playfair Display", "Arial", sans-serif;
    color: #5b5b70;
    top: 50%;
    right: 13px;
    margin-top: -10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 1199px) {
    .sf-menu > li::after {
        right: 0;
    }
}

.sf-menu > li:first-child a {
    padding-left: 0;
}

.sf-menu > li:last-child {
    padding-right: 0;
}

.sf-menu > li:last-child::after {
    display: none;
}

.sf-menu > li:last-child a {
    padding-right: 0;
}

.affix {
    top: 0;
    left: 0;
    right: 0;
    z-index: 350;
    background: #151525;
    border-bottom: 1px solid #5b5b70;
}

/* Toggle menu */
.toggle_menu {
    display: none;
}

.page_toplogo .toggle_menu {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    background-color: #5b5b70;
    margin: 0;
}

.toggle_menu:hover span:before {
    top: -7px;
}

.toggle_menu:hover span:after {
    top: 7px;
}

.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    background-color: #1fbad6;
    content: '';
    left: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.toggle_menu span {
    left: 18px;
    top: 50%;
    margin-top: -1px;
}

.toggle_menu span:before {
    top: -6px;
}

.toggle_menu span:after {
    top: 6px;
}

@media (max-width: 991px) {
    .mainmenu_wrapper {
        text-align: center;
        position: fixed;
        visibility: collapse;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: transparent;
        opacity: 0;
        z-index: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .mobile-active .mainmenu_wrapper {
        visibility: visible;
        opacity: 1;
        background-color: #151525;
        z-index: 350;
    }

    .toggle_menu {
        display: inline-block;
        float: none;
        vertical-align: middle;
        float: none;
        position: relative;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }

    .toggle_menu.mobile-active {
        background-color: #151525;
        border: none;
        left: auto;
        top: 0;
        right: 0;
        position: fixed;
        margin: 0;
        z-index: 3000;
        width: 52px;
        height: 52px;
    }

    .toggle_menu.mobile-active:hover:after {
        color: #1fbad6;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
    }

    .toggle_menu.mobile-active:after {
        position: absolute;
        top: 10px;
        left: 6px;
        font-family: 'rt-icons-2';
        content: '\e117';
        font-size: 40px;
        line-height: 30px;
        color: #fff;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
    }

    .toggle_menu.mobile-active span {
        display: none;
    }

    .sf-arrows .sf-with-ul {
        position: relative;
    }

    .sf-arrows .sf-with-ul::after {
        font-family: 'rt-icons-2';
        font-size: 20px;
        content: '\e10f';
        position: absolute;
        right: 25px;
        height: 0;
        width: 0;
        top: 50%;
        margin-top: -10px;
    }

    .sf-menu {
        text-align: center;
        position: fixed;
        overflow: auto;
        padding: 10px 30px 10px 10px;
        top: 0;
        left: 0;
        bottom: 0;
        width: auto;
        font-size: 1.1em;
        text-transform: uppercase;
        font-weight: 400;
        word-wrap: break-word;
        text-align: left;
        -webkit-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        opacity: 0;
        width: 96%;
        z-index: 200;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mobile-active .sf-menu {
        opacity: 1;
        right: 20px;
        z-index: 200;
    }

    .sf-menu li {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .sf-menu li {
        padding: 0;
    }

    .sf-menu li::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .sf-menu li a {
        padding: 10px;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .sf-menu li a {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .sf-menu li ul {
        position: static;
        background: transparent;
        padding: 0 0 0 10px;
        margin: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .sf-menu li ul {
        border: none;
    }
}

@media (max-width: 991px) {
    .sf-menu li ul li a {
        color: #82829b;
        font-size: 12px;
        display: block;
        line-height: 20px;
    }

    .sf-menu li ul li a:hover {
        color: #5b5b70;
    }

    .sf-menu li ul li ul {
        position: static;
        background: transparent;
        padding: 0 0 0 10px;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sf-menu li ul li ul li a {
        color: #82829b;
        font-size: 12px;
        display: block;
        line-height: 20px;
    }

    .sf-menu li ul li ul li a:hover {
        color: #5b5b70;
    }

    .sf-menu ul li a:before {
        content: '-';
        padding-right: 5px;
    }

    .sf-menu ul ul li a:before {
        content: '--';
        padding-right: 5px;
    }
}

/*=====================================
// Breadcrumbs:
*/
/*// Type 1 //*/
.breadcrumbs-type-1 {
    background: #82829b;
}

.breadcrumbs-title {
    font: 22px/22px "Playfair Display", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 22px 0;
}

@media (max-width: 767px) {
    .breadcrumbs-title {
        margin-top: 10px;
    }
}

.breadcrumbs-list {
    padding: 0;
    margin: 18px 0;
    display: inline-block;
}

@media (max-width: 767px) {
    .breadcrumbs-list {
        margin-bottom: 0;
    }
}

.breadcrumbs-list li {
    font: bold 11px/15px "Arial", sans-serif;
    color: #151525;
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 35px;
    position: relative;
}

.breadcrumbs-list li:last-child {
    padding-right: 0;
}

.breadcrumbs-list li:last-child::before {
    display: none;
}

.breadcrumbs-list li::before {
    content: '/';
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
}

.breadcrumbs-list li a {
    color: #fff;
}

.breadcrumbs-list li a:hover {
    color: #151525;
}

/*// Type 2 //*/
.breadcrumbs-type-2 {
    margin-bottom: 0;
    padding: 0 0 15px;
}

.breadcrumbs-type-2 .breadcrumbs-01__title {
    margin-bottom: 0;
}

.breadcrumbs-type-2 .breadcrumbs-list {
    margin-top: 0;
    margin-bottom: 0;
}

.breadcrumbs-type-2 .breadcrumbs-list a {
    color: #1fbad6;
}

/*=====================================
// Widgets for shop and blog:
*/
@media (max-width: 767px) {
    .sidebar {
        padding: 100px 0;
    }
}

.widget {
    margin-bottom: 53px;
}

.widget-title {
    font: 30px/32px "Playfair Display", "Arial", sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 26px;
}

/* Flickr */
.widget_flickr ul {
    padding: 0;
}

.widget_flickr ul a {
    opacity: 0.5;
}

.widget_flickr ul a:hover {
    opacity: 1;
}

.widget_flickr ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px 15px 0;
}

/* Sidebar search */
.widget_search .searchform {
    position: relative;
}

.widget_search .searchform .form-group {
    width: 100%;
    position: relative;
}

.widget_search .searchform .form-group .form-control {
    width: 100%;
    padding-right: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.widget_search .searchform .form-group .form-control:-moz-placeholder {
    font: bold 11px/20px "Arial", sans-serif;
    text-transform: uppercase;
    color: #82829b;
}

.widget_search .searchform .form-group .form-control::-moz-placeholder {
    font: bold 11px/20px "Arial", sans-serif;
    text-transform: uppercase;
    color: #82829b;
}

.widget_search .searchform .form-group .form-control:-ms-input-placeholder {
    font: bold 11px/20px "Arial", sans-serif;
    text-transform: uppercase;
    color: #82829b;
}

.widget_search .searchform .form-group .form-control::-webkit-input-placeholder {
    font: bold 11px/20px "Arial", sans-serif;
    text-transform: uppercase;
    color: #82829b;
}

.widget_search .searchform .form-group .form-control:focus::-moz-placeholder {
    font-style: normal;
    color: transparent;
    opacity: 1;
}

.widget_search .searchform .form-group .form-control:focus:-ms-input-placeholder {
    font-style: normal;
    color: transparent;
}

.widget_search .searchform .form-group .form-control:focus::-webkit-input-placeholder {
    font-style: normal;
    color: transparent;
}

.widget_search .searchform .search_button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
}

.widget_search .searchform .search_button::before {
    font-family: 'rt-icons-2';
    content: '\e656';
    font-size: 20px;
    color: #1fbad6;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.widget_search .searchform .search_button:hover::before {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    color: #82829b;
}

/* Banner-ad */
.banner-ad {
    background: #5b5b70;
    padding: 15px;
}

.banner-ad::after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .banner-ad {
        padding: 20px;
    }
}

.banner-ad img {
    width: 100%;
}

.banner-ad__wrapper {
    position: relative;
}

.banner-ad__wrapper::before {
    content: '';
    background: rgba(52, 52, 52, 0.9) repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-ad__table-wrapp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.banner-ad__table-wrapp p {
    margin: 0;
    float: none;
    color: #fff;
    font-weight: 300;
    display: inline-block;
}

.banner-ad__table {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-ad__content-row {
    display: table-row;
}

.banner-ad__content-cell {
    display: table-cell;
    vertical-align: middle;
}

.banner-ad__content {
    display: inline-block;
    float: none;
}

.banner-ad__title {
    font-size: 30px;
    line-height: 30px;
    padding: 15px;
    font-weight: 300;
    background: #82829b;
    text-transform: uppercase;
    margin: 20px 0 0;
}

@media (max-width: 991px) {
    .banner-ad__title {
        font-size: 25px;
        line-height: 25px;
        padding: 13px 35px;
    }
}

.banner-ad__sub-title {
    background: #5b5b70;
    padding: 5px 30px;
}

/* Tag Cloud */
.tagcloud a {
    font: bold 11px/35px "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    float: none;
    margin: 0 3px 10px 0;
    vertical-align: middle;
    border: 1px solid #5b5b70;
    padding: 0 15px;
    letter-spacing: 3px;
}

.tagcloud a:hover {
    border: 1px solid #1fbad6;
    color: #1fbad6;
}

/* Categories */
.widget_categories,
.widget_archives {
    text-align: center;
}

.widget_categories .form-control,
.widget_archives .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 22px;
    position: relative;
    font: bold 11px/15px "Arial", sans-serif;
    color: #82829b;
    text-transform: uppercase;
    cursor: pointer;
}

.select-wrapper {
    position: relative;
    max-width: 310px;
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 100%;
}

.select-wrapper .select-icon {
    position: absolute;
    color: #1fbad6;
    top: 12px;
    right: 15px;
    z-index: 1;
}

/* Recent posts */
.widget_recent_posts-list {
    padding: 0;
}

.widget_recent_posts-list li {
    list-style: none;
    margin-bottom: 20px;
}

.widget_recent_posts-list li::after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .widget_recent_posts-list li {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .widget_recent_posts-list li {
        margin-bottom: 20px;
    }
}

.widget_recent_posts-img {
    margin-right: 30px;
    float: left;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .widget_recent_posts-img {
        margin-right: 0;
        float: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .widget_recent_posts-img {
        margin-right: 30px;
        float: left;
        margin-bottom: 10px;
    }
}

.widget_recent_posts-img img {
    width: 85px;
    height: auto;
}

@media (max-width: 991px) {
    .widget_recent_posts-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .widget_recent_posts-img img {
        width: 85px;
    }
}

.widget_recent_posts-title {
    font: 14px/16px "Lusitana", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0 0;
}

@media (max-width: 991px) {
    .widget_recent_posts-title {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .widget_recent_posts-title {
        padding: 20px 0 0;
    }
}

.widget_recent_posts-title a {
    color: #fff;
}

.widget_recent_posts-title a:hover {
    color: #1fbad6;
}

.widget_recent_posts-date {
    margin: 0;
}

/* Mailchimp */
.widget_mailchimp .signup {
    position: relative;
    margin-bottom: 5px;
}

.widget_mailchimp .signup .form-group {
    width: 100%;
    position: relative;
}

.widget_mailchimp .signup .form-group .form-control {
    width: 100%;
    padding-right: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.widget_mailchimp .signup .form-group .form-control:-moz-placeholder {
    font: bold 11px/20px "Arial", sans-serif;
    text-transform: uppercase;
    color: #82829b;
}

.widget_mailchimp .signup .form-group .form-control::-moz-placeholder {
    font: bold 11px/20px "Arial", sans-serif;
    text-transform: uppercase;
    color: #82829b;
}

.widget_mailchimp .signup .form-group .form-control:-ms-input-placeholder {
    font: bold 11px/20px "Arial", sans-serif;
    text-transform: uppercase;
    color: #82829b;
}

.widget_mailchimp .signup .form-group .form-control::-webkit-input-placeholder {
    font: bold 11px/20px "Arial", sans-serif;
    text-transform: uppercase;
    color: #82829b;
}

.widget_mailchimp .signup .form-group .form-control:focus::-moz-placeholder {
    font-style: normal;
    color: transparent;
    opacity: 1;
}

.widget_mailchimp .signup .form-group .form-control:focus:-ms-input-placeholder {
    font-style: normal;
    color: transparent;
}

.widget_mailchimp .signup .form-group .form-control:focus::-webkit-input-placeholder {
    font-style: normal;
    color: transparent;
}

.widget_mailchimp .signup .widget_mailchimp__button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
}

.widget_mailchimp .signup .widget_mailchimp__button::before {
    font-family: 'rt-icons-2';
    content: '\e74a';
    font-size: 24px;
    color: #1fbad6;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.widget_mailchimp .signup .widget_mailchimp__button:hover::before {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    color: #82829b;
}

/* Price filter */
.widget_price_filter .widget-title {
    margin-bottom: 32px;
}

.widget_price_filter input[readonly] {
    background-color: transparent;
    padding-right: 3px;
    padding-left: 3px;
    max-width: 50px;
    margin-bottom: 4px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1fbad6;
    font-weight: normal "";
}

.widget_price_filter label {
    position: relative;
    display: inline-block;
    color: #1fbad6;
}

.widget_price_filter label::before {
    content: '$';
    display: block;
    font-size: 14px;
    line-height: 16px;
    float: left;
    margin-top: 12px;
}

.widget_price_filter .form-group {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.widget_price__text {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 37px;
}

.ui-slider-range {
    background-color: #82829b;
}

.ui-slider-horizontal {
    margin-bottom: 0;
}

.price__controls::after {
    content: '';
    display: table;
    clear: both;
}

.slider_price_min,
.slider_price_max {
    font-size: 14px;
    float: right;
    text-align: left;
}

.slider_price_min-left {
    float: left;
    margin-left: 20px;
}

.slider_price_min-right {
    float: right;
}

.ui-slider {
    position: relative;
    text-align: left;
    background-color: #e5e5e5;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #82829b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.ui-slider .ui-slider-handle:active, .ui-slider .ui-slider-handle:focus {
    outline: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: 2px;
}

.ui-slider-horizontal span.ui-slider-handle {
    top: -4px;
}

.ui-slider-horizontal span.ui-slider-handle:last-of-type {
    margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/* Top sales */
.widget_top_sales .star-rating {
    margin-top: 0;
}

.widget_top_sales .shop-item__price {
    display: inline-block;
    float: right;
}

.widget_top_sales-list {
    padding: 0;
}

.widget_top_sales-list li {
    list-style: none;
    padding-right: 10px;
}

.widget_top_sales-list li::after {
    content: '';
    display: table;
    clear: both;
}

.widget_top_sales-img {
    float: left;
    margin-right: 10px;
}

.widget_top_sales-img a {
    display: inline-block;
    float: none;
    max-width: 100px;
}

.widget_top_sales-img a img {
    width: 100%;
}

/*=====================================
// Copyright:
*/
/*// Copyright type 1 //*/
.copyright-type-1 {
    background: url(../images/parallax/bg_copyright.jpg) repeat center center;
    background-size: auto;
    background-color: #151525;
}

.copyright-text {
    font: bold 11px/14px "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 28px 0;
    margin: 0;
}

.copyright-text a {
    color: #fff;
}

.copyright-text a:hover {
    color: #1fbad6;
}

.template-author {
    font: bold 11px/14px "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 28px 0;
    margin: 0;
}

.template-author a {
    color: #fff;
}

.template-author a:hover {
    color: #1fbad6;
}

.template-author i {
    font-size: 17px;
    color: #1fbad6;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
}

/* Footer logo */
.footer-logo {
    display: inline-block;
    float: none;
    position: relative;
}

.footer-logo a {
    display: inline-block;
    position: absolute;
    bottom: -53px;
    left: 50%;
    margin-left: -80px;
}

@media (max-width: 991px) {
    .footer-logo a {
        position: static;
        margin-left: 0;
    }
}

/* =====================================
// Pages:
// ================================== */
/*=====================================
// Home page styles:
*/
/* Contact block */
.contact-block-1 {
    background: rgba(21, 21, 37, 0.75) repeat center center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 20;
    padding: 58px 0;
}

@media (max-width: 1280px) {
    .contact-block-1 {
        padding: 38px 0;
    }
}

@media (max-width: 1199px) {
    .contact-block-1 {
        position: static;
        padding: 58px 0;
    }
}

.contact-block-1__list {
    padding-left: 53px;
    margin: 0;
    display: block;
}

@media (max-width: 767px) {
    .contact-block-1__list {
        margin-bottom: 30px;
    }
}

.contact-block-1__list::before {
    font-family: 'rt-icons-2';
    font-size: 24px;
    line-height: 38px;
    color: #1fbad6;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 16px;
    display: inline-block;
    float: none;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border: 1px solid #59596e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.contact-block-1__list li {
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    list-style: none;
    display: block;
}

.contact-block-1__list li a {
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    color: #1fbad6;
}

.contact-block-1__list li a:hover {
    color: #82829b;
}

.contact-block-1__list li span {
    color: #1fbad6;
}

.contact-block-1__list--adress::before {
    content: '\e624';
}

.contact-block-1__list--phone::before {
    content: '\f10b';
}

.contact-block-1__list--work-days::before {
    font-size: 20px;
    content: '\e7d0';
}

.block-position-1 {
    padding-top: 48px;
}

@media (max-width: 1199px) {
    .block-position-1 {
        padding-bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .block-position-2 {
        padding-bottom: 80px;
    }
}

/* Parallax block 1 */
.parallax-block-1 {
    background: url(../images/parallax/bg_parallax-01.jpg) no-repeat;
}

.parallax-block-2 {
    background: url(../images/parallax/bg_parallax-02.jpg) no-repeat;
}

/* Home content blocks */
.content-block-3 {
    background: #222231;
    padding: 30px 30px 30px 85px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-block-3::after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .content-block-3 {
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .content-block-3 {
        padding: 15px 15px 15px 50px;
    }
}

.content-block-3::before {
    content: '';
    width: 65px;
    height: 100%;
    position: absolute;
    border-right: 5px solid #44cde2;
    background: url(../images/content_block/img_content-01.jpg) repeat center center;
    top: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 480px) {
    .content-block-3::before {
        width: 35px;
    }
}

.content-block-3__img {
    width: 41%;
    border: 10px solid #5b5b70;
    float: left;
}

@media (max-width: 640px) {
    .content-block-3__img {
        width: 100%;
    }
}

.content-block-3__img img {
    width: 100%;
}

.content-block-3__content {
    width: 59%;
    float: left;
    padding: 0 70px;
    text-align: center;
}

@media (max-width: 1199px) {
    .content-block-3__content {
        padding: 0 20px;
    }
}

@media (max-width: 640px) {
    .content-block-3__content {
        width: 100%;
        padding: 30px 0 0 0;
    }
}

.content-block-3__text {
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 27px 0;
    margin: 0;
    border-top: 1px solid #5b5b70;
    border-bottom: 1px solid #5b5b70;
    margin-bottom: 58px;
}

@media (max-width: 1199px) {
    .content-block-3__text {
        margin-bottom: 38px;
    }
}

.content-block-4 {
    border: 5px solid #5b5b70;
    background: #222231;
    width: 100%;
}

.content-block-4__wrapp {
    position: relative;
    margin-bottom: 46px;
}

.content-block-4__wrapp:last-child {
    margin-bottom: 19px;
}

@media (max-width: 991px) {
    .content-block-4__wrapp {
        text-align: center;
    }
}

.content-block-4__img {
    padding: 25px;
    max-width: 350px;
}

@media (max-width: 991px) {
    .content-block-4__img {
        display: inline-block;
        float: none;
    }
}

.content-block-4__img img {
    width: 100%;
}

.content-block-4__content {
    background: #222231;
    position: absolute;
    bottom: 0;
    left: 36px;
    right: 36px;
    max-width: 350px;
}

@media (max-width: 991px) {
    .content-block-4__content {
        left: 50%;
        right: auto;
        margin-left: -175px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .content-block-4__content {
        position: static;
        margin: 0;
        padding: 0 25px;
        display: inline-block;
        float: none;
    }
}

.content-block-4__title {
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 30px 25px;
    text-transform: uppercase;
    color: #fff;
}

.content-block-4__btn {
    font: bold 11px/25px "Arial", sans-serif;
    padding: 8px 10px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.subheader-type-3 {
    font: bold 14px/25px "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.subheader-type-3::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.title-dec3 {
    text-align: center;
    text-transform: uppercase;
    line-height: 43px;
    margin-top: 0;
    margin-bottom: 53px;
}

@media (max-width: 1199px) {
    .title-dec3 {
        font-size: 30px;
        line-height: 35px;
    }
}

.content-button-1 {
    font: bold 14px/26px "Arial", sans-serif;
    display: inline-block;
    float: none;
    padding: 22px 37px;
}

@media (max-width: 1199px) {
    .content-button-1 {
        padding: 15px 22px;
    }
}

@media (max-width: 480px) {
    .content-button-1 {
        padding: 15px 25px;
        font-size: 12px;
    }
}

.vertical-tabs--position .vertical-tabs-type-1__img {
    margin-right: 5px;
}

@media (max-width: 1199px) {
    .vertical-tabs--position .vertical-tabs-type-1__cont {
        font-size: 11px;
    }
}

.dec-t-1 {
    position: relative;
    overflow: hidden;
}

.dec-t-1::before {
    content: '';
    background: url(../images/content_block/img_content-10.png);
    width: 570px;
    height: 419px;
    position: absolute;
    top: -223px;
    left: 50%;
    margin-left: -285px;
}

.content-block-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
}

@media (max-width: 1199px) {
    .content-block-5 {
        padding: 15px;
    }
}

@media (max-width: 640px) {
    .content-block-5 {
        width: 100%;
        margin-bottom: 60px;
    }
}

.content-block-5::before {
    content: '';
    display: inline-block;
    float: none;
    width: 100%;
    height: 65px;
    background: url(../images/content_block/img_content-09.jpg) no-repeat center center;
    border-bottom: 5px solid #44cde2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.content-block-5__img {
    border: 10px solid #5b5b70;
    margin-bottom: 21px;
    position: relative;
    z-index: 2;
}

.content-block-5__img img {
    width: 100%;
}

.content-block-5--bg1 {
    background: #151525;
}

.content-block-5--bg2 {
    background: #222231;
}

.content-block-5__meta {
    font: bold 11px/26px "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 12px;
}

.content-block-5__text {
    border-bottom: 1px solid #5b5b70;
    padding-bottom: 23px;
    margin-bottom: 29px;
}

.content-block-5__title {
    margin: 0 0 22px;
    line-height: 43px;
    padding-bottom: 27px;
    position: relative;
}

.content-block-5__title::before {
    content: '';
    display: inline-block;
    float: none;
    width: 30px;
    height: 2px;
    background: #5b5b70;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.content-block-5__title a {
    color: #1fbad6;
}

.content-block-5__title a:hover {
    color: #5b5b70;
}

.content-block-5__button {
    width: 100%;
    max-width: 170px;
}

.content-block-6 {
    background: #151525;
    padding: 30px;
}

@media (max-width: 1199px) {
    .content-block-6 {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .content-block-6 {
        margin-bottom: 50px;
    }
}

.content-block-6__wrapp {
    border: 5px solid #5b5b70;
}

.content-block-6__wrapp .counter {
    font: bold 56px/40px "Lusitana", "Arial", sans-serif;
    margin: 0;
}

.content-block-6__wrapp-bg-1 {
    background: #222231;
    border-bottom: 1px solid #5b5b70;
}

.content-block-6__wrapp-bg-1 .counter {
    padding: 63px 0 9px;
}

.content-block-6__wrapp-bg-2 {
    position: relative;
    overflow: hidden;
}

.content-block-6__wrapp-bg-2::before {
    content: '';
    background: url(../images/content_block/img_content-11.png) no-repeat;
    right: 0;
    bottom: -127px;
    width: 228px;
    height: 284px;
    position: absolute;
    z-index: 0;
}

.content-block-6__wrapp-bg-2 .teaser-block {
    position: relative;
    z-index: 1;
}

.content-block-6__wrapp-bg-2 .counter-wrap {
    padding-top: 61px;
    margin: 0 0 6px 0;
}

.content-block-6__wrapp-bg-2 .counter {
    color: #1fbad6;
}

.content-block-6__wrapp-bg-2 .counter-add {
    font: bold 56px/40px "Lusitana", "Arial", sans-serif;
    color: #1fbad6;
}

.teaser-block {
    min-height: 199px;
}

@media (max-width: 1199px) {
    .teaser-block {
        min-height: 191px;
    }
}

.counter__content {
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    max-width: 160px;
    display: inline-block;
    float: none;
}

.teaser-block--dec {
    position: relative;
}

.teaser-block--dec::before {
    content: '';
    width: 70px;
    height: 1px;
    background: #5b5b70;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}

.tab-recent-work .tab-content {
    padding: 0;
    border: none;
}

.tab-recent-work .content-block-1 {
    width: 47%;
}

@media (max-width: 1199px) {
    .tab-recent-work .content-block-1 {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .tab-recent-work .content-block-1 {
        width: 100%;
    }
}

.tab-recent-work .content-block-2 {
    width: 53%;
    padding: 0 25px 0 90px;
}

@media (max-width: 1199px) {
    .tab-recent-work .content-block-2 {
        width: 45%;
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .tab-recent-work .content-block-2 {
        width: 100%;
    }
}

.tab-recent-work .background-type-2 .content-block-1 {
    width: 47%;
}

@media (max-width: 991px) {
    .tab-recent-work .background-type-2 .content-block-1 {
        width: 100%;
    }
}

.tab-recent-work .background-type-2 .content-block-2 {
    width: 53%;
    padding: 0 90px 0 25px;
}

@media (max-width: 991px) {
    .tab-recent-work .background-type-2 .content-block-2 {
        width: 100%;
    }
}

.tab-recent-work .nav-tabs {
    border: none;
}

.tab-recent-work .nav-tabs > li {
    width: 33.33%;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .tab-recent-work .nav-tabs > li {
        width: 100%;
    }
}

.tab-recent-work .nav-tabs > li::before {
    content: '';
    display: inline-block;
    float: none;
    height: 10px;
    width: 1px;
    background: #5b5b70;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}

@media (max-width: 767px) {
    .tab-recent-work .nav-tabs > li::before {
        display: none;
    }
}

.tab-recent-work .nav-tabs > li:last-child::after {
    content: '';
    display: inline-block;
    float: none;
    height: 10px;
    width: 1px;
    background: #5b5b70;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}

@media (max-width: 767px) {
    .tab-recent-work .nav-tabs > li:last-child::after {
        display: none;
    }
}

.tab-recent-work .nav-tabs > li a {
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    padding: 28px 0;
}

@media (max-width: 991px) {
    .tab-recent-work .nav-tabs > li a {
        font-size: 11px;
    }
}

.tab-recent-work .nav-tabs > li a:active, .tab-recent-work .nav-tabs > li a:focus {
    border: none;
}

.tab-recent-work .nav-tabs > li a:hover {
    color: #1fbad6;
}

.tab-recent-work .nav-tabs > li.active a {
    background: transparent;
    border: none;
    position: relative;
}

.tab-recent-work .nav-tabs > li.active a::before {
    content: '';
    display: inline-block;
    position: absolute;
    border-bottom-style: 0;
    left: 0;
    right: 0;
    height: 5px;
    bottom: -5px;
    background: #5b5b70;
}

.content-block-2 .img-wrapper img {
    width: auto;
}

.page_mainslider {
    overflow: hidden;
}

.toplogo-type2 .logo a {
    position: static;
    margin: 0;
}

.toplogo-type3 .logo {
    width: 150px;
}

@media (max-width: 991px) {
    .toplogo-type3 .logo {
        margin-bottom: 30px;
    }
}

.toplogo-type3 .logo a {
    position: static;
    margin: 0;
    display: inline-block;
}

.toplogo-type3 .logo a img {
    width: 100%;
}

.page_header3 {
    padding-top: 0;
}

@media (max-width: 991px) {
    .page_toplogo.toplogo-type3.table_section {
        display: block;
        text-align: center;
    }

    .page_toplogo.toplogo-type3.table_section [class*="col-"] {
        display: block;
    }
}

/*=====================================
// About us page:
*/
.subheader-type-1 {
    font: bold 14px/25px "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 14px;
}

.subheader-type-1 span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;

    width: 30px;
    height: 41px;
    margin: 0 10px;
}

.subheader-type-1--dec {
    margin-bottom: 6px;
}

.subheader-type-2 {
    font: bold 14px/16px "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.subheader-type-2--dec {
    padding-top: 53px;
    margin-bottom: 10px;
}

.list-type-1 {
    padding: 0;
}

.list-type-1::after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 1199px) {
    .list-type-1 {
        margin-bottom: 50px;
    }
}

.list-type-1 li {
    list-style: none;
    border-bottom: 1px solid #5b5b70;
    margin-bottom: 15px;
}

.list-type-1 li:last-child {
    border-bottom: none;
}

@media (max-width: 1199px) {
    .list-type-1 li {
        margin-bottom: 30px;
        text-align: center;
    }
}

.list-type-1__img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 70px;
    height: auto;
    margin-right: 25px;
}

@media (max-width: 1199px) {
    .list-type-1__img {
        display: inline-block;
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
}

.list-type-1__img img {
    width: 100%;
    height: auto;
}

.list-type-1__title {
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}

.list-type-1__content {
    font: 15px/26px "Arial", sans-serif;
    color: #82829b;
    margin: 0 0 12px 0;
}

.list-type-1--padding {
    padding-top: 70px;
}

.title-dec {
    position: relative;
    margin-bottom: 56px;
}

.title-dec::before {
    content: '';
    width: 70px;
    height: 1px;
    background: #5b5b70;
    position: absolute;
    bottom: -30px;
    left: 0;
}

@media (max-width: 1199px) {
    .title-dec::before {
        left: 50%;
        margin-left: -35px;
    }
}

.title-dec2 {
    margin-top: 0;
}

.social-list--position {
    margin-top: 30px;
    margin-left: -16px;
}

@media (max-width: 1199px) {
    .social-list--position {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .img-wrapper-2 {
        width: 100%;
        display: inline-block;
        float: none;
        width: 100%;
    }
}

/*=====================================
// Services:
*/
.title-type-2 {
    font: 14px/16px "Lusitana", "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
}

/* Vertical tabs type 1 */
.tab-content.tab-content-type-1 {
    border: none;
    padding: 0;
}

.tab-content.tab-content-type-1 p {
    color: #fff;
    margin-bottom: 15px;
}

.tab-content-type-1__img {
    margin-bottom: 22px;
}

.tab-content-type-1__img img {
    width: 100%;
}

@media (max-width: 767px) {
    .vertical-tabs.vertical-tabs-type-1 .nav {
        margin-bottom: 30px;
    }
}

.vertical-tabs.vertical-tabs-type-1 .nav li {
    margin-bottom: 15px;
}

.vertical-tabs.vertical-tabs-type-1 .nav li a {
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 100%;
    border-bottom: 1px solid #5b5b70;
    padding-bottom: 15px;
    padding-right: 40px;
}

.vertical-tabs.vertical-tabs-type-1 .nav li a::after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 1199px) {
    .vertical-tabs.vertical-tabs-type-1 .nav li a {
        padding-right: 20px;
        font-size: 11px;
    }
}

.vertical-tabs.vertical-tabs-type-1 .nav li a::before {
    content: '';
    display: inline-block;
    background: url(../images/appointment/bg_appointment-next.png) center bottom;
    width: 20px;
    height: 38px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -25px;
}

.vertical-tabs.vertical-tabs-type-1 .nav li a:hover::before {
    background: url(../images/appointment/bg_appointment-next.png) center top;
}

.vertical-tabs.vertical-tabs-type-1 .nav li.active a::before {
    background: url(../images/appointment/bg_appointment-next.png) center top;
}

.vertical-tabs-type-1::after {
    content: '';
    display: table;
    clear: both;
}

.vertical-tabs-type-1 li {
    display: block;
    float: none;
}

.vertical-tabs-type-1 li img {
    width: 100%;
}

.vertical-tabs-type-1__img {
    width: 70px;
    height: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.vertical-tabs-type-1__cont {
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*=====================================
// Blog:
*/
.post {
    background: #222231;
    margin-bottom: 60px;
}

.post__img img {
    width: 100%;
}

.post__content {
    padding: 19px 30px 30px;
}

@media (max-width: 480px) {
    .post__content {
        padding: 15px;
    }
}

.post__meta {
    margin-bottom: 11px;
}

.post__meta::after {
    content: '';
    display: table;
    clear: both;
}

.post__datatime-wrapp {
    float: left;
}

.post__datatime {
    font: bold 11px/16px "Arial", sans-serif;
    color: #82829b;
    text-transform: uppercase;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.post__category {
    font: bold 11px/30px "Arial", sans-serif;
    float: right;
    padding-left: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}

.post__category a {
    color: #fff;
}

.post__category a:hover {
    color: #1fbad6;
}

.post__author {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0;
    font: bold 11px/16px "Arial", sans-serif;
    color: #82829b;
    text-transform: uppercase;
}

.post__title {
    font: normal 30px/33px "Playfair Display", "Arial", sans-serif;
    text-transform: uppercase;
    color: #1fbad6;
    margin: 0 0 21px;
}

.post__title a {
    color: #1fbad6;
}

.post__title a:hover {
    color: #5b5b70;
}

/* Video post format */
.format-video img {
    width: 100%;
}

.embed-responsive {
    margin-bottom: 34px;
}

.embed-responsive-3by2 {
    padding-bottom: 80%;
}

.embed-placeholder {
    position: relative;
    display: block;
}

.embed-placeholder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) repeat;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 5;
}

.embed-placeholder::before {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    content: "\e696";
    font-family: 'rt-icons-2';
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -5px;
    z-index: 10;
}

.embed-placeholder:hover::after {
    background: rgba(0, 0, 0, 0.6) repeat;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.embed-placeholder img {
    width: 100%;
}

/* Status post format  */
.format-status {
    background: url(../images/blog/img_blog-03.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    z-index: 1;
    text-align: center;
}

.format-status::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 49, 0.9) repeat center center;
    z-index: -1;
}

.format-status .post__img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-bottom: 20px;
}

.format-status .post__img img {
    width: 100px;
    height: auto;
}

.format-status .post__content {
    padding: 27px 30px 25px;
}

.format-status .post__meta {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.format-status .post__text p {
    margin: 0;
}

.format-status .post__text a {
    color: #fff;
}

.format-status .post__text a:hover {
    color: #1fbad6;
}

.post__meta-tags {
    font: bold 11px/30px "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
}

.post__meta-tags::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #6a6a71;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -15px;
}

/* Link post format */
.format-Link .post__title {
    margin-bottom: 0;
}

.format-Link .post__content {
    padding: 19px 30px 24px;
}

/* Gallery post format */
.format-gallery .post__title {
    margin-bottom: 0;
}

.format-gallery .carousel-inner .item img {
    width: 100%;
}

.format-gallery .format-gallery__prew,
.format-gallery .format-gallery__next {
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -28px;
}

.format-gallery .format-gallery__prew::before,
.format-gallery .format-gallery__next::before {
    font-family: 'rt-icons-2';
    font-size: 22px;
    line-height: 58px;
    color: #fff;
}

.format-gallery .entry-thumbnail {
    margin-bottom: 34px;
}

.format-gallery .format-gallery__prew {
    left: 20px;
}

.format-gallery .format-gallery__prew::before {
    content: '\e110';
}

.format-gallery .format-gallery__prew:hover::before {
    color: #1fbad6;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.format-gallery .format-gallery__next {
    right: 20px;
}

.format-gallery .format-gallery__next::before {
    content: '\e111';
}

.format-gallery .format-gallery__next:hover::before {
    color: #1fbad6;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.format-gallery .carousel-indicators li {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-indent: 0;
    border: none;
    background: transparent;
}

.format-gallery .carousel-indicators li::before {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    font-family: 'FontAwesome';
    content: '\f013';
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.format-gallery .carousel-indicators li.active::before {
    color: #1fbad6;
}

.format-gallery .carousel-indicators li:hover::before {
    color: #1fbad6;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

/* Gallery post format */
.format-quote {
    background: url(../images/blog/img_blog-04.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    z-index: 1;
}

.format-quote::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 49, 0.9) repeat center center;
    z-index: -1;
}

.format-quote .post__meta {
    margin-bottom: 15px;
}

.quote-content {
    text-align: left;
    margin-bottom: 0;
}

.text-quote {
    font: 21px/27px "Lusitana", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

/* Gallery post format */
.chat__post {
    margin-bottom: 5px;
}

.chat__post p {
    margin: 0;
}

.chat__post-re {
    padding: 10px 15px;
    background: #151525;
    margin-bottom: 5px;
}

.chat__post-re p {
    margin: 0;
}

/*=====================================
// Single post content:
*/
.single-post::after {
    content: '';
    display: table;
    clear: both;
}

.single-post .post__title {
    margin-bottom: 30px;
}

.single-post .post__content {
    padding-bottom: 5px;
}

.single-post .post__text::after {
    content: '';
    display: table;
    clear: both;
}

.single-post .align-left {
    float: left;
    margin: 0 24px 20px 0;
}

@media (max-width: 991px) {
    .single-post .align-left {
        margin-right: 0;
        margin-left: 0;
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .single-post .align-left {
        float: left;
        margin: 0 24px 20px 0;
        width: auto;
    }
}

@media (max-width: 640px) {
    .single-post .align-left {
        text-align: none;
        display: block;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.single-post .align-right {
    float: right;
    margin: 34px 0 10px 30px;
}

@media (max-width: 991px) {
    .single-post .align-right {
        margin-right: 0;
        margin-left: 0;
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .single-post .align-right {
        float: right;
        margin: 34px 0 10px 30px;
        width: auto;
    }
}

@media (max-width: 640px) {
    .single-post .align-right {
        text-align: none;
        display: block;
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.single-post__meta {
    background: #38384b;
    border-bottom: 1px solid #5b5b70;
    margin-bottom: 50px;
}

.single-post__info {
    display: inline-block;
    float: none;
    vertical-align: middle;
    background: #5b5b70;
    width: 50px;
    height: 38px;
    text-align: center;
}

.single-post__info i {
    line-height: 38px;
    font-size: 16px;
    color: #fff;
}

.post__likes {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0 31px 0 12px;
    position: relative;
}

.post__likes::before {
    content: '';
    display: inline-block;
    float: none;
    width: 1px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -17px;
}

.post__likes i {
    color: #1fbad6;
    line-height: 38px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.post__likes i:hover {
    color: #fff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.item-likes {
    font: 15px/38px "Arial", sans-serif;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.views-count {
    font: bold 11px/38px "Arial", sans-serif;
    background: #1fbad6;
    color: #fff;
    padding: 0 30px;
    text-transform: uppercase;
}

.blockquote-type1 {
    border-left: 5px solid #1fbad6;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Author info */
.author-bio {
    background: #151525;
    margin-bottom: 100px;
    padding-right: 10px;
}

.author-bio::after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .author-bio {
        padding-bottom: 30px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .author-bio {
        padding-bottom: 0;
    }
}

@media (max-width: 640px) {
    .author-bio {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .author-bio {
        padding-top: 0;
    }
}

.author-bio p {
    margin: 0;
}

@media (max-width: 991px) {
    .author-bio p {
        padding: 0 20px;
    }
}

.author-bio__img {
    width: 174px;
    float: left;
    margin-right: 30px;
}

@media (max-width: 1199px) {
    .author-bio__img {
        width: 274px;
    }
}

@media (max-width: 991px) {
    .author-bio__img {
        width: 100%;
        margin-right: 0;
        float: none;
    }
}

@media (max-width: 767px) {
    .author-bio__img {
        width: 274px;
        float: left;
        margin-right: 30px;
    }
}

@media (max-width: 640px) {
    .author-bio__img {
        float: none;
        margin-right: 0;
        display: inline-block;
    }
}

@media (max-width: 400px) {
    .author-bio__img {
        width: 100%;
    }
}

.author-bio__img img {
    width: 100%;
}

.author-bio__title {
    font: 30px/32px "Playfair Display", "Arial", sans-serif;
    margin-top: 0;
    padding-top: 22px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .author-bio__title {
        padding: 20px 20px 0;
    }
}

/* User comment form */
.comment-respond {
    margin-bottom: 57px;
}

.comment-respond::after {
    content: '';
    display: table;
    clear: both;
}

.comment-respond input[type="text"]:-moz-placeholder,
.comment-respond input[type="password"]:-moz-placeholder,
.comment-respond input[type="email"]:-moz-placeholder,
.comment-respond textarea:-moz-placeholder,
.comment-respond input[type="url"]:-moz-placeholder {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.comment-respond input[type="text"]::-moz-placeholder,
.comment-respond input[type="password"]::-moz-placeholder,
.comment-respond input[type="email"]::-moz-placeholder,
.comment-respond textarea::-moz-placeholder,
.comment-respond input[type="url"]::-moz-placeholder {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.comment-respond input[type="text"]:-ms-input-placeholder,
.comment-respond input[type="password"]:-ms-input-placeholder,
.comment-respond input[type="email"]:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder,
.comment-respond input[type="url"]:-ms-input-placeholder {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.comment-respond input[type="text"]::-webkit-input-placeholder,
.comment-respond input[type="password"]::-webkit-input-placeholder,
.comment-respond input[type="email"]::-webkit-input-placeholder,
.comment-respond textarea::-webkit-input-placeholder,
.comment-respond input[type="url"]::-webkit-input-placeholder {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.comment-respond input[type="text"]:focus:-moz-placeholder,
.comment-respond input[type="password"]:focus:-moz-placeholder,
.comment-respond input[type="email"]:focus:-moz-placeholder,
.comment-respond textarea:focus:-moz-placeholder,
.comment-respond input[type="url"]:focus:-moz-placeholder {
    font-style: normal;
    color: transparent;
    opacity: 1;
}

.comment-respond input[type="text"]:focus::-moz-placeholder,
.comment-respond input[type="password"]:focus::-moz-placeholder,
.comment-respond input[type="email"]:focus::-moz-placeholder,
.comment-respond textarea:focus::-moz-placeholder,
.comment-respond input[type="url"]:focus::-moz-placeholder {
    font-style: normal;
    color: transparent;
    opacity: 1;
}

.comment-respond input[type="text"]:focus:-ms-input-placeholder,
.comment-respond input[type="password"]:focus:-ms-input-placeholder,
.comment-respond input[type="email"]:focus:-ms-input-placeholder,
.comment-respond textarea:focus:-ms-input-placeholder,
.comment-respond input[type="url"]:focus:-ms-input-placeholder {
    font-style: normal;
    color: transparent;
}

.comment-respond input[type="text"]:focus::-webkit-input-placeholder,
.comment-respond input[type="password"]:focus::-webkit-input-placeholder,
.comment-respond input[type="email"]:focus::-webkit-input-placeholder,
.comment-respond textarea:focus::-webkit-input-placeholder,
.comment-respond input[type="url"]:focus::-webkit-input-placeholder {
    font-style: normal;
    color: transparent;
}

.comment-form label {
    display: block;
    float: left;
}

.comment-form__label-author {
    padding-right: 5px;
    width: 33.333%;
    margin-bottom: 10px;
}

@media (max-width: 540px) {
    .comment-form__label-author {
        width: 100%;
        padding: 0;
    }
}

.comment-form__label-email {
    padding: 0 5px;
    width: 33.333%;
    margin-bottom: 10px;
}

@media (max-width: 540px) {
    .comment-form__label-email {
        width: 100%;
        padding: 0;
    }
}

.comment-form__label-website {
    padding-left: 5px;
    width: 33.333%;
    margin-bottom: 10px;
}

@media (max-width: 540px) {
    .comment-form__label-website {
        width: 100%;
        padding: 0;
    }
}

.comment-form__label-textarea {
    width: 100%;
    margin-bottom: 30px;
}

.comment-form__button {
    min-width: 170px;
    text-align: center;
}

/* User comments */
.comment-list {
    padding: 0;
}

.comment-list li {
    list-style: none;
}

.comment-list .children {
    padding-left: 85px;
    padding-top: 28px;
    padding-bottom: 14px;
}

@media (max-width: 1199px) {
    .comment-list .children {
        padding-left: 25px;
    }
}

@media (max-width: 480px) {
    .comment-list .children {
        padding-left: 10px;
    }
}

.comment-body .reply {
    float: right;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #5b5b70;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    margin-top: 16px;
}

@media (max-width: 480px) {
    .comment-body .reply {
        float: none;
    }
}

.comment-body .reply:hover {
    background: #1fbad6;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.comment-body .reply i {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.comment-list__user {
    width: 70px;
    overflow: hidden;
    display: block;
    float: left;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
}

.comment-list__user img {
    width: 100%;
}

.comment-date .entry-date {
    font: bold 11px/16px "Arial", sans-serif;
    color: #1fbad6;
    text-transform: uppercase;
}

.comment-meta {
    margin-bottom: 15px;
}

.comment-meta::after {
    content: '';
    display: table;
    clear: both;
}

.comment-meta__wrapp {
    float: left;
}

@media (max-width: 480px) {
    .comment-meta__wrapp {
        float: none;
    }
}

.author_url {
    display: block;
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}

/* Post navigation */
.post-nav::after {
    content: '';
    display: table;
    clear: both;
}

.post-nav__prev-wrapp {
    padding-right: 5px;
}

@media (max-width: 480px) {
    .post-nav__prev-wrapp {
        padding: 0;
    }
}

.post-nav__next-wrapp {
    padding-left: 5px;
}

@media (max-width: 480px) {
    .post-nav__next-wrapp {
        padding: 0;
    }
}

.post-nav__prev-wrapp,
.post-nav__next-wrapp {
    text-align: center;
    float: left;
    width: 50%;
}

.post-nav__prev-wrapp::after,
.post-nav__next-wrapp::after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 480px) {
    .post-nav__prev-wrapp,
    .post-nav__next-wrapp {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}

.post-nav__prev {
    background: url(../images/blog/single_post/bg_prev-nav.jpg) no-repeat center center;
    position: relative;
    z-index: 1;
}

.post-nav__prev::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 49, 0.9) repeat;
    z-index: -1;
}

.post-nav__next {
    background: url(../images/blog/single_post/bg_next-nav.jpg) no-repeat center center;
    position: relative;
    z-index: 1;
}

.post-nav__next::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 49, 0.9) repeat;
    z-index: -1;
}

.post-nav__prev,
.post-nav__next {
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.post-nav__prev::after,
.post-nav__next::after {
    content: '';
    display: table;
    clear: both;
}

.post-nav__prev-btn,
.post-nav__next-btn {
    font: bold 14px/25px "Arial", sans-serif;
    text-transform: uppercase;
    color: #1fbad6;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 16px;
}

.post-nav__prev-btn:hover,
.post-nav__next-btn:hover {
    color: #82829b;
}

.post-nav__prev-art,
.post-nav__next-art {
    font: 30px/33px "Playfair Display", "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

@media (max-width: 991px) {
    .post-nav__prev-art,
    .post-nav__next-art {
        font: 20px/33px "Playfair Display", "Arial", sans-serif;
    }
}

/*=====================================
// Contacts:
*/
/*// Google maps //*/
.contact-map {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.contact-form .contact-form-name,
.contact-form .contact-form-subject {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .contact-form .contact-form-name,
    .contact-form .contact-form-subject {
        width: 100%;
    }
}

.contact-form .contact-form-name {
    padding-right: 5px;
}

@media (max-width: 480px) {
    .contact-form .contact-form-name {
        padding: 0;
    }
}

.contact-form .contact-form-subject {
    padding-left: 5px;
}

@media (max-width: 480px) {
    .contact-form .contact-form-subject {
        padding: 0;
    }
}

.contact-form .contact-form-phone,
.contact-form .contact-form-email {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .contact-form .contact-form-phone,
    .contact-form .contact-form-email {
        width: 100%;
    }
}

.contact-form .contact-form-phone {
    padding-right: 5px;
}

@media (max-width: 480px) {
    .contact-form .contact-form-phone {
        padding: 0;
    }
}

.contact-form .contact-form-email {
    padding-left: 5px;
}

@media (max-width: 480px) {
    .contact-form .contact-form-email {
        padding: 0;
    }
}

.contact-form .form-control:-moz-placeholder {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-form .form-control::-moz-placeholder {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-form .form-control:-ms-input-placeholder {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-form .form-control::-webkit-input-placeholder {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-form .form-control:focus:-moz-placeholder {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-form .form-control:focus::-moz-placeholder {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-form .form-control:focus:-ms-input-placeholder {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-form .form-control:focus::-webkit-input-placeholder {
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-form .contact-form-submit .theme-button {
    padding: 10px 40px;
}

.form-title {
    font: normal 30px/32px "Playfair Display", "Arial", sans-serif;
    color: "Playfair Display", "Arial", sans-serif;
    text-transform: uppercase;
    margin-bottom: 53px;
}

.form-list {
    padding: 0 0 0 30px;
}

.form-list li {
    list-style: none;
    font: bold 14px/16px "Playfair Display", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 24px;
}

.form-list li::before {
    font-family: 'rt-icons-2';
    display: inline-block;
    position: absolute;
    font-size: 22px;
    line-height: 24px;
    color: #1fbad6;
    top: 50%;
    left: -30px;
}

.form-list li span {
    color: #1fbad6;
}

.form-list__contacts::before {
    content: '\e624';
    margin-top: -11px;
}

.form-list__phone a {
    font: bold 18px/20px "Lusitana", "Arial", sans-serif;
    color: #1fbad6;
}

.form-list__phone a:hover {
    color: #5b5b70;
}

.form-list__phone::before {
    content: '\e608';
    margin-top: -10px;
}

.form-list__email a {
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    color: #fff;
}

.form-list__email a:hover {
    color: #5b5b70;
}

.form-list__email::before {
    content: '\e70f';
    margin-top: -14px;
}

/*=====================================
// Shop page:
*/
.products {
    margin: 0 0 20px;
    padding: 0;
}

.products li {
    list-style: none;
}

.shop-item {
    width: 270px;
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 58px;
}

@media (max-width: 991px) {
    .shop-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .shop-item:nth-child(3n) {
        margin-right: 3%;
    }
}

.shop-item:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 991px) {
    .shop-item:nth-child(4n) {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .shop-item:nth-child(4n) {
        margin-right: 3%;
    }
}

.shop-item:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .shop-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .shop-item {
        width: 220px;
    }
}

@media (max-width: 991px) {
    .shop-item {
        width: 225px;
    }
}

@media (max-width: 767px) {
    .shop-item {
        width: 47.5%;
        margin-right: 3%;
    }
}

@media (max-width: 480px) {
    .shop-item {
        margin-right: 0;
        width: 100%;
    }
}

.shop-item__img {
    margin-bottom: 27px;
    position: relative;
}

.shop-item__img:hover .shop-item__img-wrapp {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.shop-item__img:hover .shop-item__img-wrapp::before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.shop-item__img:hover .shop-item__btn-wrapp {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    top: 50%;
}

.shop-item__img img {
    width: 100%;
}

.shop-item__img-wrapp {
    display: block;
    position: relative;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.shop-item__img-wrapp::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 186, 214, 0.85) repeat center center;
    visibility: collapse;
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 0;
}

.shop-item__btn-wrapp {
    position: absolute;
    top: -150%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    margin-top: -18px;
    z-index: 2;
    visibility: collapse;
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.shop-item__btn {
    color: #fff;
    position: relative;
    font-size: 0;
    width: 36px;
    height: 36px;
    display: inline-block;
}

.shop-item__btn::before {
    font-family: 'FontAwesome';
    content: '\f291';
    color: #fff;
    position: absolute;
    font-size: 23px;
    line-height: 36px;
    display: inline-block;
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.shop-item__btn:hover::before {
    color: #5b5b70;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.shop-item__title {
    text-align: center;
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-align: center;
    float: none;
    vertical-align: middle;
    margin: 0 0 13px;
    padding-bottom: 13px;
}

.shop-item__title::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #5b5b70;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.shop-item__title a {
    color: #fff;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.shop-item__title a:hover {
    color: #1fbad6;
}

.shop-item__price {
    font: bold 14px/16px "Arial", sans-serif;
    display: inline-block;
    float: none;
    text-align: center;
    color: #1fbad6;
}

.boxed .shop-item {
    width: 265px;
}

@media (max-width: 1199px) {
    .boxed .shop-item {
        width: 215px;
    }
}

@media (max-width: 767px) {
    .boxed .shop-item {
        width: 46.5%;
        margin-right: 3%;
    }
}

@media (max-width: 480px) {
    .boxed .shop-item {
        width: 100%;
        margin-right: 0;
    }
}

/*=====================================
// Single shop page:
*/
.shop-single .shop-item__title {
    font: 30px/34px "Playfair Display", "Arial", sans-serif;
    text-align: left;
    text-transform: inherit;
    max-width: inherit;
    padding: 0;
    margin: 0;
}

.shop-single .shop-item__title::before {
    display: none;
}

.shop-single__img {
    width: 50%;
    float: left;
}

@media (max-width: 1199px) {
    .shop-single__img {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .shop-single__img {
        width: 100%;
    }
}

.shop-single__img img {
    width: 100%;
}

.shop-single__content {
    width: 50%;
    float: left;
    padding: 30px;
}

@media (max-width: 1199px) {
    .shop-single__content {
        width: 60%;
        padding: 10px 30px;
    }
}

@media (max-width: 767px) {
    .shop-single__content {
        width: 100%;
        padding: 30px 0;
    }
}

.shop-item__meta-list {
    padding: 0;
    margin: 0;
    width: 100%;
}

.shop-item__meta-list::after {
    content: '';
    display: table;
    clear: both;
}

.shop-item__meta-list li {
    list-style: none;
    display: block;
    margin-bottom: 20px;
}

.shop-item__meta-list li::after {
    content: '';
    display: table;
    clear: both;
}

.shop-item__meta-tag {
    font: bold 11px/30px "Arial", sans-serif;
    padding-right: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    padding-right: 10px;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 16px;
    line-height: 1em;
    font-size: 12px;
    width: 5.5em;
    font-family: 'rt-icons-2';
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
}

.star-rating:before {
    content: "\e64f\e64f\e64f\e64f\e64f";
}

.star-rating:before,
.star-rating span:before {
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 0.1em;
    letter-spacing: 0 \9;
    color: #1fbad6;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\e64f\e64f\e64f\e64f\e64f";
    color: #5b5b70;
}

.shop-tags {
    margin: 0 0 40px;
    padding: 20px 0;
    border-top: 1px solid #82829b;
    border-bottom: 1px solid #82829b;
}

.shop-tags a {
    color: #5b5b70;
}

.shop-tags a:hover {
    color: #1fbad6;
}

/* Single shop quantity */
.quantity {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.quantity #product_quantity {
    font-family: 'Roboto', 'Arial', sans-serif;
    width: 90px;
    height: 40px;
    border: 1px solid #82829b;
    text-align: center;
    background: transparent;
    font-size: 15px;
    line-height: 17px;
    color: #82829b;
    position: relative;
    padding-left: 17px;
    padding-right: 17px;
}

.quantity .minus,
.quantity .plus {
    border: none;
    font: 16px/22px "Arial", sans-serif;
    background: transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 10;
    color: #82829b;
    font-weight: bold;
}

.quantity .minus {
    left: 5px;
}

.quantity .plus {
    right: 5px;
}

.single-shop-item__gty {
    vertical-align: middle;
    margin-bottom: 10px;
}

.single-shop-item__gty .quantity {
    float: left;
}

.single-shop-item__gty .theme-button {
    padding: 12px 15px;
    margin-bottom: 15px;
}

.single-shop-item__gty .price {
    float: right;
    font: bold 20px/40px "Arial", sans-serif;
    color: #1fbad6;
    margin: 0 0 0 10px;
}

.btn__wish {
    float: left;
    font: bold 16px/18px "Arial", sans-serif;
    color: #1fbad6;
}

.btn__wish::before {
    font-family: 'rt-icons-2';
    content: '\e6ad';
    color: #1fbad6;
    margin-right: 10px;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.btn__wish:hover {
    color: #5b5b70;
}

/* Shop registrtation and cart */
.payment_methods {
    padding: 0;
    list-style: none;
}

.shop_table tr {
    border-bottom: 1px solid #82829b;
}

.shop_table tr td {
    border: none;
}

.cart-table .product-price {
    vertical-align: middle;
}

.cart-table tr.cart_item td {
    border-top: 1px solid #82829b;
}

.cart-table thead tr td {
    border: none;
}

.product-quantity {
    vertical-align: middle;
}

.product-quantity .quantity {
    margin: 0;
    width: 70px;
}

.product-quantity .quantity .form-control {
    text-align: center;
}

.product-quantity .quantity .minus {
    margin-top: -10px;
}

.product-quantity .quantity .plus {
    margin-top: -10px;
}

.cart_item .product-subtotal {
    vertical-align: middle;
}

.cart_item .product-remove {
    vertical-align: middle;
}

.cart_item .product-quantity {
    vertical-align: middle;
}

.cart_item .product-info {
    vertical-align: middle;
}

.cart_item .product-info .media-body {
    vertical-align: middle;
}

.cart_totals .table tbody tr td {
    border-top: 1px solid #82829b;
}

.product-info,
.product-price-td,
.product-quantity,
.product-subtotal {
    font: 22px/22px "Playfair Display", "Arial", sans-serif;
    color: #1fbad6;
    margin-bottom: 25px;
}

.cart-buttons {
    margin-bottom: 50px;
}

.cart-product-image {
    max-width: 100px;
}

@media (max-width: 767px) {
    .table-responsive {
        border: 1px solid #82829b;
    }
}

/*=====================================
// Page 404:
*/
.page-404__title {
    font: normal 100px/100px "Playfair Display", "Arial", sans-serif;
    color: #1fbad6;
    margin-bottom: 34px;
}

.page-404__text {
    font: bold 18px/20px "Lusitana", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.page-404__text-2 {
    margin-bottom: 12px;
}

.theme-button--404 {
    font: bold 11px/25px "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 60px;
}

.page-404__info {
    font: 15px/26px "Arial", sans-serif;
    margin-bottom: 7px;
}

.page-404__search .searchform {
    margin-bottom: 4px;
}

.page-404__search .searchform .form-group {
    width: 100%;
    max-width: 370px;
    position: relative;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.page-404__search .searchform .form-group input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 45px;
}

.page-404__search .searchform .form-group .page-404__search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
}

.page-404__search .searchform .form-group .page-404__search-button::before {
    font-family: 'rt-icons-2';
    content: '\e656';
    font-size: 20px;
    color: #1fbad6;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.page-404__search .searchform .form-group .page-404__search-button:hover::before {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    color: #82829b;
}

/*=====================================
// Appointment:
*/
/*// Table tab 1 //*/
.table_t-1 {
    width: 100%;
    text-align: center;
}

.table_t-1 .calendar_prev,
.table_t-1 .calendar_next {
    width: 20px;
    height: 38px;
    font-size: 0;
    line-height: 0;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.table_t-1 .calendar_prev {
    float: left;
    background: url(../images/appointment/bg_appointment-prev.png) no-repeat center top;
}

.table_t-1 .calendar_prev:hover {
    background: url(../images/appointment/bg_appointment-prev.png) no-repeat center bottom;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.table_t-1 .calendar_next {
    float: right;
    background: url(../images/appointment/bg_appointment-next.png) no-repeat center top;
}

.table_t-1 .calendar_next:hover {
    background: url(../images/appointment/bg_appointment-next.png) no-repeat center bottom;
    -webkit-transition: 0s all;
    transition: 0s all;
}

.table_t-1 thead tr {
    background: url(../images/appointment/bg_appointment-thead.jpg) repeat;
}

.table_t-1 thead tr th {
    font: bold 11px/14px "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0;
    border: 1px solid #1998af;
    border-bottom: 5px solid #1998af;
}

.table_t-1 tbody tr td {
    border: 1px solid #5b5b70;
    padding: 24px 0;
    color: #fff;
}

.table_t-1__caption {
    font: normal 40px/40px "Playfair Display", "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

/*// Table tab 2 //*/
.table_t-2 {
    width: 100%;
}

.table_t-2 tbody tr {
    border-top: 1px solid #363643;
}

.table_t-2 tbody tr td {
    color: #1fbad6;
}

@media (max-width: 767px) {
    .table_t-2 tbody tr td {
        display: block;
        padding-top: 10px;
        text-align: center;
    }

    .table_t-2 tbody tr td:last-child {
        padding-bottom: 20px;
    }

    .table_t-2 tbody tr td:first-child {
        padding-top: 20px;
    }
}

.table_t-2 tbody tr td:first-child {
    color: #fff;
}

.table_t-2 tbody tr td.unavailable-style {
    color: #82829b;
}

.table_t-2 tbody tr i {
    color: #1fbad6;
    margin-right: 16px;
}

.table_t-2 tbody tr:last-child {
    border-bottom: 1px solid #363643;
}

.table_t-2__caption {
    font: 14px/16px "Lusitana", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.table_t-2_wrapp {
    padding: 30px 30px 50px 30px;
    background: #222231;
}

.table-active {
    background: #1fbad6;
}

/*=====================================
// Team:
*/
.page-title-1 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 42px;
}

.page-title-1::before {
    content: '';
    display: inline-block;
    float: none;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #e5e5e5;
    bottom: 12px;
    left: 50%;
    margin-left: -15px;
}

.team-item {
    margin-bottom: 35px;
}

.team-item__img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    max-width: 370px;
    height: auto;
    margin-bottom: 27px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.team-item__img a {
    display: inline-block;
}

.team-item__img img {
    width: 100%;
}

.team-item__title {
    font: bold 18px/20px "Lusitana", "Arial", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team-item__title a {
    color: #fff;
}

.team-item__title a:hover {
    color: #1fbad6;
}

.team-item__prof {
    font: bold 14px/16px "Lusitana", "Arial", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 12px;
    position: relative;
}

.team-item__prof::after {
    content: '';
    position: absolute;
    background: #e5e5e5;
    width: 30px;
    height: 2px;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    display: inline-block;
    float: none;
}

.social-list--team {
    width: 100%;
    margin-top: 10px;
}

.social-list--team li {
    margin: 0 5px;
}

.social-list--team li::before {
    display: none;
}

.social-list--team li a {
    width: auto;
}

.social-list--team li a .fa-youtube-play {
    font-size: 20px;
}

.subheader-type-1.subheader-type-1--team {
    margin-bottom: 53px;
}

/*=====================================
// Top blog posts:
*/
.title-type-1 {
    font: 30px/33px "Playfair Display", "Arial", sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.top-posts {
    margin-bottom: 60px;
}

.top-posts__item {
    background: #222231;
    padding: 30px;
}

@media (max-width: 991px) {
    .top-posts__item {
        padding: 15px;
        margin-bottom: 50px;
    }
}

.top-posts__item-img {
    border: 1px solid #6b6b82;
    margin-bottom: 19px;
}

.top-posts__item-img a {
    display: inline-block;
    border: 9px solid #82829b;
    width: 100%;
}

.top-posts__item-img a img {
    width: 100%;
}

.top-posts__tags {
    font: bold 11px/26px "Playfair Display", "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 13px;
}

.top-posts__tags a {
    color: #fff;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0 5px;
}

.top-posts__tags a:hover {
    color: #1fbad6;
}

.top-posts__title {
    font: 40px/43px "Playfair Display", "Arial", sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .top-posts__title {
        font: 20px/23px "Playfair Display", "Arial", sans-serif;
    }
}

@media (max-width: 767px) {
    .top-posts__title {
        font: 33px/35px "Playfair Display", "Arial", sans-serif;
    }
}

.top-posts__title::before {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 8px;
    display: inline-block;
    background: #82829b;
}

.top-posts__title a {
    color: #1fbad6;
}

.top-posts__title a:hover {
    color: #5b5b70;
}

.top-posts__meta {
    font: bold 11px/16px "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.top-posts__datatime {
    color: #fff;
}

.top-posts__author {
    color: #fff;
}

.top-posts__content {
    border-top: 1px solid #82829b;
    border-bottom: 1px solid #82829b;
    padding: 20px 0;
    margin-bottom: 30px;
}

.top-posts__content p {
    margin: 0;
}

.top-posts__button {
    max-width: 250px;
    width: 100%;
    text-align: center;
}

/*=====================================
// Calculator:
*/
.calculator-info input[type="text"] {
    max-width: 270px;
    width: 100%;
}

@media (max-width: 480px) {
    .calculator-info input[type="text"] {
        max-width: inherit;
    }
}

.calculator-info input[type="email"] {
    max-width: 270px;
    width: 100%;
}

.calculator-info input[type="password"] {
    max-width: 270px;
    width: 100%;
}

.calculator-title-1 {
    text-transform: uppercase;
    color: #fff;
    max-width: 455px;
    margin-top: 20px;
    margin-bottom: 22px;
    line-height: 18px;
}

.calculator-title-2 {
    font: 40px/43px "Playfair Display", "Arial", sans-serif;
    color: #1fbad6;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 22px;
}

.calculator-list-1 {
    padding: 0 0 0 10px;
    margin: 0;
}

@media (max-width: 767px) {
    .calculator-list-1 {
        margin-bottom: 50px;
    }
}

.calculator-list-1 li {
    list-style: none;
    margin: 0;
}

.calculator-list-1 li input[type="radio"] {
    margin-right: 15px;
}

.calculator-list-1 li label {
    font: 15px/26px "Arial", sans-serif;
    color: #82829b;
    margin: 0;
}

.calculator-list-2 {
    display: inline-block;
    float: none;
    vertical-align: middle;
    padding-left: 15px;
    min-width: 190px;
}

@media (max-width: 767px) {
    .calculator-list-2 {
        margin-bottom: 50px;
    }
}

.calculator-list-2 input[type="checkbox"] {
    margin-right: 15px;
}

.calculator-list-2 li {
    list-style: none;
}

.calculator-list-2 li label {
    font: 15px/26px "Arial", sans-serif;
    color: #82829b;
    margin: 0;
}

.calculator-list-3 li {
    display: inline-block;
    list-style: none;
}

.calculator-list-3 li input[type="radio"] {
    margin-right: 15px;
}

.calculator-list-3 li:first-child {
    margin-right: 50px;
}

.calculator-list-3 li label {
    font: 15px/26px "Arial", sans-serif;
    color: #82829b;
    margin: 0;
}

.form-block-1,
.form-block-2 {
    float: left;
    width: 50%;
}

.form-block-1::after,
.form-block-2::after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .form-block-1,
    .form-block-2 {
        width: 100%;
        max-width: 270px;
        padding: 0;
        float: none;
    }
}

@media (max-width: 480px) {
    .form-block-1,
    .form-block-2 {
        max-width: inherit;
    }
}

.form-block-1 label,
.form-block-2 label {
    font: bold 14px/25px "Arial", sans-serif;
    text-transform: uppercase;
    display: block;
    float: none;
}

.form-block-1 input.form-control,
.form-block-2 input.form-control {
    width: 100%;
    max-width: inherit;
}

.form-block-1 {
    padding-right: 15px;
}

@media (max-width: 767px) {
    .form-block-1 {
        padding: 0;
    }
}

.form-block-2 {
    padding-left: 15px;
}

@media (max-width: 767px) {
    .form-block-2 {
        padding: 0;
        margin-bottom: 50px;
    }
}

.form-block-3 label {
    font: normal 15px/26px "Arial", sans-serif;
    display: block;
}

.calculator-title-2 {
    margin-top: 0;
    margin-bottom: 20px;
}

/*=====================================
// Comingsoon page:
*/
.is-countdown {
    text-align: center;
}

.is-countdown:before,
.is-countdown:after {
    clear: both;
    display: table;
    content: ' ';
}

.countdown-rtl {
    direction: rtl;
}

.countdown-row {
    clear: both;
    display: table;
    margin: auto;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
}

.countdown-section {
    display: table-cell;
    padding: 10px 30px 20px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.countdown-section:first-child {
    border-left-width: 0;
}

.countdown-amount {
    font-size: 90px;
    line-height: 1;
    font-weight: 100;
    color: #1fbad6;
}

.countdown-period {
    display: block;
    font-size: 28px;
    font-weight: 100;
}

.section_header {
    margin-bottom: 50px;
    text-transform: uppercase;
}

.countdown-descr {
    display: block;
}

@media (max-width: 767px) {
    .countdown-section {
        padding: 20px 8px 0;
    }

    .countdown-amount {
        font-size: 40px;
    }

    .countdown-period {
        font-size: 16px;
    }
}

/*=====================================
// Recent work page:
*/
.background-type-1 {
    background: #151525;
    padding: 0;
}

.background-type-1::after {
    content: '';
    display: table;
    clear: both;
}

.background-type-2 {
    background: #222231;
    padding: 0;
}

.background-type-2::after {
    content: '';
    display: table;
    clear: both;
}

.background-type-2 {
    background: #222231;
}

.img-wrapper {
    width: 100%;
    text-align: center;
}

.img-wrapper img {
    display: inline-block;
    float: none;
    width: auto;
}

@media (max-width: 1199px) {
    .img-wrapper img {
        width: 100%;
    }
}

.title-type-3 {
    margin-top: 50px;
    line-height: 43px;
    max-width: 410px;
    display: inline-block;
    float: none;
}

.subheader-type-1--dec2 {
    padding-bottom: 35px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    letter-spacing: 5;
    max-width: 410px;
    float: none;
    display: inline-block;
}

.subheader-type-1--dec2::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 70px;
    height: 2px;
    background: #5b5b70;
    margin-left: -35px;
}

.content-wrapp-1 {
    max-width: 410px;
    display: inline-block;
    float: none;
}

@media (max-width: 991px) {
    .content-wrapp-1 {
        padding-bottom: 30px;
    }
}

/* Works flexslider */
.works-flexslider {
    position: relative;
}

.works-flexslider .slides {
    margin: 0;
    padding: 0;
}

.works-flexslider .slides::after {
    content: '';
    display: table;
    clear: both;
}

.works-flexslider .slides li {
    list-style: none;
}

.works-flexslider .slides li img {
    width: 100%;
}

.works-flexslider .flex-control-nav {
    padding: 0;
    list-style: none;
    background: #222231;
    display: inline-block;
    border: 5px solid #5b5b70;
    padding: 15px;
}

.works-flexslider .flex-control-nav li {
    margin-bottom: 5px;
}

.works-flexslider .flex-control-nav .flex-active {
    opacity: 0.25;
}

.works-flexslider .flex-control-thumbs {
    position: absolute;
    top: 25px;
    right: -86px;
    z-index: 20;
}

@media (max-width: 1199px) {
    .works-flexslider .flex-control-thumbs {
        right: 20px;
    }
}

@media (max-width: 480px) {
    .works-flexslider .flex-control-thumbs {
        position: static;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .works-flexslider .flex-control-thumbs li {
        display: inline-block;
        padding-right: 3px;
    }
}

.works-flexslider .flex-direction-nav {
    padding: 0;
    margin: 0;
    display: none;
}

.works-flexslider .flex-direction-nav li {
    list-style: none;
}

.content-block-1 {
    width: 44%;
    float: left;
}

@media (max-width: 1199px) {
    .content-block-1 {
        width: 56%;
    }
}

@media (max-width: 991px) {
    .content-block-1 {
        width: 100%;
    }
}

.content-block-2 {
    width: 56%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px;
}

@media (max-width: 1199px) {
    .content-block-2 {
        width: 44%;
    }
}

@media (max-width: 991px) {
    .content-block-2 {
        width: 100%;
    }
}

.works-flexslider--position .flex-control-thumbs {
    right: auto;
    left: -86px;
}

@media (max-width: 1199px) {
    .works-flexslider--position .flex-control-thumbs {
        left: 20px;
    }
}

/*=====================================
// Social icons page:
*/
a.social-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

a.social-icon span {
    opacity: 0.7;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

a.social-icon span:first-child {
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
}

a.social-icon [class*="rt-icon"] + span {
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
}

a.social-icon + a.social-icon,
.tooltip + a.social-icon {
    margin-left: 16px;
}

a.social-icon.bg-icon + a.social-icon.bg-icon {
    margin-left: 7px;
}

a.social-icon.color-bg-icon + a.social-icon.color-bg-icon {
    margin-left: 1px;
}

a.social-icon.block-icon {
    width: 100%;
}

a.social-icon {
    color: #82829b;
}

a[class*='soc-']:before {
    font-family: 'socicon';
    font-size: 16px;
}

a.border-icon {
    border: 1px solid #82829b;
    border-color: rgba(130, 130, 155, 0.4);
    padding: 10px 11px;
    margin-bottom: 4px;
}

.sidebar a.bg-icon {
    color: #fff;
    background-color: #82829b;
    padding: 11px 12px;
    margin-bottom: 4px;
}

.sidebar a.bg-icon:hover {
    color: #fff !important;
}

a.bg-icon {
    color: #fff;
    background-color: #ddd;
    padding: 11px 12px;
    margin-bottom: 4px;
}

a.bg-icon:hover {
    color: #fff !important;
}

a.color-bg-icon {
    color: #fff;
    background-color: #1fbad6;
    margin-bottom: 4px;
    padding: 11px 12px;
}

a.color-bg-icon:hover {
    background-color: #5b5b70;
    color: #fff !important;
}

a.color-icon:hover {
    color: #1fbad6 !important;
}

a.color-icon.border-icon:hover {
    color: #fff !important;
}

a[class*='soc-'].rounded-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

a.big-icon {
    width: 115px;
    height: 115px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

a.big-icon[class*='soc-']:before {
    font-size: 32px;
}

a.big-icon [class*='rt-icon']:before {
    font-size: 32px;
}

/* corporate colors */
a.color-icon.soc-twitter, a[class*="soc-"].soc-twitter:hover {
    color: #00abef;
    border-color: #00abef;
}

a.color-icon.soc-facebook, a[class*="soc-"].soc-facebook:hover {
    color: #507cbe;
    border-color: #507cbe;
}

a.color-icon.soc-google, a[class*="soc-"].soc-google:hover {
    color: #d93e2d;
    border-color: #d93e2d;
}

a.color-icon.soc-pinterest, a[class*="soc-"].soc-pinterest:hover {
    color: #c92619;
    border-color: #c92619;
}

a.color-icon.soc-foursquare, a[class*="soc-"].soc-foursquare:hover {
    color: #23b7e0;
    border-color: #23b7e0;
}

a.color-icon.soc-yahoo, a[class*="soc-"].soc-yahoo:hover {
    color: #6e2a85;
    border-color: #6e2a85;
}

a.color-icon.soc-skype, a[class*="soc-"].soc-skype:hover {
    color: #28abe3;
    border-color: #28abe3;
}

a.color-icon.soc-yelp, a[class*="soc-"].soc-yelp:hover {
    color: #c83218;
    border-color: #c83218;
}

a.color-icon.soc-feedburner, a[class*="soc-"].soc-feedburner:hover {
    color: #ffcc00;
    border-color: #ffcc00;
}

a.color-icon.soc-linkedin, a[class*="soc-"].soc-linkedin:hover {
    color: #3371b7;
    border-color: #3371b7;
}

a.color-icon.soc-viadeo, a[class*="soc-"].soc-viadeo:hover {
    color: #e4a000;
    border-color: #e4a000;
}

a.color-icon.soc-xing, a[class*="soc-"].soc-xing:hover {
    color: #005a60;
    border-color: #005a60;
}

a.color-icon.soc-myspace, a[class*="soc-"].soc-myspace:hover {
    color: #323232;
    border-color: #323232;
}

a.color-icon.soc-soundcloud, a[class*="soc-"].soc-soundcloud:hover {
    color: #fe3801;
    border-color: #fe3801;
}

a.color-icon.soc-spotify, a[class*="soc-"].soc-spotify:hover {
    color: #7bb342;
    border-color: #7bb342;
}

a.color-icon.soc-grooveshark, a[class*="soc-"].soc-grooveshark:hover {
    color: #f67e03;
    border-color: #f67e03;
}

a.color-icon.soc-lastfm, a[class*="soc-"].soc-lastfm:hover {
    color: #d41316;
    border-color: #d41316;
}

a.color-icon.soc-youtube, a[class*="soc-"].soc-youtube:hover {
    color: #d12121;
    border-color: #d12121;
}

a.color-icon.soc-vimeo, a[class*="soc-"].soc-vimeo:hover {
    color: #51b5e7;
    border-color: #51b5e7;
}

a.color-icon.soc-dailymotion, a[class*="soc-"].soc-dailymotion:hover {
    color: #004e72;
    border-color: #004e72;
}

a.color-icon.soc-vine, a[class*="soc-"].soc-vine:hover {
    color: #00b389;
    border-color: #00b389;
}

a.color-icon.soc-flickr, a[class*="soc-"].soc-flickr:hover {
    color: #0062dd;
    border-color: #0062dd;
}

a.color-icon.soc-500px, a[class*="soc-"].soc-500px:hover {
    color: #58a9de;
    border-color: #58a9de;
}

a.color-icon.soc-instagram, a[class*="soc-"].soc-instagram:hover {
    color: #9c7c6e;
    border-color: #9c7c6e;
}

a.color-icon.soc-wordpress, a[class*="soc-"].soc-wordpress:hover {
    color: #464646;
    border-color: #464646;
}

a.color-icon.soc-tumblr, a[class*="soc-"].soc-tumblr:hover {
    color: #45556c;
    border-color: #45556c;
}

a.color-icon.soc-blogger, a[class*="soc-"].soc-blogger:hover {
    color: #ec661c;
    border-color: #ec661c;
}

a.color-icon.soc-technorati, a[class*="soc-"].soc-technorati:hover {
    color: #5cb030;
    border-color: #5cb030;
}

a.color-icon.soc-reddit, a[class*="soc-"].soc-reddit:hover {
    color: #e74a1e;
    border-color: #e74a1e;
}

a.color-icon.soc-dribbble, a[class*="soc-"].soc-dribbble:hover {
    color: #e84d88;
    border-color: #e84d88;
}

a.color-icon.soc-stumbleupon, a[class*="soc-"].soc-stumbleupon:hover {
    color: #e64011;
    border-color: #e64011;
}

a.color-icon.soc-digg, a[class*="soc-"].soc-digg:hover {
    color: #1d1d1b;
    border-color: #1d1d1b;
}

a.color-icon.soc-envato, a[class*="soc-"].soc-envato:hover {
    color: #597c3a;
    border-color: #597c3a;
}

a.color-icon.soc-behance, a[class*="soc-"].soc-behance:hover {
    color: #007eff;
    border-color: #007eff;
}

a.color-icon.soc-delicious, a[class*="soc-"].soc-delicious:hover {
    color: #31a9ff;
    border-color: #31a9ff;
}

a.color-icon.soc-deviantart, a[class*="soc-"].soc-deviantart:hover {
    color: #c5d200;
    border-color: #c5d200;
}

a.color-icon.soc-forrst, a[class*="soc-"].soc-forrst:hover {
    color: #5b9a68;
    border-color: #5b9a68;
}

a.color-icon.soc-play, a[class*="soc-"].soc-play:hover {
    color: #5acdbd;
    border-color: #5acdbd;
}

a.color-icon.soc-zerply, a[class*="soc-"].soc-zerply:hover {
    color: #9dbc7a;
    border-color: #9dbc7a;
}

a.color-icon.soc-wikipedia, a[class*="soc-"].soc-wikipedia:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-apple, a[class*="soc-"].soc-apple:hover {
    color: #b9bfc1;
    border-color: #b9bfc1;
}

a.color-icon.soc-flattr, a[class*="soc-"].soc-flattr:hover {
    color: #f67c1a;
    border-color: #f67c1a;
}

a.color-icon.soc-github, a[class*="soc-"].soc-github:hover {
    color: #221e1b;
    border-color: #221e1b;
}

a.color-icon.soc-chimein, a[class*="soc-"].soc-chimein:hover {
    color: #888688;
    border-color: #888688;
}

a.color-icon.soc-friendfeed, a[class*="soc-"].soc-friendfeed:hover {
    color: #2f72c4;
    border-color: #2f72c4;
}

a.color-icon.soc-newsvine, a[class*="soc-"].soc-newsvine:hover {
    color: #075b2f;
    border-color: #075b2f;
}

a.color-icon.soc-identica, a[class*="soc-"].soc-identica:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-bebo, a[class*="soc-"].soc-bebo:hover {
    color: #ef1011;
    border-color: #ef1011;
}

a.color-icon.soc-zynga, a[class*="soc-"].soc-zynga:hover {
    color: #dc0606;
    border-color: #dc0606;
}

a.color-icon.soc-steam, a[class*="soc-"].soc-steam:hover {
    color: #8f8d8a;
    border-color: #8f8d8a;
}

a.color-icon.soc-xbox, a[class*="soc-"].soc-xbox:hover {
    color: #92c83e;
    border-color: #92c83e;
}

a.color-icon.soc-windows, a[class*="soc-"].soc-windows:hover {
    color: #00bdf6;
    border-color: #00bdf6;
}

a.color-icon.soc-outlook, a[class*="soc-"].soc-outlook:hover {
    color: #0072c6;
    border-color: #0072c6;
}

a.color-icon.soc-coderwall, a[class*="soc-"].soc-coderwall:hover {
    color: #3e8dcc;
    border-color: #3e8dcc;
}

a.color-icon.soc-tripadvisor, a[class*="soc-"].soc-tripadvisor:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-appnet, a[class*="soc-"].soc-appnet:hover {
    color: #494949;
    border-color: #494949;
}

a.color-icon.soc-goodreads, a[class*="soc-"].soc-goodreads:hover {
    color: #1abc9c;
    border-color: #1abc9c;
}

a.color-icon.soc-tripit, a[class*="soc-"].soc-tripit:hover {
    color: #1982c3;
    border-color: #1982c3;
}

a.color-icon.soc-lanyrd, a[class*="soc-"].soc-lanyrd:hover {
    color: #3c80c9;
    border-color: #3c80c9;
}

a.color-icon.soc-slideshare, a[class*="soc-"].soc-slideshare:hover {
    color: #4ba3a6;
    border-color: #4ba3a6;
}

a.color-icon.soc-buffer, a[class*="soc-"].soc-buffer:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-rss, a[class*="soc-"].soc-rss:hover {
    color: #f26109;
    border-color: #f26109;
}

a.color-icon.soc-vkontakte, a[class*="soc-"].soc-vkontakte:hover {
    color: #5a7fa6;
    border-color: #5a7fa6;
}

a.color-icon.soc-disqus, a[class*="soc-"].soc-disqus:hover {
    color: #2e9fff;
    border-color: #2e9fff;
}

a.color-icon.soc-houzz, a[class*="soc-"].soc-houzz:hover {
    color: #7cc04b;
    border-color: #7cc04b;
}

a.color-icon.soc-mail, a[class*="soc-"].soc-mail:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-patreon, a[class*="soc-"].soc-patreon:hover {
    color: #e44727;
    border-color: #e44727;
}

a.color-icon.soc-paypal, a[class*="soc-"].soc-paypal:hover {
    color: #009cde;
    border-color: #009cde;
}

a.color-icon.soc-playstation, a[class*="soc-"].soc-playstation:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-smugmug, a[class*="soc-"].soc-smugmug:hover {
    color: #acfd32;
    border-color: #acfd32;
}

a.color-icon.soc-swarm, a[class*="soc-"].soc-swarm:hover {
    color: #fc9d3c;
    border-color: #fc9d3c;
}

a.color-icon.soc-triplej, a[class*="soc-"].soc-triplej:hover {
    color: #e53531;
    border-color: #e53531;
}

a.color-icon.soc-yammer, a[class*="soc-"].soc-yammer:hover {
    color: #1175c4;
    border-color: #1175c4;
}

a.color-icon.soc-stackoverflow, a[class*="soc-"].soc-stackoverflow:hover {
    color: #fd9827;
    border-color: #fd9827;
}

a.color-icon.soc-drupal, a[class*="soc-"].soc-drupal:hover {
    color: #00598e;
    border-color: #00598e;
}

a.color-icon.soc-odnoklassniki, a[class*="soc-"].soc-odnoklassniki:hover {
    color: #f48420;
    border-color: #f48420;
}

a.color-icon.soc-android, a[class*="soc-"].soc-android:hover {
    color: #8ec047;
    border-color: #8ec047;
}

a.color-icon.soc-meetup, a[class*="soc-"].soc-meetup:hover {
    color: #e2373c;
    border-color: #e2373c;
}

a.color-icon.soc-persona, a[class*="soc-"].soc-persona:hover {
    color: #e6753d;
    border-color: #e6753d;
}

a.color-icon.soc-amazon, a[class*="soc-"].soc-amazon:hover {
    color: #ff9900;
    border-color: #ff9900;
}

a.color-icon.soc-ello, a[class*="soc-"].soc-ello:hover {
    color: #000000;
    border-color: #000000;
}

a.color-icon.soc-mixcloud, a[class*="soc-"].soc-mixcloud:hover {
    color: #314359;
    border-color: #314359;
}

a.color-icon.soc-8tracks, a[class*="soc-"].soc-8tracks:hover {
    color: #122c4b;
    border-color: #122c4b;
}

a.color-icon.soc-twitch, a[class*="soc-"].soc-twitch:hover {
    color: #6441a5;
    border-color: #6441a5;
}

a.color-icon.soc-airbnb, a[class*="soc-"].soc-airbnb:hover {
    color: #ff5a5f;
    border-color: #ff5a5f;
}

a.color-icon.soc-pocket, a[class*="soc-"].soc-pocket:hover {
    color: #ed4055;
    border-color: #ed4055;
}

/* Corporate background colors */
.color-bg-icon {
    color: #ffffff;
}

.color-bg-icon.soc-twitter, a.soc-twitter.bg-icon:hover, .soc-twitter.color-icon.border-icon:hover {
    background-color: #00abef;
}

.color-bg-icon.soc-facebook, a.soc-facebook.bg-icon:hover, .soc-facebook.color-icon.border-icon:hover {
    background-color: #507cbe;
}

.color-bg-icon.soc-google, a.soc-google.bg-icon:hover, .soc-google.color-icon.border-icon:hover {
    background-color: #d93e2d;
}

.color-bg-icon.soc-pinterest, a.soc-pinterest.bg-icon:hover, .soc-pinterest.color-icon.border-icon:hover {
    background-color: #c92619;
}

.color-bg-icon.soc-foursquare, a.soc-foursquare.bg-icon:hover, .soc-foursquare.color-icon.border-icon:hover {
    background-color: #23b7e0;
}

.color-bg-icon.soc-yahoo, a.soc-yahoo.bg-icon:hover, .soc-yahoo.color-icon.border-icon:hover {
    background-color: #6e2a85;
}

.color-bg-icon.soc-skype, a.soc-skype.bg-icon:hover, .soc-skype.color-icon.border-icon:hover {
    background-color: #28abe3;
}

.color-bg-icon.soc-yelp, a.soc-yelp.bg-icon:hover, .soc-yelp.color-icon.border-icon:hover {
    background-color: #c83218;
}

.color-bg-icon.soc-feedburner, a.soc-feedburner.bg-icon:hover, .soc-feedburner.color-icon.border-icon:hover {
    background-color: #ffcc00;
}

.color-bg-icon.soc-linkedin, a.soc-linkedin.bg-icon:hover, .soc-linkedin.color-icon.border-icon:hover {
    background-color: #3371b7;
}

.color-bg-icon.soc-viadeo, a.soc-viadeo.bg-icon:hover, .soc-viadeo.color-icon.border-icon:hover {
    background-color: #e4a000;
}

.color-bg-icon.soc-xing, a.soc-xing.bg-icon:hover, .soc-xing.color-icon.border-icon:hover {
    background-color: #005a60;
}

.color-bg-icon.soc-myspace, a.soc-myspace.bg-icon:hover, .soc-myspace.color-icon.border-icon:hover {
    background-color: #323232;
}

.color-bg-icon.soc-soundcloud, a.soc-soundcloud.bg-icon:hover, .soc-soundcloud.color-icon.border-icon:hover {
    background-color: #fe3801;
}

.color-bg-icon.soc-spotify, a.soc-spotify.bg-icon:hover, .soc-spotify.color-icon.border-icon:hover {
    background-color: #7bb342;
}

.color-bg-icon.soc-grooveshark, a.soc-grooveshark.bg-icon:hover, .soc-grooveshark.color-icon.border-icon:hover {
    background-color: #f67e03;
}

.color-bg-icon.soc-lastfm, a.soc-lastfm.bg-icon:hover, .soc-lastfm.color-icon.border-icon:hover {
    background-color: #d41316;
}

.color-bg-icon.soc-youtube, a.soc-youtube.bg-icon:hover, .soc-youtube.color-icon.border-icon:hover {
    background-color: #d12121;
}

.color-bg-icon.soc-vimeo, a.soc-vimeo.bg-icon:hover, .soc-vimeo.color-icon.border-icon:hover {
    background-color: #51b5e7;
}

.color-bg-icon.soc-dailymotion, a.soc-dailymotion.bg-icon:hover, .soc-dailymotion.color-icon.border-icon:hover {
    background-color: #004e72;
}

.color-bg-icon.soc-vine, a.soc-vine.bg-icon:hover, .soc-vine.color-icon.border-icon:hover {
    background-color: #00b389;
}

.color-bg-icon.soc-flickr, a.soc-flickr.bg-icon:hover, .soc-flickr.color-icon.border-icon:hover {
    background-color: #0062dd;
}

.color-bg-icon.soc-500px, a.soc-500px.bg-icon:hover, .soc-500px.color-icon.border-icon:hover {
    background-color: #58a9de;
}

.color-bg-icon.soc-instagram, a.soc-instagram.bg-icon:hover, .soc-instagram.color-icon.border-icon:hover {
    background-color: #9c7c6e;
}

.color-bg-icon.soc-wordpress, a.soc-wordpress.bg-icon:hover, .soc-wordpress.color-icon.border-icon:hover {
    background-color: #464646;
}

.color-bg-icon.soc-tumblr, a.soc-tumblr.bg-icon:hover, .soc-tumblr.color-icon.border-icon:hover {
    background-color: #45556c;
}

.color-bg-icon.soc-blogger, a.soc-blogger.bg-icon:hover, .soc-blogger.color-icon.border-icon:hover {
    background-color: #ec661c;
}

.color-bg-icon.soc-technorati, a.soc-technorati.bg-icon:hover, .soc-technorati.color-icon.border-icon:hover {
    background-color: #5cb030;
}

.color-bg-icon.soc-reddit, a.soc-reddit.bg-icon:hover, .soc-reddit.color-icon.border-icon:hover {
    background-color: #e74a1e;
}

.color-bg-icon.soc-dribbble, a.soc-dribbble.bg-icon:hover, .soc-dribbble.color-icon.border-icon:hover {
    background-color: #e84d88;
}

.color-bg-icon.soc-stumbleupon, a.soc-stumbleupon.bg-icon:hover, .soc-stumbleupon.color-icon.border-icon:hover {
    background-color: #e64011;
}

.color-bg-icon.soc-digg, a.soc-digg.bg-icon:hover, .soc-digg.color-icon.border-icon:hover {
    background-color: #1d1d1b;
}

.color-bg-icon.soc-envato, a.soc-envato.bg-icon:hover, .soc-envato.color-icon.border-icon:hover {
    background-color: #597c3a;
}

.color-bg-icon.soc-behance, a.soc-behance.bg-icon:hover, .soc-behance.color-icon.border-icon:hover {
    background-color: #007eff;
}

.color-bg-icon.soc-delicious, a.soc-delicious.bg-icon:hover, .soc-delicious.color-icon.border-icon:hover {
    background-color: #31a9ff;
}

.color-bg-icon.soc-deviantart, a.soc-deviantart.bg-icon:hover, .soc-deviantart.color-icon.border-icon:hover {
    background-color: #c5d200;
}

.color-bg-icon.soc-forrst, a.soc-forrst.bg-icon:hover, .soc-forrst.color-icon.border-icon:hover {
    background-color: #5b9a68;
}

.color-bg-icon.soc-play, a.soc-play.bg-icon:hover, .soc-play.color-icon.border-icon:hover {
    background-color: #5acdbd;
}

.color-bg-icon.soc-zerply, a.soc-zerply.bg-icon:hover, .soc-zerply.color-icon.border-icon:hover {
    background-color: #9dbc7a;
}

.color-bg-icon.soc-wikipedia, a.soc-wikipedia.bg-icon:hover, .soc-wikipedia.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-apple, a.soc-apple.bg-icon:hover, .soc-apple.color-icon.border-icon:hover {
    background-color: #b9bfc1;
}

.color-bg-icon.soc-flattr, a.soc-flattr.bg-icon:hover, .soc-flattr.color-icon.border-icon:hover {
    background-color: #f67c1a;
}

.color-bg-icon.soc-github, a.soc-github.bg-icon:hover, .soc-github.color-icon.border-icon:hover {
    background-color: #221e1b;
}

.color-bg-icon.soc-chimein, a.soc-chimein.bg-icon:hover, .soc-chimein.color-icon.border-icon:hover {
    background-color: #888688;
}

.color-bg-icon.soc-friendfeed, a.soc-friendfeed.bg-icon:hover, .soc-friendfeed.color-icon.border-icon:hover {
    background-color: #2f72c4;
}

.color-bg-icon.soc-newsvine, a.soc-newsvine.bg-icon:hover, .soc-newsvine.color-icon.border-icon:hover {
    background-color: #075b2f;
}

.color-bg-icon.soc-identica, a.soc-identica.bg-icon:hover, .soc-identica.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-bebo, a.soc-bebo.bg-icon:hover, .soc-bebo.color-icon.border-icon:hover {
    background-color: #ef1011;
}

.color-bg-icon.soc-zynga, a.soc-zynga.bg-icon:hover, .soc-zynga.color-icon.border-icon:hover {
    background-color: #dc0606;
}

.color-bg-icon.soc-steam, a.soc-steam.bg-icon:hover, .soc-steam.color-icon.border-icon:hover {
    background-color: #8f8d8a;
}

.color-bg-icon.soc-xbox, a.soc-xbox.bg-icon:hover, .soc-xbox.color-icon.border-icon:hover {
    background-color: #92c83e;
}

.color-bg-icon.soc-windows, a.soc-windows.bg-icon:hover, .soc-windows.color-icon.border-icon:hover {
    background-color: #00bdf6;
}

.color-bg-icon.soc-outlook, a.soc-outlook.bg-icon:hover, .soc-outlook.color-icon.border-icon:hover {
    background-color: #0072c6;
}

.color-bg-icon.soc-coderwall, a.soc-coderwall.bg-icon:hover, .soc-coderwall.color-icon.border-icon:hover {
    background-color: #3e8dcc;
}

.color-bg-icon.soc-tripadvisor, a.soc-tripadvisor.bg-icon:hover, .soc-tripadvisor.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-appnet, a.soc-appnet.bg-icon:hover, .soc-appnet.color-icon.border-icon:hover {
    background-color: #494949;
}

.color-bg-icon.soc-goodreads, a.soc-goodreads.bg-icon:hover, .soc-goodreads.color-icon.border-icon:hover {
    background-color: #1abc9c;
}

.color-bg-icon.soc-tripit, a.soc-tripit.bg-icon:hover, .soc-tripit.color-icon.border-icon:hover {
    background-color: #1982c3;
}

.color-bg-icon.soc-lanyrd, a.soc-lanyrd.bg-icon:hover, .soc-lanyrd.color-icon.border-icon:hover {
    background-color: #3c80c9;
}

.color-bg-icon.soc-slideshare, a.soc-slideshare.bg-icon:hover, .soc-slideshare.color-icon.border-icon:hover {
    background-color: #4ba3a6;
}

.color-bg-icon.soc-buffer, a.soc-buffer.bg-icon:hover, .soc-buffer.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-rss, a.soc-rss.bg-icon:hover, .soc-rss.color-icon.border-icon:hover {
    background-color: #f26109;
}

.color-bg-icon.soc-vkontakte, a.soc-vkontakte.bg-icon:hover, .soc-vkontakte.color-icon.border-icon:hover {
    background-color: #5a7fa6;
}

.color-bg-icon.soc-disqus, a.soc-disqus.bg-icon:hover, .soc-disqus.color-icon.border-icon:hover {
    background-color: #2e9fff;
}

.color-bg-icon.soc-houzz, a.soc-houzz.bg-icon:hover, .soc-houzz.color-icon.border-icon:hover {
    background-color: #7cc04b;
}

.color-bg-icon.soc-mail, a.soc-mail.bg-icon:hover, .soc-mail.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-patreon, a.soc-patreon.bg-icon:hover, .soc-patreon.color-icon.border-icon:hover {
    background-color: #e44727;
}

.color-bg-icon.soc-paypal, a.soc-paypal.bg-icon:hover, .soc-paypal.color-icon.border-icon:hover {
    background-color: #009cde;
}

.color-bg-icon.soc-playstation, a.soc-playstation.bg-icon:hover, .soc-playstation.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-smugmug, a.soc-smugmug.bg-icon:hover, .soc-smugmug.color-icon.border-icon:hover {
    background-color: #acfd32;
}

.color-bg-icon.soc-swarm, a.soc-swarm.bg-icon:hover, .soc-swarm.color-icon.border-icon:hover {
    background-color: #fc9d3c;
}

.color-bg-icon.soc-triplej, a.soc-triplej.bg-icon:hover, .soc-triplej.color-icon.border-icon:hover {
    background-color: #e53531;
}

.color-bg-icon.soc-yammer, a.soc-yammer.bg-icon:hover, .soc-yammer.color-icon.border-icon:hover {
    background-color: #1175c4;
}

.color-bg-icon.soc-stackoverflow, a.soc-stackoverflow.bg-icon:hover, .soc-stackoverflow.color-icon.border-icon:hover {
    background-color: #fd9827;
}

.color-bg-icon.soc-drupal, a.soc-drupal.bg-icon:hover, .soc-drupal.color-icon.border-icon:hover {
    background-color: #00598e;
}

.color-bg-icon.soc-odnoklassniki, a.soc-odnoklassniki.bg-icon:hover, .soc-odnoklassniki.color-icon.border-icon:hover {
    background-color: #f48420;
}

.color-bg-icon.soc-android, a.soc-android.bg-icon:hover, .soc-android.color-icon.border-icon:hover {
    background-color: #8ec047;
}

.color-bg-icon.soc-meetup, a.soc-meetup.bg-icon:hover, .soc-meetup.color-icon.border-icon:hover {
    background-color: #e2373c;
}

.color-bg-icon.soc-persona, a.soc-persona.bg-icon:hover, .soc-persona.color-icon.border-icon:hover {
    background-color: #e6753d;
}

.color-bg-icon.soc-amazon, a.soc-amazon.bg-icon:hover, .soc-amazon.color-icon.border-icon:hover {
    background-color: #ff9900;
}

.color-bg-icon.soc-ello, a.soc-ello.bg-icon:hover, .soc-ello.color-icon.border-icon:hover {
    background-color: #000000;
}

.color-bg-icon.soc-mixcloud, a.soc-mixcloud.bg-icon:hover, .soc-mixcloud.color-icon.border-icon:hover {
    background-color: #314359;
}

.color-bg-icon.soc-8tracks, a.soc-8tracks.bg-icon:hover, .soc-8tracks.color-icon.border-icon:hover {
    background-color: #122c4b;
}

.color-bg-icon.soc-twitch, a.soc-twitch.bg-icon:hover, .soc-twitch.color-icon.border-icon:hover {
    background-color: #6441a5;
}

.color-bg-icon.soc-airbnb, a.soc-airbnb.bg-icon:hover, .soc-airbnb.color-icon.border-icon:hover {
    background-color: #ff5a5f;
}

.color-bg-icon.soc-pocket, a.soc-pocket.bg-icon:hover, .soc-pocket.color-icon.border-icon:hover {
    background-color: #ed4055;
}

.demo-icon {
    display: inline-block;
    text-align: center;
    padding: 15px 20px 10px;
}

.demo-icon span {
    display: block;
}

.demo-icon .name {
    font-size: 1.01em;
    font-weight: 700;
    color: #1fbad6;
}

.demo-icon a[class*="soc-"] {
    color: #1fbad6;
    font-size: 24px;
    margin: 10px 0 0;
}

.social-icons-demo a[class*="soc-"] {
    margin: 10px !important;
}

.social-icons-demo a + a {
    margin: 0 !important;
}

/* =====================================
// Plugins:
// ================================== */
/*=====================================
// FlexSlider styles:
*/
.flexslider {
    position: relative;
}

.flexslider::after {
    content: '';
    display: table;
    clear: both;
}

.flexslider:hover .flex-nav-prev {
    left: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.flexslider:hover .flex-nav-next {
    right: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.flexslider .flex-direction-nav li {
    list-style: none;
}

.flexslider__img a {
    display: inline-block;
}

.flexslider__img img, .flexslider__img video {
    width: 100%;
}

.flexslider__img video {
    vertical-align: middle;
}

.flexslider__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    .flexslider__content {
        position: static;
        background: #82829b;
    }
}

.flexslider__content .content-table__wrapp {
    padding-top: 87px;
}

@media (max-width: 640px) {
    .flexslider__content .content-table__wrapp {
        padding: 40px 0;
    }
}

.flexslider__list {
    margin-bottom: 21px;
    padding: 0;
}

.flexslider__list li {
    font: bold 14px/25px "Arial", sans-serif;
    color: #fff;
    letter-spacing: 5px;
    display: inline-block;
    margin: 0 92px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .flexslider__list li {
        margin: 0 20px;
    }
}

.flexslider--button {
    font: bold 14px/26px "Arial", sans-serif;
    color: #fff;
    padding: 21px 39px;
}

@media (max-width: 991px) {
    .flexslider--button {
        padding: 15px 29px;
    }
}

@media (max-width: 991px) {
    .flexslider--button {
        padding: 12px 24px;
        font-size: 12px;
    }
}

.flex-direction-nav {
    padding: 0;
    margin: 0;
}

.flex-nav-prev,
.flex-nav-next {
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top: -130px;
    text-align: center;
}

@media (max-width: 767px) {
    .flex-nav-prev,
    .flex-nav-next {
        margin-top: -195px;
    }
}

.flex-nav-prev a,
.flex-nav-next a {
    display: inline-block;
    width: 60px;
    height: 100px;
    background: #5b5b70;
    position: relative;
    font-size: 0;
    opacity: 0.8;
}

@media (max-width: 991px) {
    .flex-nav-prev a,
    .flex-nav-next a {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .flex-nav-prev a,
    .flex-nav-next a {
        height: 70px;
    }
}

.flex-nav-prev a::before,
.flex-nav-next a::before {
    font-family: 'FontAwesome';
    display: inline-block;
    float: none;
    line-height: 100px;
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 991px) {
    .flex-nav-prev a::before,
    .flex-nav-next a::before {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .flex-nav-prev a::before,
    .flex-nav-next a::before {
        line-height: 70px;
    }
}

.flex-nav-prev a:hover,
.flex-nav-next a:hover {
    background: #1fbad6;
    opacity: 1;
}

.flex-nav-prev {
    left: -80px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.flex-nav-prev a::before {
    content: '\f104';
    left: -5px;
}

.flex-nav-next {
    right: -80px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.flex-nav-next a::before {
    content: '\f105';
    right: -5px;
}

.slides {
    padding: 0;
    margin: 0;
}

.slides::after {
    content: '';
    display: table;
    clear: both;
}

.slides li {
    list-style: none;
}

.boxed .flexslider__content .content-table__wrapp {
    padding-top: 0;
}

/*=====================================
// Slider in the blog:
*/
.slider-type-1 {
    position: relative;
    position: relative;
}

.slider-type-1::after {
    content: '';
    display: table;
    clear: both;
}

.slider-type-1 .slides {
    padding: 0;
}

.slider-type-1 .slides li {
    position: relative;
    list-style: none;
}

.slider-type-1 .slides li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 49, 0.9) repeat center center;
}

.slider-type-1 .slides li img {
    width: 100%;
}

.slider-type-1 .slides li .slider-type-1__img {
    margin-bottom: 20px;
}

.slider-type-1 .slides li .slider-type-1__img img {
    width: auto;
}

.slider-type-1 .flex-control-nav {
    padding: 0;
    position: absolute;
    bottom: 22px;
    left: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
    margin: 0;
}

@media (max-width: 640px) {
    .slider-type-1 .flex-control-nav {
        bottom: auto;
        top: 45%;
    }
}

@media (max-width: 540px) {
    .slider-type-1 .flex-control-nav {
        top: 38%;
    }
}

@media (max-width: 480px) {
    .slider-type-1 .flex-control-nav {
        top: 33%;
    }
}

@media (max-width: 400px) {
    .slider-type-1 .flex-control-nav {
        top: 28%;
    }
}

@media (max-width: 360px) {
    .slider-type-1 .flex-control-nav {
        top: 21%;
    }
}

.slider-type-1 .flex-control-nav li {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0 5px;
}

.slider-type-1 .flex-control-nav li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    vertical-align: middle;
}

.slider-type-1 .flex-control-nav li a:hover::before {
    color: #82829b;
}

.slider-type-1 .flex-control-nav li a.flex-active::before {
    color: #1fbad6;
}

.slider-type-1 .flex-control-nav li a::before {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    font-family: 'rt-icons-2';
    content: '\f013';
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.slider-type-1__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    z-index: 1;
}

@media (max-width: 640px) {
    .slider-type-1__content {
        position: relative;
        top: auto;
        left: auto;
    }
}

.slider-type-1__title {
    width: 100%;
    margin: 0 0 23px;
    text-transform: uppercase;
}

.slider-type-1__sub-title {
    font: bold 14px/25px "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
}

/*=====================================
// Isotope gallery styles:
*/
/*// Isotope filters //*/
.isotope_filters {
    margin-bottom: 30px;
}

.isotope_filters a {
    font: bold 11px/14px "Arial", sans-serif;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    float: none;
    border: 1px solid #5b5b70;
    padding: 11px 15px;
    margin: 0 3px;
    letter-spacing: 3px;
}

.isotope_filters a.selected {
    background: #1fbad6;
    border: 1px solid #1fbad6;
}

.isotope_filters a:hover {
    background: #1fbad6;
    border: 1px solid #1fbad6;
}

/* Gallery content */
.item-media {
    position: relative;
    overflow: hidden;
}

.media-links {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.media-links:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1fbad6;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.media-links .links-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
    z-index: 4;
}

[class*="item"]:hover .media-links:before {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    filter: alpha(opacity=85);
    opacity: 0.85;
}

[class*="item"]:hover .links-wrap a {
    top: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

[class*="item"]:hover .media-links .links-wrap {
    filter: alpha(opacity=100);
    opacity: 1;
}

.abs-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

[class*="item"]:hover .abs-link {
    opacity: 1;
}

.abs-link:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    border: 1px solid #fff;
}

.links-wrap a {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -100px;
    display: inline-block;
    vertical-align: middle;
    z-index: 5;
    font-size: 24px;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    color: #fff;
    margin: 0 3px;
}

.links-wrap a::before {
    font-family: 'rt-icons-2';
    width: 52px;
    height: 52px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #1fbad6;
    display: inline-block;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.links-wrap a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.links-wrap a:hover::before {
    background: #5b5b70;
    color: #fff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.links-wrap .p-view {
    background-color: transparent;
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.links-wrap .p-view::before {
    content: '\e7a7';
    font-size: 28px;
    line-height: 52px;
}

.links-wrap .p-link {
    background-color: transparent;
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.links-wrap .p-link::before {
    content: "\e6a4";
    font-size: 28px;
    line-height: 52px;
}

.isotope-item img {
    width: 100%;
}

.isotope .categories-links a {
    font: bold 11px/14px "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 27px 0 0;
    display: inline-block;
}

.isotope .categories-links a:hover {
    color: #1fbad6;
}

.gallery-single .categories-links a {
    font: bold 11px/14px "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 27px 0 0;
    display: inline-block;
    margin-right: 5px;
}

.gallery-single .categories-links a:hover {
    color: #1fbad6;
}

/* Gallery filters */
.isotope-item .item-content {
    padding: 0 40px 5px;
    height: 335px;
}

.isotope-item .item-meta {
    font-weight: 300;
    z-index: 5;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.isotope-item:hover .item-meta {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.isotope-item .item-meta {
    color: #fff;
}

.isotope-item .item-meta a {
    color: #fff;
}

.isotope-item .item-meta a:hover {
    color: #ddd;
}

.isotope-item .item-meta img {
    width: 100%;
}

/*// Fullwidth isotope //*/
.fullwidth-isotope {
    padding: 0;
}

.fullwidth-isotope__title {
    font: 30px/32px "Playfair Display", "Arial", sans-serif;
    text-transform: uppercase;
}

.fullwidth-isotope__title a {
    color: #1fbad6;
}

.fullwidth-isotope__title a:hover {
    color: #5b5b70;
}

.page_portfolio .theme-button {
    padding-left: 52px;
    padding-right: 52px;
}

/*// Extended isotope //*/
.extended-isotope__title {
    font: 30px/32px "Playfair Display", "Arial", sans-serif;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding-bottom: 50px;
    padding-top: 12px;
}

.extended-isotope__title::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #82829b;
    display: inline-block;
    position: absolute;
    bottom: 22px;
    left: 50%;
    margin-left: -15px;
}

.extended-isotope__title a {
    color: #1fbad6;
}

.extended-isotope__title a:hover {
    color: #5b5b70;
}

.isotope-extended-item .item-content {
    background: #222231;
}

.isotope-extended-item .item-content__wrapper {
    padding-bottom: 10px;
}

.isotope-extended-item .item-content__wrapper p {
    margin-bottom: 10px;
}

.share-gallery-single a {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-right: 5px;
}

.share-gallery-single a::before {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

/*=====================================
// To top plugin styles:
*/
#toTop {
    bottom: 0;
    right: 0;
    display: none;
    width: 60px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 100;
    font-size: 0;
    color: transparent;
    background-color: #5b5b70;
    opacity: 0.7;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#toTop::after {
    font-family: 'rt-icons-2';
    content: '\e700';
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#toTopHover,
#toTop:hover {
    bottom: 3px;
    opacity: 1;
}

#toTop:hover:after {
    color: #fff;
}

#toTop:active, #toTop:focus {
    outline: medium none;
}

.modal-open #toTop {
    display: none !important;
}

/*=====================================
// Owl carousel:
*/
.owl-stage-outer {
    overflow: hidden;
}

.owl-item {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.owl-type-1 {
    position: relative;
}

.owl-type-1 .owl-item {
    text-align: center;
}

.owl-type-1 .side-item {
    max-width: 170px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .owl-type-1 .side-item {
        max-width: 270px;
    }
}

.owl-type-1 .side-item .shop-item__price {
    display: inline-block;
    float: none;
}

@media (max-width: 991px) {
    .owl-type-1 .owl-controls {
        text-align: center;
        padding-top: 30px;
    }
}

.owl-type-1 .owl-prev,
.owl-type-1 .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    width: 20px;
    height: 38px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

@media (max-width: 991px) {
    .owl-type-1 .owl-prev,
    .owl-type-1 .owl-next {
        position: static;
        margin: 0;
        display: inline-block;
        float: none;
        vertical-align: middle;
        margin: 0 30px;
    }
}

.owl-type-1 .owl-prev {
    display: inline-block;
    float: none;
    vertical-align: middle;
    background: url(../images/appointment/bg_appointment-prev.png) center top;
    left: -30px;
}

.owl-type-1 .owl-prev:hover {
    background: url(../images/appointment/bg_appointment-prev.png) center bottom;
}

.owl-type-1 .owl-next {
    display: inline-block;
    float: none;
    vertical-align: middle;
    right: -30px;
    background: url(../images/appointment/bg_appointment-next.png) center top;
}

.owl-type-1 .owl-next:hover {
    background: url(../images/appointment/bg_appointment-next.png) center bottom;
}

.boxed .owl-type-1 .side-item {
    max-width: 160px;
}

.boxed .owl-type-1 .owl-prev {
    left: -15px;
}

.boxed .owl-type-1 .owl-next {
    right: -15px;
}

/* ------------------------------------------------------------------------
	Pretty photo
------------------------------------------------------------------------- */
/* ----------------------------------
		Default Theme
	----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

div.pp_default .pp_top .pp_left {
    background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

/* Top left corner */
div.pp_default .pp_top .pp_middle {
    background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

/* Top pattern/color */
div.pp_default .pp_top .pp_right {
    background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

/* Top right corner */
div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}

div.pp_default .pp_content {
    background-color: #fff;
}

/* Content background */
div.pp_default .pp_next:hover {
    background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}

/* Next button */
div.pp_default .pp_previous:hover {
    background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}

/* Previous button */
div.pp_default .pp_expand {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

/* Expand button */
div.pp_default .pp_expand:hover {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}

/* Expand button hover */
div.pp_default .pp_contract {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

/* Contract button */
div.pp_default .pp_contract:hover {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}

/* Contract button hover */
div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

/* Close button */
div.pp_default #pp_full_res .pp_inline {
    color: #000;
}

div.pp_default .pp_gallery ul li a {
    background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff;
}

div.pp_default .pp_social {
    margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default .pp_details {
    position: relative;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    margin: 4px 0 0 0;
    width: 20px;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

/* Bottom right corner */
div.pp_default .pp_loaderIcon {
    background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */
div.light_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
div.light_rounded .pp_top .pp_middle {
    background: #fff;
}

/* Top pattern/color */
div.light_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
div.light_rounded .pp_content .ppt {
    color: #000;
}

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
    background: #fff;
}

div.light_rounded .pp_content {
    background-color: #fff;
}

/* Content background */
div.light_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

/* Next button */
div.light_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

/* Previous button */
div.light_rounded .pp_expand {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

/* Expand button */
div.light_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

/* Expand button hover */
div.light_rounded .pp_contract {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */
div.light_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */
div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

/* Close button */
div.light_rounded .pp_details {
    position: relative;
}

div.light_rounded .pp_description {
    margin-right: 85px;
}

div.light_rounded #pp_full_res .pp_inline {
    color: #000;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
    background: #fff;
}

/* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
div.light_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
div.dark_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
div.dark_rounded .pp_top .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
div.dark_rounded .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

/* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

/* Right Content background */
div.dark_rounded .pp_content {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Content background */
div.dark_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

/* Next button */
div.dark_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

/* Previous button */
div.dark_rounded .pp_expand {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

/* Expand button */
div.dark_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

/* Expand button hover */
div.dark_rounded .pp_contract {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */
div.dark_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */
div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

/* Close button */
div.dark_rounded .pp_details {
    position: relative;
}

div.dark_rounded .pp_description {
    margin-right: 85px;
}

div.dark_rounded .currentTextHolder {
    color: #c4c4c4;
}

div.dark_rounded .pp_description {
    color: #fff;
}

div.dark_rounded #pp_full_res .pp_inline {
    color: #fff;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
div.dark_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #000;
}

div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

div.dark_square .pp_description {
    color: #fff;
}

div.dark_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

/* Loader icon */
div.dark_square .pp_expand {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

/* Expand button */
div.dark_square .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

/* Expand button hover */
div.dark_square .pp_contract {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */
div.dark_square .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */
div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

/* Close button */
div.dark_square .pp_details {
    position: relative;
}

div.dark_square .pp_description {
    margin: 0 85px 0 0;
}

div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.dark_square .pp_nav {
    clear: none;
}

div.dark_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_square .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_square .pp_next:hover {
    background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

/* Next button */
div.dark_square .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

/* Previous button */
/* ----------------------------------
		Light Square Theme
	----------------------------------- */
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
    background: #fff;
}

div.light_square .pp_content .ppt {
    color: #000;
}

div.light_square .pp_expand {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

/* Expand button */
div.light_square .pp_expand:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

/* Expand button hover */
div.light_square .pp_contract {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */
div.light_square .pp_contract:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */
div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

/* Close button */
div.light_square .pp_details {
    position: relative;
}

div.light_square .pp_description {
    margin-right: 85px;
}

div.light_square #pp_full_res .pp_inline {
    color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_square .pp_arrow_next {
    background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_square .pp_next:hover {
    background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

/* Next button */
div.light_square .pp_previous:hover {
    background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

/* Previous button */
div.light_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
div.facebook .pp_top .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
div.facebook .pp_top .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

/* Top pattern/color */
div.facebook .pp_top .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
div.facebook .pp_content .ppt {
    color: #000;
}

div.facebook .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

/* Content background */
div.facebook .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

/* Content background */
div.facebook .pp_content {
    background: #fff;
}

/* Content background */
div.facebook .pp_expand {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

/* Expand button */
div.facebook .pp_expand:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

/* Expand button hover */
div.facebook .pp_contract {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

/* Contract button */
div.facebook .pp_contract:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

/* Contract button hover */
div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

/* Close button */
div.facebook .pp_details {
    position: relative;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook #pp_full_res .pp_inline {
    color: #000;
}

div.facebook .pp_loaderIcon {
    background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

/* Loader icon */
div.facebook .pp_arrow_previous {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

/* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_arrow_next {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

/* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0;
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_next:hover {
    background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}

/* Next button */
div.facebook .pp_previous:hover {
    background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

/* Previous button */
div.facebook .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

/* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_top {
    height: 20px;
    position: relative;
}

* html .pp_top {
    padding: 0 20px;
}

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_fade {
    display: none;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px 0;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery li.default a img {
    display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}

a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_bottom {
    padding: 0 20px;
}

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px 0;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}

.currentTextHolder {
    line-height: 20px;
}

/*=====================================
// Parallax:
*/
.parallax {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}

.parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parallax.ds::before,
.parallax.ds.ms::before {
    background-color: rgba(0, 0, 0, 0.75);
}

.parallax.ls::before,
.parallax.ls.ms::before {
    background-color: rgba(255, 255, 255, 0.75);
}

.parallax.cs::before {
    background-color: rgba(31, 186, 214, 0.75);
}

/*=====================================
// Preloader:
*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    height: 100%;
}

.thecube {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    top: 50%;
    margin-top: -40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.thecube .cube {
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.thecube .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.thecube .cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1fbad6;
    -webkit-animation: foldthecube 2.4s infinite linear both;
    animation: foldthecube 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.thecube .c2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.thecube .c3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.thecube .c4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.thecube .c2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.thecube .c3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.thecube .c4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes foldthecube {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes foldthecube {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

#box_wrapper, #canvas {
    overflow: visible;
    position: relative;
    min-height: 100%;
}

#canvas.boxed {
    padding: 1px 0;
}

#box_wrapper.container {
    overflow: hidden;
}

body.boxed {
    position: static;
    width: auto;
    height: auto;
}

.pattern1 {
    background-image: url(../img/pattern1.png);
}

.pattern2 {
    background-image: url(../img/pattern2.png);
}

.pattern3 {
    background-image: url(../img/pattern3.png);
}

.pattern4 {
    background-image: url(../img/pattern4.png);
}

.pattern5 {
    background-image: url(../img/pattern5.png);
}

.pattern6 {
    background-image: url(../img/pattern6.png);
}

.pattern7 {
    background-image: url(../img/pattern7.png);
}

.pattern8 {
    background-image: url(../img/pattern8.png);
}

.pattern9 {
    background-image: url(../img/pattern9.png);
}

.pattern10 {
    background-image: url(../img/pattern10.png);
}

.pattern11 {
    background-image: url(../img/pattern11.png);
}

.boxed .container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 500px) {
    .boxed .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.boxed #box_wrapper.container {
    padding: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.boxed #box_wrapper.container.top-bottom-margins {
    margin-top: 80px;
    margin-bottom: 80px;
}

/* =====================================
// Common sections styles:
// ================================== */
/*=====================================
// COLOR SECTIONS:
*/
.cs.main_color2 {
    background-color: #5b5b70;
}

.cs.main_color2 .highlight {
    color: #1fbad6;
}

.cs {
    background-color: #1fbad6;
    color: #fff;
}

/*=====================================
// DARK SECTION:
*/
/* Common dark and dark muted sections - .ds and .ds.ms*/
/**dark section - .ds*/
.ds {
    background-color: #151525;
    color: #82829b;
}

/**darkgrey section - .ds.ms*/
.ds.ms {
    background-color: #222231;
}

/*=====================================
// GREY SECTION:
*/
/**grey section - light section, muted section - .ls.ms*/
.ls.ms {
    background-color: #ededed;
}

/*=====================================
// Light section:
*/
/* Light section - .ls*/
.ls {
    background-color: #fff;
    color: #82829b;
    /*// Social list //*/
    /*// Calculator style //*/
    /*// Appointment //*/
    /*// Forms //*/
    /*// Isotope //*/
    /* Widget  */
    /* Services */;
}

.ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 {
    color: #1fbad6;
}

.ls h1 a, .ls h2 a, .ls h3 a, .ls h4 a, .ls h5 a, .ls h6 a {
    color: #1fbad6;
}

.ls h1 a:hover, .ls h2 a:hover, .ls h3 a:hover, .ls h4 a:hover, .ls h5 a:hover, .ls h6 a:hover {
    color: #5b5b70;
}

.ls p {
    color: #82829b;
}

.ls hr {
    border-color: #82829b;
}

.ls blockquote {
    color: #82829b;
}

.ls ul li span {
    color: #82829b;
}

.ls ol li span {
    color: #82829b;
}

.ls .social-list li a {
    color: #82829b;
}

.ls .serach-button {
    color: #5b5b70;
}

.ls .shopping-cart::before {
    color: #5b5b70;
}

.ls .my-account .header-button span::after {
    color: #5b5b70;
}

.ls select.form-control,
.ls .form-control {
    background: transparent;
}

.ls select.form-control {
    border: 1px solid #5b5b70;
}

.ls .my-account .dropdown-menu {
    background: #fff;
}

.ls .calculator-title-1 {
    color: #000;
}

.ls .my-account p strong {
    color: #82829b;
}

.ls .my-account label {
    color: #82829b;
}

.ls .shopping-cart__list {
    background: #fff;
}

.ls .table_t-1__caption {
    color: #82829b;
}

.ls .table_t-1 tbody tr td {
    color: #82829b;
}

.ls .form-list li {
    color: #82829b;
}

.ls .form-list__email a {
    color: #1fbad6;
}

.ls .form-list__email a:hover {
    color: #82829b;
}

.ls .isotope_filters a {
    color: #82829b;
}

.ls .isotope_filters a:hover {
    color: #fff;
}

.ls .isotope_filters a.selected {
    color: #fff;
}

.ls .fullwidth-isotope .categories-links a {
    color: #82829b;
}

.ls .fullwidth-isotope .categories-links a:hover {
    color: #1fbad6;
}

.ls .pagination li.active a {
    background: #222231;
}

.ls .banner-ad__title {
    color: #fff;
}

.ls .tagcloud a {
    color: #82829b;
}

.ls .tagcloud a:hover {
    color: #5b5b70;
}

.ls .post, .ls .post__content {
    background: #e0e0e0;
}

.ls .chat__post-re {
    background: #ccc;
}

.ls .post__category a {
    color: #82829b;
}

.ls .post__category a:hover {
    color: #5b5b70;
}

.ls .top-posts__item {
    background: #e0e0e0;
}

.ls .top-posts__meta {
    color: #82829b;
}

.ls .top-posts__datatime {
    color: #82829b;
}

.ls .top-posts__author {
    color: #82829b;
}

.ls .top-posts__author:hover {
    color: #5b5b70;
}

.ls .top-posts__tags a {
    color: #82829b;
}

.ls .top-posts__tags a:hover {
    color: #5b5b70;
}

.ls .shop-item__meta-tag {
    color: #82829b;
}

.ls .shop-item__meta-tag:hover {
    color: #5b5b70;
}

.ls .comment-form__label-textarea textarea {
    border: 1px solid #5b5b70;
}

.ls .author_url {
    color: #82829b;
}

.ls .author_url:hover {
    color: #5b5b70;
}

.ls .tab-content.tab-content-type-1 p {
    color: #82829b;
}

.ls .vertical-tabs.vertical-tabs-type-1 .nav {
    background: #e2e2e3;
    padding: 10px 10px 0;
}

.ls .vertical-tabs.vertical-tabs-type-1 .nav li:last-child {
    margin-bottom: 0;
}

.ls .vertical-tabs.vertical-tabs-type-1 .nav li:last-child a {
    border-bottom: none;
}

.ls .vertical-tabs.vertical-tabs-type-1 .nav li a::before {
    right: 0;
}

.ls .pagination {
    padding: 20px;
    background: #ddd;
}

.ls .countdown-section {
    border-color: #82829b;
}

.ls.tab-recent-work .nav-tabs > li a {
    color: #82829b;
}

.ls.tab-recent-work .nav-tabs > li a:hover {
    color: #1fbad6;
}

.ls.dec-t-1::before {
    opacity: 0.5;
}

.padding-top-50 {
    padding-top: 50px;
}

.works-flexslider > .flex-control-thumbs > li {
    max-width: 130px;
    max-height: 91px;
    overflow: hidden;
    vertical-align: center;
}

.works-flexslider > .flex-control-thumbs > li > img {
    max-width: 130px;
}

.works-flexslider > .slides > li > img.portfolio {
    max-height: 600px;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float-whatsapp {
    margin-top: 16px;
}