body {
	/*padding-top: 30px;*/
	/* padding-top: 90px; */
}

a,button {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
	opacity: 0.75;
	filter: alpha(opacity=75); /* For IE8 and earlier */
}

.container.full-width {
	position: relative;
}

.container.full-width .row {
	margin-left: 0;
	margin-right: 0;
}

.header-topbar {
	/*background: #01588D;*/
}

.rm-pad-left {
	padding-left: 0;
}

.rm-pad-right {
	padding-right: 0;
}

.s-column-left {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	z-index: 200;
	-webkit-box-shadow: 3px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.ip-logo img {
	max-width: 170px;
}

.p-main-header {
	background: #2772B6;
	padding: 15px 20px;
	position: relative;
	z-index: 200;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 2px 0px rgba(50, 50, 50, 0.75);
}

.p-sub-header {
	background: #0A4267;
	color: #FFFFFF;
	font-size: 16px;
}

.p-sub-header a {
	color: #FFFFFF;
	display: block;
	padding: 25px;
}

.p-sub-header.h-highlight {
	background: #FFFFFF;
	color: #898989;
	text-transform: uppercase;
}

.p-sub-header.h-highlight a {
	color: #898989;
	font-weight: 700;
	padding: 20px 25px;
}

.p-sub-header.h-highlight a.bg-red {
	background: #D4212D;
	color: #FFFFFF;
}

.list-menu-content {
	overflow-y: auto;
}

.i-list-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.i-list-menu li {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	font-size: 14px;
}

.i-list-menu li a {
	color: #000000;
	display: block;
	padding: 20px 25px;
}

.i-list-menu li a.active {
	background: #f0f0f0;
}

.s-column-right {
	background-image: url('../images/art/bg-home-iparks.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 0;
	padding-right: 0;
}

.s-column-right.bg-blank {
	background: none;
}

.i-x-title {
	background: #2772B6;
}

.i-x-title h1 {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 400;
	margin: 0;
	padding: 40px 50px;
	text-transform: uppercase;
}

.i-x-title h1 span {
	display: block;
	font-weight: 700;
}

.box-info-park {
	background: #FFFFFF;
	padding: 15px;
}

.park-info {
	color: #ABABAB;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin: 0;
}

.park-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: none;
}

.btn-info-park {
	background: #1177B7;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 700;
	max-width: 330px;
	padding: 10px;
	text-align: center;
}

.btn-info-park:active,
.btn-info-park:focus,
.btn-info-park:hover {
	color: #FFFFFF;
	opacity: 0.75;
	filter: alpha(opacity=75);;
}

.btn-info-park.mart {
	margin-top: 15px;
}

.btn-info-park.b-large {
	font-size: 18px;
	padding: 20px 10px;
}

.info-inline {
	color: #8C8C8C;
	display: table;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	word-break: break-word;
}

.info-inline li {
	display: table-cell;
	vertical-align: top;
}

.info-inline li:first-child {
	width: 25px;
}

.info-inline li:last-child {
	padding-left: 5px;
}

.info-inline .fa {
	color: #8C8C8C;
	font-size: 22px;
	margin-right: 5px;
}

.info-inline strong {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.box-info-park-map {
	background: #F7F7F7;
	padding: 15px 0;
}

.content-box {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

.content-box.with-shadow {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
}

.content-box.with-padding {
	padding: 15px;
}

.content-box.with-scroll {
	max-height: 400px;
	overflow-y: auto;
}

.bullet-notes span {
	border: 1px solid #CCCCCC;
	display: inline-block;
	height: 13px;
	margin-right: 5px;
	width: 13px;
}

.bullet-notes img {
	margin-right: 5px;
}

.content-box h4 {
	font-weight: 400;
	margin: 15px 0;
	padding: 0px 15px;
}

.margin-bottom-xs {
	margin-bottom: 5px;
}

.margin-bottom-sm {
	margin-bottom: 15px;
}

.margin-bottom-md {
	margin-bottom: 25px;
}

.margin-bottom-lg {
	margin-bottom: 50px;
}

.margin-top-xs {
	margin-top: 5px;
}

.margin-top-sm {
	margin-top: 15px;
}

.margin-top-md {
	margin-top: 25px;
}

.margin-top-lg {
	margin-top: 50px;
}

.panel-group {
	margin-bottom: 0;
}

.panel-group .panel {
	border-radius: 0;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

.panel-default>.panel-heading {
	background-color: #FFFFFF;
	border: 0;
	padding: 0;
}

.content-box h4 {
	margin: 0;
	padding: 15px 25px;
}

.content-box h4 a {
	color: #000000;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	background: #F2F2F2;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-body address,
.panel-body p {
	font-size: 14px;
}

.btn-cta-red {
	background: #D4212D;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 30px;
}

#popup_video {
	text-align: center;
}

.img-responsive {
	display: inline-block;
}

.sidebar-left {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	left: 0;
	
	/*min-height: 100%;*/
	height: 100%;
	
	/*position: absolute;*/
	position: fixed;
	
	width: 40%;
	/*width: 100%;*/
	
	z-index: 100;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	
	top: 152px;
}

.sidebar-left.inv {
	background: none;
	border: 0;
	left: -37%;
	overflow: hidden;
}

.sidebar-left.inv .box-preview-park {
	display: none;
}

.sidebar-left.inv .content-details {
	display: none;
}

.box-preview-park {
	background-color: #0075B8;
	height: 150px;
	position: relative;
	-webkit-box-shadow: inset 0px -30px 10px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    inset 0px -30px 10px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         inset 0px -30px 10px 0px rgba(50, 50, 50, 0.6);
}

.float-buttons {
	bottom: 0;
	color. #FFFFFF;
	left: 0;
	position: absolute;
	width: 100%;
}

.float-buttons ul {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.float-buttons ul li {
	display: table-cell;
	padding: 5px;
	text-align: center;
}

.float-buttons ul li a {
	color: #FFFFFF;
	font-weight: 400;
	text-transform: uppercase;
}

.float-buttons ul li a.act {
	color: white;
	text-decoration: none;
	font-weight: 900;
	text-shadow: 0 0 8px black;
	opacity: 1;
	/* color: #CCCCCC;
	text-decoration: underline; */
	border-bottom: 2px solid;
}

.icon-bullet {
	font-size: 13px;
	margin-bottom: 5px;
}

.icon-bullet span {
	position: relative;
	text-transform: uppercase;
	top: -3px;
}

.icon-bullet img {
	position: relative;
	top: -5px;
}

.icon-bullet .sqr {
	display: inline-block;
	height: 16px;
	top: 0;
	width: 16px;
}

.content-padding {
	padding: 15px;
}

.i-subtitle {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.list-company {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-company li {
	display: block;
	padding: 5px 0;
}

.content-company-info {
	padding: 15px;
}

.content-company-info strong {
	display: inline-block;
	/*margin-top: 5px;*/
	margin-top: 0px;
	text-transform: uppercase;
}

.i-subtitle-2 {
	color: #000000;
	font-size: 17px;
	font-weight: 600;
	margin: 5px 0;
	text-transform: uppercase;
}

.bar-1 {
	position: fixed;
	z-index: 200;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.75);
	
	top: 90px;
	width: 100%;
}

.list-icons {
	display: table;
	/*padding: 10px 0;*/
	width: 100%;
}

.list-icons .icon-bullet {
	display: table-cell;
}

.list-icons.tfix {
	background: #FFFFFF; border-bottom: 1px solid #F2F2F2; margin: 0px; padding: 5px 5px 5px 45px; left: 0; width: 100%; /* z-index: 20; */top: 190px;
}



#flexometro {
	margin: 10px auto;
	max-width: 3500px;
	min-width: 100px;
	position: relative;
}

#flexometro.zoom1 {
	zoom: 0.1;
}


#flexometro.zoom2 {
	zoom: 0.25;
}

#flexometro.zoom3 {
	zoom: 0.5;
}

#flexometro.zoom4 {
	zoom: 1;
}

#flexometro.zoom5 {
	zoom: 1.5;
}

