@import url(//db.onlinewebfonts.com/c/258d71cdaecadb88cd94f3588ac7e168?family=Augustus);
@font-face {font-family: "Augustus";
    src: url("//db.onlinewebfonts.com/t/258d71cdaecadb88cd94f3588ac7e168.eot");
    src: url("//db.onlinewebfonts.com/t/258d71cdaecadb88cd94f3588ac7e168.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/258d71cdaecadb88cd94f3588ac7e168.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/258d71cdaecadb88cd94f3588ac7e168.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/258d71cdaecadb88cd94f3588ac7e168.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/258d71cdaecadb88cd94f3588ac7e168.svg#Augustus") format("svg");
}
* {
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-decoration:none;
	outline:none;
	border:none;
}
img {
	vertical-align:middle;
	height:auto;
}
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#5f6061;
	background-color:#f5f6f8;
	background-image:url(../img/ornament.jpg);
	background-size:cover;
	min-width:1340px;
}
.clear {
	clear:both;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.advantage
{
    display: initial !important;
	text-align:center;
	max-width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.single-item-1, .single-item-2 {
	position: absolute;
	width: 100%;
	min-width:1340px;
	left:0;
	height:auto;
	top:127px;
	bottom:132px;
}
.slick-track {
	position: absolute !important;
    height: 100%;
}
.slick-list {
	position: absolute !important;
	width: 100%;
    height: 100%;
}
.slide-box {
	position:relative;
	outline:none;
}
.slide-item {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background-color:#8f9194;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.slick-dots {
	position:absolute;
	bottom:0;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}
.slick-dots li {
	display:inline-block;
	padding:3px;
	background:#2960a1;
	margin:0 0.5px;
}
.slick-dots li button {
	display:block;
	outline:none;
	border:none;
	font-size:0;
	width:8px;
	height:8px;
	padding:0;
	border-radius:100%;
	background:#94b0d0;
}
.slick-dots li:hover button {
	background:#fff;
}
.slick-dots li.slick-active {
	background:#ffcc00;;
}
.slick-dots li.slick-active button {
	background:#2960a1 !important;
}
.slick-arrow {
	position:absolute;
	z-index:1;
	width:19px;
	height:82px;
	top:50%;
	margin-top:-41px;
	background-color:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	font-size:0;
	opacity:0.7;
}
.slick-arrow:hover {
	opacity:1;
}
.slick-prev {
	background-image:url(../img/arrow-left.png);
	left:25px;
}
.slick-next {
	background-image:url(../img/arrow-right.png);
	right:25px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	margin-right:5px;
}
#cssmenu > ul > li {
  float: left;
  margin-left:2px;
  background-color:#e7e8ea;
  -ms-transform: skewX(-20deg); /* IE 9 */
  -webkit-transform: skewX(-20deg); /* Safari */
  transform: skewX(-20deg); /* Standard syntax */
}
#cssmenu > ul > li:nth-child(even) {
	background-color:#fff;
}
#cssmenu > ul > li:last-child {
	padding-right:5px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 7px 15px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #025388;
  font-weight: 600;
  text-transform: uppercase;
  -ms-transform: skewX(20deg); /* IE 9 */
  -webkit-transform: skewX(20deg); /* Safari */
  transform: skewX(20deg); /* Standard syntax */
}
#cssmenu ul li ul {
  margin-left:25px;
  -ms-transform: skewX(20deg); /* IE 9 */
  -webkit-transform: skewX(20deg); /* Safari */
  transform: skewX(20deg); /* Standard syntax */
}
#cssmenu ul ul li ul {
  margin-left:100%;
  -ms-transform: skewX(0deg); /* IE 9 */
  -webkit-transform: skewX(0deg); /* Safari */
  transform: skewX(0deg); /* Standard syntax */
}
#cssmenu ul li ul li {
  -ms-transform: skewX(0deg); /* IE 9 */
  -webkit-transform: skewX(0deg); /* Safari */
  transform: skewX(0deg); /* Standard syntax */
}
#cssmenu > ul > li:hover {
  background-color:#909195;
  -ms-transform: skewX(-20deg); /* IE 9 */
  -webkit-transform: skewX(-20deg); /* Safari */
  transform: skewX(-20deg); /* Standard syntax */
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
/*#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}*/
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu.small-screen {
  width: 100%;
  min-height: 110px;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
}
#cssmenu.small-screen.align-center > ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
  font-size: 18px;
  padding: 15px 20px;
}
#cssmenu.small-screen > ul > li {
  float: none;
}
#cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
  color: #dddddd;
  background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
  color: #ffffff;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 40px;
  background-color: #5f6061;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0;
  text-transform: uppercase;
  font-weight: 700;
}
#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 19px;
  right: 10px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}
