@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,800);
@import url(//fonts.googleapis.com/css?family=Arizonia:100,200,300,400,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Merienda+One:100,200,300,400,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Montez:100,200,300,400,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Euphoria+Script:100,200,300,400,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Handlee:100,200,300,400,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Tangerine:100,200,300,400,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Qwigley:100,200,300,400,500,600,700,800,900);

@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller_LtIt.ttf');
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: url(../images/footer-bg.jpg) repeat;
  color: #222;
  font: 400 14px/28px "Aller", sans-serif;
  -webkit-text-size-adjust: none;
  font-style: italic; 
}

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

h1 {
  font: 900 40px/1.3 'Arizonia', Helvetica, sans-serif;
  text-shadow: 6px 6px 0px rgba(0,0,0,0.3); 
  line-height: 45px;
  letter-spacing: 2px;
  xtext-transform: uppercase;
}

h2 {
  font: 900 60px/1.3 'Arizonia', Helvetica, sans-serif;
  text-shadow: 4px 4px 0px rgba(0,0,0,0.1); 
}
h2 .tm:first-child {
  margin-right: 10px;
}
@media (max-width: 479px) {
  h2 {
    text-align: center;
    line-height: 36px;
  }
  h2 .tm {
    display: block;
    margin: 0 auto 20px !important;
  }
}

.terms dt,
h3 {
  font: 400 40px/1.3 "Qwigley", sans-serif;
  font-weight: 700;
}
.addr p:first-child {
  font-size: 32px;
  line-height: 1.2;
  font-style: italic;
}
.terms dt .fa:first-child,
.addr p:first-child .fa:first-child,
h3 .fa:first-child {
  float: left;
  margin-right: 8px;
  color: #f5c;
  font-size: .6em;
  line-height: 1.6;
}
.terms dt > *:first-child + span,
.addr p:first-child > *:first-child + span,
h3 > *:first-child + span {
  display: block;
  overflow: hidden;
}

.terms a,
p a {
  color: #39c;
}
.terms a:hover,
p a:hover {
  text-decoration: underline;
}

time {
  font-size: 18px;
  color: #f5c;
}

strong {
  font-weight: 700;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

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

a, .btn1:after {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/*==================  Backgrounds ======================*/
.bg-image1 {
  position: relative;
  height: 537px;
}
.bg-image1:after {
  content: '';
  position: absolute;
  top: -40px;
  right: -16px;
  width: 286px;
  height: 577px;
  background: url(../images/about_pig_02.jpg) no-repeat center center;
  background-size: 80%;
}
@media (max-width: 767px) {
  .bg-image1:after {
    width: 100%;
  }
}

/*==================   Headings   ======================*/
/*==================     Links    ======================*/
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
a:active {
  background: transparent;
}

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

/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px;
  font-size: 1.3em;
}
.lt-ie9 .page {
  min-width: 1200px;
}

* + h2 {
  margin-top: 69px;
}

* + .mailto {
  margin-top: 103px;
}

* + .btn1 {
  margin-top: 22px;
}

p + p {
  margin-top: 14px;
}

h3 + p {
  margin-top: 12px;
}

h2 + .row-fluid {
  margin-top: 34px;
  padding: 20px;
}

h2 + .service {
  margin-top: 50px;
  padding: 20px 0;
}

h2 + .terms {
  margin-top: 28px;
}

h2 + .row {
  margin-top: 48px;
}

h2 + .map,
h2 + .contact-form {
  margin-top: 52px;
}

h2 + .row__off1 {
  margin-top: 28px;
}

.row + h2 {
  margin-top: 67px;
}

.lazy-img + p {
  margin-top: 19px;
}

.lazy-img + h3 {
  margin-top: 22px;
}

p + h3 {
  margin-top: 12px;
}

.row + .h2__off1 {
  margin-top: 72px;
}

.row + .h2__off2 {
  margin-top: 49px;
}

.row + .h2__off3 {
  margin-top: 86px;
}

.service + h2 {
  margin-top: 48px;
}

.ico + h3 {
  margin-top: 18px;
}

h2 + .news {
  margin-top: 52px;
}

.row + .box-wr {
  margin-top: 74px;
}

.owl + .owl {
  margin-top: 52px;
}

.news + .news {
  margin-top: 30px;
}
.news { padding: 25px; }
.map + .addr {
  margin-top: 30px;
}

/*==================    Well    ======================*/
.well {
  padding: 50px 0 0px;
}
.well__ins1 {
  padding: 59px 0 0;
}

/*==================   Clearfix   ======================*/
.sf-menu:before, .header_cnt:before, .news:before, .sf-menu:after, .header_cnt:after, .news:after {
  content: " ";
  display: table;
}
.sf-menu:after, .header_cnt:after, .news:after {
  clear: both;
}

/*========================================================
                        Widgets
=========================================================*/
/*==================     ToTop     ======================*/
.toTop {
  width: 70px;
  height: 70px;
  font-size: 24px;
  line-height: 70px;
  position: fixed;
  z-index: 20;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  background: #f7c;
  color: #fff;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.toTop:hover {
  color: #000;
  background: #9EF;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  Super Fish   ======================*/
.sf-menu {
  color: #000;
  xtext-transform: uppercase;
  text-align: center;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
}
.sf-menu > li + li {
  margin-left: 70px;
}
.sf-menu > li > a {
  position: relative;
  margin: 0 11px;
}
.sf-menu > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -36px;
  width: 72px;
  height: 3px;
  background: #f7c;
  opacity: 0;
  -moz-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.lt-ie9 .sf-menu > li > a:after {
  display: none;
}
.sf-menu > li a {
  display: block;
}
.sf-menu > li a, .sf-menu > li a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a:after, .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
  opacity: 1;
}
.lt-ie9 .sf-menu > li.active > a:after, .lt-ie9 .sf-menu > li.sfHover > a:after, .lt-ie9 .sf-menu > li > a:hover:after {
  display: block;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -62px;
  padding: 18px 0 20px;
  width: 150px;
  text-align: center;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.1;
  background: #91E7F9;
  text-transform: none;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.sub-menu li {
  position: relative;
}
.sub-menu li + li {
  margin-top: 9px;
}
.sub-menu li.active > a, .sub-menu li.sfHover > a, .sub-menu li > a:hover {
  background: #e4b;
  color: #000;
}

.sub-menu .sub-menu {
  left: 100%;
  top: -18px;
  margin: 0;
  width: 100%;
}

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

.sf-menu ul .sf-with-ul:before {
  content: none;
  display: none;
}

@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 416px;
  background: white url("data:image/png;base64,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") no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 436px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px "Roboto", sans-serif;
  line-height: 30px;
  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: 266px;
  }
  .select-menu .select {
    width: 286px;
  }
}

