/*
Theme Name: WP Roda
Theme URI: http://roooda.ciuss.com
Author URI: http://facebook.com/ciussgw
Description: Tema WP Roda dibuat untuk website dealer mobil dan motor yang menggunakan CMS Wordpress. Dilengkapi dengan post Event, Testimoni, dan Model Kendaraan
Author: Ciuss Creative
Version: 1.0.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dealer, mobil, motor, jual mobil, jual motor
Copyright: (c) 2021 ciuss.com
*/

@font-face {
    font-family: Montserrat;
    src: url(roo-fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"), url(roo-fonts/Montserrat/Montserrat-Bold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(roo-fonts/Poppins/Poppins-Regular.woff2) format("woff2"), url(roo-fonts/Poppins/Poppins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(roo-fonts/Poppins/Poppins-Bold.woff2) format("woff2"), url(roo-fonts/Poppins/Poppins-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Condensed";
    src: url(roo-fonts/Roboto_Condensed/RobotoCondensed-Regular.woff2) format("woff2"), url(roo-fonts/Roboto_Condensed/RobotoCondensed-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Condensed";
    src: url(roo-fonts/Roboto_Condensed/RobotoCondensed-Bold.woff2) format("woff2"), url(roo-fonts/Roboto_Condensed/RobotoCondensed-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    line-height: 1.4;
    text-align: left;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    outline: 0 !important;
}
body {
    font-weight: 400;
    font-size: 14px;
    font-family: Poppins, Arial, sans-serif;
    color: #656;
}
img {
    pointer-events: none;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 136px 0 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.roo__nav {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}
.customize-support .roo__nav {
    top: 32px;
}
.roo__nav-head {
    height: 100px;
    position: relative;
}
.roo__nav-out {
    position: relative;
    height: 100px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.roo__logo {
    height: 50px;
    float: left;
    padding: 25px 6px 25px 0;
    margin: 0 30px 0 0;
    position: relative;
    z-index: 10;
}
.roo__logo a {
    display: block;
}
.roo__logo img {
    height: 50px;
    width: auto;
}
.customize-partial-edit-shortcuts-hidden .roo__phone {
    display: block;
}
.customize-partial-edit-shortcuts-shown .roo__phone {
    display: block;
}
.roo__bephone,
.roo__nobephone {
    float: left;
    position: relative;
    z-index: 10;
}
.roo__phone {
    height: 50px;
    width: auto;
    min-width: 200px;
    padding: 25px 35px 25px 25px;
    margin: 0;
    position: relative;
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.roo__phone:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.roo__phone .fa-phone {
    float: left;
    width: 50px;
    height: 40px;
    line-height: 40px;
    margin: 10px 15px 10px 0;
    font-size: 45px;
    transform: rotate(35deg);
}
.roo__phone .fa-commenting {
    position: absolute;
    top: 30px;
    left: 60px;
    font-size: 22px;
    -moz-animation: pops 1s linear infinite;
    -webkit-animation: pops 1s linear infinite;
    animation: pops 1s linear infinite;
}
@-webkit-keyframes pops {
    0%,
    40% {
        opacity: 1;
    }
    50%,
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes pops {
    0%,
    40% {
        opacity: 1;
    }
    50%,
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.roo_phone .phone-after {
    width: calc(100% - 70px);
    float: right;
}
.roo__phone .phone-after .little {
    font-size: 12px;
    line-height: 1.4;
    margin: 4px 0 0;
}
.bottom__share {
	display: none;
}
.roo__bechat {
    float: left;
    position: relative;
    z-index: 10;
}
.roo__bewa {
    height: 50px;
    width: auto;
    min-width: 200px;
    padding: 25px 35px 25px 15px;
    margin: 0;
    position: relative;
}
.roo__bewa .fa-whatsapp {
    float: left;
    width: 50px;
    height: 40px;
    line-height: 40px;
    margin: 5px 5px 10px 0;
    font-size: 50px;
}
.roo__bewa .type__dealer {
    float: left;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 2px 10px 10px 0;
}
.roo__bewa .type__dealer .fa {
    font-size: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.roo__bewa .phone-after {
    width: calc(100% - 60px);
    float: right;
}
.roo__bewa .phone-after .lite__model {
    font-size: 12px;
    line-height: 1.4;
    margin: 4px 0 0;
}
.roo__bewa a.roo-waweb {
    display: inline-block;
}
.roo__bewa a.roo-wamob {
    display: none;
}
.roo__little {
    position: relative;
    z-index: 2;
    padding: 15px 10px;
}
.roo__list {
    float: left;
    height: 70px;
    width: 85px;
}
.available span {
    padding: 3px 10px;
    font-size: 9px;
    border-radius: 18px;
}
.roo__menu {
    float: left;
    position: relative;
    z-index: 10;
}
.nav {
    max-width: 1200px;
    margin: 0 75px 0 0;
    padding: 0 15px;
    height: 100px;
}
.nav .dd.desktop {
    height: 100px;
    font-weight: 700;
}
.nav .dd.desktop li {
    float: left;
    display: block;
    margin: 0;
    position: relative;
    text-align: center;
    line-height: 100px;
}
.nav .dd.desktop li.menu-item-has-children {
    position: relative;
}
.nav .dd.desktop li.menu-item-has-children:after {
    content: "\f067";
    font: normal normal normal 10px/1 FontAwesome;
    position: absolute;
    top: 39px;
    right: 8px;
}
.nav .dd.desktop li a {
    text-decoration: none;
	white-space: wrap;
    display: block;
    margin: 0;
    padding: 0 10px;
    font-size: 15px;
    line-height: 100px;
    font-family: Roboto Condensed;
    text-transform: uppercase;
    position: relative;
}
.nav .dd.desktop li.menu-item-has-children a {
    padding: 0 22px 0 16px;
}
.nav .dd.desktop li a:hover {
    text-decoration: none;
}
.nav .dd.desktop li ul {
    position: absolute;
    top: 100px;
    left: 0;
    padding: 0;
    display: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.nav .dd.desktop li:hover ul {
    display: block;
}
.nav .dd.desktop li ul li {
    width: 200px;
    text-align: left;
}
.nav .dd.desktop li ul li ul li ul li ul li:hover ul li ul,
.nav .dd.desktop li ul li ul li ul li:hover ul li ul,
.nav .dd.desktop li ul li ul li:hover ul li ul,
.nav .dd.desktop li ul li:hover ul li ul,
.nav .dd.desktop li:hover ul li ul {
    display: none;
}
.nav .dd.desktop li ul li ul li ul li ul li ul li:hover ul,
.nav .dd.desktop li ul li ul li ul li ul li:hover ul,
.nav .dd.desktop li ul li ul li ul li:hover ul,
.nav .dd.desktop li ul li ul li:hover ul,
.nav .dd.desktop li ul li:hover ul {
    display: block;
}
.nav .dd.desktop li ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0 0 15px transparent;
}
.nav .dd.desktop li ul li.menu-item-has-children:after {
    top: 13px;
}
.nav .dd.desktop li.menu-item .nav_thumb {
	display: none;
}
.nav .dd.desktop li.menu-item.full-image .nav_thumb {
	display: block;
}
.nav .dd.desktop li.full-image ul {
    position: fixed;
    top: 136px;
    left: 0;
    right: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 20px 10px 0;
    display: none;
    clear: both;
    width: 1180px;
    margin: 0 auto;
}
.customize-support .nav .dd.desktop li.full-image ul {
    top: 126px;
}
.nav .dd.desktop li.full-image:hover ul {
    display: block;
}
.nav .dd.desktop li.full-image ul li {
    float: left;
    position: relative;
    border: none;
    font-size: 13px;
    line-height: 20px;
    width: 16.6%;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
}
.nav .dd.desktop li.full-image ul li a {
    display: block;
    margin: 0 10px !important;
    font: 700 13px/40px Poppins, "Open Sans", sans-serif;
    white-space: nowrap;
    padding: 0;
    text-align: center;
}
.nav .dd.desktop li.full-image ul li img {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0.1s;
    opacity: 1;
}
.nav .dd.desktop li.full-image ul li:hover img {
    transition: all 0.5s ease 0.1s;
    opacity: 0.8;
}
.nav .dd.desktop li.full-image ul li a:after {
    content: "\f1b9";
    font: normal normal normal 12px/1 FontAwesome;
    position: absolute;
    bottom: 48px;
    left: 50%;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin-left: -15px;
    text-align: center;
    border-radius: 30px;
    clear: both;
    transition: all 0.5s ease 0.1s;
}
.nav .dd.desktop li.full-image ul li:hover a:after {
    bottom: 50%;
    transition: all 0.5s ease 0.1s;
}
.nav .dd.desktop li.full-image ul li:hover {
    background: 0 0;
}
.nav .dd.desktop li.full-image ul li ul,
.nav .dd.desktop li.full-image ul li:hover ul {
    display: none !important;
}
.nav .dd.desktop li ul li a {
    display: block;
    position: relative;
    margin: 0 !important;
    font-size: 13px;
    line-height: 40px;
    white-space: nowrap;
    padding: 0 15px;
}
.nav .dd.desktop li ul li ul li.menu-item-has-children:after,
.nav .dd.desktop li ul li.menu-item-has-children:after {
    display: block !important;
}
.roo__agent {
    position: absolute;
    right: 23px;
    top: 25px;
    width: 50px;
    height: 50px;
    z-index: 2;
}
.roo__agent .roo__fotoagen {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.roo__agent img {
    width: 100%;
}
.roo__iconmenu {
    position: absolute;
    top: 19px;
    right: 32px;
    width: 45px;
    height: 45px;
    z-index: 1000;
    display: none;
}
.running {
    position: relative;
    width: 100%;
    display: block;
    height: 36px;
    z-index: 5;
}
.running:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    opacity: 0.1;
}
ul.newstickers {
    position: relative;
    left: 100%;
    width: 1300px !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.newstickers .customize-partial-edit-shortcut {
    left: 50%;
}
ul.newstickers li {
    float: left;
    display: inline-block;
    margin: 6px 60px 6px 0;
    padding: 0;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    overflow: hidden;
}
ul.newstickers a {
    white-space: nowrap;
    padding: 0;
    font-weight: 400;
}
#bigslider {
    display: block;
    position: relative;
}
.breadcrumbs {
    padding: 10px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    font-family: "Roboto Condensed";
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.roo__event {
    position: absolute;
    bottom: 30px;
    padding: 0;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
}
.show-event {
    width: 800px;
    margin: 0 auto;
}
.event__open {
    padding: 0;
    height: 120px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.event__title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 110px;
    text-align: center;
}
.title__after {
    position: relative;
    height: 100%;
}
.title__after:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0.02;
}
.event__title h4 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    font-family: "Roboto Condensed";
    letter-spacing: -2px;
    padding: 10px 0 2px;
    position: relative;
    z-index: 2;
}
.event_date {
    font-size: 13px;
    line-height: 1.1;
    font-family: Poppins;
    position: relative;
    z-index: 2;
}
.event_hour,
.event_minutes,
.event_seconds {
    position: relative;
    z-index: 2;
}
.event_content {
    width: calc(100% - 160px);
    padding: 15px 30px;
}
.event_content h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    font-family: Poppins;
    margin: 0 0 6px;
    max-height: 64px;
    overflow: hidden;
}
.event_content .fa-whatsapp {
    margin-left: 14px;
}
.event_info {
    font-size: 15px;
    font-family: Poppins;
    margin: 0 0 10px;
}
.event__image {
    width: 180px;
    height: auto;
    float: left;
    margin: 0 20px 0 0;
}
.event__image img {
    display: block;
    width: 100%;
    height: auto;
}
#clockz {
    width: 100%;
    height: 100%;
    position: relative;
}
#rooblog {
    margin: 0 0 36px 0;
    padding: 0 0 20px 0;
    border-top: 1px solid #f7f7f7;
}
.roo__listing {
    padding: 20px 0;
    margin: 0 -10px;
    position: relative;
}
.roo__listle {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    font-family: Montserrat;
    text-align: center;
    margin: 30px 0 60px;
    padding: 0 15px;
    letter-spacing: -1px;
    z-index: 5;
}
.roo__listle.roo__in-right {
    text-align: left;
    margin: 10px 0 20px;
    padding: 0 10px;
}
.roo__listle.roo__in-left {
    text-align: left;
    padding: 0;
    margin: 30px 0;
}
.roo__lloop {
    width: 70%;
    float: left;
}
.in-ll {
    margin: 0 10px;
}
.roo__post {
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 20px 30px 0;
}
.roo__list-image {
    width: 300px;
    float: left;
    margin: 0 30px 0 0;
}
.roo__list-image img {
    width: 100%;
    height: auto;
    display: block;
}
.roo__publish {
    font-size: 13px;
}
.roo__publish span {
    position: relative;
}
.roo__publish span:after {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 80px;
    height: 1px;
}
.roo__publish span.sing-rating .fa {
    color: #f90;
}
.roo__meta h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    font-family: Poppins;
    margin: 15px 0;
}
.roo__excerpt {
    font-size: 13px;
    font-family: Poppins;
    line-height: 1.5;
}
.roo__tespro {
    margin-bottom: 10px;
    font-size: 13px;
}
.roo__lisbox {
    padding: 0;
}
.before__model {
    padding: 0;
    position: relative;
}
.home .before__model {
    padding: 0;
}
.before__model .late-nav {
    position: absolute;
    right: 10px;
    top: -55px;
    z-index: 6;
}
.late-nav a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}
.roo__model {
    float: left;
    width: 20%;
    margin-bottom: 20px;
}
.model__inner {
    margin: 0 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.model__litescape {
    position: relative;
    overflow: hidden;
}
.model__litescape img {
    display: block;
    width: 100%;
    height: auto;
}
.model__stat {
    position: absolute;
    bottom: 17px;
    right: -25px;
    z-index: 10;
    color: #fff;
    height: 22px;
    line-height: 22px;
    padding: 0 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(-40deg);
    width: 90px;
    text-align: center;
}
.model__meta {
    text-align: center;
    padding: 20px 10px;
    height: 95px;
}
.model__meta h2 {
    font-weight: 400;
    font-size: 14px;
    height: 44px;
}
.model__price {
    padding: 5px 0;
    font-size: 18px;
    font-family: Roboto Condensed;
}
.model__trans {
    font-size: 12px;
}
#roogallery {
    position: relative;
}
.before__testimoni {
    padding: 0 5px;
}
.roo__testimonial {
    float: left;
    width: 25%;
    height: 250px;
    margin: 0 0 20px;
}
.roo__testimonial.early {
    height: 290px;
}
.tes__inner {
    margin: 0 10px;
    height: 100%;
}
.tes__image {
    height: 180px;
    overflow: hidden;
}
.tes__image img {
    width: 100%;
}
.tes__content {
    padding: 15px 20px;
    line-height: 1.2;
    position: relative;
}
.tes__content span {
    font-size: 12px;
}
.tes__star {
    position: absolute;
    top: -12px;
    right: 20px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 8px;
}
.tes__text {
    margin: 0 10px;
    height: 100%;
    font-size: 13px;
}
.tes__exc {
    padding: 20px;
}
.roo__search-post fieldset {
    position: relative;
    width: auto;
    padding: 0;
    border-radius: 4px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.02);
    overflow: hidden;
}
.roo__search-post .input__search {
    width: calc(100% - 197px);
    float: left;
}
.roo__search-post input {
    height: 36px;
    border: 0;
    padding: 0 15px;
    font-family: Poppins;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
}
.roo__search-post .radio__search {
    width: 160px;
    float: left;
    border-left: 1px solid #444;
}
.radio__search .radio-flex {
    display: flex;
    padding: 0 0 0 15px;
}
.radio__search label {
    height: 36px;
    font-family: Poppins;
    line-height: 36px;
    padding: 0 8px;
}
.roo__search-post .button__search {
    width: 36px;
    height: 36px;
    float: left;
}
.model__wayback .roo__search-post .input__search {
    width: 210px;
}
.model__wayback .roo__search-post input {
    width: 180px;
}
.model__wayback .roo__search-post .button__search {
    float: right;
    position: relative;
    z-index: 2;
}
.roo__search-post button {
    width: 36px;
    height: 36px;
    border: 0;
}
.model__cover {
    position: relative;
}
#specs {
    padding: 50px 0;
}
.model__leftside {
    width: 35%;
    float: left;
}
.model__head {
    position: relative;
}
.model__left-title {
    font-size: 35px;
    font-family: "Roboto Condensed";
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: -1.5px;
}
.price__number {
    position: relative;
    float: right;
}
.price__number:after {
    content: "Harga Mulai";
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1.5px;
}
.model__left-stat {
    margin-bottom: 20px;
}
.model__left-stat span {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    color: #fff;
    border-radius: 20px;
}
.roo__whats {
    background: #f8f9fa;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.chat__image {
    background: #d3f0b9;
    border-radius: 3px;
}
.chat__little {
    width: 80px;
    height: 70px;
    float: left;
}
.chat__little img {
    display: block;
    width: 70px;
}
.chat__meta {
    padding: 8px;
    font-size: 11px;
    line-height: 1.3;
}
.whats__head {
    width: 100%;
    height: auto;
    display: block;
}
.box__chat {
    padding: 50px 15px 100px 50px;
}
.chat__mess {
    position: relative;
    background: #e2ffc7;
    color: #263521;
    padding: 5px;
    border-radius: 5px 0 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.chat__mess:after {
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #e2ffc7;
    border-top: 0;
    clear: both;
}
.chat__mess:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -11px;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #eee;
    border-top: 0;
    clear: both;
}
.preview__chat {
    padding: 8px 8px 15px;
    font-size: 12px;
    line-height: 1.3;
}
.preview__chat span {
    color: #0fb0d5;
}
.chat__time {
    position: absolute;
    bottom: 5px;
    right: 8px;
    font-size: 11px;
    color: #777;
}
.roo__table {
    width: 100%;
    font-family: Roboto Condensed;
    font-size: 16px;
}
.roo__table td {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}
.roo__table .tab__chat {
    width: 50px;
    text-align: center;
}
.roo__wamob {
    display: none;
}
.roo__wades {
    display: inline-block;
    font-size: 15px;
}
.tab__chat .fa {
    width: 40px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    background: #2c996b;
}
.model__left-thumbnail {
    margin: 20px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.model__left-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}
.model__left-thumbnail h1 {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 2;
    padding: 5px 15px;
}
.model__left-thumbnail .status {
    position: absolute;
    top: 16px;
    left: -34px;
    z-index: 2;
    width: 140px;
    color: #fff;
    transform: rotate(-40deg);
    padding: 5px 0;
}
.model__rightside {
    width: 65%;
    float: left;
}
.model__right-inner {
    margin-left: 50px;
}
.model__right-galeri {
    position: relative;
    margin-bottom: 20px;
}
.owl-theme.model-galeri .owl-dots {
    position: absolute;
    top: -65px;
    right: 0;
}
.owl-theme.model-galeri .owl-dots .owl-dot span {
    margin: 0 0 0 6px;
    width: 20px;
    height: 20px;
    background: #ccc;
}
.model__right-fitur {
    margin-bottom: 20px;
}
.model__right-fitur ul li {
    display: inline-block;
    width: 33.33%;
    font-family: "Roboto Condensed";
    font-size: 16px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.model__right-fitur ul li .fa {
    margin-right: 10px;
}
.model__right-video {
    margin-bottom: 20px;
}
.model__right-video .roo__youtube {
    width: 100%;
    height: 350px;
}
.model__wayback {
    position: fixed;
    top: 200px;
    width: 250px;
    right: 30px;
    z-index: 11;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 3px;
    transition: all 0.5s ease 0.1s;
}
.model__wayback.way__slide {
    transition: all 0.5s ease 0.1s;
    right: -315px;
}
.back__close {
    position: relative;
}
.back__button {
    position: absolute;
    top: 20px;
    left: -70px;
    width: 40px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.back__button .fa-chevron-left {
    -moz-animation: arrow 1s linear infinite;
    -webkit-animation: arrow 1s linear infinite;
    animation: arrow 1s linear infinite;
}
@-webkit-keyframes arrow {
    0%,
    40% {
        margin-left: -10px;
        opacity: 1;
    }
    50%,
    60% {
        margin-left: 10px;
        opacity: 0;
    }
    100% {
        margin-left: -10px;
    }
}
@keyframes arrow {
    0%,
    40% {
        margin-left: -10px;
        opacity: 1;
    }
    50%,
    60% {
        margin-left: 10px;
        opacity: 0;
    }
    100% {
        margin-left: -10px;
    }
}
.back__referer {
    margin-bottom: 20px;
}
.back__referer a {
    padding: 5px 15px;
}
.model__social {
    margin-top: 20px;
}
.model__social .fa {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
}
.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.roo-additional {
    position: relative;
}
.roo-additional .customize-partial-edit-shortcut-show_additional {
    position: relative;
    left: 50%;
    z-index: 2;
}
.add__inner {
    position: relative;
    z-index: 1;
    padding: 70px 0 100px;
}
.addhead {
    position: relative;
    ont-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    font-family: Poppins;
    margin: 0 0 15px;
    padding: 10px 0 15px;
    letter-spacing: -1px;
    text-align: center;
}
.before__add {
    margin: 0 -30px;
}
.add__half {
    width: 50%;
    float: left;
}
.add__half-in {
    margin: 0 30px;
}
.roo-contact-layout .customize-partial-edit-shortcut-layout_contact {
    position: relative;
    left: 50%;
    z-index: 2;
}
#showinfo {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.roo__slide-list {
    position: relative;
}
.roo__slide-list .customize-partial-edit-shortcut-slide_list {
    position: relative;
    left: 50%;
    z-index: 12;
}
.home__slideroo {
    padding: 50px 10px 0;
    position: relative;
}
.home__slideroo .late-nav {
    position: absolute;
    top: 15px;
    left: 10px;
}
.home__slide-inner {
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.roo__left {
    width: calc(100% - 300px);
    float: left;
}
.hocall {
    position: relative;
}
.leftcall {
    width: 33.3%;
    float: left;
}
.roohov {
    position: absolute;
    bottom: 20px;
    padding: 10px;
    width: 220px;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    z-index: 10;
    transition: all 0.5s ease 0.1s;
    opacity: 0.85;
}
.leftcall .roohov {
    position: relative;
    bottom: auto;
    margin: 0 auto 20px;
}
.roohov.rooph {
    left: 30%;
    transition: all 0.3s ease 0.1s;
}
.leftcall .roohov.rooenv,
.leftcall .roohov.rooph,
.leftcall .roohov.roowa {
    left: auto;
}
.roohov.rooenv {
    left: 20%;
    transition: all 0.6s ease 0.1s;
}
.roohov.roowa {
    left: 30%;
    transition: all 0.8s ease 0.1s;
}
.roohov strong {
    display: block;
    overflow: hidden;
}
.roo__something a.roo-waweb {
    display: inline-block;
}
.roo__something a.roo-wamob {
    display: none;
}
.roohov em {
    font-size: 11px;
    font-style: normal;
}
.hocall:hover .roohov {
    display: block;
    opacity: 0.85;
}
.hocall:hover .roohov.rooph {
    left: 40%;
}
.hocall:hover .roohov.rooenv {
    left: 10%;
}
.hocall:hover .roohov.roowa {
    left: 40%;
}
.roohov .demob {
    display: none;
}
.roohov .fa {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    margin: -10px 20px -10px -10px;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.roo__something {
    padding: 30px 0;
}
.roo__something h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -1px;
    font-family: Montserrat;
    padding: 0 0 20px;
    margin: 20px;
    text-align: center;
    position: relative;
}
.roo__something .model__meta h2 {
    line-height: 1.3;
    letter-spacing: 0;
    font-family: Poppins;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    height: 44px;
}
.roo__something .model__meta h2:after {
    display: none;
}
.con__left .roo__something h2 {
    margin: 0 20px 20px;
}
.roo__something h2:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    height: 3px;
    width: 70px;
    margin-left: -35px;
    clear: both;
    transition: all 0.5s ease 0.1s;
}
.roo__something a {
    display: inline-block;
}
.roo__something .da .fa {
    width: 80px;
    height: 80px;
    margin: 0 0 46px 0;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
    opacity: 0.3;
    font-size: 50px;
    color: #333;
    border: 10px solid #333;
}
.roo__something .da .fa-phone {
    margin-left: -150px;
    color: #12821e;
    border: 10px solid #12821e;
}
.roo__something .da .fa-whatsapp {
    margin-left: 120px;
    color: #12821e;
    border: 10px solid #12821e;
}
.roo__something .da .fa-envelope-o {
    color: #f90;
    border: 10px solid #f90;
}
.roo__something .da .fa-facebook {
    margin-right: 120px;
    color: #1062cc;
    border: 10px solid #1062cc;
}
.roo__something .da .fa-twitter {
    margin-right: 120px;
    color: #23bbbb;
    border: 10px solid #23bbbb;
}
.roo__something .da .fa-instagram {
    color: #cc10a6;
    border: 10px solid #cc10a6;
}
.roo__something .leftcall .fa {
    color: #fff;
}
.roo__something .leftcall .fa-phone {
    background: #5acc7c;
}
.roo__something .leftcall .fa-envelope-o {
    background: #f9cb16;
}
.roo__something .leftcall .fa-whatsapp {
    background: #30b551;
}
.roo__something .leftcall .fa-facebook {
    background: #4585d7;
}
.roo__something .leftcall .fa-instagram {
    background: #fb57ac;
}
.roo__something .leftcall .fa-twitter {
    background: #49d9f0;
}
.agen-footer {
    height: 40px;
}
.con__left .agen-footer {
    height: 1px;
}
.roo-works {
    text-align: center;
    font-size: 20px;
    margin: 0 0 40px;
}
.sun {
    color: #090;
}
.fry {
    color: #d33;
}
.wibs {
    text-transform: uppercase;
}
.roo__info-agen {
    width: 24%;
    position: absolute;
    left: 38%;
    height: 452px;
    padding-bottom: 20px;
    overflow: hidden;
}
.con__left .roo__info-agen {
    position: relative;
    left: auto;
    float: left;
    height: auto;
    padding: 0;
}
.roo__info-agen img {
    width: 100%;
}
.con__left .roo__info-agen img {
    box-shadow: 0 0 0 #d33;
}
.roo__dehalf {
    width: 37%;
    text-align: center;
    min-height: 438px;
}
.con__left .roo__dehalf {
    width: calc(100% - 24%);
    text-align: left;
}
.rooright {
    float: right;
}
.rooleft {
    float: left;
}
.roo__something .wam {
    display: none;
}
.sh-co {
    width: 50%;
    float: left;
    margin: 0 0 50px;
    line-height: 2;
}
#mapembed iframe {
    width: 100%;
    height: 400px;
}
.sh-time {
    display: inline-block;
    float: right;
    width: 210px;
}
.sh-time .fa {
    float: left;
    width: 60px;
    font-size: 48px;
}
.sh-time span {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Roboto Condensed";
    letter-spacing: -1px;
}
.roo__right {
    position: relative;
    float: right;
    padding: 0;
    width: 250px;
    height: 100%;
}
.sh-agent img {
    width: 100%;
    height: auto;
}
.sh-bio {
    padding: 10px 15px;
}
.sh-bio .conbio {
    font-size: 13px;
    line-height: 1.4;
    font-family: Poppins;
    padding: 10px 0;
}
.car-pr {
    text-align: center;
    border-radius: 40px;
    position: absolute;
    right: 20px;
    z-index: 10;
}
.short-pr {
    font-size: 35px;
    line-height: 30px;
    letter-spacing: -2px;
    font-family: "Roboto Condensed";
    padding: 15px 0 2px;
    display: block;
}
.mill {
    font-size: 15px;
    line-height: 1.1;
    font-family: Poppins;
    font-style: italic;
    display: block;
}
.owl-carousel .owl-item img {
    height: auto;
}
.item {
    position: relative;
}
.item .stat {
    position: absolute;
    z-index: 20;
    bottom: -10px;
    left: 50%;
    margin-left: -30px;
    color: #fff;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
}
.roo__latest {
    margin: 0 -10px;
}
.latest {
    padding: 10px 0;
}
.latest.owl-theme .owl-nav {
    position: absolute;
    top: -45px;
    right: 10px;
}
.latest.owl-theme .owl-nav [class*="owl-"] {
    height: 36px;
    width: 36px;
    margin: 0 0 0 8px;
    line-height: 36px;
    text-align: center;
    border-radius: 0;
    font-size: 12px;
}
.latest .item {
    padding: 0;
}
.latest .islide {
    margin: 0;
    position: relative;
}
.latest .model__meta {
    padding: 10px 10px 20px;
    text-align: center;
}
.latest .model__meta h3 {
    font-weight: 300;
    font-size: 15px;
    font-family: Poppins;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0 0 15px;
    position: relative;
}
.latest .model__trans {
    font-size: 12px;
    margin: 5px 0 0;
}
.latest.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border-radius: 0;
    margin: 5px;
    transition: all 0.5s ease 0.1s;
}
.latest.owl-theme .owl-dots .owl-dot.active span {
    width: 50px;
    margin: 5px;
    transition: all 0.5s ease 0.1s;
}
.roo-parallax-layout {
    position: relative;
}
.roo-parallax-layout .customize-partial-edit-shortcut-layout_parallax {
    position: relative;
    left: 50%;
    z-index: 20;
}
.box-par {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.roopar {
    width: 50%;
    float: none;
    position: relative;
}
.roopar_full {
    width: 100%;
    float: none;
    position: relative;
}
.right-clip {
    margin: 0 0 0 -90px;
    padding: 100px 20% 90px 25%;
    position: relative;
    z-index: 10;
    text-align: center;
}
.left-clip {
    padding: 100px 23% 116px 24%;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
    min-height: calc(100% - 215px);
    z-index: 20;
}
.left-clip:after,
.right-clip:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
}
.bottom-clip,
.top-clip {
    padding: 100px 0;
}
.bottom-clip:after,
.top-clip:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}
.top-clip:after {
    opacity: 0.95;
}
.bottom-clip:after {
    opacity: 0.9;
}
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.nama__agen {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    font-family: Poppins;
    margin: 0 0 15px;
    padding: 10px 0 15px;
    letter-spacing: -1px;
    z-index: 10;
    text-align: center;
}
.bio__agen {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 10;
}
.roo__hometess {
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    font-family: Poppins;
    margin: 0 0 40px;
    padding: 10px 0 15px;
    letter-spacing: -1px;
    z-index: 10;
}
.rootesti {
    margin: 0;
}
.item__two {
    margin: 0 30px;
    text-align: center;
}
.roo__tessthumb {
    border: 8px solid rgba(250, 250, 250, 0.15);
    overflow: hidden;
    width: 75px;
    margin: 0 auto 30px;
    border-radius: 60px;
}
.item__two .star {
    padding-top: 10px;
    font-size: 18px;
}
.roo__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.roo__add .container {
    position: relative;
    z-index: 10;
}
.add-text {
    padding: 30px 0;
    float: left;
}
.add-text.no-event {
    width: 100%;
    float: none;
}
.addblock {
    margin: 0 100px 0 0;
}
.add-text.no-event .addblock {
    margin: 0;
}
.addblock h3 {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    font-family: Poppins;
    margin: 0 0 15px;
    padding: 10px 0 15px;
    letter-spacing: -1px;
}
.addblock .detbox {
    background: 0 0;
    padding: 0;
}
#showoffice {
    padding: 0;
}
.inmaps {
    padding: 40px 0;
}
#showmaps {
    position: relative;
}
#showmaps iframe {
    width: 100%;
    height: auto;
    display: block;
    min-height: 350px;
    max-height: 400px;
}
.gmaps {
    width: 66.7%;
    float: right;
}
.roo-address {
    width: 33.3%;
    float: left;
    height: auto;
    min-height: 350px;
    max-height: 400px;
}
.roo-address h4 {
    font-size: 25px;
}
.add-inner {
    padding: 30px;
    font-size: 13px;
    line-height: 1.5;
}
.add-inner table td {
    padding: 0 15px 10px 0;
}
#roogal {
    position: relative;
}
.first__gal {
    padding: 30px;
}
.gal-heading {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    font-family: Poppins;
    margin: 0 0 15px;
    padding: 10px 0 15px;
    letter-spacing: -1px;
    z-index: 10;
}
.gal-nav {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    display: inline-block;
}
.roo-galeri {
    padding: 50px 0 30px;
}
.roo__loop-galeri {
    margin: 0 -10px;
}
.roo__testimonial.early {
    width: 33.3%;
}
.testi__bg {
    margin: 0 10px;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.gal__leria {
    height: 180px;
    overflow: hidden;
}
.roo__testimonial.early .gal__leria {
    height: 220px;
}
.gal__photo {
    width: 100%;
}
.gal__text {
    padding: 15px 20px;
    line-height: 1.2;
    position: relative;
}
.gal__rate {
    position: absolute;
    top: -12px;
    right: 20px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 8px;
}
.lite__city {
    font-size: 12px;
}
.roo-listing .stat {
    position: absolute;
    z-index: 20;
    bottom: -10px;
    left: 50%;
    margin-left: -30px;
    color: #fff;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
}
.roo-listing .islide {
    margin: 0;
    position: relative;
}
.roo-listing .islide img {
    width: 100%;
    height: auto;
    display: block;
}
.roo-listing .model__meta {
    padding: 10px 0 20px 0;
    text-align: center;
}
.roo-listing .model__meta h3 {
    font-weight: 300;
    font-size: 15px;
    font-family: Poppins;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0 0 15px;
    position: relative;
}
.roo-listing .model__price {
    padding: 5px 15px;
    font-size: 16px;
    font-family: Roboto;
}
.roo-listing .model__trans {
    font-size: 12px;
    margin: 5px 0 0;
}
.pagination {
    padding: 0;
    font-size: 13px;
    clear: both;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.pagination .disabled,
.pagination a {
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 5px 2px 5px 0;
    display: inline-block;
}
.pagination a.nextpostslink,
.pagination a.previouspostslink {
    width: auto;
    padding: 0 10px;
}
.pagination a.active,
.pagination a:hover {
    margin: 10px 2px 10px 0;
}
.roo__rloop {
    width: 30%;
    float: left;
}
#sidebar {
    padding: 0;
    margin: 0 10px 0 20px;
    font-size: 13px;
}
.widget {
    position: relative;
    margin-bottom: 20px;
    clear: both;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
.widget:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    clear: both;
    border-bottom: 15px solid transparent;
    border-top: 0;
}
.widget h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    font-family: Roboto Condensed;
    padding: 0 0 10px;
    position: relative;
    z-index: 10;
}
.widget h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 80px;
    clear: both;
}
.widget h3:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 60px;
    right: 0;
    color: rgba(0, 0, 0, 0.05);
    top: -16px;
    transform: rotate(15deg);
}
.widget a,
.widget-small a {
    text-decoration: none;
}
.widget a:hover,
.widget-small a:hover {
    text-decoration: underline;
}
.widget.widget_media_audio h3:before {
    content: "\f001";
}
.widget.widget_archive h3:before {
    content: "\f274";
}
.widget.widget_categories h3:before {
    content: "\f115";
}
.widget.widget_calendar h3:before {
    content: "\f073";
}
.widget .calendar_wrap {
    padding: 15px 0 0;
}
.widget .calendar_wrap table {
    width: 100%;
    background: rgba(250, 250, 250, 0.05);
}
.widget .calendar_wrap table caption {
    margin-bottom: 10px;
}
.widget .calendar_wrap th {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
}
.widget .calendar_wrap td {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 6px 0;
    font-weight: 400;
}
.widget.widget_text h3:before {
    content: "\f121";
}
.widget.widget_media_gallery h3:before {
    content: "\f030";
}
.widget.widget_media_image h3:before {
    content: "\f03e";
}
.widget .gallery {
    margin: 10px -5px 0 -5px !important;
}
.widget .gallery .gallery-item {
    float: left;
    margin: 0 !important;
    text-align: center;
}
.widget .gallery.gallery-columns-1 .gallery-item {
    width: 100% !important;
}
.widget .gallery.gallery-columns-2 .gallery-item {
    width: 50% !important;
}
.widget .gallery.gallery-columns-3 .gallery-item {
    width: 33.333% !important;
}
.widget .gallery.gallery-columns-4 .gallery-item {
    width: 25% !important;
}
.widget .gallery.gallery-columns-6 .gallery-item {
    width: 16.16777% !important;
}
.widget .gallery.gallery-columns-8 .gallery-item {
    width: 12.5% !important;
}
.widget .gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none !important;
    margin-bottom: 0;
}
.widget .gallery .gallery-caption {
    font-size: 14px;
    margin: 0 0 14px;
}
.widget .gallery dl {
    margin: 0;
}
.widget .gallery dl dt {
    margin: 5px;
}
.widget .gallery br + br {
    display: none;
}
.widget.widget_meta h3:before {
    content: "\f19a";
}
.widget.widget_nav_menu h3:before {
    content: "\f0c9";
}
.widget.widget_pages h3:before {
    content: "\f24d";
}
.widget.widget_recent_comments h3:before {
    content: "\f27b";
}
.widget.widget_rss h3:before {
    content: "\f09e";
}
.widget.widget_search h3:before {
    content: "\f10c";
}
.widget .roo__search-post fieldset {
    position: relative;
    width: auto;
    padding: 0 15px;
    border: 0;
    background: rgba(0, 0, 0, 0.02);
    height: 72px;
}
.widget .roo__search-post .input__search {
    width: calc(100% - 40px);
    float: none;
    border-bottom: 1px solid #777;
}
.widget .roo__search-post input {
    height: 36px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 13px;
    font-family: Poppins;
    background: rgba(0, 0, 0, 0.01);
}
.footer .widget .roo__search-post input {
    background: rgba(0, 0, 0, 0);
}
.widget .roo__search-post input[type="radio"] {
    margin-right: 8px;
}
.widget .roo__search-post .radio__search {
    width: 150px;
    float: left;
    text-align: left;
    border: 0;
}
.widget .radio__search .radio-flex {
    padding: 0;
}
.widget .roo__search-post .radio__search label {
    padding: 0 15px 0 0;
}
.widget .roo__search-post button {
    display: block !important;
    position: absolute;
    height: 72px;
    width: 40px;
    top: 0;
    right: 0;
    border: 0;
    line-height: 72px;
    font-size: 20px;
    text-align: center;
    z-index: 100;
}
.widget.widget_recent_entries h3:before {
    content: "\f1ea";
}
.widget.widget_tag_cloud h3:before {
    content: "\f02c";
}
.widget .tagcloud a {
    margin: 0 6px 6px 0;
    padding: 0 12px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 13px !important;
}
.widget.widget_media_video h3:before {
    content: "\f16a";
}
.widget ol,
.widget ul {
    margin: 0 0 15px 0;
}
.widget li {
    line-height: 20px;
    padding: 4px 0 4px 15px;
    display: block;
}
.widget.widget_archive li:before,
.widget.widget_categories li:before,
.widget.widget_meta li:before,
.widget.widget_nav_menu li:before,
.widget.widget_pages li:before,
.widget.widget_recent_entries li:before,
.widget.widget_rss li:before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    font-size: 8px;
    left: 0;
    top: 5px;
}
.widget.widget_archive li,
.widget.widget_categories li,
.widget.widget_meta li,
.widget.widget_nav_menu li,
.widget.widget_pages li,
.widget.widget_recent_entries li,
.widget.widget_rss li {
    line-height: 1.6;
    padding: 0 0 0 15px;
    display: block;
    position: relative;
}
.widget select {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 4px 10px;
    font-family: Poppins;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.widget .wp-caption {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    max-width: 100%;
}
.widget .wp-caption img {
    margin: 0;
}
.widget .wp-caption p.wp-caption-text {
    font-size: 12px;
    margin: 5px;
}
.widget .wp-smiley {
    margin: 0;
}
.widget_media_image.widget img {
    max-width: 100%;
    height: auto;
}
.widget ul li ol,
.widget ul li ul {
    margin: 15px 20px 0;
}
.widget ul li ol.children,
.widget ul li ul.children,
.widget ul li ul.sub-menu {
    margin: 0 20px;
}
.textwidget ul {
    list-style: disc;
}
.textwidget ol {
    list-style: decimal;
}
.widget.widget_eventdeal h3:before {
    content: "\f274";
}
.widget__event {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-family: Poppins;
}
.event__wid-link {
    float: left;
    margin: 0 20px 0 0;
}
.event__wid-meta {
    position: relative;
}
.event__wid-meta h4 {
    font-weight: 400;
    line-height: 1.4;
    margin-top: 5px;
}
.widget.widget_models h3:before {
    content: "\f029";
}
.widget__models {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.img__direction {
    width: 90px;
    height: auto;
    float: left;
    margin: 0 20px 0 0;
    overflow: hidden;
}
.img__direction.in__right {
    float: right;
    margin: 0 0 0 20px;
}
.img__direction img {
    display: block;
    width: 100%;
    height: auto;
}
.models__title {
    font-size: 14px;
    line-height: 1.4;
}
.models__stat {
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 5px;
    display: inline-block;
    line-height: 16px;
    height: 16px;
    color: #fff;
    font-weight: 700;
}
.models__types {
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 5px;
    display: inline-block;
    line-height: 16px;
    height: 16px;
    color: #fff;
    font-weight: 700;
}
.models__prices {
    padding: 5px 0 0;
}
.models__prices span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Roboto Condensed";
}
.models__footer {
    text-align: left;
}
.models__footer .seeall {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    display: inline-block;
}
.widget.widget_populer h3:before {
    content: "\f08a";
}
.widget.widget_randoms h3:before {
    content: "\f1b9";
}
.widget.widget_slidemod h3:before {
    content: "\f260";
}
.widget.widget_slidemod h3 {
    margin: 0 0 15px;
}
.widget_slidemod .owl-carousel {
    z-index: 12;
}
.widget_slidemod .owl-carousel .item {
    position: relative;
}
.widget_slidemod .slide__over {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
    color: #fff;
}
.widget_slidemod .slide__overtitle {
    padding: 50px 15px 0;
    display: flex;
}
.widget_slidemod .slide__overtitle a {
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
}
.widget_slidemod .slide__item {
    position: relative;
}
.widget_slidemod .slide__overprice {
    padding: 5px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Roboto Condensed";
}
.widget .recentcomments a,
.widget .recentcomments span {
    font-size: 14px;
    line-height: 1.4;
    font-family: Poppins;
}
.widget .recentcomments {
    padding: 4px 0;
}
.widget .menu-item-has-children {
    padding-bottom: 0;
}
.widget label {
    padding: 15px 0;
    display: block;
}
.widget__slides {
    margin: 0;
}
.widget_slidemod {
    position: relative;
}
.footer {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.footer__layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.footer .container {
    position: relative;
    z-index: 10;
}
.widget__footer {
    margin: 0 -30px;
    padding: 30px 0;
}
.footer__block {
    width: 33.333%;
    float: left;
}
.footer__block-inner {
    margin: 0 30px;
}
.footer .widget {
    border: 0;
    padding: 0;
    box-shadow: 0 0 0 #fff;
    margin-bottom: 50px;
}
.footer .widget:after {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}
.footer__copyright {
    position: relative;
    padding: 30px 0;
}
.footer a {
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.copyright {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    font-family: Poppins, sans-serif;
    padding: 20px 0;
}
.single__layout .customize-partial-edit-shortcut-single_option {
    left: 50%;
}
.single__layout .roo__listing {
    margin-top: 20px;
}
.page__layout .customize-partial-edit-shortcut-page_option {
    left: 50%;
}
.page__layout .roo__listing {
    margin-top: 20px;
}
.agenda__layout .customize-partial-edit-shortcut-agenda_option {
    left: 50%;
}
.agenda__layout .roo__listing {
    margin-top: 20px;
}
.post__content {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.single .post__content {
    margin-bottom: 30px;
}
.single-model .post__content {
    box-shadow: 0 0 15px transparent;
}
.post__content li a,
.post__content p a {
    text-decoration: underline;
}
.content__thumbnail img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
.post__content-inner {
    padding: 20px 40px 40px;
    line-height: 1.6;
}
.content__heading {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.content__cat {
    font-size: 14px;
    margin: 10px 0 20px;
    position: relative;
}
.content__cat span {
    margin: 0 10px;
}
.content__cat .ev__left {
    width: 35%;
    float: left;
}
.roo__lloop .content__cat .ev__left {
    width: 100%;
    float: none;
}
.content__cat .ev__left table {
    width: 95%;
}
.roo__lloop .content__cat .ev__left table {
    width: 100%;
}
.content__cat .ev__left table td {
    padding: 8px 10px 8px 0;
    border-top: 1px dashed #ddd;
}
.content__cat .ev__left #clockz {
    font-family: Roboto Condensed;
    font-size: 20px;
}
.content__cat .ev__left span {
    margin: 0 3px;
}
.content__cat .ev__left .was {
    font-family: Roboto Condensed;
    font-size: 20px;
}
.content__cat .ev__right {
    width: 65%;
    float: left;
}
.roo__lloop .content__cat .ev__right {
    width: 100%;
    float: none;
}
.content__cat .ev__right iframe {
    height: 350px;
    width: 100%;
}
.post-password-form input {
    border: 1px solid #ddd;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}
.post__content p {
    margin: 0 0 20px;
}
.post__content img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}
.post__content img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}
.post__content img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}
.post__content .roo__list-image img {
    margin: 0;
}
.post__content blockquote {
    margin: 0 0 20px;
    padding: 20px 20px 10px 50px;
    background: rgba(0, 0, 0, 0.05);
}
.post__content ul {
    margin: 0 0 20px;
    list-style: disc !important;
}
.post__content ol {
    margin: 0 0 20px;
    list-style: decimal !important;
}
.post__content li {
    margin: 0 0 0 15px;
}
.post__content li ol,
.post__content li ul {
    margin: 0;
}
.content__tags {
    padding: 20px 0;
}
.content__tags a {
    margin: 0 0 5px 5px;
    padding: 2px 10px;
    display: inline-block;
}
.roo__listle.roo__in-left {
    margin: 10px 0;
}
.comments h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
#comments {
    margin-bottom: 30px;
}
.comment_list {
    margin: 0 0 40px;
}
.comment__avatar {
    float: left;
    margin: 0 30px 0 0;
}
.comment__avatar img {
    display: block;
    margin-right: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 8px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
}
.comment__meta {
    width: calc(100% - 140px);
    float: right;
    margin-bottom: 60px;
}
.comment__author {
    margin-bottom: 8px;
}
.comment__author a,
.comment__author span {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.comment__author a:hover {
    text-decoration: underline;
}
.comment-reply-link {
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 25px;
}
.comment-reply-link:hover {
    text-decoration: underline;
}
.comment-text p {
    margin-bottom: 10px;
}
#author,
#author:focus,
#comment,
#email,
#email:focus,
#url,
#url:focus {
    border: 0;
    font-size: 13px;
    font-family: Poppins;
    outline: 0;
}
.children {
    margin-left: 0;
}
.children .children {
    margin-left: 0;
}
.children .comment {
    padding-left: 0;
}
#respond p,
.nopassword {
    margin: 15px 0;
}
#respond p a {
    text-decoration: none;
}
#respond p a:hover {
    text-decoration: underline;
}
#commentform {
    position: relative;
    margin: 10px 0;
    padding-top: 155px;
}
#respond .comment_message {
    margin: 10px 0 25px;
}
#respond .roo__form-author,
#respond .roo__form-email,
#respond .roo__form-url {
    float: none;
    width: 100%;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#respond .roo__form-textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#respond .roo__form-textarea > div {
    border-radius: 4px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#respond p.form-submit {
    margin-bottom: 0;
}
#respond p.form-submit #submit {
    float: none;
}
#comment {
    width: 100%;
    height: 120px;
    padding: 0;
    margin: 0;
    border: none;
    overflow: auto;
    font-family: Poppins;
    font-size: 14px;
}
.roo__form-author div {
    padding: 15px;
}
.roo__form-email div {
    padding: 15px;
}
.roo__form-url p {
    margin-left: 15px !important;
}
.roo__form-url div {
    padding: 15px;
}
.comment-reply-title {
    font-weight: 400;
}
.comment-reply-title small {
    font-size: 10px;
}
#submit {
    float: left;
    border: none;
    cursor: pointer;
    padding: 10px 25px;
    border-radius: 5;
    -webkit-border-radius: 5;
    font-size: 14px;
    font-family: Poppins;
}
p#cancel-comment-reply {
    float: right;
    line-height: 28px;
    margin: 0;
}
#return-to-top {
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: block;
    text-decoration: none;
    display: none;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    margin: 0;
    width: 35px;
    height: 35px;
    line-height: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    border-radius: 30px;
}
@media screen and (max-width: 800px) {
    .wrapper {
        margin-left: 0;
        transition: all 0.5s ease 0.6s;
    }
    .wrapper.slide-menu {
        margin-left: -250px;
        transition: all 0.5s ease 0.6s;
    }
    .roo__iconmenu {
        display: block;
    }
    .topin {
        position: relative;
        width: 45px;
        height: 45px;
    }
    .topin:before {
        content: "";
        clear: both;
        position: absolute;
        bottom: 23px;
        right: 4px;
        width: 37px;
        z-index: 105;
        cursor: pointer;
        transition: all 0.5s ease 0.1s;
    }
    .topin:after {
        content: "";
        clear: both;
        position: absolute;
        top: 5px;
        right: 4px;
        width: 37px;
        height: 28px;
        z-index: 110;
        cursor: pointer;
        transition: all 0.5s ease 0.1s;
    }
    .topin.menu-on:before {
        transition: all 0.5s ease 0.1s;
        transform: rotate(-135deg);
        bottom: 21px;
        width: 45px;
    }
    .topin.menu-on:after {
        transition: all 0.5s ease 0.1s;
        transform: rotate(135deg);
        top: 22px;
        height: 0;
        width: 45px;
        border-bottom: 0;
    }
    .wrapper {
        padding: 110px 0 0;
    }
    .running {
        height: 30px;
    }
    ul.newstickers li {
        margin: 5px 60px 5px 0;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .roo__logo {
        padding: 15px 6px 15px 0;
    }
    .roo__nav-head,
    .roo__nav-out {
        height: 80px;
    }
    .roo__nav-out {
        padding: 0 30px;
    }
    .roo__menu {
        display: block;
        position: fixed;
        top: 0;
        left: 100%;
        width: 250px;
        bottom: 0;
        transition: all 0.5s ease 0.6s;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    }
    .wrapper.slide-menu .roo__menu {
        transition: all 0.5s ease 0.6s;
        left: calc(100% - 250px);
    }
    .nav_thumb {
        display: none;
    }
    .nav {
        margin: 0;
        padding: 25px;
        overflow: hidden;
        position: relative;
        height: 100%;
        overflow-y: auto;
    }
    .nav:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        opacity: 0.4;
    }
    .nav .dd {
        position: relative;
        z-index: 2;
    }
    .nav .dd.accord li {
        display: block;
        margin: 0;
        text-align: left;
        text-transform: none;
        position: relative;
    }
    .nav .dd.accord li.full-image ul li img {
        display: none;
    }
    .nav .dd.accord li:last-child {
        border: 0;
    }
    .nav .dd.accord li a {
        text-decoration: none;
        font-weight: 400;
        display: block;
        line-height: 36px;
        margin: 0;
    }
    .nav .dd.accord li.menu-item-has-children:after {
        content: "\f067";
        font: normal normal normal 10px/1 FontAwesome;
        position: absolute;
        top: 12px;
        right: 8px;
    }
    .nav .dd.accord li a:hover {
        text-decoration: none;
    }
    .sub-menu:after {
        display: none;
    }
    .nav .dd.accord li ul {
        display: none;
    }
    .nav .dd.accord li ul li a {
        margin: 0 44px 0 14px;
    }
    .nav .dd.accord li ul li ul {
        border-top: 1px solid #ddd;
    }
    .nav .dd.accord li ul li ul li a {
        margin: 0 44px 0 14px;
    }
    .roo__agent {
        top: 15px;
        right: 85px;
    }
    .roo__event {
        position: relative;
        bottom: 0;
        margin-bottom: 0;
    }
    .show-event {
        width: auto;
        margin: 0 30px;
        position: relative;
    }
    .event__open {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        margin-top: -50px;
        height: 120px;
        border-radius: 5px;
    }
    .event_content h3 {
        font-size: 22px;
    }
    .event_info {
        font-size: 13px;
    }
    .container {
        padding: 0 30px;
    }
    .roo__listle {
        font-size: 25px;
    }
    .before__model .late-nav {
        top: -50px;
    }
    .late-nav a {
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        font-size: 10px;
    }
    .roo__model {
        width: 25%;
    }
    .model__meta {
        padding: 10px 10px;
        height: 75px;
    }
    .model__meta h2 {
        font-size: 12px;
        height: 30px;
    }
    .model__price {
        padding: 3px 0;
        font-size: 16px;
    }
    .latest .model__trans,
    .model__trans {
        font-size: 11px;
    }
    .roo__listing {
        margin: 0 -6px;
    }
    .roo__listle {
        margin: 0 0 30px;
    }
    .roo__lloop {
        width: 100%;
        float: none;
    }
    .roo__rloop {
        width: 100%;
    }
    .roo__listle.roo__in-right {
        padding: 0 6px;
    }
    .model__inner {
        margin: 0 6px;
    }
    .roo__model {
        margin-bottom: 12px;
    }
    .model__stat {
        bottom: 12px;
        right: -32px;
        height: 18px;
        line-height: 18px;
        font-size: 9px;
    }
    .box-par {
        display: block;
    }
    .roopar {
        width: 100%;
    }
    .left-clip {
        padding: 70px 30px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .right-clip {
        margin: 0;
        padding: 50px 30px 70px;
    }
    .agen__contact {
        position: relative;
    }
    .roo__info-agen {
        width: 200px;
        position: relative;
        margin: 0 auto;
        left: auto;
        max-height: 300px;
        overflow: hidden;
    }
    .rooleft {
        min-height: auto;
        position: absolute;
        top: 20px;
        right: 50%;
        width: 75px;
        margin-right: 200px;
    }
    .rooright {
        min-height: auto;
        position: absolute;
        top: 20px;
        left: 50%;
        width: 75px;
        margin-left: 200px;
    }
    .roo__dehalf.rooleft .hocall,
    .roo__dehalf.rooright .hocall {
        position: relative;
        height: 90px;
    }
    .roo__something .rooleft .da .fa,
    .roo__something .rooright .da .fa {
        position: relative;
        width: 65px;
        height: 65px;
        margin: 0;
        line-height: 65px;
        opacity: 0.7;
        border-width: 5px;
        font-size: 30px;
        z-index: 1;
    }
    .roo__dehalf.rooleft .roohov .fa,
    .roo__dehalf.rooright .roohov .fa {
        display: none;
    }
    .roo__dehalf.rooleft .roohov.mop,
    .roo__dehalf.rooright .roohov.mop {
        opacity: 0;
    }
    .roo__dehalf.rooleft .roohov,
    .roo__dehalf.rooleft .roohov.rooph,
    .roo__dehalf.rooright .roohov,
    .roo__dehalf.rooright .roohov.rooph {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 10px;
        box-shadow: 0 0 0 transparent;
        padding: 0;
        margin: 0;
    }
    .roo__dehalf.rooleft .roohov br,
    .roo__dehalf.rooleft .roohov em,
    .roo__dehalf.rooright .roohov br,
    .roo__dehalf.rooright .roohov em {
        display: none;
    }
    .roo__dehalf.rooleft .roohov a,
    .roo__dehalf.rooright .roohov a {
        width: 75px;
        height: 75px;
        overflow: hidden;
        position: relative;
        z-index: 3;
        opacity: 0;
    }
    .hocall:hover .roohov.rooph {
        left: auto;
    }
    .hocall:hover .roohov.rooenv {
        left: auto;
    }
    .hocall:hover .roohov.roowa {
        left: auto;
    }
    .agen-footer {
        height: 0;
    }
    .con__left .roo__dehalf {
        width: calc(100% - 230px);
        min-height: auto;
        position: relative;
        margin: 0 0 0 30px;
        right: auto;
    }
    .con__left .roo__dehalf.rooleft .roohov,
    .con__left .roo__dehalf.rooleft .roohov.rooph,
    .con__left .roo__dehalf.rooright .roohov,
    .con__left .roo__dehalf.rooright .roohov.rooph {
        position: relative;
        padding: 6px;
        margin: 0 20px 10px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .con__left .roo__dehalf.rooleft .roohov .fa,
    .con__left .roo__dehalf.rooleft .roohov br,
    .con__left .roo__dehalf.rooleft .roohov em,
    .con__left .roo__dehalf.rooright .roohov .fa,
    .con__left .roo__dehalf.rooright .roohov br,
    .con__left .roo__dehalf.rooright .roohov em {
        display: block;
    }
    .con__left .roo__dehalf.rooleft .roohov a,
    .con__left .roo__dehalf.rooright .roohov a {
        width: auto;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 3;
        opacity: 1;
    }
    .roo__something h2 {
        font-size: 20px;
        padding: 0 0 12px;
        letter-spacing: -0.5px;
    }
    .con__left .roo__something h2 {
        margin: 0 20px 10px;
    }
    .roo-works {
        font-size: 14px;
        margin: 0 0 18px;
    }
    .roo__dehalf {
        min-height: auto;
    }
    .leftcall {
        width: 50%;
    }
    .leftcall .roohov {
        margin: 0 0 20px 23px;
    }
    .roohov {
        padding: 5px;
        width: auto;
    }
    .roohov .fa {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        margin: -6px 15px -6px -6px;
    }
    .bottom-clip,
    .top-clip {
        padding: 50px 0;
    }
    .nama__agen {
        font-size: 25px;
        margin: 0 0 10px;
    }
    .bio__agen {
        font-size: 13px;
    }
    .roo__hometess {
        font-size: 25px;
        margin: 0 0 20px;
    }
    .add__inner {
        padding: 30px 0 50px;
    }
    .addhead {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .add__half {
        width: 100%;
        float: none;
        font-size: 12px;
    }
    .roo-galeri {
        padding: 30px 0 10px;
    }
    .roo__loop-galeri {
        margin: 0 -6px;
    }
    .roo__testimonial {
        float: left;
        width: 25%;
        height: 165px;
        margin: 0 0 12px;
    }
    .archive .roo__testimonial {
        width: 50%;
        height: 290px;
    }
    .tes__image {
        height: 230px;
    }
    .tes__inner {
        margin: 0 6px;
    }
    .roo__testimonial.early .gal__leria {
        height: 150px;
    }
    .testi__bg {
        margin: 0 6px;
    }
    .roo__testimonial.early {
        height: 208px;
    }
    .gal__text {
        padding: 15px 15px;
        font-size: 12px;
    }
    .lite__city {
        font-size: 10px;
    }
    .first__gal {
        padding: 20px;
    }
    .gal-heading {
        font-size: 25px;
        margin: 0 0 10px;
        padding: 6px 0 10px;
    }
    .gal-nav {
        height: 30px;
        line-height: 30px;
        padding: 0 12px;
        font-size: 12px;
    }
    .gal__rate {
        top: -10px;
        right: 15px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        padding: 0 8px;
    }
    .gal__leria {
        height: 110px;
    }
    .inmaps {
        padding: 30px 0;
    }
    .roo-address {
        width: 100%;
        float: none;
        min-height: 100px;
        max-height: auto;
        font-size: 12px;
    }
    .gmaps {
        width: 100%;
        float: none;
    }
    .roo__wamob {
        display: inline-block;
    }
    .roo__wades {
        display: none;
    }
    #specs {
        padding: 20px 0;
    }
    .model__leftside,
    .model__rightside {
        width: 100%;
        float: none;
    }
    .model__head {
        padding: 20px 20px 15px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        margin: -60px 0 30px;
        z-index: 2;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.06);
    }
    .model__left-title {
        margin-bottom: 0;
    }
    .model__left-stat {
        text-align: center;
    }
    .roo__bephone,
    .roo__nobephone {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 33%;
    }
    .roo__bechat {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 33%;
    }
    .roo__bewa,
    .roo__phone {
        width: auto;
        padding: 0 10px 10px;
        text-align: center;
        position: relative;
        min-width: 0;
    }
    .roo__phone {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .roo__bewa .fa-whatsapp,
    .roo__phone .fa-phone {
        float: none;
        font-size: 25px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 5px 0 0;
    }
    .roo__phone .fa-phone {
        transform: rotate(10deg);
    }
    .roo__phone .fa-commenting {
        top: 7px;
        left: 50%;
        font-size: 13px;
        margin-left: 6px;
        -moz-animation: none 1s linear infinite;
        -webkit-animation: none 1s linear infinite;
        animation: none 1s linear infinite;
    }
    .roo__bewa a,
    .roo__phone a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: transparent !important;
        z-index: 3;
    }
    .roo__phone a {
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }
    .roo__bewa a {
        border-left: 1px solid rgba(0, 0, 0, 0.05);
    }
    .roo__bewa .phone-after {
        width: auto;
        float: none;
    }
    .roo__bewa .phone-after .lite__model,
    .roo__phone .phone-after .little {
        font-size: 10px;
    }
    .phone__after b {
        font-size: 12px;
    }
    .roo__bewa a.roo-waweb {
        display: none;
    }
    .roo__bewa a.roo-wamob {
        display: inline-block;
    }
    .hide__mob {
        display: none;
    }
    .agenda__layout .roo__listing,
    .page__layout .roo__listing,
    .single__layout .roo__listing {
        margin: 0 -40px 0;
        padding: 0;
    }
    .content__heading {
        font-size: 25px;
    }
    .post__content {
        font-size: 12px;
    }
    .content__cat {
        font-size: 12px;
    }
    .content__cat span {
        margin: 0 5px;
    }
    .content__cat .ev__left,
    .content__cat .ev__right {
        width: 100%;
        float: none;
    }
    .content__cat .ev__left table {
        width: 100%;
    }
    #sidebar {
        margin: 0 -24px;
    }
    .widget {
        padding: 20px 35px;
        margin-bottom: 0;
    }
    .back__button {
        display: none;
    }
    .bottom__share {
        position: fixed;
        height: 60px;
        left: 33%;
        right: 33%;
        bottom: 0;
        top: auto;
        border-radius: 0;
        width: 34%;
        text-align: center;
		display: block;
    }
    .bottom__share .fa {
        position: relative;
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 5px 0 0;
    }
    .bottom__share .fa:after {
        content: "Cari & Share";
        position: absolute;
        top: 26px;
        font-size: 10px;
        z-index: 2;
        font-family: Poppins;
        width: 100px;
        left: -30px;
    }
    .model__wayback {
        width: auto;
        top: auto;
        left: 30px;
        right: 30px;
        bottom: 70px;
        z-index: 12px;
    }
    .model__wayback.way__slide {
        bottom: -300px;
        left: 30px;
        right: 30px;
    }
    .footer__block {
        width: 100%;
        float: none;
    }
    .widget__footer {
        margin: 0;
    }
    .footer__block-inner {
        margin: 0 5px;
    }
}
@media screen and (max-width: 600px) {
    .roo__logo {
        height: 35px;
    }
    .roo__logo img {
        height: 35px;
    }
    .roo__nav-head,
    .roo__nav-out {
        height: 65px;
    }
    .wrapper {
        padding: 95px 0 0;
    }
    .roo__agent .roo__fotoagen {
        width: 35px;
        height: 35px;
        border: 4px solid rgba(0, 0, 0, 0.05);
    }
    .roo__agent {
        height: 45px;
        width: 45px;
        top: 10px;
    }
    .roo__iconmenu {
        top: 12px;
    }
    .event__open {
        height: 80px;
    }
    .event__image {
        width: 120px;
        margin: 0 15px 0 0;
    }
    .event_content {
        width: calc(100% - 120px);
        padding: 10px 0 0 20px;
    }
    .event_content h3 {
        font-size: 16px;
        margin: 0 0 6px;
    }
    .event_info {
        font-size: 11px;
    }
    .event__title {
        width: 65px;
        height: 80px;
    }
    .event__title h4 {
        font-size: 35px;
        padding-top: 6px;
    }
    .event_date {
        font-size: 10px;
    }
    .event__title {
        font-size: 10px;
    }
    .roo__listle {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .roo__list-image {
        width: 100%;
        float: none;
        margin: 0 0 15px;
    }
    .roo__post {
        margin: 0 0 20px 0;
    }
    .roo__model {
        width: 50%;
    }
    .rooleft {
        margin-right: 140px;
    }
    .rooright {
        margin-left: 140px;
    }
    .con__left .roo__info-agen {
        width: 120px;
        height: 180px;
    }
    .con__left .roo__dehalf {
        width: 100%;
        margin: 0;
        padding: 185px 0 0 0;
    }
    .con__left .roo__info-agen {
        position: absolute;
    }
    .beforefull__contact {
        position: absolute;
        right: 0;
        top: 0;
        left: 150px;
    }
    .full__contact {
        margin: 0 -6px;
    }
    .con__left .roo__dehalf.rooleft .roohov,
    .con__left .roo__dehalf.rooleft .roohov.rooph,
    .con__left .roo__dehalf.rooright .roohov,
    .con__left .roo__dehalf.rooright .roohov.rooph {
        margin: 0 6px 12px;
    }
    .roo__testimonial {
        width: 33.3%;
        height: 170px;
    }
    .roo__testimonial.gal3 {
        width: 50%;
        height: 220px;
    }
    .roo__testimonial.early {
        height: 220px;
    }
    .gal__leria {
        height: 110px;
    }
    .roo__testimonial.early .gal__leria,
    .roo__testimonial.gal3 .gal__leria {
        height: 165px;
    }
    .roo__testimonial.early {
        width: 50%;
    }
    .tes__image {
        height: 180px;
    }
    .archive .roo__testimonial {
        height: 240px;
    }
    .tes__content {
        padding: 15px;
        font-size: 12px;
    }
    .tes__text {
        font-size: 12px;
        line-height: 1.4;
    }
    .post__content-inner {
        padding: 10px 30px 30px;
    }
    .post__content p {
        margin: 0 0 10px;
    }
    .content__cat .ev__left .was {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .roo__nav-out {
        padding: 0 20px;
    }
    .roo__agent {
        top: 12px;
        right: 65px;
    }
    .roo__iconmenu {
        right: 20px;
        top: 17px;
        width: 32px;
        height: 32px;
    }
    .topin {
        width: 32px;
        height: 32px;
    }
    .topin:before {
        bottom: 16px;
        right: 0;
        width: 32px;
    }
    .topin:after {
        top: 3px;
        right: 0;
        width: 32px;
        height: 22px;
    }
    .topin.menu-on:before {
        width: 36px;
        right: -2px;
        bottom: 15px;
    }
    .topin.menu-on:after {
        top: 15px;
        width: 36px;
        right: -2px;
    }
    .event__open {
        height: 72px;
        margin-top: -30px;
    }
    .show-event {
        margin: 0 20px;
    }
    .event__image {
        width: 108px;
    }
    .event__title {
        height: 72px;
    }
    .event_content h3 {
        font-size: 12px;
        font-weight: 400;
        max-height: 28px;
    }
    .event_info {
        font-size: 12px;
    }
    .container {
        padding: 0 20px;
    }
    .roo__listle {
        font-size: 20px;
        line-height: 30px;
        font-family: Poppins;
        font-weight: 400;
    }
    .roo__meta h2 {
        font-size: 22px;
    }
    .pagination a.active,
    .pagination a:hover {
        margin: 6px 2px 6px 0;
    }
    .pagination .disabled,
    .pagination a {
        line-height: 26px;
        height: 26px;
        width: 26px;
        margin: 5px 2px 5px 0;
        font-size: 11px;
    }
    .roo__model {
        width: 50%;
    }
    .home__slideroo .late-nav {
        left: 6px;
    }
    .home__slide-inner {
        margin: 6px;
    }
    .latest.owl-theme .owl-nav [class*="owl-"] {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 11px;
    }
    .con__left .roo__info-agen {
        width: 80px;
    }
    .con__left .roo__dehalf {
        width: auto;
        margin: 0 -6px;
        padding: 140px 0 30px;
    }
    .leftcall .roohov {
        margin: 0 6px 12px;
    }
    #procontent .roo__listing {
        padding: 20px 0 0;
    }
    .agen__contact {
        box-shadow: 0 0 15px transparent;
        padding: 20px 0 0;
        position: relative;
    }
    #showagen .roo__something {
        padding: 12px 0;
    }
    .leftcall {
        width: 50%;
    }
    .leftcall .roohov {
        margin: 0 6px 12px;
    }
    .roohov .fa {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: -4px 12px -4px -4px;
    }
    .roohov {
        padding: 4px;
        line-height: 1.3;
        font-size: 11px;
        margin: 0 6px 12px;
    }
    .roo__info-agen {
        width: 160px;
        max-height: 260px;
    }
    .con__left .roo__info-agen {
        width: 90px;
        height: 130px;
    }
    .beforefull__contact {
        left: 120px;
    }
    .full__contact {
        margin: 0;
    }
    .roohov .fa {
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin: -6px 12px -6px -6px;
    }
    .rooleft {
        margin-right: 110px;
        width: 60px;
    }
    .rooright {
        margin-left: 110px;
        width: 60px;
    }
    .roo__dehalf.rooleft .hocall,
    .roo__dehalf.rooright .hocall {
        height: 75px;
    }
    .roo__something .rooleft .da .fa,
    .roo__something .rooright .da .fa {
        width: 50px;
        height: 50px;
        margin: 0;
        line-height: 50px;
        font-size: 25px;
    }
    .foto__center {
        height: auto;
    }
    .agen-footer {
        height: 0;
    }
    .bottom-clip,
    .left-clip,
    .right-clip,
    .top-clip {
        padding: 30px;
    }
    .addhead,
    .nama__agen,
    .roo__hometess {
        font-size: 20px;
    }
    .bio__agen,
    .rootesti .roo_meta {
        font-size: 12px;
    }
    .roo__excerpt,
    .roo__meta {
        font-size: 12px;
    }
    .roo__testimonial {
        width: 50%;
    }
    .roo__testimonial,
    .roo__testimonial.early,
    .roo__testimonial.gal3 {
        height: 200px;
    }
    .roo__testimonial .gal__leria,
    .roo__testimonial.early .gal__leria,
    .roo__testimonial.gal3 .gal__leria {
        height: 140px;
    }
    .gal__text {
        line-height: 1.3;
    }
    .archive .roo__testimonial {
        width: 100%;
        float: none;
        height: auto;
    }
    .tes__image {
        height: 280px;
    }
    .tes__text {
        margin: 0 6px;
        font-size: 12px;
    }
    .tes__exc {
        padding: 15px;
    }
    .first__gal {
        padding: 15px;
    }
    .gal-heading {
        font-size: 20px;
    }
    #showoffice .container {
        padding: 0;
    }
    .inmaps {
        padding: 0;
    }
    #showmaps iframe {
        min-height: 240px;
    }
    .roo-address h4 {
        font-size: 20px;
    }
    .add-inner {
        padding: 20px;
        font-size: 12px;
    }
    .roo__lloop,
    .roo__rloop {
        width: 100%;
        float: none;
    }
	.single-post .roo__rloop {
		margin: 0 34px;
	}
    .roo__list-image {
        width: 100%;
        float: none;
    }
    .roo__something h2 {
        font-size: 16px;
        font-family: Poppins;
        font-weight: 400;
        letter-spacing: 0;
    }
    .roo__something h2:after {
        height: 1px;
    }
    .roo-works {
        font-size: 12px;
    }
    .model__head {
        padding: 15px 20px 10px;
        margin-top: -30px;
    }
    .model__left-title {
        padding-bottom: 8px;
        font-size: 20px;
        letter-spacing: -0.5px;
        margin-bottom: 8px;
    }
    .model__left-stat span {
        font-size: 11px;
    }
    .roo__table td {
        padding: 5px 0;
        font-size: 14px;
    }
    .model__left-thumbnail h1 {
        bottom: 15px;
        right: 15px;
        font-size: 13px;
        font-weight: 400;
    }
    .owl-theme.model-galeri .owl-dots {
        top: -40px;
    }
    .post__content {
        font-size: 12px;
    }
    .post__content img {
        margin: 0 0 10px;
    }
    .roo__publish {
        font-size: 12px;
    }
    .post__content img.alignleft,
    .post__content img.alignright {
        float: none;
        max-width: 100%;
        height: auto;
        margin: 0 0 10px 0;
        display: block;
    }
    .comment__avatar img {
        padding: 5px;
        width: 60px;
        height: 60px;
    }
    .comment__avatar {
        margin: 0 15px 0 0;
    }
    .comment__meta {
        width: calc(100% - 90px);
        margin-bottom: 30px;
    }
    .comment_list {
        margin: 0 0 20px;
    }
    #submit {
        padding: 5px 15px;
        font-size: 12px;
    }
    .content__cat .ev__right iframe {
        height: 240px;
    }
    .content__heading {
        font-size: 20px;
    }
    .price__number:after {
        top: -8px;
        font-size: 9px;
    }
    .model__right-inner {
        margin: 15px 0;
    }
    .owl-theme.model-galeri .owl-dots .owl-dot span {
        margin: 0 0 0 3px;
        width: 10px;
        height: 10px;
    }
    .model__right-fitur ul li {
        font-size: 13px;
        padding: 5px 0;
        width: 50%;
    }
    .model__right-video .roo__youtube {
        height: 200px;
    }
    #sidebar {
        margin: 3px -14px;
    }
    .widget {
        font-size: 12px;
        padding: 15px 25px;
    }
    .widget:after {
        display: none;
    }
    .widget h3 {
        font-size: 18px;
        margin: 0 0 6px;
        padding: 0 0 6px;
    }
    .widget label {
        padding: 10px 0;
    }
    .widget select {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
    }
    .widget h3:before {
        font-size: 35px;
        top: -10px;
    }
    .widget .gallery .gallery-caption {
        font-size: 11px;
    }
    .widget .recentcomments a,
    .widget .recentcomments span {
        font-size: 12px;
    }
    .widget .tagcloud a {
        margin: 0 2px 5px 0;
        padding: 0 8px;
        height: 24px;
        line-height: 24px;
        font-size: 11px !important;
    }
    .widget_slidemod .slide__overtitle {
        font-size: 12px;
    }
    .widget_slidemod .slide__overprice {
        font-size: 14px;
    }
    .widget__event img {
        width: 80px;
        height: auto;
    }
    .models__title {
        font-size: 12px;
        line-height: 1.6;
    }
    .models__prices span {
        font-size: 14px;
    }
    .img__direction {
        width: 80px;
        height: 60px;
    }
    .footer {
        font-size: 12px;
    }
    .widget__footer {
        padding: 20px 0 0;
    }
    .models__footer .seeall {
        height: 26px;
        line-height: 26px;
        padding: 0 10px;
        font-size: 12px;
    }
    .footer__copyright {
        padding: 5px 0;
    }
    .copyright {
        font-size: 12px;
        padding: 10px 0;
    }
}
@media screen and (max-width: 360px) {
    .wrapper {
        padding: 79px 0 0;
    }
    .running {
        height: 26px;
    }
    ul.newstickers li {
        height: 16px;
        line-height: 16px;
        font-size: 10px;
    }
    .roo__nav-head,
    .roo__nav-out {
        height: 55px;
    }
    .roo__logo {
        padding: 10px 6px 10px 0;
    }
    .roo__logo img {
        height: 30px;
    }
    .roo__agent {
        top: 10px;
        right: 65px;
    }
    .roo__iconmenu {
        right: 25px;
        top: 12px;
        width: 32px;
        height: 32px;
    }
    .topin {
        width: 32px;
        height: 32px;
    }
    .topin:before {
        bottom: 16px;
        right: 0;
        width: 32px;
    }
    .topin:after {
        top: 3px;
        right: 0;
        width: 32px;
        height: 22px;
    }
    .topin.menu-on:after,
    .topin.menu-on:before {
        bottom: 15px;
        width: 36px;
    }
    .roo__agent {
        position: absolute;
        width: 35px;
        height: 35px;
    }
    .roo__agent .roo__fotoagen {
        width: 30px;
        height: 30px;
        border: 2px solid rgba(0, 0, 0, 0.05);
    }
    .roo__info-agen {
        width: 130px;
        max-height: 220px;
    }
    .rooleft {
        margin-right: 95px;
        width: 46px;
    }
    .rooright {
        margin-left: 95px;
        width: 46px;
    }
    .roo__dehalf.rooleft .hocall,
    .roo__dehalf.rooright .hocall {
        height: 65px;
    }
    .roo__something .rooleft .da .fa,
    .roo__something .rooright .da .fa {
        border-width: 3px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .con__left .roo__something h2 {
        margin: 0 0 10px;
        font-size: 14px;
    }
    .roo-works {
        font-size: 10px;
    }
    .leftcall {
        width: 100%;
    }
    .roo__testimonial .gal__leria,
    .roo__testimonial.early .gal__leria,
    .roo__testimonial.gal3 .gal__leria {
        height: 100px;
    }
    .roo__testimonial,
    .roo__testimonial.early,
    .roo__testimonial.gal3 {
        height: 160px;
    }
    .gal__text .tesnama {
        font-size: 10px;
    }
    .gal-heading {
        font-size: 16px;
    }
    .gal-nav {
        height: 26px;
        line-height: 26px;
        padding: 0 8px;
        font-size: 10px;
    }
    .tes__inner {
        margin: 0;
    }
    .tes__text {
        margin: 0;
        font-size: 11px;
    }
    .tes__image {
        height: 220px;
    }
    .roo-address h4 {
        font-size: 16px;
    }
    .add-inner {
        font-size: 10px;
    }
    .addhead,
    .nama__agen,
    .roo__hometess {
        font-size: 16px;
        letter-spacing: 0;
    }
    .roo__excerpt,
    .roo__meta {
        font-size: 11px;
    }
    .add-inner {
        font-size: 11px;
    }
    .event_content h3 {
        font-size: 10px;
        max-height: 26px;
    }
    .event_info {
        font-size: 10px;
    }
    .event__title,
    .event_date {
        font-size: 9px;
    }
    .event__title h4 {
        font-size: 30px;
    }
    .event__open {
        height: 66px;
        margin-top: -22px;
    }
    .roo__listle {
        font-size: 15px;
    }
    .roo__meta h2 {
        font-size: 18px;
    }
    .model__meta h2 {
        font-size: 11px;
    }
    .model__price {
        letter-spacing: -0.5px;
    }
    .latest .model__trans,
    .model__trans {
        font-size: 10px;
    }
    .roo__publish {
        font-size: 11px;
    }
    .comment__avatar img {
        width: 45px;
        height: 45px;
    }
    .comment__meta {
        width: calc(100% - 75px);
        margin-bottom: 20px;
    }
    .widget {
        font-size: 11px;
    }
    .widget h3 {
        font-size: 15px;
    }
    .widget_slidemod .slide__overprice {
        font-size: 11px;
        padding: 5px 10px;
    }
    .widget_slidemod .slide__overtitle {
        font-size: 10px;
        padding: 20px 10px 0;
    }
}
