/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

#main {
	margin-right:290px;
}

#header_main {background:#002349;}
.home #header_main {background:none;}
.home #header {
	background-image: url('../images/background-images/header.jpg');
	background-repeat:no-repeat;
	background-position:top;
	background-size: 100%;
}

.b-slider-section {/*margin-top:90px;*/}

.b-slider-section .container {padding-bottom: 40px;}

.b-program-banners {padding-bottom:70px;}

.b-right-menu {
	position: fixed;
	right: 0;
	top: 145px;
	max-width: 290px;
	width: 100%;
	background-color: transparent;
}

.b-right-menu li a {
	font-size: 16px;
	color:#fff;
}

.b-right-menu li:hover > a {color:#d6d6d6;}

.b-right-menu li,
.b-right-menu li a {
	margin:0;
	padding:0;
	line-height: 1;
}

.b-right-menu li {
	padding-left:5px;
	margin-bottom:20px;
}

.b-right-menu li:last-child {margin-bottom:inherit;}

.b-right-menu ul {
	list-style-type: disc;
	color:#fff;
	padding-left: 25px;
	margin-left: 10px;
}

#calculator {display: none;}

.wpcc_form .wpcc_checkbox label {
	display: inline-block!important;
	margin-right: 10px;
}

.wpcc_submit {margin-top: 25px;}

.avia-button.avia-size-large {
	min-width: 290px;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (max-width: 992px) {
  /* Add your Desktop Styles here */
  
.b-right-menu {
	margin-top:90px;
	position:static;
	max-width:100%;
	padding-top: 30px;
  padding-bottom: 30px;
}

#main {margin-right:inherit;}
.html_header_top.html_header_sticky #main {padding-top:0;}
}


@media only screen and (max-width: 768px) {
  /* Add your Desktop Styles here */
  
.b-right-menu {
	margin-top:inherit;
}


}


/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width : 992px) {
.b-slider-section {margin-top: inherit;}
}


@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

.rrrr {
    position: relative;
}

.post-ratings-text {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1000;
}