@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import "animate.css";
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Damion);
@import url(http://fonts.googleapis.com/css?family=Asap:400,700,700italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #eeeeea;
  font-family:Arial, Helvetica, sans-serif;
  margin-top: 40px;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
p {
  font: normal 15px/24px 'Lato', sans-serif;
  color: #69532c;
}
p a {
  font: bold 15px/24px 'Lato', sans-serif;
  color: #f7f7f7;
}
p a:hover {
  color: #f5a083;
}
p a:active {
  background: inherit;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  border-top: 5px solid #ee5724;
  background: #eeeeea;
}
#header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 301px;
  background: url("../images/wrapper_bg.png") repeat-x;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeea 100%);
}
.header-panel {
  position: relative;
}
ul.top-menu {
  position: absolute;
  top: -5px;
  right: 1px;
  padding: 0 24px 0 14px;
  background-color: #ee5724;
  border-radius: 5px;
}
ul.top-menu li {
  float: left;
  margin-left: 14px;
}
ul.top-menu li:first-child {
  margin-left: 0;
}
ul.top-menu li,
ul.top-menu li a {
  position: relative;
  color: #ffffff;
  font: bold 10px/26px 'Lato', sans-serif;
  text-transform: capitalize;
}
ul.top-menu li a:hover {
  text-decoration: none;
}
ul.top-menu li a:hover:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background: #fff;
}
ul.top-menu:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #ee5724 transparent transparent;
}


.youtube {
    
    width: 770px;
	height:500px;
     
    
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media (max-width: 767px) {
  ul.top-menu {
    left: 0;
    right: 0;
    text-align: center;
  }
  ul.top-menu li {
    float: none;
    display: inline-block;
  }
}
.brand {
  float: left;
 /* padding: 17px 0 25px;*/
}
.brand a {
  display: block;
  position: relative;
  height: 72px;
  padding-left: 72px;
  text-decoration: none;
}
.brand a .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  /*height: 100%;*/
  background: #fff;
  /*border-radius: 500px;*/
}
.brand a .company-name,
.brand a .company-slogan {
  display: block;
}
.brand a .company-name {
  padding-top: 37px;
  padding-left: 100px;
  font: normal 34px/48px 'Lato', sans-serif;
  color: #14780b;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.brand a .company-slogan {
  padding-left: 8px;
  font: bold 12px/10px 'Lato', sans-serif;
  color: #b20838;
  text-transform: uppercase;
}
.brand a:hover .company-name {
  color: #82c332;
}
@media (min-width: 768px) and (max-width: 979px) {
  .brand {
    float: none;
    text-align: center;
    padding: 40px 0px 10px;
  }
  .brand h1 {
    text-align: left;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .brand {
    float: none;
    text-align: center;
    padding: 60px 0px 10px;
  }
  .brand h1 {
    text-align: left;
    display: inline-block;
  }
}
.bar {
  padding: 46px 0 26px;
  float: right;
}
.bar .contact,
.bar #search,
.bar ul.social-list_1 {
  float: left;
}
.bar .contact {
  letter-spacing: -0.3px;
  padding: 12px 20px 6px;
  font: normal 16px 'Asap', sans-serif;
  color: #a49c8f;
}
.bar .contact .fa {
  font-size: 19px;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .bar {
    float: none;
    text-align: center;
    padding: 10px 0 26px;
  }
  .bar .contact,
  .bar #search,
  .bar ul.social-list_1 {
    display: inline-block;
    text-align: left;
    float: none;
  }
}
@media (max-width: 767px) {
  .bar {
    float: none;
    text-align: center;
    padding: 10px 0 26px;
  }
  .bar .contact,
  .bar #search,
  .bar ul.social-list_1 {
    display: inline-block;
    text-align: left;
    float: none;
  }
  .bar #search,
  .bar #search .input_wrap {
    width: 100%;
  }
}
/* ======================= Search Form ======================= */
#search .input_wrap {
  position: relative;
  display: block;
  width: 318px;
  height: 42px;
  padding: 8px 40px 11px 20px;
  border: 1px solid #dae5e3;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 20px;
  background-color: #f2f2f1;
  -webkit-appearance: none;
}
#search input {
  display: block;
  width: 100%;
  height: 20px;
  font: normal 16px/20px 'Lato', sans-serif;
  color: #f3892e;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
}
#search a {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search a:hover {
  text-decoration: none;
}
#search a:before {
  content: '\f002';
  position: absolute;
  top: -1px;
  right: -1px;
  font: normal 20px/20px 'FontAwesome';
  color: #8c8c82;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#search a:hover:before {
  color: #f3892e;
}
/* Main menu styles
========================================================*/
nav {
  position: relative;
  z-index: 2;
}
.sf-menu {
  height: 63px;
  border-radius: 5px;
}
.sf-menu > li {
  float: left;
  width: 12.48888888888888%;
  position: relative;
}
.sf-menu > li > a {
  padding: 23px 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ff7041;
  border-right: 1px solid #cf3705;
  color: #ffffff;
  background: #ee5624;
  font: normal 11px/20px  Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  background: #14780b;
  border-left: 1px solid #14780b;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a.first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-left: none;
}
.sf-menu > li > a.last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
}
.sf-menu > li.current > a {
  background: #14780b;
  border-left: 1px solid #14780b;
}
.sf-menu > li.sfHover > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #14780b;
}
.sf-menu a {
  display: block;
  text-align: center;
  text-decoration: none;
  -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: 100%;
  left: 0;
  width: 99.5%;
  background: #fff;
  padding: 17px 0px 21px;
  z-index:5;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #14780b;
}
.sf-menu ul li {
  line-height: 30px;
  position: relative;
}
.sf-menu ul li a {
  padding: 5px 10px;
  display: block;
  color: #ffffff;
  font: normal 12px/20px Arial, Helvetica, sans-serif;
   z-index: 100011;
   text-align:left;

   
}
.sf-menu ul li a:hover {
  background-color: #000;
}
.sf-menu ul li.sfHover > a {
  background-color: #a70b2b;
}


