
@media (max-width: 767px) {

	h3,
	h4,
	p,
	ul,
	ol {
		margin: 0 20px 30px;
	}

	.pull-left,
	.pull-right {
		float: none !important;
	}

	/* Buttons
	-------------------------------------------------- */

	.btn-primary.btn-submit {
		padding: 11px 30px;
		font-size: 22px;
	}

	/* One
	-------------------------------------------------- */

	#wrapper-intro {
		background-position: 25% 0;
		text-align: center;
	}

	#wrapper-intro .container {
		background-color: transparent;
		background-color: rgba(255, 255, 255, 0.8);
		
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";

		padding: 50px 0 20px;
	}

	#wrapper-intro .logo img {
		width: 100%;
	}

	#wrapper-intro p {
		/*text-shadow: 0px 0px 12px #fff;*/
	}

	/* Two
	-------------------------------------------------- */

	#wrapper-info .container {
		padding: 50px 0 20px;
	}

	#wrapper-info p {
		margin: 0 20px 30px;
	}

	/* Three
	-------------------------------------------------- */

	#wrapper-app .container {
		padding: 0 0 20px;
		background: #000440;
	}

	#wrapper-app img {
		width: 100%;
	}

	/* Four
	-------------------------------------------------- */

	#wrapper-carousel .container {
		padding: 20px 0 20px;
	}

	#wrapper-carousel .carousel-inner > .item {
		display: block;
		opacity: 100;
	}

	#wrapper-carousel .carousel .col-lg-4 > a {
		text-align: center;

		padding: 30px 0;
	}

	#wrapper-carousel .carousel .col-lg-4 > a {
		border-top: 2px solid #eee;
	}

	#wrapper-carousel .carousel .item:first-child .col-lg-4:first-child > a {
		border-top: 0; /*Reset*/
	}

	#wrapper-carousel .carousel .col-lg-4 > a img {
		width: 60%;
	}


	#wrapper-carousel .carousel .carousel-control {
		display: none; /*Hide*/
	}

	/* Five
	-------------------------------------------------- */

	#wrapper-contact .container {
		padding: 50px 0 20px;
	}

	#wrapper-contact .container .row:first-child + .row {
		margin-bottom: 20px;
	}

	#wrapper-contact .container .row:first-child .col-lg-6:first-child {
		padding: 0 20px;
	}

	#wrapper-contact .container .row:first-child .col-lg-6:first-child img {
		width: 100%;
		margin-bottom: 30px;
	}

	#wrapper-contact {
		text-align: center;
	}

	#wrapper-contact h3 {
		margin-bottom: 30px;
	}

	#wrapper-contact h3 br {
		display: none;
	}

	/* Six
	-------------------------------------------------- */

	#wrapper-form .col-lg-3,
	#wrapper-form .col-lg-9 {
		padding: 0;
	}

	#wrapper-form h4 {
		margin-left: 0;
		margin-right: 0;
	}

	#wrapper-form h4 br {
		display: none;
	}

	#wrapper-form form {
		margin-top: 20px;
	}



	/* Seven
	-------------------------------------------------- */

	#wrapper-footer {
		padding: 30px 20px;
	}

	#wrapper-footer p span {
		display: none;
	}

}

@media (max-width: 991px) {

	/* Six
	-------------------------------------------------- */

	#wrapper-form {
		padding: 50px 20px;
	}

	.control-label br {
		display: none;
	}

	.control-label span.translation:before {
		content: " / ";
	}

}

@media only screen and (max-width: 1199px) {

	/* Six
	-------------------------------------------------- */

	#wrapper-form .col-lg-3,
	#wrapper-form .col-lg-9 {
		width: 100%;
	}

	.form-control {
		width: 100%;
	}

	.control-label br {
		display: none;
	}

	.control-label span.translation:before {
		content: " / ";
	}

}