/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  margin-bottom: -26px;
  z-index: 1;
  top: 23px;
}
.home.stuck_container {
  top: 0;
}
@media (max-width: 767px) {
  .stuck_container {
    margin-bottom: 18px;
  }
}

.isStuck {
  background: #9EF;
  z-index: 999;
  margin-bottom: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.isStuck .sf-menu > li > a {
  line-height: 50px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================    Map    ======================*/
.map {
  height: 370px;
}

.map img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 200px;
  }
}

/*========================================================
                    HEADER Section
=========================================================*/
.header {
  position: relative;
  background: #f7c;
  color: #fff;
}
.header h1 {
  color: #f4f4f6;
}
.header_cnt {
  padding: 20px 0 0;
  margin-bottom: -28px;
  z-index: 2;
  position: relative;
}
.header_cnt.home {
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
}

/*==================  Header Brand  ======================*/
.brand > h1 {
  font: 900 60px/1 'Euphoria Script', Helvetica, sans-serif;
  text-shadow: 5px 5px 0px rgba(0,0,0,0.2); 
  letter-spacing: 2px;

}
.brand {
  display: inline-block;
  float: left;
  padding: 0px 0 0 47px;
  background: url(../images/logo.png) no-repeat;
  background-position: left bottom 2px;
}
.lt-ie9 .brand {
  background-position: left bottom;
}
@media (max-width: 767px) {
  .brand {
    float: none;
    margin-left: -29px;
    margin-bottom: 20px;
  }
}

/*==================     Search     ======================*/
.search-form {
  position: relative;
  display: inline-block;
  float: right;
  max-width: 370px;
  width: 100%;
  margin-top: 2px;
  display: none;
}
.search-form ._input {
  display: block;
  height: inherit;
  color: inherit;
  font: inherit;
  line-height: inherit;
  outline: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  display: block;
  max-width: 330px;
  width: 100%;
  padding-bottom: 15px;
  padding-right: 40px;
  border-bottom: 3px solid #424242;
  -moz-transition: 0.3s border-color ease;
  -o-transition: 0.3s border-color ease;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}
.search-form ._input:focus {
  border-color: #9EF;
}
.search-form .submit {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 30px;
  cursor: pointer;
}
.search-form .submit:hover {
  color: #9EF;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .search-form {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .search-form {
    float: none;
  }
}

