/* ==========================================================================
   OkanTower Styles
   ========================================================================== */

#preloader {
	display: block;
    content: " ";
    position: fixed;
	top:0;
	left:0;
    width: 100%;
    height: 100%;
    background-color:#a6818c;
	/*background-position:center;
	background-repeat:no-repeat;
	background-image: url('../img/preloader-okan.png');
	background-size: 160px 200px;*/
    z-index: 9999990;}

#preloader .logoflicker {
	position: fixed;
	width:160px;
	height:200px;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-80px;
	background-image: url('../img/preloader-okan.png');
	background-size: 160px 200px;
    z-index: 9999991;
	opacity:0;
	animation: flickerAnimation 2s infinite;
}


@keyframes flickerAnimation {
  0%   { opacity:.25; }
  50%  { opacity:1; }
  100% { opacity:.25; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:.25; }
  50%  { opacity:1; }
  100% { opacity:.25; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:.25; }
  50%  { opacity:1; }
  100% { opacity:.25; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:.25; }
  50%  { opacity:1; }
  100% { opacity:.25; }
}

#loading {
	display: block;
    content: " ";
    position: fixed;
	top:0;
	left:0;
    width: 0%;
    height: 4px;
    background-color:#fff;
    z-index: 9999999;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;}

html {
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	height: 100%;}

body{
    font-family:"okansans", "serif";
	font-size:14px;
	line-height:22px;
	color:#000000;
	background-color:#000000;
	text-align:center;
	height: 100%;
	scroll-behavior: smooth;}	

html.overflow,
body.overflow {overflow: hidden!important;}


h1,h2,h3,h4,h5,p {margin:0; padding:0; font-weight:normal;}

h1 {font-family:"okanserif", serif; font-size:80px; line-height:100px;}
h2 {font-family:"okanserif", serif; font-size:50px; line-height:60px;}
h3 {font-family:"okanserif", serif; font-size:32px; line-height:40px;}
h4 {font-family:"okansans", sans-serif; font-size:12px; line-height:24px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600;}
h5 {font-family:"okansans", sans-serif; font-size:12px; line-height:16px; font-weight: 600; opacity: 0.5}
p {font-family: "okansans", sans-serif; font-size:14px; line-height:24px;}

a {
	color:inherit;
	text-decoration:none;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;}

