@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900,100italic,300italic,400italic');
@import url('https://fonts.googleapis.com/css?family=Oswald:700,400,300');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&subset=latin-ext');
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/****************************
*   FOR RESPONSIVENESS      *
****************************/
::selection {
  background: #4f5362;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #4f5362;
  /* Gecko Browsers */
  color: #fff;
}
html {
  font-size: 14px;
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  p {
    font-size: 1em;
    margin-bottom: 1.8em;
  }
}
/****************************
*      BODY DEFAULTS        *
****************************/
body {
  font-size: 1em;
}
a {
  color: #37a6c4;
}
a:hover {
  text-decoration: none;
  color: #5db9d1;
}
/****************************
*      Buttons        *
****************************/
.btn {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn i {
  position: relative;
  top: -2px;
}
.btn.text-left {
  text-align: left;
}
.btn-brand {
  background: #37a6c4;
  color: #fff;
}
.btn-brand:hover {
  color: #fff;
  background: #2c849c;
}
.btn-dark {
  background: #272727;
  color: #fff;
}
.btn-dark:hover {
  color: #fff;
  background: #2c849c;
}
.btn-red {
  background: #4f5362;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background: #383b46;
}
.btn-alt {
  background: #f0f0f0;
  color: #222;
}
.btn-alt:hover {
  color: #fff;
  background: #2c849c;
}
/****************************
*      Background Colors        *
****************************/
.bk-primary {
  background: #325d88;
}
.bk-success {
  background: #93c54b;
}
.bk-warning {
  background: #f47c3c;
}
.bk-danger {
  background: #d9534f;
}
.bk-info {
  background: #29abe0;
}
.bk-white,
.bk-light {
  background: #fff;
}
.bk-light-transparent {
    background: rgba(255,255,255,.8);
}
.bk-brand {
  background: #37a6c4;
}
.bk-dark {
  background: #222;
}
.bk-blue {
  background: #0010ce;
}
.bk-alt {
  background: #f7f7f7;
}
.bk-ghost {
  background: transparent;
}
.bk-img {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../imgs/login-bg.jpg);
}
.bk-fixed {
  background-attachment: fixed;
}
.hr-green {
  height: 2px;
  background: #37a6c4;
}
.hr-grey {
  height: 2px;
  background: #f0f0f0;
}
.hr-dashed {
  background-color: transparent;
  border-top: 1px dotted #edf0f5;
  color: transparent;
  height: 1px;
  margin: 20px 0;
}
.panel {
  overflow: hidden;
}
/****************************
*      Border        *
****************************/
.brdr {
  border: 1px solid #f0f0f0;
}
/****************************
*      Text size color        *
****************************/
.font-one {
  font-family: 'Oswald', sans-serif;
}
.text-bold {
  font-weight: bold;
}
.text-normal {
  font-weight: normal;
}
.text-thin {
  font-weight: 100;
}
.text-lowercase {
  text-transform: none;
}
.text-sm {
  font-size: 13px;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 1.6em;
}
.text-2x {
  font-size: 2em;
}
.text-3x {
  font-size: 2.4em;
}
.text-4x {
  font-size: 3em;
}
.text-white,
.text-light {
  color: #fff !important;
}
.link-white a {
  color: #fff;
}
.text-grey {
  color: #ccc;
}
.text-dgrey {
  color: #818181;
}
.text-brand {
  color: #37a6c4;
}
.text-yellow {
  color: #ffff00;
}
.title .line {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}
.blur {
	color:transparent;
	text-shadow: 0px 0px 7px #000;
	position: relative;
}
.blur:after {
    content: ' ';
    position: absolute;
    background-color: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
table {
	position: relative;
}
table:after {
    content: ' ';
    position: absolute;
    background-color: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/****************************
*       Margins         *
****************************/
.mt {
  margin-top: 18px;
}
.mt-0x {
  margin-top: 0 !important;
}
.mt-2x {
  margin-top: 36px;
}
.mt-3x {
  margin-top: 54px;
}
.mt-4x {
  margin-top: 90px;
}
.mt-5x {
  margin-top: 144px;
}
.mb {
  margin-bottom: 18px;
}
.mb-0x {
  margin-bottom: 0 !important;
}
.mb-2x {
  margin-bottom: 36px;
}
.mb-3x {
  margin-bottom: 54px;
}
.mb-4x {
  margin-bottom: 90px;
}
.mb-5x {
  margin-bottom: 144px;
}
.pt {
  padding-top: 18px;
}
.pt-2x {
  padding-top: 36px;
}
.pt-3x {
  padding-top: 54px;
}
.pt-4x {
  padding-top: 90px;
}
.pt-5x {
  padding-top: 144px;
}
.pb {
  padding-bottom: 18px;
}
.pb-2x {
  padding-bottom: 36px;
}
.pb-3x {
  padding-bottom: 54px;
}
.pb-4x {
  padding-bottom: 90px;
}
.pb-5x {
  padding-bottom: 144px;
}
/* Content boxes */
.content-box {
  padding: 15px;
}
.block-anchor {
  display: block;
}
/****************************
*       Content Typography         *
****************************/
.content-format {
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: .01em;
  font-style: normal;
  word-wrap: break-word;
}
.content-format .h1,
.content-format .h2,
.content-format .h3,
.content-format .h4,
.content-format .h5,
.content-format .h6,
.content-format h1,
.content-format h2,
.content-format h3,
.content-format h4,
.content-format h5,
.content-format h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-weight: bold;
  font-style: normal;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 40px;
}
.content-format .h1 a,
.content-format .h2 a,
.content-format .h3 a,
.content-format .h4 a,
.content-format .h5 a,
.content-format .h6 a,
.content-format h1 a,
.content-format h2 a,
.content-format h3 a,
.content-format h4 a,
.content-format h5 a,
.content-format h6 a {
  font-size: inherit;
}
.content-format .h2,
.content-format h2 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f0f0f0;
}
.content-format .h3,
.content-format h3 {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 4px;
  margin: 1em 0 0.5em;
}
.content-format .h4,
.content-format h4 {
  font-size: 1.7em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.content-format .h5,
.content-format h5 {
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.content-format .h6,
.content-format h6 {
  font-size: 1.3em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.content-format strong {
  font-weight: bold;
}
.content-format ul:not(.social-awesome) {
  list-style: disc outside;
  margin: 1.714285714rem 0 1.714285714rem;
  line-height: 1.714285714;
}
.content-format ul:not(.social-awesome) li {
  margin: 0 0 0 36px;
  margin: 0 1rem 0 2.571428571rem;
}
.content-format ul:not(.social-awesome).list-unstyled {
  list-style: none;
}
.content-format ul:not(.social-awesome).list-unstyled li {
  margin: 0 0 0 24px;
}
.content-format em {
  font-style: italic;
}
.content-format p {
  margin-bottom: 1.8em;
}
.content-format figure {
  margin-bottom: 42px;
}
.content-format figure .caption {
  color: #999;
  font-size: 14px;
}
.content-format img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.content-format .fa {
  color: #37a6c4;
  margin-right: 10px;
}
.content-format blockquote {
  border-left: 4px solid #c3c3c3;
  border-left: 4px solid rgba(51, 51, 51, 0.17);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1em;
  padding-left: 0.7778em;
}
.content-format blockquote.double-quote {
  border-left: none;
  padding-left: 1em;
}
.content-format pre {
  background: #fff;
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: .9em;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
}
.content-format ol {
  margin: 24px 0 24px;
  margin: 1.714285714rem 0 1.714285714rem;
  line-height: 1.714285714;
  list-style: decimal outside;
}
.content-format img.wp-smiley,
.content-format img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
/*
 * Theme Struck - Harmony - Free responsive Bootstrap admin template by Themestruck.com (http://themestruck.com)
 * Code licensed under the MIT
 * For details, see #
 */
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Social Button Modifications */
.btn {
  text-transform: none;
}
.btn-social > :first-child {
  width: 42px;
  line-height: 46px;
}
.btn-social {
  padding-left: 58px;
}
/* Circle buttons */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
/* Chart design */
/* Charts */
.chart-dot-list {
  display: block;
  margin-top: 60px;
  margin-left: 20px;
}
.chart-dot-list li {
  margin-bottom: 4px;
}
.chart-dot-list li:before {
  content: '';
  height: 12px;
  width: 12px;
  margin-right: 6px;
  display: inline-block;
  background: #222;
  border-radius: 50%;
}
.chart-dot-list li.a1:before {
  background: #F7464A;
}
.chart-dot-list li.a2:before {
  background: #46BFBD;
}
.chart-dot-list li.a3:before {
  background: #FDB45C;
}
.chart-doughnut {
  padding: 41px 0;
}
/* component */
.page-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.page-title small {
    float: right;
    margin-top: 10px;
}
.brand {
  background: #3e454c;
  position: relative;
  z-index: 3;
  position: fixed;
  width: 100%;
  top: 0;
}
.brand .logo {
  box-sizing: border-box;
  padding: 20px 15px;
  padding: 10px 15px;
  float: left;
  display: block;
  width: 200px;
  width: 150px;
}
@media only screen and (min-width: 992px) {
  .brand .logo {
    width: 250px;
  }
}
.brand .logo img {
  height: 50px;
  height: 30px;
}
.brand .menu-btn {
  float: right;
  background: #232d3b;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 20px 20px;
}
@media only screen and (min-width: 992px) {
  .brand .menu-btn {
    display: none;
  }
}
.brand .ts-profile-nav {
    margin-top: 20px;
    margin-top: 0px;
}
@media only screen and (min-width: 992px) {
	.brand .ts-profile-nav {
	  float: right;
	}
}
.brand .ts-profile-nav li {
  display: none;
  float: left;
  position: relative;
}
.brand .ts-profile-nav li.level {
  display: block;
}
.brand .ts-profile-nav li a {
  display: block;
  padding: 15px;
  color: #fff;
}
.brand .ts-profile-nav li ul {
  visibility: hidden;
  opacity: 0;
  right: 0;
  position: absolute;
}
.brand .ts-profile-nav li ul li {
  float: none;
  width: 180px;
}
.brand .ts-profile-nav li ul li a {
  padding: 10px 20px;
  background: #222;
}
.brand .ts-profile-nav .ts-account .fa-angle-down {
  float: right;
}
.brand .ts-profile-nav .ts-account > a {
  width: 180px;
  background: #2c3136;
}
.brand .ts-profile-nav .ts-account .ts-avatar {
  border-radius: 50%;
  height: 28px;
  margin: -10px 0;
  margin-right: 10px;
}
.brand .ts-profile-nav .ts-account:hover ul {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .brand .ts-profile-nav li {
    display: block;
  }
}
.ts-sidebar::-webkit-scrollbar-track {
  background-color: transparent;
}
.ts-sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.ts-sidebar::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;
}
.ts-sidebar {
  background: #2c3136;
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
  position: fixed;
  z-index: 2;
  width: 100%;
  bottom: 0;
  top: 50px;
  overflow-y: auto;
}
.ts-sidebar .hidden-side {
  display: none;
}
.ts-sidebar .ts-sidebar-search {
  width: 100%;
  background: #25292a;
  border: none;
  padding: 10px 15px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .ts-sidebar .ts-profile-nav {
    display: none;
  }
  .ts-sidebar {
    max-height: 100%;
    bottom: 0;
  }
}
.ts-sidebar-menu .ts-label {
  color: #585c64;
  font-weight: bold;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 10px;
}
.ts-sidebar-menu a {
  display: block;
  text-decoration: none;
  padding: 8px 15px;
  color: #fff;
  border-left: 3px solid #2c3136;
  transition: all .3s ease-in;
}
.ts-sidebar-menu li {
  position: relative;
}
.ts-sidebar-menu li i {
  color: #e2e2e2;
  margin-right: 10px;
}
.ts-sidebar-menu li ul {
  display: block;
  background: rgba(255, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.32);
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.menu-open,
.ts-sidebar-menu .open > ul {
  max-height: 2000px;
}
.ts-sidebar-menu .open > a {
  background: rgba(51, 56, 62, 0.35);
}
.ts-sidebar-menu > .open > a {
  background: #33383e;
  border-left: 3px solid #37a6c4;
}
.ts-sidebar-menu .open > .more i {
  transform: rotate(180deg);
}
.more i {
  color: #fff;
  padding: 15px;
  transition: transform 0.3s;
}
.more {
  float: right;
  min-width: 10%;
  cursor: pointer;
}
.ts-main-content .content-wrapper {
  padding-top: 15px;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .ts-main-content .ts-sidebar {
    width: 250px;
    float: left;
  }
  .ts-main-content .content-wrapper {
    margin-left: 250px;
  }
}

a,
a:active,
a:hover,
a:focus {
 outline: none;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
   margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-padding {
    padding: 0;
}

.no-border {
    border: none;
}

/* Login page */
.login-page {
  position: absolute;
  height: 100%;
  width: 100%;
}
.login-page .form-content {
    margin-top: 150px;
}

.login-page h1 {
    margin-top: 0;
    padding-bottom: 20px;
    line-height: 1em;
    color: #002166;
    border-bottom: 1px solid #00405f;
}

/*DASHBOARD*/
body.home .stats .panel-body {
    cursor: pointer;
}

table.notes tbody p {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 10px;
}

table.notes tbody span.label {
    font-weight: normal;
}

table.notes p {
    margin-top: 0 !important;
}

table.notes.dashboard p {
    margin-top: 10px !important;
}

table.notes .label.label-transparent {
    background-color: transparent;
    color: #000000;
    padding-left: 0;
    font-size: 0.85em;
}

.panel .panel-heading, .panel .panel-title {
    font-size: 1.1em;
}

/*MY APARTMENTS*/
#my-apartments .panel-heading {
    font-size: 1.4em;
}

#my-apartments .panel-heading span {
    float: right;
    font-size: 0.72em;
    padding-top: 5px;
    font-weight: normal;
}

#my-apartments .unitinfo .well {
    text-align: center;
    font-size: 1.5em;
    color: #002166;
    background: transparent;
    border: 1px solid #cccccc;
}

#my-apartments .unitinfo .well span {
    display: block;
    color: #9e9e9e;
    font-size: 0.5em;
    margin-bottom: 10px;
}

