@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800);
@import url(//fonts.googleapis.com/css?family=Engagement);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/24px "Open Sans", sans-serif;
  letter-spacing: 0.05em;
  color: #000000;
  background: #020202;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #54AE56;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 700 48px/60px "Open Sans", sans-serif;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
.header1 {
  margin-top: 34px;
  margin-bottom: 54px;
}
.header1 h2 {
  text-align: center;
  position: relative;
}
.header1 h2:after {
  display: block;
  content: '';
  position: absolute;
  width: 85px;
  height: 2px;
  background: #000000;
  left: 50%;
  margin-left: -42.5px;
  bottom: -20px;
}
h3 {
  font: 600 18px/24px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #000000;
}
h6 {
  font: 700 48px/60px "Open Sans", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  padding: 11px 42px 13px 44px;
  color: #ffffff;
  text-transform: uppercase;
  background: #54AE56;
  font-weight: 800;
}
.btn-default:hover {
  color: #ffffff;
  background: #000000;
}
.simple-button {
  color: #54AE56;
  text-transform: capitalize;
  display: inline-block;
}
.simple-button:hover {
  color: #000000;
}
/* ======= Modifiers ======= */
.__display-none {
  display: none;
}
.__display-inline {
  display: inline;
}
.__hover-color {
  color: #54AE56;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__relative {
  position: relative;
}
.__margin1 {
  margin-top: 58px;
  margin-bottom: 85px;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 0 0 66px;
}
.wrapper2 {
  padding: 2px 0 49px;
}
.wrapper3 {
  padding: 2px 0 45px;
}
.wrapper4 {
  padding: 41px 0 45px;
}
.wrapper5 {
  padding: 2px 0 5px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wrapper5.header_low h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  text-align: center;
  padding: 11px 0 29px;
  background: url(../images/page1_img1.png) no-repeat center;
  background-size: cover;
}
/* ======= Banner 1 A remarkable position ======= */
.banner1 {
  padding: 113px 0 101px;
}
@media (max-width: 767px) {
  .banner1 {
    padding: 20px 0 20px;
  }
  .banner1 h6 {
    font-size: 30px;
    line-height: 35px;
  }
}
.banner1 h6 {
  margin-bottom: 20px;
  position: relative;
}
.banner1 h6:after {
  display: block;
  content: '';
  position: absolute;
  width: 85px;
  height: 2px;
  background: #ffffff;
  left: 50%;
  margin-left: -42.5px;
  bottom: -29px;
}
.banner1 .caption span {
  font: 700 12px/24px "Open Sans", sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  display: block;
  margin-top: 57px;
}
/* ======= Logo ======= */
h1 {
  text-align: center;
}
h1 img {
  margin-bottom: 2px;
}
h1 span {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font: 700 30px/35px "Open Sans", sans-serif;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  margin-top: 33px;
  float: none;
  display: inline-block;
}
/* Main menu styles
========================================================*/
.sf-menu {
	letter-spacing: 0;
	text-align: center;
}
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 95px;
}
@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 40px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 700 18px/18px "Open Sans", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #54AE56;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
	background: transparent;
	color: #54AE56;
	font-size: 18px;
}
.sf-menu .sfHover > a:after {
  color: #54AE56;
}
.sf-menu > li.current > a {
	color: #54AE56;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #54AE56;
}
.sf-menu > li.sfHover > a {
  color: #54AE56;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 149px;
  font: 700 18px/18px "Open Sans", sans-serif;
  position: absolute;
  top: 29px;
  left: 50%;
  margin-left: -74.5px;
  background: #000000;
  text-align: left;
  padding: 20px 0 22px 16px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li + li {
  margin-top: 22px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul li a:hover {
  color: #54AE56;
}
.sf-menu ul > .sfHover > a:after {
  color: #54AE56;
}
.sf-menu ul li.sfHover > a {
  color: #54AE56;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  margin-left: 0;
  background: #000000;
  z-index: 4;
  left: 135px;
  top: -56px;
}
.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: none;
  display: inline-block;
}
.sf-menu ul ul li:hover a {
  color: #54AE56;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #54AE56;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px "Open Sans", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
  background: #000;
  padding-bottom: 10px;
}
.isStuck h1 {
  display: none;
}
.isStuck nav {
  margin-top: 10px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
	background: #ffffff;
	text-align: center;
}
/* ======= Banner 2 Welcome ======= */
.banner2 {
  background: url(../images/page1_img2.png) no-repeat center;
  background-size: cover;
  padding: 73px 0 54px;
}
.banner2 .caption h2 {
  margin-bottom: 24px;
}
.banner2 .caption .header {
  font: 400 18px/24px "Open Sans", sans-serif;
  display: block;
  margin-bottom: 9px;
}
.banner2 .caption .big {
  display: block;
  font: 600 18px/24px "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.banner2 .caption .btn-default {
  margin-top: 35px;
}
/* ======= Post 1  ======= */
.post1 p {
	text-align: left;
	font-size: 18px;
	line-height: 24px;
}
.post1 h3 {
  margin-top: 27px;
}
.post1 .list1 {
  margin-top: 22px;
}
.post1 .simple-button {
  margin-top: 11px;
  margin-left: 24px;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 24px;
  position: relative;
  font: 400 14px/14px "Open Sans", sans-serif;
  color: #000000;
}
.list1 li:before {
  font-family: FontAwesome;
  color: #54AE56;
  content: '\f13a';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 11px;
}
.list1 li + li {
  margin-top: 16px;
}
/* ======= Banner 3 Seeds ======= */
.banner3 .post2 {
  float: left;
  width: 50%;
}
/* ======= Post 2 Seeds etc ======= */
.post2 {
  text-align: center;
  font: 400 140px/140px "Engagement", sans-serif;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1199px) {
  .post2 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 979px) {
  .post2 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .post2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .post2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.post2 a {
  display: block;
}
.post2 img {
  width: 100%;
}
.post2 .caption {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
}
.post2 .caption.one {
  margin-top: -70px;
}
@media (max-width: 1199px) {
  .post2 .caption.one {
    margin-top: -50px;
  }
}
@media (max-width: 979px) {
  .post2 .caption.one {
    margin-top: -35px;
  }
}
@media (max-width: 767px) {
  .post2 .caption.one {
    margin-top: -20px;
  }
}
@media (max-width: 479px) {
  .post2 .caption.one {
    margin-top: -15px;
  }
}
.post2 .caption.two {
  margin-top: -140px;
}
@media (max-width: 1199px) {
  .post2 .caption.two {
    margin-top: -100px;
  }
}
@media (max-width: 979px) {
  .post2 .caption.two {
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  .post2 .caption.two {
    margin-top: -40px;
  }
}
@media (max-width: 479px) {
  .post2 .caption.two {
    margin-top: -30px;
  }
}
.post2 .caption.two span {
  margin-left: -200px;
}
@media (max-width: 979px) {
  .post2 .caption.two span {
    margin-left: -100px;
  }
}
@media (max-width: 479px) {
  .post2 .caption.two span {
    margin-left: -50px;
  }
}
.post2 .caption.two span + span {
  margin-left: 200px;
}
@media (max-width: 979px) {
  .post2 .caption.two span + span {
    margin-left: 100px;
  }
}
@media (max-width: 479px) {
  .post2 .caption.two span + span {
    margin-left: 50px;
  }
}
.post2 .caption span {
  display: block;
}
/* ======= Post 3 About us ======= */
.post3 {
  text-align: center;
}
.post3 p {
	font-size: 18px;
	line-height: 24px;
	padding: 0 50px;
	text-align: justify;
}
@media (max-width: 767px) {
  .post3 p {
    padding: 0;
  }
}
.post3 .btn-default {
  margin-top: 43px;
}
/* ======= Contact form main page ======= */
.cf-wrapper {
  background: url(../images/page1_img7.png) no-repeat center;
  background-size: cover;
  padding: 1px 0 35px;
}
.cf-wrapper h2 {
  color: #ffffff;
}
.cf-wrapper h2:after {
  background: #ffffff;
}
/* ======= Post 4 WHAT MAKES US DIFFERENT? ======= */
.post4 {
  margin-top: 28px;
  margin-bottom: -2px;
  text-align: center;
}
.post4 p {
  text-align: left;
  padding-right: 23px;
}
.post4 h3 {
  margin-bottom: 18px;
  text-align: left;
  padding-right: 23px;
}
.post4 i {
  margin-top: 4px;
  text-align: center;
  color: #54AE56;
  font-size: 48px;
}
@media (max-width: 767px) {
  .post4 {
    text-align: center;
    margin-bottom: 40px;
  }
  .post4 p {
    text-align: center;
  }
  .post4 h3 {
    text-align: center;
  }
  .post4 i {
    margin-bottom: 10px;
  }
}
/* ======= Banner 4 Our features ======= */
.banner4 {
  background: url(../images/page2_img1.png) no-repeat center;
  background-size: cover;
  padding: 3px 0 18px;
}
/* ======= Post 5 Our features ======= */
.post5 {
  margin-bottom: 26px;
}
.post5 h3 {
  margin-bottom: 18px;
}
.post5 .label {
  font-size: 48px;
  line-height: 44px;
  color: #54AE56;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post5 .label {
    font-size: 34px;
    line-height: 34px;
  }
}
/* ======= Post 6 The team members ======= */
.post6 {
  margin-top: 6px;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .post6 {
    margin-bottom: 60px;
  }
}
.post6 img {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .post6 img {
    width: 100%;
  }
}
.post6 h3 {
  margin-bottom: 18px;
  color: #54AE56;
}
.post6 h3 a:hover {
  color: #ff4567;
}
/* ======= Banner 5 Say about us ======= */
.banner5 {
  background: url(../images/page2_img6.png) no-repeat center;
  background-size: cover;
  padding: 2px 0 45px;
  text-align: center;
}
.banner5 h2 {
  color: #ffffff;
}
.banner5 h2:after {
  background: #ffffff;
}
.banner5 .caption p {
  padding: 0 114px;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner5 .caption p {
    padding: 0;
  }
}
.banner5 .caption h3 {
  margin-top: 30px;
  color: #54AE56;
}
.banner5 .caption h3 a:hover {
  color: #ff4567;
}
/* ======= Post 7 general services ======= */
.post7 {
  text-align: center;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .post7 {
    margin-bottom: 60px;
  }
}
.post7 img {
  margin-bottom: 16px;
}
.post7 h3 {
  margin-bottom: 17px;
}
.post7 p {
  padding: 0 5px;
}
.post7 .btn-default {
  margin-top: 36px;
}
.post7.__inset1 {
  margin-top: 30px;
  margin-bottom: -2px;
}
/* ======= Banner 6 Top reasons to work with us ======= */
.banner6 {
  background: url(../images/page3_img4.png) no-repeat center;
  background-size: cover;
  padding: 4px 0 50px;
}
.banner6 h3 {
  margin-bottom: 18px;
  margin-top: -1px;
}
.banner6 p {
  margin-bottom: 14px;
}
.banner6 .list1 {
  margin-top: 34px;
}
.banner6 .btn-default {
  margin-top: 41px;
}
/* ======= Banner 7 ORGANIC PRODUCTS GROWN WITH LOVE ======= */
.banner7 {
  text-align: center;
  background: url(../images/page3_img5.png) no-repeat center;
  background-size: cover;
  padding: 75px 0 48px;
}
.banner7 h6 {
  color: #ffffff;
  margin-bottom: 18px;
}
@media (max-width: 479px) {
  .banner7 h6 {
    font-size: 35px;
    line-height: 40px;
  }
}
.banner7 .secondary {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font: 700 24px/30px "Open Sans", sans-serif;
}
.banner7 .btn-default {
  margin-top: 37px;
}
/* ======= Post 8 Our gallery ======= */
.post8 {
  margin-top: 6px;
  margin-bottom: 44px;
}
/* ======= Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
  background: #000000;
}
.gallery_image a .caption {
  padding: 34px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 157px;
  width: 100%;
  background: url(../images/background2.png) repeat;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .gallery_image a .caption {
    padding: 10px 10px 10px 10px;
    min-height: 100px;
  }
  .gallery_image a .caption h3 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
  }
  .gallery_image a .caption p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 479px) {
  .gallery_image a .caption {
    padding: 10px 10px 10px 10px;
    min-height: 50px;
  }
  .gallery_image a .caption h3 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
  }
  .gallery_image a .caption p {
    font-size: 12px;
    line-height: 14px;
  }
}
.gallery_image a .caption:hover {
  color: #ffffff;
}
.gallery_image a .caption h3 {
  color: #ffffff;
  margin-bottom: 17px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .gallery_image a .caption h3 {
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .gallery_image a .caption h3 {
    margin-bottom: 5px;
  }
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 30px;
  height: 18px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -9px;
}
/* ======= Post 9 Blog ======= */
.post9 {
  margin-bottom: 93px;
}
.post9 time {
  margin-top: 3px;
  display: inline-block;
  float: left;
  text-align: center;
  border-right: 2px solid #000000;
  padding-right: 19px;
  margin-right: 22px;
}
.post9 time span {
  display: block;
}
.post9 time .day {
  font: 400 30px/30px "Open Sans", sans-serif;
  margin-bottom: 1px;
}
.post9 time .month {
  font: 400 24px/28px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #54AE56;
}
.post9 .header {
  margin-bottom: 21px;
}
.post9 .header h3 {
  overflow: hidden;
}
@media (max-width: 479px) {
  .post9 .header h3 {
    margin-bottom: 30px;
  }
}
.post9 .info {
  font-size: 18px;
  line-height: 24px;
}
.post9 .info span {
  display: inline-block;
}
.post9 .info .comments {
  float: right;
}
@media (max-width: 479px) {
  .post9 .info .comments {
    float: none;
    display: block;
    margin-top: 5px;
  }
}
.post9 .info .by a {
  color: #54AE56;
}
.post9 .info .by a:hover {
  color: #ff4567;
}
.post9 img {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .post9 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.post9 p {
  margin-bottom: 14px;
}
.post9 .btn-default {
  margin-top: 23px;
}
/* ======= Post 10 Comments ======= */
.post10 {
  margin-top: 71px;
  margin-bottom: -28px;
}
@media (max-width: 767px) {
  .post10 {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.post10 i {
  margin-top: -10px;
  width: 100%;
  height: 69px;
  text-align: center;
  display: block;
  background: #54AE56;
  line-height: 69px;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .post10 i {
    height: 60px;
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 979px) {
  .post10 i {
    height: 44px;
    font-size: 30px;
    line-height: 44px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .post10 i {
    display: inline-block;
    width: 44px;
  }
}
.post10 h3 {
  color: #54AE56;
}
.post10 h3 a:hover {
  color: #ff4567;
}
.post10 time {
  display: block;
  font: 600 18px/23px "Open Sans", sans-serif;
  margin-bottom: 6px;
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin-top: 6px;
  margin-bottom: 43px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 413px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
@media (max-width: 767px) {
  address {
    margin-bottom: 50px;
  }
}
address address {
  margin-bottom: 14px;
}
address .our-address {
  display: block;
  margin-bottom: 14px;
  font: 600 18px/24px "Open Sans", sans-serif;
  text-transform: uppercase;
}
address .numbers {
  display: inline-block;
  min-width: 145px;
}
@media (min-width: 768px) and (max-width: 979px) {
  address .numbers {
    display: block;
    min-width: 70px;
  }
}
/* ======= Simple link ======= */
.simple-link {
  color: #54AE56;
}
.simple-link:hover {
  color: #ff4567;
}
/* ======= Post 11 Privacy Policy ======= */
.post11 {
  text-align: center;
  margin-bottom: 28px;
}
.post11 h3 {
  margin-bottom: 18px;
}
.post11 .simple-link {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 9px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 12px 0;
  text-align: center;
  background: #020202;
  font-size: 12px;
  color: #ffffff;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #54AE56;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #ff4567;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
