/*
Theme Name: CBRE
Theme URI: http://cbre.com.kh/
Description: New Wordpress theme for CBRE Cambodia
Author: Mad
Version: 4.6
*/
/*@import url('responsive.css');*/

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  height: 550px;
  background-color: #cad1d3;
}
a {
  color: #538184;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
ul.bxslider li {
  height: 550px;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  height: 550px !important;
}
/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
#loading {
  position: absolute;
  top: 0px;
  left: 0px;
}
#loading .stage {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  display: block;
  background-color: #000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#loading .loading-img {
  position: absolute;
  display: block;
  background: url(https://cbre.com.kh/wp-content/themes/cbre.4.0/js/nivo-themes/default/loading.gif) no-repeat center center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#slides {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 724px;
  height: 274px;
  overflow: hidden;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/js/jquery.bxslider/images/bx_loader.gif") center center
    no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  /*font-family: futura;*/
  font-weight: bold;
  color: #7f8480;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #7f8480;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/js/jquery.bxslider/images/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/js/jquery.bxslider/images/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/js/jquery.bxslider/images/controls.png") -86px -11px
    no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/js/jquery.bxslider/images/controls.png") -86px -44px
    no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #7f8480;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  /*font-family: futura;*/
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
#post-2 .entry-content h2,
#post-2 .entry-content h3,
#post-2 .entry-content h4 {
  clear: none;
}
b {
  color: #003f2d;
  text-transform: capitalize;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
a {
  text-decoration: none;
}
#flag {
  margin: 0 0 0 0;
  vertical-align: top;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
}
.footer-small {
  text-align: center;
  padding: 2em;
  margin-top: 1em;
  color: #cad1d3;
  font-size: smaller;
}
.tabcontent-wrapper {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.tabcontent-wrapper h4 {
  display: inline;
}
#footer .tabcontent-wrapper h4 {
  padding-top: 0;
}
#footer .tabcontent-wrapper h4 a {
  font-size: 16px;
  text-decoration: none;
}
.or {
  margin-bottom: 1em;
}
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

.container {
  clear: both;
  margin: 20px 0 0 0;
}
#content ul {
  margin-left: 18px;
}
#content {
  margin: 0 0 0;
  padding: 0 0 0 0;
  float: left;
}
#primary,
#secondary {
  overflow: hidden;
  margin-top: 0px;
}
#secondary {
  clear: right;
}
#secondary.contact-residential {
  margin-left: 20px;
}
#main .widget-area ul.xoxo {
  margin-left: 3em;
}
#secondary h3 {
  margin: 10px 0;
}
#footer {
  clear: both;
  width: 100%;
}

.td-col-1 {
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/vertical-double-line.jpg") right top repeat-y;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
  margin: 0 auto;
  width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
  margin: 0 auto;
  width: 900px;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
  font-family: "Calibre", Avenir, serif, Hanuman;
  line-height: 1.2em;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type="submit"] {
  font-family: "Tw Cen MT", "Gill Sans Ultra Bold*", "Arial", Georgia,
    "Bitstream Charter", serif;
}
pre {
  font-family: "Tw Cen MT", "Courier 10 Pitch", Courier, monospace;
}
code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
  /* background: #f9f9f9; */
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
  background: #fff;
}
body,
input,
textarea {
  color: #435254;
}
hr {
  background-color: #7f8480;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 18px;
}

/* Text elements */

ul {
  list-style: square;
  margin: 0 0 18px 0;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 0 24px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
big {
  font-size: 131.25%;
}
ins {
  background: #dbd99a;
  text-decoration: none;
}
blockquote {
  font-style: normal;
  padding: 0 30px;
  color: rgba(17, 17, 17, 0.5);
  font-size: 18px;
  line-height: 22px;
  margin: 40px 0;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
pre {
  background: #f7f7f7;
  color: #012a2d;
  line-height: 16px;
  margin-bottom: 18px;
  padding: 1.5em;
}
abbr,
acronym {
  border-bottom: 1px dotted #7f8480;
  cursor: help;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #cad1d3;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 6px;
}

/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}

/* =Header
-------------------------------------------------------------- */

header {
  background: #012a2d;
}

#header {
  padding: 10px 0;
  overflow: hidden;
}
#site-title,
#logo {
  float: left;
  font-size: 30px;
  line-height: 36px;
  margin: 7px 1px 15px 0;
}
#site-title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#site-description {
  clear: right;
  float: right;
  font-style: italic;
  margin: 14px 0 18px 0;
}

/* This is the custom header image */

#branding img {
  border: 0;
  clear: both;
  display: block;
}
.right-header {
  float: right;
  width: 50%;
}
#top_texts {
  font-size: 15px;
  height: 25px;
  float: right;
}
#top_texts a {
  color: #7f8480;
}
#top_texts strong {
  color: #dbd99a;
  float: left;
  margin: 0 0 0 15px;
}
#top_texts_2 {
  margin: 3px;
  font-size: 15px;
  float: left;
  text-transform: uppercase;
}
#top_texts_2 ul {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 11px;
}
#top_texts_2 ul li {
  margin: 0 0 0 0;
  padding: 2px;
  display: inline;
  font-size: 11px;
  float: left;
}
#top_texts_2 ul li a {
  float: left;
  margin: 0 5px 0 0;
}
#top_texts form {
  margin: 0;
  padding: 0;
  float: right;
  text-align: left;
}

#top_texts input[type="text"],
.textbox {
  background: #cad1d3;
  border: 0;
  margin: 0 0 0 10px;
  width: 170px;
  box-shadow: inset 0 0 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 3px 0 3px 5px;
  float: left;
}
#top_texts input[type="submit"],
#top_texts #search-btn {
  border: 0;
  font-size: 11px;
  color: #7f8480;
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/search.jpg") 7px 6px no-repeat;
  height: 24px;
  padding: 0 0 7px 7px;
  margin: 0;
  width: 60px;
  float: left;
}

/* =Menu
-------------------------------------------------------------- */
#access {
  display: block;
  clear: both;
  width: 100%;
  height: 62px;
  margin: 0;
  padding: 0;
  background: #96b3b6 url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/bg.gif") left repeat-x;
}
#access .menu-header,
div.menu {
  margin: 0 auto;
  clear: both;
  width: 100%;
  height: 30px;
}
#access .menu-header ul#menu-main-menu,
div.menu ul#menu-main-menu {
  list-style: none;
  margin: 0 auto 0 auto;
}
#access .menu-header li,
div.menu li {
  text-align: center;
  possition: relative;
  display: inline;
  float: left;
  color: #fff;
  background: #003f2d;
  border-right: 1px solid #96b3b6;
}

#access a {
  color: #fff;
  float: left;
  line-height: 30px;
  text-decoration: none;
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 0 12px 0 12px;
}
#access li:hover,
#access a:hover {
  background: #17e88f;
}

