/* Defaults */
* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing:	border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
	-webkit-appearance: none;
	line-height: normal;
}
a{
	text-decoration: none;
	color: inherit;
}
html, body, img, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, blockquote, dl, dt, dd, button, input {
	margin: 0;
	padding: 0;
}
input,textarea{
	display:block;
	width:100%;
	border:0;
	padding:10px 15px;
	color: #4b4b4b;
	font-size:14px;
	background:#fff;
	-webkit-appearance: none;
	border-radius:0;
}
input:focus,textarea:focus{
	outline:none !important;
	border-color:#4b4b4b;
}

select{
	display:block;
	width:100%;
	/*border:0;*/
	padding:10px 15px;
	color: #4b4b4b;
	font-size:14px;
	background:#fff;
    -webkit-appearance: listbox !important;
	border-radius:0;
}

body{
	background:#efefef;
	color:#2b2b2b;
	font-family: 'PT Sans', sans-serif;
	  -webkit-font-smoothing: subpixel-antialiased;
	font-size:14px;
	position:relative;
}

.fx-wdth{
	display:block;
	max-width:1200px;
	width:calc(100%);
	margin:0 auto;
	height: calc(100%);
	position:relative;
}
.mark{
	display: inline-block;
	width: 25px;
	height: 25px;
	pointer-events: none;
}
.mark.lrge{
	width: 35px;
	height: 35px;
}
.mark.right-top{
	pointer-events: none;
	border-top: solid 4px #fff200;
	border-right: solid 4px #fff200;
	position: absolute;
	top: -15px;
	right: -15px;
}
.mark.left-top{
	pointer-events: none;
	border-top: solid 4px #fff200;
	border-left: solid 4px #fff200;
	position: absolute;
	top: -15px;
	left: -15px;
}
.mark.left-bottom{
	pointer-events: none;
	border-bottom: solid 4px #fff200;
	border-left: solid 4px #fff200;
	position: absolute;
	bottom: -15px;
	left: -15px;
}
.mark.right-bottom{
	pointer-events: none;
	border-bottom: solid 4px #fff200;
	border-right: solid 4px #fff200;
	position: absolute;
	bottom: -15px;
	right: -15px;
}

