.mobile #home-carousel .block>div>.box .desc,
.mobile  #home-carousel .block>div>.box .btn,
.tablet #home-carousel .block>div>.box .desc,
.tablet  #home-carousel .block>div>.box .btn{
	display: none;
}
@media (max-width: 1365px){	
	#innovations-page #owl-nav{
		display: none;
	}	
}
@media (min-width: 1200px){	
	#home-carousel,
	#home-carousel .item {
		min-height: 1000px;
	}
}
@media (max-width: 1200px){	
	#top-menu .navbar-nav>li>a{
		padding: 8px 12px;
	}
	#home-carousel .block>div>.box{
		padding: 20px;
	}
	#home-carousel .block>div>.box .box-title{
		font-size: 22px;
		line-height: 24px;
	}
	#home-carousel .block>div>.box .desc{
		font-size: 15px;
		line-height: 20px;
	}	
}
@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: 220px;
		height: 100% !important;
		overflow-y: auto;
		padding-bottom: 30px;		
		border: 0;
		box-shadow: none;
		background-color: rgba(45,54,64,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: #f2cc6a !important;
	}
	#top-menu .navbar-nav>li{
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding: 0;
	}	
	#top-menu .navbar-nav>li>a{
		color: #f2cc6a !important;
		padding: 10px 15px;
		height: auto;
		font-size: 15px;
	}
	#top-menu .navbar-nav>li>a:active,
	#top-menu .navbar-nav>li>a:focus{
		color: #f2cc6a;
		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: 1000;
		height: 80px;
	}
	#header-bar:after{
		height: 12px;
	}
	#header-bar.fixed #top-menu{
		top: 80px;
	}
	#header-bar .company-logo,
	#header-bar.fixed .company-logo{
		top: 10px;
	}
	#header-bar.fixed .company-logo img,
	#header-bar .company-logo img{
		height: 60px;
	}
	#footer-bar{
		padding: 15px 0 15px 0;
	}
	#footer-bar img.logo{
		height: 15px;
		margin-right: 10px;
	}
	#wrap-content{
	}
	/* BANNER */
	.banner {
		min-height: 550px !important;
	}
	.banner .text{
		font-size: 40px;
	}
	.text-x-lg{
		font-size: 21px;
		line-height: 35px;
	}
	/* BOOTSTRAP */
	.container{
		width: 100%;
	}	
	.page-title{
		margin-top: 30px;
		font-size: 35px;
	}
	.page-description{
		font-size: 26px;
		line-height: 30px;
		margin-top: 25px;
		margin-bottom: 50px;
	}
	.page-description+.desc{
		font-size: 21px;
	}
	a.btn{
		padding: 10px 45px 10px 25px;
	}
	/* HOME */
	#home-carousel h1{
		font-size: 65px;
		line-height: 57px;
	}
	#home-carousel h4 {
		font-size: 32px;
	}
	#home-carousel .block>div>.box{
		padding: 15px;
	}
	#home-carousel .block>div>.box .box-title{
		font-size: 18px;
		line-height: 21px;
	}
	#home-carousel .block>div>.box .desc{
		font-size: 14px;
		line-height: 20px;
	}
	/* POPUP */	
	.popup-wrapper .team-detail div.popup-content {
		padding: 45px 45px !important;
	}
	.popup-wrapper .team-detail .name{
		margin-top: 30px;
		font-size: 26px;
	}
	.popup-wrapper .team-detail .row.info .txt{
		padding-left: 30px;
	}
	
	/* SERVICES */
	#services-page .bg-page .text{
		font-size: 33px;
	}
}

