html, body
{
	min-width: 960px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	
	font-family: 'Lato', serif;
}
h1,h2,h3,h4,h5, p, ul
{
    padding: 0;
    margin: 0;
}
.wraper
{
	width: 100%;
    background: url("../img/bg.png");
}
.wraper.head
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	height: 80px;
	background: #273544;
	min-width: 960px;
}
.wraper.head .head-els{
	margin-top: 18px;
}
.wraper p
{
	color: #bdc3c7;
/*	font-style: italic;*/
	font-size: 14px;
	line-height: 14px;
	font-family: 'Calibri',sans-serif;
}
.head-els
{
	max-width: 960px;
	margin: auto;
	line-height: 80px;
	position: relative;
}
.logo
{
	font-size: 26px;
	color: white;
	float: left;
	text-transform: uppercase;
	cursor: pointer;
	width:270px;
}
.logo img {
	width:100%;
	height:100%;
 	vertical-align: middle;
 	margin-right: 10px;
}
ul.menu
{
	padding: 0;
	float: right;
line-height: 75px;
}
ul.menu li
{
	display: inline-block;
	list-style: none;
	padding: 0 6px;
	height: 100%;
}
ul.menu li a
{
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	text-decoration: none;
	height: 100%;
	display: block;
	padding-top: 5px;
}
header.wraper ul.menu li a.selected, ul.menu li a:hover
{
	border-top: 5px solid #e74a03;
	border-bottom: none;
	padding-top: 0px;
}
footer.wraper ul.menu.footer li a.selected, ul.menu.footer li a:hover
{
	border-bottom: 5px solid #e74a03;
	border-top: none;
	padding-top: 0px;
}
.cont
{
	margin: auto;
	max-width: 960px;
	height: 622px;
	position: relative;
}

.trial
{
		text-align: center;
		text-transform: uppercase;
		background-color: #e74a03; 
		border: 0;
		border-radius: 3px;
		width: 220px;
		margin-bottom: 60px;
		margin-left: auto;
		margin-right: auto;
		font-weight: 400;
		cursor: pointer;
}
.trial:hover
{
	    background-color: #e74a03;

}
.trial a
{
		display: block;
		text-align: center;
        color: white;
        text-decoration: none;
		font-size: 14px;
		width: 220px;
		height: 40px; 
		line-height: 40px; 

}
.trial.trial-blog{
	background-color: #bdc3c7; 
	position: relative;
	z-index: 3;
}
.trial.trial-blog:hover{
	background-color: #7f8c8d; 
}
section.paging
{
	width: 100%;
	text-align: center;
}
section.paging-main
{
	height: 110px;
	line-height: 110px;
}
section.paging .dot
{
	display: inline-block;
	height: 10px;
	width: 10px;
	background-color: #c3c9cc;
	border-radius: 15px;
	cursor: pointer;
}
section.paging .dot.selected, section.paging .dot:hover
{
	background-color: #e74a03;	
}
.dot-cont
{
	width: auto;
	height: 10px;
	text-align: center;
	vertical-align: middle;
}
.wraper_bg-bright
{       
        background: #fcfcfc url("../img/bg_bright.png") repeat;
        color: #37353a;
        text-align: center;
        position: relative;
		padding-top: 70px;
		font-family: 'Lato', serif;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}        
