/*------------------------------------------------------------------
[Table of contents]

Media Query [based in height]
Color Sheme / Colors, textures
Blocks
Typography / Heading, Regular
Misc Styles
Preloader
Basic Styles
Buttons
Drop-down menu
Off-canvas Menu
Header Styles
Header Colors
Slider Revolution
Page Content
Hover Effects
Magmific Popup
Google Map
Footer Styles
Media Query


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[HEIGHT BASED MEDIA QUERIES]
*/
@media screen and (min-height:440px) {
  .icon-list li.menu-item {
    width: 50% !important;
  }
}


/*------------------------------------------------------------------
[Color Scheme / Colors, textures]
*/

a {
  color: #bc392b; 
  text-decoration:none;
}
  
  a:hover {text-decoration:none; }
  
.fontcolor-regular, .fontcolor-regular a {
  color: #bc392b; }

.fontcolor-invert, .fontcolor-invert a {
  }

.hovercolor, .hovercolor a {
  color: #E84855 !important; }

.accent-color, .accent-color a {
  color: #331c00 !important; }

.accent-color a:hover {
  color: #E84855 !important; }

/** Backgrounds **/
/*------------------------------------------------------------------
[2. Blocks]
*/
section {width:100%;}
.e-block {
  padding: 50px 0; }

.e-block-ins {
  padding: 100px 0 30px; }

.e-block-null {
  margin: 0;
  padding: 0; }

.e-block-skin {
  background: #fff; }
.e-block-light {
  background: rgba(234,234,234,0.8); 
padding:100px 0;
  color: #333; }
  .e-block-light p, .e-block-light h2, .e-block-light h3, .e-block-light h4, .e-block-light h5 {
    color: #333; }
  .e-block-light a, .e-block-light .infoblock a {
    color: #333; }
    .e-block-light a:hover, .e-block-light .infoblock a:hover {
      color: #E84855;
      text-decoration: none; }

.e-block-dark {
  background-color: #202020;
  }
  .e-block-dark p, .e-block-dark h2, .e-block-dark h3, .e-block-dark h4, .e-block-dark h5 {
   }
  .e-block-dark a, .e-block-dark .infoblock a {
    color: #bc392b; text-decoration: none;}
    .e-block-dark a:hover, .e-block-dark .infoblock a:hover {
      color: #E84855;
      text-decoration: underline; }

.e-block-darker {
  background-color: none;
  color: #181818; }
  .e-block-darker p, .e-block-darker h2, .e-block-darker h3, .e-block-darker h4, .e-block-darker h5 {
    color: #181818; }
  .e-block-darker a, .e-block-darker .infoblock a {
    color: #181818; }
    .e-block-darker a:hover, .e-block-darker .infoblock a:hover {
      color: #E84855;
      text-decoration: none; }

.e-block-darkest {
  background-color: #131313;
  color: #fff; }
  .e-block-darkest p, .e-block-darkest h2, .e-block-darkest h3, .e-block-darkest h4, .e-block-darkest h5 {
    color: #eaeaea; }
  .e-block-darkest a, .e-block-darkest .infoblock a {
    color: #fff; }
    .e-block-darkest a:hover, .e-block-darkest .infoblock a:hover {
      color: #E84855;
      text-decoration: none; }

.e-block-centered, text-center {
  text-align: center; }

.border-bot-3 {
  border-bottom: 3px solid #202020; }

.border-top-3 {
  border-top: 3px solid #202020; }

.infographic { min-height:650px; display:block;}

#innerHeader { background: url("../images/wagonwheel_FPF.jpg")  no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* Clearfix */
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both; }
  /* extra space */
.gap10 {padding-top:.5em;}
.gap20 {padding-top:1em;}
.gap30 {padding-top:1.5em;}

/*------------------------------------------------------------------
[Typography]
*/
/* Headings Fonts variables */
/* Heading font one */
.font-accident-one-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal; }

.font-accident-one-normal {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Heading font two */
.font-accident-two-normal {
  font-family: "Dosis", sans-serif;
  font-weight: 200; }

.font-accident-two-bold {
  font-family: "Dosis", sans-serif;
  font-weight: 400; }

/* Regular font */
.font-regular-light {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-regular-normal {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-regular-bold {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-style: normal; }

/* Headings */
h2 {
  font-size: 48px; }

h3 {
  line-height: 1.5em; }

h4 {
  letter-spacing: 3px; }

h5 {
  letter-spacing: 3px; }

h6 {
  font-size: 11px;
  letter-spacing: 3px; }

h4 a, h5 a, h6 a {
  color: #E84855; }

.title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: initial; }
.hexagon h3 {font-size:3em;}
/* Paragraphs */
.featuredp { font-size:150%; 
 }
.small {
  font-size: 12px; }

.extrasmall {
  font-size: 10px; }

.superheading {
  font-size: 48px; }

/*  ----------------------------------------------------------------
Preloader
*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #202020 url("../images/preloader.gif") no-repeat center center; }

/*------------------------------------------------------------------
[4. Basic Styles]
*/
body {
  display: block;
  background-color: #c6beaf;
  overflow-x: hidden;
  overflow-y: auto;
  color: #333;
  font: 14px/1.7 "Oxygen", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }


a:focus {
  outline: none; }

ul {
  padding-left: 0;
  list-style: none;
  margin-left: 0px; }
  ul li {
    padding: 0px; }
    ul li a {
      cursor: pointer;
      color: #bc392b; }
  ul li, ul li a {
    font-size: 13px; }

ul.list-o {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.list-o li {
    padding-left: 1em;
    text-indent: -.7em; }
    ul.list-o li:before {
      padding-right: 4px;
      content: "O";
      color: #E84855; }

/* No Padding elements */
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

/* Dividers gap*/
.dividewhite1 {
  height: 10px; }

.dividewhite2 {
  height: 20px; }

.dividewhite3 {
  height: 30px; }

.dividewhite4 {
  height: 40px; }

.dividewhite6 {
  height: 60px; }

.dividewhite8 {
  height: 80px; }

.dividewhite9 {
  height: 90px; }

.dividewhite10 {
  height: 100px; }

.divider-dynamic {
  height: 10px; }

hr {
  width: 100%;
  border: 2px solid #202020; }

/* Heights */
.height-500 {
  min-height: 500px; }

.height-400 {
  min-height: 400px; }

.height-300 {
  min-height: 300px; }

.height-200 {
  min-height: 200px; }

.height-100 {
  min-height: 100px; }

/* Position */
.e-absolute {
  position: absolute !important; }

.e-relative {
  position: relative !important; }

.e-fixed {
  position: fixed !important; }

/*------------------------------------------------------------------
[Misc Styles]
*/
/* Progress Tracker */
.slider .indicators .indicator-item.active {
  background-color: #E84855 !important; }

.progress-tracker {
  z-index: 9999;
  right: 10px; 
  background-color:none;
  padding:5px; }
  .progress-tracker ul li {
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.6); }
    .progress-tracker ul li .pt-description {
      top: -2px; }
      .progress-tracker ul li .pt-description span {
        background-color: #E84855 !important;
        color: #fff;
        padding: 1px 7px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px; }
  .progress-tracker .active {
    background-color: #E84855 !important;
    border-color: #E84855 !important; }

/* Content */
#content {
  min-height: 600px;
  position: relative;
}

.btn-next a {
  cursor: pointer;
  height: 58px; 
  width: 70px;
   background:url(../images/btn-next.png) no-repeat;
  display:block; 
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
  .btn-next a:hover {
    cursor: pointer;
    background:url(../images/btn-next.png) no-repeat;
  opacity:.6;}

#back-top a {
  background: #181818 url(../images/back_top.png) no-repeat 50% 50%;
  border: 1px solid #fff;
  bottom: 90px;
  display: block;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  z-index: 10;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
  #back-top a:hover {
    background: #E84855 url(../images/back_top.png) no-repeat 50% 50%;
    border-color: #E84855; }
.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.e-centered {
  margin: 0 auto; }

.uppercase {
  text-transform: uppercase; }

i {
  color: #eaeaea; }

.hidden {
  display: none; }

.respon-wrap img {
  max-width: 100% !important;
  height: auto;
  display: block; }

.white {
  color: #fff; }

.color-333 {
  color: #333; }

.color-666 {
  color: #666666 !important; }
  .color-666 a {
    color: #666666; }
    .color-666 a:hover {
      color: #E84855; }

.color-999 {
  color: #999 !important; }
  .color-999 a {
    color: #999; }
    .color-999 a:hover {
      color: #E84855; }

.hovercolor-box {
  padding: 0 12px !important;
  margin-bottom: 12px !important;
  background-color: #E84855;
  color: #fff; }

.fullwidth {
  width: 100% !important; }

.width-90 {
  width: 90%; }

.width-80 {
  width: 80%; }

.width-70 {
  width: 70%; }

.width-60 {
  width: 60%; }

.width-50 {
  width: 50%; }




/*------------------------------------------------------------------
[7. Drop-down menu]
*/
/* Superfish Drop Down menu */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; 
  height: 80px;
}

.sf-menu li.menu-item a:before {
  position: absolute;
  content: " ";
  bottom: 7px;
  width: 0; 
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.1s; }
.sf-menu li.menu-item:hover a:before {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
.sf-menu li {
  position: relative;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  border: none;
  text-align: left; }
  .sf-menu li a {
    border: none;
    text-align: left; }
  .sf-menu li:hover, .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none; }
    .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
      display: inline-block; }
.sf-menu > li {
  display: inline-block; }
.sf-menu ul {
  position: absolute;
  display: none;
  top: 132%;
  left: 0;
  z-index: 99999;
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }
  .sf-menu ul li ul {
    top: 0;
    left: 100%; }
.sf-menu a {
  display: block;
  font-size: 11px;
  position: relative;
  border-left: 1px solid #fff;
  /*border-top: 1px solid #dFeEFF;*/
  /* fallback colour must use full shorthand */
  /*border-top: 1px solid rgba(255,255,255,.5);*/
  padding: .1em .75em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }

.sf-menu > li:hover, .sf-menu > li.sfHover {
  background: none; }

ul.sf-menu > li, .sf-menu > li > a {
  border: none;
  text-align: center;
  color:#000; }

.submenu a {
  color: #c0c0c0 !important; }
  .submenu a:hover {
    color: #fff !important; }
  
/*** menu icon ***/
a img.icon-nav {
  height: 45px;
  width:45px; 
  display:block;
  border-radius: 50%;
  margin:14px auto 0;
  border:0;
  }
  a:hover img.icon-nav {
  background:#c0c0c0;
  border:solid thin #c0c0c0;
  border: thin solid #c0c0c0;
  height: 45px;
  width:45px; 
  }
 #header-wrapper-mp #main-menu .highlight a {
  color:#bdb39d !important;
  }

  .highlight a img.icon-nav  {
  background:#bdb39d;
  border:solid thin #bdb39d;
  color:#bdb39d !important;
  }
 .icon-list a img.icon-nav {
  height: 60px;
  width:60px; 
  display:block;
  border-radius: 50%;
  margin:15px auto 0;
  border:0;
  }
  .icon-list a:hover img.icon-nav {
  background:#c0c0c0;
  border:solid thin #c0c0c0;
  border: thin solid #c0c0c0;
  height: 60px;
  width:60px; 
  }
  
/*** mega menu dropdown ***/
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block; }

.sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-mega {
  background-color: #CFDEFF;
  padding: 1em;
  box-sizing: border-box;
  width: 100%; }

.sf-mega-section {
  float: left;
  width: 8em;
  /* optional */
  padding: 0 1em 1em 0;
  margin-right: 1em;
  border-right: 1px solid #b4c8f5; }

.sf-menu .sf-mega {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  /* allow long menu items to determine submenu width */ }


/*** arrows (for all except IE7) **/
.sf-arrows {
  /* styling for right-facing arrows */ }
  .sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */ }
    .sf-arrows .sf-with-ul::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1.5em;
      margin-top: -1px;
      height: 0;
      width: 0;
      /* order of following 3 rules important for fallbacks to work */
      border: 4px solid transparent;
      /*border-top-color: #333; */
      /* edit this to suit design (no rgba in IE8) */
      border-top-color: rgba(10, 10, 10, 0.5); }
  .sf-arrows > li > .sf-with-ul:focus:after,
  .sf-arrows > li:hover > .sf-with-ul:after,
  .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #333;
    /* IE8 fallback colour */ }
  .sf-arrows ul .sf-with-ul:after {
    margin-top: -4px;
    margin-right: -5px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255, 255, 255, 0.5); }
  .sf-arrows ul li > .sf-with-ul:focus:after,
  .sf-arrows ul li:hover > .sf-with-ul:after,
  .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white; }

/*------------------------------------------------------------------
[Off-canvas menu]
*/
.menu-wrap a {
  color: #231f20; }
  .menu-wrap a:hover, .menu-wrap a:focus {
    color: #E84855;
    text-decoration: none; }

.content-wrap {
  -webkit-overflow-scrolling: touch; }

.content {
  position: relative;
  background: #b4bad2; }
  .content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

/* Menu */
.menu-wrap {
  position: fixed;
  right: 0;
  z-index: 10001;
  width: 94%;
  height: 100%;
  background: #a39f95;
  padding: 15px 15px 0;
  font-size: 1.15em;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.menu, .icon-list {
  height: 100%; }
.icon-list {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  .icon-list a {
    display: block;
    padding: 0.5em;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); }
  .icon-list .socials {
    margin-top: 32px; }
    .icon-list .socials li {
      list-style: none;
      display: inline-block;
      padding: 0px; }
      .icon-list .socials li i:before {
        color: #999;
        font-size: 24px !important;
        margin-left: 0 !important;
        line-height: 30px;
        transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out; }
      .icon-list .socials li:hover i:before {
        color: #E84855; }

.icon-list, .icon-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.icon-list a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0); }

.icon-list a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0); }

.icon-list a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0); }

.icon-list a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0); }

.icon-list a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0); }

.icon-list a span {
  margin-left: 10px;
  font-weight: 700;
  font-size: 12px;
  text-align:center;
  text-transform: uppercase;
  letter-spacing: 1px; }

/**** SOCIAL ****/

.social_icon{ 
    float:left;
    width:55px;
    height:55px;
    margin-right:10px;
    cursor:pointer;
}
#social_top_holder{
  width: 260px;
  margin: 0 auto;
}

#gp {background:URL('../images/i-gl.png') center center no-repeat; background-size: 100%;}
#fb {background:URL('../images/i-fb.png') center center no-repeat; background-size: 100%;}
#tw{background:URL('../images/i-tw.png') center center no-repeat; background-size: 100%;}
#em{background:URL('../images/i-email.png') center center no-repeat; background-size: 100%;}

#newsletter_form{
    display:none;
    position:fixed;
    top:10%;
    background:white;
    border:3px #ccc;
    border-radius: 20px;
    max-height:90%;
    max-width:70%;
}

#socialToolbarPopup{
  text-decoration: none;
  z-index: 100000;
  background: #fff;
  position: fixed;
  top: 10% !important;
  left:15% !important;
  width: 70%;
  height: 82%;
  border: 5px solid #e3e3e1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-box-shadow: -1px -1px 15px 5px #333333;
  -webkit-box-shadow: -1px -1px 15px 5px #333333;
  -o-box-shadow: -1px -1px 15px 5px #333333;
  box-shadow: -1px -1px 15px 5px #333333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#333333');
}

.popupToolBarBody{    
  position: fixed;
  top: 23%;
  left:18%;
  width: 65%;
  height: 65%;
}

/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.show-menu .icon-list,
.show-menu .icon-list a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.show-menu .icon-list a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s; }

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.icon-list {
  padding-left: 0px; }
  .icon-list li.menu-item {
    float: left;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 32.9%;
  }

  .icon-list li:last-child { 
  bottom: 15px;
    position: absolute;
    width: 100%;}
  .icon-list li:hover i {
    color: #E84855; }
   .icon-list li.menu-item a:before {
      /*position: absolute;
      content: " ";
      bottom: 3px;
      width: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      transition-delay: 0.1s; 
*/
 }
  .icon-list li.menu-item:hover a:before {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .icon-list li .m-usermenu {
    background: #202020;
    padding: 20px 15px 0px 15px;
    border-left: 1px solid #E84855; }
    .icon-list li .m-usermenu .article-author-userpic {
      display: inline-block;}
      .icon-list li .m-usermenu .article-author-userpic img {
        max-width: 40px !important;}
    .icon-list li .m-usermenu .article-author-name {
      display: inline-block;
      margin: 0 0 24px 0;
      padding-left: 8px; }
    .icon-list li .m-usermenu h4 {
      letter-spacing: 1px;
      margin: 8px 0 0 0;
      padding: 0; }
      .icon-list li .m-usermenu h4 a {
        font-size: 16px; }
    .icon-list li .m-usermenu a {
      display: inline-block;
      padding: 0; }

/*------------------------------------------------------------------
[6. Header Styles]
*/
/* Small Top with Contacts and Shop Features */
#sub-top-dark, #sub-top-light {
  height: 40px;
  font-size: 12px; }
  #sub-top-dark i, #sub-top-light i {
    margin-right: 4px;
    font-size: 14px; }
  #sub-top-dark .top-contacts, #sub-top-dark .top-shop, #sub-top-light .top-contacts, #sub-top-light .top-shop {
    padding-top: 10px; }
  #sub-top-dark .top-contacts, #sub-top-light .top-contacts {
    float: left; }
    #sub-top-dark .top-contacts div, #sub-top-light .top-contacts div {
      display: inline;
      margin-right: 12px; }
  #sub-top-dark .top-shop, #sub-top-light .top-shop {
    float: right; }

/* Site Title for Main Page */
#header-wrapper-mp {
  /* Main menu for Main Page */ }
  #header-wrapper-mp #site-title {
    float: left; margin-top: 10px; padding: 0 10px;}
    #header-wrapper-mp #site-title a {
      text-decoration: none;  }
    #header-wrapper-mp #site-title a:hover {
      opacity: .6  }
      #header-wrapper-mp #site-title a h1 {
        font-size: 44px;
        margin-top: 37px;
        text-transform: uppercase; }
        #header-wrapper-mp #site-title a h1 i {
          margin-right: 14px;
          font-weight: normal !important; }
          #header-wrapper-mp #site-title a h1 i::before {
            font-size: 42px;
            margin-left: 0px; }
  #header-wrapper-mp #main-menu {
    float: right;
    border: none;}
    #header-wrapper-mp #main-menu ul {
      list-style: none;
      /*margin-bottom: 12px;
      margin-right: 60px;*/
      margin-bottom: 0px;
      margin-right: 8px;
      margin-top: 15px;
    }
    #header-wrapper-mp #main-menu > li {
      display: inline-block;
      margin-right: 14px;
      border: none; }
    #header-wrapper-mp #main-menu li:last-child {
      margin-right: 0; }
    #header-wrapper-mp #main-menu a {
      font-weight: 600;
      font-size: 11px; }
    #header-wrapper-mp #main-menu > ul > li > a {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 11px; }
/* wraper background */

/* Sticky Header */
.sticky-overlay .sticky-wrapper {
  position: relative;
  z-index: 999; }

.head-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }

#header-wrapper-mp .sticky-header {
  /*height: 80px;
  background-color:#a34c00;*/
  height: 0;
  background: none;
}
#header-wrapper-mp #site-title h1, #header-wrapper-mp #site-title h1 i::before, #header-wrapper-mp #main-menu {
  transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  -webkit-transition: margin 0.5s ease-in-out;
  -o-transition: margin 0.5s ease-in-out;
  -ms-transition: margin 0.5s ease-in-out;
  transition-delay: 0.5s; }

