@media (max-width: 1365px){
	#transactions-page .item .split {
    font-size: 14px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
	#transactions-page .item .split-small {
    font-size: 14px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
}
@media (min-width: 1400px){
	#testimonials-page .testimonials .item .content{
		border-top: 8px solid #4b6793;	
	}
}
@media (min-width: 1200px){	
	#transactions-page .item .split {
    font-size: 14px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
	#transactions-page .item .split-small {
    font-size: 14px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}	
}
@media (max-width: 1200px){		
	h2.section-title {
		font-size: 34px;
	}
	#home-page .banner.home-p5 .wrap-item{
		top: 27%;
	}
	/*
	#home-page .banner.home-p5 .wrap-item .content{
		max-width: 100%;
	}
	*/
	#about-us-page h1{
		font-size: 115px;
		line-height: 105px;
	}
	#our-team-page.detail h1.name{
		margin-top: 20px;
		margin-bottom: 5px;
		font-size: 40px;
	}
	#our-team-page.detail .position{
		font-size: 26px;
	}
	#our-team-page.detail .pr{
		padding-left: 30px;
	}
	#our-team-page.detail #pic{
		margin-top: -280px;
	}
	#our-team-page.detail #pic img{
		max-width: 320px;
	}
	#transactions-page .item .split {
    font-size: 13px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
	#transactions-page .item .split-small {
    font-size: 13px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
}
@media (max-width: 991px){
	.navbar-header {
		float: none;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;		
	}
	.navbar-toggle {
		display: block;
		position: relative;
		z-index: 1;
		top: 0;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		padding: 20px 0 0 0;
		margin: 0;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	#top-menu.collapse.in {
		right: 0;
		opacity: 1;
		height: auto !important;
	}
	#top-menu{
		opacity: 1;
		position: fixed;
		z-index: 1000;
		right: -100%;
		bottom: 0;
		top: 80px;
		left: auto;
		padding: 0;
		margin: 0;				
		width: 250px;
		height: 100% !important;
		overflow-y: auto;
		padding-bottom: 30px;		
		border: 0;
		box-shadow: none;
		background-color: rgba(var(--blue-color-rgba),0.95);
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}
	#top-menu .nav .open>a, 
	#top-menu .nav .open>a:hover, 
	#top-menu .navbar-nav>li>a:hover{
		color: #fff !important;
	}
	#top-menu .navbar-nav>li{
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding: 0 0;
	}	
	#top-menu .navbar-nav>li>a{
		color: #fff !important;
		padding: 10px 15px;
		height: auto;
		font-size: 14px;
	}
	#top-menu .navbar-nav>li>a:active,
	#top-menu .navbar-nav>li>a:focus{
		color: #fff;
		background-color: rgba(0,0,0,0.1) !important;
	}
	#top-menu .dropdown-menu{
		padding-left: 0;
		background-color: transparent;
		position: static;
		float: none;
	}
	#top-menu .dropdown-menu a{
		font-size: 14px;
		padding-left: 15px;
		max-width: 100%;
	}	
	#header-bar{
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 999999;
		height: 80px;
	}
	#header-bar:after{
		height: 12px;
	}
	#header-bar.fixed #top-menu{
		top: 80px;
	}
	#header-bar .company-logo,
	#header-bar.fixed .company-logo{
		top: 18px;
	}
	#header-bar .company-logo img{
		max-height: 48px !important;
	}
	#header-bar.fixed .company-logo img{
		max-height: 45px !important;
	}
	#header-bar #top-menu .navbar-nav>li>a:after{
		background-color: var(--blue-hover-color) !important;
	}
	#header-bar.light #top-menu .navbar-nav>li>a:hover{
		color: #fff !important;
	}	
	#footer-bar img.logo{
		height: 15px;
		margin-right: 10px;
	}	
	#wrap-content{
	}	
	/* BOOTSTRAP */
	.container{
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.banner.our-team-page.detail{
		min-height: 500px;
	}
	h2.section-title {
		font-size: 30px;
	}

	#home-page .banner .wrap-item p	{
		font-size: 16px;
	}
	#about-us-page h1{
		font-size: 85px;
		line-height: 80px;
	}
	
	#our-team-page .item .name{
		font-size: 18px;
	}
	#our-team-page.detail .banner.our-team-page.detail {
		max-height: 600px !important;
	}	
	#our-team-page.detail #pic{
		margin-top: -265px;
	}
	#our-team-page.detail #pic img{
		max-width: 300px;
	}	
	#our-team-page.detail h1.name{
		color: #000;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 5px;
		font-size: 35px;
	}
	#our-team-page.detail .position{
		color: #000;
		text-align: center;
		font-size: 24px;
	}
	#transactions-page.detail h1{
		font-size: 34px;
	}
	#transactions-page.detail .sub-title{
		font-size: 19px;
	}
	#transactions-page .item .split {
    font-size: 16px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
	#transactions-page .item .split-small {
    font-size: 16px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
}
@media (max-width: 767px){
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}	
	h2.section-title {
		font-size: 26px;
	}
	.banner.our-team-page.detail{
		min-height: 450px;
	}
	.banner .page-desc .desc{
		font-size: 27px;
	}
	.banner .scroll-down{
		bottom: 10px;
	}
	#header-bar .company-logo img{
		max-height: 48px !important;
	}
	#footer-bar .footer-menu .content{
		padding-left: 0;
	}
	#footer-bar .footer-menu .company-logo{
		position: relative;
		margin-bottom: 20px;
	}
	#footer-bar .footer-menu h4{
		font-size: 16px;
	}
	#home-page .banner .wrap-item h2{
		font-size: 30px;
	}
	#home-page .banner .wrap-item .btn{
		padding: 3px 15px;
		font-size: 16px;
		line-height: 31px;
		min-width: 180px;
		margin-top: 30px;
	}
	#home-page .banner .wrap-item p{
		font-size: 18px;
	}
	#home-page .banner .wrap-item .content{
		max-width: 100%;
	}
	#home-page .banner.bg-cover.home-p5 {
		background-position: center 0;
		background-size: auto 900px;
	}
	#home-page .banner.home-p1 .wrap-item p{
		font-size: 27px;
	}
	
	#contact-us-page #page-id{
		margin-top: 170px;
	}
	#contact-us-page .btn,
	#contact-us-page #page-id{
		font-size: 18px;
	}
	#contact-us-page .alert{
		font-size: 16px;
		padding: 10px;
		border-radius: 0;
	}
	#contact-us-page .mt{
		margin-top: 70px;
	}
	
	#our-team-page #page-id{
		margin-top: 10px;
	}
	#our-team-page .item .name{
		font-size: 17px;
	}
	#our-team-page.detail .banner.our-team-page.detail {
		max-height: 550px !important;
	}	
	#our-team-page.detail #pic{
		margin-top: -220px;
	}
	#our-team-page.detail #pic img{
		max-width: 300px;
	}
	#our-team-page.detail .img img{
		width: 280px;
	}
	#our-team-page.detail h1.name{
		color: #000;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 5px;
		font-size: 30px;
	}
	#our-team-page.detail .position{
		color: #000;
		text-align: center;
		font-size: 23px;
	}
	#our-team-page.detail .mgt70{
		margin-top: 50px;
	}
	#transactions-page #page-id{
		margin-top: 15px;
	}
	#transactions-page.detail #page-id{
		margin-top: 130px;
	}
	#transactions-page.detail .item{
		margin-top: 70px;
	}
	#transactions-page.detail h1{
		font-size: 30px;
	}
	#transactions-page.detail .sub-title{
		font-size: 18px;
	}
	#transactions-page .item .split {
    font-size: 26px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
	#transactions-page .item .split-small {
    font-size: 18px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
	#about-us-page #page-id{
		margin-top: 45px;
	}
	#about-us-page .numbers{
		margin-top: 50px;
	}
	#about-us-page .markets .it{
		margin-bottom: 20px;
	}
	#home-page .testimonials .fp-slidesNav ul li{
		width: 20px;
		height: 6px;
		border-radius: 0;	
		margin: 0 3px;
	}
}	
@media (max-width:576px){
	.banner.our-team-page.detail{
		min-height: 400px;
	}
	.banner .page-desc .desc{
		font-size: 26px;
	}
	.testimonials .img img{
		max-width: 350px;
	}
	.testimonials .img-double-logo img{
		max-width: 400px;
		padding-top: 20px;
	}
	#home-page .banner .wrap-item h2 {
		font-size: 28px;
	}	
	#home-page .banner.home-p5 .wrap-item {
		top: 40%;
	}
	#transactions-page.detail h1{
		font-size: 27px;
	}
	#transactions-page.detail .date{
		font-size: 16px;
	}
	#transactions-page .item .split {
    font-size: 22px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
	#transactions-page .item .split-small {
    font-size: 12px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
	#about-us-page h1{
		font-size: 90px;
		line-height: 80px;
	}
	#about-us-page .markets .text{
		font-size: 16px;
	}
	#our-team-page.detail .banner.our-team-page.detail {
		max-height: 380px !important;
	}	
	#our-team-page.detail #pic {
		margin-top: -165px;
	}
	#our-team-page.detail #pic img{
		width: 220px;
	}
	#our-team-page.detail h1.name{
		font-size: 27px;
	}
	#our-team-page.detail .position{
		font-size: 20px;
	}
	#home-page .banner .wrap-item p{
		font-size: 17px;
	}
	#home-page .banner.home-p1 .wrap-item .content{
		max-width: 100%;
	}
	#home-page .banner.home-p1 .wrap-item p{
		font-size: 26px;
	}
}
@media (max-width:480px){
	body{
		font-size: 16px;
		line-height: 23px;
	}
	.banner.our-team-page.detail{
		min-height: 350px;
	}
	.testimonials .img-double-logo img{
		max-width: 90%;
	}
	/* BANNER */	
	h2.section-title {
		font-size: 22px;
	}
	#our-team-page .items.content {
		padding: 2px 5px;
	}
	#our-team-page .items.content > div {
		padding: 3px;
	}
	#our-team-page .item{
		margin: 20px 0;
	}
	#our-team-page.detail #pic {
		margin-top: -140px;
	}
	#our-team-page.detail #pic img{
		width: 180px;
	}
	#our-team-page.detail h1.name{
		margin-top: 15px;
		font-size: 24px;
	}
	#our-team-page.detail .position{
		color: #000;
		text-align: center;
		font-size: 18px;
	}
	
	#transactions-page .items.content {
		padding: 2px 5px;
	}
	#transactions-page .items.content > div {
		padding: 0 5px;
	}
	#transactions-page .item{
		margin: 20px 0;
	}
	#transactions-page .item .acquired{
		font-size: 13px;
	}
	#transactions-page .item a{
		font-size: 16px;
	}
	#transactions-page .item .go-to{
		left: 5px;
		right: 5px;
	}
	#transactions-page.detail h1{
		font-size: 24px;
	}
	
	#about-us-page h1{
		font-size: 70px;
		line-height: 70px;
	}
	#transactions-page .item .split {
    font-size: 18px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
}
@media (max-width:430px){	
}
	
@media (max-height:480px) and (orientation:landscape){
	#home-page #footer-bar .footer-menu{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#home-page #footer-bar.cl-section{
		padding-top: 70px;
	}
	#home-page .banner.home-p1 .wrap-item{
		top: 170px;
	}
	#home-page .banner.bg-cover.home-p5{
		background-size: auto 555px;
		background-position: center 70px;
	}
	#home-page .banner.home-p5 .wrap-item{
		top: 200px;
	}
	#footer-bar .footer-menu address{
		margin-bottom: 2px;
	}
	#footer-bar .footer-menu .contact{
		margin: 5px 0;
	}
	#transactions-page .item .split {
    font-size: 12px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
	#transactions-page .item .split-small {
    font-size: 12px;
    color: var(--blue-color);
    font-weight: 600;
    padding: 1px 0;
	}
}

@media (orientation: landscape) {
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 26px;
	height: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);	
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;	
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */