@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600,700,800);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Quattrocento:400,700);
@import "animate.css";
html,
body {
    direction:rtl;
    text-align:right;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
* {
  outline: none;
}
body {
  background: #ffffff;
  color: #666666;
  font: 14px/24px Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 300;
}
header {
  background-color: #f5c36b;
  border-top: 3px #fdd287 solid;
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
a {
  color: #63c7c7;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
.head {
  padding-bottom: 13px;
}
/*========================================================
                    titles
=========================================================*/
h2 {
  font-size: 30px;
  line-height: 30px;
  color: #666666;
  font-weight: 300;
  padding-top: 50px;
  padding-bottom: 19px;
}
h3 {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 54px;
  padding-bottom: 28px;
}
h3.white-3-title {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 32px;
  padding-bottom: 16px;
}
h5 {
  font-size: 18px;
  line-height: 18px;
  color: #63c7c7;
  font-weight: 400;
}
/*========================================================
                    links
=========================================================*/
.simple-blue-link {
  font-size: 18px;
  line-height: 18px;
  color: #63c7c7;
  font-weight: 400;
}
.simple-blue-link:hover {
  color: #f5c36b;
}
@media only screen and (max-width: 479px) {
  .simple-blue-link {
    padding: 0 5px;
  }
}
.simple-blue-link-small {
  font-size: 14px;
  line-height: 24px;
  color: #63c7c7;
  font-weight: 300;
}
.simple-blue-link-small:hover {
  color: #f5c36b;
}
.honey-link {
  font-size: 18px;
  line-height: 24px;
  background-color: #fdd287;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 29px;
  font-weight: 400;
  margin-top: 23px;
}
.honey-link:hover {
  background-color: #63c7c7;
}

.honey-link-small {
  font-size: 14px;
  line-height: 20px;
  background-color: #fdd287;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 300;
  margin-top: 15px;
}
.honey-link-small:hover {
  background-color: #63c7c7;
}


@media only screen and (max-width: 767px) {
  .honey-link {
    margin-bottom: 25px;
  }
}
.simple-white-link {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
}
.simple-white-link:hover {
  color: #f5c36b;
}
/*========================================================
                    title logo
=========================================================*/
.logo {
  float: left;
  padding-top: 22px;
}
.logo .logo-title a {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  padding: 8px 13px;
  background-color: #f5c36b;
  border: 2px #ffffff solid;
}
.logo .logo-title a:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 26px;
  background: url('../images/decoration.png');
  left: -8px;
  top: -24px;
}
.logo .logo-title a:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 26px;
  background: url('../images/decoration.png');
  right: -8px;
  top: -24px;
}
.logo .logo-title a:hover {
  background-color: #63c7c7;
}
.logo .logo-quote {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.075em;
  padding-left: 1px;
}
@media only screen and (max-width: 767px) {
  .logo {
    float: none;
    text-align: center;
  }
}
/*========================================================
                    header right
=========================================================*/
.header-right {
  float: right;
  padding-right: 2px;
  padding-top: 15px;
}
.header-right .header-contacts {
  float: right;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.header-right .header-contacts .fa {
  padding-right: 3px;
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  .header-right .header-contacts {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-right {
    float: none;
  }
}
.header-navigation {
  padding-bottom: 17px;
}
/*========================================================
                    menu
=========================================================*/
nav ul {
  display: inline-block;
  padding-left: 4px;
}
.sf-menu > li {
  float: right;
  position: relative;
  margin: 0 0px 0 0;
  margin-top: 16px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 4px 10px;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 700;
  text-transform: none;
  text-transform: uppercase;
}
.sf-menu > li:last-child > a {
  padding-right: 0px;
}
.no-pad {
  padding-left: 0px !important;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  color: #63c7c7;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.sfHover > a:after {
  visibility: visible;
  opacity: 100;
  top: 0;
  bottom: 0;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 52px;
  left: 15px;
  padding: 0 16px;
  width: 131px;
  z-index: 2;
  display: none;
  padding-top: 9px;
  padding-bottom: 14px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5c36b;
}
.sf-menu ul li {
  line-height: 24px;
  position: relative;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
.sf-menu ul li:last-child {
  border-bottom: none;
}
.sf-menu ul li a {
  font-size: 12px;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  color: #63c7c7;
}
.sf-menu ul li a:hover {
  color: #63c7c7;
}
.sf-menu ul li.sfHover > a {
  text-decoration: none;
  color: #63c7c7;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -9px;
  left: 117px;
  width: 131px;
  z-index: 1;
  padding: 0 16px;
  padding-top: 8px;
  padding-bottom: 14px;
}
.sf-menu ul ul li {
  line-height: 24px;
  text-align: center;
}
.sf-menu ul ul li a {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 700;
  text-transform: uppercase;
}
.sf-menu ul ul li a:hover {
  color: #63c7c7;
}
.current .sub-menu a {
  /* background-color: #383838;*/
}
.current {
  color: #63c7c7;
}
.current > a {
  color: #63c7c7 !important;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 4px 35px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 4px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select-menu {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ffffff;
  padding: 0px 0;
  z-index: 999;
  height: 77px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .logo-link {
  line-height: 79px;
}
.isStuck .head {
  padding-bottom: 0;
}
.isStuck .header_navigation {
  padding-top: 0px;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
.wrap-r {
  padding-bottom: 74px;
}
.wrap-r .wrap-img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wrap-r .wrap-img {
    padding-right: 24px;
    padding-top: 17px;
  }
}
.wrap-r .wrap-info {
  overflow: hidden;
}
/*========================================================
                    blocks with back texture
=========================================================*/
.back-texture {
  background: url('../images/back_texture.jpg') repeat;
  padding-top: 31px;
  padding-bottom: 25px;
}
.back-texture-small {
  background: url('../images/back_texture.jpg') repeat;
  padding-bottom: 23px;
  text-align: center;
  margin-bottom: 27px;
}
/*========================================================
                    block simple wrapper
=========================================================*/
.simple-wrapper .post {
  text-align: center;
}
.simple-wrapper .post p {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-weight: 400;
  padding-top: 5px;
}
.post-image {
  padding-bottom: 15px;
}
.post-image img {
  border: 9px #f2f2f2 solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .post-image {
        margin-top: 15px;
    }
    .post-image a img   {
        height:100%
  }
}
/*========================================================
                    block with blue background
=========================================================*/
.back-blue1 {
  background-color: #63c7c7;
  padding-bottom: 34px;
}
.back-blue0 {
  background-color: #63c7c7;
}
.back-blue0 .wrap_2 {
  padding-bottom: 16px;
}
.pb22 {
  padding-bottom: 22px;
}
.pb26 {
  padding-bottom: 26px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb12 {
  padding-bottom: 16px;
}
.pb53 {
  padding-bottom: 53px;
}
.pb39 {
  padding-bottom: 39px;
}
span.blue {
  font-size: 14px;
  color: #63c7c7;
  font-weight: 600;
  line-height: 24px;
}
span.italic {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  font-style: italic;
}
.back-blue {
  background-color: #63c7c7;
  padding-bottom: 50px;
}
.list-menu ul li {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
/*========================================================
                    block-1
=========================================================*/
.block-1 {
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px dotted #ffffff;
  clear: both;
}
.block-1 span {
  padding: 1px 0 1px 5px;
  color: #ffffff;
  position: relative;
  top: 0px;
  left: 1px;
  float: right;
}
span.dark-bold {
  color: #0a0a0a;
  font-weight: 600;
}
.f_left {
  float: left;
}
/*========================================================
                    contact form
=========================================================*/
#contact-form {
  position: relative;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 18px;
  color: #666666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  width: 100%;
  padding: 8px 18px;
  font-size: 14px;
  outline: none;
  font-weight: 300;
  color: #666666;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 14px;
  background-color: #ffffff;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  width: 100%;
  padding: 17px 16px;
  font-weight: 300;
  font-size: 14px;
  font-family: Open Sans;
  color: #a9a9a9;
  padding: 14px 19px;
  outline: none;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 105px;
  background-color: #ffffff;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 0;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  line-height: 16px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-form .message .empty-message,
#contact-form .message .error-message {
  top: 16px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 15px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  color: #525151 !important;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.contact-form-body {
  padding-top: 7px;
}
.form-buttons a {
  font-size: 18px;
  display: inline-block;
  background-color: #fdd287;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 22px;
  text-align: center;
  margin-right: 20px;
  margin-top: 9px;
}
@media only screen and (max-width: 479px) {
  .form-buttons a {
    margin-top: 20px;
    float: left;
  }
}
.form-buttons a:hover {
  background-color: #63c7c7;
}
#contact-form .message .empty-message,
#contact-form .message .error-message {
  top: 22px;
}
.social-links a {
  font-size: 14px;
  line-height: 22px;
  color: #0a0a0a;
  font-weight: 600;
}
.social-links a:hover {
  color: #f5c36b;
}
.social-links li {
  padding-bottom: 12px;
}
.wrap_2 {
  padding-top: 9px;
  padding-bottom: 41px;
}
.dark {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-weight: 400;
  padding-top: 5px;
}
.wrapper {
  padding-bottom: 25px;
}
.wrapper .post-image {
  float: left;
  padding-right: 30px;
}
@media only screen and (max-width: 979px) {
  .wrapper .post-image {
    float: none;
    padding-right: 0px;
  }
  .wrapper .post-image img {
    width: 100%;
  }
}
.wrapper .dark {
  padding-top: 1px;
  padding-bottom: 28px;
}
.pb_h3 {
  padding-top: 0px;
  padding-bottom: 25px;
}
.wrap_3 {
  padding-bottom: 17px;
}
.wrap_3 .dark {
  padding-top: 1px;
  padding-bottom: 28px;
}
/*========================================================
                    gallery
=========================================================*/
.gallery {
  padding-top: 9px;
  padding-bottom: 30px;
}
.gallery .dark {
  padding: 0px 28px 0px;
  line-height: 24px;
}
.post-image a {
  position: relative;
  display: block;
}
.post-image a .img-span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  width: 100%;
  height: 5%;
  top: 50%;
  left: 0%;
  background-color: transparent;
  z-index: 1;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
}
.post-image a .img-span .fa {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: #63c7c7;
  font-size: 0px;
}
.post-image:hover .img-span {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  visibility: visible;
}
.post-image:hover a .img-span .fa {
  transition-delay: 0.2s;
  font-size: 16px;
}
.white {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 300;
}
.wrap_6 {
  padding-top: 8px;
}
.wrap_6 .post {
  text-align: center;
}
.wrap {
  padding-top: 9px;
  padding-bottom: 66px;
}
.wrap p {
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrap .dark {
  padding-bottom: 0px !important;
}
/*========================================================
                    blocks with labels
=========================================================*/
.label {
  text-align: center;
  width: 66px;
  height: 66px;
  background-color: #63c7c7;
  font-size: 40px;
  line-height: 66px;
  font-weight: 600;
  color: #ffffff;
  float: left;
  position: relative;
}
.label:after {
  position: absolute;
  top: 12px;
  right: -15px;
  content: '';
  border: 7px solid transparent;
  border-left: 10px solid #63c7c7;
}
@media only screen and (max-width: 479px) {
  .label {
    float: none;
  }
}
.label-meta {
  overflow: hidden;
  padding-left: 35px;
}
@media only screen and (max-width: 479px) {
  .label-meta {
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.pb10 {
  padding-bottom: 10px;
}
.wrap_4 {
  padding-bottom: 53px;
}
.wrap_4 .post {
  text-align: center;
}
.map {
  border: 9px #f2f2f2 solid;
  margin-top: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map img {
  max-width: inherit;
}
.map #map-canvas {
  width: 100%;
  height: 423px;
}
@media only screen and (max-width: 767px) {
  .map #map-canvas {
    height: 300px;
  }
}
.pt33 {
  padding-top: 33px;
}
/*========================================================
                    block page text
=========================================================*/
.page-text {
  padding-top: 6px;
  padding-bottom: 35px;
}
.page-text p {
  padding-top: 5px;
  padding-bottom: 37px;
}
.page-text .mail-link {
  color: #666666;
  text-decoration: underline;
  font-size: 14px;
}
.page-text .mail-link:hover {
  color: #63c7c7;
}
.page-text .pb25 {
  padding-bottom: 25px;
}
/*========================================================
                    style lists
=========================================================*/
.goods {
  border-bottom: 1px dotted #ffffff;
  text-align: right;
}
@media only screen and (max-width: 979px) {
  .goods {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .goods {
    text-align: right;
  }
}
.name-list,
.price {
  background-color: #63c7c7;
  position: relative;
  top: 7px;
  float:left;
}
.name-list {
  float: right;
}
@media only screen and (max-width: 979px) {
  .price {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .price {
    float: none;
  }
}
/*========================================================
                    footer
=========================================================*/
footer {
  background-color: #f5c36b;
  color: #ffffff;
  font-weight: 600;
  padding-top: 9px;
  padding-bottom: 10px;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #63c7c7;
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 50px !important;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  background-color: #ccc;
  text-align: center;
  color: #ffffff;
  z-index: 999;
  color: white;
  font-size: 22px;
  line-height: 45px;
}
#toTop:hover {
  background-color: #63c7c7;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 320px) {
  #toTop {
    display: none !important;
  }
}