@media only screen and (min-width: 768px) {

	h3 {
		font-size: 40px;
		line-height: 46px;

		text-shadow: 0px 0px 60px #fff;
	}

	h4 {
		margin-bottom: 50px;
	}

	.container {
		max-width: 728px;
	}

	/* Carousel
	-------------------------------------------------- */

	.carousel.carousel-3 .item a {
		width: 33.3333333%;
	}

	.carousel.carousel-3 .item a img {
		max-width: 85%;
	}

	/* One
	-------------------------------------------------- */

	#wrapper-intro {
		min-height: 736px;

		padding-top: 65px;
	}

	#wrapper-intro .container {

	}

	#wrapper-intro .logo img {
		margin-left: -60px;
		margin-bottom: 20px;
		max-width: 120%;
	}

	#wrapper-intro p {
		font-size: 16px;
		line-height: 22px;
		margin-right: 25px;
	}

	/* Two
	-------------------------------------------------- */

	#wrapper-info {
		padding-top: 95px;
		padding-bottom: 283px; /*566/2*/
		margin-bottom: 65px;
	}

	#wrapper-info p {
		margin: 0 25px 30px;
	}

	/* Three
	-------------------------------------------------- */

	#wrapper-app {
		margin-top: -303px; /*566/2=283*/
	}

	/* Four
	-------------------------------------------------- */

	#wrapper-carousel .container {
		padding-bottom: 95px;
	}

	#wrapper-carousel .carousel .item {
		padding: 0 60px;
	}

	#wrapper-carousel .carousel .col-lg-4 {
		width: 33.3333333%;
		float: left;
		clear: none;
	}

	#wrapper-carousel .carousel .carousel-control {
		background-image: none;
		text-shadow: none;
		max-width: 60px;
		color: #eee;
		filter: alpha(opacity=100);
		opacity: 1;
	}	

	#wrapper-carousel .carousel .carousel-control:hover {
  		color: #00acec;
	}

	/* Five
	-------------------------------------------------- */

	#wrapper-contact {
		padding-top: 95px;
	}

	#wrapper-contact .container .row:first-child .col-lg-6:first-child {
		position: relative;
	}

	#wrapper-contact .container .row:first-child .col-lg-6:first-child img {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		max-width: 70%;

		opacity: 0.7;
		filter: alpha(opacity=70);
	}

	#wrapper-contact .row:first-child {
		text-align: right;
	}

	#wrapper-contact .row:first-child + .row {
		position: relative;
		padding-bottom: 210px;
	}

	#wrapper-contact .row:first-child + .row .col-lg-12 {
		position: absolute;
		right: 0;
		bottom: 50px;
	}

	#wrapper-contact .row:first-child + .row + .row {
		padding-bottom: 65px;
	}

	#wrapper-contact h3,
	#wrapper-contact p {
		margin: 0 20px 30px;
	}

	/* Six
	-------------------------------------------------- */

	.form-control {
		font-size: 28px;
		margin-top: 8px;
	}

	/* Seven
	-------------------------------------------------- */
	
	#wrapper-footer .col-lg-6 {

	}

	#wrapper-footer .col-lg-6:first-child {
		padding-left: 25px;
		float: left;
	}

	#wrapper-footer .col-lg-6:first-child + .col-lg-6 {
		padding-right: 25px;
		float: right;
	}


	#wrapper-footer p br {
		display: none;
	}

}

@media only screen and (min-width: 992px) {

	.container {
		max-width: 940px;
	}

	/* One
	-------------------------------------------------- */

	#wrapper-intro .logo img {
		max-width: auto;
	}

	/* Five
	-------------------------------------------------- */
	
	#wrapper-contact .container .row:first-child .col-lg-6:first-child img {
		top: -15px;
		max-width: 130%;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	/* Six
	-------------------------------------------------- */

	#wrapper-form {
		padding: 95px 0 65px;
	}

	#wrapper-form .col-lg-6:first-child {
		padding-right: 25px;
	}

	#wrapper-form .col-lg-6:first-child + .col-lg-6 {
		padding-left: 25px;
	}

	#wrapper-form .row + .row form .col-lg-6 {
		padding-right: 25px;
	}

	#wrapper-form .row + .row form .col-lg-6 + .col-lg-6 {
		padding-right: 0;
		padding-left: 25px;
	}

	#wrapper-form textarea.form-control {
		min-height: 230px;
		margin-bottom: 10px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	/* Six
	-------------------------------------------------- */

	#wrapper-contact h4 {
		margin: 0 0 30px;
	}

}

@media only screen and (min-width: 1200px) {

	.container {
		max-width: 970px;
	}

	/* One
	-------------------------------------------------- */

	#wrapper-intro p {
		margin-right: 0;
	}

	/* Three
	-------------------------------------------------- */

	#wrapper-app .container {
		max-width: 1170px;
	}

	/* Five
	-------------------------------------------------- */

	#wrapper-contact .container .row:first-child .col-lg-6:first-child img {
		top: 15px;
		left: -30px;
		max-width: none;
		max-width: 130%;
	}

	#wrapper-contact .row:first-child {
		text-align: right;
		min-height: 507px;
	}

	#wrapper-contact .row:first-child + .row {
		padding-bottom: 20px;
	}

	#wrapper-contact .row:first-child + .row .col-lg-12 {
		bottom: 60px;
	}

	#wrapper-contact h3,
	#wrapper-contact p {
		margin: 0 0 30px;
	}

	#wrapper-contact .col-lg-6:first-child p {
		margin-right: 25px;
	}

	#wrapper-contact .col-lg-6:first-child + .col-lg-6 p {
		margin-left: 25px;
	}

	/* Six
	-------------------------------------------------- */

	#wrapper-form .container {
		max-width: 1120px;
	}

	#wrapper-contact h4 {
		margin: 0 0 30px;
	}

	/* Seven
	-------------------------------------------------- */

	#wrapper-footer .container {
		max-width: 1170px;
	}

}
