@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=Cabin:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto:700,900);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #cccccc;
  font: 400 18px/26px "Trebuchet MS", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Cabin", sans-serif;
  color: #222;
}

h1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

h3 {
  font-size: 45px;
  color: #252525;
  line-height: 55px;
  font-weight: 700;
}

h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
}

h5 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #9e9e9e;
}

h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #3c3b3a;
  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;
  color: #303030;
}

.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;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (max-width: 1199px) {
  .text-md-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
}
.big {
  font-size: 150px;
  line-height: 150px;
}
@media (max-width: 479px) {
  .big {
    font-size: 120px;
    line-height: 120px;
  }
}

.text-style_1 {
  font-size: 20px;
  line-height: 30px;
}

.ins {
  padding-top: 35px;
}

.ins2 {
  padding-top: 40px;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + h5 {
  margin-top: 20px;
}

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

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

* + .offs {
  margin-top: 65px;
}

* + .marked-list {
  margin-top: 50px;
}

* + .owl-carousel {
  margin-top: 78px;
}

* + .countdown {
  margin-top: 40px;
}

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

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

h2 + p {
  margin-top: 58px;
}

h4 + p {
  margin-top: 35px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
}
.brand:before {
  position: absolute;
  content: url("../images/logo.png");
  top: 23px;
  left: 113px;
}
.brand_name {
  overflow: hidden;
  font-size: 60px;
}
.brand_name span {
  padding-left: 40px;
}

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

.bg-1 {
  background: #F3F3E9;
}

.bg-img {
  background: #FFFFFF url("../images/bg-img.jpg") no-repeat center center;
}
@media (max-width: 1199px) {
  .bg-img {
    background: #FFFFFF;
  }
}

/*==================  Colors  ======================*/
.white {
  color: #FFFFFF;
}

.clr-1 {
  color: #777777;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-rss,
.fa-pinterest {
  font-size: 24px;
  line-height: 32px;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  background: #FA575C;
  color: #FFFFFF;
  font: 700 45px/88px "Cabin", sans-serif;
  text-align: center;
  width: 309px;
  padding: 0 10px;
}
@media (max-width: 479px) {
  .btn {
    width: 270px;
  }
}
.btn:hover {
  background: #2DCB74;
}
.btn:active {
  background: #24a15c;
}
.btn__skin1 {
  font-size: 18px;
  text-transform: uppercase;
  width: 162px;
  line-height: 57px;
}

/*==================  Marked List  ======================*/
@media (max-width: 767px) {
  .marked-list {
    text-align: center;
  }
}
.marked-list li {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  padding-right: 15px;
  line-height: 110px;
  border-left: 8px solid #FFFFFF;
  width: 600px;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .marked-list li {
    width: 100%;
    padding: 0 10px;
  }
}
.marked-list li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-size: 36px;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #242424;
}
@media (max-width: 479px) {
  .marked-list li span {
    font-size: 30px;
  }
}
.marked-list li:before {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  width: 14px;
  height: 18px;
  background: #FFFFFF;
  margin-top: -9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.marked-list li + li {
  margin-top: 15px;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================      Article      ======================*/
.post {
  background: #FFFFFF;
  padding: 20px 19px 23px;
  text-align: center;
}
.post_img {
  overflow: hidden;
}
.post_img img {
  width: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post time {
  color: #2DCB74;
  text-transform: uppercase;
  display: inline-block;
  margin-left: -15px;
}
.post time .day {
  font-size: 52px;
  line-height: 52px;
}
.post time .month {
  font-size: 14px;
  line-height: 14px;
  padding-left: 7px;
}
.post_cnt h6 {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
}
.post_cnt p {
  color: #686868;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 1199px) {
  .post_cnt p br {
    display: none;
  }
}
.post_cnt h6 + p {
  margin-top: 13px;
}
.post hr {
  height: 3px;
  border: none;
  padding: 0;
  margin: 0 auto;
  background: #2DCB74;
}
.post: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);
}
.post * + time {
  margin-top: 37px;
}
* + .post_cnt {
  margin-top: 30px;
}
.post * + hr {
  margin-top: 55px;
}
.post__mod {
  padding: 0;
  text-align: left;
}
.post__mod .post_cnt h6 {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
}
.post__mod .post_cnt h6 a:hover {
  color: #2DCB74;
}
.post__mod .post_cnt p {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 22px;
}
.post__mod .post_cnt h6 + p {
  margin-top: 25px;
}
.post__mod * + .post_cnt {
  margin-top: 35px;
}

.contact-info {
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  text-align: left;
}
@media (max-width: 991px) {
  .contact-info {
    padding-top: 40px;
  }
}
.contact-info a[href^="mailto:"] {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
.contact-info a[href^="mailto:"]:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: url(../images/icon.png);
}
.contact-info a[href^="mailto:"]:hover {
  color: #FA575C;
}
.contact-info * + a[href^="mailto:"] {
  margin-top: 25px;
}

/*==================  Inline List  ======================*/
.inline-list {
  display: inline-block;
}
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 20px;
}
.inline-list a:hover {
  color: #FA575C;
}

/*==================  Copyright  ======================*/
.copyright {
  display: inline-block;
  font: 400 16px/36px "Cabin", sans-serif;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  background: #282828;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #FA575C;
  text-decoration: none;
}

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

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.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;
}