#header-wrapper-mp {
  width: 100%;
  text-align: center;
  box-sizing: border-box; }

.sticky-header {
  position: relative;
  top: 20;
  right: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box; }

#header-wrapper-mp .is-sticky .sticky-header {
  filter: alpha(opacity=90);
  height: 0px;
  top: 0;
  -webkit-transition: width 0.5s, height 0.5s, background-color 0.1s, -webkit-transform 0.5s;
  transition: width 0.5s, height 0.5s, background-color 0.1s, transform 0.5s;
  transition-delay: 0.1s; }
#header-wrapper-mp .is-sticky > .sticky-header > .mp-nav {
  border-bottom: none; }
#header-wrapper-mp .is-sticky #site-title {
  float: left; }
#header-wrapper-mp .is-sticky #site-title h1 {
  font-size: 28px;
  margin-top: 24px; }
  #header-wrapper-mp .is-sticky #site-title h1 i::before {
    font-size: 30px; }
#header-wrapper-mp .is-sticky #site-title h1 a {
  text-decoration: none; }
#header-wrapper-mp .is-sticky #main-menu {
  float: right;
  border: none;
  margin-top: 0; }
  #header-wrapper-mp .is-sticky #main-menu > ul > li > a {
   /* text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;*/
  }
/* Sticky btnnav */
.btmNav  {
  position: relative; 
  bottom: 0;
  left: 0;
      height: 100%;
    min-height: 40px;
    max-height: 80px;
  width: 100%;
 background: rgba(163,76,0,.8);
 display:block;
   z-index: 999;  } 