a:hover {color:#a6818c; text-decoration:none; cursor:pointer;}

img, img a, img a:hover {border:0;}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.sup {
	position: relative;
    top: -0.5em;
    font-size: 60%;
    font-weight: 600;
    margin-right: 0.25em;
}

.clear {margin:0!important;}

@font-face {
	font-family: 'okanserif';
    src: url('../fonts/okanserif-webfont.woff2') format('woff2'),
         url('../fonts/okanserif-webfont.woff') format('woff');
    font-weight: normal;
    font-style:normal;}

@font-face {
	font-family: 'okanserif';
    src: url('../fonts/okanserifitalic-webfont.woff2') format('woff2'),
         url('../fonts/okanserifitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style:italic;}

@font-face {
	font-family: 'okansans';
    src: url('../fonts/okansans-webfont.woff2') format('woff2'),
         url('../fonts/okansans-webfont.woff') format('woff');
    font-weight: normal;
    font-style:normal;}

@font-face {
	font-family: 'okansans';
    src: url('../fonts/okansansbold-webfont.woff2') format('woff2'),
         url('../fonts/okansansbold-webfont.woff') format('woff');
    font-weight: bold;
    font-style:normal;}


div, ul, li{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}

.color {color: #a6818c;}

.fp-controlArrow {display:none;}

#fp-nav ul li a span, .fp-slidesNav ul li a span {width:6px!important; height: 6px!important; background-color: transparent!important; border: 1px solid #fff!important; margin: -4px 0 0 -4px!important;}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {background-color:#fff!important;}

.section, .slide {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
    background-color: #fff;}

.symbol {
    display: block;
    width:60px;
    height: 70px;
    margin: 2% auto;
    background:url(../img/riverhouse-min.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}

a.button {
	display: inline-block;
	color:#000000;
	font-size:15px;
	line-height:25px;
	margin:10px;
	padding: 5px 15px;
    border: 1px solid #000000;}

a.button:hover {color:#ffffff; background-color: #a6818c; border-color: #a6818c;}

.padding {height:70px;}

/* ==========================================================================
   HEADER
   ========================================================================== */

#menu {
	position: absolute;	
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	height: 70px;
	padding: 0;
	background-color: #fff;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing:border-box;
	box-sizing: border-box;
}

#menu .menu-wrapper {
	position: relative;
	display: block;
	width: 100%;
    height: 70px;
	/*max-width: 1600px;*/
	margin: 0 auto;
	padding: 0;
    z-index: 200;
}

#menu.white {display: block;  z-index: 9999}
#menu.follow {position: fixed; display: none; z-index: 9998}

#menu.white {background-color:transparent;}
#menu.white .shortcuts a {color:#ffffff;}
#menu.white .open {background-image:url("../img/open-white.png");}
#menu.white .close {background-image:url("../img/close.png")}

#menu.white .language {color:#ffffff}
#menu.white .language a:first-child {border-right:1px solid #fff;}
#menu.white .language a {color:#ffffff;}
#menu.white .language a:hover {color:#a6818c;}
#menu.white .language a.active {color:rgba(255, 255, 255, .2);}

#menu.white .logo-min {
	position: absolute;
    display: none;
    width: 150px;
    height: 18px;
	left: 50%;
	top:25px;
	margin-left:-75px;
    /*margin: 12px auto;*/
    background:url("../img/okantower-min-black.png") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    z-index: 200;}

#menu.white .shortcuts.black a {color:#000000;}
#menu.white .shortcuts.black a .st0 {stroke:#000000;}

#menu .menu-control {
    position: absolute;
    display: block;
	top:10px;
	left:10px;
    z-index: 200;}
	
#menu .open,
#menu .close {
	width:50px;
	height:50px;
	background:no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
	
#menu .open {display:block; background-image:url("../img/open.png");}
#menu .close {display:none; background-image:url("../img/close.png")}

#menu .open:hover {background-image:url("../img/open-color.png");}
#menu .close:hover {background-image:url("../img/close-color.png");}

#menu .shortcuts {
	position: absolute;
    display: block;
	top: 12px;
	right: 0;
    z-index: 200;}

#menu .shortcuts a {display: inline-block; color:#000000; padding:15px; line-height: 15px;}
#menu .shortcuts a:hover {color:#a6818c;}

#menu .language {display: inline-block; color:#000000; padding:0 15px; line-height: 15px;}
#menu .language a:first-child {padding-right: 15px; border-right:1px solid #000;}
#menu .language a {display: inline-block; color:#000000; padding:0 15px; line-height: 15px;}
#menu .language a:hover {color:#a6818c;}
#menu .language a.active {color:rgba(0, 0, 0, .2);}

#menu .logo {
	position: absolute;
    display: block;
    width: 150px;
    height: 18px;
	left: 50%;
	top:25px;
	margin-left:-75px;
    /*margin: 12px auto;*/
    background:url("../img/okantower-min-black.png") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    z-index: 200;}

#menu.white .logo {
	width: 150px;
	height: 150px;
	top:25px;
	margin-left:-75px;
	background-image:url("../img/okantower.png")}

#menu .menu-container {
	position:fixed;
	display:none;    
	width:100%;
	height:100%; 
    top:0;
	left:0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing:border-box;
	box-sizing: border-box;
    z-index: 150;}

#menu .menu-container .wrapper {
    position:absolute;
    display: table;   
    width: 100%;
	height: 100%;
    background-color:#fff;
    z-index: 152;}

