.geometric-shapes, .portfolio img.item, hr {
    width: 100%
}
body {
    font-family: Roboto, sans-serif;
    background: #fafafa;
    overflow-x: hidden;
    position: relative
}
.geometric-shapes {
    position: absolute
}
html {
    height: 100%
}
hr {
    background: #efefef
}
.blog-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px
}
.h6header {
    font-weight: bold;
    font-size: 1.2em;
}
.page-title i {
    font-size: 18px;
    color: #d2d2d2
}
.timeline-title {
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
    line-height: 30px
}
.section-title {
    position: relative;
    display: inline-block;
    padding: 0 3px
}
.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5 {
    font-size: 18px;
    font-weight: 600;
    position: relative
}
.section-title span {
    position: absolute;
    height: 7px;
    width: 100%;
    bottom: 0;
    opacity: .4;
    left: 0
}
.site-btn {
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 1px 29px;
    line-height: 35px
}
.site-btn.black {
    background: #000!important
}
.cbp-l-loadMore-link.site-btn {
    font-family: Roboto, sans-serif!important;
    font-size: 14px!important;
    font-weight: 500!important;
    border: 0!important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 1px 29px!important;
    line-height: 35px!important
}
.site-btn:hover {
    transition: all ease .3s
}
.site-btn.icon {
    text-align: left;
    padding: 1px 6px 1px 19px
}
.site-btn.icon i {
    color: #000;
    background: #fff;
    margin-left: 15px;
    border-radius: 50px;
    font-size: 11px;
    height: 27px;
    width: 27px;
    float: right;
    text-align: center;
    line-height: 29px;
    margin-top: 4px
}
#content {
    background: #fff;
    box-shadow: 0 2px 92px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 2px 92px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 2px 92px 0 rgba(0, 0, 0, .07)
}
p {
    font-size: 13px;
    color: #4c4c4c;
    line-height: 24px
}
.little-text {
    color: #989898;
    font-weight: 400;
    line-height: 18px
}
blockquote {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500
}
h1 {
    font-size: 50px
}
h2 {
    font-size: 43px
}
h3 {
    font-size: 37px
}
h4 {
    font-size: 32px
}
h5 {
    font-size: 26px
}
h6 {
    font-size: 20px
}
.top_15 {
    margin-top: 15px
}
.top_30 {
    margin-top: 30px
}
.top_45 {
    margin-top: 45px
}
.top_60 {
    margin-top: 60px
}
.top_90 {
    margin-top: 90px
}
.top_120 {
    margin-top: 120px
}
.padding_30 {
    padding-top: 30px
}
.padding_45 {
    padding-top: 45px
}
.padding_50 {
    padding-top: 50px
}
.padding_60 {
    padding-top: 60px
}
.padding_90 {
    padding-top: 90px
}
.bottom_15 {
    margin-bottom: 15px
}
.bottom_30 {
    margin-bottom: 30px
}
.bottom_45 {
    margin-bottom: 45px
}
.bottom_60 {
    margin-bottom: 60px
}
.bottom_90 {
    margin-bottom: 90px
}
.bottom_120 {
    margin-bottom: 120px
}
.padbot_15 {
    padding-bottom: 15px
}
.padbot_30 {
    padding-bottom: 30px
}
.padbot_45 {
    padding-bottom: 45px
}
.padbot_50 {
    padding-bottom: 50px
}
.padbot_60 {
    padding-bottom: 60px
}
#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: table;
    text-align: center
}
.spinner:after, .spinner:before {
    content: '';
    top: 50%;
    left: 50%;
    position: absolute
}
@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}
.spinner:before {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    animation: spinner .6s linear infinite
}
.spinner:after {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50px;
    background: url(/source/custom/css/social_v5/images/spinner.jpg) center center
}
.profile, .profile-image img {
    width: 100%
}
.profile {
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    display: inline-block;
    box-shadow: 0 2px 92px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 2px 92px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 2px 92px 0 rgba(0, 0, 0, .07)
}
.profile-name {
    line-height: 18px;
    padding: 20px
}
.profile .name {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700
}
.profile .job {
    font-size: 13px;
    color: #777
}
.profile-image {
    margin-top: -18px;
    -webkit-clip-path: polygon(0 9%, 100% 0, 100% 94%, 0 100%);
    clip-path: polygon(0 9%, 100% 0, 100% 94%, 0 100%)
}
ul.profile-information {
    list-style: none;
    margin: 8px 0 8px 35px
}
ul.profile-information li {
    border-left: solid 2px #eee;
    padding: 0 0 23px 20px;
    font-size: 14px;
    color: #787878
}
ul.profile-information li p {
    font-size: 13.5px;
    color: #7F7F7F;
    line-height: 12px
}
ul.profile-information li:last-child {
    border: 0;
    margin-left: 2px;
    margin-top: -2px
}
ul.profile-information li:before {
    content: "";
    border: 2px solid;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 8px;
    margin-left: -25px;
    margin-top: 2px;
    font-weight: 400;
    background: #fff;
    display: block;
    position: absolute
}
ul.profile-information li span {
    color: #000
}
ul.profile-information li:first-child {
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative
}
ul.profile-information li:first-child img {
    margin: -44px;
    display: inline-block;
    position: absolute;
    width: 25px
}
ul.profile-information li:first-child:before {
    margin-left: -51px;
    margin-top: -30px;
    margin-bottom: 20px;
    position: relative;
    border: 0;
    width: 40px;
    height: 40px;
    padding: 11px 14px;
    box-shadow: 0 2px 32px 0 rgba(4, 123, 248, .3)
}
ul.profile-information li:first-child:after {
    background: url(/source/custom/css/social_v5/images/glasses-w.png) no-repeat;
    content: '';
    width: 30px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 16px -15px;
    background-size: 27px 10px
}
.profile .site-btn {
    margin: 15px auto 15px;
    display: block
}
header nav {
    background: #fff;
    display: inline-block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 70px;
    width: 100%;
    margin-bottom: 30px;
    line-height: 70px;
    box-shadow: 0 2px 92px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 2px 92px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 2px 92px 0 rgba(0, 0, 0, .07)
}
header nav ul li {
    float: left
}
header nav ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding: 0 10px;
    line-height: 73px;
    display: block
}
header nav ul li a:hover {
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s
}
header nav ul li a:after {
    border-right: 1px solid #dfdfdf
}
header nav a.home-btn {
    color: #fff;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    padding: 0 24px;
    float: left;
    height: 70px;
    margin-right: 10px;
    transition: all ease .4s;
    line-height: 77px
}
header nav a.home-btn:hover {
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s
}
.bh:hover, .dr:hover, .fb:hover, .ins:hover, .social-icons a, .tw:hover {
    transition: all ease .2s
}
header nav a.home-btn i {
    font-size: 21px
}
header nav .site-btn {
    margin: 18px 18px 0 5px
}
.social-icons a {
    color: #000;
    font-size: 12px;
    width: 24px;
    height: 18px;
    display: inline-block
}
.social-icons a:hover {
    font-size: 14px
}
.fb:hover {
    color: #3b5998!important
}
.tw:hover {
    color: #55acee!important
}
.ins:hover {
    color: #cd486b!important
}
.bh:hover {
    color: #1769ff!important
}
.dr:hover {
    color: #ea4c89!important
}
header nav .menuout {
    z-index: 10;
    display: none
}
#content {
    min-height: 500px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 15px
}
section {
    padding-left: 30px!important;
    padding-right: 30px!important
}
section.line {
    border-bottom: solid 1px #efefef
}
section:last-child {
    border: 0
}
.clients .client, .service {
    border-radius: 8px;
    box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08)
}
section.graybg {
    background: #fafafa
}
.services .service span.title {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px
}
.clients .client {
    background: #fff;
    width: 100%;
    padding: 26px 16px
}
.clients .client img {
    width: 100%
}
.service .icon i:before {
    font-size: 44px;
    margin-left: 0
}
.service {
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 20px;
    min-height: 186px
}
ul.timeline {
    margin-left: 10px
}
.timeline li {
    border-left: solid 2px #ececec;
    list-style: none;
    padding: 0 0 40px 30px
}
.timeline li:before {
    content: "";
    border: 2px solid;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 8px;
    margin-left: -35px;
    font-weight: 400;
    background: #fff;
    display: block;
    position: absolute;
    margin-top: -1px
}
.timeline li .line-title {
    font-size: 16px;
    line-height: 6px
}
.timeline li:first-child {
    padding: 0 0 60px 19px
}
.timeline li:first-child:before {
    border: 0;
    background: 0 0;
    position: relative
}
.timeline li:first-child i {
    float: left;
    padding: 18px 16px;
    border-radius: 30px;
    margin: -13px -45px;
    background: #fff;
    width: 53px;
    text-align: center
}
.timeline li .section-title {
    padding-left: 20px
}
.timeline li span {
    font-size: 12px;
    padding: 9px 0;
    display: block
}
.timeline li:last-child {
    border: 0;
    margin-left: 2px
}
.skill-list li {
    list-style: none
}
.skill-list h3 {
    font-size: 12px
}
.skill-list .progress {
    margin: 10px 0 20px;
    display: block;
    height: 5px;
    position: relative;
    width: 100%;
    overflow: visible;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #dfdfdf;
    box-shadow: 0
}
.skill-list .progress .percentage {
    border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
    bottom: 0;
    position: absolute;
    top: 0
}
#portfolio .cbp-item {
    padding: 15px!important
}
#portfolio section {
    padding-left: 15px!important;
    padding-right: 15px!important
}
#portfolio .cbp-item-wrapper {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    -webkit-box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    -moz-box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08)
}
.content-header {
    z-index: 5
}
#portfolio .cbp-item-wrapper:hover {
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    box-shadow: 0 0 20px 0 rgba(4, 6, 4, .08);
    -webkit-box-shadow: 0 0 20px 0 rgba(4, 6, 4, .08);
    -moz-box-shadow: 0 0 20px 0 rgba(4, 6, 4, .08)
}
#portfolio .cbp-item figure img, .work figure {
    width: 100%
}
#portfolio .cbp-item figcaption .title {
    font-size: 14px;
    color: #000
}
#portfolio .cbp-item figcaption {
    padding: 14px
}
#portfolio .cbp-item figcaption .info {
    font-size: 13px;
    color: #989898;
    line-height: 18px;
    display: block
}
#portfolio #filters-container .cbp-filter-item {
    font-size: 14px;
    color: #787878;
    cursor: pointer;
    float: left;
    margin-right: 15px
}
#portfolio .cbp-item:hover figure .icon {
    opacity: .9;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transform: translate(0, -25px);
    -webkit-transform: translate(0, -25px);
    -moz-transform: translate(0, -25px)
}
#portfolio .cbp-item figure .icon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    top: 50%;
    margin-top: -20px;
    transition: all ease .3s
}
#blog a.blog-box .blog-img, .estate figure .imgout {
    position: relative
}
#portfolio .cbp-item figure .icon i {
    color: #fff;
    padding: 17px 0 16px;
    min-width: 50px;
    border-radius: 50px;
    transition: all ease .3s;
    text-align: center;
    background: rgba(3, 122, 249, .8)
}
#portfolio .cbp-item figure .icon i:before {
    font-size: 18px
}
.portfolio-content figure img {
    width: 100%;
    border-radius: 5px
}
#blog a.blog-box, .mat-slider {
    border-radius: 6px;
    overflow: hidden
}
.cbp-popup-singlePage .cbp-popup-close {
    background: url(/source/custom/css/social_v5/images/sprite.png) -74px -3px no-repeat!important
}
.cbp-popup-singlePage .cbp-popup-prev {
    background: url(/source/custom/css/social_v5/images/sprite.png) -23px -3px no-repeat!important
}
.cbp-popup-singlePage .cbp-popup-next {
    background: url(/source/custom/css/social_v5/images/sprite.png) -127px -3px no-repeat!important
}
.cbp-popup-singlePage .cbp-popup-close:hover {
    background: url(/source/custom/css/social_v5/images/sprite.png) -74px -46px no-repeat!important
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
    background: url(/source/custom/css/social_v5/images/sprite.png) -23px -46px no-repeat!important
}
.cbp-popup-singlePage .cbp-popup-next:hover {
    background: url(/source/custom/css/social_v5/images/sprite.png) -127px -46px no-repeat!important
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background-color: #fff;
    box-shadow: -5px 10px 12px -10px rgba(201, 201, 201, .3)
}
.cbp-popup-singlePage-counter {
    color: #c1c1c1
}
.social-share ul {
    list-style: none;
    display: inline-block
}
.social-share ul li {
    list-style: none;
    float: left;
    margin-right: 10px
}
.social-share ul li a {
    color: #b6b6b6
}
.social-share ul li a:hover {
    color: #000;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s
}
.cbp-slider .cbp-nav-next:after, .cbp-slider .cbp-nav-prev:after {
    width: 34px;
    height: 34px;
    background-size: 109px 140px;
    background-position: -35px -71px
}
.cbp-slider .cbp-nav-prev:after {
    background-position: 0 -71px
}
.cbp-slider .cbp-nav-next:after:hover, .cbp-slider .cbp-nav-prev:after:hover {
    width: 34px;
    height: 34px;
    background-size: 109px 140px;
    background-position: -35px -71px;
    opacity: .3;
    transition: all ease .3s
}
#blog-post .blog-sidebar .advertisement img, #blog-post .post .blog-iframe iframe, #blog-post .post .blog-image img, #blog-post .post-comment ul li .person-img img {
    width: 100%
}
.cbp-slider .cbp-nav-next:after {
    background-position: -35px -71px
}
.cbp-slider .cbp-nav-prev:hover:after {
    background-position: 0 -71px
}
.cbp-slider .cbp-nav-next:hover:after {
    background-position: -35px -71px
}
.port-item {
    margin-bottom: 30px;
    display: block
}
#blog .cbp-item {
    padding: 15px!important
}
#blog section {
    padding-left: 15px!important;
    padding-right: 15px!important
}
#blog a.blog-box {
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    -webkit-box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    -moz-box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s
}
#blog a.blog-box:hover {
    box-shadow: 0 0 8px 0 rgba(4, 6, 4, .08);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s
}
#blog a.blog-box .blog-box-info {
    padding: 15px
}
#blog a.blog-box .blog-box-info .little-text {
    padding: 5px 0
}
#blog .blog-box .date span:last-child {
    opacity: .6
}
#blog .blog-box span.category {
    font-size: 13px;
    color: #afafaf
}
#blog .blog-box span.date {
    color: #505050!important;
    font-size: 11px;
    font-family: arial
}
#blog .blog-box .title {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    padding: 2px 0 4px
}
#blog-post {
    padding: 30px 15px
}
#blog-post .post .blog-image {
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden
}
#blog-post .post {
    padding-right: 30px
}
#blog-post .blog-sidebar {
    border-left: solid 1px #efefef;
    padding-left: 30px
}
#blog-post .blog-sidebar .category ul {
    list-style: none
}
#blog-post .blog-sidebar .category ul li {
    font-size: 13px;
    color: #3d3d3d;
    border-bottom: solid 1px #efefef;
    line-height: 35px
}
#blog-post .blog-sidebar .category ul li a {
    color: #3d3d3d
}
#blog-post .blog-sidebar .category ul li span {
    float: right;
    color: #8a8a8a
}
#blog-post .post-list ul li {
    list-style: none
}
#blog-post .post-list ul li a {
    border-bottom: solid 1px #efefef;
    display: block;
    padding: 16px 0
}
#blog-post .post-list ul li:last-child a {
    border: 0
}
#blog-post .post-list ul li a .info {
    font-size: 12px
}
#blog-post .post-list ul li a .info span {
    color: #b4b4b4;
    margin-left: 5px
}
#blog-post .post-list ul li a p {
    font-size: 13px;
    line-height: 22px;
    color: #000
}
#blog-post .post .tags {
    font-size: 12px;
    border-bottom: solid 1px #efefef;
    border-top: solid 1px #efefef;
    padding: 20px 0
}
#blog-post .post .tags span {
    margin-right: 7px
}
#blog-post .post .tags a {
    color: #686969;
    margin-right: 3px
}
#blog-post .post .post-list ul li a p {
    font-size: 14px;
    padding-top: 5px
}
#blog-post .post .post-list ul li a {
    padding: 25px 0
}
#blog-post .post-comment ul li {
    list-style: none;
    border-bottom: solid 1px #efefef;
    padding: 30px 0
}
#blog-post .post-comment ul li:last-child {
    border: 0
}
#blog-post .post-comment ul li .person-img {
    padding-right: 0
}
#blog-post .post-comment ul li .comment-content .name {
    font-size: 14px;
    font-weight: 500
}
#blog-post .post-comment ul li .comment-content .date {
    font-size: 11px;
    color: #b0b0b0
}
#blog-post .post-comment ul li .comment-content p {
    font-size: 13px;
    color: #989898;
    line-height: 20px;
    padding-top: 2px
}
#blog-post .post-comment ul li .comment-content a {
    font-size: 12px;
    padding-top: 10px;
    display: block
}
.site-form .site-area, .site-form .site-input {
    font-size: 13px;
    margin-bottom: 15px;
    width: 100%
}
#blog-post .post-comment ul li .comment-content a i {
    margin-right: 5px
}
#blog-post .post-comment .reply {
    padding-left: 30px
}
.site-form .site-input {
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
    padding-left: 10px;
    outline: 0
}
.site-form .site-area {
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    padding: 20px 0 0 10px;
    min-height: 100px
}
.testimonials {
    overflow: hidden
}
.testimonials .comment {
    box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
}
.testimonials .comment .top-section {
    display: inline-block
}
.testimonials .comment .top-section figure {
    width: 23%;
    float: left;
    border-radius: 50px;
    overflow: hidden
}
.testimonials .comment .top-section .name-info {
    width: 68%;
    padding: 8px 12px;
    float: left;
    line-height: 15px
}
.testimonials .comment .top-section .name-info .name {
    font-size: 14px;
    font-weight: 500
}
.testimonials .comment .top-section .name-info .job {
    font-size: 12px;
    color: #d0d0d0
}
.testimonials .comment .top-section figure img {
    width: 100%
}
.testimonials .comment hr {
    width: 100%;
    margin: 6px 0 10px
}
.testimonials p {
    color: #989898;
    font-size: 12.5px;
    line-height: 20px
}
.owl-carousel .owl-wrapper-outer {
    overflow: inherit
}
.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 5px
}
.owl-theme .owl-controls {
    margin-top: 45px
}
.contact-info ul li {
    list-style: none;
    font-size: 14px;
    color: #787878;
    line-height: 34px
}
.contact-info ul li span {
    color: #000
}
.contact-map iframe {
    width: 100%
}
footer .footer {
    background: #1e1e1e;
    min-height: 70px;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 72px
}
footer .footer .name {
    color: #fff;
    font-size: 15px
}
footer .footer .copyright {
    color: #9c9c9c;
    font-size: 12px;
    text-align: right
}
footer .footer .copyright a {
    color: #fff
}
footer .footer .copyright a:hover {
    color: #dfdfdf;
    transition: all ease .3s
}
.featured-properties {
    overflow: hidden
}
.featured-properties .owl-carousel .item a {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    -webkit-box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    -moz-box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08)
}
.featured-properties .estate figure figcaption {
    padding: 14px
}
.estate figure img {
    width: 100%
}
.estate figure figcaption .info {
    font-size: 13px;
    color: #989898;
    line-height: 18px;
    display: block
}
.estate figcaption .title {
    font-size: 14px;
    color: #000
}
.estate figure .imgout .type {
    font-size: 10px;
    position: absolute;
    top: 0;
    margin: 10px;
    color: #fff;
    padding: 4px 7px;
    background: 0 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}
