@charset "UTF-8";
#blogContent {
  /* =======================================================
  *
  * 	Template Style 
  *
  * ======================================================= */
}
@font-face {
  #blogContent {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
#blogContent body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  background: #fff;
}
#blogContent #page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offcanvas #blogContent #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #blogContent #page:after {
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
#blogContent a {
  color: #333333;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#blogContent a:hover, #blogContent a:active, #blogContent a:focus {
  color: #333333;
  outline: none;
  text-decoration: none;
}
#blogContent p {
  margin-bottom: 20px;
}
#blogContent h1, #blogContent h2, #blogContent h3, #blogContent h4, #blogContent h5, #blogContent h6, #blogContent figure {
  color: #4d4d4d;
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}
#blogContent ::-webkit-selection {
  color: #fff;
  background: #333333;
}
#blogContent ::-moz-selection {
  color: #fff;
  background: #333333;
}
#blogContent ::selection {
  color: #fff;
  background: #333333;
}
@media screen and (max-width: 768px) {
  #blogContent .blog2-nav {
    margin: 0;
  }
}
#blogContent .blog2-nav .top-menu {
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  #blogContent .blog2-nav .top-menu {
    padding: 28px 1em;
  }
}
#blogContent .blog2-nav #blog2-logo {
  font-size: 40px;
  margin: 0;
  padding: 0;
  font-family: "Grand Hotel", cursive;
  line-height: 40px;
}
#blogContent .blog2-nav #blog2-logo a {
  position: relative;
  color: #000;
}
@media screen and (max-width: 768px) {
  #blogContent .blog2-nav .menu-1 {
    display: none;
  }
}
#blogContent .blog2-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
#blogContent .blog2-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#blogContent .blog2-nav ul li a {
  position: relative;
  font-size: 12px;
  padding: 10px 15px;
  color: rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#blogContent .blog2-nav ul li a:hover {
  color: #333333;
}
#blogContent .blog2-nav ul li.has-dropdown {
  position: relative;
}
#blogContent .blog2-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}
#blogContent .blog2-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
#blogContent .blog2-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
#blogContent .blog2-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
#blogContent .blog2-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
#blogContent .blog2-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
#blogContent .blog2-nav ul li.has-dropdown:hover a, #blogContent .blog2-nav ul li.has-dropdown:focus a {
  color: #333333;
}
#blogContent .blog2-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
#blogContent .blog2-nav ul li.btn-cta a span {
  background: #333333;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
#blogContent .blog2-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
#blogContent .blog2-nav ul li.active > a {
  color: #333333 !important;
  position: relative;
}
#blogContent .blog2-nav ul li.active > a:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#blogContent #blog2-counter,
#blogContent .blog2-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
#blogContent .blog2-video {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #blogContent .blog2-video {
    height: 300px;
  }
}
#blogContent .blog2-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#blogContent .blog2-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #333333;
}
#blogContent .blog2-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#blogContent .blog2-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
#blogContent .blog2-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#blogContent #blog2-hero {
  min-height: 650px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
}
#blogContent #blog2-hero .btn {
  font-size: 24px;
}
#blogContent #blog2-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#blogContent #blog2-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#blogContent #blog2-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#blogContent #blog2-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 650px;
  position: relative;
}
#blogContent #blog2-hero .flexslider .slides li .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
#blogContent #blog2-hero .flexslider .flex-control-nav {
  display: none;
}
#blogContent #blog2-hero .flexslider .flex-direction-nav a:before {
  font-family: "icomoon";
  content: "";
  color: white;
  text-shadow: none !important;
}
#blogContent #blog2-hero .flexslider .flex-direction-nav a.flex-next:before {
  content: "";
}
#blogContent #blog2-hero .flexslider .flex-direction-nav a {
  margin: 0;
  height: 70px;
}
#blogContent #blog2-hero .flexslider .slider-text {
  max-width: 100%;
  display: table;
  opacity: 0;
  height: 650px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #blogContent #blog2-hero .flexslider .slider-text {
    width: 100%;
  }
}
#blogContent #blog2-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  height: 650px;
  padding: 2em;
  position: relative;
}
#blogContent #blog2-hero .flexslider .slider-text > .slider-text-inner span i {
  font-size: 24px;
  color: #F7AF1D;
}
#blogContent #blog2-hero .flexslider .slider-text > .slider-text-inner h1, #blogContent #blog2-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: black;
}
#blogContent #blog2-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.3;
  position: relative;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  #blogContent #blog2-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 16px;
  }
}
#blogContent #blog2-hero .flexslider .slider-text > .slider-text-inner h1 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: table;
}
#blogContent #blog2-hero .flexslider .slider-text > .slider-text-inner h1 span small {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  background: #333333;
  color: #fff;
  font-size: 24px;
  font-family: "Fira Sans", Arial, sans-serif;
}
#blogContent #blog2-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #333333;
  padding-left: 80px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