.btmNav .follow {
     float:right;
     position:relative;
     padding-bottom:10px;}
/* Header and Initial menu Colors -------------------------------------------------
*/
#sub-top-dark {
  background-color: #a34c00;
  color: #eaeaea; }
  #sub-top-dark a, #sub-top-dark i {
    color: #eaeaea; }

#sub-top-light {
  background-color: #f2f2f2;
  color: #333; }
  #sub-top-light a, #sub-top-light i {
    color: #333; }

#header-wrapper-mp .header-dark {
  background: #a34c00; }
  #header-wrapper-mp .header-dark .nav-icon div {
    background-color: #000; }
  #header-wrapper-mp .header-dark .nav-icon::before, #header-wrapper-mp .header-dark .nav-icon::after {
    background-color: #000; }
  #header-wrapper-mp .header-dark .nav-icon:hover:before, #header-wrapper-mp .header-dark .nav-icon:hover:after, #header-wrapper-mp .header-dark .nav-icon:hover div {
    background-color: #E84855; }
  #header-wrapper-mp .header-dark #site-title a {
    color: #fff; }
    #header-wrapper-mp .header-dark #site-title a h1 {
      color: #fff !important; }
      #header-wrapper-mp .header-dark #site-title a h1 i {
        color: #fff; }
  #header-wrapper-mp .header-dark #mobnav-btn i {
    color: #fff; }
  #header-wrapper-mp .header-dark #main-menu a > i {
    color: #eaeaea; }
  #header-wrapper-mp .header-dark #main-menu a:hover {
    color: #fff; }
  #header-wrapper-mp .header-dark #main-menu > ul > li > a {
    color: #000;
    letter-spacing:0; }
  #header-wrapper-mp .header-dark #main-menu > ul > li > .sf-with-ul:after {
    border-top-color: #fff; }
  #header-wrapper-mp .header-dark .overlay-border {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 72px;
    margin-top: 64px;
    padding: 4px 0 6px 0;
    text-align: left;
    color: #333; }
    #header-wrapper-mp .header-dark .overlay-border .overlay-content {
      padding: 0 42px 0 42px; }
    #header-wrapper-mp .header-dark .overlay-border input, #header-wrapper-mp .header-dark .overlay-border textarea {
      border: 1px solid #202020;
      border-radius: 1px;
      color: #202020; }
    #header-wrapper-mp .header-dark .overlay-border:hover {
      background: white; }
    #header-wrapper-mp .header-dark .overlay-border:hover i::before {
      color: #E84855; }
    #header-wrapper-mp .header-dark .overlay-border a {
      color: #333; }
      #header-wrapper-mp .header-dark .overlay-border a:hover, #header-wrapper-mp .header-dark .overlay-border a:focus {
        color: #333;
        text-decoration: none; }
    #header-wrapper-mp .header-dark .overlay-border i::before {
      font-size: 18px; }
    #header-wrapper-mp .header-dark .overlay-border .label-click {
      top: -50px;
      left: auto;
      right: -50px;
      position: absolute;
      z-index: auto;
      padding-top: 80px;
      width: 100px;
      height: 100px;
      background: #202020;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      #header-wrapper-mp .header-dark .overlay-border .label-click i::before {
        font-size: 22px;
        top: 64px;
        left: 40px;
        margin: 0;
        position: absolute;
        color: #fff; }
    #header-wrapper-mp .header-dark .overlay-border i::before {
      font-size: 72px;
      color: #202020;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out; }
    #header-wrapper-mp .header-dark .overlay-border h4 {
      color: #202020;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      display: inline-block;
      letter-spacing: normal; }
    #header-wrapper-mp .header-dark .overlay-border p {
      font-size: 12px;
      color: #202020; }
    #header-wrapper-mp .header-dark .overlay-border .overlay-description {
      margin-top: 21px; }
      #header-wrapper-mp .header-dark .overlay-border .overlay-description ul {
        padding: 0px; }
        #header-wrapper-mp .header-dark .overlay-border .overlay-description ul li {
          list-style: none;
          display: inline-block;
          padding: 0px; }
          #header-wrapper-mp .header-dark .overlay-border .overlay-description ul li i, #header-wrapper-mp .header-dark .overlay-border .overlay-description ul li i::before {
            color: #202020;
            font-size: 24px !important;
            margin-left: 0 !important;
            line-height: 30px; }
          #header-wrapper-mp .header-dark .overlay-border .overlay-description ul li a:hover i::before {
            color: #E84855; }
