/* GRID */
.grid_4 {
  width: 27%;
  margin: 1% 3%;
  float: left;
  display: block; }

.grid_8 {
  width: 58%;
  margin: 2%;
  float: left;
  display: block; }

.grid_2 {
  width: 20%;
  margin: 2%;
  float: left;
  display: block; }

.container {
  margin: 0 auto;
  max-width: 1080px;
  padding: 20px 0;
  clear: both;
  display: block;
  overflow: auto;
  position: relative; }

.clear, * html .clearfix, *:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

/* General */
a {
  text-decoration: none; }
.tel{
	 font-family: "ltc-bodoni-175", sans-serif;
	 font-size:18px;
	 color:#666;
	
}
.button {
  cursor: pointer;
  display: inline-block;
  height: auto;
  outline: medium none;
  padding: 1em 2.5em;
  text-align: center;
  width: auto;
  font-family: "ltc-bodoni-175", sans-serif;
  letter-spacing: 0.5px;
  text-transform: none;
  background-color: #cd7b4b;
  border-color: #cd7b4b;
  color: #f0ebe1; 
  
     font-size:16px;
	   font-weight:bold;
  }
  .button:hover {
    opacity: 0.8; }

/* Headings */
h1, h2, h3, h4, h5 {
  margin: 0 0 20px 0;
  font-weight: normal; }

p {
  text-align: left;
  margin: 0 0 10px;
  letter-spacing: 1px; }

h1 {
  font-size: 22px;
  overflow: auto; }

h2 {
  font-size: 30px;
  height: 50px;
  margin-bottom: 40px;
  font-family: "ltc-bodoni-175", sans-serif; }

/* Form */
button, input, select, textarea {
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: sans-serif;
  line-height: normal;
  margin: 6px 0 5px;
  padding: 12px;
  width: 100%; }

label {
  font-family: "omnes-pro", sans-serif;
  letter-spacing: 1px; }

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  height: 80vh; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    background-size: cover;
    background-position: center center;
    height: 80vh;
    background-repeat: no-repeat; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .flexslider .slides:after {
    content: ".";
    display: block;
    clear: both;
    /* Clearfix for the .slides element */
    visibility: hidden;
    line-height: 0;
    height: 0; }

.flex-pauseplay span {
  text-transform: capitalize; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Theme
*********************************/
.flexslider {
  background: #fff;
  margin: 0;
  position: relative;
  zoom: 1; }
  .flexslider .slides {
    zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    background: url(/images/bg_direction_nav.png) no-repeat left center;
    cursor: pointer;
    display: block;
    height: 29px;
    margin: -10px 0 0;
    opacity: 1;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    -webkit-transition: all .3s ease;
    width: 15px;
    z-index: 2; }
  .flex-direction-nav .flex-next {
    background-position: right center;
    right: 10px; }
  .flex-direction-nav .flex-prev {
    left: 10px; }
  .flex-direction-nav:hover .flex-next {
    opacity: 0.8;
    right: 10px; }
  .flex-direction-nav:hover .flex-prev {
    opacity: 0.8;
    left: 10px; }
  .flex-direction-nav .flex-disabled {
    cursor: default;
    filter: alpha(opacity=30);
    opacity: 0.3 !important; }

/* Control Nav */
.flex-control-nav {
  bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%; }

.flex-control-paging li {
  display: inline-block;
  margin: 0 6px;
  zoom: 1;
  *display: inline; }
  .flex-control-paging li a {
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }
    .flex-control-paging li a:hover {
      background: #333;
      background: rgba(255, 255, 255, 0.9); }

.flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%; }
  .flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: .7;
    width: 100%; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  font: 14px "omnes-pro", sans-serif;
  color: #666;
  background-color: #f0ebe1;
  margin: 0;
  padding: 163px 0 0 0;
  letter-spacing: 1px; }

header {
  width: 100%;
  padding: 25px 0 0 0;
position: fixed;
	top: 0;
	left: 0;
	margin: 0 auto;
	z-index: 5;
	    background-color: #f0ebe1;
}

#logo {
  text-align: center;
  position: relative;
  width: 100%;
  display: inline-block; }
  #logo img {
    height: auto;
    max-width: 243px;
    width: 243px; }

#register {
  position: fixed;
  margin: 0 auto;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  opacity: 0;
  z-index: -1;
  overflow: auto; }

.register_wrapper {
  position: absolute;
  /*
  position:absolute;
  top: 50%;
  transform: translateY(-50%);*/
  width: 100%;
  left: 0;
  right: 0;
  display: table-cell;
  vertical-align: middle;
  top: calc(50% - 380px); }

.reg_con {
  position: relative;
  max-width: 600px;
  background: #fff;
  color: #222;
  padding: 40px;
  margin: 0 auto; }

#register.active {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: 3; }

.reg_con span {
  float: left;
  width: 92%; }

/*#register{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}*/
a.close {
  color: #333;
  cursor: pointer;
  font-size: 30px;
  line-height: 22px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px; }

p.Privacy, p.Privacy a {
  font-size: 11px;
  color: #333;
  margin: 10px 0 0 0; }

footer {
  color: #6b6b6b;
  background-color: #c4c4c4; }
  footer a {
    color: #6b6b6b; }
  footer p {
    margin: 0 0 10px 0; }

footer a.BackToTop {
  display: none; }
.attention{
	display: block;
	text-align: center;
	padding: 30px;
	text-transform: uppercase;
	font-size: 40px;
	    background-color: #cd7b4b;
	    color: #f0ebe1;
	margin: 0 auto;
	height: auto;
}

@media screen and (max-height: 1024px) {
	.attention {
    padding: 15px;
    font-size: 20px;
margin-top: 20px;
}
}
	@media screen and (max-height: 780px) {
		body{
			padding: 140px 0 0 0;
		}
  #register {
    display: block; }

  .register_wrapper {
    display: block;
    top: 0; } }
@media screen and (max-width: 720px) {
  footer a.BackToTop {
    display: block;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase; }

  .grid_2, .grid_4, .grid_8 {
    width: 92%;
    margin: 1% 4%;
    float: none;
    display: block; }

  footer {
    text-align: center; }

  h2 {
    height: auto;
    margin-bottom: 10px; }

  footer p {
    text-align: center;
    margin-bottom: 15px; }

	.attention {
    padding: 10px;
    font-size: 12px;

}
}
@media screen and (max-width: 330px) {
		.attention {
    padding: 10px;
    font-size: 10px;

}
}

/*# sourceMappingURL=base.css.map */