#blogContent #blog2-hero .flexslider .slider-text > .slider-text-inner .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 2em;
  background: rgba(255, 255, 255, 0.9);
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #blogContent #blog2-hero .flexslider .slider-text > .slider-text-inner .desc {
    width: 100%;
  }
}
#blogContent .blog2-light-grey {
  background: #fafafa;
}
#blogContent #blog2-container,
#blogContent #blog2-instagram,
#blogContent #blog2-about,
#blogContent #blog2-contact,
#blogContent #blog2-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #blogContent #blog2-container,
#blogContent #blog2-instagram,
#blogContent #blog2-about,
#blogContent #blog2-contact,
#blogContent #blog2-footer {
    padding: 3em 0;
  }
}
#blogContent #blog2-breadcrumbs {
  padding: 4em 0;
  clear: both;
  background: #26271A;
}
#blogContent #blog2-breadcrumbs .breadcrumbs h2 {
  font-style: italic;
  color: #e6e6e6;
  margin-bottom: 0;
  padding-bottom: 0;
}
#blogContent .content {
  width: 64%;
  float: left;
}
@media screen and (max-width: 768px) {
  #blogContent .content {
    padding-bottom: 7em;
  }
}
#blogContent .sidebar {
  width: 30%;
  float: right;
}
#blogContent .content, #blogContent .sidebar {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #blogContent .content, #blogContent .sidebar {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
}
#blogContent .wrap {
  width: 100%;
  display: block;
  padding-left: 3em;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  #blogContent .wrap {
    padding: 0;
  }
}
#blogContent .sidebar-2 {
  width: 100%;
  display: block;
}
#blogContent .blog-flex {
  width: 100%;
  display: block;
  margin-bottom: 5em;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#blogContent .blog-flex .half {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #blogContent .blog-flex .half {
    width: 100%;
  }
  #blogContent .blog-flex .half.blog-img {
    height: 400px;
    display: block;
  }
}
#blogContent .blog-flex .desc {
  padding: 2em;
  background: #fafafa;
}
#blogContent .blog-flex .desc h2 {
  font-style: italic;
  font-size: 28px;
  line-height: 1.3;
}
#blogContent .blog-flex .desc h2 a {
  color: #4d4d4d;
}
#blogContent .blog-flex .desc .category {
  display: block;
  margin-bottom: 20px;
  font-family: "Lora", Georgia, serif;
  font-size: 13px;
  color: gray;
}
#blogContent .blog-flex .desc .category a {
  color: gray;
}
#blogContent .blog-entry {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3em;
  margin-bottom: 4em;
  width: 100%;
  display: block;
  clear: both;
}
@media (min-width: 992px) {
  #blogContent .blog-entry {
    padding: 0px 20px;
  }
}
#blogContent .blog-entry .blog-wrap {
  background: #fafafa;
  padding: 2em 0;
  margin-bottom: 40px;
  position: relative;
  display: block;
}
#blogContent .blog-entry .blog-img {
  width: 100%;
  height: 400px;
  display: table;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
#blogContent .blog-entry .blog-img span {
  display: table-cell;
  vertical-align: middle;
  height: 400px;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
