
/*-------------reset-------------------------------*/
.wpchat {
    background-color: #57cc64;
    width:100%;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    color: white;
    
}
.wpchat a {
    display: block;
    color: white;
    text-decoration: none;
}
.wpchat:hover
{
    cursor: pointer;
}
.wpchat i
{
    font-size:30px;
}
.wpcont
{
    width: 280px;
    height:350px;
    border:1px solid #57cc64;
    position: fixed;
    left:0;
    background-color:white;
    bottom: -300px;
	z-index:9999999;
}
.wptext
{
    padding:40px;
    font-size: 20px;
    text-align: center;
    color:grey;
}
.wpbtn
{
    text-decoration: none;
    color:white;
    display: block;
    width:150px;
    padding: 10px;
    text-align: center;
    background-color: #57cc64;
    margin: auto;
}
.wpbtn:hover
{
  color:black;
} 

 

ol, ul {
  list-style: none; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

article, aside, details, figcaption, figure, footer, header-slider, hgroup, menu, nav, section, summary {
  display: block; }
/*---------------------fonts------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Signika:300);
@import url(http://fonts.googleapis.com/css?family=Satisfy);
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("../BebasNeue-webfont.eot");
  src: url("../BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../BebasNeue-webfont.woff") format("woff"), url("../BebasNeue-webfont.ttf") format("truetype"), url("../BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*--------------------------------------------------------------*/
 
/*----------------------header-slider-------------------------------*/
header-slider {
  text-align: center;
  position: relative;
  background-image: url(../images/slider-horizontal.jpg);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  background-size: 402%;
  padding-bottom: 32.5%;
  -webkit-animation: h_slide 24s ease-out infinite;
  -moz-animation: h_slide 24s ease-out infinite;
  animation: h_slide 24s ease-out infinite; }

blockquote {
  font-family: "Satisfy", serif;
  font-size: 1.25em;
  text-align: center;
  margin: 1em 0; }

 

h1:after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: .5em;
  z-index: -1;
  }

 
 

a {
  text-decoration: none;
  color: #6a9a9c;
  -webkit-transition: .6s ease-in-out;
  -moz-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  -ms-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
 }
  a:hover {
    color: #98b9bb; }

 

.copyright {
  text-align: center;
  font-size: 0.875em; }

.links {
  background: url(../images/map.png) bottom center no-repeat;
  padding-bottom: 177px; }
/*--------------------retina display background image-------------------------------*/
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .links {
      background: url(../images/map@2x.png) bottom center no-repeat;
      background-size: 300px 151px; } }

@-webkit-keyframes h_slide {
  0% {
    background-position: 0% bottom; }

  20% {
    background-position: 0% bottom; }

  25% {
    background-position: 33.33333% bottom; }

  45% {
    background-position: 33.33333% bottom; }

  50% {
    background-position: 66.66667% bottom; }

  70% {
    background-position: 66.66667% bottom; }

  75% {
    background-position: 100% bottom; }

  95% {
    background-position: 100% bottom; }

  100% {
    background-position: 133.33% bottom; } }

@-moz-keyframes h_slide {
  0% {
    background-position: 0% bottom; }

  20% {
    background-position: 0% bottom; }

  25% {
    background-position: 33.33333% bottom; }

  45% {
    background-position: 33.33333% bottom; }

  50% {
    background-position: 66.66667% bottom; }

  70% {
    background-position: 66.66667% bottom; }

  75% {
    background-position: 100% bottom; }

  95% {
    background-position: 100% bottom; }

  100% {
    background-position: 133.33% bottom; } }

@keyframes h_slide {
  0% {
    background-position: 0% bottom; }

  20% {
    background-position: 0% bottom; }

  25% {
    background-position: 33.33333% bottom; }

  45% {
    background-position: 33.33333% bottom; }

  50% {
    background-position: 66.66667% bottom; }

  70% {
    background-position: 66.66667% bottom; }

  75% {
    background-position: 100% bottom; }

  95% {
    background-position: 100% bottom; }

  100% {
    background-position: 133.33% bottom; } }

/*--------------------large screens layout-------------------------------*/

@media only screen and (min-width: 1024px) {
 
  .content {
    position: relative; }

  .main {
    margin-right: 320px;
    border-right: 1px solid #504331;
    padding: .5em 20px .5em 0;
    box-shadow: 2px 0 white, 3px 0 #504331; }

  .links {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right; } }
