/**
 * Desktop
 */
@media (min-width: 992px) {
	#header > .container {
    	padding-bottom: 8px;
	}

	.header-list-primary {
		margin: 0;
	    position: absolute;
	    right: 130px;
    	top: 55px;
	}

	.header-list-primary > li {
		font-size: 34px;
		font-weight: normal !important
	}

	.carousel-caption .heading {
		font-size: 31px
	}
	.carousel-caption-content {
	    font-size: 23px;
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
		min-width: 970px
	}

	.widget-menu .nav-tabs > li > a {
		padding-left: 25px;
		padding-right: 25px;
	}

	.carousel-caption-body2 {
		background-color: rgba(0, 0, 0, 0.6);
	    border-radius: 15px;
	    bottom: auto;
	    margin-top: -72px;
	    position: absolute;
	    top: 40%;
		left: 57%;
		right: 5%;
		padding: 10px
	}
}

/**
 * Large Desktop
 */
@media (min-width: 1200px) {
	.header-logo > img {
		width: auto
	}

	#header {padding: 20px 0 0;}
	#header .header-list-secondary { margin-top: -14px }

	.header-list-primary { top: 40px }
	
	.header-list-secondary {
		position: absolute;
	    right: 0;
	    top: 10px;
	}

	#header .social-icons,
	#header-buttons { top: 46px }
	
	#header-search { top: 31px }

	.owl-controls .owl-buttons > .owl-prev {
	    left: -30px
	}
	.owl-controls .owl-buttons > .owl-next {
	    right: -30px
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
		min-width: 1170px
	}
}

/**
 * XL Desktop
 */
@media (min-width: 1330px) {
	.header-logo > img {
		width: auto
	}

	.header-list-primary { right: 145px }

	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
		min-width: 1300px
	}
}