#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 13px;
  right: 10px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 19px;
  right: 12px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 19px;
  right: 12px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
  background: #262626;
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}
.wrapper {
	min-width:1340px;
	min-height:100%;
}
.header {
	position:relative;
	z-index:10;
	padding-top:20px;
}
.header-left {
	/*width:90px;*/
	float:left;
	margin-left:50px;
}
.header-left a, .header-left a img {
	display:block;
	width:150%;
}
.header-right {
	float:right;
	height:25px;
	margin-top:81px;
}
.content-slide {
	width:400px;
	color:#000;
	line-height:2;
	position:absolute;
	left:70px;
	bottom:50px;
}
.content-slide p {
	margin:0;
}
.content-slide h4 {
	color:#6c6c6c;
	font-family:serif;
	font-size:36px;
	font-weight:400;
	margin:0;
}
.footer {
	position:absolute;
	bottom:0;
	left:50px;
	right:50px;
	min-width:1240px;
}
.footer p {
	font-size:9px;
	text-align:right;
}

.logo-footer {
	float:right;
	margin-left: 15px;
}
.col-lg {
	display:inline-block;
	text-align:right;
	padding:0 10px;
	position:relative;
	vertical-align:top;
	min-height:72px;
}
.col-lg:after {
	content:'';
	display:block;
	width:1px;
	height:100%;
	position:absolute;
	background-color:#7d7e82;
	top:0;
	left:-1px;
}
.col-lg img {
	margin-top:14px;
	margin-bottom:14px;
}
.col-lg h6 {
	margin:0;
	font-size:10px;
}
.col-lg p {
	line-height:1;
	margin:10px 0;
}
.phone-number {
	font-size:12px;
	font-weight:700;
	line-height:1.25;
	letter-spacing:1px;
}
.logo-footer > div:first-child:after {
	display:none;
}
.logo-footer > div:last-child {
	padding-right:0;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*.home-page #cssmenu > ul > li:first-child, .location-page #cssmenu > ul > li:nth-child(2), .lease-page #cssmenu > ul > li:nth-child(5), .hotel-page #cssmenu > ul > li:nth-child(7), .contact-page #cssmenu > ul > li:last-child {
    background-color: #909195;
}
.home-page #cssmenu > ul > li:first-child > a, .location-page #cssmenu > ul > li:nth-child(2) > a, .lease-page #cssmenu > ul > li:nth-child(5) > a, .hotel-page #cssmenu > ul > li:nth-child(7) > a, .contact-page #cssmenu > ul > li:last-child > a {
	color: #fff;
}*/
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.half {
	/*width:50%;
	left:50%;*/
	width:31%;
	left:58%;
	color:#fff;line-height:30px;

}
.amb {
	    text-align: center;
    margin-left: 14%;
    width: 25%;

}
.spek {
	width:100% !important;
	left:50%; line-height:20px !important;
}

img.img-resp {
    display: none;
    width: 100%;
}

.center-slide .middle {
    padding: 0 20%;
    text-align: center;
}

.center-slide .middle .img-title {
    display: inline-block;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}