#flexometro.zoom6 {
	zoom: 2;
}

#flexometro.zoom7 {
	zoom: 2.5;
}

#the-background {
	display: block;
	margin: 0;
	width: 100%;
	/* height: 100%; */
	position: absolute;
}

.swing {
	border: 1px solid;
	border-color: transparent;
	
	/*height: 25px;*/
	height: 1px;
	
	position: absolute;
	
	/*width: 25px;*/
	width: 1px;
	/*z-index: 200;*/
}

.swing.animate {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s ease;
}

.tooltip-box {
	display: none;
	position: absolute;
	font-size: 8px;
	left: 10px;
	text-align: left;
	min-width: 100px;
	background: rgba(0,0,0,0.7);
	color: #FFFFFF;
	padding: 2px;
	text-transform: uppercase;
}

/*.swing:active,
.swing:hover {
	border: 1px solid #CC9342;
	-webkit-transform: scale(2);
	transform: scale(2);
	z-index: 10000;
	}*/
/*
.swing:active .tooltip-box,
.swing:hover .tooltip-box {
	display: block;
	}*/

/*
.swing img.hover {
	width: 100%;
	}*/
	.swing:hover {
		cursor: move; /* fallback if grab cursor is unsupported */
		cursor: grab;
		cursor: -moz-grab;
		cursor: -webkit-grab;
	}

	.ic-marker {
		height: 25px;
		max-width: 25px;
		width: 25px;
		
		position: absolute;
		left: -12.5px;
		top: -25px;
		
	/*height: 1px;
	max-width: 1px;
	width: 1px;*/
}