#my-apartments .unitinfo .well span i {
    font-size: 2.8em;
    display: block;
}

#my-apartments .thumbnail {
    margin-bottom: 0;
}

#my-apartments .unitpanel:hover {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}

#my-apartments-unit .modal-footer {
    text-align: center;
    padding-top: 0;
}

#my-apartments-unit .modal-body div.panel:last-child {
    margin-bottom: 0;
}

#my-apartments-unit span.label {
    font-weight: normal;
}

a.unitphoto {
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
}

table.payments span.label {
    font-weight: normal;
    font-size: 1em;
    margin-left: 5px;
    /*margin-right: 5px;*/
}

table.payments p {
    padding: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.2em;
}

p.currency_rate {
    padding: 0;
    margin-bottom: 0;
    font-size: 0.8em;
    font-weight: normal;
}

a.btn-toggle-transactions {
    font-family: Lato, 'Open Sans', sans-serif;
    font-size: 0.9em;
    padding: 5px 15px 5px 40px;
    background: transparent;
    color: #002166;
    position: relative;
}

a.btn-toggle-transactions::before {
    content: "\f205";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #002166;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 15px;
}

a.btn-toggle-transactions:hover,
a.btn-toggle-transactions:focus,
a.btn-toggle-transactions:active {
    background: transparent !important;
    color: #009900;
}