#access ul li.current-menu-item,
#access ul li.current_page_item,
#access ul li.current_page_parent,
#access ul li.current-category-parent,
#access ul li.current-page-ancestor {
  background: #17e88f url("https://cbre.com.kh/images/current-has-sub-menu.gif") bottom center
    no-repeat;
  position: relative;
  top: 0;
}

#access ul ul {
  display: none;
  position: absolute;
  top: 33px;
  z-index: 99;
  background: none;
  width: 970px;
}
#access #menu-item-4116 ul.sub-menu li ul {
  display: none;
}
#access ul {
  display: inline-table;
  position: relative;
}
#access ul li ul li {
  height: auto !important;
}
#access ul.sub-menu li ul.sub-menu {
  background-color: #96b3b6;
  background-image: none !important;
  display: none;
  overflow: visible;
  padding: 1em;
  top: 32px;
  width: 240px;
  position: absolute;
  top: 100%;
}
#access ul.sub-menu li ul.sub-menu a {
  font-weight: normal !important;
}
#access ul.sub-menu li ul.sub-menu li {
  clear: both;
  display: block;
  height: auto !important;
}

#access #menu-item-5585 ul.sub-menu li:hover > ul,
#access #menu-item-4116 ul.sub-menu li:hover > ul {
  display: block !important;
  left: auto;
  margin-left: -10px;
}

#access ul li.current-menu-item.menu-item-has-children ul.sub-menu,
#access ul li.current-menu-parent.menu-item-has-children ul.sub-menu,
#access ul li.current-menu-ancestor.menu-item-has-children ul.sub-menu,
#access ul li.current_page_item.menu-item-has-children ul.sub-menu,
#access ul li.current_page_parent.menu-item-has-children ul.sub-menu,
#access ul li.current-page-ancestor.menu-item-has-children ul.sub-menu,
#access ul li.current-category-parent.menu-item-has-children ul.sub-menu {
  display: block !important;
}
.property #access #menu-item-4116 ul.sub-menu {
  display: block !important;
}
.property #access #menu-item-4116 ul.sub-menu ul {
  display: none !important;
}

#access
  ul
  li.current-menu-item.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu,
#access
  ul
  li.current-menu-parent.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu,
#access
  ul
  li.current-menu-ancestor.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu,
#access
  ul
  li.current_page_item.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu,
#access
  ul
  li.current_page_parent.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu,
#access
  ul
  li.current-page-ancestor.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu,
#access
  ul
  li.current-category-parent.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu {
  display: none !important;
}

#access ul li ul li.current-category-parent.menu-item-has-children {
  background-image: none !important;
  background-color: transparent;
  font-weight: bold !important;
}

#access ul li.current-menu-item.menu-item-has-children li,
#access ul li.current_page_item.menu-item-has-children li,
#access ul li.current_page_parent.menu-item-has-children li,
#access ul li.current-category-parent.menu-item-has-children li,
#access ul li.current-category-ancestor.menu-item-has-children li,
#access ul li.current-page-ancestor.menu-item-has-children li,
#access ul li.current-page-menu.menu-item-has-children li {
  background-image: none !important;
  background-color: transparent !important;
}

#access ul li.current-menu-parent,
#access ul li.current-menu-ancestor,
#access ul li.current-post-ancestor,
#access ul li.current-menu-item,
#access ul li.current_page_item,
#access ul li.current-page-ancestor,
#access ul li.current_category_parent {
  background: #17e88f;
}
#access ul li.current-menu-parent ul li,
#access ul li.current-menu-ancestor ul li,
#access ul li.current-menu-item ul li,
#access ul li.current_page_item ul li,
#access ul li.current-page-ancestor ul li,
#access ul li.current_category_parent ul li,
#access ul li.current-category-parent ul li {
  background-image: none !important;
  background: #96b3b6 !important;
}
#access ul li ul li.current-menu-ancestor,
#access ul li ul li ul li.current-menu-item,
#access ul li ul li ul li ul li.current-menu-item {
  font-weight: bold;
}

#access .sub-menu li {
  background: none;
  padding: 0 0px;
  border: 0;
  margin: 0;
}
#access .sub-menu li a {
  float: none;
  position: relative;
  z-index: 10;
  color: #003f2d;
  text-transform: capitalize;
  padding: 0 11px;
  margin: 0;
}
#access .sub-menu li a:hover {
  background: none;
}
#access .sub-menu li.current_page_item,
#access .sub-menu li.current-menu-item {
  background: none;
}

#access .sub-menu li.current_page_item > a,
#access .sub-menu li.current-menu-item > a,
#access .sub-menu li.current-menu-item a {
  font-weight: bold;
}
#access .sub-menu li:hover {
  background: none;
}
#access .sub-menu li a:hover {
  color: #17e88f;
  text-decoration: underline;
}
#access .sub-menu li.current-menu-item a {
  font-weight: bold;
}
.no-sub-menu {
  font-size: 13px;
  margin: 0 auto;
  width: 970px;
  height: 30px;
}

#access .sub-menu .current-post-parent {
  background: none;
}
#access #menu-item-30 ul.sub-menu {
  width: 600px;
}

/* =Content
-------------------------------------------------------------- */

#main {
  clear: both;
  padding: 0 0 0 0;
}
.three-cols {
  width: 724px;
  float: left;
}
.one-col {
  float: left;
  width: 230px;
  margin-left: 16px;
}
.two-cols {
  width: 476px;
  float: left;
  margin-right: 18px;
}
.first-one-col {
  margin: 0;
}
.one-col p {
  font-size: 0.9em;
  padding: 2px 0;
  margin: 0;
}
.one-col-service {
  margin-top: 20px;
}
#main-img {
  width: 425px;
  height: 275px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  float: left;
}

.main-texts {
  float: left;
  background: #96b3b6;
  padding: 15px 15px 10px 15px;
}

.main-texts h4 {
  color: #96b3b6;
  margin: 0 0 -10px;
  padding: 0;
  font-size: 1.75em;
  line-height: 1.1em;
}

.main-texts h4 a {
  text-decoration: none;
  color: #96b3b6;
}

.main-texts h4 a:hover {
  text-decoration: underline;
}

.main-texts p {
  font-size: 0.9em;
  color: #435254;
  line-height: 1.25em;
}

