html,body {
  margin:0;
  padding:0;
  vertical-align:baseline;
}

ul.list-arrow {
  list-style: none;
}

ul.list-arrow > li:before {
  content: "\203A \0020";
}

html {
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
	background-color:#fff;
}

a:focus {
  outline:none;
}

footer,header,aside,nav,img {
  display: block;
}

sub,sup {
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sup {
  top:-.5em;
}

sub {
  bottom:-.25em;
}

img {
  border:0;
  -ms-interpolation-mode:bicubic;
}

body {
  font-family:"Open Sans",Arial,sans-serif !important;
  line-height:19px !important;
  font-weight:300 !important;
	color:#000;
  background-color:#fff;
  text-rendering:optimizeLegibility !important;
  overflow:auto;
}

p {
	margin:10px 0;
}

span.block-5{
	margin:0 5px;
	display:block;
}

span.block-10{
	margin:0 10px;
	display:block;
}

a {
  color:#a00000;
  text-decoration:none;
  -webkit-transition:all 200ms ease-in-out;
  -moz-transition:all 200ms ease-in-out;
  transition:all 200ms ease-in-out;
	cursor:pointer;
}

a:hover {
  color:#710000;
  text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Open Sans",Arial,sans-serif !important;
}

.text-right {
  text-align:right !important;
}

.text-left {
  text-align:left !important;
}

.txt-danger {
  color:#ff0000 !important;
}

.txt-success {
  color:#a00000 !important;
}

table > thead > tr.success > td {
  background:#a00000 !important;
  color:#fff !important;
  text-align:center !important;
  font-weight:700 !important;
}

table > tbody > tr.sezon > td {
  text-align:center !important;
  vertical-align:middle !important;
}

table > tbody > tr > td.success {
  background:#e49393 !important;
}

hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #fbfbfb;
  margin:40px 0;
}

.slider {
	height:500px;
	width:100%;
	margin:0;
	padding:0;
}

@media screen and (max-width:767px) {
	.slider {
		height:200px;
	}
	
	.bs-bullets  {
		display:none;
	}
	
	.logo img {
		height:75px !important;
	}
	
	.menu {
		position:absolute;
		top:200px !important;
	}
	
	.menu .container {
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
	}
	
	.site .container {
		margin-top:90px !important;
	}
	
	.map-wrapper,.contact-wrapper {
		border-top:1px solid #ddd;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.slider {
		height:300px;
	}
	
	.logo img {
		height:75px !important;
	}
	
	.menu {
		position:absolute;
		top:300px !important;
	}
	
	.menu .container {
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
	}
	
	.site .container {
		margin-top:90px !important;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.slider {
		height:400px;
	}
}

.slider  .bs-nav {
	position:absolute;
	display:none;
  padding:0 10px;
	width:100%;
}

.slider  a {
  font-size:40px;
  color:#fff;
}

.slider  .bullets {
  position:absolute;
  bottom:5px;
	width:100%;
}

.slider  .bs-bullets {
  list-style-type:none;
  text-align:center;
	font-size:20px;
	width:250px;
	margin:0 auto;
}

.bs-bullets  li {
  display:inline-block;
  padding:0 5px;
  cursor:pointer;
  color:#fff;
}

.bs-bullets  li.active{
  color:#a00000;
}

.logo img {
	margin:5px;
	height:100px;
	width:auto;
}

.menu {
	background:rgba(255,255,255,1);
	width:100%;
}

.main-menu {
  text-align:center;
  float:right;
	margin:15px 0;
}

.main-menu ul li {
	background:#fff;
  display:inline-block;
  float:left;
  padding:0 12px;
	margin:0;
  border-left: 1px solid #ddd;
}

.main-menu ul li:last-child {
	margin-right:15px;
}

.main-menu ul li a {
	display:block;
  text-transform:uppercase;
  font-size:16px;
	color:#3f3f3f;
  line-height:80px;
}

.main-menu ul li a:hover {
  color: #a00000;
}

.main-menu ul li.active {
  background:#a00000;
}

.main-menu ul li.active a {
  color:#fff;
}

a.toggle-menu {
  background:#a00000;
  color:#fff;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  margin-right:20px;
  font-size:32px;
	padding:0px;
}

.menu-responsive {
	position:relative;  
  background:rgba(0,0,0,.8);
  padding:15px 30px;
  display:none;
	z-index:999999;
}

.menu-responsive ul li {
  margin:0;
  display:block;
}

.menu-responsive ul li a {
	display:block;
  color:#fff;
  text-transform:uppercase;
  font-size:18px;
	line-height:40px;
}

.menu-responsive ul li.active a {
  color:#a00000;
  background:rgba(255,255,255,.7);
}

.site {
  background-color:#fff;
  width:100%;
}

.site .container {
  background-color:#fff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding-top:15px;
	padding-bottom:30px;
	min-height:500px;
}

#gallery a {   
	margin-bottom:25px;       
}

#gallery a.fancybox img {   
	border:1px solid #ddd;
	border-radius:2px;
	padding:2px;
	width:100%;
}

#gallery a.fancybox img:hover {   
	border:1px solid #a00000;
}

h3.widget-title {
  font-size:28px;
  text-transform:uppercase;
  display:inline-block;
  margin:30px 0;
}

.contact-infos {
  margin-top:30px;
  display:block;
	font-size:20px;
}

.contact-infos ul li {
  line-height:24px;
}

.first-map {
	height:120px;
}

.map-wrapper {
  margin-bottom:30px;
}

.map-holder {
	height:500px;
}

.map-holder > iframe {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

button,input,select,textarea {
  margin:0;
  vertical-align:baseline;
}

button,select,input {
  line-height:normal;
}

button::-moz-focus-inner,select::-moz-focus-inner,input::-moz-focus-inner {
  border:0;
  padding:0;
}

button,select,input[type="button"],input[type="submit"] {
  cursor:pointer;
  -webkit-appearance:button;
}

textarea {
  overflow:auto;
  vertical-align:top;
}

input,select,textarea {
	background:#fff;
  border:1px solid #ddd;
  outline:0;
  padding:8px;
	margin-bottom:10px !important;
	color:#000;
}

input:focus,select:focus,textarea:focus {
	border-color:#a00000;
}

div.form input[type="text"],div.form input[type="password"],div.form input[type="button"],div.form input[type="submit"],div.form select,div.form textarea {
  width:100%;
  min-width:100%;
  max-width:100%;
}

.main-btn {
  border:0;
  background:#a00000;
  color:#fff;
  text-transform:uppercase;
  font-weight:700;
}

.footer {
	background:#a00000;
}

.footer .container {
  background:#a00000;
  color:#fff;
}

.copyright {
  font-size:16px;
	line-height:25px;
  margin:10px 0;
  text-align:center;
}

.copyright span {
  display:block;
}

.modal {
	padding:17px;
}

.modal button span {
	font-size:48px;
}

.modal-dialog {
	width:100%;
	height:100%;
	padding:0 !important;
	margin:0;
}

.modal-title {
	font-size:36px;
	color:#000;
}

.modal-content {
	height:100%;
	border-radius:0;
	color:white;
	overflow:hidden;
}