/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.slide-4 .left-block .box:after {
	  content: '';
	  position: absolute;
	  top: 140px;
	  right: 13px;
	}
	.header-menu ul li a {
		font-size: 13px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.header-menu {
  	padding: 19px 0;
  	position: static;
	}
	.header-menu ul {
		display: none;  
		position: absolute;
	  top: 100px;
	  left: 0;
	  width: 100%;
	  z-index: 99999;
	  background: #252E38;
  	text-align: center;
	}

	.offer-3 {
		padding-bottom: 40px;
	}

	.header-menu ul li {
		display: block;
	}
	.header-menu ul li a {
		padding: 20px 12px;
	}
	.top-block .col-md-2 {
		text-align: center;
		padding: 20px 0;
	}
	.slide-4 .right-block {
		padding: 50px 10px;
	}
	.slide-4 .left-block .box:after {
		content: '';
  	position: absolute;
		top: 80px;
  	right: 103px;
	}
	.slide-3 .top-block {
		padding-bottom: 0;
		padding-top: 30px;
	}
	.slide-3 .top-block:last-child {
		padding-bottom: 45px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.slide-6 .form input {
		width: 100%
	}
	.slide-4 .left-block .box:after {
		display: none;
	}
	.slide-7 .left-block .item {
		height: auto;
		padding-bottom: 0;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.logo {
	  font-size: 12px;
		padding-top: 36px;
	}
	.logo img {
		width: 30px;
		margin-right: 3px;
		margin-left: 5px;
	}
	.header-menu {
		padding-top: 31px;
	}
	.header-menu button {
		font-size: 20px;
		padding: 3px 10px;
	}
	.header-icons .item {
		padding: 4px 8px;
	}
	.header-icons {
		padding-top: 35px;
	}
	.slide-1 button {
		margin-bottom: -20px;
	}

	.content-custom {
		padding-bottom: 20px;
	}

	.slide-2 .see button {
		margin: 20px 0;
		width: 100%;
	}
	.slide-4 .left-block .box {
		margin: 0 20px;
		margin-bottom: 40px;
	}
	.slide-5 .left-block .offer-3 {
		padding-bottom: 10px;
	}
	.slide-5 .right-block {
		padding-top: 30px;
	}
	.slide-6 .bg {
		margin: 0;
	}
	.slide-6 .form div {
		display: block;
	}
	.slide-6 .form input {
		float: none;
		margin-bottom: 10px;
	}
	.slide-6 .form button {
		float: none;
		width: 100%;
	}
	.slide-7 .right-block {
		padding: 30px 25px;
	}
	.slide-7 .right-block .contact-box {
		position: relative;
	}
	.slide-7 .right-block .contact-box button {
		width: 100%;
		padding: 22px 0;
		position: relative;
		bottom: 0;
	}
	.contact-box::after {
		content: "";
		display: block;
		position: relative;
		clear: both;
	}
	.social {
		margin-bottom: 20px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.header-menu ul {
		display: block !important;
	}
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1600px) {
	.slide-1 .right-block img {
		min-width: 650px;
	}
}

@media only screen and (max-width : 1000px) {
	.b-role {
		flex-direction: column;
		align-items: center;
	}
	.roles-container {
		flex-direction: column;
	}

	.info-role {
		flex-direction: column;
		align-items: center;
	}

	div.display {
		display: flex;
	}

	.description-role {
		text-align: center;
	}

	.b-role {
		margin: 10px 0;
	}
}