#blogContent .blog-entry .blog-img span i {
  color: #000;
  padding: 1em;
  background: #fff;
}
#blogContent .blog-entry .blog-img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  color: #fff;
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blogContent .blog-entry .blog-img:hover:after, #blogContent .blog-entry .blog-img:focus:after {
  opacity: 1;
}
#blogContent .blog-entry .blog-img:hover span, #blogContent .blog-entry .blog-img:focus span {
  opacity: 1;
}
#blogContent .blog-entry .category {
  display: block;
  margin-bottom: 20px;
  font-family: "Lora", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  color: #333333;
}
#blogContent .blog-entry .category a {
  color: #333333;
}
#blogContent .blog-entry h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-style: italic;
}
#blogContent .blog-entry h2 a {
  color: #4d4d4d;
}
#blogContent .blog-entry .blog-image {
  position: relative;
}
#blogContent .blog-entry .blog-image .video {
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}
#blogContent .blog-entry .blog-image .blog2-video {
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #blogContent .blog-entry .blog-image .blog2-video {
    height: 300px;
  }
}
#blogContent .blog-entry .blog-image .blog2-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#blogContent .blog-entry .blog-image .blog2-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
#blogContent .blog-entry .blog-image .blog2-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#blogContent .blog-entry .blog-image .blog2-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
#blogContent .blog-entry .blog-image .blog2-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#blogContent .blog-entry .desc {
  margin-bottom: 4em;
  position: relative;
}
#blogContent .blog-entry .desc blockquote {
  margin-left: 50px;
  padding-left: 30px;
  background: #fafafa;
}
#blogContent .blog-entry .desc p.first-letra:first-child:first-letter {
  color: #000;
  float: left;
  font-family: Georgia;
  font-size: 110px;
  line-height: 90px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