.contact-area {
	width:80%;
	margin:auto;
	color:#fff;
	text-align:center;
}
.contact-area p {
	margin-top:0;
}
.contact-area p.mini-text {
	font-size:10px;
	margin-top:-10px;
}
#contactForm table {
	width:100%;
	max-width:800px;
	margin:auto;
	text-align:left;
}
#contactForm table td.label {
	width:100px;
	padding-left:10px;
}
#contactForm table td.label.verification-label {
	vertical-align:top;
	padding-top:10px;
}
#contactForm input[type="text"] {
    border: 0px solid #e4e4e4;
    width: 100%;
    height: 25px;
    padding-left: 10px;
    background-color:#e7e8ea;
}
#contactForm textarea {
    border: 0px solid #e4e4e4;
    width: 100%;
    height: 100px;
    padding-left: 10px;
    padding-top: 5px;
    background-color: #e7e8ea;
	margin: 0;
	vertical-align: sub;
	resize:none;
}
#contactForm img {
	margin:0 0 5px 0 !important;
}
#contactForm input[type="submit"], #contactForm input[type="reset"] {
	cursor:pointer;
	border:none;
	outline:none;
	height:35px;
	background-color:transparent;
	border:2px solid #e7e8ea;
	color:#fff;
	padding:0 20px;
	margin-top:10px;
	text-transform:uppercase;
	margin-right:5px;
}
#contactForm input[type="submit"]:hover, #contactForm input[type="reset"]:hover {
	background-color:#e7e8ea;
	color:#808080;
}
.img-title {
	margin-top:5px;
	margin-bottom:30px;
	/*margin: 0 3% 10%;*/
}
.half ul {
	margin:0;
}
.half ul li {
	margin-bottom:5px;
}
ul.strip {
	list-style-type:circle;
}
.info-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0px 20px;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    font-family: serif;
	vertical-align: middle;
    border-bottom: 40px solid #8f9194;
    border-right: 30px solid transparent;
    height: 0;
    display: inline-block;
}
.ib-hotel {
	border-bottom: 0 solid #424242;
	border-top: 40px solid #424242;
}
.info-bottom p {
	font-size: 18px;
    line-height: 38px;
    font-family: serif;
	margin:0;
}
.ib-hotel p {
	margin-top:-40px; font-family: "Augustus";
	/*padding-left:100px;*/padding-left:0px;
}
.logo-hotel {display: none;	
	/*position:absolute;
	width:80px;
	bottom:-40px;
	padding:20px 15px;
	background:#fff;*/
}
.ib-hotel .logo-hotel {
	bottom:0;
}
.logo-hotel img {
	width:100%;
}
.usual {
	position:relative;
	color: #fff;
	width: 100%;
	height:100%;
}
.usual ul {
	position:relative;
	z-index:1;
	width: 21.5%;
	margin: 0;
	padding: 0;
	display:block;
	float: right;
    margin-right: 55%;
}
.usual ul li {
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
}
.usual ul li a {
	display: block;
	padding: 0;
	background-color: #fae3b5;
}
.usual ul li:first-child a {
	background-color:#e3cea5;
}
.usual ul li a:hover {
	background-color:white;
}
.usual ul a.selected {
	margin-bottom: 0;
	cursor: default;
	background-color:#a10303 !important;
}
.usual div {
	clear: left;
}
.usual div a {
	color: #000;
	font-weight: bold;
}
.idTabs img {
	width:100%;
}
.usual div.it-lease, .it-lease {
	position:absolute;
	top:80px;
	left:40px;
}
.usual div.it-lease, .it-lease {
    position: absolute;
    top: 80px;
    left: 0;
    margin-left: -40px;
}
.usual div.detail-map div.middle img {
	width:50%;
}
.usual div.inner {
	width:50%;
	margin-left:55%;
}
.lid-area {
	position: relative;
	width:80%;
	margin:auto;
}
.border-middle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
.lease-info-detail {
	color:#fff;
	width:50%;
	float:left;
	font-size:14px;
}
.lease-info-detail ul {
	padding-left:15px;
	margin:0;
}
.lease-info-detail p, .lease-info-detail p b, .lease-info-detail ul li {
	margin:0;
	font-size:13px;
}
#lid-left {
	padding-top:80px;
}







.header {
    padding-top: 10px;
}
.header-right {
    margin-top: 135px;
}
.single-item-1, .single-item-2 {
    top: 171px;
    bottom: 130px;
}
.footer .clear {
	clear:initial;
}
.copyright {
    padding-right: 455px;
    position: absolute; 
    width: 100%;
}
.footer {
    bottom: 9px;
}
.col-lg {
    min-height: 110px;
}

.col-lg h6, .phone-number {
    font-size: 14px;
}
.mktg {
    font-size: 12px!important;
	line-height:1.4 !important;
}
.col-lg:after { 
    display: block !important;
} 
.copyright p {
	margin-top:0;
}








.home-page .single-item-1 {
    position:relative; 
    width: 100%;
    left: 0;
    height: auto;
    padding-bottom: 53%;
    top: 0;
    bottom: initial;
}
.header-left a, .header-left a img {
    width: 100%;
}
.home-page .footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 50px;
    min-width: 1240px;
}
.home-page .copyright {
    position: relative;
	padding-right:0;
}
.home-page .clear {
    clear: both;
}
.spec{
	width: 100%;
    left: 0%;
    color: #fff;
	}