#menu .menu-container .wrapper-content {
    -webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
    display:table-cell;
    vertical-align:middle;
    opacity: 0}

#menu .sketch {
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: block;
	width: 400px;
	height: 530px;
    background:url("../img/okan-sketch.png") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 155;
	opacity:1}

#menu .main-menu li {
    display: block;
    margin: auto;}

#menu .main-menu a {    
    display: inline-block;
    font-family: "okanserif", serif;
    font-size: 55px;
    line-height: 55px;
	width: auto;
	margin: auto;
    padding:8px 16px;
    color:#000000;
    border: 1px solid transparent;}

#menu .main-menu a.active {color:#a6818c; font-style: italic;}
#menu .main-menu a:hover {color:#a6818c;}

#menu .sub-menu {margin:10px auto;}

#menu .sub-menu li {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin: auto;
    padding: 20px 10px;}

#menu .sub-menu a:hover {color:#212d35; opacity:0.5}

#section-nav {
	position: absolute;
	display: block;
    top: 22px;
	right: 70px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.25px;
	color: #fff;
	height:30px;
	line-height: 30px; 
    z-index: 10;}

/* ==========================================================================
   FULLPAGE SLIDER
   ========================================================================== */


.scrolldown{
	position: absolute;	
	width:200px;
	left: 50%;
	bottom:40px;
	color:#fff;
	margin: 0;
	padding: 0;
	margin-left:-100px;
	opacity: 1;
	z-index: 150;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 20px;
	background-image:url(../img/scroll-down.png);
	background-position: center bottom;
	background-size:20px;
	background-repeat: no-repeat;
}

.scrolldown.black {
	color:#000;
	background-image:url(../img/scroll-down2.png);
}

a.scrolldown:hover {color:#fff; opacity:0.5}

.fp-slidesNav {right:85px!important; left: auto!important; bottom:85px!important}

/* ==========================================================================
   BOX SLIDER
   ========================================================================== */

.fp-tableCell {
	overflow: hidden;
}

.boxslider, .boxslider li {  
	height:100%!important;
    margin: auto;
    overflow: visible!important;
	background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;}

.boxslider li .container {   
    width:100%;
    margin:0 auto 30px;
    display: inline-block;
    padding: 0 30px 60px;}

.slide.img {width: 100%;}

/*.bx-viewport {padding-bottom: 20px;}*/

.bx-wrapper {position:relative;}

.bx-controls {
	position: absolute;
	display: block;
	width: 100%;
	box-sizing: border-box;
	bottom: -35px;
	height: 35px;
	line-height: 35px;
}

.bx-controls-direction {
    position: absolute;
	display: block;
	top: 0;
    left: 0;
	height: 35px;
	line-height: 35px;
    text-align: left;
	background-color: #fff;
	z-index: 100
}

.bx-controls-direction .bx-prev {margin-right: 10px;}

.bx-pager {
	position: absolute;
	display: block;
	top: 0;
    right: 0;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	z-index: 100}

.bx-caption {
    position: relative;
    bottom: -10px;
    height: 20px;
    display: block;
}

.slider-caption-01,
.slider-caption-02,
.slider-caption-03,
.slider-caption-04 {
	position: relative;
	display: block;
	width:100%;
	height: 35px;
	line-height: 35px;
	z-index: 1
}
	
/* ==========================================================================
   INTRO
   ========================================================================== */

#intro .logo {
	position: absolute;
    display: block;
    width: 150px;
    height: 150px;
	left: 50%;
	top:25px;
	margin-left:-75px;
    /*margin: 12px auto;*/
    background:url("../img/okantower.png") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    z-index: 200;}

#intro .overlay {position:absolute; top:0; left:0; display:block; width:100%; height:100%; background:rgba(0,0,0,0.1); z-index:4}