/* Navigation */
.nav-h{
	display: block;
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	font-family: 'Oswald', sans-serif;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.nav-h.float{background: rgba(240,240,240,.9);}
.nav-h.float .nav-h-sec.lg{width: 125px;}
.nav-h.float::before, .nav-h.float .mark{display: none;}
.nav-h.float .nav-h-sec.mnu .mnu-item{font-size: 16px;color: #000;}
.nav-h.float .tp-bar{display: none;}
.nav-h .fx-wdth{position: relative;z-index: 502;}
.nav-h::before{
	display: block;
	width: calc(100%);
	height: 125px;
	pointer-events: none;
	z-index: 501;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
}
.dp-dwn-cnt{
	display: flex;
	position: absolute;
	top: 0;
	right: -30px;
	z-index: 450;
	background: #000;
	height: 0px;
	width: calc(100% + 40px);
	border-left:solid 3px #fff200;
	overflow: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.dp-dwn-cnt .dp-dwn{
	display: flex;
	flex: 1;
	flex-direction: row;
	margin-top: 75px;
	height: 225px;
	padding: 25px;
}
.dp-dwn-cnt .dp-dwn-blck{
	display: none;
	overflow: visible !important;
	flex: 1;
}
.dp-dwn .img{
	width: 300px;
	margin-right: 50px;
	position: relative;
	z-index: 510;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	opacity: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #0a0a0a;
}
.dp-dwn .itms{
	flex: 1;
	text-align: left;
	margin-top: 50px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.dp-dwn .itms>a{display: block;margin-bottom: 40px;font-weight: bold;font-size: 16px;}
.dp-dwn .itms>a:hover{text-decoration: underline;}
.nv-cnt:not(.stop-hover):hover .dp-dwn-cnt{height: 300px;}

.nv-cnt:not(.stop-hover):hover .dp-dwn-cnt .dp-dwn .img{
	-moz-animation: none;
	-webkit-animation: none;
	-webkit-animation-delay: 300ms;
	-webkit-animation-name: fadeImage;
	-webkit-animation-duration: 300ms;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@-webkit-keyframes fadeImage {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.dp-dwn-cnt .dp-dwn.focused{

}
.nav-h .nav-h-sec{display: inline-block;vertical-align: middle;margin-right: -4px;position: relative;}
.nav-h .nav-h-sec.lg{width: 150px;transition: all 300ms ease;-moz-transition: all 300ms ease;-webkit-transition: all 300ms ease;-o-transition: all 300ms ease;}
.nav-h .nav-h-sec.mnu{width: calc(100% - 150px);padding-left: 30px;text-align: right;}
.nav-h .nav-h-sec .mnu-burg{display: none;height: 40px;width: 40px;line-height: 40px;text-align: center;padding: 6px;}
.nav-h .nav-h-sec .mnu-burg>img{display: block;width: calc(100%);height: calc(100%);}
.nav-h .nav-h-sec.mnu ul {list-style:none;margin:0;float:right;margin-right:-20px;position:relative;z-index:505;}
.nav-h .nav-h-sec.mnu .nv-cnt::after {display: inline-block;float: none;content: "";}
.nv-cnt{display: inline-block;position: relative;}
.nav-h .nav-h-sec.mnu ul li{float: left;padding: 0 20px;}
.nav-h .nav-h-sec.mnu .mnu-item{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	position: relative;
	padding: 15px 0;
	text-shadow: 0 5px 10px rgba(0,0,0,.05);
	text-decoration: none;
	/* Animations */
  /* transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease; */
}
.nav-h .nav-h-sec.mnu .mnu-item::after{
	display: inline-block;
	content: "";
	left: 50%;
	position: absolute;
	bottom: 0px;
	height: 2px;
	width: 0;
	background: #fff200;
	/* Animations */
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.nav-h .nav-h-sec.mnu .dropdown-toggle::after {
    background:none;
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
}

.dropdown:hover > .dropdown-menu {display: block;}

.nav-h .nav-h-sec.mnu li:hover .mnu-item{color: #fff200;}
.nav-h .nav-h-sec.mnu li:hover .mnu-item::after{left: 0;width: calc(100%);}
.nav-h .nav-h-sec.lg>a{display: inline-block;vertical-align: middle;}
.nav-h .nav-h-sec.lg>a>img{display: block;width: calc(100%);}
.tp-bar{
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(255,242,0,.3);
	text-align: right;
}
.tp-bar .mnu-item{
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
}
.bt-bar{display: block;/*margin-left:15px;*/}


/* Navigation */


/* Footer */
.ft-h{display: block;position: relative;}
.ft-h .top-bar{display: block;position: relative;z-index: 500;/* margin-top: -150px; *//* background: #fff200; */}
.ft-h .top-bar .anim{display: inline-block;width: 200px;position: absolute;bottom: calc(70%);left: calc(20%);}
.ft-h .top-bar .crss-fde{display: block;width: calc(100%);height: 150px;background-size: cover;background-position: top center;}
.ft-h .bot-bar{display: block;padding-bottom: 100px;}
/* .ft-h::before{
	display: block;
	content: "";
	position: absolute;
	top: -200px;
	left:0;
	width: calc(100%);
	height: 200px;
	z-index: 250;
	background: -moz-linear-gradient(top, rgba(255,242,0,0) 0%, rgba(255,242,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,242,0,0) 0%,rgba(255,242,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,242,0,0) 0%,rgba(255,242,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff200', endColorstr='#fff200',GradientType=0 );
} */
.ft-h .bot-bar .fx-wdth{display: flex;padding-top:50px;}
.ft-h .bot-bar .fx-wdth>section{display:block;}
.ft-h .bot-bar .fx-wdth>section.side{width:300px;padding-right:50px;}
.ft-h .bot-bar .fx-wdth>section.side .logo{display:block;margin-bottom:20px;padding-bottom:20px;border-bottom:solid 1px rgba(0,0,0,.2);max-width:150px;}
.ft-h .bot-bar .fx-wdth>section.side .slogan{display:block;color:#3b3b3b;line-height:25px;}
.ft-h .bot-bar .fx-wdth>section.side .logo>img{display:block;width:calc(100%);}
.ft-h .bot-bar .fx-wdth>section.side-dtails{display:flex;flex:1;padding-left:100px;}
.side-dtails .side-nav{flex:1;}
.side-dtails .side-nav .header{font-weight: bold;font-size:18px;}
.side-dtails .side-nav .itms:not(.socials){display: flex;margin-top: 10px;flex-direction: column;}
.side-dtails .side-nav .itms:not(.socials)>a{margin-bottom: 5px;}
.side-dtails .side-nav .itms:not(.socials)>a:hover{text-decoration: underline;}
.side-dtails .side-nav .itms.socials{display: flex;margin-top: 20px;flex-direction: row;}
.side-dtails .side-nav .itms.socials>a{width: 35px;height: 35px;border-radius: 50%;margin-right: 15px;}
.side-dtails .side-nav .itms.socials>a:hover{}
.copy-art{display: block;width: calc(100%);margin-top: -20px;}
.copy-bar{margin-top: 20px;padding: 20px 0;border-top: solid 1px rgba(0,0,0,.2);}

/* Footer */




/* Home */
.main-bn{
	position: relative;
}
.main-bn.focused .bnn-cnt::after{
	opacity: 0;
}
.main-bn.focused .float-invst-cnt, .main-bn.focused .mdal{
	opacity: 0;
}
.main-bn.focused .ply-btn{
	top: 150px;
	left: auto;
	right: 0;

	margin-top: 0;
	margin-left: 0;
}
.main-bn.focused .ply-btn .close, .main-bn:not(.focused) .ply-btn .play{
	display: block;
}
.main-bn:not(.focused) .ply-btn .close, .main-bn.focused .ply-btn .play{
	display: none;
}

.main-bn .bnn-cnt{
	overflow: hidden;
}
.main-bn .bnn-cnt::after{

}
.main-bn .fx-wdth{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -600px;
}
.video-full{
  display: block;
  min-width: calc(100%);
  min-height: calc(100%);
  width: auto;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.news-bn{
	position: relative;
	background:#fff;
	color:#000;
}
.buss-bn{
	position: relative;
	height: 700px;
}
.buss-bn .bnn-cnt{
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	z-index: -1;
}
.buss-bn .bnn-cnt::after{
	opacity: .4;
}
.buss-bn .bnn-cnt .bnn-item{
	height: calc(100%);
}
.news-bn .bnn-cnt{
	position: absolute;
	height: calc(100%);
	width: calc(100%);
	z-index: -1;
}
.news-bn .bnn-cnt::after{
	opacity: .6;
}
.news-bn .bnn-cnt .bnn-item{
	height: calc(100%);
}
.news-bn .fx-wdth{
	padding: 50px 0;
}

.bnn-cnt{
	display: block;

	position: relative;
}
.bnn-cnt.crss-fde::before{
	position: absolute;
	bottom: -300px;
	left:0;
	content: "";
	z-index: 201;

	width: calc(100%);
	height: 600px;

	opacity: .8;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+52,000000+100&0+0,1+53,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 52%, rgba(0,0,0,1) 53%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.98) 52%,rgba(0,0,0,1) 53%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.98) 52%,rgba(0,0,0,1) 53%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.bnn-item{
	display: block;
	height: 700px;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #0a0a0a;

  transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
}

.bnn-cnt::after{
	display: block;
	width: calc(100%);
	height: calc(100%);
	position: absolute;
	top: 0;
	left:0;
	z-index: 200;
	content: "";
	opacity: .4;
	background: rgba(0,0,0);
  transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
}
.pagebnn::after{
    opacity: 0;
}
.ply-btn{
	display: inline-block;
	width: 50px;
	height: 50px;

	position: absolute;
	top: 50%;
	left: 50%;

	margin-top: -25px;
	margin-left: -25px;

	z-index: 250;

  transition: top 300ms ease;
  -moz-transition: top 300ms ease;
  -webkit-transition: top 300ms ease;
  -o-transition: top 300ms ease;
}
.bnn-cnt .mdal{
	display: inline-block;

	position: absolute;
	bottom: 50px;
	left: 0;

	z-index: 250;
	
	max-width: 500px;
	margin-right: 550px;
    
	color: #fff;

  transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
}
.bnn-cnt .mdal .ttle{
	display: block;

	text-shadow: 0 2px 8px rgba(0,0,0,.3);

	font-size: 50px;
	font-family: 'Oswald', sans-serif;
}
.bnn-cnt .mdal .sbttle{
	display: block;
	margin-top: 10px;

	font-size: 16px;
	line-height: 30px;

	text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.bnn-cnt .mdal .options{
	display: block;
	margin-top: 20px;
}
.bnn-cnt .mdal .options>a{
	display: inline-block;
	padding: 10px 15px;

	font-size: 14px;
	color: #000;
	font-weight: bold;

	text-decoration: none;
	background: #fff200;
}

.float-invst-cnt{
	display: inline-block;

	z-index: 250;

	position: absolute;
	bottom: -75px;
	right: 0;

  transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
}
.float-invst-cnt>img{
	height: 200px;
	position: absolute;
	top: -100px;
	right: 20px;
}
.float-invst{
	display: inline-block;
	padding: 25px;
	width: 500px;
	background: #fff;
	color: #000;
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.float-invst .ttle{
	display: block;
	max-width: calc(100% - 225px);
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
}
.float-invst .sbttle{
	display: block;
	margin-top: 15px;

	line-height: 25px;

	color: #5b5b5b;
}
.float-invst .options{
	display: block;

	padding-top: 20px;
	margin-top: 20px;
	border-top: solid 1px rgba(0,0,0,.05);

	text-align: right;
}
.float-invst .options>a{
	display: inline-block;
	padding: 10px 15px;

	font-size: 14px;
	color: #fff;
	background: #00a5a2;
	font-weight: bold;

	text-decoration: none;
}
.float-pers {width:310px;display:block;height:380px;}
.float-pers-cnt>img {height:340px;position: absolute;top:20px;right: 20px;}
.bnn-cnt .mdal h1 {display: block;text-shadow: 0 2px 8px rgb(0 0 0 / 30%);font-size: 50px;font-family: 'Oswald', sans-serif;margin-bottom: 10px;}

.news-shwcase{
	display: block;
  min-height: 350px;
	margin-bottom: 10px;
}
.news-thmbs{
	display: flex;
	margin-top: 15px;
	padding-top: 15px;
	position: relative;
	border-top:solid 2px rgba(255,255,255,.2);
}
.news-thmbs .thmb-item{
    /*
	display: flex;
	flex: 1;
	*/
	vertical-align: top;
	position: relative;
	width: calc(25%);
	/*margin-right: -3px;*/
	margin-right: 20px;
	flex-direction: row;
}
.news-thmbs .thmb-item:last-child {
    margin-right:0;
}
.news-thmbs .thmb-item.selected .dtails{
	background: #fff200;
	color: #000;
}
.news-thmbs .thmb-item-new{
    /*
	display: flex;
	flex: 1;
	*/
	vertical-align: top;
	position: relative;
	width: calc(25%);
	/*margin-right: -3px;*/
	margin-right: 20px;
	flex-direction: row;
}
.news-thmbs .thmb-item-new:last-child {
    margin-right:0;
}
.news-thmbs .thmb-item-new.selected .dtails{
	background: #fff200;
	color: #000;
}

.news-thmbs .slider{
	display: inline-block;
	left: 0;
	position: absolute;
	top: -2px;
	height: 2px;
	width: calc(25% - 20px);
	background: #fff200;
	/* Animations */
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.news-thmbs .slider:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 242, 0, 0);
	border-top-color: #fff200;
	border-width: 10px;
	margin-left: -10px;
}

.news-thmbs .thmb-item .img{
	width: 100px;
	margin-right: -4px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.news-thmbs .thmb-item .dtails{
	flex: 1;
	padding: 10px 25px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
}
.shwcase-item{
	display: none;
	color: #fff;
	color:#000;
	/*max-width: 600px;*/
	position: relative;
}

.shwcase-item .cat{
	font-weight: bold;
	color: #fff200;
	text-transform: uppercase;
	font-size: 14px;
	max-width: 600px;
}
.shwcase-item .ttle{
	display: block;
	margin-top: 10px;
    margin-top: 0px;
	/*text-shadow: 0 2px 8px rgba(0,0,0,.3);*/
    font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-size: 28px;
}
.shwcase-item .sbttle{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
	/*text-shadow: 0 2px 10px rgba(0,0,0,.3);*/
}
.shwcase-item .options{
	display: block;
	margin-top: 20px;
}
.shwcase-item .options>a{
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: #fff200;
}

.vriant-cnt{
	display: flex;
	width: calc(100%);
	min-height: 400px;
}
.vriant-cnt>section{
	display: block;
	vertical-align: top;
	position: relative;
}
.vriant-cnt>section.n-left{
	width: 50%;
	color: #000;
	background: #fff;
	padding: 75px 0;
	padding-right: 50px;
	/*padding-left:15px!important;*/
}
.clp-items{
	display: flex;
	height: calc(100%);
	width: calc(100%);
	flex-direction: row;
}
.clp-item {
	display: block;
	flex: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	/* Animations */
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.clp-item .ttle{
	display: block;
	position: absolute;
	z-index: 205;
	left: 25px;
	right: 25px;
	bottom: 25px;
	font-family: 'Oswald', sans-serif;
	text-shadow: 0 2px 10px rgba(0,0,0,.4);

	color: #fff;
	font-size: 25px;
}
.clp-item::after{
	display: block;
	width: calc(100%);
	height: calc(100%);

	position: absolute;
	top: 0;
	left:0;
	z-index: 200;

	content: "";
	opacity: .5;

	background: rgba(0,0,0);

	/* Animations */
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.clp-item:hover {
	flex: 3;
}
.clp-item:hover::after {
	opacity: .2;
}

.vriant-cnt>section.n-right{
	flex: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.vriant-cnt .n-left .ttle{
	display: block;
	line-height: 35px;
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
}
.vriant-cnt .n-left .sbttle{
	display: block;
	margin-top: 20px;

	font-size: 16px;
	line-height: 30px;
}

.vriant-cnt .n-left .mdal.vsble{
	display: block;
}
.vriant-cnt .n-left .mdal{
	display: none;
	position: relative;
}


.vriant-cnt>section.n-right:hover::after{
	opacity: .2;
}

.buss-bn .mdal{
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 100px;
	left: 0;
	z-index: 250;
	max-width: 900px;
	color: #fff;
}
.buss-bn .mdal>section{
	display: block;
	vertical-align: top;
}
.buss-bn .mdal>section.smbol{
	width: 300px;
	padding-right: 50px;
}
.buss-bn .mdal>section.smbol>img{
	width: calc(100%);
}
.buss-bn .mdal>section.dtails{
	flex: 1;
	border-left: solid 1px rgba(255,255,255,.3);
	padding-left: 50px;
}
.buss-bn .mdal .ttle{
	display: block;

	text-shadow: 0 2px 8px rgba(0,0,0,.3);

	font-size: 50px;
	font-family: 'Oswald', sans-serif;
}
.buss-bn .mdal .sbttle{
	display: block;
	margin-top: 10px;

	font-size: 16px;
	line-height: 30px;

	text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.buss-bn .mdal .options{
	display: block;
	margin-top: 20px;
	padding-top: 25px;
	border-top: solid 1px rgba(255,255,255,.3);
}
.buss-bn .mdal .options>a{
	display: inline-block;
	padding: 10px 15px;

	font-size: 14px;
	color: #fff;
	font-weight: bold;

	text-decoration: none;
	background: #00a5a2;
}

.social-cnt{
	display: flex;
	width: calc(100%);
	min-height: 300px;
}
.social-cnt>section{
	display: block;
	vertical-align: top;
	position: relative;

	flex: 1;
}
.social-cnt>section.n-right{
	background: #fff;
	color: #000;
	padding: 75px 0;
	padding-left: 50px;
}

.social-cnt>section.n-left{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.social-cnt .n-right .ttle{
	display: block;
	line-height: 35px;
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
}
.social-cnt .n-right .sbttle{
	display: block;
	margin-top: 20px;

	font-size: 16px;
	line-height: 30px;
}
.social-cnt .n-right .mdal{
	position: relative;
}
.social-cnt .n-right .options, .vriant-cnt .n-left .options{
	display: block;
	margin-top: 20px;
}
.social-cnt .n-right .options>a, .vriant-cnt .n-left .options>a{
	display: inline-block;
	padding: 10px 15px;

	font-size: 14px;
	color: #000;
	font-weight: bold;

	text-decoration: none;
	background: #fff200;
}




.invest-cnt{
	display: flex;
	width: calc(100%);
	min-height: 300px;
}
.invest-cnt>section{
	display: block;
	vertical-align: top;
	position: relative;

	flex: 1;
}
.invest-cnt>section.n-left{

	background: #fff;
	color: #000;


	padding: 75px 0;
	padding-right: 50px;
}

.invest-cnt>section.n-right{
	padding: 50px;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.invest-cnt>section.n-right:before{
	display: block;
	width: calc(100%);
	height: calc(100%);

	background: #00a5a2;
	opacity: .4;
	content: "";

	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
}
.invest-cnt>section.n-right>img{
	display: block;
	width: calc(100%);

	position: relative;
	z-index: 50;
}


.invest-cnt .n-left .ttle{
	display: block;
	line-height: 35px;
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
}
.invest-cnt .n-left .sbttle{
	display: block;
	margin-top: 20px;

	font-size: 16px;
	line-height: 30px;
}
.invest-cnt .n-left .mdal{
	position: relative;
}
.invest-cnt .n-left .options{
	display: block;
	margin-top: 20px;
}
.invest-cnt .n-left .options>a{
	display: inline-block;
	padding: 10px 15px;

	font-size: 14px;
	color: #fff;
	font-weight: bold;

	text-decoration: none;
	background: #00a5a2;
}

/* floater responsive */
.float-page-cnt {bottom:-108px;}
.float-submenu {width:560px;}


#map {height: 800px;width: 100%;}
#map h5 {margin-bottom:10px;}
#map p {font-size:14px;line-height:20px;}

/**umb_name:Heading 1*/
h2 {
	font-size: 35px;
}

/**umb_name:Paragraph*/
p {
	font-size: 16px;
}