/*==================       Nav      ======================*/
.nav {
  font: 600 28px/1.7 'Tangerine', Helvetica, sans-serif;
  text-shadow: 1px 1px 0px #fff;
  position: relative;
  background: #9EF;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}
@media (max-width: 767px) {
  .nav {
    background: none;
  }
}

/*========================================================
                    CONTENT Section 
=========================================================*/
.content {
  background: url(../images/pink-bg.gif);
}
.content h2, .content h3, .content .addr p:first-child, .content .terms dt {
  color: #444444;
}
.content h2 a:hover, .content h3 a:hover, .content .addr p:first-child a:hover, .content .terms dt a:hover {
  color: #f5c;
}

/*==================      Ico      ======================*/
.ico {
  display: block;
  max-width: 77px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ico__lg {
  max-width: 165px;
}

/*==================      Box      ======================*/
.box__off1 {
  margin-top: 42px;
}
.box__inset {
  background: #f7f7f7;
  padding: 25px 15px 33px 30px;
}
.box-wr {
  margin-top: 74px;
}
.lazy-img + .box_cnt {
  margin-top: 27px;
}
.grid_1b3 .box_cnt {
  margin-right: 20px;
}
.box_cnt h3 + p {
  margin-top: 11px;
}
.box_cnt + .box_cnt {
  margin-top: 35px;
}
.box_cnt {
  padding-left: 15px;
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box__inset {
    padding: 15px;
  }
}

/*==================     Icons     ======================*/
.tm {
  display: inline-block;
  width: 70px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #000;
  background: transparent;/*#9EF;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.tm-icon1 {
  background-image: url(../images/heading-icon.jpg);
}

.tm-icon2 {
  background-image: url(../images/heading-icon.jpg);
}

.tm-icon3 {
  background-image: url(../images/heading-icon.jpg);
}

.tm-icon4 {
  background-image: url(../images/heading-icon.jpg);
}

.tm-icon5 {
  background-image: url(../images/heading-icon.jpg);
}

.tm-icon6 {
  background-image: url(../images/heading-icon.jpg);
}

.tm-icon7 {
  background-image: url(../images/heading-icon.jpg);
}

/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: 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 opacity ease;
  -o-transition: 1s opacity ease;
  -webkit-transition: 1s opacity ease;
  transition: 1s opacity 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    ======================*/
.thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.thumbnail img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumbnail_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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;
  background-color: #9EF;
  color: #000;
  font-size: 30px;
}
.lt-ie9 .thumbnail_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.thumbnail_overlay:before {
  content: '\f111   \f111   \f111';
  position: absolute;
  width: 30px;
  top: 50%;
  left: 50%;
  font-weight: 400;
  font-family: "FontAwesome";
  font-size: 9px;
  margin-left: -15px;
  margin-top: -4px;
  text-align: center;
}
.lt-ie9 .thumbnail_overlay:before {
  display: none;
}
.thumbnail:hover {
  background-image: none;
}
.thumbnail:hover .thumbnail_overlay {
  opacity: 0.8;
}
.lt-ie9 .thumbnail:hover .thumbnail_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
  filter: alpha(opacity=80);
}
.lt-ie9 .thumbnail:hover .thumbnail_overlay:before {
  display: block;
}
.thumbnail: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);
}

/*==================    Buttons    ======================*/
.btn1 {
  position: relative;
  display: inline-block;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.7;
  xtext-transform: uppercase;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.btn1:hover {
  text-decoration: none;
}
.btn1:hover:after {
  height: 170px;
  opacity: 1;
}
.btn1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.lt-ie9 .btn1:after {
  top: 0;
  left: 0;
}
.btn1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.btn1 {
  border: 3px solid #f5c;
  color: #f5c;
}
.btn1:before {
  background: transparent;
}
.btn1:after {
  background: #f5c;
}
.btn1:hover {
  color: #FFF;
}
.btn1__md {
  max-width: 164px;
  width: 100%;
}
.btn1__sm {
  padding: 0 28px;
}

/*==================  Service  ======================*/
.service {
  overflow: hidden;
  text-align: center;
}
.service [class*='grid_'] {
  float: right;
}
.service .tm {
  position: relative;
  max-width: 170px;
  width: 100%;
  height: 125px;
  margin-bottom: 7px;

}
.service .tm:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #9EF transparent transparent transparent;
}
.service_dot {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f5c;
}
.service_dot:before, .service_dot:after {
  position: absolute;
  top: 50%;
  height: 3px;
  width: 400px;
  margin-top: -1px;
}
.service_dot:before {
  content: '';
  right: 100%;
  background-color: #f5c;
}
.service_cnt * + * {
  margin-top: 32px;
}
.service_cnt * + p {
  margin-top: 9px;
}
*:first-child + .service_cnt .service_dot:after {
  content: '';
  left: 100%;
  background: #d6d6d6;
}
.service__skin1 .tm, .service__skin1 .service_dot, .service__skin1 .service_dot:before {
  background-color: #904;
}
.service__skin1 .tm:after {
  border-top-color: #904;
}
.service__skin2 .tm, .service__skin2 .service_dot, .service__skin2 .service_dot:before {
  background-color: #609;
}
.service__skin2 .tm:after {
  border-top-color: #609;
}
.service__skin3 .tm, .service__skin3 .service_dot, .service__skin3 .service_dot:before {
  background-color: #67d;
}
.service__skin3 .tm:after {
  border-top-color: #67d;
}
@media (max-width: 767px) {
  .service .service_dot:after {
    content: '';
    left: 100%;
    background: #000;
  }
}