#header-wrapper-mp .header-light {
  background: #fff; }
  #header-wrapper-mp .header-light .nav-icon div {
    background-color: #202020; }
  #header-wrapper-mp .header-light .nav-icon::before, #header-wrapper-mp .header-light .nav-icon::after {
    background-color: #202020; }
  #header-wrapper-mp .header-light .nav-icon:hover:before, #header-wrapper-mp .header-light .nav-icon:hover:after, #header-wrapper-mp .header-light .nav-icon:hover div {
    background-color: #E84855; }
  #header-wrapper-mp .header-light #site-title a {
    color: #202020; }
    #header-wrapper-mp .header-light #site-title a h1 {
      color: #202020 !important; }
      #header-wrapper-mp .header-light #site-title a h1 i {
        color: #202020; }
  #header-wrapper-mp .header-light #mobnav-btn i {
    color: #202020; }
  #header-wrapper-mp .header-light #main-menu a > i {
    color: #333; }
  #header-wrapper-mp .header-light #main-menu a:hover {
    color: #E84855; }
  #header-wrapper-mp .header-light #main-menu > ul > li > a {
    color: #202020;
    letter-spacing: 3px; }
  #header-wrapper-mp .header-light #main-menu > ul > li > .sf-with-ul:after {
    border-top-color: #202020; }
  #header-wrapper-mp .header-light .overlay-border {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 72px;
    margin-top: 64px;
    padding: 4px 0 6px 0;
    text-align: left;
    color: #333; }
    #header-wrapper-mp .header-light .overlay-border .overlay-content {
      padding: 0 42px 0 42px; }
    #header-wrapper-mp .header-light .overlay-border input, #header-wrapper-mp .header-light .overlay-border textarea {
      border: 1px solid #202020;
      border-radius: 1px;
      color: #202020; }
    #header-wrapper-mp .header-light .overlay-border:hover {
      background: white; }
    #header-wrapper-mp .header-light .overlay-border:hover i::before {
      color: #E84855; }
    #header-wrapper-mp .header-light .overlay-border a {
      color: #333; }
      #header-wrapper-mp .header-light .overlay-border a:hover, #header-wrapper-mp .header-light .overlay-border a:focus {
        color: #333;
        text-decoration: none; }
    #header-wrapper-mp .header-light .overlay-border i::before {
      font-size: 18px; }
    #header-wrapper-mp .header-light .overlay-border .label-click {
      top: -50px;
      left: auto;
      right: -50px;
      position: absolute;
      z-index: auto;
      padding-top: 80px;
      width: 100px;
      height: 100px;
      background: #a34c00;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      #header-wrapper-mp .header-light .overlay-border .label-click i::before {
        font-size: 22px;
        top: 64px;
        left: 40px;
        margin: 0;
        position: absolute;
        color: #fff; }
    #header-wrapper-mp .header-light .overlay-border i::before {
      font-size: 72px;
      color: #202020;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out; }
    #header-wrapper-mp .header-light .overlay-border h4 {
      color: #202020;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      display: inline-block;
      letter-spacing: normal; }
    #header-wrapper-mp .header-light .overlay-border p {
      font-size: 12px;
      color: #202020; }
    #header-wrapper-mp .header-light .overlay-border .overlay-description {
      margin-top: 21px; }
      #header-wrapper-mp .header-light .overlay-border .overlay-description ul {
        padding: 0px; }
        #header-wrapper-mp .header-light .overlay-border .overlay-description ul li {
          list-style: none;
          display: inline-block;
          padding: 0px; }
          #header-wrapper-mp .header-light .overlay-border .overlay-description ul li i, #header-wrapper-mp .header-light .overlay-border .overlay-description ul li i::before {
            color: #202020;
            font-size: 24px !important;
            margin-left: 0 !important;
            line-height: 30px; }
          #header-wrapper-mp .header-light .overlay-border .overlay-description ul li a:hover i::before {
            color: #E84855; }

#header-wrapper-mp .nobg {
  background: none; }

#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu .sf-arrows > li > .sf-with-ul:focus:after,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu .sf-arrows > li:hover > .sf-with-ul:after,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #fff; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu a > i {
  color: #fff !important; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu a > i {
  color: #eaeaea !important; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu a:hover {
  color: #fff; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu > ul > li > a {
  color: #eaeaea; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu > ul > li > .sf-with-ul:after {
  border-top-color: #fff !important; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .overlay-border {
  display: none; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon div {
  background-color: #181818; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon::before, #header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon::after {
  background-color: #fff; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon:hover:before, #header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon:hover:after, #header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon:hover div {
  background-color: #E84855; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #site-title a {
  color: #fff !important; }
  #header-wrapper-mp.sticky-menu-dark .is-sticky #site-title a h1 {
    color: #fff !important; }
    #header-wrapper-mp.sticky-menu-dark .is-sticky #site-title a h1 i {
      color: #fff !important; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .sticky-header {
  background: #a34c00;
  opacity: 1; }
#header-wrapper-mp.sticky-menu-dark .sf-menu ul li {
  background: #a34c00;
  opacity: 1; }
  #header-wrapper-mp.sticky-menu-dark .sf-menu ul li ul li {
    background: #181818;
    opacity: 1; }
  #header-wrapper-mp.sticky-menu-dark .sf-menu ul li:hover, #header-wrapper-mp.sticky-menu-dark .sf-menu ul li.sfHover {
    background: #a34c00; }
  

#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu a > i {
  color: #202020; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > .sf-with-ul:after {
  border-top-color: #333; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a {
  color: #eaeaea; }
  #header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a:hover {
    color: #fff !important; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu a > i {
  color: #333; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu a:hover {
  color: #E84855; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a {
  color: #202020; }
  #header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a:hover {
    color: #E84855; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > .sf-with-ul:after {
  border-top-color: #202020; }
ul.sf-menu li.highlight {
    background-color: #361500;
      }
ul.sf-menu li.highlight a{ color:#333; cursor:default;}

#header-wrapper-mp.sticky-menu-light .is-sticky .overlay-border {
  display: none; }
#header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon div {
  background-color: #333; }
#header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon::before, #header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon::after {
  background-color: #333; }
#header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon:hover:before, #header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon:hover:after, #header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon:hover div {
  background-color: #E84855; }
#header-wrapper-mp.sticky-menu-light .is-sticky #site-title a {
  color: #333 !important; }
  #header-wrapper-mp.sticky-menu-light .is-sticky #site-title a h1 {
    color: #333 !important; }
    #header-wrapper-mp.sticky-menu-light .is-sticky #site-title a h1 i {
      color: #333 !important; }
#header-wrapper-mp.sticky-menu-light .is-sticky .sticky-header {
  background: #a34c00;
  opacity: 1; }
#header-wrapper-mp.sticky-menu-light .sf-menu ul li {
  background: #a34c00;
  opacity: 1; }
  #header-wrapper-mp.sticky-menu-light .sf-menu ul li ul li {
    background: #a34c00;
    opacity: 1; }
  #header-wrapper-mp.sticky-menu-light .sf-menu ul li:hover, #header-wrapper-mp.sticky-menu-light .sf-menu ul li.sfHover {
    background: #a34c00; }

#hamburger{
  display: inline-block;
}

/* Menu Top Button */
.menu-button {
  position: relative; !important;
  top: 0px;
  right: 0px;
  /*position: absolute !important;
  top: -71px;
  right: -55px;*/
  z-index: 10000;
  margin-left: 2em;
  margin-right: 0px;
  padding: 0 !important;
  cursor: pointer; }
.button {
  background-color: #bc392b;
  border: none;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 1% auto;
  border-radius: 16px;
}
.nav-icon {
  margin: 1em 0 1em 1em;
  width: 30px; }

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  -o-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  content: '';
  display: block;
  height: 2px;
  margin: 10px 0;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.nav-icon:hover:before {
  transform: translateY(12px) rotate(135deg);
  -moz-transform: translateY(12px) rotate(135deg);
  -webkit-transform: translateY(12px) rotate(135deg); }

.nav-icon:hover:after {
  transform: translateY(-12px) rotate(-135deg);
  -moz-transform: translateY(-12px) rotate(-135deg);
  -webkit-transform: translateY(-12px) rotate(-135deg); }

.nav-icon:hover div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

/* Close Button */
.close-button {
  position: absolute;
  right: -9px;
  top: 0em;
  border: none;
  background: transparent; }

.nav-icon2 {
  margin: 1em;
  width: 30px;
  cursor: pointer; }

