#logo1 {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 1000;
}

#logo2 {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 1001;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#logo1 {
		width: 200px;
		height: 65px;
	}

	#logo2 {
		width: 180px;
		height: 65px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#logo1 {
		top: 2px;
		right: 5px;
		width: 137px;
		height: 45px;
	}

	#logo2 {
		top: 2px;
		left: 5px;
		width: 125px;
		height: 45px;
	}
}

@media only screen and (max-width: 479px) {
	#logo1 {
		position: absolute;
		top: 1px;
		right: 3px;
		width: 91px;
		height: 30px;
	}

	#logo2 {
		position: absolute;
		top: 1px;
		left: 3px;
		width: 83px;
		height: 30px;
	}
}

.tp-leftarrow.large, .tp-rightarrow.large {
	height: 24px;
	margin-top: -25px;
}

.rs-wrapper {
	margin-bottom: 0px;
}

.fullwidthbanner-container {
	padding-bottom: 0px;
}

.entry-note {
	margin-top: 30px;
}

.text-color {
	color: red  !important;
}

.category {
	background-color: red  !important;
}

.read-more-btn:hover a, .read-more-btn:hover .plus {
	background-color: #fff  !important;
	color: red  !important;
	font-weight: bold
}

.carousel-portfolio .carousel-pagination a {
	 background: rgba(0, 0, 0, 0) url("../img/sb2.png") no-repeat scroll 0 0;
}