#intro .tagline {
	position: absolute;
    width: 100%;
    max-width: 420px;
    height: 120px;
    bottom: 80px;
    left: 60px;
    margin: 0;
    padding: 0;
    z-index: 10;
    color: #fff;
    text-align: left;
}

#intro .tagline h1 {font-size: 60px; line-height: 70px;}

.halfslide1,
.halfslide2 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    float: left;
    background-repeat:no-repeat;
    background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;}

.container {
	position: relative;	
    display: table;
	width:100%;
	height: 100%;
	max-width: 1600px;
    padding: 70px 0; /*agregar padding left-right para margenes*/
    margin: auto;   
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box; }

.txt {
	vertical-align: middle;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box; 
	z-index: 10; }

.txt.left {text-align: left;}
.txt.center {text-align: center;}

.img {
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 5; }

.half {
	position: relative;	
	display: table-cell;
	width: 50%;
	height: 100%;}

.container .half:first-child {padding-right:40px;}
.container .half:last-child {padding-left:40px;}

.txt h1,
.txt h2,
.txt h3,
.txt h4,
.txt p,
.txt ul {max-width: 480px; margin: auto;}

.txt.wide h1,
.txt.wide h2,
.txt.wide h3,
.txt.wide h4,
.txt.wide p {max-width: 720px; margin: auto;}

.txt.widest h1,
.txt.widest h2,
.txt.widest h3,
.txt.widest h4,
.txt.widest p {max-width:820px; margin: 0;}

.txt ul li {
	display: list-item;
	list-style: disc;
	max-width: 480px;
	margin: auto;
	margin-bottom: 10px;
}

.txt ul li.a,
.txt ul li.b,
.txt ul li.c,
.txt ul li.d {
	list-style: upper-latin;
    padding-left: 10px;
}

.txt ul li::marker {font-weight: 600;}

.square {
	width: 600px;
	height: 600px;
    background-size: contain;
    margin: 70px;}

.center {
	position: relative;	
	display: table-cell;
	width: 50%;
	height: 100%;}

.center.img {display: inline-block;}
		
/* ==========================================================================
   BLACK 
   ========================================================================== */

.section.black {background: #0a0b08; color: #fff;}
.section.wine {background: #72253D; color: #fff;}

/* ==========================================================================
   TEAM
   ========================================================================== */

.container.minimize {
	height: 140px;
    overflow: hidden;
    display: inline-block;
    margin: 0;
    padding: 40px 0;
	border-top:1px solid rgba(0,0,0,0.5);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;	
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.container.minimize:last-child {border-bottom:1px solid rgba(0,0,0,0.5);}

.container.minimize.opened {
	height: 1080px!important;
}

.container.minimize .open,
.container.minimize .close {
	position: relative;
	width:20px;
	height:60px;
	display: block;
    float: right;
	background-image:url("../img/more.png");
	background-repeat: no-repeat;
	background-size: 40px;
	z-index:9999;
}

.container.minimize .close {
	background-image:url("../img/close.png")!important;
	background-repeat: no-repeat;
	background-size: 40px;
}

.team.txt {
	position: relative;
	text-align: left;    
    max-width: 1280px;
    margin: auto;
    padding: 0px 45px; 
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.team .bio {
	position: relative;
}

.team a {
	display: inline-block;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.team a:hover {opacity:0.5;}

.team .logo {
	position: absolute;
	right:0;
	bottom:0;
    background-size: contain;
    background-position: bottom right;
}

.team .okangroup {width: 60px; height: 70px; background-image:url("../img/okan.png"); text-indent: -9999;}
.team .beharfont {width: 100px; height: 100px; background-image:url("../img/beharfont.jpg"); text-indent: -9999;}
.team .fortune {width: 110px; height: 70px; background-image:url("../img/fortune.png"); text-indent: -9999;}
.team .hilton {width: 110px; height: 50px; background-image:url("../img/hilton.png"); text-indent: -9999;}


/* ==========================================================================
   FOOTER
   ========================================================================== */
   
#footer {padding:40px; color:#000000; background:#F6F6F6; text-align: left }
#footer a {color:#000000;}
#footer a:hover {opacity: 0.2;}
#footer p {font-family:"okansans", sans-serif;}
	
#footer .wrapper {max-width:1600px; padding:0 40px; margin:40px auto;}

#footer .menu {
	display: inline-block;
	margin-right: 40px;
	vertical-align:top;}

#footer .menu ul {float: left; margin-right: 70px;}
#footer .menu a {font-weight: bold;}
#footer .menu a:hover {opacity:0.5;}

#footer .social {
	display: inline-block;
	width: calc(50% - 10px);
	text-align: right;
}

#footer .social p {font-size: 16px; line-height: 25px; display: inline-block; margin-right: 10px;}
#footer .social a {font-size: 20px; line-height: 25px; display: inline-block; margin-right: 10px;}
#footer .social a:hover {opacity:0.5; }

#footer .submenu {
	display: inline-block;
	width: calc(50% - 10px);
	text-align: left;
}

#footer .submenu a {font-weight: bold; display: inline-block; margin-right: 20px; text-transform: uppercase;}
#footer .submenu a:hover {opacity:0.5;}

#footer .disclaimer {
	display:inline-block;
	width:100%;
	max-width: 920px;
    margin-top: 20px;
}

#footer .disclaimer p {
	font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0.5px;
    opacity: 0.5;
    }

