@charset "utf-8";
/* CSS Document */


/* bootstrap 3 helpers */

.navbar-form input, .form-inline input {
	width:auto;
}

.navbar-brand {
	/*padding:0px;*/
}


/* end */

.clearboth {
	clear: both;
}

footer {
	height:50px;
	color:#aaa;
	margin-bottom:20px;
}

footer a {
	color: #aaa;
}

footer a:hover {
	color: #eee;
}

footer #footer-content {
	background-color: #2F3336;
}

footer #footer-bottom {
	background-color: #2f2f2f;
}

footer .rs-footer-block {
	margin-left:20px;
}


#rs-loading-overlay {
  display:none;
  position:absolute;
  background:#fff;
}
#rs-loading-overlay .loading_circle {
  position:absolute;
}

header {
  	/*margin-bottom:5px;*/
}


#rs-services .nav-item a {
	padding-top: 4px;
	padding-bottom: 4px;
}

/*TODO*/
.rs-page-bg {
	background: #fff;
}

.container .masthead {
	background: #fff;
	margin:0px;
	margin-bottom: 20px;
}

.container h1,h2,h3 {
	color: #317B9A;
}


.rs-newses {
	background-color:#F8F8F8;
	border: 5px solid #FEFEFE;
	padding: 10px;
}

.rs-news-link {
	background-color:#F2F2F2;
	color:#676767;
	border-top: 5px solid #FEFEFE;
	border-left: 5px solid #FEFEFE;
	border-right: 5px solid #FEFEFE;
	padding: 10px;
	cursor: pointer;
}

.rs-news-link:last-child {
	border-bottom: 5px solid #FEFEFE;
}

.rs-news-link:hover {
	background:#39e483;
	color: #343434;
}

.rs-news-link-icon {
	color:#FF0000;
	font-size: 1.5em;
	margin-right: 15px;
	float: left;
}

.rs-news-link:hover .rs-news-link-icon {
	color:white;
}

.rs-news-link-content {
	color:#23527c;
	font-size: 1.3em;
	float: left;
}

.rs-news-link:hover .rs-news-link-content {
	color:white;
}

.rs-news-link-more {
	font-size: 70%;
	float: right;
}

.rs-news-link:hover .rs-news-link-more {
	background: #FF0000;
}

/* only apply sticky columns on wider screens */
@media (min-width: 1200px) {
  #sidebar {
 	margin-left:15px;
  }

  #content {
 	padding-right:15px;
  }

  #sidebar.affix-top {
      position: static;
  }

  #sidebar.affix {
      position: fixed !important;
      top: 20px;
      width:200px;
  }

  #midCol.affix-top {
      position: static;
  }

  #midCol.affix-bottom {
      padding-top:0;
  }

  #midCol.affix {
      position:fixed !important;
  	  top: 20px;
  	  width:292px;
  }
}

.affix {
      position:static;
}

body {
  font-family: 'Open Sans',Arial,Helvetica,Sans-Serif;
  font-weight:300;
  color:#676767;
  background-color:#efefef;
}

a:hover {
	color:#F00;
  	text-decoration:none;
}

.highlight-bk {
	background-color:#4A4A4A;
    padding:1px;
    width:100%;
}

.highlight {
	color:#4A4A4A;
}

h3.highlight  {
	padding-top:13px;
    padding-bottom:14px;
  	border-bottom:2px solid #4A4A4A;
}

.navbar {
	background-color:#4A4A4A;
  	color:#ffffff;
  	border-radius:0;
}
.navbar-nav > li > a {
  	color:#fff;
  	padding-left:20px;
  	padding-right:20px;
}


.navbar-nav li a:hover {
  	background-color:#317B9A;
}

.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
	color: #000;
  	opacity:.9;
}

.navbar-brand {
	color: #FFF;
}

.navbar-brand:hover {
	color: #EEE;
}

.accordion-group {
	border-width:0;
}

.dropdown-menu {
	min-width: 250px;
}

.caret {
	color:#fff;
}

.navbar-toggle {
	color:#fff;
    border-width:0;
}

.navbar-toggle:hover {
	background-color:#fff;
}

.panel > .panel-heading {
    background-image: none;
}