.wraper_bg-bright h1
{
	padding:40px 0px 10px 0px;
	font-size: 46px;
	line-height: 50px;
	color: #2c3e50;
	text-transform: uppercase;
	font-weight: 300;
}
h1 span
{
	font-weight: bold;
	color: #e74a03;
}
.wraper_bg-bright h3
{
	color: #7f8c8d;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0px 30px 0px;
	font-weight: bold;
}
h3 span
{
	color: #e74a03;
}
.wraper_bg-bright h3 span
{
	color: #e74a03;
}
.packs-cont
{
	max-width: 880px;
	height: 330px;
	margin: auto;
	text-align: center;
}
.p_bottom
{
	color: #37353a;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.p_bottom span
{
	color:#e74a03;
}
.wraper.bg-raw
{
        background: #1f2b38 url("../img/bg.png") no-repeat;
		background-attachment: fixed;
		padding-top: 90px;
        color: white;
		overflow: hidden;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}



.wraper.bg-raw h2 {
		text-align: center; 
		padding:80px 0px 10px 0px;
		font-size: 46px;
		line-height: 50px;
		color: #e74a03;
		text-transform: uppercase;
		font-weight: bold;
}



.wraper.bg-raw h1 {
		/* text-align: center; */
		padding:40px 0px 10px 0px;
		font-size: 28px;
		color: white;
}
.wraper.bg-raw h3
{
        text-align: center;
		font-size: 16px;
		color: white;
		line-height: 25px;
		max-width: 960px;
		margin: auto;
		padding: 0px 0px 30px 0px;
}
footer.wraper
{
 padding: 0px;
 background: #fbfafa;
}

footer.wraper ul li a
{
	color: #34495e;
}

footer.wraper .logo
{
	color: #34495e;
}
.head-els.footer
{
	height: 85px;
}
.map
{
		height: 790px;
		position: relative
}
.map h1
{
	padding-bottom: 40px;
	font-size: 46px;
	line-height: 50px;
	color: #2c3e50;
	text-transform: uppercase;
	font-weight: 300;
}
.map h3
{
	color: #2c3e50;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 400;
	
}
.location
{
	width: 32px;
	height: 57px;
	background: url("../img/location_blue.png") no-repeat;
	position: absolute;
    top: 38%;
    right: 48.2%;
}
.polosochka2
{
		width: 100%;
		height: 26px;
		background-image: url("../img/divider_2.png");
		background-position: top center;
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
}

.map-mask
{
	background-color: rgba(220, 220, 220, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.t-clear:after{
	clear: both;
	content: '';
	display: block;
	height: 0;
}
.l_form1
{
  width: 250px;
  height: 40px;
  padding-left: 15px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 0;
}
.nicescroll-rails{
	z-index: 1000 !important;
}

/*________________________________________________________________________________________*/

h2{
	font-size: 20px;
	color: #4b494f;
}
p{
	font-size: 14px;
	color: #7f8c8d;
	text-align: left;
}
.intro_block{
	margin-top: -10px;
	display: inline-block;
	width: 460px;
	height: 660px;
	background: url("../img/paper_top.png") top no-repeat, url("../img/paper_bottom.png") bottom no-repeat;
	
}
.intro_block .trial{
	width: 360px;
}
.intro_block .trial a{
	width: 360px;
}
.intro_block h1{
	color: #4b494f !important;
	padding-top: 55px !important;
}
.intro_block h1, h3{
	text-align: center !important;
	float: none !important;
}
.intro_h{
	float: right;
	width:500px;
	height: 100%;
}
.intro_h h1{
    margin-top:40px;
    /* margin-left: 70px; */
    /* padding-top: 0px !important; */
    /* padding-bottom: 70px !important; */
    padding: 0 10px 40px 30px !important;
}
.intro_h h3.special, .intro_block h3.special{
	color: #7f8c8d;
}
.intro_h h3.special{
	margin-left: 45px;
}
#services{
	margin-top: -25px;
}
#map h1{
	padding-top: 0px;
}
.map_container{
/*	background-image: url("../img/line.png");
	background-repeat: no-repeat;
	background-position: top;*/
	height: 460px;
	width: 900px;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 40px;
	margin-top:20px;
	position: relative;
	overflow: hidden;
}
.map_container img{
	z-index: 50;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0;
}
.map_container iframe{
	-webkit-filter: grayscale(1);
	width: 100%;
	height: 100%;
}
.middle_logo{
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	position: absolute;
	left: 48.5%;
	/*left: 0;*/
	right: 0;
	display: block;
}
.address_cont{
	display: block;
	height: 85px;
	width: 900px;
	margin: auto;
	margin-bottom: 130px;
}
.address1, .address2, .address3{
	display: inline-block;
	width: 280px;
	vertical-align: top;
}
.address3 {
	width: 315px;
}
.address3 h1{
	padding: 0 !important;
}
.address_cont h3{
	margin:0px !important;
	padding:0px !important;
	font-size: 18px !important;
	color: white !important;
	text-align: left !important;
}
.address_cont p{
	margin-top: 15px;
	font-size: 14pt;
	line-height: 18pt;
	color: white;
}
.services_cont{
	display: block;
	height: 550px;
	width: 980px;
	margin: auto;
	margin-top: 40px;
	text-align: left;
	margin-bottom: 30px;
}
.services_cont p{
	font-size: 14px;
	color: #7f8c8d;
	margin-top: 20px;
	width: 230px;
	text-align: left;
	margin-left: 185px;

}
.services_cont h2{
	margin-left: 185px;
	margin-top: 15px;
}
.service_l, .service_r{
	display: inline-block;
	width: 450px;
	height: 185px;
	vertical-align: top;
}
/*.service_r{
	margin-left: 65px;
}*/
.service_l img, .service_r img{
	float: left;
	margin-left: 39px;
	margin-top: 25px;
}
/*.service_l h2, .service_r h2{
	margin-top: 25px;
}*/
.loan_l, .loan_m, .loan_r{
	display: inline-block;
	width: 300px;
	height: 840px;
	vertical-align: top;
}
.loan_r{
	width: 345px;
	margin-left: 15px;
}
.loan_r h1{
	padding-top: 5px;
	padding-bottom: 0px;
}
.loan_r .special{
	font-size: 12pt;
	line-height: 29pt;
	color: #4b494f;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
}
.loan_r .special span{
	color: #e74a03;
}
.loan_r a
{
	margin-left: -184px;
	margin-bottom: 40px;
	color: #e74a03;
	font-family: 'Lato', serif;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}
.loan_l p, .loan_m p{
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.loan_m textarea{
	width: 235px;
	height: 120px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	border: 0;
}
.loan_m select.l_form1 {
	width: 265px;
}
.loan_m .special{
	margin-top: 10px;
	margin-bottom: 39px;
}
.loan_l .trial{
	margin-left: 16px;
	margin-top: 30px;
}
.loan_l .l_form1, .loan_m .l_form1{
	margin-bottom: 0px;
}
.arrow_blue {
	position: relative;
	margin: auto;
	margin-left: 100px;
	background: #e74a03;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	left: 0;
	right: 0;
	border: 0;
	cursor: pointer;
	z-index: 2;
	float: left;
}
.step{
	height: 102px;
	text-align: left;
	position: relative;
}
.step h2{
	margin-bottom: 10px;
}
.vertical{
	position: absolute;
	top: 82px;
	left: 60px;
	width: 1px;
	height: 40px;
	background-color: #bdc3c7;
}
.arrow_right {
	width: 0;
	height: 0;
	border-left: 12px solid white;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	top: 30%;
	left: 40%;
}
.icon_white {
	position: relative;
	margin: auto;
	margin-left: 30px;
	background: white;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	left: 0;
	right: 0;
	border: 0;
	cursor: pointer;
	z-index: 2;
	float: left;
}
.icon_white img{
	position: absolute;
	left: 21%;
	top: 17%;
}
.intro_links{
	width: 600px;
	height: 50px;
	display: block;
}
.intro_links h3.ilink{
	color: white;
	margin-top: 8px;
	margin-left: 15px;
	font-size: 13px;
	float: left !important;
	padding: 0px;
}
.get_cont {
	display: block;
	height:100px;
	width: 980px;
	margin: auto;
	margin-top: 40px;
	text-align: left;
}
.get_cont p, .js-animated-list{
	color: white;
	margin-bottom: 25px;
	font-size: 14pt;
	line-height: 18pt;
}
.get_left p{
	margin-left: -25px;
	padding-left: 25px;
	background-image: url("../img/tick.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 410px;
}
.animated-list-item{
	margin-bottom: 15px;
}
.animated-list-title{
	margin-bottom: 20px;
	padding-left: 20px;
	background-image: url("../img/small_arrow.png");
	background-position: left;
	background-repeat: no-repeat;
}
.animated-list-item.selected .animated-list-title{
	background-image: url("../img/small_arrow_selected.png");
}
.animated-list-body{
	margin-bottom: 30px;
	padding-left: 20px;
}
.get_left, .get_right {
	display: inline-block;
	width: 445px;
	height: 680px;
	vertical-align: top;
}
.get_left{
	margin-right: 58px;
	height: 640px;
}
.get_left p{
	width: 385px;
}
.get_left h2, .get_right h2 {
	color: #e74a03;
	font-size: 20pt;
	margin-bottom: 15px;
}
.note{
	height: 200px;
	width: 360px;
	margin: auto;
	padding-top: 80px;
	padding-left: 0px;
	padding-bottom: 35px;
	padding-left: 42px;
	padding-right: 42px;
	background-image: url("../img/paper_middle.png");
	background-position: bottom;
	background-repeat: no-repeat;
}
.note .trial{
	height: 40px;
}
.note .trial a{
	line-height: 40px;
}
.note p{
	color: #e74a03;
	background: none;
	text-align: center;
	width: 360px;
}
.note .trial{
	width: 360px;
	margin-bottom: 0px;
}
.note .trial a{
	width: 360px;
}
.polosochka_3 {
		width: 355px;
		height: 1px;
		background-color: #b0b5bb;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 35px;
		margin-top: 5px;
}
.amount-cont {
	margin: auto;
	width: 370px;
	margin-bottom: 15px;
}
.minus {
	position: relative;
	background-image: url("../img/minus.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
}
.plus {
	position: relative;
	background-image: url("../img/plus.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
}
.load-line{
	width: 200px;
	height: 70%;
	background-color: white;
	border: 1px solid #e3e2e2;
	border-radius: 15px;
	float: left;
	margin: 2px 10px 0;
	box-shadow: inset 1px 1px 4px lightgray;
}
.load-inner-line{
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background-image: url("../img/stripe.png");
	box-shadow: inset 1px 1px 4px gray;
}
.amount{
	height: 20px;
	line-height: 20px;
	width: 265px;
	display: inline-block;
}
.animated-list-title{
	cursor: pointer;
	text-decoration: underline;
}
.animated-list-body{
	display: none;
}
.input-amount{
	width: 70px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #e3e2e2;
	border-top: 2px #c3c1c2 solid;
	color: #464646;
	font-size: 20px;
	text-align: center;
	margin-left: 20px;
}
.amount-message-main{
	color: #464646;
	margin-left: 30px;
}
.amount-message-sub{
	color: #b9b9b9;
	margin-left: 30px;
	margin-bottom: 20px;
}
.getaloan-cont{
	width: 960px;
	margin: auto;
}
.getaloan-cont .p_bottom{
	display: inline-block;
	width: 180px;
	padding: 0;
	margin: 0;
	margin-right: 30px;
	text-align: right;
	line-height:40px;
}
.getaloan-cont .trial{
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-left: 25px;
	vertical-align: top;
}
.getaloan-cont .counters{
	padding: 0px;
	display: inline-block;
	width: 28px;
	height: 40px;
	background: white;
	border: 1px solid #acacac;
	border-radius: 3px;
	vertical-align: top;
	line-height: 40px;
	font-size: 20px;
}
#services{
	padding-bottom: 90px;
}
.img_border2
{
	width: 60px;
	height: 60px;
	float: left;
	background-color: white;
	border: 1px #bdc3c7 solid;
	border-radius: 30px;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
.img_border2 h2
{
	margin-top: 15px;
}


.super-circle{
	width: 169px;
	height: 177px;
	position: relative;
	float: left;
}
.super-circle1{
	width: 89px;
	height: 0;
	background: url('../img/circle.png') top left;
	position: absolute;
	top:0;
	left: 0;
}


.service_l:hover .super-circle1, .service_r:hover .super-circle1 {
	transition-property: height;
	transition-duration: .4s;
	height: 177px;
}

.service_l:hover .super-circle2, .service_r:hover .super-circle2 {
	transition-property: height;
	transition-delay: .3s;
	transition-duration: .4s;
	height: 177px;
}

.super-circle:hover .super-circle1{
	transition-property: height;
	transition-duration: .4s;
	height: 177px;
}
.super-circle2{
	width: 80px;
	height: 0;
	background: url('../img/circle.png') bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.super-circle:hover .super-circle2{
	transition-property: height;
	transition-delay: .3s;
	transition-duration: .4s;
	height: 177px;
}


.small_circle_cont{
	width: 960px;
	height: 96px;
	margin: auto;
}
.super-circle-small{
	width: 96px;
	height: 96px;
	position: relative;
	float: left;
	display: inline-block;
	z-index: 1;
}
.super-circle-small1{
	width: 48px;
	height: 0;
	background: url('../img/circle_2.png') top left;
	position: absolute;
	top:0;
	left: 0;
}
.super-circle-small:hover .super-circle-small1{
	transition-property: height;
	transition-duration: .4s;
	height: 96px;
}
.super-circle-small2{
	width: 48px;
	height: 0;
	background: url('../img/circle_2.png') bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.super-circle-small:hover .super-circle-small2{
	transition-property: height;
	transition-delay: .3s;
	transition-duration: .4s;
	height: 96px;
}
.super-circle-small1 .images1{
	background:url('../img/icon_1.png') center no-repeat; 
	width: 96px;
	height: 96px;
	z-index: 3;
}
.super-circle-small:hover .images1{
	background-image: url('../img/icon_1_w.png'); 
}

.super-circle-small1 .images2{
	background:url('../img/icon_2.png') center no-repeat; 
	width: 96px;
	height: 96px;
	z-index: 3;
}
.super-circle-small:hover .images2{
	background-image: url('../img/icon_2_w.png'); 
}

.super-circle-small1 .images3{
	background:url('../img/icon_3.png') center no-repeat; 
	width: 96px;
	height: 96px;
	z-index: 3;
}
.super-circle-small:hover .images3{
	background-image: url('../img/icon_3_w.png'); 
}

.super-circle-small1 .images4{
	background:url('../img/icon_4.png') center no-repeat; 
	width: 96px;
	height: 96px;
	z-index: 3;
}
.super-circle-small:hover .images4{
	background-image: url('../img/icon_4_w.png'); 
}

.super-circle-small1 .images5{
	background:url('../img/icon_5.png') center no-repeat; 
	width: 96px;
	height: 96px;
	z-index: 3;
}
.super-circle-small:hover .images5{
	background-image: url('../img/icon_5_w.png'); 
}

.super-circle-small1 .images6{
	background:url('../img/icon_6.png') center no-repeat; 
	width: 96px;
	height: 96px;
	z-index: 3;
}
.super-circle-small:hover .images6{
	background-image: url('../img/icon_6_w.png'); 
}

.super-circle-small1 .images7{
	background:url('../img/icon_7.png') center no-repeat; 
	width: 96px;
	height: 96px;
	z-index: 3;
}
.super-circle-small:hover .images7{
	background-image: url('../img/icon_7_w.png'); 
}

.super-circle-small1 .images8{
	background:url('../img/icon_8.png') center no-repeat; 
	width: 96px;
	height: 96px;
	z-index: 3;
}
.super-circle-small:hover .images8{
	background-image: url('../img/icon_8_w.png'); 
}

.super-circle-small1 .images9{
	background:url('../img/icon_9.png') center no-repeat; 
	width: 96px;
	height: 96px;
	z-index: 3;
}
.super-circle-small:hover .images9{
	background-image: url('../img/icon_9_w.png'); 
}

.super-circle-small1 .images10{
	background:url('../img/icon_10.png') center no-repeat; 
	width: 96px;
	height: 96px;
	z-index: 3;
}
.super-circle-small:hover .images10{
	background-image: url('../img/icon_10_w.png'); 
}
.super-circle-content{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	top: 0;
	text-align: center;
	transition-property: opacity, top;
	transition-duration: .5s;
}
.super-circle-small:hover .super-circle-content{
	top: -40px;
	opacity: 1;
}
.loan_after{
	margin: auto;
	float: left;
}
.load_after_cont{
	width: 930px;
	margin: auto;
}
#loan{
	padding-bottom: 90px;
}
.mobile{
	display: none;
}

/** PARALLAX EFFECTS **/





.getaloan-cont .p_bottom, .getaloan-cont .counters{
	-webkit-transition: -webkit-transform 2s, opacity 2s;
	-moz-transition: -moz-transform 2s, opacity 2s; 
	transition: transform 2s, opacity 2s;
}
.getaloan-cont .trial{
	-webkit-transition: -webkit-transform 2.4s, opacity 2.4s;
	-moz-transition: -moz-transform 2.4s, opacity 2.4s; 
	transition: transform 2.4s, opacity 2.4s;
}
.get_left, .get_right{
	-webkit-transition: -webkit-transform 2.7s, opacity 2.7s;
	-moz-transition: -moz-transform 2.7s, opacity 2.7s; 
	transition: transform 2.7s, opacity 2.7s;
}
.get_left .note, .js-animated-list{
	-webkit-transition: -webkit-transform 3.2s, opacity 3.2s;
	-moz-transition: -moz-transform 3.2s, opacity 3.2s; 
	transition: transform 3.2s, opacity 3.2s;
}
.loan_l .cbp-so-side:nth-child(1),
.loan_m .cbp-so-side:nth-child(1){
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-moz-transition: -moz-transform .4s, opacity .4s; 
	transition: transform .4s, opacity .4s;
}
.loan_l .cbp-so-side:nth-child(2), .loan_m .cbp-so-side:nth-child(2){
	-webkit-transition: -webkit-transform .8s, opacity .8s;
	-moz-transition: -moz-transform .8s, opacity .8s; 
	transition: transform .8s, opacity .8s;
}
.loan_l .cbp-so-side:nth-child(3), .loan_m .cbp-so-side:nth-child(3), .loan_r img{
	-webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
	-moz-transition: -moz-transform 1.2s, opacity 1.2s; 
	transition: transform 1.2s, opacity 1.2s;
}
.loan_l .cbp-so-side:nth-child(4), .loan_m .cbp-so-side:nth-child(4){
	-webkit-transition: -webkit-transform 1.6s, opacity 1.6s;
	-moz-transition: -moz-transform 1.6s, opacity 1.6s; 
	transition: transform 1.6s, opacity 1.6s;
}
.loan_l .cbp-so-side:nth-child(5), .loan_m .cbp-so-side:nth-child(5){
	-webkit-transition: -webkit-transform 2s, opacity 2s;
	-moz-transition: -moz-transform 2s, opacity 2s; 
	transition: transform 2s, opacity 2s;
}
.loan_l .cbp-so-side:nth-child(6), .loan_m .cbp-so-side:nth-child(6){
	-webkit-transition: -webkit-transform 2.4s, opacity 2.4s;
	-moz-transition: -moz-transform 2.4s, opacity 2.4s; 
	transition: transform 2.4s, opacity 2.4s;
}
.loan_l .cbp-so-side:nth-child(7){
	-webkit-transition: -webkit-transform 2.8s, opacity 2.8s;
	-moz-transition: -moz-transform 2.8s, opacity 2.8s; 
	transition: transform 2.8s, opacity 2.8s;
}
.loan_l .cbp-so-side:nth-child(8){
	-webkit-transition: -webkit-transform 3.2s, opacity 3.2s;
	-moz-transition: -moz-transform 3.2s, opacity 3.2s; 
	transition: transform 3.2s, opacity 3.2s;
}
.loan_l .cbp-so-side:nth-child(9), .loan_m .cbp-so-side:nth-child(7), .loan_r.div{
	-webkit-transition: -webkit-transform 3.6s, opacity 3.6s;
	-moz-transition: -moz-transform 3.6s, opacity 3.6s; 
	transition: transform 3.6s, opacity 3.6s;
}




.super-circle-small:nth-child(1){
	-webkit-transition: -webkit-transform .1s, opacity .1s;
	-moz-transition: -moz-transform .1s, opacity .1s; 
	transition: transform 3.8s, opacity 3.8s;
}
.super-circle-small:nth-child(2){
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s; 
	transition: transform .3s, opacity .3s;
}
.super-circle-small:nth-child(3){
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-moz-transition: -moz-transform .5s, opacity .5s; 
	transition: transform .5s, opacity .5s;
}
.super-circle-small:nth-child(4), div.address1{
	-webkit-transition: -webkit-transform .7s, opacity .7s;
	-moz-transition: -moz-transform .7s, opacity .7s; 
	transition: transform .7s, opacity .7s;
}
.super-circle-small:nth-child(5){
	-webkit-transition: -webkit-transform .9s, opacity .9s;
	-moz-transition: -moz-transform .9s, opacity .9s; 
	transition: transform .9s, opacity .9s;
}
.super-circle-small:nth-child(6){
	-webkit-transition: -webkit-transform 1.1s, opacity 1.1s;
	-moz-transition: -moz-transform 1.1s, opacity 1.1s; 
	transition: transform 1.1s, opacity 1.1s;
}
.super-circle-small:nth-child(7), div.address2{
	-webkit-transition: -webkit-transform 1.3s, opacity 1.3s;
	-moz-transition: -moz-transform 1.3s, opacity 1.3s; 
	transition: transform 1.3s, opacity 1.3s;
}
.super-circle-small:nth-child(8) {
	-webkit-transition: -webkit-transform 1.5s, opacity 1.5s;
	-moz-transition: -moz-transform 1.5s, opacity 1.5s; 
	transition: transform 1.5s, opacity 1.5s;
}
.super-circle-small:nth-child(9){
	-webkit-transition: -webkit-transform 1.7s, opacity 1.7s;
	-moz-transition: -moz-transform 1.7s, opacity 1.7s; 
	transition: transform 1.7s, opacity 1.7s;
}
.super-circle-small:nth-child(10), div.address3{
	-webkit-transition: -webkit-transform 1.9s, opacity 1.9s;
	-moz-transition: -moz-transform 1.9s, opacity 1.9s; 
	transition: transform 1.9s, opacity 1.9s;
}
.super-puper-mega-h{
	-webkit-transition: -webkit-transform .9s, opacity .9s;
	-moz-transition: -moz-transform .9s, opacity .9s; 
	transition: transform .9s, opacity .9s;
}
.intro_h h1{
	-webkit-transition: -webkit-transform .1s, opacity .1s;
	-moz-transition: -moz-transform .1s, opacity .1s; 
	transition: transform 3.8s, opacity 3.8s;
}

/** DIAGONALS **/

#get{
	margin-top: -20px;
	margin-bottom: -20px;
	z-index: -1;
}

#map{
	margin-top: -20px;
	z-index: -1;
	padding-top: 150px;
}
.diagonal1{
	width: 100%;
	height: 47px;
	transform: rotate(1deg);
	-ms-transform:rotate(1deg); /* IE 9 */
	-webkit-transform:rotate(1deg); /* Safari and Chrome */
	background-color: white;
	background-image: url("../img/bg_bright.png");
}
.diagonal2{
	width: 100%;
	height: 47px;
	transform: rotate(-1deg);
	-ms-transform:rotate(-1deg); /* IE 9 */
	-webkit-transform:rotate(-1deg); /* Safari and Chrome */
	background-color: white;
	background-image: url("../img/bg_bright.png");
	background-position: bottom;
}






/*==============================New===============================*/

.button {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #e67e22;
	border: 1px solid #7ea821;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.button:hover {
	background: #454545;
	border: 1px solid #393939;
}

.three .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	width: 100%;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: 500;
	background: #393939;
	border: 1px solid #393939;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.three .button:hover {
	background: #575757;
	border: 1px solid #575757;
}





/* feature section 4 */
.feature_section4 {
	width: 980px;
	padding:0px 0 40px 0px;
	margin:0px auto;
}
.feature_section4 .left,
.feature_section4 .center,
.feature_section4 .right {
	float: left;
	width:28.2%;
	padding: 35px 25px 35px 25px;
	text-align: center;
	/*min-height:283px !important;*/
}
.feature_section4 .left {
	background: #0F75C1;
}
.feature_section4 .center {
	background: #e67e22;
}
.feature_section4 .right {
	background: #4DA927;
}
.feature_section4 strong {
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.feature_section4 strong em {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	font-style: normal;
	display: block;
	text-transform: none;
	margin-bottom: 9px;
}
.feature_section4 .right strong,
.feature_section4 .right strong em {
	color: #fff;
}
.feature_section4 img {
	margin: 25px auto 20px auto;
	display: block;
}

.feature_section4.sty2 {
	padding: 0px 0px;
}
.feature_section4.sty2 .left,
.feature_section4.sty2 .center,
.feature_section4.sty2 .right {
	padding: 35px 50px 35px 50px;
}
.feature_section4.sty2 strong {
	font-size: 40px;
	font-weight: 900;
	color:#fff;
}
.feature_section4.sty2 strong em {
	margin-bottom: 0px;
	margin-top: 7px;
}



.rw-words{
	position: absolute;
	/*left: 50%;
	top: 20px;*/
	height: 80px;
	width: 400px;
	-webkit-perspective: 800px;
	perspective: 800px;
}
.rw-words span{
	position: absolute;
	font-size: 300%;
	line-height:normal;
	color: transparent;
	text-shadow: 0px 0px 80px rgba(255,255,255,1);
	opacity: 0;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}
.rw-words span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}
.rw-words span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; -webkit-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; -ms-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -ms-animation-timing-function: ease-out; -ms-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 1060px){
	.rw-sentence > span:first-child { font-size: 500%; left: 0px;}
	.rw-sentence > span:nth-child(2) { font-size: 200%; top: 125px; left: 30px; }
	.rw-sentence > span:nth-child(3) { top: 175px; left: 30px; font-size: 235%; }
	.rw-words { left: 95px; top: 171px; }
	.rw-words span { font-size: 250%; }
	.rw-sentence > span:last-child { top: 240px; left: 30px; }
}
@media screen and (max-width: 400px){
	.rw-sentence > span:first-child { font-size: 200%; left: 0px;}
	.rw-sentence > span:nth-child(2) { font-size: 100%; top: 50px; left: 10px; }
	.rw-sentence > span:nth-child(3) { top: 76px; left: 10px; font-size: 120%; }
	.rw-words { left: 45px; top: 76px; }
	.rw-words span { font-size: 120%; }
	.rw-sentence > span:last-child { top: 106px; left: 10px; font-size: 100%; }
}








.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,118,249,0.8);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}