#blogContent .blog-entry blockquote {
  font-style: italic;
  font-family: "Lora", Georgia, serif;
  color: #999999;
  font-size: 20px;
}
#blogContent .blog-entry ul li {
  margin-bottom: 20px;
}
#blogContent .btn-custom {
  font-family: "Lora", Georgia, serif !important;
  padding: 10px 30px;
  font-style: italic !important;
}
#blogContent ul.share {
  position: absolute;
  top: 0;
  left: -2.5em;
  padding: 0;
  margin: 0;
}
#blogContent ul.share li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
#blogContent ul.share li a {
  padding: 0;
  margin: 0;
}
#blogContent ul.share li a i {
  font-size: 24px;
}
#blogContent ul.share li i {
  font-size: 24px;
  color: #333333;
}
#blogContent blockquote {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 30px;
  background: #fafafa;
  border-left-color: #333333;
  font-style: italic;
  font-family: "Lora", Georgia, serif;
  color: #999999;
  font-size: 20px;
}
#blogContent .user,
#blogContent .instagram,
#blogContent .gallery,
#blogContent .author-img,
#blogContent .blog-img,
#blogContent .featured-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#blogContent .sidebar-heading {
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  margin-bottom: 2em;
  position: relative;
  color: #333333;
}
#blogContent .sidebar-heading:after {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 50px;
  height: 2px;
  content: "";
  margin: 0 auto;
  background: #333333;
}
#blogContent .side {
  width: 100%;
  float: left;
  padding: 2em;
  background: #fafafa;
  margin-bottom: 5em;
}
#blogContent .side .form-group {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #blogContent .side .form-group {
    width: 100%;
  }
}
#blogContent .side .form-group input::-webkit-input-placeholder {
  color: #333333;
}
#blogContent .side .form-group input::-moz-input-placeholder {
  color: #333333;
}
#blogContent .side .form-group input::-ms-input-placeholder {
  color: #333333;
}
#blogContent .side .form-group input::-o-input-placeholder {
  color: #333333;
}
#blogContent .side .form-group input::input-placeholder {
  color: #333333;
}
#blogContent .side #search {
  font-size: 18px;
  width: 100%;
  padding-right: 3em;
  border: none;
  border: 2px solid #fff;
  background: #fff;
  color: #333333 !important;
}
#blogContent .side button {
  position: absolute;
  top: 0;
  right: -4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #333333;
  color: #fff;
  border: none;
  padding: 14px;
}
#blogContent .side #email {
  font-size: 18px;
  width: 100%;
  border: none;
  border: 2px solid #fff;
  background: #fff;
  color: #333333 !important;
}
#blogContent .side .btn-subscribe {
  position: inherit;
  width: 100%;
  right: 0;
}
#blogContent .side-wrap {
  margin-bottom: 5em;
  width: 100%;
  float: left;
}
#blogContent .side-wrap .author-img {
  height: 350px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#blogContent .side-wrap .blog2-social-icons li a:first-child {
  padding-left: 0 !important;
}
#blogContent .side-wrap .f-entry {
  position: relative;
  margin-bottom: 3em;
  padding: 1em;
  background: #fafafa;
}
#blogContent .side-wrap .f-entry .featured-img {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 120px;
  height: 100px;
  display: block;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #blogContent .side-wrap .f-entry .featured-img {
    width: 70px;
    height: 70px;
  }
}
#blogContent .side-wrap .f-entry .desc {
  padding-left: 140px;
}
@media screen and (max-width: 768px) {
  #blogContent .side-wrap .f-entry .desc {
    padding-left: 90px;
  }
}
#blogContent .side-wrap .f-entry .desc h3 {
  font-size: 19px;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 10px;
}
#blogContent .side-wrap .f-entry .desc h3 a {
  color: #4d4d4d;
}
#blogContent .side-wrap .f-entry .desc span {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: gray;
}
#blogContent .side-wrap .f-entry .desc span i {
  padding-right: 10px;
}
#blogContent .side-wrap .category {
  margin: 0;
  padding: 0;
}
#blogContent .side-wrap .category li {
  list-style: none;
}
#blogContent .side-wrap .category li a {
  border-bottom: 1px dashed #d9d9d9;
  display: block;
  padding: 10px 0;
  color: #4d4d4d;
}
#blogContent .side-wrap .category li a i {
  padding-right: 10px;
}
#blogContent .side-wrap .video {
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#blogContent .side-wrap .blog2-video {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #blogContent .side-wrap .blog2-video {
    height: 300px;
  }
}
#blogContent .side-wrap .blog2-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#blogContent .side-wrap .blog2-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
}
#blogContent .side-wrap .blog2-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#blogContent .side-wrap .blog2-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
#blogContent .side-wrap .blog2-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#blogContent .side-wrap .tags span {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
#blogContent .side-wrap .tags span a {
  border: 1px solid #cccccc;
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 4px;
  color: #4d4d4d;
}
#blogContent .side-wrap .tags span a:hover {
  box-shadow: 0 2px 10px -5px black;
  background: #333333;
  color: #fff;
  border: 1px solid #333333;
}
#blogContent .gallery {
  float: left;
  width: 50%;
  height: 170px;
  position: relative;
  display: table;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #blogContent .gallery {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  #blogContent .gallery {
    width: 50%;
  }
}
#blogContent .gallery:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blogContent .gallery span {
  display: table-cell;
  vertical-align: middle;
  height: 170px;
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
#blogContent .gallery span i {
  color: #fff;
  font-size: 20px;
}
#blogContent .gallery:hover:after, #blogContent .gallery:focus:after {
  opacity: 1;
}
#blogContent .gallery:hover span, #blogContent .gallery:focus span {
  opacity: 1;
}
#blogContent .gallery-wrap .gallery {
  height: 300px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #blogContent .gallery-wrap .gallery {
    width: 50%;
    height: 200px;
  }
}
#blogContent #blog2-container {
  /* Owl Override Style */
}
#blogContent #blog2-container .owl-carousel .owl-controls,
#blogContent #blog2-container .owl-carousel-posts .owl-controls {
  margin-top: 0;
}
#blogContent #blog2-container .owl-carousel .owl-controls .owl-nav .owl-next,
#blogContent #blog2-container .owl-carousel .owl-controls .owl-nav .owl-prev,
#blogContent #blog2-container .owl-carousel-posts .owl-controls .owl-nav .owl-next,
#blogContent #blog2-container .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  bottom: -5px;
  z-index: 9999;
  position: absolute;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
