@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=Open+Sans|Roboto:700|Roboto+Condensed:400);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #631742;
  color: #631742;
  font: 400 14px/28px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h3, h4, h5, h6, .addr p:first-child, .terms dt {
  color: #631742;
}

h2 .addr p:first-child, .terms dt {
  color: #CFA31A;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .addr p:first-child a:hover, .terms dt a:hover {
  color: #631742;
}

h2 {
  font: 400 40px/40px "Roboto Condensed", sans-serif;
}

h3, .addr p:first-child {
  font: 700 20px/25px "Roboto", sans-serif;
}

h4, .terms dt {
  font: 700 18px/25px "Roboto", sans-serif;
}

h5 {
  font: 700 16px/25px "Roboto", sans-serif;
}

h6 {
  font: 700 14px/25px "Roboto", sans-serif;
}

hr {
  width: 94px;
  height: 16px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: url("../images/hr.png") no-repeat center center;
}

.hr2 {
  height: 1px;
  background: #631742;
}

p a, .terms dd a, .addr a {
  color: #631742;
}
p a:hover, .terms dd a:hover, .addr a:hover {
  text-decoration: underline;
}

p2 {
  color: #cfa31a;
}

time {
  display: block;
}

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

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

strong {
  font-weight: 900;
}

.fa {
  line-height: inherit;
}

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

.center {
  text-align: center;
  color: #CFA31A;
}
.center2 {
  text-align: center;
}

.mg-add {
  margin-top: 5px;
}

.oh {
  overflow: hidden;
}

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

.primary {
  color: #CFA31A;
}

.secondary {
  color: #631742;
}


.home-image-right {
  position: absolute;
  right: 30px;
  z-index: 500;
  width: 80%;
  text-align: right;
  margin-top: -80px;
}

.home-image-right img {
  vertical-align: sub;
  width: 20%;
}
/*
@media only screen and (max-width: 1200px) {
  .home-image-right {
    padding-top: 18rem;
  }
}

@media only screen and (max-width: 1024px) {
  .home-image-right {
    width: 40%;
    padding-top: 120px;
  }
}

@media only screen and (max-width: 900px) {
  .home-image-right {
    width: 60%;
    right: auto;
    text-align: right;
    left: 50%;
    bottom: 100px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    margin-bottom: -4.8rem;
  }
}

@media only screen and (max-width: 768px) {
    .home-image-right {
    width: 80%;
    right: auto;
    left: 50%;
    text-align: right;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-20%);
    padding: 0;
  }
}

@media only screen and (max-width: 400px) {
    .home-image-right {
    width: 100%;
    position: absolute;
    right: auto;
    text-align: center;
    left: 50%;
    bottom: 100px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    margin-bottom: -2.8rem;
  }*/
  @media only screen and (max-width: 767px) {
    .home-image-right {
        text-align: right;
        margin-right: 20px;
        width: 80%;
        margin-top: -60px;
	}
}




/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 60px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.nav {
  margin: 16px 0 16px;
}

.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  position: relative;
  font: 700 15px/20px "Roboto", sans-serif;
  color: #CFA31A;
}
.sf-menu > li.active > a:after, .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
  content: '';
  position: absolute;
  left: 0;
  top: -41px;
  width: 43px;
  height: 4px;
  background: #631742;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 114px;
  margin-left: -57px;
  margin-top: 33px;
  padding: 10px 0 10px;
  background: #631742;
  background: #631742(242, 231, 227, 0.9);
  text-align: center;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #CFA31A;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #631742;
}
.sf-menu ul > li + li {
  margin-top: 8px;
}

.sf-menu ul ul {
  top: -10px;
  left: 100%;
  margin-left: 0;
  margin-top: 0;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 80%;
  margin-left: -3px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}