/* ==========================================================================
   FORM
   ========================================================================== */	
   
#inquires form {
	display:inline-block;
	width:100%;
	max-width:720px;
	margin:0 auto;
	color:#000000;
	text-align: left;
}

#inquires form p {font-size: 18px; line-height: 25px; font-weight: bold;}
#inquires form h5 {margin-bottom: 5px;}
#inquires form i {font-size:20px;  margin-right: 10px;}
   
#inquires .col-1,
#inquires .col-2 {
	display:inline-block;
	width: 420px;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-right: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top}

#inquires .col-2 {margin-right:0;}

#inquires .okantower {
	position: relative;
	display: inline-block;
	width:200px;
	height:95px; 
	margin-top:8px;
	margin-bottom: 30px;
	background-image:url("../img/okantower-logo-horizontal.png");
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999;}

#inquires .team {
	margin-top: 30px;
}

#inquires .team .logo {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	right: auto;
	bottom: auto
}

#inquires .team .okangroup {width: 45px; height:50px; background-image:url("../img/okan.png"); text-indent: -9999;}
#inquires .team .fortune {width: 110px; height:50px; background-image:url("../img/fortune.png"); text-indent: -9999;}
#inquires .team .hilton {width: 80px; height:55px; background-image:url("../img/hilton.png"); text-indent: -9999; margin-right: 0;}

#inquires .social h4 {display: inline-block; margin-right: 10px;}
#inquires .social a {font-size: 20px; line-height: 25px; display: inline-block; margin-right: 10px;}
#inquires .social a:hover {opacity:0.5; }

.selector {
	display: inline-block;
    width: 100%;
	margin-bottom: 30px;
}

.selector a {
	padding: 15px 0;
    width: 50%;
    display: block;
    float: left;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}