#blogContent #blog2-container .owl-carousel .owl-controls .owl-nav .owl-next,
#blogContent #blog2-container .owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -5px;
}
#blogContent #blog2-container .owl-carousel .owl-controls .owl-nav .owl-next:hover,
#blogContent #blog2-container .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: 5px !important;
}
#blogContent #blog2-container .owl-carousel .owl-controls .owl-nav .owl-prev,
#blogContent #blog2-container .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  right: 54px;
}
#blogContent #blog2-container .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
#blogContent #blog2-container .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: 0 !important;
}
#blogContent #blog2-container .owl-carousel-posts .owl-controls .owl-nav .owl-next i,
#blogContent #blog2-container .owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
#blogContent #blog2-container .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
#blogContent #blog2-container .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
#blogContent #blog2-container .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
#blogContent #blog2-container .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
#blogContent #blog2-container .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
#blogContent #blog2-container .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}
#blogContent #blog2-container .owl-theme .owl-controls .owl-nav [class*=owl-] {
  padding: 8px;
  background: #333333;
  border: 1px solid #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#blogContent #blog2-container .owl-theme .owl-controls .owl-nav [class*=owl-] i {
  border: none;
}
#blogContent #blog2-container .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #333333;
}
#blogContent #blog2-container .owl-carousel .owl-controls .owl-nav .owl-next i,
#blogContent #blog2-container .owl-carousel .owl-controls .owl-nav .owl-prev i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  background: #333333;
}
#blogContent #blog2-container .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
#blogContent #blog2-container .owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
  color: white;
}
#blogContent #blog2-container .owl-carousel .owl-dots {
  display: none !important;
}
#blogContent #blog2-container .item {
  position: relative;
}
#blogContent #blog2-container .item .pop-up-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.8);
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#blogContent #blog2-container .item .pop-up-overlay .desc {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top: -60px;
  padding: 30px;
}
#blogContent #blog2-container .item .pop-up-overlay .desc h3 {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}
#blogContent #blog2-container .item .pop-up-overlay .desc span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
#blogContent #blog2-container .item .pop-up-overlay:hover, #blogContent #blog2-container .item .pop-up-overlay:focus {
  text-decoration: none;
}
#blogContent #blog2-container .item:hover .pop-up-overlay, #blogContent #blog2-container .item:focus .pop-up-overlay {
  opacity: 1;
}
#blogContent #blog2-container .blog-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 0;
}
#blogContent #blog2-container .blog {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
  width: 100%;
  display: block;
}
#blogContent .comment-box {
  margin-bottom: 5em;
}
#blogContent .comment-box .comment-post {
  background: #fafafa;
  padding: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #blogContent .comment-box .comment-post {
    padding: 1em;
  }
}
#blogContent .comment-box .comment-post .user {
  width: 100px;
  height: 100px;
  float: left;
}
@media screen and (max-width: 768px) {
  #blogContent .comment-box .comment-post .user {
    width: 70px;
    height: 70px;
  }
}
#blogContent .comment-box .comment-post .desc {
  padding-left: 130px;
}
@media screen and (max-width: 768px) {
  #blogContent .comment-box .comment-post .desc {
    padding-left: 100px;
  }
}
#blogContent .comment-box .comment-post .desc h3 {
  font-size: 24px;
  font-style: italic;
  display: block;
}
#blogContent .comment-box .comment-post .desc h3 span {
  font-size: 16px;
  float: right;
  color: #999999;
}
@media screen and (max-width: 768px) {
  #blogContent .comment-box .comment-post .desc h3 span {
    float: none;
  }
}
#blogContent .blog2-heading-2 {
  display: block;
  font-size: 30px;
  font-style: italic;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #blogContent #fname {
    margin-bottom: 30px;
  }
}
#blogContent .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 16px !important;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#blogContent .form-control:focus, #blogContent .form-control:active {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.8);
}
#blogContent input[type=text] {
  height: 50px;
}
#blogContent .form-group {
  margin-bottom: 30px;
}
#blogContent .form-group .btn-modify {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 15px;
}
#blogContent .blog2-social-icons {
  margin: 0;
  padding: 0;
}
#blogContent .blog2-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#blogContent .blog2-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
}
#blogContent .blog2-social-icons li a i {
  font-size: 20px;
}
#blogContent #blog2-instagram {
  padding: 0;
}
#blogContent .blog2-heading {
  margin-bottom: 30px;
}
#blogContent .blog2-heading h2 {
  font-size: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