a.btn-toggle-transactions:hover::before,
a.btn-toggle-transactions:focus::before {
    color: #009900;
}

a.btn-toggle-transactions.collapsed::before {
    content: "\f204";
}

.balance-summary .h1 {
    font-weight: 500;
}

.balance-summary .stat-panel-title {
    font-size: 1.5em;
}

.balance-summary .stat-panel-title span {
    display: block;
    font-size: .8em;
    color: #f7ecb5;
}

span.closingbalance {
    display: inline-block;
    float: right;
}

td.nowrap {
    white-space: nowrap;
}

/*NEWS*/
.latest_news span.label {
    font-weight: normal;
	font-size: 1em;
}

.latest_news h2 {
    font-size: 1.4em;
    margin: 1em 0 0.5em 0;
}

.latest_news h2 a {
	color: #3e3f3a;
}

.latest_news p {
    font-size: 0.9em;
    margin-bottom: 0;
}

.latest_news a.read_full {
    display: block;
    margin: 5px 0 20px 0;
}

.latest_news a{
    display: block;
}

.lam_photo {
    background-color: #fff;
    height: 200px;
    overflow: hidden;
}

.lam_photo img{
	display: block;
	width: 80%;
	margin: 0 auto;
}

.lam h3{
	color: #fff;
	font-size: 1em;
	text-align: center;
	padding: 0 1em;
	margin: 0.6em 0;
}