.brown-line {
  border: 0;
  border-top: 5px solid #dbd99a;
}
.l-green-line {
  border: 0;
  border-top: 5px solid #17e88f;
}
.green-line {
  border: 0;
  border-top: 5px solid #003f2d;
}
#footer-container h4.green-line {
  margin-bottom: 10px;
}
#content,
#content input,
#content textarea {
  color: #012a2d;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
  margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
  font-size: 15px;
  line-height: 21px;
}
#content code {
  font-size: 13px;
}
#content dt,
#content th {
  color: #000;
}
#content table {
  border: 1px solid #012a2d !important;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
}
#content tr th,
#content thead th {
  color: #cad1d3;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
  vertical-align: top;
}
#content tr td {
  border-top: 1px solid #012a2d;
  padding: 6px 24px;
}
#content tr.odd td {
  background: #cad1d3;
}
.hentry {
  margin: 0;
}
.entry-utility {
  margin: 0 0 25px;
}
.home .sticky {
  background: #cad1d3;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}
.single .hentry {
  margin: 0 0 0;
}
.page-title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 36px 0;
}
.page-title span {
  color: #012a2d;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
  color: #cad1d3;
  text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
  color: #dbd99a;
}
#content .entry-title {
  color: #17e88f;
}
.entry-title a:link,
.entry-title a:visited {
  color: #012a2d;
  text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
  color: #dbd99a;
}
.entry-meta {
  color: #cad1d3;
  font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
  border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #7f8480;
}
.entry-content,
.entry-summary {
  clear: both;
  padding: 0 1em 0 0;
}
#content .entry-summary p:last-child {
  margin-bottom: 12px;
}
.entry-content fieldset {
  border: 1px solid #cad1d3;
  margin: 0 0 24px 0;
  padding: 24px;
}
.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px;
}
.entry-content input {
  margin: 0;
}
.entry-content input.file,
.entry-content input.button {
  margin-right: 24px;
}
.entry-content label {
  color: #cad1d3;
  font-size: 12px;
}
.entry-content select {
  margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
  font-size: 10px;
}
.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%;
}
.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
.page-link {
  color: #000;
  font-weight: bold;
  margin: 0 0 22px 0;
  word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
  background: #cad1d3;
  color: #012a2d;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.home .sticky .page-link a {
  background: #cad1d3;
}
.page-link a:active,
.page-link a:hover {
  color: #ad2a2a;
}
body.page .edit-link {
  clear: both;
  display: block;
}
.edit-link {
  clear: both;
}
#entry-author-info {
  background: #cad1d3;
  border-top: 4px solid #000;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
  overflow: hidden;
  padding: 18px 20px;
}
#entry-author-info #author-avatar {
  background: #fff;
  border: 1px solid #cad1d3;
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px;
}
#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px;
}
#entry-author-info h2 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
}
.entry-utility {
  clear: both;
  color: #cad1d3;
  font-size: 12px;
  line-height: 18px;
}
.entry-meta a,
.entry-utility a {
  color: #cad1d3;
}
.entry-meta a:hover,
.entry-utility a:hover {
  color: #17e88f;
}
#content .video-player {
  padding: 0;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 0;
}
.home .hentry.category-asides {
  padding: 0;
}
.home #content .category-asides .entry-content {
  padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
  border: 10px solid #cad1d3;
  margin-bottom: 0;
}
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
  padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
  font-size: 140%;
  margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
  content: "\2190\00a0";
}
.attachment .entry-content .nav-next a:after {
  content: "\00a0\2192";
}

/* =Images
-------------------------------------------------------------- */

#content img,
.property-single-header img {
  max-width: 100%;
}
#content img {
  height: auto;
  margin: 0;
  max-width: 100%;
  width: auto;
}
#content .attachment img {
  max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
  display: inline;
  float: left;
  margin-right: 14px;
  margin-top: 4px;
}
#content .alignright,
#content img.alignright {
  display: inline;
  float: right;
  margin-left: 14px;
  margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
  margin-bottom: 12px;
}
#content .wp-caption {
  line-height: 18px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  padding: 0 0 35px;
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/horizontal-dashed-line.jpg") left bottom repeat-x;
}
#content .wp-caption img {
  margin: 0 0;
  padding: 0;
}

#content .wp-caption p.wp-caption-text {
  color: #fff;
  font-size: 12px;
  margin: -3px 0 0;
  padding: 4px 7px 6px;
  background: #012a2d;
  text-align: left;
}
#content .wp-smiley {
  margin: 0;
}
#content .gallery {
  margin: 0 auto 18px;
}
#content .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
#content .gallery img {
  border: 2px solid #cad1d3;
}
#content .gallery .gallery-caption {
  color: #cad1d3;
  font-size: 12px;
  margin: 0 0 12px;
}
#content .gallery dl {
  margin: 0;
}
#content .gallery img {
  border: 10px solid #cad1d3;
}
#content .gallery br + br {
  display: none;
}
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation a:link,
.navigation a:visited {
  color: #cad1d3;
  text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
  color: #ad2a2a;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#nav-above {
  margin: 0 0 18px 0;
}
#nav-above {
  display: none;
}
.paged #nav-above,
.single #nav-above {
  display: block;
}
#nav-below {
  margin: -5px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
  clear: both;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
h3#comments-title {
  padding: 24px 0;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist li.comment {
  border-bottom: 1px solid #cad1d3;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author {
}
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}
.comment-author .says {
  font-style: italic;
}
.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
  color: #cad1d3;
  text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
  color: #ad2a2a;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
  color: #cad1d3;
}
.reply a:hover,
a.comment-edit-link:hover {
  color: #17e88f;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword,
.nocomments {
  display: none;
}
#comments .pingback {
  border-bottom: 1px solid #cad1d3;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.commentlist li.comment + li.pingback {
  margin-top: -6px;
}
#comments .pingback p {
  color: #cad1d3;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}

/* Comments form */
input[type="submit"] {
  color: #012a2d;
}
#cbre-call-agent input[type="submit"] {
  background: #003f2d;
  border: none;
  color: #fff;
  padding: 10px 30px;
  width: 180px;
  float: right;
  font-size: 14px;
  font-weight: bold;
}
#respond input[type="text"] {
  width: 300px;
  margin-right: 400px;
}
#respond {
  border-top: 1px solid #cad1d3;
  margin: 24px 0 0;
  overflow: hidden;
  position: relative;
}
#respond p {
  margin: 0;
}
#respond .comment-notes {
  margin-bottom: 1em;
}
.form-allowed-tags {
  line-height: 1em;
}
.children #respond {
  margin: 0 48px 0 0;
}
h3#reply-title {
  margin: 18px 0;
}
#comments-list #respond {
  margin: 0 0 18px 0;
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
#respond .required {
  color: #ad2a2a;
  font-weight: bold;
}
#respond label {
  color: #cad1d3;
  font-size: 12px;
}
#respond input {
  margin: 0 0 9px;
  width: 98%;
}
#respond textarea {
  width: 98%;
}
#respond .form-allowed-tags {
  color: #cad1d3;
  font-size: 12px;
  line-height: 18px;
}
#respond .form-allowed-tags code {
  font-size: 11px;
}
#respond .form-submit {
  margin: 12px 0;
}
#respond .form-submit input {
  font-size: 14px;
  width: auto;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-area ul ul {
  list-style: square;
  margin-left: 1.3em;
}
.widget_search #s {
  /* This keeps the search inputs in line */
  width: 60%;
}
.widget_search label {
  display: none;
}
.widget-container {
  margin: 0 0 18px 0;
}
.widget-title {
  color: #012a2d;
  font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
  text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
  text-decoration: underline;
}
.widget-area .entry-meta {
  font-size: 11px;
}

