
@import "animate.css";

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/* cabin-condensed-regular - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cabin-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cabin-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-condensed-v19-latin-regular.svg#CabinCondensed') format('svg'); /* Legacy iOS */
}
/* cabin-condensed-500 - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/cabin-condensed-v19-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cabin-condensed-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-condensed-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-condensed-v19-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-condensed-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-condensed-v19-latin-500.svg#CabinCondensed') format('svg'); /* Legacy iOS */
}
/* cabin-condensed-600 - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/cabin-condensed-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cabin-condensed-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-condensed-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-condensed-v19-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-condensed-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-condensed-v19-latin-600.svg#CabinCondensed') format('svg'); /* Legacy iOS */
}
/* cabin-condensed-700 - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cabin-condensed-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cabin-condensed-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-condensed-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-condensed-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-condensed-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-condensed-v19-latin-700.svg#CabinCondensed') format('svg'); /* Legacy iOS */
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #ffffff;
  color: #a3a3a2;
  font: 400 16px/24px 'Cabin Condensed', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f6b402;
}
h2 {
  margin-top: 60px;
  margin-bottom: 45px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #7e604c;
  text-transform: uppercase;
  text-align: center;
}
h2.primary {
  color: #f6b402;
}
h3 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #7e604c;
  text-transform: uppercase;
}
h4 {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #f6b402;
  text-transform: uppercase;
}
h4 a:hover {
  color: #d75070;
}
h5 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #7e604c;
}
h2 + h5 {
  text-align: center;
  margin-bottom: 75px;
  margin-top: -32px;
}
h3 + h5,
h3 + ol {
  margin-top: 37px;
}
h3 + .box04 {
  margin-top: 45px;
}
.box-img + h4 {
  margin-top: 25px;
}
.thumb + h4 {
  margin-top: 15px;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  outline: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  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;
}

/*============  Video  =============*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.mt1, .row.mt1 {
  margin-top: 75px; }

.row.mt2 {
  margin-top: 40px; }

.mt3 {
  margin-top: 45px; }

.mt4 {
  margin-top: 25px; }

.mt5 {
  margin-top: 4px; }

.mt6 {
  margin-top: 60px; }

.shadow {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5); }


/*==================   Accordion    ======================*/
.accordion_header {
  padding: 22px 70px 22px 25px;
  border: 1px solid #acb0b3;
  background: #fff;
  margin-top: 20px; }
  .accordion_header:first-child {
    margin-top: 0; }

.accordion_cnt {
  margin-top: 30px;
  padding-left: 30px; }

.ui-accordion-header {
  position: relative;
  cursor: pointer; }
  .ui-accordion-header:after {
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -15px;
    content: "\f055";
    color: #026e07;
    font: 400 30px/30px "FontAwesome"; }
  .ui-accordion-header:before {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #acb0b3;
    content: "";
    width: 68px;
    height: 100%; }
  .ui-accordion-header-active:after {
    content: "\f056"; }


/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  margin-right: 19px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .sf-menu > li {
    margin-right: 5px;
  }
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
	display: block;
	color: #7e604c;
	padding: 35px 15px;
	font-size: 18px;
	line-height: 30px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #d75070;
}
.sf-menu > li.active > a {
  background: #7e604c;
  border-bottom: 5px solid #026e07;
  color: #fff;
}
.sf-menu ul {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	background: #d75070;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.sf-menu ul > li {
  padding: 8px 10px;
  position: relative;
}
.sf-menu ul > li > a {
  color: #FFF;
  text-transform: uppercase;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  font-weight: 700;
  color: #7e604c;
}
.sf-menu ul ul {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 250px;
  margin-top: 0;
  padding: 3px 0;
  background: #7e604c;
  z-index: 4;
}
.sf-menu ul ul > li {
  padding: 6px 0 6px 15px;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #d75070;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
  color: #bcbcbc;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 30px auto;
  width: 420px;
  background: #f5f5f5 url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Cabin Condensed', 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: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #f5f5f5;
}
.isStuck .brand {
  top: 0;
  width: 195px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 42px;
  line-height: 36px;
  color: #fff;
  background: #887e77;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #026e07;
  text-decoration: none;
}
/*==================   Tumbnail    ======================*/
.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: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: url(../images/icon_expand.png) no-repeat left top;
  margin-top: -20px;
  margin-left: -20px;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  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);
}