.lam h3 a{
	background: #29abe0;
    background-color: #f8f5f0;
    color: #fff;
	color: #37a6c4;
    border: 1px solid #bfbab2;
    border-top: 1px solid #dfd7ca;
    text-transform: uppercase;
    display: block;
    border-radius: 3px;
    margin-top: 0.2em;
	padding: 8px 0;
	font-weight: 500;
}

.lam h3 a:hover {
	background: #325d88;
}

.news_img_home {
	background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;
	margin-bottom: 0.5em;
}

.news_list {
}

.news_list .latest_news {
}

.news_list .news_img_home {
    height: 285px;
	background-size: cover;
    background-position: center center;
    width: 100%;
}

.news_list .latest_news h2 {
    font-size: 32px;
    margin: 0 0 20px 0;
}

.news_list .latest_news span.label {
    background-color: transparent;
    font-size: 15px;
    color: #3e3f3a;
    padding: 0;
}

.news_list .latest_news p {
    color: #999999;
    font-size: 15px;
    line-height: 1.2em;
    margin: 20px 0 10px 0;
}

.news-paginate {
	margin-bottom: 1em;
}

.news-paginate button {
	padding: 0.3em 0.8em;
    font-size: 14px;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn-paginate-number-current,
.btn-paginate-number:hover,
.btn-paginate-control:hover {
	background-color: #3e3f3a88;
}

article {
	padding: 0 15px;
}

article img.thumbnail {
    width: 320px;
    height: auto;
    margin-right: 10px;
	margin-bottom: 10px;
	background-color: transparent;
    border: 0px none;
    border-radius: 0;
}

article h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

article p {
	margin-bottom: 1em;
}

article .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
	margin: 0 auto;
}