#wp_tag_cloud div {
  line-height: 1.6em;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  color: #012a2d;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left;
}
#wp-calendar thead {
  font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
  color: #7f8480;
}
#wp-calendar tbody td {
  background: #cad1d3;
  border: 1px solid #fff;
  padding: 3px 0 2px;
  text-align: center;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-align: right;
}
.widget_rss a.rsswidget {
  color: #000;
}
.widget_rss a.rsswidget:hover {
  color: #ad2a2a;
}
.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
  margin-left: 0;
  padding: 0 20px 0 0;
  font-size: 15px;
  line-height: 1.2em;
}
#main .widget-area ul ul {
  border: none;
  margin: 5px 0 0;
  margin-left: 1.3em;
  padding: 0;
}

/****************************************************************/
.widget-area a {
  color: #3e7ca6;
}

.widget_recent_entries ul li,
.recent_with_excerpt ul li {
  list-style-type: none;
}
#main .widget-area ul .widget_recent_entries ul,
#main .widget-area ul .recent_with_excerpt ul {
  margin: 5px 0 0;
  padding: 0;
}
#main .widget-area ul li.widget_recent_entries ul li a,
#main .widget-area ul li.recent_with_excerpt ul li a {
  text-decoration: underline;
}
#main .widget-area ul li.widget_recent_entries ul li a:hover,
#main .widget-area ul li.recent_with_excerpt ul li a:hover {
  text-decoration: underline;
  color: #dbd99a;
}
.recent_with_excerpt,
.widget_recent_entries {
  margin: 0;
  padding: 0;
}
.recent_with_excerpt blockquote,
.recent_with_excerpt p {
  font-style: normal;
  margin: 0;
  padding: 0 0 5px;
  font-size: 12px;
}
.recent_with_excerpt p {
  border-bottom: 1px dashed #cbcdcb;
}
.widget-title {
  color: #012a2d;
}
.widget-title a {
  color: #fff;
}
.widget-title:before {
  content: "+ ";
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- }*/

pre {
  -webkit-text-size-adjust: 140%;
}
code {
  -webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 90%;
}
#site-description {
  -webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
  body {
    background: none !important;
  }
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important;
  }
  #header {
    border-bottom: 2pt solid #000;
    padding-bottom: 18pt;
  }
  #colophon {
    border-top: 2pt solid #000;
  }
  #site-title,
  #site-description {
    float: none;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }
  #site-title {
    font-size: 13pt;
  }
  .entry-content {
    font-size: 14pt;
    line-height: 1.6em;
  }
  .entry-title {
    font-size: 21pt;
  }
  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important;
  }
  #container,
  #header,
  #footer {
    margin: 0;
    width: 100%;
  }
  #content,
  .one-column #content {
    margin: 24pt 0 0;
    width: 100%;
  }
  .wp-caption p {
    font-size: 11pt;
  }
  #site-info,
  #site-generator {
    float: none;
    width: auto;
  }
  #colophon {
    width: auto;
  }
  img#wpstats {
    display: none;
  }
  #site-generator a {
    margin: 0;
    padding: 0;
  }
  #entry-author-info {
    border: 1px solid #cad1d3;
  }
  #main {
    display: inline;
  }
  .home .sticky {
    border: none;
  }
}

.property-highlight {
  float: left;
  background-color: #17e88f;
  font-size: 26px;
  line-height: 140%;
  color: #fff;
  padding: 8px 20px 12px;
  margin: 0;
}
.property-highlight-short {
  float: left;
  width: 100%;
  background-color: #17e88f;
  font-size: 26px;
  line-height: 140%;
  color: #fff;
  padding: 8px 20px 10px;
  margin: 0 0 20px;
}

.residential-col {
  border-bottom: dashed 1px #435254;
  overflow: hidden;
}
.residential-col.section.group {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.residential-image a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.residential-caption {
  color: #435254;
  font-size: 1.25em;
}
.residential-excert {
  margin: 10px 0 20px;
}
.residential-button {
  width: 170px;
  height: 23px;
}

.p-author,
.dt-updated {
  display: none;
}

.property-single-header {
  margin-bottom: 30px;
}
.property-single-header h2 {
  color: #003f2d;
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
  line-height: 42px;
}
.property-single-header h3 {
  color: #435254;
  margin: 0 0 1em 0;
}
.property-single-description {
  width: 100%;
}
.property-single-description ul {
  margin: 1em 1em 1em 3em;
}
.property-single-description li {
  padding: 0 0 0 1em;
}
.property-single-description table {
  margin-top: 15px;
  border: 0;
}
.property-single-description tr td,
.property-single-description tr th {
  border: 2px solid #fff;
  padding: 7px;
}
.property-single-description tr td {
  background-color: #cad1d3;
  color: #7f8480;
}
.property-single-description tr th {
  background-color: #7f8480;
  color: #fff;
}
.property-single-extra {
  float: right;
  margin: 20px 0 20px 0;
}
.property-single-extra h4 {
  margin: 8px 0 0;
}
.property-single-image {
  clear: both;
  margin-bottom: 20px;
  font-size: 13px;
}
.l-green-line {
  display: block;
}
.property-single-image .img {
  margin: 0 17px 12px 0;
  float: left;
}
.property-single-image h3,
.property-single-plans h3 {
  color: #17e88f;
  margin-bottom: 10px;
  font-size: 1.8em;
}
.property-single-image img {
  float: left;
  margin: 0 1% 1% 0;
  width: 32%;
}

table.property-details th {
  border-right: solid 1px #003f2d;
  color: #003f2d;
  padding-left: 1em;
  text-align: left;
  width: 33%;
}
table.property-details {
  border-left: solid 1px #003f2d;
  border-right: solid 1px #003f2d;
}
table.property-details tr:first-child {
  border-top: solid 1px #003f2d;
}

table.property-details tr {
  border-bottom: solid 1px #003f2d;
}
table.property-details td {
  padding: 7px 1em 7px 1em;
  width: 66%;
}

.property-single-plans p,
.property-single-arrage p,
.one-col p {
  color: #435254;
}
.property-single-arrage {
  padding-top: 62px;
}
#primary h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.service-items {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: dashed 1px #435254;
}

/*** Tab ****/
.tab-box {
  border-bottom: 1px solid #17e88f;
}
.tab-box a {
  padding: 0 12px 2px 0;
  margin: 0;
  color: #012a2d;
  text-decoration: none;
}
#tab_1 {
  border-right: 1px solid #17e88f;
  margin-right: 0.5em;
}
.tab-box a:visited {
  text-decoration: none;
}
.tab-box a.hover {
  border-bottom: 0;
}
.tabcontent {
  clear: both;
  line-height: 20px;
  border-top: 0;
  padding: 7px 0 10px;
  float: left;
  text-align: left;
}

