@media (min-width: 1700px){
	.container {
		width: 1200px;
	}
}
@media (min-width: 1400px){
	#homepage .main-img img{
		max-width: 65%;
	}
}
@media (max-width: 1200px){	
	.container {
		/*width: 1170px;*/
	}
}
@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-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none !important;
		padding: 0;
		margin: 10px 0 0 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;
	}
	#top-menu{
		padding: 0;
		margin: 0;
		position: fixed;
		right: -100%;
		bottom: 0;
		top: 70px !important;
		left: auto;
		z-index: 1000;
		width: 230px;
		overflow-y: auto;
		padding-bottom: 30px;		
		border: 0;
		box-shadow: none;
		background-color: rgba(0,0,0,0.9);
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}
	#top-menu .navbar-nav>li{
		display: block;
		padding: 0;
	}	
	#top-menu .navbar-nav>li>a{
		color: #fff;
	}
	#top-menu .nav .open>a:focus, 
	#top-menu .navbar-nav>li>a:focus{
		background-color: rgba(101,101,92,0.3);
		color: #fff;
	}	
	#top-menu .navbar-nav>li>a{
		height: auto !important;
		padding: 10px 15px;
	}
	#top-menu .dropdown-menu{
		padding-left: 0;
		background-color: transparent;
		position: static;
		float: none;
	}
	#top-menu .dropdown:hover > .dropdown-menu{
		display: none !important;
	}
	#top-menu .dropdown.open > .dropdown-menu{
		display: block !important;
	}
	#top-menu .dropdown-menu a{
		font-size: 14px;
	}
	#top-menu .investor{
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#header-bar{
		top: 0;
		height: 70px;
		padding-left: 15px;
		padding-right: 15px;
	}	
	#header-bar .company-logo{
		top: 20px;
	}	
	#header-bar .company-logo img{
		max-height: 35px;
	}
	/* BOOTSTRAP */
	.container{
		width: 100%;
	}
	.page-desc{
		font-size: 30px;
	}
	#banner{
		min-height: 350px;
	}	
	#banner h2 {
		font-size: 55px;
	}
	#footer-bar{
		padding-left: 15px;
		padding-right: 15px;
	}
	#wrap-content{
		padding-left: 15px;
		padding-right: 15px;
	}
	/* HOMEPAGE */
	#homepage .main-img img{
		max-width: 80%;
	}	
	#homepage .desc{
		font-size: 20px;
	}
	/* CONTACT */
	#contact-us #contact-us-page .row.ct{
		max-width: none;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	/* ABOUT */
	#about-us #wrap-content{
		font-size: 22px;
	}
	#about-us #wrap-content .item .sub-title{
		font-size: 24px;
		padding-right: 30px;
	}	
	
	/* TEAM */
	#our-team #our-team-page .row.ct {
		max-width: none;
		margin-left: -15px;
		margin-right: -15px;
	}
	#our-team .item .content {
		padding-left: 15px;
	}
	#our-team .item .name{
		font-size: 42px;
	}
	#our-team .item .position{
		font-size: 24px;
	}
	#our-team #wrap-content {
		font-size: 22px;
	}
	#our-team .item {
		margin-bottom: 70px;
		padding-bottom: 70px;
	}
	#our-team .social{
		margin-top: 15px;
	}
}
@media (max-width: 767px){	
	body{
		font-size: 16px;
		line-height: 28px;
	}
	.modal .modal-dialog{
		width: auto;
		margin: 20px;
	}
	.modal .modal-body {
		padding: 40px 20px;
	}
	.sm-mgt{
		margin-top: 60px;
	}
	.page-desc {
		font-size: 28px;
	}
	.page-desc+.desc{
		font-size: 23px;
		max-width: 95%;
	}
	.i-down{
		background-size: 40px auto;
	}
	#banner .arrow{
		bottom: 15px;
	}
	#banner .container{
		padding: 0 25px;

	}
	#banner h2 {
		font-size: 50px;
	}
	#banner h2+.desc{
		font-size: 20px;
		line-height: 1.5;
	}
	/* FOOTER */
	#footer-bar .text-right {
		text-align: left !important;
		margin-top: 5px;
	}	
	#footer-bar .social a .fa{
		font-size: 14px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	/* BANNER */
	#banner{
		min-height: 350px;
	}		
	
	/* HOMEPAGE */	
	#homepage .main-img {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	#homepage #text-slide .title{
		font-size: 30px;
	}
	#homepage .desc{
		font-size: 26px;
	}
	
	/* CONTACT */
	#contact-us #contact-us-page{
		margin-top: 100px;
	}
	#contact-us #contact-us-page h3{
		font-size: 50px;
		margin-bottom: 0;
	}
	#contact-us #contact-us-page .info .sub-title{
		display: none;
	}
	#contact-us #contact-us-page p{
		font-size: 23px;
	}
	
	/* STRATEGY */
	#strategy #wrap-content {
		padding-top: 20px;
		font-size: 17px;
		padding-bottom: 0;
	}
	#strategy #wrap-content .content{
		margin-bottom: 70px;
	}
	#strategy #wrap-content .item:last-child .content{
		margin-bottom: 0;
	}
	#strategy #wrap-content .content h3{
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#strategy #wrap-content .box-bg{
		padding-bottom: 70px;
	}	
	#strategy #wrap-content .cirs .item:first-child .content{
		padding-right: 0;
	}
	#strategy #wrap-content .cirs .item:last-child .content{
		padding-left: 0;
	}
	
	/* ABOUT */
	#about-us #wrap-content{
		padding-top: 90px;
		font-size: 20px;
	}
	#about-us #wrap-content .line{
		margin-bottom: 15px;
	}
	#about-us #wrap-content .item .sub-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	#about-us #wrap-content .items .item .content{
		padding-left: 0;
	}
	
	/* TEAM */
	#our-team #wrap-content{
		font-size: 20px;
	}	
	#our-team .item{
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	#our-team .item .img{
		margin-top: 0;
	}
	#our-team-page  .item .img img {
		width: auto;
		max-width: 200px;		
	}
	#our-team .item .name{
		font-size: 32px;
		text-align: center;
		margin-top: 20px;
	}
	#our-team .item .position{
		font-size: 22px;
		text-align: center;
		margin-top: 2px;
	}
	#our-team .item .text{
		margin-top: 40px;
	}
	
	#privacyModal .main-logo img {
		max-width: 200px;
	}
}
@media (max-width: 575px){
	.page-desc {
		font-size: 21px;
	}
	.page-desc+.desc{
		font-size: 20px;
	}
	#banner h2 {
		font-size: 45px;
	}
	/* HOMEPAGE */
	#homepage #text-slide .title{
		font-size: 24px;
	}
	#homepage .desc{
		font-size: 17px;
	}
	
	/* CONTACT */
	#contact-us #contact-us-page h3{
		font-size: 40px;
	}	
	#contact-us #contact-us-page p{
		font-size: 21px;
	}
	
	/* TRATEGY */
	#trategy #wrap-content {
		font-size: 20px;
		padding-bottom: 70px;
	}
	#trategy #wrap-content .content{
		margin-bottom: 70px;
	}
	#trategy #wrap-content .content h3{
		font-size: 26px;
	}
	
	/* ABOUT */
	#about-us #wrap-content {
		font-size: 17px;
	}
	#about-us #wrap-content .item .sub-title {
		font-size: 20px;
	}
	
	/* TEAM */
	#our-team #wrap-content {
		font-size: 17px;
	}
	#our-team .item .name{
		font-size: 26px;
	}
	#our-team .item .position{
		font-size: 18px;
	}
	#our-team-page  .item .img img {
		max-width: 180px;		
	}
}
@media (max-width:480px){
	body{
		font-size: 18px;
		line-height: 26px;
	}	
	input[type=checkbox], 
	input[type=radio]{
		margin-top: 6px;	
	}	
	#footer-bar .social a{
		width: 25px;
		height: 25px;
		background-size: auto 15px;
	}	
	/* BANNER */
	#banner{
		min-height: 400px;
	}	
	/* HOMEPAGE */
	#homepage{
		
	}	
}
@media (max-height:480px) and (orientation:landscape){	
	body.homepage{
		padding-top: 120px;
		padding-bottom: 85px;
	}
	#homepage .homepage-content{
	}	
}

.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 */

/* ANIMATE */
@-webkit-keyframes hoverArrow {
	0% {opacity: 1}
	40% {opacity: 0.5; transform: translateY(5px)}
	41% {opacity: 0.1}
	42% {opacity: 0.1;transform: translateY(-5px)}
	50% {opacity: 1;transform: translateY(-5px)}
	90% {opacity: 1;transform: translateY(0)}
}
@keyframes hoverArrow {
	0% {opacity: 1;}
	40% {opacity: 0.5;transform: translateY(5px)}
	41% {opacity: 0.1}
	42% {opacity: 0.1;transform: translateY(5px)}
	50% {opacity: 1;transform: translateY(5px)}
	100% {opacity: 1;transform: translateY(0)}
}

/*
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	
	-webkit-transition: background-color .3s ease, height .3s ease;
	transition: background-color .3s ease, height .3s ease;
*/	