.selector a.active{color:#fff;background-color: #000;}
.selector a:hover{color:#fff;background-color: rgba(0,0,0,0.85);}

.form-buyer,
.form-broker {display: none;} 

.form-buyer.active,
.form-broker.active {display: block;} 

form label {
	display: block;
    position: absolute;
    height: 20px;
    line-height: 35px;
    font-size: 18px;
	font-weight: bold;
}

form label.radio {
	position: relative;
    display: inline-block;
	margin-right: 20px;	
    line-height: 20px;
}

form input {	
	width:100%;
	font-family:"okansans", sans-serif;
	font-size:16px;
	font-weight: bold;
	line-height:35px; 
	padding:0 0 0 120px;
	margin-bottom: 25px;
	color:#000000;	
	border: none;
	background-color: transparent;
	border-bottom:1px rgba(0,0,0,0.5) solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;}

form input.radio {
	width: 13px;
    margin: 15px 10px 15px 0;
    padding: 0!important;
    background-color: #000;
    border: none;
}

form label.select {
	line-height: 35px;
    height: 20px;
}

form select {	
	width: 100%;
    height: 35px;
    font-family: "okansans", sans-serif;
    font-size: 18px;
	font-weight: bold;
    line-height: 35px;
    padding: 0;
    margin-bottom: 25px;
    color: #000000;
    border: none;
    border-bottom: 1px rgba(0,0,0,0.5) solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/down.png) right 10px center #ffffff no-repeat;
    background-size: 12px 12px
}
	
form textarea {
	width:100%;
	height:85px;
    font-family:"okansans", sans-serif;
	font-size:16px;
	line-height:35px; 
	padding:5px 12px 5px 8px ;
	color:#fff;	
	background:#7fb6b0;
	border:1px #7fb6b0 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
form .radio-group input {width:auto; float:left; margin:0;}	
form .radio-group label {width:auto; float:left; margin:0 14px 0 8px; height:15px; line-height:15px;}

form .button-input {
	margin-top: 20px;
	width: 100%;
	font-family:"okansans", sans-serif; 
	padding:15px 0;	
	color:#fff;
	background:#000;
	border:1px solid #000;
	font-size:16px;
	line-height:25px;
	font-weight:600;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;	
	cursor:pointer;
	text-align: center}

form .button-input:hover {background-color: #fff; color: #000}

form .mandatory {
	font-family:"okansans", sans-serif;
	font-size: 12px;
    line-height: 15px;
	margin: 0;
    margin-top: 15;
    display: inline-block;
    vertical-align: top;}

input::-webkit-input-placeholder {color:rgba(0,0,0,0.5);}
input:-ms-input-placeholder {color:rgba(0,0,0,0.5);}
input::placeholder {color:rgba(0,0,0,0.30);}

/*
textarea::-webkit-input-placeholder {color:rgba(255,255,255,0.5);}
textarea:-ms-input-placeholder {color:rgba(255,255,255,0.5);}
textarea::placeholder {color:rgba(255,255,255,0.5);}*/

/* ==========================================================================
   POP-UPs
   ========================================================================== */

#legal,
#disclosure,
#privacy,
#press {display:none;}

#press {background-color:#72253D; color:#fff}
#press .st0 {stroke: #fff; color:#fff;}

#press h4, #press h2, #press h3{margin-bottom: 20px}

#press .news {
	position: relative;
	width: 100%;
	border-top: 1px solid #fff;
    padding: 40px 0;
    box-sizing: border-box;
}

#press .news:last-child {padding-bottom:0px;}

#press .news .intro {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

#press .news .intro h3 {
	max-width: 420px;
	margin:0;
	text-align: left;
}

#press .news span {
	margin: 0 20px;
	opacity: 0.2;
}

#press .data {
	position: relative;
    display: inline-block;
    width:calc(50% - 10px);
    text-align: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;}

#press .download-pdf {
	position: relative;
    display: inline-block;
    width:calc(50% - 10px) ;
    text-align: right;
    margin: 0;
    padding: 0;
    box-sizing: border-box;}

.fancybox-slide--html .fancybox-close-small {top:10px; right:10px;}

.responsive-show {display: none;}
.responsive-hide {display: inline-block;}

	
/* ==========================================================================
   RESPONSIVE WIDTH MARKUP
   ========================================================================== */

@media only screen and (max-width: 1600px) {

.half.img.left .bx-prev {margin-left: 15px;}	
.half.img.right .bx-pager {right: 15px;}
	
}

@media only screen and (max-width: 1280px) {

.container {max-width: auto; padding:70px;}
	
.bx-wrapper,
.boxslider-01 img,
.boxslider-02 img,
.boxslider-03 img,
.boxslider-04 img {max-width:480px!important;}
	
#menu .main-menu a {font-size: 45px; line-height: 45px;}
    
#intro .logo {
	top: 40px;
    width: 100px;
    height: 140px;
    margin-left: -50px;}
	
.container.minimize.opened {height:auto!important;}
	
.half.img.left .bx-prev {margin-left: 0;}	
.half.img.right .bx-pager {right: 0;}
	
}

@media only screen and (max-width: 1024px){
	
#intro .tagline {
	max-width:none;
	text-align: center;
	left: auto;
	height: auto;
	bottom:100px;
}	

.scrolldown {bottom:30px;}
.scrolldown.inner {position: relative; bottom: auto;}

#menu .sketch {width:250px; height: 330px;}
	
#menu .shortcuts {top:0px; height:70px;}
#menu .language {line-height: 70px;}
	
#menu .inquires {
	position: absolute;
    display: block!important;
    width: 50px;
    height: 50px;
	top: 10px;
    right: 110px;
	padding: 0!important;
	margin: 0!important;
	text-indent: -9999px;
	background:no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url("../img/inquire.png");}

#menu .inquires:hover {background-image:url("../img/inquire-color.png");}
	
#menu.white .inquires {background-image:url("../img/inquire-white.png");}
#menu.follow .inquires {background-image:url("../img/inquire.png");}

#menu.white .inquires:hover,
#menu.follow .inquires:hover {background-image:url("../img/inquire-color.png");}
	
.square {width:420px; height:420px;}
	
h2 {font-size:40px; line-height:46px;}
h3 {font-size:28px; line-height:34px;}
h4 {font-size:10px; line-height:18px;}
p {font-size:12px; line-height:20px;}
	
.bx-wrapper,
.boxslider-01 img,
.boxslider-02 img,
.boxslider-03 img,
.boxslider-04 img {max-width:640px!important;}

.img, .txt   {
    position: relative;
    display: block;
    width: 100%;
    max-width: 640px;
    text-align: center;
    margin: 30px auto;
    float: none;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.txt.mobile-center {text-align: center;}

.container {margin:0 auto 0; padding:0 30px}
	
.container .half:first-child {padding-top:60px; padding-bottom:60px; margin-top:60px; margin-bottom: 60px;}
.container .half:last-child {padding-top:60px; padding-bottom:0; margin-top:60px; margin-bottom: 0;}
.container .half.img:first-child {padding:0; padding-top:0; padding-bottom:0; margin-top:0; margin-bottom: 0;}
.container .half.img:last-child {padding:0; padding-top:0; padding-bottom:0; margin-top:0; margin-bottom: 0;}
.container .full {padding-top:60px; padding-bottom:60px; margin-top:60px; margin-bottom: 60px;}
.container .half.bottom {padding-bottom:60px!important; margin-bottom: 60px!important;}

/*	
.container .half.nomargin {
	margin: 40px auto 100px;
    padding: 0;}
*/
	
.container.minimize {height:125px;}
.container.minimize .open, .container.minimize .close {height:42px;}
	
.padding {height:0;}
	
.txt.widest h1, .txt.widest h2, .txt.widest h3, .txt.widest h4, .txt.widest p {max-width: calc(100% - 70px);}
	
#inquires .col-1, #inquires .col-2 {width: 100%; padding:0 60px; margin: 60px auto;}

#footer .submenu,
#footer .social {width:100%; margin: auto; text-align: center;}
	
#footer .submenu a {font-size: 12px;}
#footer .social p {font-size: 14px; margin-top: 16px;}
	
}

@media only screen and (max-width: 768px) {
	
#intro .logo {top:20px;}	
	
#menu .sketch {display: none;}
#menu .main-menu a {
    font-size: 28px!important;
    line-height: 28px!important;
    padding: 8px 0!important;
}
	