@media (max-width: 767px) {
  .nav {
    margin-top: 0;
    color: #CFA31A;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto 20px;
  width: 420px;
  background: #631742 url("data:image/png;base64,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") no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 40px;
  color: #631742;
  background-color: transparent;
  font: 400 15px "Roboto", sans-serif;
  line-height: 40px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}

/*==================  Stuck menu  ======================*/
.stuck_container {
  background: #631742;
  background: #631742 (242, 231, 227, 0.9);
/*  padding: 25px 0 20px;*/
}

.isStuck {
  padding: 10px 0;
  background: #631742;
  z-index: 999;
  border-bottom: 1px solid #631742;
}
.isStuck .sf-menu > li.active > a:after, .isStuck .sf-menu > li.sfHover > a:after, .isStuck .sf-menu > li > a:hover:after {
  top: -26px;
}
.isStuck .sf-menu ul {
  margin-top: 25px;
}
.isStuck .sf-menu ul ul {
  margin-top: 0;
  margin-left: 4px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: white url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  -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: white;
  background: transparent;
}
.thumb_overlay:before {
  content: "\f065";
  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: #631742 (51, 51, 51, 0.8);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC333333', endColorstr='#CC333333')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC333333', endColorstr='#CC333333');
  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);
}

/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
  color: #631742;
  background-color: rgba(242, 231, 227, 0.5);
}
.mobile .parallax, .tablet .parallax {
  background-position: 100% 0 !important;
  background-size: cover;
}
.parallax .container > p:first-child {
  color: #d4cac7;
}
.parallax h2 {
  color: #631742;
  background-color: rgba(242, 231, 227, 0.5);
}

.parallax1 {
  background-color: #631742;
  background-image: url(../images/parallax01.jpg);
  padding: 29px 0 42px;
}
.parallax1 * + .row {
  margin-top: 60px;
}
.parallax1.well2 * + .row {
  margin-top: 30px;
}

.parallax2 {
  background-color: #631742;
  background-image: url(../images/parallax02.jpg);
  padding: 53px 0px 52px;
}
.parallax2 * + .row {
  margin-top: 41px;
}

.parallax3 {
  background-color: #631742;
  background-image: url(../images/parallax03.jpg);
  padding: 53px 0px 63px;
}
.parallax3 hr + * {
  margin-top: 41px;
}
.parallax3 * + .row {
  margin-top: 41px;
}

@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 60px;
  height: 60px;
  font-size: 44px;
  line-height: 56px;
  color: #fff;
  background: #cbbfbb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #CFA31A;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
.audiojs {
  position: relative;
  width: 100%;
  padding: 21px 40px 0 60px;
  margin: 0 auto;
  height: 50px;
  background: #631742;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.audiojs .play-pause {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  margin: 0px;
  overflow: hidden;
}

.audiojs p {
  display: none;
  position: relative;
  cursor: pointer;
  height: 28px;
  margin-top: 12px;
  color: white;
}
.audiojs p:hover {
  color: #CFA31A;
}

.audiojs p:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  line-height: 28px;
  font-size: 28px;
  width: 100%;
  text-align: center;
  font-family: 'FontAwesome';
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.audiojs .play {
  display: block;
}

.audiojs .scrubber {
  position: relative;
  cursor: pointer;
  background: #631742;
  height: 4px;
  margin-top: 3px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background: white;
  z-index: 1;
}

.audiojs .progress:after {
  content: '';
  position: absolute;
  right: -10px;
  top: -3px;
  width: 10px;
  height: 10px;
  background: white;
  z-index: 5;
}

.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100% !important;
  background: #631742;
}

.audiojs .time {
  line-height: 22px;
  color: white;
}

.audiojs .error-message {
  position: absolute;
  left: 0;
  top: 42px;
  display: none;
  margin: 0px 10px;
  overflow: hidden;
  line-height: 36px;
  color: #e5e5e5;
  z-index: 1;
}