/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 90%;
  background: #ffffff;
  padding: 10px 0;
  z-index: 4;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
.sf-menu ul ul li {
  line-height: 30px;
}
.sf-menu ul ul li a {
  padding: 0 20px;
  color: #424242;
}
.sf-menu ul ul li a:hover {
  background: #b3b3b3;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 23px 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    height: 30px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ee5624;
  padding: 0;
  z-index: 999;
}
.isStuck .sf-menu li a.first-child,
.isStuck .sf-menu li a.last-child {
  border-radius: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  padding-top: 1px;
  overflow: hidden;
  background: #eeeeea;
}
/* =================  Wrapper ============== */
[class^='wrapper_'] {
  position: relative;
}
.wrapper_1 {
  padding-bottom: 18px;
  width:1170px;
  margin:0 auto;
 
}
.wrapper_2 {
  padding-bottom: 20px;
}
.wrapper_3 {
  padding-top: 6px;
  padding-bottom: 40px;
  
}
.wrapper_4 {
  border-top: 1px solid #c6c6c3;
}
.wrapper_5 {
  padding-top: 10px;
  padding-bottom: 19px;

}
.wrapper_6 {
  padding-top: 10px;
  padding-bottom: 19px;
}
.wrapper_7 {
  padding-bottom: 85px;
}
.wrapper_8 {
  padding-bottom: 101px;
}
.wrapper_bg {
  position: relative;
}
.wrapper_bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 301px;
  background: url("../images/wrapper_bg.png") repeat-x;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeea 100%);
}
.wrap_2,
.wrap_1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wrap_1 {
  position: relative;
}
.wrap_1:before {
  content: '';
  position: absolute;
  left: -67px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #c6c6c3;
}
@media (max-width: 767px) {
  .wrap_1:before {
    display: none;
  }
}
.wrap_3 {
  padding-left: 18px;
}
/* =================  Header & Intro ============== */
h2.h2_0 {
  font: bold italic 34px/34px 'Asap', sans-serif;
  color: #69532c;
  text-align:center;
}
h2.h2_1 {
  font: bold italic 34px/34px 'Asap', sans-serif;
  color: #69532c;
  text-align: left;
}
h2.h2_2 {
  font: normal 18px 'Fjalla One', sans-serif;
  color: #820922;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.intro_1 {
  font: italic 21px/28px 'Asap', sans-serif;
  color: #69532c;
  text-align: center;
}
.intro_2 {
  font: normal 12px/15px 'Open Sans', sans-serif;
  color: #fff;
  padding-bottom: 30px;
  margin-top: -7px;
}
/* =================  Buttons ============== */
[class^='primary-btn_'] {
  
 
  min-height: 43px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 900 20px/24px 'Lato', sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
[class^='primary-btn_']:hover {
  text-decoration: none;
}
.primary-btn_1 {
  background: #4c721d;
  color: #fff;
  padding: 9px 20px 10px;
}
.primary-btn_1:hover {
  background-color: #a1b658;
}
@media (max-width: 767px) {
  .primary-btn_1 {
    min-width: 120px;
    min-height: 40px;
    font: 900 14px/24px "Lato", sans-serif;
    padding: 9px 20px 8px;
  }
}
.primary-btn_2 {
    background: #a1b658;
    color: #fff;
    font-size: 12px;
    padding: 6px 3px 5px;
}
.primary-btn_2:hover {
  background-color: #4c721d;
}
/* =======================   Calendar Box     ========================= */
.calendar-box {
  position: relative;
  /*padding-left: 110px;*/
  padding-bottom: 32px;
  padding:20px !important;
  

    border-color: #FFFFFF;
    background-color: #FFFFFF;
	height: 100%;
	
}
.calendar-box img {
  max-width: 100%;
  height: auto;
  /*float: left;*/
  margin-top: 3px;
  margin-right: 23px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.1);
}
.calendar-box .meta {
  position: absolute;
  padding: 18px 21px 19px 14px;
  max-width: 94px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0px;
  top: 7px;
  border: 1px solid #ee5724;
  background-color: #ffffff85;
}
.calendar-box .meta .day,
.calendar-box .meta .month {
  display: block;
  text-align: center;
}
.calendar-box .meta .day {
  color: #ee5724;
  font: bold 45px/45px 'Asap', sans-serif;
  text-transform: uppercase;
}
.calendar-box .meta .month {
  margin-left: 3px;
  color: #820922;
  font: normal 12px/14px 'Asap', sans-serif;
  text-transform: uppercase;
}
.calendar-box .header {
  padding-bottom: 12px;
}
.calendar-box .header,
.calendar-box .header a {
  color: #820922;
  font: bold 18px/20px 'Lato', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.calendar-box .header a:hover {
  text-decoration: none;
  color: #e1103b;
}
.calendar-box .credits {
  padding-bottom: 18px;
}
.calendar-box .credits .devider {
  color: #ee5724;
  font-size: 9px;
  line-height: 16px;
  padding: 0 9px;
}
.calendar-box .credits,
.calendar-box .credits a {
  font: normal 12px/18px 'Lato', sans-serif;
  color: #69532c;
}
.calendar-box .credits a:hover {
  color: #b18c4a;
  text-decoration: underline;
}
.calendar-box .caption {
  padding-bottom: 29px;
  padding-right: 10px;
  font: normal 15px/24px 'Lato', sans-serif;
  color: #69532c;
  text-align:justify;
}
.calendar-box .caption a {
  font: bold 15px/24px 'Lato', sans-serif;
  color: #ee5724;
}
.calendar-box .caption a:hover {
  color: #f5a083;
}
.calendar-box .primary-btn_2 {
  min-width: 148px;
}
.calendar-box.last-child {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .calendar-box .credits {
    padding-right: 0;
  }
}
@media (max-width: 979px) {
  .calendar-box img {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .calendar-box,
  .calendar-box.last-child {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .calendar-box {
    padding-left: 60px;
  }
  .calendar-box .meta {
    padding: 14px 3px 15px;
    max-width: 56px;
  }
  .calendar-box .meta .day {
    font-size: 24px;
    line-height: 24px;
  }
  .calendar-box .meta .month {
    font-size: 10px;
    line-height: 10px;
  }
}
/* =================  Box ============== */
[class^='box_'] img {
  max-width: 100%;
  height: auto;
}
[class^='box_'] .header_1 {
  position: relative;
  font: 900 30px/23px 'Lato', sans-serif;
  text-transform: uppercase;
  color: #14780b;
  border-bottom: 3px solid #ee5724;
  z-index: 1;
}
[class^='box_'] .header_1 span.span_1 {
  display: block;
  font-size: 18px;
}
[class^='box_'] .header_2,
[class^='box_'] .header_2 a {
  font: normal 14px/14px 'Fjalla One', sans-serif;
  color: #820922;
}
[class^='box_'] .header_2 a {
  text-decoration: none;
}
[class^='box_'] .header_2 a:hover {
  color: #e1103b;
  text-decoration: none;
}
[class^='box_'] .header_3,
[class^='box_'] .header_3 a {
  font: 900 14px 'Lato', sans-serif;
  color: #820922;
  text-transform: uppercase;
}
[class^='box_'] .header_3 a {
  text-decoration: none;
}
[class^='box_'] .header_3 a:hover {
  color: #e1103b;
  text-decoration: none;
}
[class^='box_'] .header_4,
[class^='box_'] .header_4 a {
  font: bold 11px 'Lato', sans-serif;
  color: #820922;
  text-transform: uppercase;
}
[class^='box_'] .header_4 a {
  text-decoration: none;
}
[class^='box_'] .header_4 a:hover {
  color: #e1103b;
}
[class^='box_'] .caption_1 {
  font: italic 14px/18px 'Lato', sans-serif;
  color: #69532c;
}
[class^='box_'] .caption_1 span.strong,
[class^='box_'] .caption_1 a {
  font: bold italic 14px/18px 'Lato', sans-serif;
  color: #69532c;
}
[class^='box_'] .caption_1 a:hover {
  color: #f5a083;
}
[class^='box_'] .caption_2 {
  font: 900 53px/53px 'Lato', sans-serif;
  color: #ee5724;
}
[class^='box_'] .caption_3 {
  font: 900 18px/18px 'Lato', sans-serif;
  color: #ee5724;
}
[class^='box_'] .caption_4 {
  font: normal 14px/18px 'Lato', sans-serif;
  color: #69532c;
}
.box_promo {
  position: relative;
  padding: 25px 35px 29px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.05);
  border-radius: 5px;
}
.box_promo .header_1 {
  padding-bottom: 21px;
}
.box_promo .caption_1 {
  padding: 11px 0 16px;
}
.box_promo .caption_2 {
  padding: 5px 0 22px;
}
.box_promo.icon_1:after,
.box_promo.icon_2:after,
.box_promo.icon_3:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 28px;
  width: 72px;
  height: 72px;
  z-index: 0;
}
.box_promo.icon_1:after {
  background: url("../images/icon_01.png") no-repeat;
}
.box_promo.icon_2:after {
  background: url("../images/icon_02.png") no-repeat 7px 0;
}
.box_promo.icon_3:after {
  background: url("../images/icon_03.png") no-repeat;
}

.box_5 .img-wrap {
    text-align: center;
	height:265px;
  }
  
  .box_5 .img-wrap img {
   height:265px !important;
  }

@media (min-width: 980px) and (max-width: 1199px) {
  .box_promo .header_1 {
    font-size: 26px;
  }
  .box_promo .header_1 span.span_1 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_promo {
    padding: 25px 15px 29px;
  }
  .box_promo .header_1 {
    font-size: 18px;
    line-height: 18px;
  }
  .box_promo .header_1 span.span_1 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .box_promo {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .box_promo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.box_1 {
  float: left;
  width: 82px;
  margin-left: 18px;
}
.box_1.first-child {
  margin-left: 0;
}
.box_1 .header_2 {
  padding-bottom: 6px;
}
.box_1 .caption_3 {
  padding: 7px 0 22px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box_1 {
    width: 66px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_1 {
    width: 66px;
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  .box_1 {
    width: 99px;
  }
}
@media (max-width: 479px) {
  .box_1 {
    width: 76px;
    margin-left: 6px;
  }
}
.box_2 {
  text-align: center;
}
.box_2 img.default {
  margin-bottom: 31px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}
.box_2 .header_3 {
  padding: 0 15px 12px;
}
@media (max-width: 767px) {
  .box_2 {
    padding-bottom: 30px;
    margin: 0 2px;
  }
}
.box_3 {
  position: relative;
  min-height: 105px;
  padding-left: 120px;
  padding-bottom: 50px;
  height: 103px;
  overflow: hidden;
}
.box_3 .put-left {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 105px !important;
  height: auto;
}
.box_3 .header_4 {
  padding-right: 65px;
  padding-bottom: 14px;
}
.box_3 .caption_4 {
  font-size: 12px;
}
.box_3.last-child {
  padding-bottom: 53px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box_3 .header_4 {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_3 {
    padding-left: 0;
  }
  .box_3 img.put-left {
    position: relative;
    width: 100% !important;
    height: auto;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .box_3 {
    margin: 0 2px;
  }
  .box_3 .put-left {
    left: 1px;
  }
}
@media (max-width: 479px) {
  .box_3 {
    padding-left: 0;
  }
  .box_3 img.put-left {
    position: relative;
    width: 100% !important;
    height: auto;
    left: 0;
    padding-bottom: 16px;
  }
}
.box_4 .label {
  display: inline-block;
  color: #fff;
  background: #ee5724;
  font: bold 14px 'Lato', sans-serif;
  padding: 5px 18px 4px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.box_4 .header {
  font: 900 20px 'Lato', sans-serif;
  padding-bottom: 19px;
  color: #4c3e24;
  text-transform: uppercase;
}
.box_4 .caption {
  font: normal 16px/18px 'Lato', sans-serif;
  color: #69532c;
  padding-right: 15px;
  padding-bottom: 36px;
}
.box_4 .caption_1 {
  line-height: 23px;
  padding: 3px 0 27px;
}
.box_5 {
 
  padding-bottom: 38px;
    height: 450px;
    overflow: hidden;

}
.box_5.last-row {
  padding-bottom: 1px;
}
.box_5 img.default {
  padding-bottom: 20px;
}
.box_5 .header {
  padding-bottom: 12px;
}
.box_5 .caption {
  padding-bottom: 34px;
}
.box_5 .hr {
  margin-bottom: 16px;
}
.box_5 .credits {
  padding-bottom: 6px;
}
.box_5 .header,
.box_5 .header a {
  font: bold 14px/16px 'Lato', sans-serif;
  color: #820922;
  text-transform: uppercase;
  text-decoration: none;
}
.box_5 .header a:hover {
  color: #e1103b;
  text-decoration: none;
}
.box_5 .caption {
  color: #69532c;
  font: normal 12px/18px 'Lato', sans-serif;
}
.box_5 .caption a {
  font: bold italic 12px/18px 'Lato', sans-serif;
  color: #ee5724;
}
.box_5 .caption a:hover {
  color: #f5a083;
}
.box_5 .hr {
  display: block;
  border-bottom: 1px solid #c6c6c3;
}
.box_5 .credits {
  color: #69532c;
  font: normal 12px/18px 'Lato', sans-serif;
  text-transform: capitalize;
}
.box_5 .primary-btn_2 {
  margin-bottom: 3px;
}
.box_5 a[data-type='video'] {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .box_5 .img-wrap {
    text-align: center;
  }
  .box_5.last-row {
    padding-bottom: 38px;
  }
}
@media (max-width: 479px) {
  .box_5 img.default {
    width: 100%;
  }
}
.box_6 {
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
}
.box_6.last-row {
  margin-bottom: 1px;
}
.box_6 .put-left {
  float: left;
}
.box_6 .inner {
  padding: 27px 24px;
}
.box_6 .header {
  padding-bottom: 9px;
}
.box_6 .header,
.box_6 .header a {
  font: bold 14px/20px 'Lato', sans-serif;
  color: #820922;
  text-transform: uppercase;
  text-decoration: none;
  width: 300px;
}
.box_6 .header a:hover {
  color: #e1103b;
  text-decoration: none;
}
.box_6 .caption {
  color: #69532c;
  font: normal 12px/24px 'Lato', sans-serif;
}
.box_6 .caption a {
  font: bold italic 12px/24px 'Lato', sans-serif;
  color: #ee5724;
}
.box_6 .caption a:hover {
  color: #f5a083;
}
@media (min-width: 980px) and (max-width: 1199px) {
	
	.youtube {
    
    width: 780px;
	height:540px;    
}
  .box_6 .put-left {
    float: none;
  }
  .box_6 .header {
    text-align: center;
  }
  .box_6 .img-wrap {
    padding: 27px 24px 0 24px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_6 .put-left {
    float: none;
  }
  .box_6 .header {
    text-align: center;
  }
  .box_6 .img-wrap {
    padding: 27px 24px 0 24px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .box_6.last-row {
    margin-bottom: 30px;
  }
  .box_6 .put-left {
    float: none;
  }
  .box_6 .header {
    text-align: center;
  }
  .box_6 .img-wrap {
    padding: 27px 24px 0 24px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .box_6 .img-wrap {
    padding: 0;
  }
  .box_6 img {
    width: 100%;
  }
}
.box_7 .img-wrap {
  width: 314px;
}
.box_7 .put-left {
  float: left;
}
.box_7 .inner {
  padding-left: 338px;
}
.box_7 .quote {
  position: relative;
  padding: 4px 4px 23px 18px;
  font: italic 16px/22px 'Lato', sans-serif;
  color: #69532c;
}
.box_7 .quote:before {
  content: '“';
  position: absolute;
  left: 0;
  top: -4px;
  font: bold 36px/36px 'Lato', sans-serif;
  color: #820922;
}
.box_7 .header {
  padding-left: 17px;
  padding-bottom: 29px;
}
.box_7 .header,
.box_7 .header a {
  font: 900 18px/28px 'Lato', sans-serif;
  color: #820922;
  text-decoration: none;
  text-transform: uppercase;
}
.box_7 .header a:hover {
  color: #e1103b;
  text-decoration: none;
}
.box_7 .counter-list {
  padding-left: 18px;
  padding-right: 160px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_7 .img-wrap {
    width: 240px;
  }
  .box_7 .inner {
    padding-left: 245px;
  }
  .box_7 .counter-list {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .box_7 .img-wrap {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 34px;
  }
  .box_7 .inner {
    padding-left: 0;
  }
  .box_7 .counter-list {
    padding-right: 0;
  }
}
/* =================  Lightbox ============== */
a[data-type='lightbox'] {
  background: #ffffff url('../images/magnify.png') no-repeat -500px 500px;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a[data-type='lightbox'] img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a[data-type='lightbox']:hover {
  background-position: center center;
}
a[data-type='lightbox']:hover img {
  opacity: 0.2;
}
a[data-type='thumbnail'] {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 31px;
}
a[data-type='thumbnail'].last-row {
  margin-bottom: 51px;
}
a[data-type='thumbnail'] img {
  width: 100%;
  height: auto;
}
a[data-type='thumbnail'] .caption {
  position: absolute;
  bottom: -1000px;
  left: 0;
  width: 100%;
  padding: 17px 20px 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font: 900 20px/21px 'Lato', sans-serif;
  color: #fff;
  background: #ee5724;
  text-transform: uppercase;
}
a[data-type='thumbnail'] .caption .small {
  display: block;
  font-size: 14px;
}
a[data-type='thumbnail']:hover {
  text-decoration: none;
}
a[data-type='thumbnail']:hover .caption {
  bottom: 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  a[data-type='thumbnail'] {
    margin-left: 2px;
    margin-right: 2px;
  }
}
/* =================  Lightbox Video ============== */
a[data-type='video'] {
  display: block;
  position: relative;
  text-decoration: none;
}
a[data-type='video'] img {
  width: 100%;
  height: auto;
}
a[data-type='video']:after {
  content: '\f144';
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: 50%;
  margin-top: -27px;
  color: #fff;
  font: normal 54px/54px 'FontAwesome';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a[data-type='video']:hover:after {
  color: #820922;
}
/* =================  Index List ============== */
ul.index-list {
  list-style-type: decimal;
  padding-left: 16px;
}
ul.index-list li,
ul.index-list li a {
  font: normal 14px 'Fjalla One', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #820922;
}
ul.index-list li a:hover {
  color: #e1103b;
}
/* =================  Counter List ============== */
ul.counter-list li {
  position: relative;
  padding-left: 51px;
  padding-bottom: 16px;
  font: normal 12px/18px 'Lato', sans-serif;
  color: #69532c;
}
ul.counter-list li a {
  font: bold italic 12px/18px 'Lato', sans-serif;
  color: #ee5724;
}
ul.counter-list li a:hover {
  color: #f5a083;
}
ul.counter-list li:before {
  content: attr(data-index) '.';
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
  width: 36px;
  height: 35px;
  text-align: center;
  color: #fff;
  background: #ee5724;
  font: bold 14px/34px 'Lato', sans-serif;
}
/* =================  Map ============== */
.map {
  display: block;
  width: 100%;
  height: 407px;
  margin-bottom: 26px;
  margin-top: 7px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.15);
}
/* ======================== Address =================== */
.address_2 {
  margin-top: 23px;
}
.address_2 .header {
  font: bold 14px/18px 'Lato', sans-serif;
  text-transform: uppercase;
  padding-bottom: 19px;
  color: #820922;
}
.address_2 dl dt,
.address_2 dl dd {
  display: inline-block;
  font: normal 12px/18px 'Lato', sans-serif;
  color: #69532c;
}
.address_2 dl dt a,
.address_2 dl dd a {
  font: italic 12px/18px 'Lato', sans-serif;
  color: #ee5724;
}
.address_2 dl dt a:hover,
.address_2 dl dd a:hover {
  color: #f5a083;
}
@media (max-width: 767px) {
  .address_2 {
    padding-bottom: 34px;
  }
}
/* ===================== Terms List ====================== */
dl.terms-list {
  padding-top: 2px;
}
dl.terms-list dt {
  font: bold 14px/18px 'Lato', sans-serif;
  color: #820922;
  text-transform: uppercase;
  padding-bottom: 1px;
}
dl.terms-list dd {
  font: normal 12px/18px 'Lato', sans-serif;
  color: #69532c;
  padding-bottom: 17px;
  padding-right: 5px;
}
dl.terms-list dd a {
  font: italic 12px/18px 'Lato', sans-serif;
  color: #ee5724;
}
dl.terms-list dd a:hover {
  color: #f5a083;
}
dl.terms-list dd.last-child {
  padding-bottom: 11px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  position: relative;
  background: #666666;
  padding: 30px 0 5px;
  z-index: 1;
}
#footer .footer-btn {
  display: inline-block;
  color: #fff;
  background: #820922;
  text-decoration: none;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  min-width: 157px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 900 16px 'Lato', sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#footer .footer-btn:hover {
  background: #fff;
  color: #820922;
}
#footer .info {
  padding: 15px 0 15px;
  vertical-align:text-top;
  
}
#footer .info,
#footer .info a {
  font: bold 14px/14px 'Open Sans', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
#footer .info a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/* ======================== Address =================== */
.address_1 .header,
.address_1 .caption,
.address_1 .caption a {
  font: normal 14px/16px 'Open Sans', sans-serif;
  color: #fff;
}
.address_1 .caption a:hover {
  color: #820922;
}
.address_1 dl {
  padding-bottom: 17px;
}
.address_1 dl dt,
.address_1 dl dd {
  font: normal 14px/17px 'Open Sans', sans-serif;
  color: #fff;
  display: inline-block;
}
.address_1 dl dd {
  padding-left: 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .address_1 {
    letter-spacing: -1px;
  }
  .address_1 dl dd {
    padding-left: 0;
  }
}
/* ======================== Footer menu =================== */
ul.footer-menu {
  margin-top: -8px;
}
ul.footer-menu li,
ul.footer-menu li a {
  font: bold 14px/31px 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}
ul.footer-menu li a:hover {
  color: #820922;
}


/*Core variables and mixins*/

/*   12. Home Page Slider
/*-----------------------------------------------------------------------------------*/
.coda-slider-wrapper { padding:0;  position: relative; width:978px; margin:0 auto; display:table; padding-bottom:29px; height:100%; overflow:hidden;}




.coda-slider h2 { margin:0 0 10px 0; }
.coda-slider p {  margin:0px; padding:10px 0px 12px 2px;font-size:16px; line-height:24px; color:#ececec; text-shadow:1px 1px 1px #4b5157 }
.coda-slider h2 a { font-size:25px; color:#fff; text-shadow:1px 1px 1px #333;  }
.coda-slider a.more { display:block; float:left;  padding:0px 20px 0px 20px; -moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;  line-height:32px; font-size:14px;  text-align:left; font-family:Arial;  }
.coda-slider a.more:hover { }
.coda-slider .post_img { float:right; display:block;   }
.coda-slider .post_img img { padding:8px; margin-left:15px; margin-right:20px;  }


/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 200px;  padding-right: 20px }
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 978px } 
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1160px }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 2px }

/* Arrow styling */
.coda-nav-left a { position:absolute; left:25px; top:42%; z-index:999; text-indent:-9009px; width:30px; height:30px; }
.coda-nav-right a { position:absolute; right:20px; top:42%; z-index:999; text-indent:-9009px; width:30px; height:30px; }

/* Panel padding */
.coda-slider .panel-wrapper { padding:30px 60px; position:relative; }

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Tabbed nav */
.coda-nav {  height:19px; padding:10px 0 0 0; position:absolute; left:0; bottom:0; width:100%; margin:0 auto;  }
.coda-nav ul { clear: both; display: block; margin:0 auto; width:100%; text-align:center; position:absolute; left:50%; bottom:50px; z-index:9999999;   }
.coda-nav ul li { display: inline; text-align:center; text-indent:-9009px; }
.coda-nav ul li a {  display: inline;  margin-right: 4px; width:5px;  font-size:0px; height:7px; padding: 7px 6px; text-indent:-9009px; text-decoration: none; }

.coda-nav ul li.tab1 a {display:inline-block; margin:0 0 -14px 0;} /*Chrome hack for showing the first dot*/

/* Miscellaneous */
.coda-slider-wrapper { clear: both; }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left;    }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; width:27px; height:23px; }
.coda-slider .full_img { height:340px; overflow:hidden;  }

.coda-slider .full_img img { position:absolute; left:0; top:0;  }
.coda-slider .full_img h2 { position:absolute; left:0; top:0; z-index:999; background:url(images/titlebg.png) repeat left top; width:98%; padding:10px;  }

@media (max-width: 767px) {
  ul.footer-menu {
    margin-bottom: 16px;
  }
  ul.footer-menu li {
    display: inline-block;
    margin: 0 10px;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #69532c;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  z-index: 20;
  opacity: .29;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toTop:hover {
  outline: none;
  opacity: 1;
}
/* =================  Social List ============== */
[class^='social-list_'] li {
  float: left;
}
[class^='social-list_'] li a {
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 500px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.social-list_1 {
  margin: 9px 2px 9px 25px;
}
ul.social-list_1 li {
  margin-left: 5px;
}
ul.social-list_1 li a {
  width: 14px;
  height: 14px;
  color: #ffffff;
  background: #f1af44;
  font-size: 14px;
  line-height: 14px;
  padding: 5px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
ul.social-list_1 li a:hover {
  background: #ee5724;
}
ul.social-list_2 {
  margin-top: -3px;
}
ul.social-list_2 li {
  display: inline-block;
  margin-left: 7px;
}
ul.social-list_2 li:first-child {
  margin-left: 2px;
}
ul.social-list_2 li a {
  display: inline-block;
  color: #820922;
  background: #fff;
  text-decoration: none;
  border-radius: 22px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.social-list_2 li a.fa {
  width: 44px;
  height: 44px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 44px;
}
ul.social-list_2 li a:hover {
  color: #fff;
  background-color: #820922;
}
@media (min-width: 768px) and (max-width: 979px) {
	
	.youtube {
    
    width: 480px;
	height:350px;    
}
  ul.social-list_2 {
    margin-left: 0;
  }
  ul.social-list_2 li,
  ul.social-list_2 li:first-child {
    margin-left: 7px;
    margin-bottom: 7px;
  }
  
  
  .coda-slider-wrapper {
    
    width: 100%;
    margin: 0 auto;
    
}
  
 .wrapper_1{
		width:100% !important;
		margin-top:0px;
		overflow:hidden;
	}
	
	.widget-title{
		font-size:20px !important;
		text-transform:uppercase;
		
		display:block;
		
	}
 .coda-slider .post_img {
		clear:both;
		position:relative;
		
		display:block;
		text-align:center;
	}
	
	.coda-slider .post_img img{
		width:260px;
		height:150px;
		text-align:center;
		display:block;
		position:relative;
        margin-top:10px;
		margin-bottom:10px;
	}
	
.brand a .company-name {
  padding-top: 11px;
  padding-left: 10px;
  font: normal 14px/30px 'Lato', sans-serif;
  color: #14780b;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
} 

.coda-slider p {  margin:0px; padding:10px 0px 12px 2px;font-size:12px; line-height:14px; color:#ececec; text-shadow:1px 1px 1px #4b5157 }
.coda-slider h2 a { font-size:14px; color:#fff; text-shadow:1px 1px 1px #333;  }
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width:743px !important; } 
 
 .sf-menu > li > a {
  font: normal 9px/20px 'Asap', sans-serif;
}

.sf-menu ul li a {
  padding: 5px 10px;
   font: normal 9px/20px Arial, Helvetica, sans-serif;
}
.coda-slider .post_img { float:right; display:block;   }
.coda-slider .post_img img { padding:8px; margin-left:15px; margin-right:20px;  }
 
}

@media (max-width: 767px) {
	
	.youtube {
    
    width: 280px;
	height:200px;    
}
  ul.social-list_2 {
    margin-bottom: 23px;
  }
  ul.social-list_2 li {
    float: none;
    margin-bottom: 7px;
  }
  
  
  .coda-slider-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: table;
    padding-bottom: 29px;
    height: 100%;
    overflow: hidden;
}
  
  .wrapper_1{
		width:100% !important;
		margin-top:20px;
		overflow:hidden;
	}
	
	.widget-title{
		font-size:12px !important;
		text-transform:uppercase;
		width: 100%; !important;
		display:block;
		
	}
	
	.panel-wrapper > p{
		
		display:none;
		float:left;
	}
	
	.coda-slider .panel-wrapper {
		width:220px !important; 
		height:195px;
		padding: 15px 40px;
       
		}
	
	.coda-slider .post_img {
		clear:both;
		position:relative;
		
		display:block;
		text-align:center;
	}
	
	.coda-slider .post_img img{
		width:200px;
		height:120px;
		text-align:center;
		display:block;
		position:relative;
	    margin-top:44px;
		margin-bottom:-174px;
	}
	
.brand a .company-name {
  padding-top: 11px;
  padding-left: 10px;
  font: normal 9px/14px 'Lato', sans-serif;
  color: #14780b;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width:270px !important; }
.coda-nav ul { clear: both; display: block; margin:0 auto; width:100%; text-align:center; position:absolute; left:39%; bottom:50px; z-index:9999999;   }

	
}

.fouter_1 {
    position: relative;
     background: #ee5724;
    padding: 30px 0 5px;
    z-index: 1;
}

/*accordion*/
.card {
  position: relative;
  overflow: hidden;
  margin: 10px 0 0px 0;
  border: none;
  border-radius: 0px;
}
.card-header {
  border-radius: 0px !important;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  font-weight: bold;
  /*text-transform: capitalize;*/
}
.card-header {
  padding: 0;
  background: #ffa700;
}

.card-header2 {
  padding: 0;
  background: #fff !important;
  border-radius: 0px !important;
  border: 1px solid #eae8e4;
}



 .panel-title a i{
  background: #f60 !important;
 }
.panel-title2 a i{
  background: #dbdbdb  !important;
  border: 1px solid #eae8e4;
}

.panel-title > a, .panel-title a {
  display: block;
}
.panel-default > .panel-heading a.collapsed, .panel-title a {
  background-position: right top;
}

.panel-default > .panel-heading a, .panel-title a {
  padding: 10px 60px 10px 28px;
  color: #fff;
  position: relative;
}

.panel-title a {
  color: #000 !important;
}
.panel-title a[aria-expanded="false"] .fa-angle-up:before {
  content: "\f107";
  font-famiyl: 'FontAwesome';
}

.collape-up, .panel-title a i {
  background: #006196;
  color:#5e5a5a;
}
.collape-up, .panel-title a i {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 48px;
  height: 100%;
  text-align: center;
}
.collape-up:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}