/* =====================
   desktop
   min-width: 768px;
   max-width: 1024px;

===================== */


@media (min-width: 768px) and (max-width: 1024px) {
	#latest-work .block .recent-work-pic ul li .overlay {
		top: 12px;
		left: 25px;
		bottom: 12px;
		right: 25px;
	}

	#team .team-overlay {
		padding: 10px;
	}
}

@media (min-width: 979px) and (max-width: 1198px) {
	#bestil-license-btn {
		font-size: 20px;
	}
}

@media (min-width: 1px) and (max-width: 978px) {
	.flex-wrapper {
		flex-direction: column;
	}

	#buy-sub-section {
		margin-left: 0;
	}

	/*1214  og 1213*/
	#greenBox {
		width: 100%;
		margin-bottom: 45px;
	}

	a#logo {
		margin-left: 15px;
	}
}


@media (min-width: 767px) and (max-width: 1200px) {
	.responsive-noFloat {
		width: 65%;
		float: left !important;
	}

	#software-img {
		width: 30% !important;
	}

	a#logo {
		margin-left: 15px;
	}
}


/* =====================

   Tablets
   min-width: 640px;
   max-width: 767px;

===================== */

@media (min-width: 640px) and (max-width: 767px) {
	#team .col {
		padding: 0 137px;
		margin-bottom: 20px;
	}

	#pricing-table .col {
		margin-bottom: 20px;
	}

	#contact-form .col {
		margin-bottom: 20px;
	}

	#software {
		width: 100%;
	}

	a#logo {
		margin-left: 15px;
	}
}


/* =====================

   Small Devices
   min-width: 320px;
   max-width: 479px;

===================== */


@media (min-width: 320px) and (max-width: 479px) {
	#banner {
		text-align: center;
	}

	#banner .block .buttons a:first-child {
		margin-left: 7px;
		margin-bottom: 10px;
	}

	#latest-work .block .recent-work-mixMenu ul li {
		display: block;
	}

	#latest-work .block .recent-work-pic ul li .overlay {
		top: 5px;
		left: 20px;
		bottom: 5px;
		right: 20px;
	}

	#latest-work .block .recent-work-pic ul li .overlay h3 {
		font-size: 14px;
	}

	#latest-work .block .recent-work-pic ul li .overlay i {
		top: 34%;
		font-size: 23px;
	}

	#bestil-license .col {
		padding: 20px;
		text-align: center;
	}

	#bestil-license .media .media-left {
		display: block;
		padding-right: 0;
	}

	#bestil-license .media .media-left a {
		height: 78px;
		width: 78px;
		margin: 0 auto;
	}

	#bestil-license .media .media-body {
		padding-right: 0;
	}

	#team .col {
		margin-bottom: 20px;
	}

	#pricing-table .col {
		margin-bottom: 20px;
	}

	#contact-form .col {
		margin-bottom: 20px;
	}

	a#logo {
		margin-left: 15px;
	}


}
