/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'RNS_Camelia';
    src: url('../fonts/RNS_Camelia.eot');
    src: local('Ã¢ËœÂº'), url('../fonts/RNS_Camelia.woff') format('woff'), url('../fonts/RNS_Camelia.ttf') format('truetype'), url('../fonts/RNS_Camelia.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik-Regular';
    src: url('../fonts/Graphik-Regular.eot');
    src: local('Ã¢ËœÂº'), url('../fonts/Graphik-Regular.woff') format('woff'), url('../fonts/Graphik-Regular.ttf') format('truetype'), url('../fonts/Graphik-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik-Medium';
    src: url('../fonts/Graphik-Medium.eot');
    src: local('Ã¢ËœÂº'), url('../fonts/Graphik-Medium.woff') format('woff'), url('../fonts/Graphik-Medium.ttf') format('truetype'), url('../fonts/Graphik-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik-Light';
    src: url('../fonts/Graphik-Light.eot');
    src: local('Ã¢ËœÂº'), url('../fonts/Graphik-Light.woff') format('woff'), url('../fonts/Graphik-Light.ttf') format('truetype'), url('../fonts/Graphik-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik-LightItalic';
    src: url('../fonts/Graphik-LightItalic.eot');
    src: local('Ã¢ËœÂº'), url('../fonts/Graphik-LightItalic.woff') format('woff'), url('../fonts/Graphik-LightItalic.ttf') format('truetype'), url('../fonts/Graphik-LightItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Produkt-Light';
    src: url('../fonts/Produkt-Light-Web.woff') format('woff'), url('../fonts/Produkt-Light-Web.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

.parallax-mirror{
	    background: rgba(79, 183, 72, 0.2);
    background: -moz-linear-gradient(top, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79, 183, 72, 0.2)), color-stop(100%, rgba(0, 171, 239, 0.2)));
    background: -webkit-linear-gradient(top, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    background: -ms-linear-gradient(top, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4fb748', endColorstr='#00abef', GradientType=0);
	
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.medium-font{
	font-family: 'Graphik-Medium';
}
.container {
    margin: 0 auto;
    position: relative;
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.container {
    *zoom: 1;
}
.container-fluid {
    width: 100%;
    padding: 0 15px;
}
.container-sm {
    max-width: 1040px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
img {
    max-width: 100%;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
p {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    line-height: 1em;
    padding: 0;
}
p {
    color: #382F2D;
    font-size: 18px;
    line-height: 1.18em;
}
a {
    text-decoration: none;
    color: #DC1928;
}
input[type="text"],
input[type="email"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
html,body{
	-webkit-font-smoothing: antialiased;
}
/* ==========================================================================
   Responsive helpers
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
 * Grid helpers inspired from Twitter Bootstrap
 */

.row {
    margin: 0 -20px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row {
    *zoom: 1;
}
.row>div {
    padding: 0 20px;
}
.col12 {
    width: 100%;
    float: left;
}
.col11 {
    width: 91.666666666667%;
    float: left;
}
.col10 {
    width: 83.333333333333%;
    float: left;
}
.col9 {
    width: 75%;
    float: left;
}
.col8 {
    width: 66.666666666667%;
    float: left;
}
.col7 {
    width: 58.333333333333%;
    float: left;
}
.col6 {
    width: 50%;
    float: left;
}
.col5 {
    width: 41.666666666667%;
    float: left;
}
.col4 {
    width: 33.333333333333%;
    float: left;
}
.col3 {
    width: 25%;
    float: left;
}
.col2 {
    width: 16.666666666667%;
    float: left;
}
.col1 {
    width: 8.3333333333333%;
    float: left;
}
.hidden-desktop {
    display: none;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
/*
.custom_logo{
	display: inline-block;
	width: 68px;
    height: 33px;
    background: url(../images/logo_text.png) no-repeat;
	background-size: 613px;
    display: inline-block;
	position: relative;top: 10px;
}
.invest .custom_logo{
	background-position: 0px -47px;
}
.borrow .custom_logo{
	background-position: 0px -99px;
}
*/
.custom_logo img{
	height: 35px;position: relative;top: 8px;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header{
	position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #001E40;
    
}
main{
	padding-top: 95px;overflow: hidden;
}

html {} body {} .grandient-text {
    
    font-family: 'RNS_Camelia';
    display: block;
    font-size: 22px;
    position: relative;
}


/* override text gradient for IE */

html.no-smil .grandient-text {
	content: none;
}

html.no-smil .grandient-text:before {
	content: none;
}

.blue-text{
	color: #00adef !important;
	background: transparent !important;
}
.green-text{
	color: #50b748 !important;
	background: transparent !important;
}
.round__icon{
	width: 28px;height: 28px;
	border-radius: 50%;float: right;position: relative;
}
.round__icon img{
	width: 8px;margin: auto;position: absolute;
	top:0px;left: 0px;bottom: 0px;right: 0px;
}
.round__icon--white{
	background: #fff;
}
.arrow-down{
	width:36px;height: 36px;
	position: absolute;
	left: 0px;right: 0px;margin: auto;bottom: -18px;
	z-index: 99;
	background: rgba(0, 171, 239, 1);
    background: -moz-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 171, 239, 1)), color-stop(100%, rgba(79, 183, 72, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: linear-gradient(to right, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#4fb748', GradientType=1);
}

.arrow-down.home{
	width:36px;height: 36px;
	position: absolute;
	left: 0px;right: 0px;margin: auto;bottom: 70px;
	z-index: 99;
	background: rgba(0, 171, 239, 1);
    background: -moz-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 171, 239, 1)), color-stop(100%, rgba(79, 183, 72, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: linear-gradient(to right, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#4fb748', GradientType=1);
}

.arrow-down img{
	width: 16px;
}

.round__icon--rainbow{
	
    background: rgba(0, 171, 239, 0.2);
    background: -moz-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 171, 239, 0.2)), color-stop(100%, rgba(79, 183, 72, 0.2)));
    background: -webkit-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: -ms-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: linear-gradient(to right, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#4fb748', GradientType=1);

}


.grandient-text:before,
.grandient-text:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.grandient-text:before {
    background: rgba(0, 171, 239, 1);
    background: -moz-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 171, 239, 1)), color-stop(100%, rgba(79, 183, 72, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: linear-gradient(to right, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#4fb748', GradientType=1);
    content: '';
    display: block;
    mix-blend-mode: screen;
}
.grandient-light-horizontal {
    background: rgba(0, 171, 239, 0.2);
    background: -moz-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 171, 239, 0.2)), color-stop(100%, rgba(79, 183, 72, 0.2)));
    background: -webkit-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: -ms-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: linear-gradient(to right, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#4fb748', GradientType=1);
}
.grandient-light-vertical {
    background: rgba(79, 183, 72, 0.2);
    background: -moz-linear-gradient(top, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79, 183, 72, 0.2)), color-stop(100%, rgba(0, 171, 239, 0.2)));
    background: -webkit-linear-gradient(top, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    background: -ms-linear-gradient(top, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4fb748', endColorstr='#00abef', GradientType=0);
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.section .full-section-title {
    font-family: 'Produkt-Light';
    font-size: 64px;
    height: 328px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background: url('../images/title-bg-1.png') center no-repeat;
    background-size: cover;
    background: transparent;
}

.home--pat1{
	background: url('../images/Home_1.png') center no-repeat !important;
    background-size: cover;
}
.invest--pat1{
	background: url('../images/Invest_1.png') center no-repeat !important;
    background-size: cover;
}
.invest--pat2{
	background: url('../images/Invest_2.png') center no-repeat !important;
    background-size: cover;
}

.borrow--pat1{
	background: url('../images/Borrow_1.png') center no-repeat !important;
    background-size: cover;
}
.borrow--pat2{
	background: url('../images/Borrow_2.png') center no-repeat !important;
    background-size: cover;
}
.borrow--pat3{
	background: url('../images/Borrow_3.png') center no-repeat !important;
    background-size: cover;
}

.section .full-section-title span {
    line-height: 1;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
/* ==========================================================================
   Header
   ========================================================================== */

header {} 

header .top-bar {
    padding: 6px 26px;
    background: rgba(0, 171, 239, 1);
    background: -moz-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 171, 239, 1)), color-stop(100%, rgba(79, 183, 72, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: linear-gradient(to right, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#4fb748', GradientType=1);
}
header.invest .top-bar{
	background: #00adef; 
}
header.borrow .top-bar{
	background: #50b748;
}
header .top-bar .logo {
    display: inline-block;
    text-indent: -99999px;
    width: 218px;
    height: 16px;
    background: url('../images/logo.png') center no-repeat;
    background-size: contain;
}
header .top-bar .logo img {
    display: block;
}
header .bottom-bar {
    padding: 10px 30px;
}
header .line{
	width: 100%;
	height: 25px;
	 background: -moz-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 171, 239, 1)), color-stop(100%, rgba(79, 183, 72, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: linear-gradient(to right, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#4fb748', GradientType=1);
}
header .bottom-bar .logo2 {
    color: #000000;
    float: left;
    font-family: 'Produkt-Light';
    display: block;
    font-size: 32px;
    position: relative;
    top: 9px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}
header .bottom-bar .logo2 .light{
	font-weight: normal;
}
header .bottom-bar .logo2:before,
header .bottom-bar .logo2:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
header .bottom-bar .logo2:before {
    background: rgba(0, 171, 239, 1);
    background: -moz-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 171, 239, 1)), color-stop(100%, rgba(79, 183, 72, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: linear-gradient(to right, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#4fb748', GradientType=1);
    content: '';
    display: block;
    mix-blend-mode: screen;
}
header.invest .bottom-bar .logo2:before , header.borrow .bottom-bar .logo2:before{
	display: none;
}
header.invest .bottom-bar .logo2 {
	color: #00adef;
}
header.borrow .bottom-bar .logo2{
	color: #4db848;
}

header .bottom-bar .menu {
    padding: 8px 0;
    float: right;
}
header .bottom-bar .menu li {
    float: left;
}
header .bottom-bar .menu li + li {
    margin-left: 17px;
}
header .bottom-bar .menu li a {
    font-size: 14px;
    display: block;
    border-radius: 8px;
    width: 140px;
    font-family: 'Graphik-Medium';
    text-align: center;
    height: 34px;
    line-height: 37px;
    color: #ffffff;
    cursor: pointer;  
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
}


header .bottom-bar .menu li a.btn-blue {
    background-color: #00adef;
}
header .bottom-bar .menu li a.btn-green {
    background-color: #50b748;
}
header .bottom-bar .menu li a.btn-white {
    background-color: #fff;
    color: #001E40;
}


header .bottom-bar .menu li a.btn-blue:hover, header .bottom-bar .menu li a.btn-green:hover, header .bottom-bar .menu li a.btn-white:hover{

	color: #00adef;
	 
	    background: rgba(0, 171, 239, 0.2);
    background: -moz-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 171, 239, 0.2)), color-stop(100%, rgba(79, 183, 72, 0.2)));
    background: -webkit-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: -ms-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: linear-gradient(to right, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#4fb748', GradientType=1);
 
}

header .bottom-bar .menu li a.btn-white:hover{
	color:#fff;
}

header .bottom-bar .menu li a.btn-green:hover{
	color:#50b748;
}

.menu h3{
	color: #fff;
	font-size: 20px;
	font-family: 'Produkt-Light';
	line-height: 34px;
	padding-right: 20px;
}


.new_header .top-bar{
	background: #000 !important;
	float: left;
    width: 100%;
     font-family: 'Produkt-Light';
     text-transform: uppercase;
}
.new_header .top-bar a{
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
}
.new_header .top-bar a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=30);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.3;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.3;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.3;
}
.new_header .top-bar p{
	display: inline-block;
	color: #fff;
	font-size: 13px;line-height: 0px;
	position: relative;top:1px;
}

.new_header .top-bar .logo{
	float: right;
}
.new_header .bottom-bar{
	float: left;width: 100%;    padding: 9px 26px 5px;
	font-family: 'Produkt-Light';
     text-transform: uppercase;
     color: #fff;font-size: 14px;
     letter-spacing: 1px;-webkit-font-smoothing: initial;
}
.invest .line{
	background: #00adef;
}
.borrow .line{
	background: #50b748;

}
.required{
	position: absolute;
	right: 0px;bottom: 12px;    font-family: 'Graphik-Light';
}
/* ==========================================================================
   Hero
   ========================================================================== */

.section-hero {
    padding-top: 75px;
    padding-top: 0px;
    position: relative;
    height: 690px;
    height: 95vh;
    width: 100%;
    background: url('../images/hero-bg.jpg') no-repeat center;
    background-size: cover;
}
.section-hero iframe{
	position: absolute;
	
}
.frame_container{overflow: hidden;    width: 100%;
    height: 100%;position: absolute;display: none;}
.section-hero:after {
    content: '';
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(79, 183, 72, 1);
    background: -moz-linear-gradient(top, rgba(79, 183, 72, 1) 0%, rgba(0, 171, 239, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79, 183, 72, 1)), color-stop(100%, rgba(0, 171, 239, 1)));
    background: -webkit-linear-gradient(top, rgba(79, 183, 72, 1) 0%, rgba(0, 171, 239, 1) 100%);
    background: -o-linear-gradient(top, rgba(79, 183, 72, 1) 0%, rgba(0, 171, 239, 1) 100%);
    background: -ms-linear-gradient(top, rgba(79, 183, 72, 1) 0%, rgba(0, 171, 239, 1) 100%);
    background: linear-gradient(to bottom, rgba(79, 183, 72, 1) 0%, rgba(0, 171, 239, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4fb748', endColorstr='#00abef', GradientType=0);
    opacity: .7;
    height: 100%;
    width: 100%;
}
.section-hero .container{
	 position: relative; top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);z-index: 12
}

.section-hero .section-caption {
    z-index: 10;
    position: relative; 
}
.section-hero h2 {
	margin: auto;
    margin-bottom: 72px;
    line-height: 1.4;
    font-family: 'Produkt-Light';
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    position: absolute;
    width: 90%;
    top: -19.5vh;
    display: block;left: 0px;right: 0px;
    
}
.section-hero .circles {
/*     margin-bottom: 100px; */
    width: 100%;
    text-align: center;
}
.section-hero .circles .box {
    width: 280px;
    height: 280px;
    display: inline-block;
    border-radius: 140px;
    position: relative;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:1;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 1;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 1;

	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
}
.section-hero .circles .box:hover{
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.7;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.7;
}
	
.section-hero .circles .box + .box {
    margin-left: 55px;
}
.section-hero .circles .box h3 {
    line-height: 0px;
    font-size: 54px;
    font-family: 'Produkt-Light';
    color: #ffffff;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
	  -webkit-transform: translate(-50%,-50%);
	  -ms-transform: translate(-50%,-50%);
	  transform: translate(-50%,-50%);
}
.section-hero .circles .box.blue {
    background-color: #00adef;
}
.section-hero .circles .box.green {
    background-color: #50b748;
}
.section-hero .more ,.more {
    font-family: 'Graphik-Regular';
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 22px;
    position: absolute;
    bottom: 33px;
    width: 100%;z-index: 19;
    
}
/* ==========================================================================
   Overview
   ========================================================================== */

.section-overview {
    padding: 170px 0;
    text-align: center;
    background: #fff;
}
.section-overview h3 {
    margin-bottom: 20px;
    font-size: 64px;
    font-family: 'Produkt-Light';
    display: block;line-height: 1.1
}
.section-overview h4 {
    display: block;
    margin-bottom: 20px;
    font-family: 'Graphik-Regular';
    font-size: 30px;
    line-height: 1.2;
}
.section-overview p {
    margin-bottom: 20px;
    display: block;
    font-family: 'Graphik-Light';
    font-size: 17px;
    line-height: 1.2;
}
/* ==========================================================================
   Oppourtunity
   ========================================================================== */

.section-oppourtunity {
    padding: 115px 0;
}
.section-oppourtunity h5 {
    background: rgba(148, 148, 148, 0.25);
    display: inline-block;
    font-size: 15px;
    margin-bottom: 30px;
    font-family: 'Graphik-Medium';
}
.section-oppourtunity .text {
    width: 100%;
    max-width: 410px;
}
.section-oppourtunity .text h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Graphik-Regular';
    line-height: 1.2;
}
.section-oppourtunity .text p {
    margin-bottom: 15px;
    font-size: 17px;
    font-family: 'Graphik-Light';
    line-height: 1.2;
}
.section-oppourtunity .text p i {
    font-family: 'Graphik-LightItalic';
}
.section-oppourtunity .list {} .section-oppourtunity .list ul {
    width: 100%;
    border: none!important;
/*
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: transparent;
    -moz-border-image: -moz-linear-gradient(left, #00adef 0%, #50b748 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #00adef 0%, #50b748 100%);
    border-image: linear-gradient(to left, #00adef 0%, #50b748 100%);
    border-image-slice: 1;
*/
}
.section-oppourtunity .list ul li {
    width: 100%;
    display: list-item;
	/*
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
    -moz-border-image: -moz-linear-gradient(left, #00adef 0%, #50b748 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #00adef 0%, #50b748 100%);
    border-image: linear-gradient(to left, #00adef 0%, #50b748 100%);
    border-image-slice: 1;
	*/
    border: none!important;
}
.section-oppourtunity .list ul li a {
    color: #000000;
    font-size: 30px;
    font-family: 'Graphik-Regular';
    position: relative;
    padding: 15px 0;
    display: block;
     -webkit-transition: all 0.5s ease-in-out;
	  -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
}
.section-oppourtunity .list ul li a:hover{
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=30);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.3;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.3;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.3;
}
/*
.section-oppourtunity .list ul li a img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
}
*/
/* ==========================================================================
   About
   ========================================================================== */

.section-about-us {} .section-about-us .full-section-title {
    font-family: 'Produkt-Light';
    font-size: 64px;
    height: 328px;
    line-height: 328px;
    color: #ffffff;
    text-align: center;
    background: url('../images/title-bg-1.png') center no-repeat;
    background-size: cover;
    background: transparent;
}
.section-about-us .section-content {
    padding: 60px 0;
    background: #fff;
}
.section-about-us .section-content h5 {
    background: transparent;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 30px;
    padding-top: 40px;
    font-family: 'Graphik-Medium';
}
.section-about-us .section-content .text {
    width: 100%;
    max-width: 410px;
}
.section-about-us .section-content .text h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Graphik-Regular';
    line-height: 1.4;
}
.section-about-us .section-content .text p {
    margin-bottom: 15px;
    font-size: 17px;
    font-family: 'Graphik-Light';
    line-height: 1.2;
}
.section-about-us .section-content .text p a {
    font-size: 17px;
    display: inline-block;
    font-family: 'Graphik-Light';
}
.section-about-us .section-content .text p strong {
    font-family: 'Graphik-Medium';
    font-weight: normal;
}
/* ==========================================================================
   Staff
   ========================================================================== */

.section-staff {
    height: 592px;
    width: 100%;
    position: relative;
}
.section-staff .container {
    height: 100%;
}
.section-staff .cycle-slideshow {
    height: 100%;
}
.section-staff .cycle-slideshow .slide {
    height: 100%;
    width: 100%;
}
.section-staff .cycle-slideshow .slide .caption {
    height: 100%;
}
.section-staff .cycle-slideshow .slide .caption h5 {
    background: rgb(210, 210, 210);
    display: inline-block;
    font-size: 15px;
    margin-bottom: 30px;
    font-family: 'Graphik-Medium';
}
.section-staff .cycle-slideshow .slide .caption .text {
    width: 100%;
    max-width: 410px;
}
.section-staff .cycle-slideshow .slide .caption .text h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Graphik-Regular';
    line-height: 1.2;
}
.section-staff .cycle-slideshow .slide .caption .text p {
    margin-bottom: 15px;
    font-size: 17px;
    font-family: 'Graphik-Light';
    line-height: 1.2;
}
.section-staff .cycle-slideshow .slide .caption .text p a {
    color: #000000;
}
.section-staff .cycle-slideshow .slide .slide-image {
    position: absolute;
    bottom: 0;
    right: 0;
   
}
.section-staff .cycle-slideshow .slide .slide-image img {
    display: block; max-width: 690px;
}
.section-staff .slide-controls {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}
.section-staff .slide-controls img {
    display: block;
}
.section-staff .slide-controls.prev-slide {
    left: 20px;
}
.section-staff .slide-controls.next-slide {
    right: 20px;
}
.section-staff .slider-pager {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 200;
    text-align: center;
}
.section-staff .slider-pager span {
    cursor: pointer;
    margin: 0 2px;
    display: inline-block;
    width: 8px;
    background-color: #ffffff;
    border-radius: 8px;
    height: 8px;
}
.section-staff .slider-pager span.active {
    background: rgba(0, 171, 239, 1);
    background: -moz-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 171, 239, 1)), color-stop(100%, rgba(79, 183, 72, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: linear-gradient(to right, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#4fb748', GradientType=1);
}
/* ==========================================================================
   Contact
   ========================================================================== */

.section-contact {
    padding: 0px 0 20px;
}
.section-contact .section-content{
	padding: 60px 0;
	background: #fff;
}
.section-contact.with-title {
    padding: 0 0 115px;
}
.section-contact.with-title h3 {
    margin-bottom: 115px;
}
.section-contact .full-section-title {
    font-family: 'Produkt-Light';
    font-size: 64px;
    height: 328px;
    line-height: 328px;
    color: #ffffff;
    text-align: center;
    background: url('../images/title-bg-1.png') center no-repeat;
    background-size: cover;
    background: transparent;
}
.section-contact h5 {
    background: transparent;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 30px;
    font-family: 'Graphik-Medium';
}
.section-contact h5.blue-text {
    background: transparent;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 30px;
    font-family: 'Graphik-Medium';
    color: #00aeef;
}
.section-contact .text {
    width: 100%;
    max-width: 410px;
}
.section-contact .text h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Graphik-Regular';
    line-height: 1.4;
}
.section-contact .text p {
    margin-bottom: 15px;
    font-size: 17px;
    font-family: 'Graphik-Light';
    line-height: 1.2;
}
.section-contact .text p strong {
    font-family: 'Graphik-Medium';
}
.section-contact .text p a {
    font-size: 17px;
    display: inline-block;
    font-family: 'Graphik-Light';
    color: #000000;
}
.section-contact .list {} .section-contact .list ul {
    width: 100%;
  
}
.section-contact .list ul li {
    width: 100%;
    display: list-item;
   
}
.section-contact .list ul li a {
    color: #000000;
    font-size: 30px;
    font-family: 'Graphik-Regular';
    position: relative;
    padding: 15px 0;
    display: block;
         -webkit-transition: all 0.5s ease-in-out;
	  -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;

}
.section-contact .list ul li a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=30);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.3;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.3;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.3;
}
/*
.section-contact .list ul li a img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
}
*/
.section-contact .custom-form {
    width: 100%;
}
.section-contact .custom-form form {
    width: 100%;
    position: relative;
}

.section-contact .custom-form form .success {
	margin-bottom: 15px;
	font-size: 30px;
	font-family: 'Graphik-Regular';
	line-height: 1.4;
}

.section-contact .custom-form form input[type="text"],
.section-contact .custom-form form input[type="email"], 
.section-contact .custom-form form select {
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Graphik-Light';
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    width: 63%;
    border: none;
    display: inline-block;
}


.section-contact .custom-form form input[type="checkbox"] {
    margin-bottom: -6px;
     -webkit-appearance: none;
    color: #000000;
    font-family: 'Graphik-Light';
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    border: none;
    display: inline-block;
    background: rgba(0, 171, 239, 0.2);
    background: -moz-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 171, 239, 0.2)), color-stop(100%, rgba(79, 183, 72, 0.2)));
    background: -webkit-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: -ms-linear-gradient(left, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    background: linear-gradient(to right, rgba(0, 171, 239, 0.2) 0%, rgba(79, 183, 72, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#4fb748', GradientType=1);
 
    
}

.section-contact .custom-form form .checkbox:checked::after{
	padding-left: 5px;
	content: "\2713";
	font-size: 18px;
    height: 25px;
    line-height: 10px;
	
}


.section-contact .custom-form label {
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Graphik-Light';
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    width: 36%;
    display: inline-block;
   
}

.section-contact .custom-form label.error {
    margin-bottom: 10px;
    color: red;
    font-family: 'Graphik-Light';
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    display: inline-block;
    font-weight: 700;
    
}

.section-contact .custom-form form .form-row {
    margin-bottom: 10px;
    width: 100%;
    border: none;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: transparent;
    -moz-border-image: -moz-linear-gradient(left, #00adef 0%, #50b748 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #00adef 0%, #50b748 100%);
    border-image: linear-gradient(to left, #00adef 0%, #50b748 100%);
    border-image-slice: 1;
}

.section-contact .custom-form form.pdf input {
    margin-bottom: 0px;
    padding: 25px 0px;
    width: 100%;
    border: none;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: transparent;
    -moz-border-image: -moz-linear-gradient(left, #00adef 0%, #50b748 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #00adef 0%, #50b748 100%);
    border-image: linear-gradient(to left, #00adef 0%, #50b748 100%);
    border-image-slice: 1;
}

.section-contact .custom-form form.pdf input[type=submit] {
  
    padding: 0px 0px;
   
}


.section-contact .custom-form form textarea{
	width: 100%;height: 150px;border: 0px;
	margin-top: 10px;
	padding: 10px;    font-family: 'Graphik-Light';
    font-size: 18px; resize: none;
}




.section-contact .custom-form form input[type="text"]::-webkit-input-placeholder,
.section-contact .custom-form form input[type="email"]::-webkit-input-placeholder {
    color: #000000;
}
.section-contact .custom-form form input[type="text"]:-moz-input-placeholder,
.section-contact .custom-form form input[type="email"]:-moz-input-placeholder {
    color: #000000;
}
.section-contact .custom-form form input[type="text"]::-moz-input-placeholder,
.section-contact .custom-form form input[type="email"]::-moz-input-placeholder {
    color: #000000;
}
.section-contact .custom-form form input[type="text"]:-ms-input-placeholder,
.section-contact .custom-form form input[type="email"]:-ms-input-placeholder {
    color: #000000;
}


::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000; 
}

:-ms-input-placeholder {  
   color: #000000;
}

.section-contact .custom-form form input[type="submit"] {
    width: 188px;
    height: 40px;
    display: block;
    line-height: 38px;
    color: #ffffff;
    background-color: #00aeef;
    border-radius: 8px;
    border: none;
    font-family: 'Graphik-Medium';
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
}
.section-contact .custom-form form input[type="submit"].green{
	background: #4db848;
}
/* ==========================================================================
   Hero Slider
   ========================================================================== */

.section-hero-slideshow {
    height: 690px;
    position: relative;
    
}
.section-hero-slideshow .more{
	z-index: 198
}
.section-hero-slideshow .arrow-down{
	z-index: 200
}
.section-hero-slideshow .cycle-slideshow {
    height: 100%;
}
.section-hero-slideshow .cycle-slideshow .slide {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section-hero-slideshow .cycle-slideshow .slide .container {
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.section-hero-slideshow .cycle-slideshow .slide .container:before {
    content: '';
    z-index: 20;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2000px;
    left: -511px;
    background: url('../images/Overlay_Blue.png') no-repeat center;
    background-size: contain;
}
.section-hero-slideshow.section-hero-borrow .cycle-slideshow .slide .container:before {
	background: url('../images/Overlay_green.png') no-repeat center;
    background-size: contain;
}

.section-hero-slideshow.section-hero-contact .cycle-slideshow .slide .container:before {
	background: url('../images/Overlay_multi.png') no-repeat center;
    background-size: contain;
}



.section-hero-slideshow .cycle-slideshow .slide .caption {
    z-index: 50;
    position: absolute;
    max-width: 570px;
    top: 45px;
    left: 30px;
}
.section-hero-slideshow .cycle-slideshow .slide .caption h3 {
    position: relative;
    font-family: 'Produkt-Light';
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 15px;
}
/*
.section-hero-slideshow .cycle-slideshow .slide .caption h3:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -50px;
    height: 3px;
    width: 82px;
    background-color: #ffffff;
    -moz-transform: rotate(-39deg);
    -webkit-transform: rotate(-39deg);
    -o-transform: rotate(-39deg);
    -ms-transform: rotate(-39deg);
    transform: rotate(-39deg);
}
*/
.section-hero-slideshow .cycle-slideshow .slide .caption h4 {
    font-size: 30px;
    font-family: 'Graphik-Regular';
    color: #ffffff;
    max-width: 450px;
    line-height: 1.4;
}
/* ==========================================================================
   Scheme
   ========================================================================== */

.section-scheme {} .section-scheme .slider-wrapper {
    position: relative;
}
.section-scheme .slider-wrapper .slide {
    padding: 100px 0;
}
.section-scheme .slider-wrapper .slide .caption {
    float: left;
    width: 35%;
}
.section-scheme .slider-wrapper .slide .caption h5 {
    font-size: 15px;
    margin-bottom: 25px;
    color: #00adef;
    font-family: 'Graphik-Medium';
}
.section-scheme .slider-wrapper .slide .caption .text {} .section-scheme .slider-wrapper .slide .caption .text h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Graphik-Regular';
    line-height: 1.2;
}
.section-scheme .slider-wrapper .slide .caption .text p {
    margin-bottom: 15px;
    font-size: 17px;
    font-family: 'Graphik-Light';
    line-height: 1.2;
}
.section-scheme .slider-wrapper .slide .slide-image {
    float: left;
    width: 65%;
    text-align: right;
}
.section-scheme .slider-wrapper .slide .slide-image img{
	max-width: 656px;
}
.section-scheme .slider-wrapper .slide-controls {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}
.section-scheme .slider-wrapper .slide-controls img {
    display: block;
}
.section-scheme .slider-wrapper .slide-controls.prev-slide {
    left: 20px;
}
.section-scheme .slider-wrapper .slide-controls.next-slide {
    right: 20px;
}
.section-scheme .slider-wrapper .slider-pager {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 200;
    text-align: center;
}
.section-scheme .slider-wrapper .slider-pager span {
    cursor: pointer;
    margin: 0 2px;
    display: inline-block;
    width: 8px;
    border-radius: 8px;
    height: 8px;
    background: rgba(0, 171, 239, 1);
    background: -moz-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 171, 239, 1)), color-stop(100%, rgba(79, 183, 72, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    background: linear-gradient(to right, rgba(0, 171, 239, 1) 0%, rgba(79, 183, 72, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#4fb748', GradientType=1);
    opacity: .2;
}
.section-scheme .slider-wrapper .slider-pager span.active {
    opacity: 1;
}
/* ==========================================================================
   lt-ri section( Left text - Right Image)
   ========================================================================== */

.section-lt-ri {
    height: 590px;
}
.section-lt-ri .container {
    height: 100%;
}
.section-lt-ri .lt-ri-wrapper {
    height: 100%;
}
.section-lt-ri .lt-ri-wrapper .lt {
    float: left;
    width: 40%;
    height: 100%;
}
.section-lt-ri .lt-ri-wrapper .lt h5 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 25px;
    color: #00adef;
    font-family: 'Graphik-Medium';
}
.section-lt-ri .lt-ri-wrapper .lt h5.green-text {
    color: #4db848;
}
.section-lt-ri .lt-ri-wrapper .lt .text {
	max-width: 420px;
} 

.section-lt-ri .lt-ri-wrapper .lt .text h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Graphik-Regular';
    line-height: 1.2;
}
.section-lt-ri .lt-ri-wrapper .lt .text p {
    margin-bottom: 15px;
    font-size: 17px;
    font-family: 'Graphik-Light';
    line-height: 1.2;
}
.section-lt-ri .lt-ri-wrapper .lt .text p a {
    font-size: 17px;
    display: inline-block;
    font-family: 'Graphik-Light';
    color: #000000;
}
.section-lt-ri.grandient-light-horizontal .lt-ri-wrapper .lt .text p a {
    background-color: rgba(193, 193, 193, 0.55);
}
.section-lt-ri .lt-ri-wrapper .ri {
    height: 100%;
    width: 60%;
    text-align: right;
    float: left;
}
.section-lt-ri .lt-ri-wrapper .ri img {
    display: inline-block;
    max-width: 656px;
}
.section-lt-ri .lt-ri-wrapper .ri.rt {
    text-align: left;
}
.section-application {
    padding: 115px 0;
}
.section-application h5 {
    font-size: 15px;
    margin-bottom: 25px;
    color: #00adef;
    font-family: 'Graphik-Medium';
}
.section-application h5.green-text {
    color: #4db848;
}
.section-application .text {
    max-width: 420px;
    width: 100%;
}
.section-application .text h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Graphik-Regular';
    line-height: 1.4;
}
.section-application .text .list {} .section-application .text .list li {} .section-application .text .list li + li {
    margin-top: 20px;
    padding-top: 20px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: transparent;
    -moz-border-image: -moz-linear-gradient(left, #00adef 0%, #50b748 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #00adef 0%, #50b748 100%);
    border-image: linear-gradient(to left, #00adef 0%, #50b748 100%);
    border-image-slice: 1;
}
.section-application .text .list li p {
    font-size: 17px;
    font-family: 'Graphik-Light';
    color: #000000;
    line-height: 1.2;
    margin-bottom: 12px;
}
.section-application .text .list li .buttons {} 
.buttons label.error{
	color: red;    position: relative;
    top: 7px;
}

.section-application .text .list li .buttons a {
    display: inline-block;
    width: 138px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #4db848;
    text-align: center;
    border-radius: 8px;
    border: none;
    font-family: 'Graphik-Medium';
    font-size: 18px;
    text-transform: uppercase; -webkit-transition: all 0.5s ease-in-out;
	  -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out; 
}


.section-application .text .list li .buttons a:hover ,.section-application .text .list li .buttons a.active{
	color: #4db848;
	 background: rgba(79, 183, 72, 0.2);
    background: -moz-linear-gradient(top, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79, 183, 72, 0.2)), color-stop(100%, rgba(0, 171, 239, 0.2)));
    background: -webkit-linear-gradient(top, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    background: -ms-linear-gradient(top, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(79, 183, 72, 0.2) 0%, rgba(0, 171, 239, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4fb748', endColorstr='#00abef', GradientType=0);
  
}
.section-application .text .list li .buttons a + a {
    margin-left: 15px;
}
.section-application .custom-form {
	position: relative;	
} 
.section-application .custom-form form {} .section-application .custom-form .field-row {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
    -moz-border-image: -moz-linear-gradient(left, #00adef 0%, #50b748 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #00adef 0%, #50b748 100%);
    border-image: linear-gradient(to left, #00adef 0%, #50b748 100%);
    border-image-slice: 1;
    position: relative;
}

.section-application .custom-form h4 {
    font-size: 30px;
    font-family: 'Graphik-Regular';
    margin-bottom: 18px;
}
.section-application .custom-form .custom-input {
    padding-left: 120px;
}
.section-application .custom-form .custom-input.label-big {
    padding-left: 320px;
    position: relative;
}
.section-application .custom-form .custom-input.label-big:before {
    content: '$';
    font-size: 19px;
    font-family: 'Graphik-Light';
    position: absolute;
    left: 325px;
    top: 2px;
}
.section-application .custom-form input[type="text"] {
    padding: 0 10px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    border: none;
}
.section-application .custom-form .label-big input[type="text"] {
    padding-left: 20px;
}
.section-application .custom-form label {
    float: left;
    width: 120px;
    font-family: 'Graphik-Light';
    font-size: 17px;position: relative;
    top: 4px;
}
.section-application .custom-form label.error{
	position: absolute;right: 10px;
	color: red;width: auto;
}
.section-application .custom-form label.big-label {
    position: relative;
    width: 320px;padding-bottom: 21px;
}
.section-application .custom-form input[type="submit"] {
    width: 230px;
    height: 40px;
    display: block;
    line-height: 38px;
    color: #ffffff;
    background-color: #4db848;
    border-radius: 8px;
    border: none;
    font-family: 'Graphik-Medium';
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
}
/* ==========================================================================
   Overview 2
   ========================================================================== */

.section-overview2 {
    padding: 100px 0;
/*     background: #fff; */
}
.section-overview2 {} .section-overview2 h5 {
    font-size: 15px;
    margin-bottom: 25px;
    color: #00adef;
    font-family: 'Graphik-Medium';
}
.section-overview2 h5.green-text {
    color: #4db848;
}
.section-overview2 .text {
	max-width: 420px;
} .section-overview2 .text h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Graphik-Regular';
    line-height: 1.4;
}
.section-overview2 .text p {
    margin-bottom: 15px;
    font-size: 17px;
    font-family: 'Graphik-Light';
    line-height: 1.2;
}
.section-overview2 .text p a {
    font-size: 17px;
    display: inline-block;
    font-family: 'Graphik-Light';
    color: #000000;
}
.section-overview2 .list-wrapper {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
}
.section-overview2 .list-wrapper li {} .section-overview2 .list-wrapper li + li {
    margin-top: 10px;
    padding-top: 12px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: transparent;
    -moz-border-image: -moz-linear-gradient(left, #00adef 0%, #50b748 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #00adef 0%, #50b748 100%);
    border-image: linear-gradient(to left, #00adef 0%, #50b748 100%);
    border-image-slice: 1;
}
.section-overview2 .list-wrapper li h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 15px;
    color: #00aeef;
    font-family: 'Graphik-Medium';
}
.section-overview2 .list-wrapper li p {
    margin: 0;
    color: #000000;
    font-size: 17px;
    font-family: 'Graphik-Light';
}

.section-overview2 .list-wrapper li span {
	font-family: 'Graphik-Light';
	font-size: 11px;
}

.disclaimer {
	margin: 0;
	color: #000000;
	font-size: 12px;
	font-family: 'Graphik-Light';
	padding: 15px 0;
	display: block;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    background-color: #001E40;
    color: #ffffff;
    font-size: 10px;
    padding: 22px 30px;
}
footer a {
    color: #ffffff;
    font-size: 10px;
}

.custom_logo.responsive{
	display: none;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1170px) {
	.custom_logo.responsive {
		display: inline-block;
	}
	.custom_logo.responsive img {
    	height: 35px;
		position: relative;
		top: 2px;
	}
	.custom_logo.larger {
		display: none;
	}
	
	.menu h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Produkt-Light';
    line-height: 25px;
    padding-right: 20px;
}
	
	
	
	
}



@media only screen and (max-width: 1220px) {
	.controller{
		 position: absolute;
	    right: 0px;
	    bottom: 43px;
	    width: 117px;
	    z-index: 207;

	}

}

/*
 * Tablet
 */
@media only screen and (max-device-width: 1024px) and (min-device-width: 320px) {

	.frame_container{display: none !important;}
}

@media only screen and (max-width: 1024px) {
    /* Tablet grid */
    
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.666666666667%;
    }
    .col-md-10 {
        width: 83.333333333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.666666666667%;
    }
    .col-md-7 {
        width: 58.333333333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.666666666667%;
    }
    .col-md-4 {
        width: 33.333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666667%;
    }
    .col-md-1 {
        width: 8.3333333333333%;
    }
    /* Helpers */
    
    .section-hero .circles .box.hidden-tablet {
        display: none;
    }
    
    .hidden-tablet {
        display: none;
    }
    .visible-tablet {
        display: block;
    }
    main{
	        padding-top: 70px;
    }
    header .bottom-bar .logo2 {
        font-size: 22px;margin-bottom: 15px;
       
    }
    .custom_logo img{
		height: 35px;position: relative;
		display: inline-block;
	}
    
    
    header .bottom-bar .menu{
/*
	    width: auto;
	        padding: 0;
	    text-align: center;
	    float: none;
	    margin: auto;
	    display: table;
*/
    }
    header .bottom-bar .logo2{}
    header .bottom-bar .menu li a {
        height: 25px;
        font-size: 11px;
        width: 90px;
        line-height: 25px;
    }
    .section-lt-ri .lt-ri-wrapper .ri {
        padding: 0 30px;
    }
     .section-lt-ri .lt-ri-wrapper .ri img , .section-lt-ri .lt-ri-wrapper .lt img , .section-scheme .slider-wrapper .slide .slide-image img{
	    width: 100%;
    }
    .section-hero-slideshow .cycle-slideshow{
	    overflow: hidden;
    }
}

.contact-page-spacer{
	height: 110px;
	display: block;
}


/*
 * Mobile
 */

@media only screen and (max-width: 768px) {
    /* Mobile grid */
    
    main{padding-top: 105px; }
    
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.666666666667%;
    }
    .col-sm-10 {
        width: 83.333333333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.666666666667%;
    }
    .col-sm-7 {
        width: 58.333333333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.666666666667%;
    }
    .col-sm-4 {
        width: 33.333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666667%;
    }
    .col-sm-1 {
        width: 8.3333333333333%;
    }
    /* Helpers */
    
    .hidden-mobile {
        display: none;
    }
    .visible-mobile {
        display: block;
    }
    .bottom_header{
	    position: fixed;bottom: 0px;right: 0px;width: 100% ;background: #001E40;   z-index: 999;text-align: center;padding: 6px 30px;
    }
    .custom_logo{
	    display: inline-block;
		height: 35px;
		margin: 10px;
		top: auto;
		float: left;
		
		
    }
    .mobile-header h3{
	   line-height: 55px;
	   display: inline-block;
	   float: left;
	   color: #fff;
	   font-size: 14px;
	   font-family: 'Produkt-Light';
		
    }
    .mobile-header.two-lines h3{
	   line-height: 16px!important;
	   padding-top: 10px!important;
	   display: inline-block;
	   float: left;
	   color: #fff;
	   font-size: 14px;
	   font-family: 'Produkt-Light';
		
    }
    
    .mobile-header span a{
	   line-height: 55px;
	   display: inline-block;
	   float: right;
	   font-family: 'Produkt-Light';
	   margin-right: 15px;
	   color: #fff!important;
	   font-size: 14px;
    }
    .custom_logo img{
		height: 35px; display: inline-block;
		top: auto!important;
	}
	header .line{height: 12px; }
    
    .bottom_header a{
	   display: inline-block;
	   font-family: 'Produkt-Light';
	   margin: 0px auto;
	   color: #fff!important;
	   font-size: 14px;
	   line-height: 38px!important;
	   text-transform: uppercase!important;

    }
    
    .bottom_header a span{
	   display: inline-block;
	   font-family: 'Produkt-Light';
	   margin: 0px auto;
	   color: #fff!important;
	   font-size: 14px;
	   line-height: 38px!important;
	   font-weight: 700!important;
	   text-transform: uppercase!important;

    }
    
    .section-overview iframe {
    	width:100%!important;
    }
    
    header .bottom-bar .logo2{
	    text-align: center;width: 100%;
    }
     header .bottom-bar .menu{
	    width: auto;
	        padding: 0;
	    text-align: center;
	    float: none;
	    margin: auto;
	    display: table;
    }
    
    header .bottom-bar .logo2{
	    font-size: 16px;margin-bottom: 10px;top:5px;
    }
    header .bottom-bar{
	    padding: 15px 0 0px;
    }
    header .line{
	    position: absolute;top:0px;
    }
    header .bottom-bar .menu{
	    width: 100%;
    }
    header .bottom-bar .menu li{
	    width: 50%;
    }
    header .bottom-bar .menu li + li{
	    margin-left: 0px;
    }
    header .bottom-bar .menu li a{
	    width: 100%;    border-radius: 0;
	        height: 38px;
	    font-size: 14px;
	    
	    line-height: 40px;
    }
    main{
	    padding-top: 82px;
    }
    .new_header .bottom-bar{
	    text-align: center;
    }
    .new_header .top-bar{
	    text-align: center;
    }
    .new_header .top-bar .logo{
	    float: left;
	    margin-left: -7px;
		margin-top: 5px;
		display: none;
    }
    .section-staff .cycle-slideshow .slide{
	    overflow: hidden;
    }
    .section-hero {
        height: auto;
        padding: 0px 0;
    }
    .section-hero h2 {
        font-size: 24px;
    }
    .section-hero .circles {
        margin-bottom: 30px;
    }
    .section-hero .circles .box {
        width: 150px;
        display: block;
        margin: 0 auto;
        height: 150px;
    }
    .section-hero .circles .box h3 {
        line-height: 150px;
        font-size: 32px;
    }
    .section-hero .circles .box + .box {
        margin-top: 30px;
        margin-left: auto;
    }
    
    .section-overview h3 {
        font-size: 36px;
    }
    .section-overview h4 {
        font-size: 24px;
    }
    .section-overview h4 br {
        display: none;
    }
    .section-scheme .slider-wrapper .slide .caption .text h3 , .section-hero h2{
	    line-height: 1.2;
    }
    .section-oppourtunity .text,
    .section-contact .text {
        margin-bottom: 45px;
    }
    .section-oppourtunity .text h3 {
        font-size: 32px;
    }
    .section-oppourtunity .list ul li a,
    .section-contact .list ul li a {
        font-size: 18px;
    }
    .section-about-us .section-content .text h3 {
        font-size: 32px;
    }
    .section-about-us .section-content .text h3 {
        font-size: 32px;
    }
    .section-about-us .section-content .text-right {
        text-align: center;
    }
    .section-about-us .full-section-title {
        font-size: 36px;
        height: 160px;
        line-height: 160px;
    }
    .section-contact .full-section-title {
        margin-bottom: 20px;
        font-size: 36px;
        height: 160px;
        line-height: 160px;
    }
    .section-staff {
        height: auto;
        padding: 25px 0 0 0;
    }
    .section-staff .cycle-slideshow .slide .caption {
        height: auto;
        margin-bottom: 20px;
    }
    .section-staff .cycle-slideshow .slide .caption .text h3 {
        font-size: 32px;
    }
    .section-staff .cycle-slideshow .slide .slide-image {
        position: relative;
    }
    .section-staff .cycle-slideshow .slide .slide-image img {
        margin: 0 auto;
        width: 100%;
    }
    .section-contact {
        padding: 0 0 25px;
    }
    .section-hero-slideshow .cycle-slideshow .slide .caption {
        top: 25px;
        left: 15px;
        width: 95%;
    }
    .section-hero-slideshow .cycle-slideshow .slide .caption h3 {
        font-size: 45px;
    }
    .section-hero-slideshow .cycle-slideshow .slide .caption h3:before {
        display: none;
    }
    .section-hero-slideshow .cycle-slideshow .slide .caption h4 {
        font-size: 20px;
    }
    .section-hero-slideshow .cycle-slideshow .slide .container:before {
        left: -800px;
    }
    .section-hero-slideshow {
	/* overflow: hidden; */
		padding-top: 15px!important;
    }
    .section-scheme .slider-wrapper .slide-controls {
        display: none;
    }
    .section-scheme .slider-wrapper .slider-pager {
        display: none;
    }
    .section-scheme .slider-wrapper .slide .caption {
        margin-bottom: 40px;
        width: 100%;
        float: none;
    }
    .section-scheme .slider-wrapper .slide .slide-image {
        width: 100%;
        float: none;
        text-align: center;
    }
    .section-lt-ri,
    .section-lt-ri .container,
    .section-lt-ri .lt-ri-wrapper,
    .section-lt-ri .lt-ri-wrapper .lt {
        height: auto;
    }
    .section-lt-ri .lt-ri-wrapper .ri img , .section-lt-ri .lt-ri-wrapper .lt img , .section-scheme .slider-wrapper .slide .slide-image img{
	    width: 100%;
    }
    
    .section-contact .margin-btm-30 img{max-width: 100% !important;}
    .section-lt-ri .lt-ri-wrapper .lt {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    .section-lt-ri .lt-ri-wrapper .ri {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }
    .section-lt-ri .lt-ri-wrapper {
        padding: 30px 0;
    }
    .section-contact .margin-btm-30 {
        margin-bottom: 30px;
    }
    .section .full-section-title {
        font-size: 40px;
    }
    .section .full-section-title {
        height: 160px;
    }
    .section-application {
        padding: 30px 0;
    }
    .section-application .custom-form .custom-input {
        text-align: right;
    }
    .section-application .custom-form form input[type="text"] {
        display: inline-block;
        width: 100%;
    }
    .section-application .text .list li .buttons {
        text-align: center;
    }
    .section-application .text .list li + li {
        border-width: 0 0 1px 0;
        padding-top: 0;
    }
    .section-application .text .list li {
        padding-bottom: 16px;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: transparent;
        -moz-border-image: -moz-linear-gradient(left, #00adef 0%, #50b748 100%);
        -webkit-border-image: -webkit-linear-gradient(left, #00adef 0%, #50b748 100%);
        border-image: linear-gradient(to left, #00adef 0%, #50b748 100%);
        border-image-slice: 1;
    }
    .section-application .text .list {
        margin-bottom: 18px;
    }
    .section-application .custom-form .custom-input.label-big {
        padding-left: 0;
        position: relative;
    }
    .section-application .text .list li .buttons a{
	    width: 100%;
    }
    .section-application .text .list li .buttons a + a{
	    margin-left: 0px;margin-top: 10px;
    }
   
    .section-application .custom-form form label.big-label {
        float: none;
        width: 100%;
        display: block;
    }
    .section-application .custom-form .custom-input.label-big:before {
        top: 41px;
        left: 5px;
    }
    
    footer .pull-right {
		height: 0;
		padding-bottom: 40px;
		font-size: 8px;
		float: none;
		text-align: center;
    }
    
    footer .pull-right a {
	 	font-size: 8px;   
	}
}
@media only screen and (max-width: 640px) {
    
    header .bottom-bar .menu {
        padding: 0;
    }
    .section-contact .custom-form form input[type="submit"] , .section-application .custom-form input[type="submit"]{
	    width: 100%;
    }
    .required{
	    position: relative;bottom: 0px;margin-top: 5px;
    }
    .section-hero h2{
	    position: relative;
	    height: auto;margin-bottom: 30px;   top: auto;
    }
/*
    header .bottom-bar .menu li a {
        height: 17px;
        font-size: 8px;
        width: 50px;
        line-height: 17px;
        border-radius: 5px;
    }
*/
    .section-staff .slide-controls {
/*         top: auto; */
        margin-top: 0;
        bottom: 280px;
    }
    .controller{
	    width: 100%;    bottom: 58px;
    }
}

@media only screen and (max-width: 320px){
	.section-hero h2{
		font-size: 17px;
	}
	.section-hero{
		height: 100vh !important;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {  
	.section-hero{
		height: 75vh !important;
	}
	.section-hero h2{
		margin-bottom: 20px;
	}
	.section-hero .circles .box{
		height: 120px;width: 120px;border-radius: 50%;
		display: inline-block;margin: 0 15px;
	}
	
	
}