.nav-icon2:after,
.nav-icon2:before,
.nav-icon2 div {
  background-color: #eaeaea;
  -o-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  content: '';
  display: block;
  height: 2px;
  margin: 10px 0;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.nav-icon2:before {
  transform: translateY(12px) rotate(135deg);
  -moz-transform: translateY(12px) rotate(135deg);
  -webkit-transform: translateY(12px) rotate(135deg); }

.nav-icon2:after {
  transform: translateY(-12px) rotate(-135deg);
  -moz-transform: translateY(-12px) rotate(-135deg);
  -webkit-transform: translateY(-12px) rotate(-135deg); }

.nav-icon2 div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

.nav-icon2:hover:before {
  background-color: #E84855;
  transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -webkit-transform: translateY(0px) rotate(0deg); }

.nav-icon2:hover:after {
  background-color: #E84855;
  transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -webkit-transform: translateY(0px) rotate(0deg); }

.nav-icon2:hover div {
  background-color: #E84855;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

/*------------------------------------------------------------------
[Slider Revolution]
*/
.tparrows.preview1:after {
  background: transparent !important; }

.tparrows.preview1:hover:after {
  color: #E84855; }

.hades.tparrows {
  background: none; }

.hades.tparrows:before {
  color: #fff !important;
  opacity: .7;
  font-size: 40px; }

.hades.tparrows:hover:before {
  opacity: 1;
  background: none; }

.tp-bullets .tp-bullet {
  height: 4px;
  width: 24px; }
.tp-bullets .selected {
  background-color: #E84855; }

.tp-caption a {
  margin: 0; }

.cap-title {
  font-size: 34px;
  text-transform: uppercase; 
  font-weight:700;
  line-height: 140%;}

.cap-subtitle {
  font-size: 20px;
  margin-top: 5px;
  line-height: 150%;}

.cap-sub-subtitle {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3px; }

.cap-title {
  color:#361500;}

.cap-subtitle {
  color: #666; }

.cap-sub-subtitle {
  color: #666; }
  

/*------------------------------------------------------------------
[8. Page Content]
*/
#intro, #inforgraphic { 
min-height:800px;
margin:0 auto;}
#intro.e-block-light { min-height:1200px !important;}

#intro .text-center, #innerHeader .text-center {max-width:700px; margin:5% auto; } 

.progressbar {
  display: inline-block;
  width: 200px;
  margin: 25px; }


/* Features */
.features-block a, .features-block a:hover, .features-block a:focus {
  text-decoration: none; }
 #Overview .pantagon  {
   width:620px; height:505px;
   padding: 60px 20px;
   margin:0 auto;
   background:url(../images/bg-pentagon600-w.png) center no-repeat;}

/* animation*/

/* Timeline */
#timeline > div > div .btn-lgr-str {
  margin-right: 0 !important; }

.timeline {
  list-style: none;
  padding: 38px 0 20px;
  position: relative;
  top:25px; 
  display:table;}

  .timeline div {
    position: relative; }
    .timeline div:before, .timeline div:after {
      content: " ";
      display: table; }
    .timeline div:after {
      clear: both; }
    .timeline div.timeline-photo, .timeline-photo  {
      min-height:100px;
      max-height: 300px;
      overflow:hidden; 
    }

    .timeline .timeline-time {

      /*left:30px;
      top:30px;
      max-width:83%;*/
      
      left:       0px;
      top:        0px;
      max-width:  100%;
      font-size:.8em;
      line-height:1em;     
      z-index: 9;
      -moz-transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
    }
  .timeline .timeline-time { }
  .timeline .timeline-time a {}
  .timeline .timeline-time a:hover {}
    .timeline-badge {
    background: #000 none repeat scroll 0 0;
    border: 5px solid #000;
    border-radius: 15px 15px 15px 15px;
    color: #fff;
    display: block;
    font-size: 2em;
    height: auto;
    line-height: 35px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  letter-spacing:1px;
  font-weight:400;
    top: 15px;
    width: 40%;
    z-index: 100;
}
    .timeline-photo img{
    width:100%; height:auto;
      }
    .timeline-video iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display:block;
  }

  .timeline .factory {
    float: right; } 
  .timeline .family {
    float: left; }  
  .timeline li.timeline > .family {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  .timeline li.timeline > .factory {
     float: right;border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; }
  
.factory {
  background: #eee;
  height:100%; 
  display:block;
  }
.family {
  background: #ffffff;
  height:100%; 
  display:block;
  }

.timeline-panel {
  width: 100%;
  height:100%;
  display:table-cell;
  vertical-align: top;
  border-top:#000 solid 15px;
  padding: 30px;
  position: relative;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  
  .timeline-panel h3 {
    line-height: 1.3em; 
    font-size: 1.8em;}
  .timeline-panel h6 {
    padding-left: 14px;
    margin-bottom: 12px;
    border-left: 1px solid #808080; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

.third_img_holder {
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}


.third_img_holder .info {
  position: absolute;
  top: 15%;
  left: 0px;
  width: 100%;
  text-align: center !important;
  color: white;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #333;
  letter-spacing: 1px;
  padding: 0 15%;
  line-height: 1.2em;
}
 
.third_img_holder img {
  max-width: 100%;
  max-height: 480px;
}
.logo_third {width:90%; margin: 10% auto;}
.third_img_holder a:hover { opacity:.6;
-moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 0; }

 .timeline .timeline-panel {
    /*width: 100%;*/
   }
  
 .timeline .timeline-panel {
    /*float: right;*/
  }

 .timeline .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }

  .timeline .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; }
  .next_prev_wrapper{
      margin: 20px auto !important;
    } 
/*.btmNav {background:none !important}*/
 }
/* Photocard */
.cd-single-item {
  position: relative; }

.cd-slider-wrapper {
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: width; }
  .cd-slider-wrapper ul {
    margin: 0; }

@media only screen and (min-width: 1024px) {
  .cd-slider-wrapper {
    width: 50%; }

  .cd-slider-active .cd-slider-wrapper {
    width: 100%; } }
.cd-slider {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.cd-slider::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }

.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.cd-slider li img {
  display: block;
  width: 100%; }

.cd-slider li.selected {
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.cd-slider li.move-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

@media only screen and (min-width: 1024px) {
  .cd-slider {
    cursor: pointer; }

  .cd-slider::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; }

  .cd-slider::after {
    /* slider cover layer - to indicate the image is clickable */
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(232, 72, 85, 0.4) url("../images/cd-icon-zoom.svg") no-repeat center center;
    /* size of the icon */
    background-size: 48px;
    opacity: 0;
    z-index: 4;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s; }

  .no-touch .cd-slider:hover::after {
    opacity: 1; }

  .cd-slider-active .cd-slider {
    cursor: auto; }

  .cd-slider-active .cd-slider::after {
    display: none; } }
@media only screen and (min-width: 1024px) {
  .cd-slider-navigation li, .cd-slider-pagination {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s; }

  .cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
    transition: opacity 0.4s 0.4s, visibility 0s 0.4s; } }
.cd-slider-navigation li {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.cd-slider-navigation li:first-of-type {
  left: 10px; }

.cd-slider-navigation li:last-of-type {
  right: 10px; }

.cd-slider-navigation li a {
  display: block;
  width: 48px;
  height: 48px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cd-slider-navigation li a.inactive {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s; }

.no-touch .cd-slider-navigation li a:hover {
  opacity: .7; }

.cd-slider-navigation li:first-of-type a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

@media only screen and (min-width: 1024px) {
  .cd-slider-navigation li:first-child {
    left: 30px; }

  .cd-slider-navigation li:last-child {
    right: 30px; } }
.cd-slider-pagination {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden; }

.cd-slider-pagination:after {
  content: "";
  display: table;
  clear: both; }

.touch .cd-slider-pagination {
  visibility: hidden; }

.cd-slider-pagination li {
  display: inline-block;
  float: left;
  margin: 0 5px; }

.cd-slider-pagination li.selected a {
  background: #E84855; }

.cd-slider-pagination a {
  display: block;
  height: 4px;
  width: 24px;
  border-radius: 0;
  /* fix a bug in IE9/10 - transparent anchor not clickable */
  background-color: rgba(255, 255, 255, 0.3);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .cd-slider-pagination a:hover {
    background-color: #eaeaea; }

.cd-slider-wrapper .cd-close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: url("../images/cd-icon-close.svg") no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0.4s; }

.cd-slider-active .cd-slider-wrapper .cd-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; }

.no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

@media only screen and (min-width: 1024px) {
  .cd-slider-wrapper .cd-close {
    display: block; } }
.cd-item-info {
  padding: 50px 5%; }

.cd-item-info h2, .cd-item-info p {
  max-width: 480px; }

.cd-item-info h2 {
  font-size: 4.1rem; }

.cd-item-info p {
  line-height: 1.6;
  margin: 1em 0; }

.cd-item-info .add-to-cart {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  padding: .8em 1.6em;
  background-color: #f42e4e;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px; }

@media only screen and (min-width: 1024px) {
  .cd-item-info {
    position: absolute;
    width: 50%;
    top: 3%;
    right: 0;
    padding: 60px 60px 0;
    margin: 0; } }
.cd-content p {
  width: 90%;
  max-width: 768px;
  padding: 4em 0;
  margin: 0 auto;
  color: #afa8a0;
  line-height: 1.8; }

/* Articles */
.author-userpic {
  display: inline-block; }

/* Portfolio Block */
.portfolio-hp .mag-content {
  margin: 0 auto;
  max-width: 1170px; }

/* Isotope Portfolio */
.grid {
  padding: 0; }
  .grid .row {
    margin-left: 0;
    margin-right: 0; }
    .grid .row .grid-item {
      border: none;
      padding-right: 5px;
      padding-left: 5px; }

.grid {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

/* Counts Block */
.bg-light .counts {
  color: #fff; }

.bg-dark .counts {
  color: #fff; }

.counts {
  text-align: center; }
  .counts i::before,
  .counts .count, .counts .digit, .counts .count-text {
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition-delay: .1s; }
  .counts .count-container {
    text-align: center; }
    .counts .count-container .count-icon {
      margin: 0;
      padding: 0;
      font-size: 25px; }
      .counts .count-container .count-icon i::before {
        color: #fff;
        font-size: 40px;
        margin: 0; }
    .counts .count-container .count {
      text-align: center;
      display: inline-block;
      opacity: .8; }
      .counts .count-container .count .digit {
        color: #fff;
        font-size: 40px;
        line-height: 64px;
        margin: 0;
        padding: 0; }
      .counts .count-container .count .count-text {
        color: #fff;
        margin-top: 8px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 3px; }
      .counts .count-container .count:hover {
        color: #E84855;
        cursor: pointer; }
        .counts .count-container .count:hover i::before {
          color: #E84855; }
      .counts .count-container .count:hover .digit, .counts .count-container .count:hover .count-text {
        color: #E84855; }
  .container .pt-section:after {margin:10% auto;}
/* Details */
.m-details i::before {
  font-size: 32px;
  color: #E84855;
  line-height: 32px; }

/* Review Mainpage Block */
.customer-review .review-container {
  width: 80%;
  text-align: center;
  display: inline-block;
  vertical-align: middle; }
  .customer-review .review-container .review-author {
    display: inline-block;
    text-align: center;
    margin-bottom: 40px; }
    .customer-review .review-container .review-author span {
      color: #666; }
  .customer-review .review-container .review-content {
    display: inline-block;
    text-align: left; }

/* Services block */
.hp-services ul {
  margin-top: 8px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 600; }
  .hp-services ul li {
    color: #202020;
    padding: 8px 0;
    border-bottom: 1px dotted #808080; }
    .hp-services ul li:last-child {
      border-bottom: none; }

.rd-medal, .rd-medal-skin, .rd-medal-light, .rd-medal-dark, .rd-medal-medium, .rd-medal-outline {
  text-align: center;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
  .rd-medal i::before, .rd-medal-skin i::before, .rd-medal-light i::before, .rd-medal-dark i::before, .rd-medal-medium i::before, .rd-medal-outline i::before {
    font-size: 36px;
    line-height: 100px;
    margin-left: 0px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out; }

.rd-medal {
  background: #eaeaea; }
  .rd-medal i::before {
    color: #202020; }
  .rd-medal:hover {
    background: #E84855; }
    .rd-medal:hover i::before {
      color: #fff; }

.rd-medal-skin {
  background: #fff; }
  .rd-medal-skin i::before {
    color: #E84855; }
  .rd-medal-skin:hover {
    background: #E84855; }
    .rd-medal-skin:hover i::before {
      color: #fff; }

.rd-medal-light {
  background: #eaeaea; }
  .rd-medal-light i::before {
    color: #202020; }
  .rd-medal-light:hover {
    background: #E84855; }
    .rd-medal-light:hover i::before {
      color: #fff; }

.rd-medal-dark {
  background: #202020; }
  .rd-medal-dark i::before {
    color: #fff; }
  .rd-medal-dark:hover {
    background: #E84855; }
    .rd-medal-dark:hover i::before {
      color: #fff; }

.rd-medal-medium {
  background: #808080; }
  .rd-medal-medium i::before {
    color: #fff; }
  .rd-medal-medium:hover {
    background: #E84855; }
    .rd-medal-medium:hover i::before {
      color: #fff; }

.rd-medal-outline {
  border: 2px solid #E84855; }
  .rd-medal-outline i::before {
    color: #E84855; }
  .rd-medal-outline:hover {
    border-color: #E84855;
    background: #E84855; }
    .rd-medal-outline:hover i::before {
      color: #fff; }

/* Brands Block */

.logos .logos-filter ul {
  list-style: none;
  padding: 0; }
  .logos .logos-filter ul li {
    display: inline-block;
    margin-right: 32px; }
    .logos .logos-filter ul li:last-child {
      margin-right: none; }
    .logos .logos-filter ul li a {
      font-family: "Dosis", sans-serif;
      font-size: 18px;
      font-style: oblique;
      color: #eaeaea; }
      .logos .logos-filter ul li a:hover {
        text-decoration: underline;
        color: #fff; }
      .logos .logos-filter ul li a:active {
        color: #fff; }
.logos .logos-item {
  text-align: center; }
  .logos .logos-item h3 {
    font-family: "Dosis", sans-serif;
    font-style: oblique; }
  .logos .logos-item .logos-pic-01 {
    width: 140px;
    height: 150px;
    margin: 0 auto 30px auto;
    background: url("../images/hp-portf-01.png") center no-repeat; }
  .logos .logos-item .logos-pic-02 {
    width: 140px;
    height: 150px;
    margin: 0 auto 30px auto;
    background: url("../images/hp-portf-02.png") center no-repeat; }
  .logos .logos-item .logos-pic-03 {
    width: 140px;
    height: 150px;
    margin: 0 auto 30px auto;
    background: url("../images/hp-portf-03.png") center no-repeat; }
  .logos .logos-item .logos-pic-04 {
    width: 140px;
    height: 150px;
    margin: 0 auto 30px auto;
    background: url("../images/hp-portf-04.png") center no-repeat; }
.logos .btn-logos {
  min-width: 180px; }

/* Feedback Block */
.feedback .wpcf7-form span.wpcf7-form-control-wrap {
  position: relative; }
.feedback .wpcf7-form .left-field {
  float: left; }
.feedback .wpcf7-form .right-field {
  float: right; }
.feedback .wpcf7-form .left-field, .feedback .wpcf7-form .right-field {
  width: calc(50% - 5px); }
.feedback .wpcf7-form input[type="text"], .feedback .wpcf7-form input[type="email"], .feedback .wpcf7-form input[type="password"], .feedback .wpcf7-form input[type="search"], .feedback .wpcf7-form input[type="url"], .feedback .wpcf7-form textarea {
  padding: 12px 15px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 0 0 2px transparent inset;
  box-sizing: border-box;
  margin: 0 0 10px;
  max-width: 100%;
  vertical-align: baseline;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #202020 !important; }
.feedback .wpcf7-form input[type="submit"] {
  width: auto; }
.feedback #form-messages .alert {
  border-radius: 0; }
 .news_letter {
    position: relative;
    float: none;
    height: 45px;
    width: 250px;
    margin: 21px auto 10px;
    padding: 10px;
    font-size: 16px;
    background: rgba(54,21,0,1);
    text-align: center;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}
 .news_letter:hover {
    background-color:#e84855;
    transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;}
  

/* Portfolio */
.portfolio-details {
  padding: 14px; }

.portfolio-caption {
  width: 100%;
  background: #f2f2f2;
  padding: 12px 18px 21px 18px;
  text-align: left;
  font-size: 12px; }
  .portfolio-caption p {
    margin: 0;
    line-height: 18px; }
  .portfolio-caption .portfolio-date {
    font-size: 11px;
    line-height: 20px;
    color: #999; }
    .portfolio-caption .portfolio-date a {
      color: #999; }
      .portfolio-caption .portfolio-date a:hover {
        color: #E84855;
        text-decoration: none; }
    .portfolio-caption .portfolio-date span {
      position: relative;
      font-size: 14px;
      margin-right: 2px; }
    .portfolio-caption .portfolio-date p {
      display: inline-block;
      margin-right: 10px; }
  .portfolio-caption a {
    color: #333; }
  .portfolio-caption h4 {
    margin: 10px 0 5px 0; }
    .portfolio-caption h4 a {
      color: #202020; }
      .portfolio-caption h4 a:hover, .portfolio-caption h4 a:active, .portfolio-caption h4 a:focus {
        color: #E84855;
        text-decoration: none; }
      .portfolio-caption h4 a:visited {
        text-decoration: none; }

.portfolio-item-data ul {
  padding-left: 0; }
  .portfolio-item-data ul li span {
    font-weight: 600; }

.port-filter ul {
  list-style: none;
  padding: 0; }
  .port-filter ul li {
    display: inline-block; }
    .port-filter ul li a {
      position: relative;
      padding: 6px 24px;
      margin-right: 1px;
      text-transform: uppercase;
      font-size: 12px;
      font-style: oblique;
      background: rgba(255, 255, 255, 0.1);
      letter-spacing: 3px;
      color: #fff;
      transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out; }
      .port-filter ul li a:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 8px 8px 0;
        border-color: #fff transparent;
        opacity: 0;
        display: block;
        width: 0;
        z-index: 1;
        margin-left: -8px;
        bottom: -8px;
        left: 50%;
        transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out; }
      .port-filter ul li a:hover, .port-filter ul li a:focus {
        text-decoration: none;
        background: #E84855;
        color: #fff; }
      .port-filter ul li a:hover:after, .port-filter ul li a:focus:after {
        border-color: #E84855 transparent;
        opacity: 1; }

/* video Media */
.video-div, .image-div{
    width:100%;
    margin:auto 0;
    text-align:center;
    height:auto;
    float:left;
    overflow: hidden;
}

.video-div img,.image-div img{
    width:100%;
    max-width:100%;
}
.video-div {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
}
.video-div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*------------------------------------------------------------------
[10. Hover Effects]
*/

/* Resouces hover */
#Resources {background:#fff;}
.resoucesitem { 
position:relative;
display: block;
background: rgba(255, 255, 255, 0);
  border:1px solid #ccc;
  border-top:3px solid #333;
  margin:2em 0;
  padding:20px;
  min-height:170px;
  color: #333;
  width:100%;
  }
  .resoucesitem h3 {
  font-size:1.8em;
  font-weight: 800;
  letter-spacing:.5px; 
  font-family: "Montserrat", sans-serif; 
  text-transform:uppercase;
  }
   
  .resoucesitem .resouces-link {
    position: absolute;
display: block;
background: rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
  margin:0;
    padding:0;
    width: 100%;
    height: 100%;
  }
  .resoucesitem .resouces-link a {
    display:block;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
}
 
  .resouces-text {
  top: 0;
    left: 0;
  margin: 0;
  padding:20px;
    width: 100%;
    height: 100%;
  text-decoration:none !important;
  display: block;
  background-color: rgba(142, 134, 121, 0);
  visibility: hidden;} 

    .resouces-link a:hover .resouces-text, .resouces-link a .resouces-text:hover  { 
  visibility:visible;
  text-decoration:none !important;
  background-color: rgba(198, 190, 175, 0.9);
  -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  a .resouces-text h3, a .resouces-text p {color:#bc392b; }
    a .resouces-text h3 {margin-top:0; font-weight:bold; border-bottom:#bc392b 1px dotted;}
    a:hover .resouces-text p {
      text-transform:none;
    font-size:150%;
    -webkit-transition: color 0.5s, font-size 0.5s;
      -moz-transition: color 0.5s, font-size 0.5s;
      -o-transition: color 0.5s, font-size 0.5s;
        transition: color 0.5s, font-size 0.5s;}

/*------------------------------------------------------------------
[Magmific Popup]
*/
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  position: absolute;
  padding: 13px;
  box-shadow: inset 2px -2px 0 0px #fff;
  cursor: pointer;
  -moz-transition: .15s;
  -o-transition: .15s;
  -webkit-transition: .15s;
  transition: .15s;
  margin-left: 0;
  border-left: 0;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  position: absolute;
  padding: 13px;
  box-shadow: inset 2px -2px 0 0px #fff;
  cursor: pointer;
  left: 50px;
  -moz-transition: .15s;
  -o-transition: .15s;
  -webkit-transition: .15s;
  transition: .15s;
  margin-left: 0;
  border-right: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mfp-arrow-right:before,
.mfp-arrow-left:before {
  display: none; }
  
 .white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: 600px;
  max-width: 1200px;
  margin: 0 auto;
  height: 550px;
}
iframe.popitem { 
  width: 100%;
  height: auto;
  height: 500px;
  border:0;
  padding-top: 0;
}


/*main icon extra style*/   
    
.icon {
  width: 110px;
  height:110px;
}

.icon-fvf {
  width:300px;
  }
.icon-fvfsm{
  width: 65px;
  }
  .icon-fvfmd{
    width: 150px;
    }
.hexagon .icon-animal {
  width: 80px;
  height:80px;
  background-color:#e84855;
  border-radius: 50%; 
  display:block;
  margin: -40px auto;
    position: relative;
    top: -40px;
}  
.hexagon {
  position: relative;
	top:80px;
  width: 600px; 
  height: 260px;
  background-color: #ffffff;
  margin: 173.21px auto;
border-radius: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 425px;
  height: 425px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 87.8680px;
border-radius: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.hexagon:before {
  top: -200px;
}

.hexagon:after {
  bottom: -200px;
}

/*cover up extra shadows*/
.hexagon span {
  display: block;
  position: absolute;
  top:0px;
  left: 0;
  width:600px;
  height:260px;
  z-index: 2;
  background: inherit;
border-radius: 30px;
    padding: 20px;
}
/*------------------------------------------------------------------
[Footer]
*/
#footer {
  background: #202020;
  min-height: 150px;
  color: #999;
  font-size: 12px;
  padding: 48px 0 48px 0;
  position: relative; }
  #footer h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 24px; }
  #footer p {
    margin-bottom: 10px; }
  #footer a {
    font-size: 12px;
    text-decoration: underline; }
  #footer i {
    color: #999; }
  #footer .contact {
    display: table; }
  #footer .footer-addr {
    width: 100%;
    margin-bottom: 24px;
    display: table-row; }
  #footer .footer-icon {
    width: 10%;
    display: table-cell;
    float: left;
    font-size: 16px; }
  #footer .addr-text {
    width: 90%;
    display: table-cell;
    float: right;
    padding-top: 4px; }

/* Flickr feed */
.thumbs {
  margin: 0 0 0 -6px;
  padding: 0;
  overflow: hidden; }
  .thumbs li {
    list-style: none;
    float: left;
    margin: 5px;
    padding: 3px;
    /*background: #eee;*/
    /*-moz-box-shadow: 0 0 4px #444;*/
    /*-webkit-box-shadow: 0 0 2px #000;*/ }
    .thumbs li img {
      width: 40px;
      height: 40px;
      display: block; }
    .thumbs li a img {
      border: none; }
  .thumbs .img-rounded {
    border-radius: 20px; }

#cycle {
  margin: 0;
  padding: 0;
  width: 500px;
  height: 333px;
  background: #eee;
 }

#cycle li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 3px;
  width: 500px;
  height: 333px;
  overflow: hidden; }

#cycle li div {
  position: absolute;
  bottom: 3px;
  left: 3px;
  padding: 3px;
  width: 494px;
  background: black;
  color: white;
  font-size: 12px;
  opacity: .8; }

/* Follow us */
.follow {
  margin-top: 21px; }
  .follow ul {
    padding: 0px; }
    .follow ul li {
      list-style: none;
      display: inline-block;
      padding: 0px;
      margin-right: 8px; }
      .follow ul li i, .follow ul li i::before {
        color: #999;
        font-size: 24px !important;
        margin-left: 0 !important;
        line-height: 30px; }
      .follow ul li a {
        text-decoration: none !important; }
        .follow ul li a:hover i::before {
          color: #E84855; }

.partners {
  opacity: .4;
  margin: 72px 0; }

#copyrights-wrapper {
  padding: 24px 0 24px 0;
  background-color: #202020; 
  height:220px;}
  #copyrights-wrapper .copyright {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #999; }
    #copyrights-wrapper .copyright a {
      color: #ececec; padding-left: 10px; }
      #copyrights-wrapper .copyright a:hover {
        color: #eaeaea; }
  #copyrights-wrapper .copy-attrs {
    float: left;
    margin-right: 30px; }
  #copyrights-wrapper .copy-link {
    float: left;
    margin-right: 30px; }

#scroll-buttons{
    display: none;
  }
/*.progress-tracker{
  display: none;
}*/


/*------------------------------------------------------------------
[13. Media Query]
*/
@media (max-width: 992px) {
  .divider-dynamic {
    height: 60px; }

  .overlay-border {
    display: none; }

  .team-member {
    margin-bottom: 32px; }

  .counts .count-container .count .count-icon {
    font-size: 32px; }

  .carousel-inner {
    margin: 0 auto;
    text-align: center; }

  #header-wrapper-mp #site-title,
  #header-wrapper-mp .is-sticky #site-title {float: left;}
    #header-wrapper-mp #site-title h1,
    #header-wrapper-mp .is-sticky #site-title h1 {
      font-size: 28px;
      margin-top: 24px; }
  #header-wrapper-mp  .header-title {
  left:-1000px;
  position:absolute;}
    /*#header-wrapper-mp .sticky-wrapper, #header-wrapper-mp .sticky-header*/
    #header-wrapper-mp .is-sticky .sticky-wrapper{}
    

  .m-desktop {
    display: none !important; }

  /*.menu-button {
    margin: 70px 0 0 0; }*/

  figure {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 0; }

  .customer-review .review-container .review-content {
    text-align: center; }

  .hp-block .hp-categories-menu {
    text-align: center; }
    .hp-block .hp-categories-menu ul {
      text-align: center;
      padding-left: 0px;
      white-space: normal;
      width: 100%; }
      .hp-block .hp-categories-menu ul li {
        width: 100%; } }

@media (max-width: 768px) {
  .title {
    padding-bottom: 0px;
    border-bottom: none; }

  .features-slider-wrap {
    display: none; }

  .digit {
    font-size: 38px;
    line-height: 24px; }

  .counts .count-container .count .count-icon {
    font-size: 24px; }

  .partners {
    display: none; }

  .port-filter ul li {
    display: block;
    margin-bottom: 24px;
    width: 100%; }
    .port-filter ul li a {
      width: 100%; }

  #header-wrapper-mp #site-title a h1 {
    font-size: 32px;
    margin-top: 42px; }
    #header-wrapper-mp #site-title a h1 i::before {
      font-size: 32px;
      margin-top: 112px; } 
  .timeline-badge {font-size: 1.4em;
    width: 60% !important;}
  .timeline, .timeline-panel {
    /*width:100%;*/
  } 
  #intro .text-center, #innerHeader .text-center {width:80%; } 
  /*#header-wrapper-mp .sticky-header {  
    height: 0 !important;
    background: none !important;
  }*/
  .dividewhite1,.dividewhite2,.dividewhite3,.dividewhite4,.dividewhite6,.dividewhite8,.dividewhite9,.dividewhite10 { 
    height: 0 !important;
  }
  .e-block {
    padding:10px 0;
  }  
  .family {
  background:#ffffff url(../images/label-farm.png) left top no-repeat;
  background-size: 30px;
  }
  .factory {
  background:#e5dbd1 url(../images/label-factory.png) left top no-repeat;
  background-size: 30px;
  }
  .hexagon, .hexagon span {
    position: relative;
    height: auto !important;
    margin: 0 auto 40%!important;
  }
}

@media (max-width: 400px) {

  .overlay-divide { display: none; }
  .count { display: block !important; margin-bottom: 30px; }
  .sticky-wrapper {    height: 80px; }
  .timeline, .timeline-panel {    
    /*width:100%;*/
  } 
  .timeline, .timeline-badge {  width: 100%;  display: block !important;  left:0; }
  /*.btmNav  {  height:50px;  background-color: rgba(0,0,0,0) !important;} */

  .cap-title {  font-size: 24px;  text-transform: uppercase; font-weight:700;}
  .cap-subtitle {  font-size: 18px;}
  .icon-fvf { width:150px;  }
  .dividewhite1,.dividewhite2,.dividewhite3,.dividewhite4,.dividewhite6,.dividewhite8,.dividewhite9,.dividewhite10 {
      height: 0 !important;}
  /*.progress-tracker {display:none}*/
  .third_img_holder {display: block;    margin: 1em auto;    width: 100% !important;}
  .timeline-panel { min-height:auto !important;}
  .timeline li .timeline-time {     left: 30px;    position: absolute;    top: 30px;}
  .timeline-badge {font-size: 1.1em;    width: 70% !important;}
  #intro .text-center, #innerHeader .text-center {width:100%; }
  .e-block {padding:0;} 
 
}

@media (max-width: 992px) {
  .hexagon, .hexagon span {
    margin:0 auto 60%;
	width: 100% !important; 
  max-width:600px;
  height: max-content;
  clear:all;
  }
	.hexagon:before,
	.hexagon:after {display:none !important;	} 
.dividewhite1,.dividewhite2,.dividewhite3,.dividewhite4,.dividewhite6,.dividewhite8,.dividewhite9,.dividewhite10 { height: 0 !important; }
   #intro.e-block-light { min-height:100px !important;}
}


/***************/
.next_box {position: relative;background: #1f1f1f;color:#fff;font-size:18px;font-weight:800;width:60px!important;line-height:19px;margin:-20px auto;text-transform:uppercase;letter-spacing: 1px;cursor: pointer;-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out; display: none !important;}
.next_box a, .next_box a:hover {color:#ffffff;}
.next_box:after, .arrow_box:before {top: 100%;  left: 50%; border:0 solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;}
.next_box:after {border-color: rgba(0, 0, 0, 0); border-top-color: #1f1f1f; border-width: 31px; margin-left: -31px;}
.next_box:before {border-color: rgba(194, 225, 245, 0); border-top-color: #c2e1f5;border-width: 31px;margin-left: -31px;}
.next_box:hover {
  background-color:#bc392b; 
  color:#000000 !important; 
  transition: all 0.35s ease-in-out;
   -moz-transition: all 0.35s ease-in-out;
   -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
.next_box:hover:after { 
  border-top-color: #bc392b;
  transition: all 0.35s ease-in-out;
   -moz-transition: all 0.35s ease-in-out;
   -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
  }

.next_box span {display:none;}


.left_box {
  padding:10px 0;
  -webkit-transform: rotate(90deg); /* Safari */    
  transform: rotate(90deg);
  transition: all 0.35s ease-in-out;
   -moz-transition: all 0.35s ease-in-out;
   -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
  }
.right_box {
  padding:10px 0;
  -webkit-transform: rotate(-450deg); /* Safari */    
  transform: rotate(-450deg);
  transition: all 0.35s ease-in-out;
   -moz-transition: all 0.35s ease-in-out;
   -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
  }
.right_box span {display:block;}
.left_box a, .right_box a {
  -webkit-transform: rotate(180deg); /* Safari */    
  transform: rotate(180deg);
  }

.next_prev_wrapper{
  /*width:20%;*/
   width:65%;
  clear:both;
  /*min-width: 248px;*/
  height: 60px;
  margin: 0 auto 10%;
} 
.next_prev_wrapper a { font-size:18px; font-weight:700; color:#000000 !important; text-transform:uppercase;}
.next_prev_wrapper a:hover { opacity: .6;}
.next_prev_wrapper .icon-nav {margin:10px;}

.nav_text{
    float:left;
    min-width: 120px;
    width:auto;
    text-transform: uppercase;
    display: none;
}

.nav_text.right{
    float:right;
}

.prev_page_link,.next_page_link {
    float:left;
    height: 40px;
    width: auto;
    line-height: 40px;
  position: relative;
  background-color:#e84855;

}
.next_page_link:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color:#e84855;
  border-width: 25px;
  margin-top: -25px;
}
.prev_page_link:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color:#e84855;
  border-width: 25px;
  margin-top: -25px;
}

.prev_page_link .lg_img,.next_page_link .lg_img{    width:55px !important;  margin-top:-8px;  }
.prev_page_link .lg_img{ margin-right:-8px; }
.next_page_link .lg_img{ margin-left:-8px; }
.prev_page_link .nav_text{ text-align: right;  margin-right:6px;}
.next_page_link .nav_text { text-align: left; margin-left:6px;}

.prev_page_link.no_link { width: 270px;}

.prev_page_link{    background: #e84855;}
.next_page_link{    background:#e84855;    float:right;}

.prev_page_link.no_link{
    background:URL('../images/sprite.png') right -610px no-repeat;
    min-width:100px;
}
.next_page_link.no_link{
    background:URL('../images/sprite.png') left -675px no-repeat;
    float:right;
    min-width:100px;
}

.prev_page_link a,.next_page_link a{
    color:#ccc;
}

.prev_page_link a:hover,.next_page_link a:hover{
    color:grey;
    text-decoration: none;
}

/* @media (max-width:768px){
   .sticky-header{
     position: relative !important;
   }
 }*/
 
@media (min-width: 768px){
    .next_prev_wrapper{
      /*width:20%;*/
      width:65%;
    }
    .prev_page_link,.next_page_link{
     width: initial;
    }
    .prev_page_link.no_link{
     width: 120px;
    }
   
    #inforgraphic { 
      min-height: 450px;
    }

    /*******************************/
    #Stage { 
      width:100%;
      height:100%;
      /*position:fixed; */
      margin:0 auto; 
      left:0;
      top:80px;
      padding:0; 
      z-index:-10;
    }
    #Stage .Stage_family { float:left;  width: 50%; height: auto;}
    #Stage .Stage_factory {  float:right; width: 50%; height: auto; }
    
    #inforgraphic { 
      min-height: initial;
    }

    .menu-wrap{
      width: 300px;
      padding: 2.5em 1.5em;
    }    
}

@media (min-width: 769px) {
  .nav_text{
    display: block;
  }

  /*******************************/
  #scroll-buttons{
    display: block;
  }
  /*.progress-tracker{
    display: block;
  }*/
}

@media (min-width:1200px) and (max-width:2000px){
    .next_prev_wrapper{
      width:50%;
    }
} 

@media (min-width: 992px){
  
  .next_box{
    display: block; display:none !important;
  }
  .prev_page_link.no_link{
   max-width: 120px;
  }
  .prev_page_link, .next_page_link {
      width: initial;
  }
  .news_letter {
    float: right;
  }
  .modal-dialog{
  margin-top: 15%;
  }

  #inforgraphic { 
    min-height: 450px;
  }

  .timeline-panel {    
    width:50%;
  } 

  .timeline .factory {
    float: none;
  } 
  .timeline .family {
    float: none; 
  }
  .timeline div.timeline-photo, .timeline-photo  {
    max-height: 239px;
  }
}

@media (min-width: 1025px){
  #Stage { 
    position:fixed; 
  }
}

@media (min-width: 1200px){
  
  #header-wrapper-mp #main-menu ul {
    /*margin-right: 1px;*/
    margin-bottom: 0px;
    margin-right: 10px;
    margin-top: 0px;
  }

  #header-wrapper-mp .sticky-header{
    height: 80px;
    background-color:#a34c00;
  }

  #header-wrapper-mp .is-sticky .sticky-header {
    height: 80px !important;
  }

  #hamburger{
    display: none;
  }

  #inforgraphic { 
    min-height: 800px;
  }


  .timeline div.timeline-photo, .timeline-photo {
      max-height: 300px;
  }

  .btmNav{
    position: fixed;
  }
}


/*# sourceMappingURL=style.css.map */
