/*<div class="displayTest">
YELLOW = Default (Resposive not detected)
RED = Large Screen desktops and laptops: RED<br>
GREEN = Landscape tablets and medium desktops (iPad mini Landscape & Kindle Fire landscape)<br>
BLUE = Portrait tablets and small desktops (iPad portrait)<br>
ORANGE = Landscape phones and portrait tablets: (iPhone landscape / Kindle Fire Portrait)<br>
GRAY = Portrait phones and smaller devices (iPhone Portrait)<br>
</div>*/

/* --------------------------------------------------
RESPONSIVE CSS
-------------------------------------------------- */

/* Large screen desktops and laptops */
@media (min-width: 1080px) {
	/*.displayTest {
		background-color:red;
		padding:20px;
		color:black
	}*/

.fixed-container {
	width: 1080px !important;
	margin: auto;
	position: relative;
}

}

/* Large screen desktops and laptops */
@media (min-width: 1200px) {
	/*.displayTest {
		background-color:red;
		padding:20px;
		color:black
	}*/

}

/* Landscape tablets and medium desktops (iPad mini Landscape & Kindle Fire landscape) */
@media (min-width: 992px) and (max-width: 1199px) {
	/*.displayTest {
		background-color:green;
		padding:20px;
		color:black
	}*/

}

/* Portrait tablets and small desktops (iPad portrait) */
@media (min-width: 768px) and (max-width: 991px) {
	/*.displayTest {
		background-color:blue;
		padding:20px;
		color:black
	}*/

.navbar-default .navbar-nav > li > a {
	padding: 15px 9px;
}

.nav > li > a > img {
	display: none;
}

}

/* Landscape phones and portrait tablets: (iPhone landscape / Kindle Fire Portrait) */
@media (max-width: 767px) {
	/*.displayTest {
		background-color:orange;
		padding:20px;
		color:black
	}*/

.slide-out-div {
	display: none;
}

.header {
	text-align: center;
}

.navbar-brand {
	display: inline-block;
	float: none;
	padding: 15px;
}

.tagline {
	float: none;
	margin: 0px;
	padding: 0px 15px 15px 15px;
	text-align: center;
}

.main {
	padding: 15px;
}

.editor {
	padding: 0px 15px 25px 15px;
}
.sidebar {
	padding: 0px 15px 25px 15px;
}

#rbs-carousel {
	padding: 0px;
}
#rbs-carousel figcaption {
	padding: 20px 40px;
}
#rbs-carousel .title {
	font-size: 25px;
	line-height: 28px;
}
#rbs-carousel a {
	display: block;
	margin: 10px 0 0 0;
}
#rbs-carousel .owl-controls .owl-buttons .owl-prev {
	left: 0px;
}
#rbs-carousel .owl-controls .owl-buttons .owl-next {
	right: 0px;
}

#rbs-carousel img{
	max-width:100%;
}

.navbar-header {
	border-bottom: 1px solid #DBEAF9;
}

.navbar-nav {
	text-align: left;
}
.navbar-nav > li {
	display: block;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 3px 15px;
}
.navbar-nav .open .megamenu > li > a, .navbar-nav .open .megamenu .dropdown-header {
	padding: 0px;
}

.megamenu > li {
	margin-bottom: 15px;
}
.megamenu > li > ul > li > a {
	display: inline-block;
}
.home-block .col-sm-3{
	width:50%;
	float:left;
	display:block;
	margin: 10px 0;
}
.home-block .panel {
	border: none;

}
.home-block .image {
	width: 65px;
}

footer .info,
footer .social {
	text-align: center;
}

}

/* Portrait phones and smaller devices (iPhone Portrait) */
@media (max-width: 600px) {
	#rbs-carousel figcaption{
		padding: 15px 40px;
	}
	#rbs-carousel .title{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	#rbs-carousel p{
		font-size:12px;
		line-height: 16px
	}
	#rbs-carousel a{
		margin: 2px 0 0 0;
	}
	.home-block .col-sm-3{
		width: 100%;
		float: left;
		display: block;
		margin: 18px 0;
	}

	.navbar-brand img{
		max-width:129px;
	}

}@media (max-width: 480px) {

	#rbs-carousel figcaption{
		padding: 10px 40px;
		position: relative;
	}
	#rbs-carousel .title{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
	}
}
/* -------------------------------------------------- */