.hide {
  display: none;
}
.tab-box a:hover {
  color: #17e88f;
  text-decoration: none;
}

#tabcontent_2 {
  display: none;
}

/*** #Tab ****/

.one-col a,
.one-col a:visited,
.tabcontent span a,
.tab-box a,
.tab-box a:visited,
#footer b a,
#footer b a:visited {
  color: #003f2d;
  text-decoration: none;
}
#footer .tab-box a.activeLink {
  color: #17e88f;
  border-bottom: 0;
}
.one-col a:hover,
.tabcontent span a:hover,
.tab-box a:hover,
#footer b a:hover {
  color: #96b3b6;
  text-decoration: underline;
}
.clear {
  clear: both;
}

.wpcf7-text,
.wpcf7 textarea {
  width: 100%;
}
.j1,
#cbre_cf_seven,
#cbre_cf_eight,
#cbre_cf_nine,
.cbre_cf_seven,
.cbre_cf_eight,
.cbre_cf_nine {
  left: -8500px;
  position: absolute;
}

#content .recaptcha-error {
  font-size: 18px;
  color: #ad2a2a;
}

#slider #main-img img {
  width: 425px;
  height: auto;
}
#slider #main-img img {
  width: auto;
  height: 274px;
}
.slider-caption {
  background-color: #96b3b6;
  position: absolute;
  top: 0px;
  width: 260px;
  height: 274px;
  right: 0;
}

#content .property-single-header img,
#main-img img,
#content .residential-image img,
#container .one-col img,
#content .property-single-image img {
  -ms-interpolation-mode: bicubic;
}

.main-texts h2.hometags {
  margin: 0 0 -10px;
  padding: 0;
  font-size: 26px;
  color: #dbd99a;
}

.main-texts h2.hometags a {
  text-decoration: none;
  color: #96b3b6;
}

h2.hometags a {
  text-decoration: none;
  color: #96b3b6;
}

h4.hometagsmaller {
  margin: 0;
  padding: 12px 0 12px 0;
}

/*
* styles 2.0
*/
h4.hometagsmaller a {
  color: #003f2d;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  text-decoration: none;
}
h4.hometagsmaller a:hover {
  text-decoration: underline;
}
h4.hometagsmaller + h3 {
  margin: 0;
  padding: 0;
}
h3.thumb-title {
  margin: 6px 0 3px 0;
  padding: 0;
}
h3.thumb-title a {
  color: #003f2d;
  text-decoration: none;
}
h3.thumb-title span {
  font-weight: bold;
  text-transform: uppercase;
}

h3.thumb-title a:hover {
  text-decoration: underline;
}
p.thumb-description {
  color: #435254;
  margin-top: 0;
  padding: 0;
}

/* end new style */

#content div.residential-text h2.proplistingtags {
  color: #17e88f;
  margin: 0 0 0.15em 0;
  padding: 0;
  line-height: 1em;
  font-size: 2em;
}
#content div.residential-text h2.proplistingtags a {
  text-decoration: none;
  margin-bottom: 0.15em;
}
.cbre-feature-property {
  border-top: solid 10px #dbd99a;
  color: #dbd99a;
}
.cbre-feature-property img {
  width: 100%;
  height: auto;
  margin: auto;
}
.cbre-feature-property h2 {
  background: #dbd99a;
  margin: 0;
  padding: 0.65em 0 0.65em 0;
}
.cbre-feature-property h3 {
  color: #dbd99a;
  font-weight: bold;
  margin: 0.45em 0 0.15em;
  padding: 0;
}
.cbre-feature-property h3 a {
  color: #dbd99a;
  text-decoration: none;
}
.cbre-feature-property h3 a:hover {
  text-decoration: underline;
}
.cbre-feature-property .fp-details {
}
#cbre-call-agent h2 {
  color: #dbd99a;
  font-size: 2em;
}
#cbre-call-us h2,
#cbre-call-agent h2 {
  margin: 0;
}
#cbre-call-agent h2 + p {
  margin: 0 0 1em 0;
}
#cbre-call-us form input[type="text"],
#cbre-call-agent form input[type="text"],
#cbre-call-agent form input[type="tel"],
#cbre-call-us form textarea,
#cbre-call-agent form textarea {
  font-size: 15px;
  width: 100%;
}
#cbre-call-us form textarea,
#cbre-call-agent form textarea {
  font-size: 15px;
}
#cbre-call-us label {
}
#cbre-call-agent h4 {
  padding-bottom: 0;
}
#cbre-call-agent p {
  margin-top: 0;
}
#cbre-call-us ul,
#cbre-call-us li,
#cbre-call-agent ul,
#cbre-call-agent li {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
#cbre-call-us li {
  margin: 0.25em 0 0.25em 0;
}
#cbre-call-us ul,
#cbre-call-agent ul {
  margin: 0.5em 0 1em 0;
}
#cbre-call-us h4.h-interests,
#cbre-call-us h4.h-one {
  margin: 1em 0 0 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.3em;
}
#cbre-call-us ul,
#cbre-call-agent ul {
  margin: 0.5em 0 1em;
}
#cbre-call-us ul,
#cbre-call-us li,
#cbre-call-agent ul,
#cbre-call-agent li {
  list-style: outside none none;
  padding: 0;
}
#cbre-call-us h4.h-interests,
#cbre-call-us h4.h-one {
  font-size: 1.3em;
  margin: 1em 0 0;
  padding: 0;
  text-transform: uppercase;
}

#sidebar {
  float: right;
}

.errors {
  background: #cad1d3;
  border-left: solid 5px #c00;
  margin: 0.75em 0 0.75em 0;
  padding: 0.15em;
}
#cbre-call-us .errors ul,
#cbre-call-agent .errors ul,
.property-contact-shortform .errors ul {
  margin: 0;
  padding: 0;
}
#cbre-call-us .errors li,
#cbre-call-agent .errors li,
.property-contact-shortform .errors li {
  margin: 0;
  padding: 0.5em 0 0.5em 0.5em;
  list-style-type: none;
}

#cbre-call-agent img.contact-agent {
  float: none;
  width: 100px !important;
  height: 100% !important;
  border-radius: 0;
}
#stage-container {
  overflow: hidden;
  position: relative;
}
#slider2_container {
  position: relative;
  margin: 0;
  float: left;
  top: 0px;
  left: 0px;
  width: 724px;
  height: 274px;
  overflow: hidden;
}
img.property-thumb {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.news img {
  max-width: 100%;
}
#cf_jonefourohfive {
  visibility: hidden;
}
.post-21 #cbre-call-agent {
  border-left: 0 none;
  float: none;
  padding-left: 0;
}
#container.research-center {
  width: 100%;
}
#container.research-center #sidebar {
  float: left;
  margin-right: 3%;
  width: 22%;
}
#container.research-center #sidebar ul {
  list-style: disc;
  padding: 0 0 0 1em;
  margin: 0 0 1em 1.5em;
}
#container.research-center #content {
  margin-bottom: 3em;
  margin-left: 3%;
  width: 72%;
}

