/* #Media Queries
================================================== */
@media only screen and (min-width: 1150px) and (max-width: 2000px) {
	.banner {
		padding: 200px 0 200px;
	}
	.bx-wrapper .bx-prev {
		left: 0;
	}
	.bx-wrapper .bx-next {
		right: 0;
	}
	.joinnow a {
		display: block;
		top: 0px;
		margin: 10px auto 0;
	}
	.joinnow h2 {
		display: block;
	}
	.cta3 {
		padding: 30px 0 40px;
	}
	.backgroundimage {
		background-image: url('/user/themes/orionasshop/images/orionasshop-logo4.png');
	}
}

@media only screen and (min-width: 768px) and (max-width: 1149px) {
	.banner {
		padding: 200px 0 200px;
	}
	.bx-wrapper .bx-prev {
		left: 0;
	}
	.bx-wrapper .bx-next {
		right: 0;
	}
	.joinnow a {
		display: block;
		top: 0px;
		margin: 10px auto 0;
	}
	.joinnow h2 {
		display: block;
	}
	.cta3 {
		padding: 30px 0 40px;
	}
	.video h2 {
		padding-top: 40px;
	}
	.service {
		padding: 70px 0;
	}
	//br{display:none;}
	.testimonials p {
		font-size: 20px;
	}
	.price {
		padding: 70px 0;
	}
	.price article {
		margin-bottom: 20px;
	}
	.features {
		padding: 70px 0 50px;
	}
	.joinnow {
		padding: 40px 0;
	}
	.blog-list-list {
		padding: 70px 0;
	}
	.cta2 {
		padding: 83px 0 90px;
	}
	.backgroundimage {
		background-image: none;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.backcolor{background:#2a2a2a;}
	nav ul li a {
		padding: 10px 0;
		text-align: center;
	}
	.logo {
		padding: 16px 0;
	}
	.banner h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.banner p {
		font-size: 16px;
		line-height: 28px;
		padding-bottom: 20px;
	}
	.banner {
		padding: 100px 0 70px;
	}
	h2 {
		font-size: 24px;
		line-height: 33px;
		margin-bottom: 10px;
	}
	.video h2 {
		padding-top: 40px;
	}
	.laptop {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}
	.video span.line {
		margin: 15px 0;
	}
	span.line {
		margin: 15px auto;
	}
	.video p {
		padding-bottom: 10px;
	}
	.video a {
		margin-bottom: 15px;
	display: block;
	}
	.service {
		padding: 40px 0;
	}
	.service p, .price p.top, .blog-list-list p.top {
		padding-bottom: 30px;
	}
	//br{display:none;}
	.testimonials p {
		padding: 20px 0;
		font-size: 16px;
		line-height: 30px;
	}
	.bx-wrapper .bx-prev {
		left: 0;
	}
	.bx-wrapper .bx-next {
		right: 0;
	}
	.bx-wrapper .bx-controls-direction a {
		top: 90%;
	}
	.testimonials {
		padding: 60px 0;
	}
	.price , .features , .blog-list-list  , .cta2 {
		padding: 40px 0;
		text-align: center;
	}
	.price article {
		margin-bottom: 20px;
	}
	.features p {
		padding: 5px 0 24px;
	}
	.joinnow a {
		display: block;
		top: 0px;
		margin: 10px auto 0;
	}
	.joinnow h2 {
		display: block;
	}
	.joinnow{padding:40px 0;}
	.blog-list-list article {
		margin-bottom: 30px;
	}
	.safariimg {
		position: relative;
		top: 0;
		left: 0;
		width: 90%;
		margin: 20px auto 0;
		display: block;
	}
	.cta3 {
		padding: 40px 0;
	}
	div.rightside, footer{
		text-align: center;
	}
	.backgroundimage {
		background-image: none;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.backgroundimage {
		background-image: none;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.search-wrapper .search-input {
		width: 65%;
	}
	.search-wrapper .search-input.full-width {
		width: 100%;
	}
	.backgroundimage {
		background-image: none;
	}
}