.unitpanel .unit_foto {
	width: 210px;
}

.unitpanel .unit_data {
	width: calc( 100% - 210px );
}

.stat-panel-title i {
    font-size: 2.5em;
    margin-right: 0.4em;
    vertical-align: middle;
}

a.property-link {
    color: #002145;
    text-decoration: none;
}

.property-list-item {
    width: 100%;
    min-height: 270px;
    cursor: pointer;
    box-shadow: 0 1px 7px rgba(0,0,0,0.3);
    border: 0;
    margin: 0 0 30px 0;
    border-radius: 0;
    position: relative;
}

.property-list-item .item-thumb {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 270px;
    position: relative;
}

.property-list-item .szoveg {
	height: 270px;
	padding-left: 30px;
}

.property-list-item aside {
    font-size: 16px;
}

.property-list-item h4 {
    font-size: 16px;
}

.property-list-item h3 {
    border-bottom: 1px solid #ccc;
    margin-top: 7px;
    padding: 0 0 15px;
    font-size: 28px;
}

.property-list-item p {
    font-size: 16px;
    line-height: 1.4em;
	margin-bottom: 1.8em;
}

.property-list-item .aside {
	font-size: 16px;
}

.property-list-item .aside h4 {
	margin: 20px 0 30px;
    font-size: 24px;
}

.property-list-item .ar {
    font-size: 26px;
    font-weight: 100;
    color: #e74c3c;
}

.panel-news .panel-footer {
	color: #37a6c4;
}

