@media (min-width: 992px) and (max-width: 1024px) {
	 .navbar-right {
		float: right!important;
		margin: auto 0px;
	}
	#front-login-form, .header-logged-user{
		right: 205px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#front-login-form, .header-logged-user{
		top: 70px
	}
}

@media (min-width: 768px) and (max-width: 1024px) {


	/* TOP BAR ELEMENTS */
	.responsive-logo {
		width: 100%;
		position: relative;
		text-align: center;
		margin-top: 10px;
		padding-top: 15px;
	}

	.responsive-logo a {
		float: none !important;
	}

	.responsive-nav {
		text-align: center;
		width: 100%;
		padding-top: 0;
	}

	.responsive-nav li {
		margin-bottom: 15px;
		margin-top: 0 !important;
	}

	 /* HOME */
	.intro {
		margin-top: 31%;
		line-height: 3.438rem !important;
		font-size: 2.813rem;
	}

	  /* ABOUT US */
	.big-intro {
		text-align: center !important;
	}

	.about-us .column {
		margin-bottom: 40px;
	}

	.skills {
		margin-bottom: 78px !important;
	}

	  /* TEAM */
	.team-member .profile-pic {
		width: 128px;
		height: 128px;
	}

	.team-member .details {
		display: none;
	}

	  /* FOOTER */
	footer {
		padding-top: 40px;
	}

	.company-details {
		padding-top: 0;
		padding-bottom: 33px;
	}

	.copyright {
		width: 100%;
		padding-top: 33px;
		padding-bottom: 33px;
	}
}
@media (max-width: 1024px) {
	.features {
		text-align: center;
	}

	.features .feature-icon {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
}


@media (max-width: 767px) {



	html {
		font-size: 90%;
	}

	.bs-navbar-collapse {
		border: 0;
	}

	.navbar-inverse .navbar-nav {
		padding-left: 10px;
		line-height: normal;
		text-align: center;
	}

	.navbar-inverse .navbar-nav>li {
		display: inline-block;
		margin-bottom: 0;
	}
	#front-login-form, .header-logged-user{
		right: 70px
	}
	.header-logged-user{
		top: 25px;
	}
	.header-logged-user .username{
		display: none !important;
	}
	#front-login-form .btn{
		margin-top: -21px;
		margin-left: 120px;
	}
	/* HOME */
	.header {
		min-height: inherit;
		padding-bottom: 75px;
	}

	.intro {
		margin-top: 30%;
		line-height: 3.438rem !important;
		font-size: 2.813rem;
	}

	  /* ABOUT US */
	.big-intro {
		text-align: center !important;
		font-size: 8vw !important;
	}

	.about-us .column {
		margin-bottom: 40px;
	}

	.skills {
		margin-bottom: 78px !important;
	}

	  /* PURCHASE NOW */
	.purchase-now {
		margin: auto;
		text-align: center !important;
	}

	.purchase-now h3 {
		text-align: center;
		margin-bottom: 20px;
	}

	.purchase-now .red-btn {
		float: none;
	}

	  /* FOOTER */
	footer {
		padding-top: 40px;
	}

	.company-details {
		padding-top: 0;
		padding-bottom: 33px;
	}

	.copyright {
		width: 100%;
		padding-top: 33px;
		padding-bottom: 33px;
	}
}

@media (max-width: 480px) {


/* HOME */
	html {
		font-size: 70%;
	}
	.responsive-logo img {
		width: 70%;
	}

	#main-nav {
		min-height: 50px;
	}

	.intro {
		margin-top: 40%;
		line-height: 3.438rem !important;
		font-size: 2.813rem;
	}

	.focus,.pricing,.provides,.tryus,.ourteam,.newsletter,.theproduct,.features,.ikt,.about-us,.testimonial,.contact-us {
		padding-top: 60px;
	}
	.buttons {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.custom-button {
		padding: 10px 18px;
	}
	 h1 {
		font-weight: normal;
	}

	 h3 {
		font-size: 1.7rem;
	}

	.other-focus-list ul li {
		display: block;
		text-align: left;
		margin-right: 0;
	}

	.body-content {
		padding: 10px 2px 0px 2px;
	}
}

@media (max-width: 320px) {

	html {
		font-size: 62.5%;
	}


	body {
		font-size: 1.3rem;
	}

	.focus,.pricing,.provides,.tryus,.ourteam,.newsletter,.theproduct,.features,.ikt,.about-us,.testimonial,.contact-us {
		padding-top: 50px;
	}

	h1 {
		font-weight: normal;
	}

	h3 {
		font-size: 1.7rem;
	}

	.intro {
		margin-top: 50%;
		line-height: 3.1rem !important;
		font-size: 2.1rem;
	}

	.client-list ul li {
		display: block;
	}
}