li#menu-item-96 {
  width: auto !important;
}
#access ul li.current-page-ancestor ul.sub-menu {
  display: block;
}
#access ul li.current-page-ancestor ul.sub-menu li {
  background: none;
}

.research-center h4.rc-title a {
  color: #012a2d;
  text-decoration: none;
}
.research-center #sidebar ul li a {
  color: #003f2d;
  text-decoration: none;
}
.research-center h4.rc-title a:hover,
#report-subnav a:hover,
.research-center #sidebar ul li a:hover {
  text-decoration: underline;
}
.research-center #sidebar .current-page-ancestor {
  font-weight: bold;
}
.research-center #content h3 {
  margin-bottom: 2em;
}

#report-subnav-col-1,
#report-subnav-col-2,
#report-subnav-col-3 {
  float: left;
  margin-right: 3%;
  width: 30%;
}
#report-subnav {
  background-color: #cad1d3;
  clear: both;
  margin-bottom: 2em;
  padding: 1em 1em 1em 0;
  overflow: hidden;
}
#report-subnav h4 {
  text-transform: uppercase;
}
#report-subnav a {
  color: #003f2d;
  display: block;
  text-decoration: none;
}
#report-subnav a.current_menu_item {
  color: #012a2d;
  font-weight: bold;
}
#report-subnav-col-3 {
  margin-right: 0;
}

.cbre-report-loop .cbre-report-1,
.cbre-report-loop .cbre-report-2,
.cbre-report-loop .cbre-report-3,
.cbre-report-loop .cbre-report-4 {
  float: left;
  padding-right: 2%;
  width: 23%;
}
.cbre-report-loop .cbre-report-4 {
  padding-right: 0;
}
.cbre-report-loop .detail {
  text-align: center;
  overflow: hidden;
}
.cbre-report-loop .detail .report-thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 1px #96b3b6;
  width: 100%;
  height: 150px;
}
.cbre-report-loop .detail .report-title {
  margin: 5px 0 0 0;
}

.cbre-report-loop .detail .report-title a {
  color: #003f2d;
  font-size: 1.3em;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
}
.cbre-report-loop .detail .report-title a:hover {
  text-decoration: underline;
}
.cbre-report-loop .detail .report-updated {
  color: #cad1d3;
}
.report-thumb a img {
  width: 100% !important;
  height: 100% !important;
}
.cbre-report-loop .detail a.download {
  background-color: #96b3b6;
  border: solid 1px #96b3b6;
  color: #003f2d;
  display: block;
  margin: 4px 0 0 0;
  padding: 0.15em 0 0.15em 0;
  text-decoration: none;
  text-transform: uppercase;
}
.cbre-report-loop .detail a.download:hover {
  background-color: #003f2d;
  border: solid 1px #003f2d;
  color: #fff;
}
.cbre-report-loop .detail a.more {
  color: #7f8480;
  text-decoration: none;
}
.cbre-report-loop .detail a.more:hover {
  text-decoration: underline;
}
.research-center .report-spacer {
  clear: both;
  height: 10px;
  margin: 1em 0 1em 0;
  overflow: hidden;
}
.report-download h3 {
  margin-bottom: 0 !important;
}
.report-download .report-updated {
  color: #cad1d3;
  margin-bottom: 1em !important;
}
.report-download .report-thumb {
  float: left;
  height: auto;
  margin-right: 15px !important;
  width: 150px !important;
}
.report-download .abstract {
  margin-left: 165px;
}
.report-download a.download {
  background-color: #96b3b6;
  border: solid 1px #96b3b6;
  color: #003f2d;
  display: block;
  margin: 1em 0 0 0;
  padding: 0.5em 0 0.5em 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 12em;
}
.report-download a.download:hover {
  background-color: #003f2d;
  border: solid 1px #003f2d;
  color: #fff;
}

body.research li#menu-item-96 {
  background-color: #17e88f;
}

#wprmenu_menu ul li a,
#wprmenu_menu ul li a:hover {
  padding: 9px 11px;
}

.border-top {
  border-top: solid 1px #003f2d;
}
#property-search {
  overflow: hidden;
}
#property-search .search-container {
  float: none;
  margin: auto;
  max-width: 970px;
}
.search-container .c1,
.search-container .c2 {
  background-color: #003f2d;
  float: left;
  height: 8px;
  width: 8px;
  vertical-align: top;
}
.search-container .c1 span,
.search-container .c2 span {
  background-color: #fff;
  display: inline-block;
  height: 8px;
  width: 8px;
  vertical-align: top;
}
.search-container .c1 span {
  border-radius: 0 18px 0 0;
}
.search-container .c2 span {
  border-radius: 18px 0 0 0;
}
.label-hold {
  margin: auto;
  width: 17em;
}
.search-container .label {
  background: #003f2d;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  color: #fff;
  cursor: pointer;
  float: left;
  padding: 0.3em 0 0.35em 0;
  overflow: hidden;
  text-align: center;
  width: 16em;
}
.search-container .label span:before {
  content: "\f179";
  display: inline-block;
  font: 400 24px/1 dashicons !important;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.search-container .label label {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto 0 auto;
  text-transform: uppercase;
}
#property-search-form {
  background-color: #96b3b6;
  padding: 0.5em 0 0.75em 0;
}
#property-search-form #s {
  color: #7f8480;
  padding: 0.25em;
  font-size: 1.5em;
  width: 75%;
}
.search-form-container {
  margin: auto;
  max-width: 970px;
  padding: 1em;
  text-align: center;
}
.search-form input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  color: #003f2d;
  font: normal 44px/1 "dashicons";
  vertical-align: bottom;
}

.wp-seo-paginate a {
  display: inline-block;
  padding: 4px 8px;
}
div#wpcf7-f2863-p2862-o1.wpcf7 {
  margin: 0 0 0 280px;
}
.showform {
  cursor: pointer;
}
.shortform {
  display: none;
}
.shortform p {
  margin: 0.25em 0 0.25em 0;
}
.shortform input,
.shortform textarea {
  background-color: #fff;
  box-shadow: none;
  border-radius: 12px;
  -webkit-box-shadow: none;
  font-size: 13pt;
  width: 100%;
}
.shortform {
  overflow: hidden;
}
.shortform input[type="submit"] {
  background-color: #efefef;
  float: right;
  padding: 0.15em 1.2em 0.15em 1.2em;
  width: auto;
}
.shortform.open {
  display: block;
}
h3.showform.button {
  background-color: #17e88f;
  color: #fff;
  border-radius: 8px;
  margin: 0;
  padding: 0.45em 0.5em 0.35em 0.5em;
  transition: all 0.35s;
}
h3.showform.button span {
  float: right;
  font-size: 1em;
}