.video .thumb_overlay:before {
  display: none;
}
/*========================================================
                     Top_section
=========================================================*/
.top_panel {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: 20px;
}
@media (max-width: 767px) {
  .top_panel {
    float: none;
  }
}
.action-link {
  display: inline-block;
  margin-right: 11px;
  vertical-align: top;
  font-size: 14px;
  line-height: 30px;
  color: #7e604c;
}
.action-link:hover {
  color: #026e07;
}
.action-link .fa {
  color: #a3a3a2;
  margin-right: 5px;
}
.social-list1 {
  display: inline-block;
  margin-left: 11px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .social-list1 {
    margin-left: 0;
  }
}
.social-list1 li {
  display: inline-block;
  margin-left: 10px;
}
.social-list1 li a {
  display: block;
  color: #026e07;
}
.social-list1 li a:hover {
  color: #b1b1b1;
}
.social-list1 li a .fa {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
header .brand {
  position: absolute;
  top: -50px;
  left: 0;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 979px) and (min-width: 768px) {
  header .brand {
    width: 200px;
  }
}
@media (max-width: 767px) {
  header .brand {
    position: static;
  }
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
header .container {
  position: relative;
}

/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
main p {
  margin-bottom: 25px;
}
main p2 {
	margin-bottom: 10px;
	padding-left: 30px;
	display: block;
}
.mt0 {
  margin-top: 0;
}
.mt01 {
  margin-top: 20px;
}
.mb01 {
  margin-bottom: 20px;
}
.mb02 {
  margin-bottom: 25px;
}
.primary {
  color: #f6b402;
}
.link1:hover {
  color: #d75070;
  text-decoration: underline;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
}
.bg02 {
  background: #fafafa url(../images/bg02.jpg) repeat-x bottom left;
  padding-bottom: 35px;
}
.bg03 {
  position: relative;
  background: #026e07;
}
.bg04 {
  position: relative;
  background: #7e604c;
}
.bg05 {
  background: #ffffff url(../images/page4_img04.jpg) no-repeat center -210px;
  padding-bottom: 40px;
}
.bg06 {
  background: #f5f5f5 url(../images/page7_img04.jpg) no-repeat center -210px;
  padding-bottom: 40px;
}
.bg07 {
  background: #ffffff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .bg05 {
    background: #fff;
  }
  .bg06 {
    background: #f5f5f5;
  }
  .bg07 {
    background: #fff;
  }
}
/*==================      Well     ======================*/
.well01 {
  padding-bottom: 75px;
}
.well03 {
  padding-bottom: 55px;
}
.well04 {
  padding: 70px 0 65px;
}
.well05 {
  padding-top: 15px;
  padding-bottom: 60px;
}
.well06 {
  padding-top: 20px;
  padding-bottom: 35px;
}
.well07 {
  padding-bottom: 10px;
}
/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  width: 111px;
  margin-bottom: 10px;
  margin-right: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
  background: #026e07;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.btn:hover {
  text-decoration: none;
  background: #7e604c;
}
/*==================      Box      ======================*/
.box01 {
  border: 12px solid #edecec;
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 10px;
}
.box01:before,
.box01:after {
  content: " ";
  display: table;
}
.box01:after {
  clear: both;
}
.box01 h4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
  color: #026e07;
}
.box01 h4 a:hover {
  color: #f6b402;
}
.box01 p {
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #7e604c;
}
.box01_aside {
  float: left;
}
.box01_cnt__no-flow {
  overflow: hidden;
}
.box-img {
  border: 12px solid #edecec;
}
.box-img img {
  width: 100%;
  height: auto;
}
.date {
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
}
.box02 {
  margin-bottom: 45px;
}
.box02 p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
.box03:before,
.box03:after {
  content: " ";
  display: table;
}
.box03:after {
  clear: both;
}
.box03_aside {
  float: left;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .box03_aside {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.box03_aside .fa {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 8px solid #edecec;
  text-align: center;
  line-height: 70px;
  font-size: 36px;
  color: #e2472e;
}
.box03_cnt__no-flow {
  overflow: hidden;
}
.box03_cnt__no-flow.middle {
  vertical-align: middle;
  display: table-cell;
}
@media (max-width: 1199px) {
  .box03_cnt__no-flow.middle {
    display: block;
    text-align: center;
  }
}
.box03_cnt__no-flow p {
  font-size: 14px;
  line-height: 18px;
}
.box03 .contact-text {
	color: #e2472e;
	font-size: 18px;
	line-height: 21px;
	text-transform: none;
}
.box03 a.contact-text:hover {
  color: #f6b402;
}
.box04 {
  margin-bottom: 3px;
}
.box04:before,
.box04:after {
  content: " ";
  display: table;
}
.box04:after {
  clear: both;
}
.box04_aside {
  float: left;
  margin-right: 25px;
}
@media (max-width: 479px) {
  .box04_aside {
    float: none;
    margin-bottom: 20px;
  }
}
.box04_cnt__no-flow {
  overflow: hidden;
}
.box04_cnt__no-flow h5 {
  margin-top: -5px;
  margin-bottom: 5px;
}
.circle {
  border-radius: 50%;
  border: 8px solid #edecec;
  float: left;
}
@media (max-width: 767px) {
  .circle {
    float: none;
  }
}
.stripe {
  position: relative;
}
@media (max-width: 767px) {
  .stripe {
    background: #d75070;
  }
}
.stripe .bg-stripe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.stripe .bg-stripe:before,
.stripe .bg-stripe:after {
  content: " ";
  display: table;
}
.stripe .bg-stripe:after {
  clear: both;
}
.stripe .bg-stripe > div {
  width: 50%;
  height: 100%;
  float: right;
}
@media (max-width: 767px) {
  .stripe .bg-stripe {
    display: none;
  }
}
@media (max-width: 767px) {
  .stripe .bg03,
  .stripe .bg04 {
    background: transparent;
    margin-top: 0;
  }
  .stripe .bg04 .stripe-link {
    margin-top: 0;
  }
}
.stripe .stripe-link {
  display: inline-block;
  margin: 20px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 2.3px;
}
@media (max-width: 1199px) {
  .stripe .stripe-link {
    font-size: 34px;
    line-height: 44px;
  }
}
.stripe .stripe-link:hover {
  color: #f6b402;
}
@media (min-width: 979px) {
  .stripe .stripe-link.ml01 {
    margin-left: 62px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .stripe .stripe-link.ml01 {
    margin-left: 30px;
  }
}
.stripe .stripe-left .fa {
  padding-right: 20px;
  font-size: 36px;
}
.stripe .stripe-right .fa {
  padding-left: 10px;
}
.num-list {
  list-style-type: none;
  counter-reset: item;
}
.num-list .num-list-item {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.num-list .num-list-item:before {
  content: counter(item) '.';
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 42px;
  font-weight: 600;
  color: #d75070;
  line-height: 40px;
}
.num-list .num-list-item h5 {
  margin-bottom: 0;
}
.num-list li.num-list-item {
  border-bottom: 1px solid #dadada;
}
.num-list li.num-list-item h5 {
  margin-bottom: 5px;
}
.addr {
  font-size: 14px;
  line-height: 18px;
}
.addr dl:before,
.addr dl:after {
  content: " ";
  display: table;
}
.addr dl:after {
  clear: both;
}
.addr dl dt {
  float: left;
  width: 70px;
}
.addr dl dd {
  overflow: hidden;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #70635a;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 90px;
}
.social-list2 {
  margin-bottom: 15px;
}
.social-list2 li {
  display: inline-block;
  margin: 0 10px;

}
@media (max-width: 479px) {
  .social-list2 li {
    margin: 0 5px;
  }
}
.social-list2 li a {
  display: block;
  color: #fff;
}
.social-list2 li a:hover {
  color: #f6b402;
}
.social-list2 li a .fa {
  display: block;
  font-size: 30px;
  line-height: 30px;
}
.copy {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 36px;
  color: #c0c0c0;
  margin: 15px 0;
}
.copy a:hover {
  color: #f6b402;
}