/*==================   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;
  text-align: center;
  background: transparent;
}
.thumb_overlay_cnt {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 35px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 22%;
}
.thumb_overlay:before {
  color: #2DCB74;
  content: '\f067';
  position: absolute;
  top: 58%;
  left: 50%;
  right: 0;
  font: 400 18px "FontAwesome";
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(45, 203, 116, 0.75);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BF2DCB74', endColorstr='#BF2DCB74')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BF2DCB74', endColorstr='#BF2DCB74');
  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);
}

/*==================   Countdown   ======================*/
.countdown-rtl {
  direction: rtl;
}

.countdown-holding span {
  color: #888;
}

.countdown-row {
  clear: both;
}

.countdown-section {
  display: inline-block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.countdown-section:before {
  content: '';
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}
.countdown-section:first-child:before {
  background: #EA5155;
}
.countdown-section:first-child .countdown-amount {
  background: #FA575C;
}
.countdown-section:nth-child(2):before {
  background: #29BE6C;
}
.countdown-section:nth-child(2) .countdown-amount {
  background: #2DCB74;
}
.countdown-section:nth-child(3):before {
  background: #307FA9;
}
.countdown-section:nth-child(3) .countdown-amount {
  background: #348BB9;
}
.countdown-section:nth-child(4):before {
  background: #DDA23A;
}
.countdown-section:nth-child(4) .countdown-amount {
  background: #F7BB5B;
}
.countdown-section + .countdown-section {
  margin-left: 33px;
}

.countdown-amount {
  font-size: 40px;
  line-height: 81px;
  font-weight: 700;
  color: #FFFFFF;
  width: 76px;
  height: 81px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
}
.countdown-amount:before, .countdown-amount:after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #FFFFFF;
  content: '';
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.countdown-amount:before {
  left: -1px;
}
.countdown-amount:after {
  right: -1px;
}

.countdown-period {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 900;
  color: #909090;
  text-transform: uppercase;
}

.countdown-amount + .countdown-period {
  margin-top: 12px;
}

.countdown-descr {
  display: block;
  width: 100%;
}

@media (max-width: 479px) {
  .countdown-section + .countdown-section {
    margin-left: 5px;
  }

  .countdown-amount {
    width: 68px;
    font-size: 35px;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #FFFFFF;
  padding: 32px 0 34px;
  text-align: center;
}

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

.img-wrap {
  position: relative;
  height: 530px;
}
.img-wrap .img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -65px;
  right: 46px;
}
.img-wrap .img-circle2 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 20px #fff;
  -moz-box-shadow: 0 0 0 20px #fff;
  box-shadow: 0 0 0 20px #fff;
  position: absolute;
  top: 250px;
  right: 15px;
}
@media (max-width: 767px) {
  .img-wrap .img-circle {
    top: 0;
    right: 50%;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .img-wrap .img-circle2 {
    top: 315px;
    right: 35%;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media (max-width: 479px) {
  .img-wrap .img-circle {
    width: 270px;
    height: 270px;
  }
  .img-wrap .img-circle2 {
    top: 255px;
  }
}

/*==================      Media Query     ======================*/
@media (max-width: 767px) {
  .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .col-sm-6, .col-sm-12 {
    margin-top: 40px;
  }
}
/*==================      Well     ======================*/
.well {
  padding: 225px 0;
}
@media (max-width: 479px) {
  .well {
    padding: 120px 0;
  }
}

.well-1 {
  padding: 80px 0 100px;
}

.well-2 {
  padding: 120px 0 135px;
}

.well-3 {
  padding: 70px 0 100px;
}

.well-4 {
  padding: 80px 0 55px;
}

.well-5 {
  padding: 80px 0 95px;
}

.well-6 {
  padding: 72px 0 80px;
}

.well-7 {
  padding: 120px 0 130px;
}

.well-8 {
  padding: 125px 0 180px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  color: #FFFFFF;
}

/*========================================================
                     original
=========================================================*/
body, p, h1, h2, h3, h4, h5, h6, table {
  font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif !important;
}

.headerlogo h6 {
  line-height: 147px;
  vertical-align: bottom;
}

.headerlogo h6 span {
  margin: 0 30px ;
}

th {
  white-space: nowrap;
  text-align: left;
}

td {
  padding-left: 20px;
  text-align: left;
}