#blogContent .pagination li {
  margin: 2px;
}
#blogContent .pagination li a {
  color: #000;
  background: #1a1a1a;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 2px;
  background: none;
}
#blogContent .pagination li a:first-child {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#blogContent .pagination li a:hover, #blogContent .pagination li a:focus {
  background: #333333;
  color: #fff;
  border: 1px solid #333333;
  box-shadow: 0 2px 10px -5px black;
}
@media screen and (max-width: 768px) {
  #blogContent .pagination li a {
    padding: 7px 15px;
  }
}
#blogContent .pagination li.active a {
  background: #333333;
  border-color: #333333;
  box-shadow: 0 2px 10px -5px black;
}
#blogContent .pagination li.active a:hover, #blogContent .pagination li.active a:focus {
  background: #333333;
  color: #fff;
  border: 1px solid #333333;
}
#blogContent .instagram-entry {
  width: 100%;
  display: block;
}
#blogContent .instagram-entry .instagram {
  width: 12.5%;
  float: left;
  height: 200px;
}
@media screen and (max-width: 768px) {
  #blogContent .instagram-entry .instagram {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  #blogContent .instagram-entry .instagram {
    width: 50%;
  }
}
#blogContent #blog2-footer {
  background: #F6F6F6;
}
#blogContent #blog2-footer .blog2-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #blogContent #blog2-footer .blog2-footer-links {
    margin-bottom: 30px;
  }
}
#blogContent #blog2-footer .blog2-footer-links li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  display: block;
}
#blogContent #blog2-footer .blog2-footer-links li span {
  display: block;
  font-size: 12px;
  color: #b3b3b3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#blogContent #blog2-footer .blog2-footer-links li a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
