@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Vidaloka|Open+Sans:italic400,400,600,300,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #fff;
  background: #808080;
  font: 400 18px/28px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
	font-size: 60px;
	line-height: 1;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
}

h3 {
  font-size: 30px;
  line-height: 34px;
  font-family: "Vidaloka", serif;
  text-transform: uppercase;
}

h4 {
  font-size: 24px;
  line-height: 34px;
  font-family: "Vidaloka", serif;
  text-transform: uppercase;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #29202e;
  text-transform: uppercase;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.txt1 {
  font-weight: 300;
  line-height: 32px;
}

h5 a,
h6 a {
  color: inherit;
}
h5 a:hover,
h6 a:hover {
  color: #000000;
}

@media (max-width: 479px) {
  h2 {
    font-size: 38px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
h2 + img {
  margin-top: 57px;
}

img + h4 {
  margin-top: 53px;
}

* + .txt1 {
  margin-top: 29px;
}

* + .gallery {
  margin-top: 54px;
}

* + .row {
  margin-top: 96px;
}

* + .off1 {
  margin-top: 71px;
}

* + .off2 {
  margin-top: 60px;
}

* + form {
  margin-top: 51px;
}

* + blockquote {
  margin-top: 63px;
}

address + .inline-list {
  margin-top: 64px;
}

* + .copyright {
	margin-top: 74px;
	font-size: 16px;
}

@media (max-width: 479px) {
  * + [class*="off"],
  * + .row {
    margin-top: 20px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", serif;
  text-transform: uppercase;
  color: #fff;
}
.brand_name {
  font-size: 120px;
  line-height: 1;
  overflow: hidden;
}
.brand_slogan {
  font-size: 59px;
  line-height: 51px;
  color: #fff;
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 60px;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #800000;
}

.bg-pattern {
  background: #fff; center repeat;
}

.darken {
  border-top: 1px solid #0e0911;
  border-bottom: 1px solid #0e0911;
  background: rgba(14, 9, 17, 0.26);
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-rss,
.fa-pinterest {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  color: #fff;
  background: #800000;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus:hover,
.fa-rss:hover,
.fa-pinterest:hover {
  background: #efc75e;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  width: 197px;
  padding: 24px;
  font-family: "Vidaloka", serif;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #800000;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  background: #000000;
}
.btn:active {
  background: #000000;
}

.link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 123px;
  height: 123px;
  line-height: 123px;
  font-size: 24px;
  font-family: "Vidaloka", serif;
  text-transform: uppercase;
  color: #fff;
  background: #000000;
}
.link:hover {
  background: #29202e;
}
.link:active {
  background: #0e0b10;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 8px;
}
@media (max-width: 479px) {
  .inline-list li + li {
    margin-left: 0;
  }
}

/*==================     Gallery    ====================*/
.gallery:before, .gallery:after {
  display: table;
  content: "";
  line-height: 0;
}
.gallery:after {
  clear: both;
}
.gallery_post {
  width: 33.3333333%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery_post * + h5 {
  margin-top: 71px;
  padding-right: 50px;
}
.gallery_post p {
  padding-right: 50px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.gallery_post * + p {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .gallery_post {
    width: 100%;
    text-align: center;
  }
  .gallery_post * + h5 {
    margin-top: 20px;
    padding-right: 0;
  }
  .gallery_post p {
    font-size: 16px;
    padding-right: 0;
  }
  .gallery_post + .gallery_post {
    margin-top: 30px;
  }
}

/*==================      Post     ====================*/
.post {
  text-align: center;
}
.post time {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 148px;
  height: 148px;
  padding-top: 30px;
  font-family: "Vidaloka", serif;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  border: 4px solid #fff;
}
.post time span {
  display: block;
  font: 700 15px/16px "Open Sans", sans-serif;
  text-transform: uppercase;
}
.post p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.post time + p {
  margin-top: 30px;
}

.post2 {
  text-align: center;
}
.post2 img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post2 .post_cnt {
  padding-top: 54px;
  padding-left: 45px;
  padding-right: 20px;
  padding-bottom: 44px;
  text-align: left;
  border: 1px solid #a7a1a9;
}
.post2 .post_cnt span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #914a8f;
}
.post2 .post_cnt p {
  font-size: 18px;
  line-height: 28px;
  color: #29202e;
}
.post2 .post_cnt * + span {
  margin-top: 14px;
}
.post2 .post_cnt * + p {
  margin-top: 12px;
}
@media (max-width: 979px) {
  .post2 .post_cnt {
    padding-left: 20px;
  }
}
.post2 img + .post_cnt {
  margin-top: 44px;
}
@media (max-width: 767px) {
  .post2 {
    margin-top: 50px;
  }
}

/*==================    Blockquote   ==================*/
blockquote {
  font-style: italic;
}
blockquote q {
  font-size: 18px;
  line-height: 32px;
}
blockquote cite {
  display: block;
  font-size: 22px;
  color: #ab8aba;
}
blockquote q + cite {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  blockquote br {
    display: none;
  }
}

/*==================     Colors     ===================*/
.primary {
  color: #29202e;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  color: #313131;
  background: #efc75e;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #800000;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(41, 32, 46, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#8029202E', endColorstr='#8029202E')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8029202E', endColorstr='#8029202E');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  border-bottom: 11px solid #696969;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax h5 {
  font-weight: 700;
}
.parallax h2 + h5 {
  margin-top: 47px;
  padding: 0 50px;
}
.parallax * + .link {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .parallax h2 + h5 {
    padding: 0;
  }
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  text-align: center;
  background: #800000;

  padding-top: 99px;
  padding-bottom: 71px;
}
@media (max-width: 479px) {
  header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well {
  padding-top: 99px;
  padding-bottom: 95px;
}

.well1 {
  padding-top: 60px;
  padding-bottom: 121px;
}

.well2 {
  padding-top: 193px;
  padding-bottom: 166px;
}

.well3 {
  padding-top: 81px;
  padding-bottom: 117px;
}

.well4 {
  padding-top: 86px;
  padding-bottom: 118px;
}

.ins1 {
  padding-bottom: 123px;
}

.ins2 {
  padding-bottom: 107px;
}

@media (max-width: 479px) {
  [class*="well"] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  text-align: center;
  padding-top: 91px;
  padding-bottom: 79px;
  background: #800000;
  font-family: "Vidaloka", serif;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.hr {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 479px) {
  .copyright {
    font-size: 16px;
  }
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