.spec-left{
	width: 49%;
position: absolute;
	float:left
    left: 0%;
    color: #fff;
	}
.spec-right{
	width: 49%;float:right;
	}







/* NEWS */
html, body, .wrapper, .single-item-1, .single-item-2 {
    min-width: 1260px;
}
.normal .single-item-1, .normal .single-item-2 {
    position: relative;
	top: initial;
	left: initial;
	bottom: initial;
	padding-bottom: 70%;
}
.footer {
    min-width: 1180px;
}
.normal .footer {
    position: relative;
	bottom: initial;
	left: initial;
	right: initial;
	padding: 10px 50px;
}
.copyright {
	top: 0;
}
.normal .copyright {
	width: auto;
    padding-right: 450px;
    top: 10px;
}
.clear {
	clear: both !important;
}
.news-wrapper a {
	color: #fff;
}
.news-wrapper {
	color: #fff;
	padding: 40px 50px 20px;
	background-color: #808080;
}
.copyright {
    padding-right: 400px;
}
.content-news {
	position: relative;
	margin-top: 40px;
	padding-bottom: 20px;
}
.news-col-left {
	position: absolute;
	top: 0;
	left: 130px;
	min-height: 100px;
}
.news-col-right {
	position: relative;
	padding-left: 300px;
}
.news-row {
	position: relative;
	min-height: 180px;
	margin-bottom: 20px;
}
.news-title {
	font-size: 24px;
	display: block;
	width: 150px;
	margin: 0;
	text-align: right;
}
.img-thumb-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
}
.img-news-thumb {
	display: block;
	padding-bottom: 72%;
	background-size: cover;
}
.summary-news {
	padding-left: 270px;
}
.news-date {
	font-size: 16px;
}
.summary-news a {
	font-weight: 600;
}
.special-letter .middle {
    vertical-align: top;
    text-align: center;
    padding: 5% 7.5%;
}
.slick-slide .special-letter img {
    margin: auto;
}
.special-letter .middle p {
    line-height: initial;
    color: #2b2b2b;
}



/* GALLERY */
.content-gallery {
    padding: 0.5%;
    background-color: #8f9194;    min-height: 500px;
}
.content-gallery a {
    display: block;
    width: 18.5%;
    margin: 1% .75% !important; text-align: center; color: #fff;
    font-size: 13px;
}
.content-gallery img {
    width: 100%;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.gallery-wrapper {
	color: #fff;
	padding: 40px 50px 20px;
	background-color: #808080;
}
.gallery-wrapper a {
	color: #fff;
}
.ltnews {
	float: right;
}
.content-gallery {
	padding: 0.5%;
}
.popup-gallery a {
	display: block;
	float: left;
	margin: 0.5%;
	width: 19%;
}
.popup-gallery a img {
	width: 100%;
	height: auto;
}
.center-slide .half p {
	line-height: 40px;
}
#cssmenu.small-screen #menu-button + ul, #cssmenu.small-screen #menu-button + ul .submenu-button + a + ul {
	display:none !important;
}

#cssmenu.small-screen #menu-button.menu-opened + ul, #cssmenu.small-screen #menu-button.menu-opened + ul .submenu-button.submenu-opened + a + ul {
	display:block !important;
}
	.usual div.it-lease, .it-lease {
	    z-index: 100;
	}
	.usual ul {
	    width: 40%;
	    margin-right: initial;
	    margin-left: 10%;
	    float: left;
	}
	.detail-map {
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 5%;
	    width: 40%;
	    height: 100%;
	}
	.usual .detail-map div.inner {
	    width: 100%;
	    margin-left: 0;
	}
	.usual div.detail-map div.middle img {
	    width: 100%;
	}
	.title-spec {
	    text-align: center;
	    padding: 30px 0;
	}
	.title-spec img {
	    display: inline-block;
	}
	.logo-developer img {
	    margin-bottom: 0;
	}
	#dev-toba-ks img {
	    margin-top: 27px;
	}
	#dev-toba-ps img {
	    width: 140px;
	}
	



@media (max-width: 1320px) {
	#cssmenu > ul > li > a {
		padding: 7px 10px;
	}
}