#blogContent #blog2-footer .blog2-footer-links li a i {
  padding-right: 10px;
  color: #333333;
}
#blogContent #blog2-footer .blog2-footer-links li a:hover {
  color: #333333;
}
#blogContent #blog2-footer h2 {
  margin-bottom: 30px;
  font-size: 13px;
  color: black;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
}
#blogContent #blog2-footer .tags span {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
#blogContent #blog2-footer .tags span a {
  border: 1px solid #cccccc;
  color: gray;
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 4px;
  background: #fff;
}
#blogContent #blog2-footer .tags span a:hover {
  background: #333333;
  color: #fff;
  border: 1px solid #333333;
  box-shadow: 0 2px 10px -5px black;
}
#blogContent #map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #blogContent #map {
    height: 200px;
  }
}
#blogContent #blog2-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  #blogContent #blog2-offcanvas {
    display: block;
  }
}
.offcanvas #blogContent #blog2-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#blogContent #blog2-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#blogContent #blog2-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#blogContent #blog2-offcanvas ul {
  padding: 0;
  margin: 0;
}
#blogContent #blog2-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#blogContent #blog2-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#blogContent #blog2-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#blogContent #blog2-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#blogContent #blog2-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#blogContent .gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#blogContent .gototop.active {
  opacity: 1;
  visibility: visible;
}
#blogContent .gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #333333;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#blogContent .gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
#blogContent .gototop a:hover, #blogContent .gototop a:active, #blogContent .gototop a:focus {
  text-decoration: none;
  outline: none;
}
#blogContent .blog2-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.3em !important;
}
#blogContent .blog2-nav-toggle.active i::before, #blogContent .blog2-nav-toggle.active i::after {
  background: #444;
}
#blogContent .blog2-nav-toggle:hover, #blogContent .blog2-nav-toggle:focus, #blogContent .blog2-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
#blogContent .blog2-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}
#blogContent .blog2-nav-toggle i::before, #blogContent .blog2-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}
#blogContent .blog2-nav-toggle.blog2-nav-white > i {
  color: #000;
  background: #000;
}
#blogContent .blog2-nav-toggle.blog2-nav-white > i::before, #blogContent .blog2-nav-toggle.blog2-nav-white > i::after {
  background: #000;
}
#blogContent .blog2-nav-toggle i::before {
  top: -7px;
}
#blogContent .blog2-nav-toggle i::after {
  bottom: -7px;
}
#blogContent .blog2-nav-toggle:hover i::before {
  top: -10px;
}
#blogContent .blog2-nav-toggle:hover i::after {
  bottom: -10px;
}
#blogContent .blog2-nav-toggle.active i {
  background: transparent;
}
#blogContent .blog2-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}
#blogContent .blog2-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}
#blogContent .blog2-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  #blogContent .blog2-nav-toggle {
    display: block;
  }
}
#blogContent .btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 8px 20px;
}
#blogContent .btn.btn-md {
  padding: 8px 20px !important;
}
#blogContent .btn.btn-lg {
  padding: 18px 36px !important;
}
#blogContent .btn:hover, #blogContent .btn:active, #blogContent .btn:focus {
  box-shadow: 0 2px 10px -5px black;
  outline: none !important;
}
#blogContent .btn-primary {
  background: #333333;
  color: #fff;
  border: 2px solid #333333;
}
#blogContent .btn-primary:hover, #blogContent .btn-primary:focus, #blogContent .btn-primary:active {
  background: #404040 !important;
  border-color: #404040 !important;
}
#blogContent .btn-primary.btn-outline {
  background: transparent;
  color: #333333;
  border: 2px solid #333333;
}
#blogContent .btn-primary.btn-outline:hover, #blogContent .btn-primary.btn-outline:focus, #blogContent .btn-primary.btn-outline:active {
  background: #333333;
  color: #fff;
}
#blogContent .btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
#blogContent .btn-success:hover, #blogContent .btn-success:focus, #blogContent .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
#blogContent .btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
#blogContent .btn-success.btn-outline:hover, #blogContent .btn-success.btn-outline:focus, #blogContent .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}
#blogContent .btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
#blogContent .btn-info:hover, #blogContent .btn-info:focus, #blogContent .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
#blogContent .btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
#blogContent .btn-info.btn-outline:hover, #blogContent .btn-info.btn-outline:focus, #blogContent .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}
#blogContent .btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
#blogContent .btn-warning:hover, #blogContent .btn-warning:focus, #blogContent .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
#blogContent .btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
#blogContent .btn-warning.btn-outline:hover, #blogContent .btn-warning.btn-outline:focus, #blogContent .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}
#blogContent .btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
#blogContent .btn-danger:hover, #blogContent .btn-danger:focus, #blogContent .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
#blogContent .btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
#blogContent .btn-danger.btn-outline:hover, #blogContent .btn-danger.btn-outline:focus, #blogContent .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}
#blogContent .btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blogContent .btn-outline:hover, #blogContent .btn-outline:focus, #blogContent .btn-outline:active {
  box-shadow: none;
}
#blogContent .btn.with-arrow {
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#blogContent .btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#blogContent .btn.with-arrow:hover {
  padding-right: 50px;
}
#blogContent .btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}
#blogContent .form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
#blogContent .form-control:active, #blogContent .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #333333;
}
#blogContent .row-pb-lg {
  padding-bottom: 6em !important;
}
#blogContent .row-pb-md {
  padding-bottom: 4em !important;
}
#blogContent .row-pb-sm {
  padding-bottom: 2em !important;
}
#blogContent .nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
#blogContent .blog2-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}
.js #blogContent .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=fancy/blog_black.css.map */