#property-slideshow {
  background-color: #cad1d3;
  height: 550px;
  overflow: hidden;
  margin: 0.15em 0 0 0;
}
#property-slideshow .stage {
  margin: auto;
  max-width: 970px;
}
p.more.button {
  border: solid 1px #cad1d3;
  border-radius: 12px;
  color: #cad1d3;
  cursor: pointer;
  display: inline-block;
  padding: 0.35em 1em 0.25em 1em;
}
p.showform.button {
  background-color: #17e88f;
  border-radius: 13px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0.45em 0.5em 0.3em 0.75em;
  text-align: left;
  text-transform: uppercase;
}
p.showform.button > span {
  display: inline-block;
  float: right;
  margin-left: 1em;
  margin-top: 1px;
}

.extra {
  display: none;
}
.extra li {
  list-style-type: none;
}
.extra .submenu {
  float: right;
  width: 38%;
  margin: 0 0 1em 1.5em;
  padding: 0 0 0 1em;
  border-left: dotted 1px #cad1d3;
}
#content .extra .submenu h3 {
  text-transform: uppercase;
  color: #7f8480;
  font-weight: normal;
}
.extra .submenu a {
  text-decoration: none;
}
#content h3.subhead {
  color: #cad1d3;
  font-weight: normal;
}
#content h3.subhead a {
  text-decoration: none;
}

.stage.related-properties {
  margin-top: 2em;
}
.stage.related-properties h3:first-child {
  font-size: 24px;
  font-weight: 800;
  color: #003f2d;
}
.stage.related-properties h3 a {
  text-decoration: none;
}
.stage.related-properties h4 {
  font-size: larger;
  font-weight: bold;
  padding: 0;
}
.stage.related-properties ul {
  display: inline-block;
  margin-bottom: 2em;
}
.stage.related-properties ul li {
  display: inline;
  list-style-type: none;
  margin-right: 0.25em;
}
#footer p.dateline {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

body.cbre_property #access ul .menu-item-4116 ul:first-of-type {
  display: block;
}
body.cbre_property #menu-item-4116 {
  background: #17e88f;
}

#maincontent {
  width: 93.75%; /* 960px / 1024px */
}

.maincontent {
  width: 93.75%; /* 960px / 1024px */
}

#cbre-call-us.search h2 {
  font-size: 2.25em;
  line-height: 1em;
}
#cbre-call-us.search h4 {
  margin: 0;
  padding: 0;
}
#cbre-call-us.search h3 {
  color: #003f2d;
  font-size: 1.35em;
  margin: 0.5em 0 0 0;
}
#cbre-call-us.search h4 {
  margin: 0.25em 0 0.25em 0;
  padding: 0;
}

/*  SECTIONS  ============================================================================= */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0; /* all browsers except IE6 and lower */
}

/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.8%;
}

/*  GRID OF FIVE   ============================================================================= */

.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.68%;
}

.span_3_of_5 {
  width: 59.36%;
}

.span_2_of_5 {
  width: 39.04%;
}

.span_1_of_5 {
  width: 18.72%;
}

/*  GRID OF SEVEN   ============================================================================= */

.span_7_of_7 {
  width: 100%;
}

.span_6_of_7 {
  width: 85.48%;
}

.span_5_of_7 {
  width: 70.97%;
}

.span_4_of_7 {
  width: 56.45%;
}
.span_3_of_7 {
  width: 41.94%;
}
.span_2_of_7 {
  width: 27.42%;
}
.span_1_of_7 {
  width: 12.91%;
}

/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
  width: 100%;
  margin-left: 0;
}

.span_11_of_12 {
  width: 91.53%;
}

.span_10_of_12 {
  width: 83.06%;
}

.span_9_of_12 {
  width: 74.6%;
}

.span_8_of_12 {
  width: 66.13%;
}

.span_7_of_12 {
  width: 57.66%;
}

.span_6_of_12 {
  width: 49.2%;
}

.span_5_of_12 {
  width: 49.2%;
}
.span_5_of_12:nth-child(2n + 1) {
  margin-left: 0;
}

.span_4_of_12 {
  width: 32.26%;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}
.span_4_of_12:nth-child(3n + 1) {
  margin-left: 0;
  clear: both;
}
.span_4_of_12:nth-last-child(1),
.span_4_of_12:nth-last-child(2),
.span_4_of_12:nth-last-child(3) {
  margin-bottom: 8px !important;
}

#hp-news .span_4_of_12 {
  margin-bottom: 0 !important;
}

.span_3_of_12 {
  width: 23.8%;
}

.span_2_of_12 {
  width: 15.33%;
}

.span_1_of_12 {
  width: 6.86%;
}

.summary-thumb {
  float: left;
  margin: 0 1em 1em 0;
  width: 140px;
}
.tabcontent-wrapper .summary-thumb {
  margin-right: 0.5em;
  width: 100px;
}
.summary-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

div.news-excerpt {
  border-bottom: dotted 1px #cad1d3;
  margin-bottom: 1.5em;
  padding-bottom: 0.75em;
}
div.news-excerpt .entry-summary {
  overflow: hidden;
  padding-right: 0;
  clear: none;
}
.col.award {
  display: none;
  max-width: 20%;
  margin: auto;
  clear: both;
  float: none;
}
.col.award img {
  max-width: 100%;
}
.hp-search-icon,
.search-icon {
  text-decoration: none;
}
.marker {
  background-image: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 40px;
  cursor: pointer;
}
.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
}

/*
	New version 3.0
===========================================*/

#cbre-call-us .submit input[type="submit"],
.wpcf7-submit {
  padding: 10px 50px 8px !important;
  align-items: normal;
  color: #003f2d !important;
  border-color: #003f2d;
  text-transform: uppercase;
  border-radius: 5px;
}
#cbre-call-us .submit input[type="submit"]:hover,
.wpcf7-submit:hover {
  background-color: #003f2d;
  border-color: #003f2d;
  color: #ffffff !important;
  cursor: pointer;
}

/*
	archives
*/
.archives .current-month a {
  font-weight: bold;
  text-decoration: underline;
}

/*
	Current menu
*/
#menu-secondary-top-2-0 a:hover,
#menu-secondary-top-2-0 .current-menu-item a,
#menu-main-menu-2-0 li a:hover,
#menu-main-menu-2-0 li.current-menu-item a,
#menu-main-menu-2-0 li.current_page_parent > a {
  color: #003f2d;
}

#property-menu .commercial,
#property-menu .residential {
  padding-left: 60px !important;
  position: relative;
}

#property-menu .commercial:before {
  content: "";
  height: 200px;
  border-left: 1px solid #cad1d3;
  position: absolute;
  margin-top: 72px;
  left: 0;
}