.estate figure .imgout .price {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    color: #fff;
    margin: 10px;
    padding: 3px 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}
.map iframe, .mat-price ul {
    border-radius: 6px;
    box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08)
}
.estate figure figcaption .features {
    font-size: 12.5px;
    border-top: solid 1px #dfdfdf;
    padding: 12px 0 0;
    color: #989898;
    margin-top: 8px
}
.estate figure figcaption .features span {
    color: #000
}
.portfolio-content .namenprice {
    display: inline-block;
    width: 100%
}
.portfolio-content .features {
    line-height: 34px
}
.portfolio-content .features .info {
    font-size: 14px;
    color: #989898;
    line-height: 18px;
    display: block
}
.portfolio-content .features .room {
    font-size: 13px;
    color: #989898
}
.portfolio-content .features .room span {
    color: #000;
    margin-left: 5px
}
.portfolio-content .features .room span:first-child {
    margin-left: 0
}
.namenprice .price {
    font-size: 26px
}
.details ul li {
    list-style: none;
    font-size: 13px;
    color: #989898;
    line-height: 25px
}
.details ul li span, .other-features.details ul li {
    color: #000
}
.other-features.details ul li i {
    color: #52bf00
}
.map iframe {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden
}
#widget-gallery {
    margin-left: -15px
}
#widget-gallery .cbp-item img {
    width: 100%
}
#widget-gallery .cbp-item {
    padding: 15px
}
#widget-gallery .cbp-item a {
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    -webkit-box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    -moz-box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08)
}
#widget-gallery .cbp-item a:hover {
    transition: all ease .3s;
    box-shadow: 0 0 20px 0 rgba(4, 6, 4, .2);
    -webkit-box-shadow: 0 0 20px 0 rgba(4, 6, 4, .2);
    -moz-box-shadow: 0 0 20px 0 rgba(4, 6, 4, .2)
}
.table-title {
    font-size: 18px
}
.mat-table thead {
    font-size: 15px;
    font-weight: 500
}
.mat-table tbody {
    font-size: 15px
}
.mat-price {
    padding-bottom: 30px
}
.mat-price ul .site-btn {
    margin: 24px auto 0;
    display: block
}
.mat-price ul {
    padding: 22px 20px 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    -moz-box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08)
}
.mat-price ul li {
    font-size: 13px;
    list-style: none;
    text-align: center;
    line-height: 24px
}
.mat-price ul li:first-child {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px
}
.mat-price ul li:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    padding: 18px 0 15px
}
.events ul li {
    list-style: none;
    display: inline-block;
    width: 100%
}
.events ul li .datenlocation {
    font-size: 12px;
    color: #c1c1c1
}
.events ul li .event-content {
    font-size: 17px;
    font-weight: 500
}
.events ul li .site-btn {
    float: right
}
.events .cbp-l-loadMore-link.site-btn {
    margin-left: auto;
    margin-right: auto;
    display: block
}
.discography .album-cover img {
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    -webkit-box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08);
    -moz-box-shadow: 0 0 48px 0 rgba(4, 6, 4, .08)
}
.discography .album-cover .links {
    font-size: 12.5px;
    text-align: center;
    margin-top: 13px;
    color: #c5c5c5
}
.discography .album-cover .links a {
    color: #c5c5c5;
    margin-right: 3px;
    margin-left: 3px
}
.discography .album-cover .links a:hover {
    color: #949494;
    transition: all ease .3s
}
.discography .album {
    font-size: 13px
}
.discography .album ul li:first-child {
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 18px
}
.discography .album ul li:first-child span {
    font-size: 13px;
    color: #b0b0b0;
    font-weight: 400
}
.discography .album ul li {
    list-style: none;
    line-height: 28px
}
@media (max-width:1199px) {
    footer .footer .copyright {
        text-align: center
    }
}
@media (max-width:991px) {
    .wrapper.top_60 {
        margin-top: 30px
    }
    .services .service {
        margin-bottom: 30px
    }
    .code-skills {
        padding-top: 0
    }
    #content {
        padding-bottom: 45px
    }
    ul.profile-information li:first-child {
        padding-bottom: 10px;
        padding-left: 30px
    }
    ul.profile-information {
        list-style: none;
        margin: 0 auto 30px;
        display: table
    }
    .profile {
        padding-bottom: 30px
    }
    footer .footer .copyright {
        text-align: center
    }
    .clients .client {
        margin-bottom: 30px
    }
    .events ul li .site-btn {
        float: none;
        margin-top: 15px
    }
}
@media screen and (max-width:991px) and (min-width:769px) {
    header nav {
        margin-top: 30px
    }
    nav .hamburger, nav .social-icons {
        display: none
    }
}
@media screen and (max-width:991px) and (min-width:576px) {
    .profile .name {
        font-size: 20px;
        margin-top: 11px
    }
    .profile-image {
        -webkit-clip-path: polygon(0 9%, 100% 0, 100% 94%, 0 100%);
        clip-path: polygon(0 9%, 100% 0, 100% 94%, 0 100%);
        margin-top: -40px
    }
}
@media (max-width:768px) {
    header {
        margin-top: 30px
    }
    header nav .menuout ul.tabs li, header nav ul.tabs li:first-child {
        display: block
    }
    header nav .menuout .menuin ul.tabs li:first-child, header nav ul.tabs li {
        display: none
    }
    header nav .menuout {
        width: 100%;
        position: relative
    }
    header nav .menuout .menuin {
        width: 100%;
        background: #fff;
        position: absolute;
        z-index: 4;
        margin-top: 25px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        box-shadow: 0 2px 92px 0 rgba(0, 0, 0, .05);
        -webkit-box-shadow: 0 2px 92px 0 rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 2px 92px 0 rgba(0, 0, 0, .05)
    }
    header nav .menuout .menuin ul.tabs li {
        float: none;
        text-align: center;
        border-bottom: solid 1px #efefef
    }
    header nav .menuout .menuin ul.tabs li a {
        width: 100%;
        display: block;
        cursor: pointer;
        line-height: 58px
    }
    header nav .hamburger {
        font-size: 20px;
        margin-right: 23px;
        cursor: pointer;
        line-height: 71px;
        border-left: solid 1px #eaeaea;
        padding-left: 21px
    }
    header nav .menuout {
        display: block
    }
    .social-icons {
        margin-right: 14px;
        line-height: 67px
    }
    .portfolio-content .namenprice .blog-title {
        width: 100%
    }
    .portfolio-content .namenprice .price {
        float: left!important;
        margin-top: 14px
    }
}
@media (max-width:321px) {
    .social-icons {
        display: none
    }
    header nav .hamburger {
        border: 0
    }
    footer .footer {
        line-height: 19px;
        padding-top: 14px
    }
    .timeline li .line-title {
        line-height: 20px
    }
}
/* Square box loader */