@media (max-width: 1259px) {
    html, body, .wrapper, .single-item-1, .single-item-2, .footer {
        min-width: initial !important;
    }
    .header-left {
        width: 100px;
        margin-left: 20px;
    }
    .header-right {
        margin-top: 85px;
    }
    #cssmenu > ul > li > a {
        font-size: 10px;
    }
    .home-page .footer, .footer {
        padding: 15px 20px;
    }
}

@media (min-width: 1041px) {
    	.slick-list {
	    height: 100% !important;
	}
}

@media (max-width: 1057px) {
	html, body {
	    background-size: auto 1300px;
	    background-position: top center;
	}
	.header-right {
	    margin-top: 0;
	    height: auto;
	}
}

@media (max-width: 1040px) {
	.half ul li {
	    font-size: 13px;
	}
    .header-left {
        position: absolute;
        z-index: 1;
        padding-bottom: 15px;
    }
    .header-right {
        margin-top: 0;
        width: 100%;
        height: auto;
        text-align: right;
    }
    #cssmenu > ul > li, #cssmenu > ul > li > a {
        text-align: center;
        margin-left: 0;
        -ms-transform: skewX(0deg) !important;
        -webkit-transform: skewX(0deg) !important;
        transform: skewX(0deg) !important;
    }
    html, body {
        height: auto;
    }
    .wrapper {
        min-height: initial;
    }
    .slick-list {
        position: relative !important;
        height: auto;
    }
    .slick-track {
        position: relative !important;
        height: auto;
    }
    .slide-item {
        height: auto;
        position: relative;
    }
    .outer {
        position: relative;
        padding: 40px 0;
    }
    .single-item-1 {
        padding-bottom: 0 !important;
    }
    
	img.img-resp {
	    display: block;
	}
	.half {
	    display: block;
	    width: 100% !important;
	    left: 0;
	    background-color: #929398;
	}
	.amb {margin-left: -7% !important;
    padding: 30px !important;
    width: 114% !important;margin-top: -10%;
	}
	.middle {
	    display: block;
	}
	.lease-info .outer {
	    padding-top: 160px;
	}
	.content-news {
	    margin-top: 0;
	}
	.news-col-left {
	    left: 0;
	}
	.news-title {
	    width: 100px;
	}
	.news-col-right {
	    padding-left: 120px;
	}
	.img-thumb-wrapper {
	    width: 200px;
	}
	.news-row {
	    min-height: 144px;
	}
	.summary-news {
	    padding-left: 220px;
	}
	#pging {
	    margin-bottom: 20px !important;
	}
	.summary-news p {
	    font-size: 13px;
	}
	.news-wrapper {
	    padding: 30px 20px 20px;
	}
	.google-maps {
	    padding-bottom: 53%;
	}
}

@media (max-width: 800px) {
	.usual div.outer {
	    padding-top: 140px;
	}
	.usual div.it-lease, .it-lease {
	    top: 50px;
	}
	.lease-info .outer {
	    padding-top: 120px;
	}
	#contactForm table td {
	    width: 100%;
	        display: block;
	        text-align: center;
	}
	#contactForm table td.label {
	    width: 100%;
	    padding: 10px 0;
	    padding-left: 0;
	    text-align: center;
	}
	#contactForm input[type="text"] {
	    height: 40px;
	    margin-bottom: 10px;
	}
	#contactForm textarea {
	    margin-bottom: 10px;
	    }
	#contactForm input[type="submit"] {
	    display: inline-block;
	}
	#contactForm img {
	    margin: 0 auto 20px !important;
	}
	.content-gallery a, .popup-gallery a {
		width: 24%;
	}
	.news-col-left {
	    position: relative;
	    min-height: inherit;
	}
	.news-title {
	    width: 100%;
	    text-align: left;
	}
	.news-col-right {
	    padding-left: 0;
	    margin-top: 20px;
	}
	.google-maps {
	    padding-bottom: 150%;
	}
}

@media (min-width: 721px) {
	.lid-spec .lease-info-detail {
		width: 45%;
	}
	.lid-spec #lid-right {
		float: right;
	}
}