@media (max-width: 767px){	
	.sm-mgt40{
		margin-top: 40px;
	}
	.sm-mgt70{
		margin-top: 70px;
	}
	.mgt50{
		margin-top: 30px;
	}
	.mgt70{
		margin-top: 50px;
	}
	.text-lg {
		font-size: 20px;
		line-height: 35px;
	}
	.text-x-lg{
		font-size: 21px;
		line-height: 30px;
	}
	.page-title {
		font-size: 30px;
		line-height: 35px;
	}
	h2.title{
		font-size: 32px;
		line-height: 35px;
	}
	#footer-bar .text-right{
		text-align: left !important;
		margin-top: 5px;
	}
	/* BANNER */
	.banner{
		min-height: 450px !important;
	}
	.banner .page-desc{
		bottom: 17%;
	}
	.banner .text{
		font-size: 34px;
	}
	.banner .text-sh{
		font-size: 47px;
	}	
	.page-title{
		margin-top: 10px;
		font-size: 30px;
		line-height: 35px;
	}
	.page-description{
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 40px;
	}
	.page-description+.desc{
		font-size: 19px;
	}
	a.btn{
		padding: 8px 35px 8px 15px;
		font-size: 16px;
		line-height: 27px;
	}
	h3.title{
		font-size: 24px;
		line-height: 28px;
	}
	#wrap-content{
	}	
	/* HOME */
	#home-carousel {
		min-height: 650px;
	}
	#home-carousel .item {
		min-height: 650px;
	}
	#home-carousel h1{
		font-size: 50px;
		line-height: 45px;
	}
	#home-carousel h4 {
		font-size: 27px;
		margin-top: 10px;
	}
	#home-carousel .block{
		padding-left: 5px;
		padding-right: 5px;
	}
	#home-carousel .block>div>.box .desc,
	#home-carousel .block>div>.box .btn{
		display: none;
	}
	#home-carousel .block>div>.box{
		margin: 3px 0;
	}
	#home-carousel .block>div>.box .box-title{
		font-size: 16px;
	}
	#home-page .items>.item{
		padding-left: 15px;
		padding-right: 15px;
		margin: 5px 0;
	}
	#home-page .items a {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 20px;
	}
	#home-page .bg-page .box{
		display: block;
	}
	#home-page .bg-page h3{
		font-size: 26px;
	}
	#home-page .bg-page h3+.desc{
		font-size: 21px;
	}
	#home-page .bg-page .box .icon+.text-yellow{
		font-size: 19px;
		font-weight: 600;
	}
	#home-page .bg-page .icon img{
		max-width: 90px;
	}
	#home-page .logos .row{
		display: block;
		text-align: center;
	}
	#home-page .logos .logo-items{		
		text-align: center !important;
		margin-top: 70px;
	}
	
	/* POPUP */
	.popup-wrapper .team-detail div.popup-content {
		padding: 30px 30px !important;
	}
	.popup-wrapper .team-detail .row.info{
		display: block;
	}
	.popup-wrapper .team-detail img{
		max-width: 25%;
	}
	.popup-wrapper .team-detail .row.info .txt{
		padding-left: 15px;
		text-align: center;
	}
	.popup-wrapper .team-detail .name{
		margin-top: 30px;
		font-size: 24px;
	}
	.popup-wrapper .team-detail .position{
		font-size: 18px;
	}
	
	/* CONTACT US */
	#contact-us-page p{
		font-size: 22px;
	}
	
	/* OUR TEAM */
	#our-team-page .item {
		padding: 0 10px;
	}
	
	/* ABOUT US */
	#about-us-page .text-x-lg{
		padding-right: 15px;
	}
	#about-us-page .text-lg{
		padding-left: 15px;
	}
	
	/* SERVICES */
	#services-page h3{
		font-size: 22px;
	}
	#services-page ul li{
		margin-bottom: 10px;
	}
	#services-page .bg-page .text{
		text-align: center;
		font-size: 30px;
		padding: 48px;
	}
	#services-page .bg-download i{
		font-size: 47px;
	}
}

@media (max-width:767px) and (orientation:portrait){
	#home-page .bg-cover{
		background-position: 65% 50%;
	}
	.banner.bg-cover.about-us-page{
		background-position: 30% 50%;
	}
	#services-page .bg-page.bg-cover{
		background-position: 75% 50%;
	}
}


@media (max-width: 575px){
	.page-description{
		font-size: 21px;
	}	
	.page-description+.desc{
		font-size: 18px;
	}
	.banner .text-sh{
		font-size: 45px;
	}
	.banner .text{
		font-size: 26px;
	}
	
	/* CONTACT US */
	#contact-us-page p{
		font-size: 20px;
	}
	
	/* OUR TEAM */
	#our-team-page .content {
		margin-left: -10px;
		margin-right: -10px;
	}
	#our-team-page .item {
		padding: 0 6px;
	}
	
	/* SERVICES */
	#services-page h3{
		font-size: 22px;
	}
	#services-page .bg-page .text{
		font-size: 28px;
	}
	#services-page .bg-download a{
		font-size: 22px;
	}
	#services-page .bg-download i{
		font-size: 42px;
	}
	
	/* HOME */
	#home-page .bg-page h3 {
		font-size: 23px;
	}
	#home-page .bg-page h3+.desc {
		font-size: 19px;
	}
	#home-page .bg-page .icon img{
		max-width: 80px;
	}
}

@media (max-width:480px){
	body{
		font-size: 16px;
		line-height: 24px;
	}	
	.mgt70{
		margin-top: 35px;
	}
	.text-lg {
		font-size: 18px;
		line-height: 30px;
	}
	.text-x-lg{
		font-size: 21px;
		line-height: 28px;
	}	
	h3.title{
		font-size: 24px;
	}
	/* BANNER */
	.banner{
		min-height: 450px !important;
	}
	.banner .text {
		font-size: 22px;
	}
	.banner .text-sh{
		font-size: 40px;
	}
	.page-title{
		margin-top: 0;
		font-size: 25px;
		line-height: 30px;
	}
	.page-description{
		font-size: 20px;
		line-height: 22px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	a.btn{
		padding: 6px 25px 6px 10px;
		font-size: 14px;
		line-height: 27px;
	}
	#home-carousel h1{
		font-size: 40px;
		line-height: 37px;
	}
	#home-carousel h4 {
		font-size: 16px;
	}
	#home-carousel .block{
		margin-top: 100px;
	}
	#home-page .items a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
	}
	/* SERVICES */	
	#services-page .bg-page .text{
		font-size: 28px;
	}	
	#services-page .bg-download a{
		font-size: 20px;
	}
	#services-page .bg-download i{
		font-size: 40px;
	}
}
@media (max-height:480px) and (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 */