.header-wrapper {
	z-index: 500;
}

#editor-content {
	border: 1px solid #F2F2F2;
	overflow: hidden;
	/*overflow-x: auto;*/
	/*overflow-y: hidden;*/
}

.content-details {
	overflow-x: hidden;
	overflow-y: auto;
}

.ui-draggable:hover {
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.ui-draggable.ui-draggable-dragging:hover { 
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.hexagon:hover {
	cursor: pointer;
}

.btn-zoom {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	display: block;
	font-size: 20px;
	padding: 0px 5px;
	position: absolute;
	right: 0;
	top: 36px;
	z-index: 200;
}

.btn-zoom.btn-map-zoom-out {
	right: 35px;
}

.btn-zoom.btn-map-reset {
	right: 70px;
}

.btn-zoom.btn-open-fullscreen {
	right: 105px;
}

.ad-content {
	position: absolute;
	right: 0;
	top: 135px;
	z-index: 200;
}

.ad-content img {
	display: block;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.ad-content img.compress {
	transform: scale(0);
}

.mtop-100 {
	margin-top: 100px;
}

body.full-screen {
	padding-top: 0;
}

body.full-screen #header {
	display: none;
}

body.full-screen .bar-1 {
	display: none;
}

body.full-screen .list-icons.tfix {
	top: 0;
}

body.full-screen .sidebar-left {
	top: 28px;
}

body.full-screen .mtop-100 {
	margin-top: 28px;
}

body.full-screen .btn-zoom {
	top: 33px;
}

body.full-screen .ad-content {
	top: 65px;
}

body.full-screen .block-notes {
	display: none;
}

.pad-table tr td {
	padding-right: 5px;
	vertical-align: middle;
}

.pad-table .pad-logo {
	width: 100px;
}

.block-notes{
	display: none;
}

#property-info-modal .modal-title{
	font-family: 'Nunito Sans';
	text-align: center;
	color: #0076bb;
}

/*#property-info-modal .modal-header .close{
	color: #D4212D;
	opacity: 1;
}*/

#property-info-modal .modal-body{
	padding: 0px;
}

#property-info-modal .modal-body .company-info{
	padding: 15px;
}

#property-info-modal .modal-body .image-company img{
	width: 100%;
}

#property-info-modal .modal-body .company-info p{
	margin-bottom: 5px;
	font-family: 'Nunito Sans';
}

#input_property_email{
	display: none;
}


@media only screen and (max-width: 795px) {
	.list-icons{
		padding:4px;
	}

	.icon-bullet .sqr{
		display: block;
		margin: auto;
	}
	.list-icons .icon-bullet{
		text-align: center;
	}
	.icon-bullet span{
		padding-top: 6px;
		display: block;
	}

	.icon-bullet img{
		position: relative;
		top: 0px;
		display: block;
		margin: auto;
	}
}


@media only screen and (max-width: 1037px) {
	.btn-zoom{
		top:53px;
	}

	
}

@media only screen and (max-width: 810px) {
	.btn-zoom{
		top:70px;
	}

	

}