@keyframes dyinglight {
    15% {
        transform: scale(1.6)
    }
    50% {
        transform: rotate(-89deg)
    }
    100% {
        transform: rotate(-90deg)
    }
}
.square-box-loader-corner-top:before, .square-box-loader-corner-top:after, .square-box-loader-corner-bottom:before, .square-box-loader-corner-bottom:after {
    position: absolute;
    width: 10px;
    height: 10px;
    color: #000000;
    content: '';
}
.square-box-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}
.square-box-loader-square {
    display: block;
    width: 55px;
    height: 55px;
    background: black;
}
.square-box-loader-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform-origin: 50% 50% 0;
    animation: dyinglight 1s ease infinite;
    backface-visibility: hidden;
}
.square-box-loader-corner-top:before {
    border-left: 1px solid;
    border-top: 1px solid;
    top: -4px;
    left: -4px;
}
.square-box-loader-corner-top:after {
    border-right: 1px solid;
    border-top: 1px solid;
    top: -4px;
    right: -4px;
}
.square-box-loader-corner-bottom:before {
    border-left: 1px solid;
    border-bottom: 1px solid;
    bottom: -4px;
    left: -4px;
}
.square-box-loader-corner-bottom:after {
    border-right: 1px solid;
    border-bottom: 1px solid;
    bottom: -4px;
    right: -4px;
}
#easyTooltip {
    padding: 5px 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 1px 1px 1px 1px !important;
}
.banner-box {
    width: 800px;
    margin: 25px;
}
.banner-box>a {
        max-width: 95%;
    display: inline-flex;
    max-width: 49%;
    padding: 2px;
}
.banner-box>a>img {
    max-width: 100%;
    margin: 3px;
}
a.big_banner {
    max-width: 98%;
}
.section-title.item_title>h1 {
    font-size: 25px;
    padding-bottom: 10px;
}
.section-title.item_title>span {
    display: none
}
span.label.label-primary.countitem {
    font-size: 12px;
    margin-top: -13.5px;
    margin-left: -4px;
}

span.label.label-success.priceitem {
    font-size: 12px;
    right: 15px;
    top: 0px;
}
tr.goods>td>a {
    color: black;
}

.cat_tr>td>a {
    color: #000 !important;
}