/* MENU */

@media(min-width:768px){
.navbar-nav{
margin-left:14%;
}

.img-responsive{
display:inline;
}

}




.helden-grids img{
-webkit-transition: all .5s ease-in-out;
-webkit-transform: scale(0.95);
box-shadow: 5px 5px 5px #999;
}

.helden-grids img:hover{
-webkit-transition: all .5s ease-in-out;
-webkit-transform: scale(1);
box-shadow: 5px 5px 5px #ccc;
}

.fb{    
-webkit-transition: all .5s ease-in-out;
box-shadow:0px 0px 5px #ddd;
-webkit-transform: scale(0.90);
}
.fb:hover{ 
-webkit-transition: all .5s ease-in-out;
box-shadow: 0px 0px 10px #fff;
-webkit-transform: scale(1);
}  

h3{
font-size: 1.4em;
line-height: 140%;
margin: 4px 0 0 0;
margin-bottom:15px;
}

h4{
border-bottom:solid 2px;
margin-bottom:15px;
}

 @media(max-width:768px){
.slidertext{display:none}
}

.caret{display:none}

.navbar-nav li:hover ul{
   display:block;
   opacity:0.82;
}

.navbar-nav li li:hover ul{
  display:block;
}


.copyright a, .helden a{
color:rgb(37,130,0);
}

.copyright a:hover, .helden a:hover{
color:#a47b0c;
}

.navbar{
 // background-color:rgb(212,229,255);
  
    background: rgb(212,229,255); /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(left,white,rgb(212,229,255),rgb(212,229,255),white);
  /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(left,white,rgb(212,229,255),rgb(212,229,255),white);
  /* For Fx 3.6 to 15 */
  background: -moz-linear-gradient(left,white,rgb(212,229,255),rgb(212,229,255),white);
  /* Standard syntax */
  background: linear-gradient(to right, white,rgb(212,229,255),rgb(212,229,255),white); 
  
  border:none;
  
}

.navbar li{
   padding-bottom:0px;
}

.navbar li.active li a, .navbar li li a{
  background-color:transparent!important;
}

.navbar li.active a, .navbar li:hover{
  background-color:rgb(176,208,255)!important;
  color:#000;
}


/*----slider----*/
.banner{
}
.img-slider{
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks_nav {
  	display:none;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	bottom: 6%;
	z-index: 999;
	right: 4.5%;
	padding: 0;
	margin: 0;
}
.callbacks_tabs li{
	display:inline-block;
}

.callbacks_tabs a{
   visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\.";
  font-size:0;
  visibility: visible;
  display: block;
  height:15px;
  width:15px;
  display:inline-block;
  border:2px solid #fff;
}
.callbacks_here a:after{
	border:2px solid rgb(37,130,0);;
}


/*-- slider-caption --*/
.slider-caption{
	position: absolute;
	z-index: 999;
	left: 0%;
	bottom: 5%;
	width: 42%;
	padding: 0.7em 0 0.4em 2%;
	
}
.slider-caption h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 80%;	
	margin: 0 0 5px 0;
	padding: 0;
	color:#fff;
	text-shadow: 0 2px 10px #000;
}

.slider-caption p{
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;	
	line-height: 110%;
	text-shadow: 0 2px 10px #000;
}
a.caption-btn{
	background:#a47b0c;
	padding:0.8em 1.2em;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	margin-top:0.6em;
	text-decoration:none;
	font-size: 0.9em;
	border-radius:0.5em;
}
a.caption-btn:hover{
	background:rgb(37,130,0);;
	color:#fff;
}
/*-- end slider --*/


@media(max-width:768px){
	
	.slider-caption h1 {
		font-size: 28px;
		line-height:80%;
	}
}

@media(max-width:640px){
	
	
	.slider-caption {
		width:50%;
	}
	
	.slider-caption h1 {
		font-size: 18x;
		line-height:24px;
	}
	
	.slider-caption p {
		display:none;
	}
}