div.separator {
    width: 100%;
    height: 21px;
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}
div.separator.simple {
    margin: 10px 0;
}
div.separator:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: -50%;
    margin-left: -40px;
    top: 10px;
}
div.separator.simple:before {
    background: #cccccc;
    left: 0;
}
.login-form-keret {
	width: 1120px;
	min-height: 790px;
	margin: 16px auto 0 auto;
	box-shadow: 0 0 19px 1px rgba(0,0,0,0.2);
	font-family: 'Titillium Web',sans-serif;
}
.login-form {
	width: 314px;
	max-width: 314px;
	text-align: center;
	margin: 70px 43px 0 43px;
	float: left;
	color: #000;
}
.login-form h1 {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	padding: 0 0 130px 0;
	margin: 0;
	line-height: normal;
	border: none;
	background-image: url(../imgs/DEMO_IMAGE.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 110px;
}
.login-form h1 span {
	color: #da6d00;
}
.login-form h2 {
	font-weight: 700;
	font-size: 23px;
	margin: 20px 0 16px 0;
}
.login-form h3 {
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 40px 0;
	color: #454545;
}
.login-form h4 {
	display: none;
}
.login-urlap input.mb {
	border: 1px solid #777777;
	border-radius: 4px;
	background-color: #FFFFFF;
	height: 40px;
	font-size: 13px;
	color: #777;
	margin-bottom: 30px;
}
.login-urlap input::-moz-placeholder {
  opacity: 1;
	color: #777;
}
.login-urlap input::-webkit-input-placeholder {
  opacity: 1;
	color: #777;
}
.login-urlap input:-ms-input-placeholder {
  opacity: 1;
	color: #777;
}
.login-urlap button.btn {
	border-radius: 4px;
	background-color: #DA6D00;
	box-shadow: 0 4px 6px 0 rgba(50,50,93,0.11), 0 1px 3px 0 rgba(0,0,0,0.08);
	font-family: 'Titillium Web',sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	height: 41px;
    line-height: 41px;
    padding: 0;
}
.login-form .tower_logo {
    margin: 99px auto 0 auto;
}
.footer-info {
	color: #777777;
	font-family: "Titillium Web";
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	margin-top: 57px;
	margin-bottom: 20px;
}
.footer-info br{
	display: none;
}
.login-marketing {
	width: 720px;
	min-height: 790px;
	background: linear-gradient(270deg, #0575E6 0%, #00274F 100%);
	float:left;
	color: #fff;
	padding: 67px 15px 0 30px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.login-marketing-bg{
	position: absolute;
	z-index:0;
	left: 0;
	right: 0;
	bottom: -15px;
    height: 300px;
    /*background-image: url(../imgs/grafika.png);*/
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto 97%;
}
.login-marketing h2 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 600;
	line-height: 38px;
	margin: 0 0 10px 0;
	z-index:1;
	position: relative;
}
.login-marketing h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
	margin: 0 0 14px 0;
	letter-spacing: 0.4px;
	z-index:1;
	position: relative;
}
.login-marketing h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 0 0;
	z-index:1;
	position: relative;
}
.login-features {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	z-index:1;
	position: relative;
}
.features-ikons {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-around;
	align-content: space-between;
	width: 40px;
	float: left;
}
.features-ikons > div {
	width: 40px;
	font-size: 40px;
    height: 52px;
}
.features-ikons > div img{
	width: auto;
	height: auto;
	max-height: 40px;
	max-width: 40px;
}
.features-text {
	font-size: 14px;
	line-height: 35px;
	font-weight: 300;
	text-align: left;
	padding: 9px 0 9px 17px;
	float: left;
	letter-spacing: 0.4px;
}
.features-text strong {
	font-weight: 600;
}
.gombok {
	text-align: center;
	margin-top: 27px;
	z-index:1;
	position: relative;
}
.gombok a {
		height: 41px;
		width: 204px;
		border-radius: 4px;
		background-color: #FFFFFF;
		box-shadow: 0 4px 6px 0 rgba(50,50,93,0.11), 0 1px 3px 0 rgba(0,0,0,0.08);
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.4px;
		line-height: 41px;
		text-align: center;
		color: #212529;
		display: inline-block;
}
.gombok a.cta-gomb {
		background-color: #1FA99E;
		color: #fff;
}
.gombok span {
		display: inline-block;
		color: #fff;
		height: 41px;
		width: 44px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.4px;
		line-height: 41px;
}
.gombok a.demo-gomb,
.gombok span {
	display: none;
}
#t365Modal {
	overflow-y: auto !important;
}
@media only screen and (max-width: 374px) {
  table.payments thead tr th:nth-of-type(4),
  table.payments thead tr th:nth-of-type(5) {
	font-size: 11px;	  
  }
  table.payments tbody tr td:nth-of-type(5),
  table.payments tbody tr td:nth-of-type(6) {
	font-size: 11px;	  
  }
}