.close-button {
  cursor: pointer;
  position: absolute;
  right: 0%;
  margin-right: 10px;
  top: 10px;
  font-size: 20px;
  color: white;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.close-button:hover {
  color: #CFA31A;
}

.audiojs .play:before {
  content: '\f0da ';
}

.audiojs .loading:before {
  content: '\f110';
}

.audiojs .error:before {
  content: '\f00d';
}

.audiojs .pause:before {
  content: '\f04c';
  font-size: 14px;
}

.playing .play, .playing .loading, .playing .error {
  display: none;
}

.playing .pause {
  display: block;
}

.loading .play, .loading .pause, .loading .error {
  display: none;
}

.loading .loading {
  display: block;
}

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
  display: none;
}

.error .error {
  display: block;
}

.error .play-pause p {
  cursor: auto;
}

.error .error-message {
  display: block;
}

/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 370px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
.map_locations {
  display: none;
}

/*==================     Subscribe Form     ======================*/
.subscribe-form {
  position: relative;
  display: block;
}
.subscribe-form label {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding: 13.5px 25px 13.5px;
  width: 570px;
  background: white;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe-form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #631742;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
}
.subscribe-form label + .btn {
  margin-top: 0;
}

.error {
  position: absolute;
  top: 3px;
  right: 5px;
  font-size: 10px;
  line-height: 14px;
  color: #f00;
  overflow: hidden;
  height: 0px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

label.invalid .error {
  height: 21px;
}

.success {
  display: none;
  position: absolute;
  top: 3px;
  right: 5px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #0f0;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .subscribe-form label {
    width: 420px;
  }
}
@media (max-width: 979px) {
  .subscribe-form {
    text-align: right;
  }
  .subscribe-form label {
    text-align: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .subscribe-form {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .subscribe-form label {
    width: 100%;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  background: #631742;
}
.header .nav {
  float: left;
}
.header .search-form {
  float: right;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .nav, .header .search-form {
    float: none;
  }
}

.header_panel {
  text-align: center;
}
.header_panel:before, .header_panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.header_panel:after {
  clear: both;
}

.header_bg {
  background: url("../images/page-1_slide01.jpg") no-repeat top center;
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  display: block;
  overflow: hidden;
}


/*=======================================================
                     CONTENT  Layout
=========================================================*/
* + h2 {
  margin-top: 3px;
}

* + hr {
  margin-top: 16px;
}

* + p {
  margin-top: 11px;
}

* + .row,
hr + .box {
  margin-top: 49px;
}

* + .map {
  margin-top: 49px;
}

* + .post,
* + .box2 {
  margin-top: 30px;
}

* + .link {
  margin-top: 7px;
}

* .audio-list {
  margin-top: 20px;
}

* + .btn {
  margin-top: 46px;
}

* + .terms {
  margin-top: 42px;
}

.btn + .btn {
  margin-top: 0;
  margin-left: 20px;
}

.link + .link {
  margin-top: 0;
  margin-left: 20px;
}

.row + .row {
  margin-top: 56px;
}

.row + .off1 {
  margin-top: 30px;
}

/*========================================================
                     CONTENT  Styles
=========================================================*/
.content {
  background: #631742;
}

.container > p:first-child {
  font-weight: 700;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

/*==================      Well     ======================*/
.well {
  padding-top: 39px;
  padding-bottom: 101px;
}

.well2 {
  padding-top: 53px;
  padding-bottom: 91px;
}
.well2__ins1 {
  padding-bottom: 61px;
}
.well2__ins2 {
  padding-bottom: 33px;
}
.well2 hr + p {
  margin-top: 43px;
}

.well3 {
  padding-top: 61px;
  padding-bottom: 60px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #d4cac7;
}
.bg-primary hr {
  background-image: url(../images/hrw.png);
}
.bg-primary .btn {
  background: #AEA29C;
  color: #631742;
}
.bg-primary .btn:hover {
  background: #CFA31A;
}

/*==================     Icons     ======================*/
/*==================     Links     ======================*/
.link {
  display: inline-block;
  color: #d4cac7;
}
.link:hover {
  color: #CFA31A;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 9.5px 40px 9.5px 40px;
  line-height: 30px;
  color: #FFF;
  background: #631742(17, 17, 17, 0.8);
  font-weight: 700;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
}
.btn:hover {
  background: #CFA31A;
}

/*==================   Audio List  ======================*/
.audio-list {
  line-height: 16px;
}
.audio-list li {
  border-left: 4px solid #631742;
  color: #631742;
  position: relative;
  padding: 17px 55px 17px 18px;
  background: #631742;
  background: rgba(242, 231, 227, 0.5);
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.audio-list li:hover {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #631742;
}
.audio-list li:after {
  content: '\f026';
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  text-align: center;
  height: 100%;
  line-height: 50px;
  font: 400 20px/50px "FontAwesome";
  background: #e5cfc7;
  background: rgba(242, 231, 227, 0.5);
}
.audio-list li + li {
  margin-top: 21px;
}
.audio-list li.playing:after {
  content: '\f028';
}
.audio-list li.stopped:after {
  content: '\f04c';
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  background: #FFF;
  margin-top: 39px;
  padding: 24px 21px 22px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list li:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  width: 57px;
  height: 35px;
  background: #F6F2F0;
  border-bottom: 4px solid #d4cac7;
  font: 700 15px/35px "Roboto", sans-serif;
  color: #CFA31A;
  text-align: center;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.index-list li:hover:before {
  background: #d4cac7;
  border-color: #631742;
}
@media (min-width: 768px) and (max-width: 979px) {
  .index-list li.grid_3 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .index-list li + li {
    margin-top: 69px !important;
  }
}

/*==================      Post     ======================*/
.post {
  background: #FFF;
}
.post time {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 109px;
  height: 35px;
  background: #F6F2F0;
  border-bottom: 4px solid #d4cac7;
  font: 700 15px/39px "Roboto", sans-serif;
  color: #CFA31A;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.post time:before {
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 20px;
  color: #CFA31A;
  background: #d4cac7;
  text-align: center;
  width: 40px;
  height: 39px;
  line-height: 39px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.post_cnt {
  padding: 24px 22px 15px;
}
.post:hover time {
  border-color: #CFA31A;
}
.post:hover time:before {
  background: #CFA31A;
  color: #f6f2f0;
}

/*==================     Quote     ======================*/
.quote cite, .quote time, .event cite, .event time {
  display: block;
  padding: 9px 20px 6px;
  max-width: 270px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 700 15px/20px "Roboto", sans-serif;
  background: #F6F2F0;
  border-bottom: 4px solid #d4cac7;
  color: #CFA31A;
}
.quote blockquote, .quote .event_cnt, .event blockquote, .event .event_cnt {
  background: #FFF;
  padding: 24px 22px 43px;
}
.quote .event_cnt, .event .event_cnt {
  padding-bottom: 23px;
}

/*==================      Box      ======================*/
.box {
  background: #FFF;
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt {
  padding-top: 24px;
  padding-right: 36px;
  padding-bottom: 15px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box img {
    margin-top: 24px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .box_cnt {
    padding: 20px;
  }
}

.box2 {
  background: #FFF;
}
.box2_cnt {
  padding: 24px 20px 21px;
}

/*==================    Address    ======================*/
.addr dl dt, .addr dl dd {
  display: inline-block;
}
.addr dl dt {
  min-width: 100px;
}
.addr p + dl {
  margin-top: 13px;
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .addr p:first-child {
    font-size: 16px;
  }
}

/*==================     Terms     ======================*/
.terms dt + dd {
  margin-top: 12px;
}
.terms dd + dt {
  margin-top: 43px;
}

/*========================================================
                     FOOTER  Section
=========================================================*/
.footer {
  padding: 41px 0 10px;
  text-align: center;
  color: #631742;
}
.footer * + p {
  margin-top: 27px;
}