.panel > .panel-heading-rs-highlight {
	background-color: #fb8658;
	color: #fff;
	font-weight: 900;
}

.panel > .panel-heading-rs-news {
	background-color: #39e483;
	color: #fff;
	font-weight: 900;
}

.panel > .panel-heading-rs-services {
	background-color: #e43939;
	color: #fff;
	font-weight: 900;
}

.panel > .panel-heading-rs-newness {
	background-color: #45b3ef;
	color: #fff;
	font-weight: 900;
}

.panel,.panel-heading {
  	border-radius:0;
  	border-width:0;
  	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
	box-shadow: 0 3px 3px  rgba(0, 0, 0, 0.09);
}

.thumbnail {
	margin-bottom:8px;
	border-radius:0;
}

.well {
  	border-radius:0;
}

.accordion-heading .accordion-toggle, .accordion-inner, .nav-stacked li > a {
	padding-left:1px;
}


@media (min-width: 992px) {
  .no-gutter.row > div[class*='col-md'] {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutter.row > .col-md-12 {
    width: 99.99999999999999%;
    *width: 99.93055555555554%;
  }
  .no-gutter.row .col-md-11 {
    width: 91.66666666666666%;
    *width: 91.59722222222221%;
  }
  .no-gutter.row > .col-md-10 {
    width: 83.33333333333331%;
    *width: 83.26388888888887%;
  }
  .no-gutter.row > .col-md-9 {
    width: 74.99999999999999%;
    *width: 74.93055555555554%;
  }
  .no-gutter.row > .col-md-8 {
    width: 66.66666666666666%;
    *width: 66.59722222222221%;
  }
  .no-gutter.row > .col-md-7 {
    width: 58.33333333333333%;
    *width: 58.263888888888886%;
  }
  .no-gutter.row > .col-md-6 {
    width: 49.99999999999999%;
  }
  .no-gutter.row > .col-md-4 {
    width: 33.33333333333333%;
  }
  .no-gutter.row > .col-md-3 {
    width: 24.999999999999996%;
    *width: 24.930555555555554%;
  }
  .no-gutter.row > .col-md-2 {
    width: 16.666666666666664%;
    *width: 16.59722222222222%;
  }
  .no-gutter.row > .col-md-1 {
    width: 8.333333333333332%;
    *width: 8.263888888888888%;
  }
}

/* end custom theme */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}


.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}
.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout-warning h4 {
  color: #aa6708;
}
.bs-callout-info {
  border-left-color: #1b809e;
}
.bs-callout-info h4 {
  color: #1b809e;
}


/* Landscape phones and portrait tablets */

.rs-home-link-button {
	position: relative;
	display: inline-block;
	width: 23%;
}

.rs-home-link-button img {
	width:100%;
}

.rs-home-link-button:hover {
	background: #CC3333;
}

.rs-home-link-button div {
	bottom: 10px;
	width: 100%;
	display: block;
	position: absolute;
	background:  rgba(255, 255, 255, 0.7);
	text-align: center;
	font-weight: bold;
}

.rs-home-link-button:hover div {
	background:  rgba(255, 255, 255, 0.9);
	color: red;
	cursor: pointer;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.rs-home-link-button {
		position: relative;
		display: inline-block;
		width: 24%;
		top: 15px;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.rs-home-link-button {
		position: relative;
		display: inline-block;
		width: 24%;
		top: 10px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.rs-home-link-button {
		position: relative;
		display: inline-block;
		width: 23%;
		top: 10px;
	}

	.rs-home-link-button div {
		bottom: 5px;
		width: 100%;
		display: block;
		position: absolute;
		background:  rgba(255, 255, 255, 0.7);
		text-align: center;
		font-size: 12px;
		font-weight: bold;
	}
}


.rs-overlay-popup {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(1,1,1,0.9); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.rs-privacy-cookie-section {
		background: #EEEEEE;
		margin: 5px auto;
		width: 50%;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.rs-privacy-cookie-section {
		background: #EEEEEE;
		margin: 5px auto;
		width: 50%;
	}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.rs-privacy-cookie-section {
		background: #EEEEEE;
		margin: 5px auto;
		width: 100%;
	}

}



.rs-privacy-cookie-selector {
	background: #EFEFEF;
	top: 10px;
}