@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Neucha|Roboto:400,400italic|Oxygen:700,400);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Fonts
=========================================================*/

@font-face {
    font-family: 'Neucha';
    src: url('../fonts/Neucha-webfont.eot');
    src: url('../fonts/Neucha-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Neucha-webfont.woff') format('woff'), url('../fonts/Neucha-webfont.ttf') format('truetype'), url('../fonts/Neucha-webfont.svg#killer_elephantregular') format('svg');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'thehandextrablack';
    src: url('../fonts/thehandextrablack.otf');
}

/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #707c86;
  font: 400 15px/26px "Roboto", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1 {
  font-size: 44px;
  line-height: 44px;
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  color: #ffbe00;
  text-transform: uppercase; }

h2 {
  font-family: 'Neucha', cursive;
  font-size: 52px;
  line-height: 62px;
  color: #384551;
  text-transform: uppercase; }

h3 {
  font-family: 'Neucha', cursive;
  font-size: 30px;
  line-height: 30px;
  color: #ffbe00; }
  h3 a:hover {
    color: #f6c349; }

h4 {
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px; }
  h4 span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    vertical-align: baseline; }

h5 {
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  color: #384551; }

h6 {
  font-size: 20px;
  line-height: 26px;
  color: #000000; }

h4 a:hover, h5 a:hover, h6 a:hover {
  color: #ef3232; }

p a:hover, .marked-list2 a:hover, .marked-list a:hover, .addr a:hover {
  text-decoration: underline; }
p .fa, .marked-list2 .fa, .marked-list .fa, .addr .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

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

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

section, .container {
  position: relative; }

/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 25px; }

h3 + * {
  margin-top: 20px; }

h4 + * {
  margin-top: 5px; }

h6 + * {
  margin-top: 25px; }

* + h6 {
  margin-top: 25px; }

* + .btn {
  margin-top: 40px; }

* + .btn2 {
  margin-top: 30px; }

.row + .row {
  margin-top: 35px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative; }
  .brand_name {
    overflow: hidden; }
  .brand_slogan {
    font-size: 26px;
    line-height: 24px;
    font-family: 'Neucha', cursive;
    color: #384551; }
  .brand .logo {
    position: absolute;
    left: -23px;
    top: 0; }

/*==================  Backgrounds  ======================*/
.bg1 {
  background: repeat url(../images/bg1.jpg) top left; }

.bg2 {
  background: repeat url(../images/bg2.jpg) top left;
  color: #fff; }
  .bg2 h2, .bg2 h3, .bg2 h4, .bg2 h5, .bg2 h6 {
    color: #fff; }

.bg3 {
  background: repeat url(../images/bg3.jpg) top left; }

/*==================    Buttons    ======================*/
.btn, .btn2 {
  position: relative;
  display: inline-block;
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 15px 40px;
  -webkit-box-shadow: 4px 5px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 5px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 4px 5px 0 0 rgba(0, 0, 0, 0.15); }
  .btn:hover, .btn2:hover {
    background: #384551; }
  .btn:active, .btn2:active {
    background: #232b33; }

.btn {
  background: #ffbe00;
  color: #fff; }

.btn2 {
  background: #fff;
  color: #707c86; }
  .btn2:hover {
    color: #fff; }

/*==================      Box      ======================*/
.blue-box {
  background: #5fc3df;
  padding: 40px 40px;
  color: #fff; }
  .blue-box h2, .blue-box h3, .blue-box h4, .blue-box h5, .blue-box h6, .blue-box .marked-list {
    color: #fff; }
  .blue-box h3 {
    font-size: 44px;
    line-height: 48px; }
    .blue-box h3 span {
      font-size: 54px;
      line-height: 48px; }
  @media (max-width: 479px) {
    .blue-box {
      padding: 30px; } }

.box {
  position: relative;
  background: repeat url(../images/bg1.jpg) top left;
  overflow: hidden; }
  .box_cnt {
    padding: 40px 40px 40px 0; }
    @media (max-width: 767px) {
      .box_cnt {
        padding: 0 30px 30px; } }
  .box + .box {
    margin-top: 30px; }
  .box .box-img {
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 1199px) and (min-width: 980px) {
      .box .box-img {
        width: 460px; } }
    @media (max-width: 979px) and (min-width: 768px) {
      .box .box-img {
        width: 364px; } }
    @media (max-width: 767px) {
      .box .box-img {
        position: static;
        margin-top: 30px; } }

.box2 {
  width: 340px;
  float: left;
  min-height: 1px;
  margin-left: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 29px 23px; }
  @media (max-width: 1199px) and (min-width: 980px) {
    .box2 {
      width: 270px;
      margin-left: 20px; } }
  @media (max-width: 979px) and (min-width: 768px) {
    .box2 {
      width: 206px;
      margin-left: 20px; } }
  @media (max-width: 767px) {
    .box2 {
      width: 100%;
      margin-left: 0;
      float: none; }
      .box2 + .box2 {
        margin-top: 35px; } }

/*==================      Lists      ======================*/
.social-list li {
  display: inline-block; }
  .social-list li a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    background: #f6c349;
    text-align: center; }
    .social-list li a:hover {
      background: #73c7e2; }
    @media (max-width: 1199px) {
      .social-list li a {
        width: 48px;
        height: 48px;
        line-height: 48px; } }
  .social-list li + li {
    margin-left: 8px; }

.marked-list {
  font-size: 18px;
  line-height: 26px;
  color: #5fc3df; }
  .marked-list li {
    position: relative;
    padding-left: 27px; }
    .marked-list li:before {
      content: '\f046';
      position: absolute;
      top: 0;
      left: 0;
      font-family: 'FontAwesome';
      font-size: 20px;
      line-height: 26px; }
    .marked-list li + li {
      margin-top: 14px; }
  * + .marked-list {
    margin-top: 30px; }

.marked-list2 li {
  position: relative;
  padding-left: 20px; }
  .marked-list2 li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cccccc; }
  .marked-list2 li + li {
    margin-top: 4px; }

/*==================      Quote     ======================*/
.quote:before, .quote:after {
  display: table;
  content: "";
  line-height: 0; }
.quote:after {
  clear: both; }
.quote_aside {
  float: left;
  margin-right: 100px;
  text-align: center; }
  @media (max-width: 767px) {
    .quote_aside {
      float: none;
      margin-right: 0; } }
.quote_cnt__no-flow {
  overflow: hidden; }
.quote-text {
  position: relative;
  padding-top: 60px;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  padding-left: 70px;
  color: #384551; }
  .quote-text:before {
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 50px;
    line-height: 50px;
    color: #bfbfb9;
    font-style: normal;
    position: absolute;
    top: 30px;
    left: 0; }
  @media (max-width: 479px) {
    .quote-text {
      padding-left: 55px;
      font-size: 18px; } }

.owl-item .quote img {
  width: inherit;
  display: inline-block; }

/*==================      Address     ======================*/
.addr:before, .addr:after {
  display: table;
  content: "";
  line-height: 0; }
.addr:after {
  clear: both; }
.addr_aside {
  float: left;
  margin-right: 15px; }
  @media (max-width: 979px) {
    .addr_aside {
      float: none;
      margin-right: 0;
      margin-bottom: 10px; } }
.addr_cnt__no-flow {
  overflow: hidden;
  padding-top: 5px; }
.addr .fa {
  color: #525252;
  font-size: 72px;
  line-height: 72px; }
.addr dt, .addr dd {
  display: inline-block; }
.addr dt {
  min-width: 75px; }
.addr dl + dl {
  margin-top: 5px; }
.addr h6 + * {
  margin-top: 18px; }

/*==================      Full     ======================*/
.full {
  color: #fff;
  text-align: center; }
  .full:before, .full:after {
    display: table;
    content: "";
    line-height: 0; }
  .full:after {
    clear: both; }
  .full-item3 {
    float: left;
    width: 33.333333%; }
    @media (max-width: 767px) {
      .full-item3 {
        width: 100%;
        float: none; } }
  .full-item4 {
    float: left;
    width: 25%; }
    @media (max-width: 767px) {
      .full-item4 {
        width: 100%;
        float: none; } }
  .full > div:first-child {
    background: #f6c349; }
  .full > div:nth-child(2) {
    background: #73c7e2; }
  .full > div:nth-child(3) {
    background: #b16bb9; }
  .full > div:nth-child(4) {
    background: #ef3232; }
  .full .full-item_cnt {
    padding: 11px; }
  .full .full-item_cnt2 {
    padding: 35px 23px; }
  .full a:hover {
    color: #384551; }
  .full img {
    width: 100%; }
  .full .fl {
    font-size: 70px;
    line-height: 76px; }
    .full .fl + * {
      margin-top: 20px; }

/*==================      Background images     ======================*/
.bg-img1 {
  position: absolute;
  bottom: -25px;
  right: 0;
  z-index: -1; }
  @media (max-width: 767px) {
    .bg-img1 {
      display: none; } }

.bg-img2 {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: -1; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .bg-img2 {
      width: 340px; } }
  @media (max-width: 767px) {
    .bg-img2 {
      display: none; } }

.bg-img3 {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .bg-img3 {
      width: 280px; } }
  @media (max-width: 767px) {
    .bg-img3 {
      display: none; } }

.bg-img4 {
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: -1; }
  @media (max-width: 1199px) {
    .bg-img4 {
      display: none; } }

.bg-img5 {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: -1; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .bg-img5 {
      width: 500px; } }
  @media (max-width: 767px) {
    .bg-img5 {
      display: none; } }

.bg-img6 {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: -1; }
  @media (max-width: 767px) {
    .bg-img6 {
      display: none; } }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  padding-top: 42px; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 60px; }
      @media (max-width: 979px) and (min-width: 768px) {
        .sf-menu > li + li {
          margin-left: 30px; } }
  .sf-menu a {
    display: block;
    font-family: 'Neucha', cursive; }

.sf-menu > li > a {
  color: #384551;
  font-size: 20px;
  line-height: 30px; }
  .sf-menu > li > a span {
    display: block;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase; }
    @media (max-width: 979px) and (min-width: 768px) {
      .sf-menu > li > a span {
        font-size: 28px; } }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #11ac4b; }
.sf-menu > li.active > a {
  color: #ffbe00; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 205px;
  margin-top: 30px;
  margin-left: -20px;
  padding: 20px;
  background: repeat url(../images/bg1.jpg) top left;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15); }

.sf-menu ul > li + li {
  margin-top: 5px; }
.sf-menu ul > li > a {
  color: #384551;
  font-size: 18px;
  line-height: 26px; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #11ac4b; }

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 5px;
  padding: 0;
  z-index: 4;
  margin-left: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.sf-menu ul ul > li > a {
  color: #384551; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #11ac4b; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    bottom: -10%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #ef3232;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative; }

.isStuck {
  z-index: 999;
  background: repeat url(../images/bg1.jpg) top left;
  margin-bottom: 14px;
  padding-top: 5px; }
  .isStuck .brand {
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px; }
    .isStuck .brand_name {
      font-size: 20px;
      line-height: 30px; }
      .isStuck .brand_name .logo {
        width: 50px;
        left: 0; }
    .isStuck .brand_slogan {
      font-size: 20px;
      line-height: 18px; }
  .isStuck .sf-menu {
    padding-top: 0; }
    .isStuck .sf-menu > li > a span {
      font-size: 28px;
      line-height: 28px; }
    .isStuck .sf-menu > li > ul {
      margin-top: 5px;
      z-index: -1; }
  .isStuck:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 14px;
    background: repeat-x url(../images/header-line.png) top left; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 46px;
  height: 46px;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  background: #f6c349;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #ef3232;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }
  .parallax_1 {
    padding-top: 100px;
    padding-bottom: 35px; }
  .parallax_2 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .parallax_3 {
    padding-top: 90px;
    padding-bottom: 80px; }
.parallax_4 {
    padding-top: 0px;
    padding-bottom: 0px; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  padding-top: 18px;
  padding-bottom: 20px; }
  header .brand {
    float: left;
    padding-left: 25px;
    padding-top: 38px;
    padding-bottom: 8px;
    text-align: right; }
  header .nav {
    float: right; }
  header:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 14px;
    background: repeat-x url(../images/header-line.png) top left;
    z-index: 2; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

.tc {
  text-align: center; }

.figure {
  position: absolute;
  top: -210px;
  left: 50%;
  width: 340px;
  margin-left: -170px;
  z-index: 5; }
  .figure:before {
    content: url(../images/figure.png);
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -280px; }
  .figure_cnt {
    position: relative; }
    .figure_cnt p {
      text-align: center;
      font-size: 15px;
      line-height: 24px;
      color: #384551; }
    .figure_cnt h3 {
      position: relative;
      padding-left: 30px; }
    .figure_cnt .text-lg {
      font-size: 150px;
      line-height: 115px;
      color: #5fc3df; }
    .figure_cnt .text-abs {
      position: absolute;
      bottom: -7px;
      right: 40px;
      text-shadow: 0 0 10px #fff; }
      .figure_cnt .text-abs:before {
        content: url(../images/figure-sm.png);
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -66px;
        margin-top: -43px; }
      .figure_cnt .text-abs span {
        position: relative; }
  @media (max-width: 479px) {
    .figure {
      width: 270px;
      margin-left: -135px; }
      .figure .text-lg {
        font-size: 120px; }
      .figure .text-abs:before {
        display: none; } }

.circle {
  border-radius: 20%;
  border: 8px solid #e7e6e2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .circle + * {
    margin-top: 20px; }

.mt1 {
  margin-top: 40px; }

.date {
  font-family: 'Neucha', cursive;
  font-size: 30px;
  line-height: 36px; }
  .date + * {
    margin-top: 5px; }

.policy-link {
  color: #ef3232; }
  * + .policy-link {
    margin-top: 35px; }

.terms {
  padding-top: 130px;
  padding-bottom: 75px;
  border-bottom: 2px solid #c5cbd0; }
  .terms h6 + * {
    margin-top: 15px; }
  .terms p + h6 {
    margin-top: 35px; }

/*==================      Well     ======================*/
.well1 {
  padding-top: 100px;
  padding-bottom: 100px; }

.well2 {
  padding-top: 290px;
  padding-bottom: 105px; }

.well3 {
  padding-top: 85px;
  padding-bottom: 50px; }

.well4 {
  padding-top: 120px;
  padding-bottom: 50px; }

.well5 {
  padding-bottom: 95px; }

.well6 {
  padding-top: 100px;
  padding-bottom: 100px; }

.well7 {
  padding-top: 30px;
  padding-bottom: 20px; }

@media (max-width: 767px) {
  .well1, .well4, .well6, .well7 {
    padding-top: 30px;
    padding-bottom: 20px; } }
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 50px;
  padding-bottom: 20px;
  color: #707c86; }
  footer h3 {
    font-size: 30px;
    line-height: 30px;
    color: #384551; }

.footer-top {
  padding-bottom: 77px; }

.footer-bottom {
  border-top: 2px solid #c5cbd0;
  padding-top: 10px;
  text-align: center; }

.copy {
  font-size: 15px;
  line-height: 26px;
  color: black;
}

  .copy a {
    white-space: nowrap; }


    /*========================================================
                         Recipes page
    =========================================================*/

.well1.-recipes {
  font-family: 'MyriadProRegular', Arial;
  font-size: 17px;
  color: #231F20;
}

.content {

  padding-bottom: 0px;
}


.top-banner{
  padding: 50px 30px 30px 50px;
  margin-top: -100px;
  color: #FBF7DC;
}

.recipes-wrapper{
  margin-bottom: 80px;
  text-align: center;
}

.recipes strong{
	font-family: 'MyriadProBold', Arial;
}

.recipes .recipes-content .row{
	margin-left: -15px;
  margin-right: -15px;
}

.recipes-content .col-sm-6 {
  text-align: left;
}

.recipes-wrapper .recipes-header{
  text-align: left;
}

.recipes .hrecipe li {
  margin-left: 20px;
  list-style: initial;
}

/* remove .test class name */

.top-banner h1{
  text-align: left;
  color: #384551;
  font-size: 48px;
  font-family: "Neucha", cursive;
  font-weight: normal;
  letter-spacing: 5px;
  line-height: 0.9;
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  margin-bottom: 50px;
}

.recipes h1{
  text-align: left;
  color: #384551;
  font-size: 48px;
  letter-spacing: 5px;
  line-height: 0.9;
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  margin-bottom: 50px;
}

.top-banner p{
  font-family: Arial;
  font-size: 17px;
}

.otto{
	position: absolute;
  bottom: -304px;
}

.recipes .sub-title{
  margin-top: 50px;
  font-size: 30px;
  margin-bottom: 10px;
}

.recipes-header{
  border-top: 1px solid #aa483d;
  border-bottom: 1px solid #aa483d;
  padding: 20px 0;
  margin-bottom: 20px;
}

.recipes-header h2{
  text-align: left;
  color: #231f20;
  margin-top: 0;
  margin-bottom: 5px;
}

.sharewith{
  font-family: 'The Hand W00 Extrablack';
  margin-right: 20px;
  font-size: 20px;
}

.ingredients em{
  margin: 3px 0;
  display: block;
}

.recipes-content strong{
  font-size: 1.1em;
}

.recipes .image-frame-normal img{
  border: 10px solid #fff;
}

.recipes .image-frame-normal{
  transform:rotate(3deg);
  -ms-transform:rotate(3deg); /* IE 9 */
  -webkit-transform:rotate(3deg); /* Opera, Chrome, and Safari */
}

.print-recipe{
	background-color: #aa483d;
	text-transform: uppercase;
  color: #fbf6de;
  padding: 8px 25px;
  display: inline-block;
  border: 1px solid #aa483d;
  margin-top: 10px;
}

.print-recipe:hover{
  background-color: #fbf6de;
	color: #aa483d;
	text-decoration: none;
}

.recipes-tab {
  list-style: none;
}

.recipes-tab li {
  width: 32%;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  padding: 0 10px;
}

.recipes-tab li p {
  font-family: 'Neucha';
  line-height: 1.2em;
  font-size: 52px;
  color: #384551;
  position: relative;
}

.recipes-tab li p:before{
  font-family: 'icomoon';
  position: absolute;
  bottom: -30px;
  width: 100%;
  content: "\e900";
  color: #b79a7c;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  overflow: hidden;
}

.recipes-tab li.inactive a{
	color: #f9e188;
}

.recipes-tab li.active a, .recipes-tab li p:hover{
	color: #11ac4b;
	text-decoration: none;
}

.recipes-tab li.active a:before, .recipes-tab li p:hover:before{
	opacity: 1;
}

.hrecipe{
	display: none;
	margin-top: 50px;
  font-family: "Roboto";
}

.image-frame-thumb{
	background: url(../images/shadow-small.png) no-repeat 0 bottom;
  padding: 0 0 19px 22px;
  display: block;
}

.recipes .summary{
	white-space: pre-wrap;
}

.print-logo{
	display: none;
}

.sub-title {
    font-family: 'Neucha';
    font-size: 30px;
    color: #ffbe00;
    line-height: 1em;
}

.recipes .sub-title{
	margin-top: 50px;
	font-size: 30px;
	margin-bottom: 10px;
}

.recipes .main {
  padding: 20px 30px 50px;
  margin-top: -80px;
}

.footer-content {
  background: url(../images/footer-bottom.jpg) no-repeat 0 bottom;
  min-height: 206px;
  position: relative;
  text-align: center;
  background-color: #07793f;
  color: #fff;
}

.footer-slogan-content p {
    font-size: 48px;
    text-transform: uppercase;
    font-family: "thehandextrablack";
    text-align: center;
    letter-spacing: 1px;
    padding-top: 15px;
}

.footer-slogan-content,
.footer-slogan-content p,
.footer-slogan-content div {
    display: inline;
}

.sloganleft {
  background: url(../images/sloganright.png) no-repeat;
  width: 57px;
  height: 33px;
  display: inline-block;
  position: relative;
  top: 20px;
}

.sloganright {
  background: url(../images/sloganleft.png) no-repeat;
  width: 57px;
  height: 33px;
  display: inline-block;
  position: relative;
  top: 20px;
}

.footer-copyright {
    font-size: 14px;
    padding: 30px;
    position: absolute;
    bottom: 0;
}

.footer-copyright a {
  text-decoration: underline;
}

.footer a {
  color: #fff;
}

.recipes-list {
    list-style: none;
}

/* remove this style once go live
.full .recipes-list li {
    width: 27%;
    margin-right: 5%;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}
/* end */

.recipes-list li {
    width: 32%;
    margin-right: 0%;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 10px 20px;
}

/* remove this style once go live
.full .recipes-list li a {
    font-family: 'killerelephant';
    line-height: 1.2em;
    font-size: 19px;
}
/* end */

.recipes-list li a {
    font-family: 'Neucha';
    line-height: 1.2em;
    font-size: 23px;
}

/* remove this style once go live*/
.full .recipes-list li.normal img {
    border: 15px solid #FF6A00;
    box-sizing: content-box;
}
/* end */

.recipes-list li.normal img {
	border: 10px solid #fff;
    box-sizing: content-box;
    width: 90%;
}

.recipes-list li.normal a {
    color: #FF6A00;
}

.recipes-list li.fav {
    background: url('../images/sprite.png') no-repeat;
    background-position: -96px -190px;
}

.recipes-list li.row2 {
    padding-top: 70px;
}

.recipes-list li.fav img {
    border: 15px solid #91268F;
    box-sizing: content-box;
}

.recipes-list li.fav a {
    color: #91268F;
}

.image-frame-small {
    background: url("../images/shadow-small.png") no-repeat scroll 0 bottom;
    padding: 0 0 36px 24px;
    margin-bottom: -20px;
}

.tab-breakfast {
  cursor: pointer;
}

.tab-savoury {
  cursor: pointer;
}

.tab-sweet {
  cursor: pointer;
}

#breakfast {
  display: none;
}

#savoury {
  display: none;
}

#sweet {
  display: none;
}

.recipes-content.-active {
  display: initial !important;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.bg1.-recipes {
  height: 150px;
}

.container.-recipes {
  padding-left: 0px;
  padding-right: 0px;
}

.sf-menu {
  margin-bottom: 0px;
}

.sf-menu > li > a:hover {
  text-decoration: initial;
}

.brand_name {
  margin-top: 0px;
  margin-bottom: 0px;
}


.brand_name a{
  font-size: 44px!important;
  line-height: 44px!important;
  font-family: 'Oxygen', sans-serif!important;
  font-weight: 700!important;
  color: #ffbe00!important;
  text-transform: uppercase!important;
  text-decoration: initial!important;
}



@media (max-width: 1200px) {
    .navbar {
        margin-top: 0;
    }

    .recipes-list li.fav {
        background: none;
    }

    .new-day-guy img {
        width: 81%;
    }

    .new-day-guy {
        right: -140px;
    }

	.recipes img{
		max-width: 100%;
	}

	.otto {
	    bottom: -341px;
	}
}

@media (max-width: 1024px) {

    .image-frame img,
    .image-frame .border {
        margin-left: 0;
    }

    .header .container .row {
        float: left;
    }
}

@media (max-width: 992px) {
    .mainnav {
        margin: 0;
    }

    .mainnav .nav > li.rightnav {
        float: left;
    }

    .home .img-responsive {
        margin: 0 auto;
    }

    .image-frame-small,
    .image-frame {
        background: none;
        padding: 0;
        margin: 0 0 20px;
    }

    .new-day-guy img {
        width: 61%;
    }
    .new-day-guy {
        right: -226px;
    }

	.recipes-tab{
		margin-bottom: 20px;
	}

	.recipes-tab li p {
	    font-size: 33px;
	}

	.recipes-list li{
		margin-top: 0;
		padding: 10px;
	}

	.recipes-list li a{
		font-size: 18px;
	}

	.recipes h2 {
	    font-size: 33px;
	}

	.recipes h1{
		font-size: 40px;
	}

}



@media (max-width: 767px) {
    .mainnav .nav > li.leftnav,
    .mainnav .nav > li.rightnav {
        float: none;
    }

    .mainnav .nav > li > a {
        border: 0;
    }

    .navbar-default .navbar-toggle {
        border-color: #00783e;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #00783e;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #f8eca0;
    }

    .navbar-collapse {
        background-color: #fdf9e0;
    }

    .recipes-list li.fav img,
    .recipes-list li.normal img,
    .image-frame img,
    .image-frame .border {
        border-width: 10px;
        margin-left: 0;
    }

    .spring-fav {
        display: none;
    }

    .contact {
        padding: 0;
    }

    .our-eggs .img-responsive {
        margin: 0 auto;
    }

    .competition-banner {
        display: none;
    }

    .competition-banner-mobile {
        display: block;
    }

    .competition .column-wrapper {
        padding: 0 3%;
    }

	.otto{
		position: static;
		width: 70%;
	}

	.image-frame-thumb{
		background: none;
		padding: 0;
		margin-bottom: 10px;
	}

	.recipes-list li.normal img{
		box-sizing: border-box;
	}

	.recipes-list li {
	    margin-bottom: 20px;
	    width: 50%;
	}

	.recipes .image-frame-normal{
		margin-top: 50px;
	}

	.recipes-tab li p {
	    font-size: 23px;
	}

	.recipes-tab li p:before{
		display: none;
	}

  .recipes h1{
    font-size: 24px;
  }

  .top-banner{
    margin-top: -60px;
  }

  body > div.page > main > section.well1.-recipes > div > div.recipes.parent_home > div > div.main > div > div:nth-child(2) > div > ul > li.tab-savoury > a {
    margin-left: 25px;
  }

  body > div.page > main > section.well1.-recipes > div > div.recipes.parent_home > div > div.main > div > div:nth-child(2) > div > ul > li.tab-sweet > a {
    margin-left: 25px;
  }

}


@media (max-width: 568px) {

    body {
        font-size: 14px;

        line-height: 1.2em;
    }
    .recipes-list li {
        width: 40%;
        margin-right: 20px;
    }

    .recipes-list li.row2 {
        padding: 0;
    }

    h1 {
        font-size: 30px !important;
    }

    .header .site-search {
        display: none;
    }

	.recipes-tab li{
		width: 30%;
    	margin-right: 2%;
	}

	.recipes-tab li p {
	    font-size: 18px;
	}
}

@media (max-width: 480px) {

    .carousel-control.left .hero-left-arrow,
    .carousel-control.right .hero-right-arrow {
        display: none;
    }

    .footer-slogan-content,
    .footer-slogan-content p,
    .footer-slogan-content div{
        line-height: 1;
        margin-bottom: 20px;
        width: 100%;
    }
    .footer-copyright {
        position: static;
    }

    .recipes h2 {
        font-size: 20px;
    }

    .fb-like.fb_iframe_widget {
        margin-top: 10px;
    }

	.recipes-tab li p{
		font-size: 16px;
		/*font-family: 'MyriadProRegular', Arial;*/
	}

	.recipes .main{
		padding-left: 0;
		padding-right: 0;
	}

	.print-recipe{
		display: none;
	}

	.top-banner{
		padding: 20px;
	}

	.recipes h1{
		margin-bottom: 20px;
	}
}

@media (max-width: 400px) {

    .recipes-list li {
        width: 100%;
        margin: 0;
    }

    .main .site-search .field {
        width: 100%;
        margin-right: 0;
    }

    .recipes-list li {
        margin-bottom: 10px;
    }

    .our-eggs .sub-title {
        font-size: 23px;
    }

    .egg-normal-title,
    .egg-jumbo-title {
        font-size: 20px;
    }

    .our-eggs .col-sm-12 .container,
    .our-eggs .col-sm-12 {
        padding: 0;
    }

    .nutrition li,
    .nutrition-jumbo li,
    .nutrition,
    .nutrition-jumbo {
        margin: 0;
    }

    .egg-pack-wrapper {
        margin-bottom: 50px;
    }

    .our-eggs .main {
        padding-bottom: 0;
    }


}


@media (max-width: 320px) {
    .sloganleft,
    .sloganright {
        display: none;
    }

    .footer-slogan {
        padding-top: 10px;
        font-size: 23px;
    }

    .more-about-farms {
        margin: 0;
        padding: 0;
        background: none;
    }

    .audited {
        margin-left: -15px;
    }

    .checkfb {
        background: none;
        padding-left: 0;
    }

    h1 {
        font-size: 25px !important;
    }

    .let-us-know {
        background: none;
        min-height: 1em;
        padding: 0;
    }

    .recipes .main {
        padding: 15px 0 0;
    }

    .recipes-list li a {
        font-size: 15px;
    }

    .cooking-info li {
        display: block;
    }

    .recipes .row .col-sm-12 {
        padding: 0;
    }

    .recipes .col-md-6 {
        padding: 0;
    }

    .recipes .main .col-sm-12 .row {
        margin: 0;
    }

    .recipes-list li.fav img,
    .recipes-list li.normal img,
    .image-frame img,
    .image-frame .border {
        border-width: 0;
    }

    .fb-like.fb_iframe_widget {
        display: none;
    }


}
@media (min-width: 768px) {} @media (min-width: 992px) {} @media (min-width: 1200px) {}