/*
 Google reCaptcha
*/
.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
  float: left;
}
span[error] {
  color: red;
}

/*
	Career
*/
.section-content {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.career-single {
  background: #fff;
  padding: 30px 50px;
  margin-bottom: 30px;
}
.row {
  overflow: hidden;
}
.input-group input {
  width: 100%;
  border-radius: 3px !important;
  box-shadow: none;
  border: 1px solid #cad1d3;
  height: 40px !important;
  line-height: 40px;
  margin-top: 6px;
}
.form-group input {
  width: 100%;
  margin-top: 6px;
  padding: 6px 15px;
}

.form-group textarea {
  width: 100%;
  border-radius: 3px;
  box-shadow: none;
  margin-top: 6px;
}
.upload-list {
  margin-top: 15px;
}
.upload-list:last-child {
  margin-bottom: 15px;
}
span.delete.pull-right {
  float: right;
  cursor: pointer;
}

.careers-list {
  margin-bottom: 30px;
}
.career-list {
  padding: 20px 30px 40px;
  border-radius: 8px;
  border: 1px solid #003f2d;
  float: left;
  width: 49%;
  margin-right: 2%;
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
}
.career-list:nth-child(2n) {
  margin-right: 0;
}
.career-list:nth-last-child(1),
.career-list:nth-last-child(2) {
  margin-bottom: 0;
}
.career-list:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.career-list:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/arrow-right.svg");
  background-size: contain;
  background-position: center;
  height: 100%;
  background-repeat: no-repeat;
}
.careers-list a {
  color: #012a2d;
  text-decoration: none;
}
.career-list h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #003f2d;
}
.career-list .careers-location,
.career-list .careers-positions {
  margin-bottom: 10px;
}
.career-list b {
  color: #003f2d;
  font-weight: 800;
}

@media only screen and (max-width: 1000px) {
  .col.award {
    display: block;
  }
  .col.property {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  #access .menu-header ul#menu-main-menu,
  div.menu ul#menu-main-menu {
    width: 100%;
  }
  #access a {
    font-size: 12px !important;
    margin: 0 13px;
  }
  .right-header {
  }
  .page-template-contact #container,
  .page-template-default #container {
    padding: 2em;
  }
}
@media only screen and (max-width: 860px) {
  #access a {
    font-size: 0.7em !important;
    margin: 0 8px 0 8px !important;
  }
  #access .sub-menu li a {
    font-size: 12px !important;
    padding: 0 !important;
  }
  #top_texts_2 {
    width: 100%;
  }
  #top_texts_2 ul {
    float: right;
    margin-right: 10px;
  }
  .cbre-feature-property .fp-details {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .residential-text {
  }
  #footer-container {
    padding: 1em;
  }
  .wpcf7-text,
  .wpcf7 textarea {
    width: 95%;
  }
  .search #content.span_3_of_4 {
    width: 100%;
  }
}

@media only screen and (max-width: 740px) {
  .right-header,
  .menu-header,
  #stage-container,
  .col.slider {
    display: none;
  }
  #access {
    height: 42px !important;
  }
  .section.slider {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .cbre-feature-property {
    background-color: #dbd99a;
    border: 0;
    box-sizing: border-box;
    margin: 1em 0 1em 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .cbre-feature-property img {
    float: left;
    margin-right: 1em;
    max-width: 100%;
    width: 50%;
  }
  .cbre-feature-property h2 {
    display: inline-block;
  }
  .cbre-feature-property h3 {
    clear: none;
  }
  .cbre-feature-property h2 {
    font-size: 1.1em;
    margin-top: 1.25em;
    text-transform: uppercase;
  }
  .cbre-feature-property h3 {
    font-size: 1.25em;
  }
  .cbre-feature-property .fp-details {
    clear: none;
    display: inline;
  }
  .search-container .label {
    background-color: #96b3b6;
    color: #003f2d;
  }
  .search-container .c1,
  .search-container .c2 {
    background-color: #96b3b6;
  }
  .border-top {
    border-top: 0;
  }
  #property-search-form h2 {
    font-size: 1.2em;
  }
  .search-form-container {
    padding: 0;
  }
  .bx-wrapper,
  ul.bxslider li,
  .bx-viewport,
  #property-slideshow {
    height: 400px;
  }
}

@media only screen and (max-width: 600px) {
  #search_type > div {
    margin: 0.6em 10px 1em 0 !important;
  }
  .cbre-feature-property {
    padding: 1em;
  }
  .cbre-feature-property img {
    float: none;
    width: 100%;
  }
  .cbre-feature-property h2,
  .cbre-feature-property h3,
  .cbre-feature-property .fp-details {
    display: block;
  }
  .cbre-feature-property h2 {
    margin-top: 0;
  }
  #content .residential-image img {
    width: 100%;
    max-width: 100%;
  }
  .property-single-image .property-img a .img {
    width: 100%;
  }
  p.or {
    display: none;
  }
  .bx-pager {
    display: none;
  }
  .col.award {
    max-width: 50%;
  }

  #secondary.contact-residential {
    margin-left: 0;
  }
}

a {
  cursor: pointer;
}

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
  .wp-paginate a {
    padding: 2px 6px;
  }
  .wp-paginate li span.title {
    display: none;
  }
  .research-consulting strong {
    float: left;
  }
  #search_type > div {
    margin: 0.6em 10px 1em 0 !important;
  }
  .property-single-extra {
    width: 44%;
  }
  .property-img {
    width: 100%;
  }
  .property-single-image .property-img img {
    width: 100%;
  }
  .bx-wrapper,
  ul.bxslider li,
  .bx-viewport,
  #property-slideshow {
    height: 300px;
  }
}

@media only screen and (max-width: 420px) {
  .col.award {
    max-width: 90%;
  }
  .summary-thumb {
    float: none;
    clear: both;
    width: 100%;
  }
  .summary-thumb img {
    width: 100%;
    max-width: 100%;
  }
  .tabcontent-wrapper .summary-thumb {
    width: 100%;
  }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 600px) {
  .span_7_of_7 {
    width: 100%;
  }
  .span_6_of_7 {
    width: 100%;
  }
  .span_5_of_7 {
    width: 100%;
  }
  .span_4_of_7 {
    width: 100%;
  }
  .span_3_of_7 {
    width: 100%;
  }
  .span_2_of_7 {
    width: 100%;
  }
  .span_1_of_7 {
    width: 100%;
  }
  .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_4 {
    width: 100%;
  }
  .span_2_of_4 {
    width: 100%;
  }
  .span_1_of_4 {
    width: 100%;
  }
  .span_5_of_5 {
    width: 100%;
  }
  .span_4_of_5 {
    width: 100%;
  }
  .span_3_of_5 {
    width: 100%;
  }
  .span_2_of_5 {
    width: 100%;
  }
  .span_1_of_5 {
    width: 100%;
  }
}