@media (max-width: 720px) {
	.home-page .copyright {
	    position: relative;
	    right: 0;
	    top: 0;
	    left: 0;
	    margin-top: 15px;
	}
	.logo-hotel {
	    padding: 15px 10px;
	}
	.info-bottom p {
	    font-size: 14px;
	}
	.center-slide .half p {
	    line-height: 30px;
	}
	.center-slide .half p {
	    font-size: 12px;
	}
	.middle, .center-slide .middle {
	    padding: 0 20px;
	}
	.slick-slide img {
	    max-width: 100%;
	}
	.outer {
	    padding: 30px 0 20px;
	}
	#cssmenu.small-screen ul li a, #cssmenu.small-screen ul ul li a {
	    font-size: 14px;
	}
	.lease-info-detail {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.it-lease {
	    left: 10%;
	    margin-left: 20px;
	    width: 80%;
	    text-align: center;
	}
	.usual ul {
	    width: 360px;
	    margin: auto !important;
	    float: none;
	}
	.detail-map {
	    position: relative;
	    top: 0;
	    right: 0;
	    width: 400px;
	    height: auto;
	    margin: auto;
	}
	.usual div.outer {
	    padding-top: 100px;
	}
	.detail-map div.outer {
		padding-top: 0;
		padding: 30px 0 60px;
	}
	.advantage-top {
		margin-top: 40px;
	}
	.advantage-bottom {
		margin-top: 40px;
	}
	.border-middle {
		display: none;
	}
	.footer p {
		text-align: center;	
	}
	.logo-footer {
	    float: none;
	    margin-left: 0;
	}
	.col-lg {
	    min-height: 110px;
	    width: 100%;
	    display: block;
	    padding: 15px 0;
	    text-align: center;
	    border-bottom: 1px solid #7d7e82;
	}
	.col-lg:after {
	    display: none !important;
	}
	.popup-gallery a, .content-gallery a {
	    width: 48%;
	    margin: 1% !important;
	}
	.img-thumb-wrapper {
	    width: 170px;
	}
	.summary-news {
	    padding-left: 190px;
	}
	.news-row {
	    min-height: 122px;
	}
	#dev-toba-ks img {
	    margin-top: 14px;
	}
}

@media (max-width: 540px) {
	.col-lg h6, .phone-number {
	    font-size: 12px;
	}
	.center-slide .half p {
	    line-height: 24px;
	}
	.contact-area {
	    width: 100%;
	}
	.usual ul {
	    width: 310px;
	}
	.detail-map {
	    width: 350px;
	}
	.usual div.outer {
	    padding-top: 50px;
	}
	.detail-map div.outer {
	    padding: 10px 0 30px;
	}
	.usual div.detail-map div.middle img {
	    width: 150%;
	    max-width: 150%;
	    margin-left: -20%;
	}
	.usual div.it-lease, .it-lease {
	    top: 20px;
	}
	.img-thumb-wrapper {
	    width: 120px;
	}
	.summary-news {
	    padding-left: 140px;
	}
	.news-row {
	    min-height: 85px;
	}
	.mfp-title {
  		text-align: center;
  		padding-right: 0;
  	}
}

@media (max-width: 480px) {
	.logo-footer {
	    width: 100%;
	}
	.home-page .footer, .footer {
	    padding: 10px 20px 15px;
	}
	.footer p {
	    text-align: center;
	}
	.col-lg h6, .phone-number {
	    font-size: 12px;
	}
	.special-letter .middle {
	    padding: 0 7.5%;
	}
	.special-letter .middle p {
		font-size: 13px;
		line-height: 1.75;
	}
	.usual ul {
	    width: 260px;
	}
	.detail-map {
	    width: 300px;
	}
	.usual div.it-lease, .it-lease {
	    left: 0;
	    margin-left: 0;
	}
	.img-thumb-wrapper {
	    width: 100%;
	    position: relative;
	}
	.summary-news {
	    padding-left: 0;
	}
	.news-row {
	    margin-bottom: 30px;
	}
	.info-bottom p {
	    font-size: 10px;
	}
	.popup-gallery a, .content-gallery a {
	    width: 96%;
	    margin: 2% !important;
	}
}

@media (max-width: 360px) {
	.usual ul {
	    width: 200px;
	}
	.detail-map {
	    width: 240px;
	}
	.usual div.it-lease, .it-lease {
	    width: 150px;
	}
}






















#dynamic-page.home-page .single-item-1 {
    padding-bottom: 0;
}
#dynamic-page .slick-list {
    position: relative !important;
    height: auto !important;
}
#dynamic-page .slick-track {
    position: relative !important;
    height: auto;
}
.captchaImage img, captchaImage a {
	float: left;
}
#contactForm img.refresh-img {
	margin-left: 10px !important;
}