body {
	background: #f5f5f5;
	color: #545454;
	font-family: 'Open Sans', sans-serif;
}

.btn
{
	background-color: #4691A4;
	border-radius: 0;
	color: #fff;
	border:none;
}
.form-control {
	border-radius: 0;
}
.container {
	max-width: 960px;
}
.navbar {
	margin-bottom: 0;
	font-size: 12px;
}
.navbar-default {
	background: #fff;
}

#backgr {
	position: absolute;
	background: url(/images/stones_406.png) no-repeat;
	overflow: visible;
	background-size: 100%;
	height: 800px;
	top:0px;
	width: 100%;
	z-index:-1000; 

	/*position: relative; background-image: url(images/stones_406.png) ; background-repeat: no-repeat; background-position: center top; background-size:100%; top: 0px; height: 70%; left:-10px;width: 101%;margin-left:0px;padding-left:0px">
	*/

}

#smalllogo{
	background: url(/images/stones_406.png) no-repeat;
	overflow: visible;
	background-size: 100%;
	height: 100px;
	top:0px;
	width: 100%;
	display:none;

	/*position: relative; background-image: url(images/stones_406.png) ; background-repeat: no-repeat; background-position: center top; background-size:100%; top: 0px; height: 70%; left:-10px;width: 101%;margin-left:0px;padding-left:0px">
	*/

}

#hero {
	color: #303030;
	height: 560px;
	font-family: arial;
	text-align: center;
	padding-top: 0px;
	text-shadow: 0px 0px #000;
}
#hero h1 {
	font-size: 40px;
	 color: white;
}
#hero h2 {
	 color: white;
}
#hero p {
	font-weight: 400;
	padding-top: 20px;
	font-size: 18pt;
}
#hero label {
	color: white;
	display: block;
	text-align: left;
}
#hero .form-inline {
	padding-top: 25px;
}
#hero .form-control {
	text-shadow: none;
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}


#start-choice {
	padding: 20px 0px;
	background: #fff;
}
#start-choice .part {
	text-align: center;
}
#start-choice .part h1,
#start-choice .part p {
	
}
#start-choice .part p {
	padding-top: 15px;
}


#events {
	padding: 20px 0px;
}
#events h2 {
	margin-bottom: 25px;
}
#events .event-card {
	min-height: 169px;
	font-weight: 700;
	color: #303030;
	padding: 15px;
	border: 2px solid #fff;
	position: relative;
	text-shadow: 1px 1px #fff;
	margin-bottom: 25px;
	-webkit-transition: background-size 0.5s;
	transition: background-size 0.5s;
}
#events .event-card:hover {
	background-size: 105%;
	-webkit-transition: background-size 0.5s;
	transition: background-size 0.5s;
	cursor: pointer;
}
#events .event-card h3 {
	position: absolute;
	bottom: 40px;
}
#events .event-card p {
	position: absolute;
	bottom: 10px;
}
#events .event-1 {
	background: url(../img/small1.jpeg) no-repeat;
	background-size: 100%;
}
#events .event-2 {
	background: url(../img/small2.jpeg) no-repeat;
	background-size: 100%;
}
#events .event-3 {
	background: url(../img/small3.jpeg) no-repeat;
	background-size: 100%;
}


#about-us-container {
	padding: 20px 0px;
	background: #fff;
}

#logoimg{
	width: 250px;
	}

@media screen and (max-width:@screen-xs) {
    #hero {
         background-color: white;
	 color: #848484;
    }
    #hero h1, p, label{
	 color: #848484;
    }
    #smalllogo{
    	display:block;
    }
    #backgr {
    	display:none;
    }
    #logo{
    	display:none;
    }
    
}

@media (max-width: 1494px) {
    #hero {
//         background-color: yellow;
	 color: #848484;
    }
    h2{
	 font-size: 24px;
    }
    #hero p{
    	 font-size: 14px;
    }
}

@media (max-width: 1250px) {
.navbar {
	font-size: 10px;
	}
#logoimg{
	width: 200px;
	}
}

@media (max-width: 1110px) {
.navbar {
	font-size: 10px;
	}
.nav li a{	
	padding-left: 10px;
	padding-right: 10px;
	}
#logoimg{
	width: 160px;
	}
}

@media (max-width: 1010px) {
    #hero {
	color:white;
    }
.nav li a{	
	padding-left: 5px;
	padding-right: 5px;
	}
    h2{
	 font-size: 24px;
    }

}

@media (min-width: 992px) {
    #hero p{
    	padding-top: 5px;
	color:white;
    }
#hero .form-inline {
	padding-top: 15px;
	}
    h2{
	 font-size: 24px;
    }

//.container{width:930px}
}

@media (min-width: 768px) {
.container{
	width:;
//	max-width:720px
	color: black;
	}
}

@media (max-width: 767px) {
.container{
	width:;
//	max-width:720px
	color: black;
	}
#hero{
	color: black;
}
#hero h1{
	color: black;
	}
}