#menu.follow {height:60px!important;}

#menu .logo {top:22px; width: 140px; height: 16px; margin-left:-70px;}
#menu .menu-control {top:5px!important; left:5px!important;}
#menu .language {display: none; line-height: 62px; padding: 0 5px;}
#menu .inquires {top: 5px; right: 10px;}	
	
h2 {font-size:36px; line-height:40px;}
h3 {font-size:26px; line-height:32px;}
h4 {font-size:10px; line-height:20px;}
p {font-size:13px; line-height:22px;}
	
.scrolldown {text-indent:-9999px}

.img {max-width: 480px;}	
.responsive-show {display: inline-block;}
.responsive-hide {display: none;}
	
.txt {
    max-width: 100%;
    padding: 20px!important;
    box-sizing: border-box;
}
	
.bx-wrapper,
.boxslider-01 img,
.boxslider-02 img,
.boxslider-03 img,
.boxslider-04 img {max-width:480px!important;}
	
.slider-caption-01, .slider-caption-02, .slider-caption-03, .slider-caption-04 {display:none;}
	
.container {
	margin:20px auto 20px;
	padding:0 20px}   
	
.container.minimize {height:85px; padding:30px 0;}
	
.container.minimize .open, .container.minimize .close {
	width: 10px;
	height: 40px;
    margin-top: -8px;
	background-size:30px;}
	
.container .half:first-child {padding-top:30px; padding-bottom:30px; margin-top:30px; margin-bottom: 30px;}
.container .half:last-child {padding-top:30px; padding-bottom:0; margin-top:30px; margin-bottom: 0;}
.container .half.img:first-child {padding:0; padding-top:0; padding-bottom:0; margin-top:0; margin-bottom: 0;}
.container .half.img:last-child {padding:0; padding-top:0; padding-bottom:0; margin-top:0; margin-bottom: 0;}
.container .full {padding-top:30px; padding-bottom:30px; margin-top:30px; margin-bottom: 30px;}
.container .half.bottom {padding-bottom:30px!important; margin-bottom: 30px!important;}
	
	
.team.txt {padding: 0 30px!important;}
.team.txt h2 {font-size:24px; line-height: 30px;}
.team .logo {position: relative; right: auto; bottom: auto; margin-top: 20px;}

.txt.widest h1, .txt.widest h2, .txt.widest h3, .txt.widest h4, .txt.widest p {max-width: none;}
	
#inquires .col-1, #inquires .col-2 {padding:0 30px; margin: 30px auto; text-align: center;}
#footer {padding:30px;}
	
}

@media only screen and (max-width: 480px) {

.img, .txt   {
    max-width: 320px;
}	
	
.bx-wrapper,
.boxslider-01 img,
.boxslider-02 img,
.boxslider-03 img,
.boxslider-04 img {max-width:320px!important;}
	
form label {line-height: 30px; font-size: 14px;}
form select {line-height: 30px; font-size: 14px;}
form input {font-size:14px;line-height:30px;}	
.selector a {font-size:14px;}
form .button-input {font-size:14px;}
	
}

/*==========================================================================
RESPONSIVE HEIGHT MARKUP
==========================================================================*/

@media only screen and (max-height: 920px) {   
    
#menu .main-menu a {font-size: 45px; line-height: 45px;}	 
    
}

@media only screen and (max-height: 820px) {  
   
#menu .main-menu a {font-size: 40px; line-height: 40px; padding:5px 10px;}
}

@media only screen and (max-height: 680px) {    
 
#menu .main-menu a {font-size: 28px; line-height: 28px; padding:5px 10px;}
    
}

.p-0{
padding-right: 0;
padding-left: 0;
}

@media (max-width: 767px) {
	.hero{
    	background-image: url('/landing/gallery/okan-tower-miami-bayview-mobile.jpg')!important;
	}	
}