/*==================  MailTO  ======================*/
.mailto-container {
  text-align: center;
  margin-top: 50px;
}
.mailto {
  margin: inherit auto;
  padding: 13px;
  margin-bottom: -49px;
  background: #9EF;
  color: #000;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  line-height: 1;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.mailto .fa {
  padding-right: 20px;
  line-height: inherit;
}
.mailto a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mailto {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .mailto {
    font-size: 22px;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 20px;
}
.marked-list li:before {
  position: absolute;
  left: 0;
  content: '\f054';
  font: 400 16px "FontAwesome";
  line-height: inherit;
  color: #F5C;
}
.marked-list li + li {
  margin-top: 4px;
}
.marked-list a:hover {
  color: #F5C;
}
.marked-list__lg a {
  font-weight: 700;
  font-size: 22px;
  color: #444444;
  line-height: 26px;
}
.marked-list__lg li + li {
  margin-top: 16px;
}

/*==================     News      ======================*/
.news-wr {
  margin-top: 58px;
}
.news_aside {
  float: left;
  max-width: 51.28%;
  width: 100%;
  margin-right: -30px;
}
.news_wr {
  overflow: hidden;
}
.news_cnt {
  position: relative;
  padding: 16px 25px 32px 19px;
  margin-left: 10px;
  margin-top: 20px;
  min-height: 232px;
  background: #f7f7f7;
}
.news_cnt_tcorner, .news_cnt_bcorner {
  position: absolute;
  right: 100%;
  width: 10px;
  background: inherit;
}
.news_cnt_tcorner {
  top: 0;
  height: 20px;
}
.news_cnt_tcorner:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #f7f7f7 transparent transparent;
}
.news_cnt_bcorner {
  top: 40px;
  bottom: 0;
}
.news_cnt_bcorner:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #f7f7f7 transparent;
}
.news * + h3 {
  margin-top: 15px;
}
.news * + p {
  margin-top: 9px;
}
@media (max-width: 1199px) {
  .news_aside {
    float: none;
    max-width: 100%;
    max-height: 300px;
    overflow: hidden;
  }
  .news_wr {
    margin: -50px 20px 0;
  }
  .news_cnt {
    margin-top: 0;
  }
}

/*==================   Address    ======================*/
.addr dl dt, .addr dl dd {
  display: inline-block;
}
.addr dl dt {
  min-width: 90px;
}
.addr p + dl {
  margin-top: 3px;
}

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

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
  padding: 43px 0 10px;
  text-align: center;
  color: #fff;
  background: #f7c;
}
.footer-menu {
  font: 400 34px/1 'Tangerine', Helvetica, sans-serif;
}

.footer-menu li {
  display: inline-block;
}
.footer-menu li + li {
  margin-left: 93px;
}
.footer-menu li.active a, .footer-menu li a:hover {
  color: #9EF;
}
.footer-menu + .info {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer-menu li + li {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    display: none;
  }
  .footer-menu + .info {
    margin-top: 0;
  }
}

.info {
  font: 400 13px/1.1 'Handlee', Helvetica, Sans-serif;
}
.info a:hover {
  text-decoration: underline;
}

.pt0 { padding-top: 0px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pl20 { padding-left: 20px; }
.pr20 { padding-right: 20px; }
.plr20 { padding-left: 20px; padding-right: 20px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mt70 { margin-top: 70px; }
.ml20 { margin-left: 20px;}
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.ml10 { margin-left: 10px;}
.mr10 { margin-right: 10px; }
.mlr10 { margin-left: 10px; margin-left: 10px; }

.hide { display: none; }
.owl-pagination .owl-page { border-color: #f5c; }
.owl-pagination .owl-page.active { background-color: #f5c; }
.round10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.content-container > h2 { padding-top: 30px; padding-left: 10px; }
.content-container { 
  position: relative;
  margin-top: 40px;
  padding-bottom: 20px;
  z-index: 0;
}
.content-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #F7C;
  opacity: 0.6;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}

.invisible { visibility: hidden !important; }

.piglet-button .btn1 { font-size: 15px; width: 100%; max-width: none; }


#contact-form input[type='text'], #contact-form textarea {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}