.hover-box a {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-backface-visibility: hidden;
}

.work-post:hover .hover-box {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}

.work-post:hover .hover-box a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}

.hover-box a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url('../images/zoom-after.png') center center no-repeat;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.hover-box a:hover:after {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0;
}

.hover-box a.zoom {
    right: 50%;
    margin-right: 5px;
    background: url('../images/zoom.png') center center no-repeat;
}

.hover-box a.page {
    left: 50%;
    margin-left: 5px;
    background: url('../images/page.png') center center no-repeat;
}








.staff-box {
    /*padding: 50px 0;
    border-bottom: 1px solid #dedede;*/
}

.staff-post {
    margin-bottom: 30px;
	width:300px;
    /*height: 320px;*/
}

.staff-post-content {
    background: #0076f9;
    padding: 20px 23px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
}

.staff-post-content h5 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
	text-transform:uppercase;
}

.staff-post-content span {
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.staff-post-gal {
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}


.staff-post-gal .user {
	padding:50px 0;
}
.staff-post-gal .user i {
	text-align:center;
	font-size:150px;
	display:block;
	line-height:100px;
}

.staff-post:hover .staff-post-gal {
    padding-top: 52px;
}

.staff-post-gal img {
    padding: 12px;
    width: 100%;
}

.staf-social {
    text-align: center;
    padding: 10px 10px 7px;
    border-bottom: 1px solid #dbdbdb;
    position: absolute;
    top: -100%;
    width: 100%;
    left: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.staff-post:hover .staf-social {
    top: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.staf-social li {
    display: inline-block;
    margin-left: 3px;
}

.staf-social li:first-child {
    margin-left: 0px;
}

.staf-social li a {
    display: inline-block;
    width: 29px;
    height: 29px;
    border: 1px solid #0076f9;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.staf-social li a i {
    font-size: 13px;
    text-align: center;
    color: #0076f9;
    line-height: 29px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.staf-social li a:hover i {
    color: #ffffff;
}

.staf-social li a:hover {
    background: #0076f9;
}

.infographic-box {
    padding: 50px 0 30px;
    border-bottom: 1px solid #dedede;
}


.staf-L {
	width:470px;
	margin-right:20px;
	float:left;
}
.staf-R {
    width: 470px;
    margin-left: 20px;
    float: right;
}




