/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 2.Header
 3.content - home sections
 4.Footer
 5.Responsive Part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {.blog-section .blog-box .blog-post iframe
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #f9f9f9;
  border: none;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px dotted #e7e7e7;
}
header.active .top-line {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.top-line {
  padding: 8px 0;
  background: #262b79;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.top-line ul.top-list {
  margin: 0;
  padding: 0;
  float: left;
}
.top-line ul.top-list li {
  display: inline-block;
  margin-right: 12px;
}
.top-line ul.top-list li:after {
  content: '/';
  color: #ffffff;
  font-size: 13px;
  
  margin-left: 15px;
}
.top-line ul.top-list li:last-child:after {
  content: '';
  margin-left: 0;
}
.top-line ul.social-list {
  margin: 0;
  padding: 0;
  float: right;
}
.top-line ul.social-list li {
  display: inline-block;
  margin-left: 15px;
}
.top-line ul.social-list li a {
  font-size: 15px;
}
.top-line ul.social-list li a:hover {
  color: #f31c27;
}
.top-line a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.top-line a:hover {
  opacity: 1;
}
.navbar-nav > li {
  margin-right: 30px;
  position: relative;
}
.navbar-nav > li > a {
  padding: 20px 0px;
  color: #262b79 !important;
  font-size: 13px;
  
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.navbar-nav > li > a i {
  margin-left: 5px;
}
.navbar-nav > li.mega-drop {
  position: inherit;
}
.megadropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #f7f7f7;
  border-top: 1px dotted #d1d1d1;
  border-bottom: 1px dotted #d1d1d1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.megadropdown .inner-megadropdown {
  padding: 30px 0 0;
}
.megadropdown .inner-megadropdown .blog-post {
  margin-bottom: 30px;
  position: relative;
}
.megadropdown .inner-megadropdown .blog-post .hover-post {
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 0 25px;
}
.megadropdown .inner-megadropdown .blog-post .hover-post > a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 12px;
  
  font-weight: 400;
  display: inline-block;
  margin-bottom: 2px;
}
.megadropdown .inner-megadropdown .blog-post .hover-post > a:hover {
  opacity: 0.8;
}
.megadropdown .inner-megadropdown .blog-post .hover-post h2 {
  color: #222222;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.7px;
  margin: 0;
  line-height: 20px;
  color: #ffffff;
}
.megadropdown .inner-megadropdown .blog-post .hover-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.megadropdown .inner-megadropdown .blog-post .hover-post h2 a:hover {
  opacity: 0.8;
}
.megadropdown .inner-megadropdown .blog-post img {
  width: 100%;
}
li.mega-drop:hover .megadropdown {
  opacity: 1;
  visibility: visible;
}
ul.drop-down {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  background: #f7f7f7;
  border-top: 2px solid #f31c27;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  padding: 0;
}
ul.drop-down li {
  display: block;
  position: relative;
}
ul.drop-down li:first-child {
  padding-top: 7px;
}
ul.drop-down li:last-child {
  padding-bottom: 7px;
}
ul.drop-down li a {
  display: inline-block;
  text-decoration: none;
  display: block;
  color: #262b79 !important;
  font-size: 12px;
  
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 20px;
  text-transform: uppercase;
}
ul.drop-down li a i {
  float: right;
}
ul.drop-down li a:hover {
  background: #f3f3f3;
}
ul.drop-down li:hover ul.drop-down.level3 {
  opacity: 1;
  visibility: visible;
}
ul.drop-down.level3 {
  top: -2px;
  left: 100%;
  border-left: 1px dotted #d1d1d1;
}
li.drop:hover > ul.drop-down {
  opacity: 1;
  visibility: visible;
}
.search-box {
  float: right;
  position: relative;
  padding: 20px 0;
}
.search-box a.open-search {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #f31c27;
}
.search-box a:hover {
  opacity: 0.85;
}
.search-box form.form-search {
  margin: 0;
  width: 200px;
  position: absolute;
  top: 15px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.search-box form.form-search input[type="search"] {
  width: 100%;
  padding: 6px 13px;
  background: transparent;
  color: #1a1a1a;
  font-size: 13px;
  font-family: 'Courgette', cursive;
  border: 1px solid #eaeaea;
  outline: none;
}
.search-box form.form-search.active {
  visibility: visible;
  opacity: 1;
}
.navbar-nav > li > a:hover {
  color: #f31c27;
}
.navbar-nav.navbar-right > li {
  margin-right: 0px;
  position: relative;
}
.navbar-nav.navbar-right > li a {
  font-size: 14px;
  padding: 15px 15px;
}
.logo-place {
  padding: 40px 0 50px;
  text-align: center;
}
/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/
#container {
  padding-top: 100px;
}
p {
  font-size: 14px;
  color: #222222;
  
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 10px;
  -webkit-font-smoothing: antialiased;
}
.slide-section .caption {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 30px 70px;
  text-align: center;
  top: 50%;
  margin-top: -70px;
}
.slide-section .caption > a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 15px;
  
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.slide-section .caption > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  width: 15px;
  background: #fff;
  height: 2px;
}
.slide-section .caption > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  width: 15px;
  background: #fff;
  height: 2px;
}
.slide-section .caption > a:hover {
  opacity: 0.7;
}
.slide-section .caption h2 {
  color: #222222;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  margin: 0 0 15px;
  color: #ffffff;
}
.slide-section .caption h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.slide-section .caption h2 a:hover {
  opacity: 0.7;
}
.slide-section .caption span {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  
  margin: 0;
}
.slide-section.big-slider .caption {
  text-align: left;
  top: inherit;
  margin-top: 0;
  bottom: 30px;
}
.slide-section.big-slider .caption .container > a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-o;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 15px;
  
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.slide-section.big-slider .caption .container > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  width: 15px;
  background: #fff;
  height: 2px;
}
.grid-line-section {
  padding: 30px 0 30px;
}
.grid-line-section .blog-post {
  margin-bottom: 30px;
  position: relative;
}
.grid-line-section .blog-post .hover-post {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  padding: 40px 25px 25px;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.95)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#343434', GradientType=0);
}
.grid-line-section .blog-post .hover-post > a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 12px;
  
  font-weight: 400;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.grid-line-section .blog-post .hover-post > a:hover {
  opacity: 0.8;
}
.grid-line-section .blog-post .hover-post > a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #f31c27;
}
.grid-line-section .blog-post .hover-post h2 {
  color: #222222;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.7px;
  margin: 0;
  line-height: 20px;
  color: #ffffff;
}
.grid-line-section .blog-post .hover-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.grid-line-section .blog-post .hover-post h2 a:hover {
  opacity: 0.8;
}
.grid-line-section .blog-post img {
  width: 100%;
}
.blog-section .blog-box .blog-post {
  margin-bottom: 50px;
}
.blog-section .blog-box .blog-post .title-post {
  text-align: center;
  margin-bottom: 25px;
}
.blog-section .blog-box .blog-post .title-post > a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #262b79;
  font-size: 13px;
  
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
}
/*.blog-section .blog-box .blog-post .title-post > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  width: 15px;
  background: #222222;
  height: 2px;
}
.blog-section .blog-box .blog-post .title-post > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  width: 15px;
  background: #222222;
  height: 2px;
}*/
.blog-section .blog-box .blog-post .title-post > a:hover {
  color: #f31c27;
}
.blog-section .blog-box .blog-post .title-post h2 {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  padding: 0 20px;
  margin: 0 0 5px;
}
.blog-section .blog-box .blog-post .title-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blog-section .blog-box .blog-post .title-post h2 a:hover {
  opacity: 1;
  color: #f31c27;
}
.blog-section .blog-box .blog-post .title-post span {
  display: inline-block;
  color: #262b79;
  font-size: 12px;
  
}
.blog-section .blog-box .blog-post p {
  margin: 0 auto 15px;
  line-height: 26px;
}
.blog-section .blog-box .blog-post > a {
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-weight: bold;
  
  color: #222222;
}
.blog-section .blog-box .blog-post > a:hover {
  color: #f31c27;
}
.blog-section .blog-box .blog-post .blog-gallery {
  position: relative;
  margin-bottom: 30px;
}
.blog-section .blog-box .blog-post .blog-gallery img {
  width: 100%;
}
.blog-section .blog-box .blog-post iframe {
  text-align: center;
  margin: 20px 0 25px 0;
}
.blog-section .blog-box .video-post iframe {
  height: 400px;
}
.blog-section .blog-box .blog-post.quote-post {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background: url('../upload/banners/ban1.jpg');
}
.blog-section .blog-box .blog-post.quote-post blockquote {
  padding: 40px 50px;
  border: none;
  margin: 0;
}
.blog-section .blog-box .blog-post.quote-post blockquote p {
  color: #ffffff;
  font-size: 26px;
  font-family: 'Courgette', cursive;
  margin: 0 0 6px;
  line-height: 36px;
}
.blog-section .blog-box .blog-post.quote-post blockquote span {
  display: inline-block;
  float: right;
  color: #ffffff;
  font-size: 15px;
  
  margin: 0;
}
ul.pagination-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 60px;
}
ul.pagination-list li {
  display: inline-block;
  margin-right: 10px;
}
ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #111;
  font-size: 13px;
  
  font-weight: 600;
}
ul.pagination-list li a:hover,
ul.pagination-list li a.active {
  color: #f31c27;
}
.sidebar {
  padding-left: 10px;
  padding-bottom: 30px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget > h2 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 14px;
  
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.sidebar .widget > h2:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 38px;
  height: 2px;
  background: #f31c27;
}
.sidebar form {
  margin: 0;
}
.sidebar form input[type="search"] {
  padding: 10px 15px;
  border: 1px solid #d1d1d1;
  color: #1a1a1a;
  font-size: 13px;
  
  font-weight: 400;
  background: transparent;
  outline: none;
  width: 100%;
}
.sidebar form input[type="search"]:focus {
  border: 1px solid #1a1a1a;
}
.sidebar form button {
  display: inline-block;
  background: transparent;
  border: none;
  outline: none;
  float: right;
  margin-top: -30px;
  text-align: center;
  margin-right: 6px;
  position: relative;
  z-index: 2;
}
.sidebar form button i {
  color: #222222;
  font-size: 15px;
}
.sidebar .about-widget img {
  width: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
}
.sidebar .about-widget h3 {
  color: #222222;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  font-size: 16px;
  font-family: 'Courgette', cursive;
  font-weight: 700;
}
.sidebar .about-widget p {
  padding: 0;
}
.sidebar ul.social-widget-list {
  margin: 0;
  padding: 0;
  padding-top: 4px;
}
.sidebar ul.social-widget-list li {
  display: inline-block;
  margin: 0 7px;
}
.sidebar ul.social-widget-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 14px;
}
.sidebar ul.social-widget-list li a:hover {
  color: #f31c27;
}
.sidebar ul.recent-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.recent-list li {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.sidebar ul.recent-list li img {
  max-width: 100px;
  float: left;
}
.sidebar ul.recent-list li .post-content {
  margin-left: 120px;
  min-height: 100%;
}
.sidebar ul.recent-list li .post-content h2 {
  color: #222222;
  font-size: 12px;
  
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 20px;
}
.sidebar ul.recent-list li .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.sidebar ul.recent-list li .post-content h2 a:hover {
  opacity: 1;
  color: #f31c27;
}
.sidebar ul.recent-list li .post-content span {
  display: inline-block;
  color: #000;
  font-size: 11px;
  
  margin: 0;
}
.sidebar ul.recent-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar ul.category-list,
.sidebar ul.archieve-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.category-list li,
.sidebar ul.archieve-list li {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #efefef;
}
.sidebar ul.category-list li a,
.sidebar ul.archieve-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  
  font-weight: 700;
  display: block;
}
.sidebar ul.category-list li a span,
.sidebar ul.archieve-list li a span {
  display: inline-block;
  float: right;
}
.sidebar ul.category-list li a:hover,
.sidebar ul.archieve-list li a:hover {
  color: #f31c27;
}
.sidebar ul.category-list li:last-child,
.sidebar ul.archieve-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar ul.instagram-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sidebar ul.instagram-list li {
  list-style: none;
  float: left;
  width: 111px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.sidebar ul.instagram-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
}
.sidebar ul.instagram-list li a img {
  width: 100%;
}
.sidebar ul.instagram-list li a:hover {
  opacity: 0.7;
}
.sidebar ul.instagram-list li:nth-child(3n) {
  margin-right: 0;
}
.sidebar .bann-widget {
  text-align: center;
}
.sidebar .bann-widget img {
  width: 300px;
  margin: 0 auto;
}
.sidebar .text-widget span {
  font-size: 16px;
  font-family: 'Courgette', cursive;
  color: #f31c27;
}
.sidebar .subsribe-widget form {
  margin: 0;
}
.sidebar .subsribe-widget form input[type="text"] {
  padding: 10px 15px;
  border: 1px solid #d1d1d1;
  color: #f31c27;
  font-size: 13px;
  
  font-weight: 400;
  background: transparent;
  outline: none;
  width: 100%;
  margin-bottom: 10px;
}
.sidebar .subsribe-widget form input[type="text"]:focus {
  border: 1px solid #b1b1b1;
}
.sidebar .subsribe-widget form input[type="submit"] {
  width: 100%;
  text-align: center;
  background: #222222;
  font-size: 13px;
  color: #ffffff;
  
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 10px;
  outline: none;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .subsribe-widget form input[type="submit"]:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  Home grid, home list
/*-------------------------------------------------*/
.blog-box.grid .blog-post .title-post,
.blog-box.list .blog-post .title-post,
.blog-box.masonry .blog-post .title-post {
  margin-bottom: 10px;
}
.blog-box.grid .blog-post .title-post h2,
.blog-box.list .blog-post .title-post h2,
.blog-box.masonry .blog-post .title-post h2 {
  font-size: 16px;
}
.blog-box.grid .share-box,
.blog-box.list .share-box,
.blog-box.masonry .share-box {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d1d1;
  padding-top: 10px;
  border-top: 1px dotted #d1d1d1;
}
.blog-box.grid .share-box > a,
.blog-box.list .share-box > a,
.blog-box.masonry .share-box > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  color: #222222;
  font-size: 13px;
  
  font-weight: 700;
}
.blog-box.grid .share-box > a:hover,
.blog-box.list .share-box > a:hover,
.blog-box.masonry .share-box > a:hover {
  color: #f31c27;
}
.blog-box.grid .share-box ul.share-this-post,
.blog-box.list .share-box ul.share-this-post,
.blog-box.masonry .share-box ul.share-this-post {
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}
.blog-box.grid .share-box ul.share-this-post li,
.blog-box.list .share-box ul.share-this-post li,
.blog-box.masonry .share-box ul.share-this-post li {
  display: inline-block;
  margin-left: 10px;
}
.blog-box.grid .share-box ul.share-this-post li a,
.blog-box.list .share-box ul.share-this-post li a,
.blog-box.masonry .share-box ul.share-this-post li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  
}
.blog-box.grid .share-box ul.share-this-post li a:hover,
.blog-box.list .share-box ul.share-this-post li a:hover,
.blog-box.masonry .share-box ul.share-this-post li a:hover {
  color: #f31c27;
}
.blog-box.list .blog-post .blog-gallery {
  margin-bottom: 0;
}
.blog-box.list .blog-post .title-post {
  text-align: left;
}
.blog-box.list .blog-post .title-post > a:before {
  display: none;
}
.blog-box.list .blog-post .title-post h2 {
  padding: 0;
}
.blog-box.list .blog-post p {
  margin-bottom: 10px;
}
/*-------------------------------------------------*/
/* =  Home gallery, masonry
/*-------------------------------------------------*/
.blog-box.gallery .blog-post {
  margin-bottom: 30px;
  position: relative;
}
.blog-box.gallery .blog-post .hover-post {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  padding: 40px 25px 25px;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.95)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#343434', GradientType=0);
}
.blog-box.gallery .blog-post .hover-post > a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 12px;
  
  font-weight: 400;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.blog-box.gallery .blog-post .hover-post > a:hover {
  opacity: 0.8;
}
.blog-box.gallery .blog-post .hover-post > a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #f31c27;
}
.blog-box.gallery .blog-post .hover-post h2 {
  color: #222222;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.7px;
  margin: 0;
  line-height: 20px;
  color: #ffffff;
}
.blog-box.gallery .blog-post .hover-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.blog-box.gallery .blog-post .hover-post h2 a:hover {
  opacity: 0.8;
}
.blog-box.gallery .blog-post img {
  width: 100%;
}
.blog-box.masonry .iso-call {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
.blog-box.masonry .iso-call .blog-post {
  width: 50%;
  padding: 15px;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  home alternative
/*-------------------------------------------------*/
.blog-section .alternative {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  margin-bottom: 50px;
}
.blog-section .alternative .alternative-post {
  width: 326px;
  margin: 15px;
}
.blog-section .alternative .alternative-post img {
  width: 100%;
}
.blog-section .alternative .alternative-post iframe {
  height: 340px;
}
.blog-section .alternative .alternative-post .title-post {
  margin-bottom: 10px;
}
.blog-section .alternative .alternative-post .title-post h2 {
  font-size: 20px;
}
.blog-section .alternative .alternative-post .share-box {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d1d1;
  padding-top: 10px;
  border-top: 1px dotted #d1d1d1;
}
.blog-section .alternative .alternative-post .share-box > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  color: #222222;
  font-size: 13px;
  
  font-weight: 700;
}
.blog-section .alternative .alternative-post .share-box > a:hover {
  color: #f31c27;
}
.blog-section .alternative .alternative-post .share-box ul.share-this-post {
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}
.blog-section .alternative .alternative-post .share-box ul.share-this-post li {
  display: inline-block;
  margin-left: 10px;
}
.blog-section .alternative .alternative-post .share-box ul.share-this-post li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  
}
.blog-section .alternative .alternative-post .share-box ul.share-this-post li a:hover {
  color: #f31c27;
}
.blog-section .alternative .alternative-post.snd-size {
  width: 682px;
}
.blog-section .alternative .gal-post {
  position: relative;
}
.blog-section .alternative .gal-post .hover-post {
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 0 25px;
}
.blog-section .alternative .gal-post .hover-post > a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 12px;
  
  font-weight: 400;
  display: inline-block;
  margin-bottom: 2px;
}
.blog-section .alternative .gal-post .hover-post > a:hover {
  opacity: 0.8;
}
.blog-section .alternative .gal-post .hover-post h2 {
  color: #222222;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.7px;
  margin: 0;
  line-height: 20px;
  color: #ffffff;
}
.blog-section .alternative .gal-post .hover-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.blog-section .alternative .gal-post .hover-post h2 a:hover {
  opacity: 0.8;
}
.blog-section .alternative .gal-post img {
  width: 100%;
}
.blog-section .alternative .widget-post h2 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 14px;
  
  text-align: center;
  color: #222222;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d1d1;
}
.blog-section .alternative .widget-post .about-widget {
  text-align: center;
}
.blog-section .alternative .widget-post .about-widget img {
  width: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
}
.blog-section .alternative .widget-post .about-widget h3 {
  color: #222222;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Courgette', cursive;
  font-weight: 700;
}
.blog-section .alternative .widget-post .about-widget p {
  padding: 0 40px;
}
.blog-section .alternative .widget-post .about-widget ul.social-widget-list {
  margin: 0;
  padding: 0;
  padding-top: 4px;
}
.blog-section .alternative .widget-post .about-widget ul.social-widget-list li {
  display: inline-block;
  margin: 0 7px;
}
.blog-section .alternative .widget-post .about-widget ul.social-widget-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 14px;
}
.blog-section .alternative .widget-post .about-widget ul.social-widget-list li a:hover {
  color: #f31c27;
}
.blog-section .alternative .widget-post ul.category-list,
.blog-section .alternative .widget-post ul.archieve-list {
  margin: 0;
  padding: 0;
}
.blog-section .alternative .widget-post ul.category-list li,
.blog-section .alternative .widget-post ul.archieve-list li {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #efefef;
}
.blog-section .alternative .widget-post ul.category-list li a,
.blog-section .alternative .widget-post ul.archieve-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  
  font-weight: 700;
  display: block;
}
.blog-section .alternative .widget-post ul.category-list li a span,
.blog-section .alternative .widget-post ul.archieve-list li a span {
  display: inline-block;
  float: right;
}
.blog-section .alternative .widget-post ul.category-list li a:hover,
.blog-section .alternative .widget-post ul.archieve-list li a:hover {
  color: #f31c27;
}
.blog-section .alternative .widget-post ul.category-list li:last-child,
.blog-section .alternative .widget-post ul.archieve-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-section .alternative .widget-post ul.instagram-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.blog-section .alternative .widget-post ul.instagram-list li {
  list-style: none;
  float: left;
  width: 100px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.blog-section .alternative .widget-post ul.instagram-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
}
.blog-section .alternative .widget-post ul.instagram-list li a img {
  width: 100%;
}
.blog-section .alternative .widget-post ul.instagram-list li a:hover {
  opacity: 0.7;
}
.blog-section .alternative .widget-post ul.instagram-list li:nth-child(3n) {
  margin-right: 0;
}
.blog-section .alternative .widget-post .bann-widget {
  text-align: center;
}
.blog-section .alternative .widget-post .bann-widget img {
  width: 300px;
  margin: 0 auto;
}
.blog-section .alternative .widget-post .text-widget {
  text-align: center;
}
.blog-section .alternative .widget-post .text-widget span {
  font-size: 16px;
  font-family: 'Courgette', cursive;
  color: #f31c27;
}
.blog-section .alternative .widget-post .subsribe-widget form {
  margin: 0;
}
.blog-section .alternative .widget-post .subsribe-widget form input[type="text"] {
  padding: 10px 15px;
  border: 1px solid #d1d1d1;
  color: #f31c27;
  font-size: 13px;
  
  font-weight: 400;
  background: transparent;
  outline: none;
  width: 100%;
  margin-bottom: 10px;
}
.blog-section .alternative .widget-post .subsribe-widget form input[type="text"]:focus {
  border: 1px solid #b1b1b1;
}
.blog-section .alternative .widget-post .subsribe-widget form input[type="submit"] {
  width: 100%;
  text-align: center;
  background: #222222;
  font-size: 13px;
  color: #ffffff;
  
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 10px;
  outline: none;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-section .alternative .widget-post .subsribe-widget form input[type="submit"]:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  contact
/*-------------------------------------------------*/
.contact-section {
  margin-bottom: 40px;
}
.contact-section img {
  max-width: 100%;
  margin-bottom: 40px;
}
.contact-section h2 {
  color: #222222;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  font-size: 16px;
  
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d1d1;
}
.contact-section p {
  margin-bottom: 30px;
}
.contact-section ul.information-list {
  margin: 0;
  padding: 0;
}
.contact-section ul.information-list li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.contact-section ul.information-list li i {
  float: left;
  color: #222222;
  font-size: 13px;
  display: inline-block;
  line-height: 24px;
}
.contact-section ul.information-list li span {
  display: block;
  font-size: 13px;
  
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 10px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #222222;
}
.contact-section ul.information-list li a {
  font-size: 13px;
  
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 10px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
  color: #222222;
}
.contact-section ul.information-list li:last-child {
  border-bottom: none;
}
#contact-form input[type="text"],
.comment-form input[type="text"],
.log-in-form input[type="text"],
.sign-up-form input[type="text"],
#contact-form textarea,
.comment-form textarea,
.log-in-form textarea,
.sign-up-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #1a1a1a;
  font-size: 13px;
  
}
#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
.log-in-form input[type="text"]:focus,
.sign-up-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus,
.log-in-form textarea:focus,
.sign-up-form textarea:focus {
  border: 1px solid #1a1a1a;
}
#contact-form textarea,
.comment-form textarea,
.log-in-form textarea,
.sign-up-form textarea {
  height: 146px;
}
#contact-form input[type="submit"],
.comment-form input[type="submit"],
.log-in-form input[type="submit"],
.sign-up-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #f31c27;
  color: #ffffff;
  font-size: 13px;
  
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover,
.log-in-form input[type="submit"]:hover,
.sign-up-form input[type="submit"]:hover {
  opacity: 1;
  background:#000;
}
#contact-form .message,
.comment-form .message,
.log-in-form .message,
.sign-up-form .message {
  padding: 10px 20px;
  font-size: 13px;
  
}
#contact-form .message.error,
.comment-form .message.error,
.log-in-form .message.error,
.sign-up-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#contact-form .message.success,
.comment-form .message.success,
.log-in-form .message.success,
.sign-up-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
/*-------------------------------------------------*/
/* =  about
/*-------------------------------------------------*/
.about-section {
  margin-bottom: 50px;
}
.about-section img {
  width: 100%;
  margin-bottom: 40px;
}
.about-section h2 {
  color: #222222;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  font-size: 16px;
  
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d1d1;
}
.about-section blockquote {
  padding: 16px 40px;
  border-left: 3px dotted #333333;
  margin: 15px 0 15px 20px;
}
.about-section blockquote p {
  font-size: 16px;
  font-family: 'Courgette', cursive;
}
.about-section h3 {
  color: #222222;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  font-size: 13px;
  
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  margin-top: 20px;
}
.about-section ul.hobies {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.about-section ul.hobies li {
  display: block;
  color: #222222;
  font-size: 12px;
  
  font-weight: 600;
  margin-bottom: 5px;
}
.about-section ul.hobies li i {
  margin-right: 10px;
}
.about-section ul.social-list {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dotted #d1d1d1;
  border-bottom: 1px dotted #d1d1d1;
  text-align: center;
}
.about-section ul.social-list li {
  display: inline-block;
  margin: 0 5px;
}
.about-section ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 14px;
}
.about-section ul.social-list li a:hover {
  color: #f31c27;
}
.about-section span.signature {
  display: block;
  font-size: 16px;
  font-family: 'Courgette', cursive;
  font-weight: 700;
  text-align: right;
  margin-right: 15px;
  margin-top: 15px;
}
/*-------------------------------------------------*/
/* =  single post
/*-------------------------------------------------*/
.blog-section .single-post .blog-post .title-post h1 {
  color: #222222;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-family: 'Courgette', cursive;
  text-transform: inherit;
  font-size: 28px;
  padding: 0 20px;
  margin: 0 0 5px;
}
.blog-section .single-post .blog-post blockquote {
  padding: 16px 40px;
  border-left: 3px dotted #333333;
  margin: 15px 0 15px 20px;
}
.blog-section .single-post .blog-post blockquote p {
  font-size: 16px;
  font-family: 'Courgette', cursive;
  margin-bottom: 0;
}
.blog-section .single-post .blog-post .share-box {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d1d1;
  padding-top: 10px;
  border-top: 1px dotted #d1d1d1;
}
.blog-section .single-post .blog-post .share-box > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  color: #222222;
  font-size: 13px;
  
  font-weight: 700;
}
.blog-section .single-post .blog-post .share-box > a:hover {
  color: #f31c27;
}
.blog-section .single-post .blog-post .share-box ul.share-this-post {
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}
.blog-section .single-post .blog-post .share-box ul.share-this-post li {
  display: inline-block;
  margin-left: 10px;
}
.blog-section .single-post .blog-post .share-box ul.share-this-post li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  
}
.blog-section .single-post .blog-post .share-box ul.share-this-post li a:hover {
  color: #f31c27;
}
.blog-section .single-post .autor-post {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
.blog-section .single-post .autor-post img {
  float: left;
  max-width: 120px;
}
.blog-section .single-post .autor-post .autor-post-content {
  margin-left: 150px;
}
.blog-section .single-post .autor-post .autor-post-content h2 {
  color: #222222;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}
.blog-section .single-post .autor-post .autor-post-content ul.autor-social {
  margin-top: 12px;
  margin: 0;
  padding: 0;
}
.blog-section .single-post .autor-post .autor-post-content ul.autor-social li {
  display: inline-block;
  margin-right: 10px;
}
.blog-section .single-post .autor-post .autor-post-content ul.autor-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  
}
.blog-section .single-post .autor-post .autor-post-content ul.autor-social li a:hover {
  color: #f31c27;
}
.blog-section .single-post .other-posts {
  margin-bottom: 50px;
}
.blog-section .single-post .other-posts h3 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 14px;
  
  text-align: center;
  color: #222222;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d1d1;
}
.blog-section .single-post .other-posts .blog-post {
  margin-bottom: 30px;
  position: relative;
}
.blog-section .single-post .other-posts .blog-post .hover-post {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 15px 15px 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.95)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#343434', GradientType=0);
}
.blog-section .single-post .other-posts .blog-post .hover-post > a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 12px;
  
  font-weight: 400;
  display: inline-block;
  margin-bottom: 2px;
}
.blog-section .single-post .other-posts .blog-post .hover-post > a:hover {
  opacity: 1;
}
.blog-section .single-post .other-posts .blog-post .hover-post h2 {
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.7px;
  margin: 0;
  line-height: 16px;
  color: #ffffff;
}
.blog-section .single-post .other-posts .blog-post .hover-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.blog-section .single-post .other-posts .blog-post .hover-post h2 a:hover {
  opacity: 0.8;
}
.blog-section .single-post .other-posts .blog-post img {
  width: 100%;
}
.blog-section .single-post .comments-section {
  margin-bottom: 40px;
}
.blog-section .single-post .comments-section h3 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 14px;
  
  text-align: center;
  color: #222222;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d1d1;
}
.blog-section .single-post .comments-section ul {
  margin: 0;
  padding: 0;
}
.blog-section .single-post .comments-section ul li {
  list-style: none;
}
.blog-section .single-post .comments-section ul li .comment-box {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
}
.blog-section .single-post .comments-section ul li .comment-box img {
  width: auto;
  max-width: 80px;
  float: left;
}
.blog-section .single-post .comments-section ul li .comment-box .comment-content {
  margin-left: 105px;
}
.blog-section .single-post .comments-section ul li .comment-box .comment-content h4 {
  color: #222222;
  font-size: 13px;
  
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.blog-section .single-post .comments-section ul li .comment-box .comment-content h4 a {
  color: #222222;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  font-size: 11px;
}
.blog-section .single-post .comments-section ul li .comment-box .comment-content h4 a:hover {
  color: #f31c27;
}
.blog-section .single-post .comments-section ul li .comment-box .comment-content span {
  font-size: 13px;
  color: #222222;
  
  line-height: 20px;
  margin: 0 0 10px;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.blog-section .single-post .comments-section ul li .comment-box .comment-content p {
  margin: 0 !important;
}
.blog-section .single-post .comments-section ul.depth .comment-box {
  padding-left: 120px;
}
.blog-section .single-post .comments-section form {
  margin-top: 60px;
}
/*-------------------------------------------------*/
/* =  category pages
/*-------------------------------------------------*/
.category-title-section {
  text-align: center;
}
.category-title-section h1 {
  color: #222222;
  font-size: 30px;
  
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 30px;
  text-transform: uppercase;
  padding-bottom: 12px;
  padding-top: 15px;
  border-bottom: 1px dotted #d1d1d1;
  border-top: 1px dotted #d1d1d1;
  font-size: 17px;
}
/*-------------------------------------------------*/
/* =  Loggin page
/*-------------------------------------------------*/
.login-box,
.sign-up-box {
  margin-bottom: 50px;
}
.login-box h2,
.sign-up-box h2 {
  color: #222222;
  font-size: 30px;
  
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 30px;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px dotted #d1d1d1;
  font-size: 16px;
}
.login-box input[type="password"],
.sign-up-box input[type="password"] {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f31c27;
  font-size: 13px;
  
}
.login-box input[type="password"]:focus,
.sign-up-box input[type="password"]:focus {
  border: 1px solid #f31c27;
}
.login-box form,
.sign-up-box form {
  margin: 0;
}
.login-box form a,
.sign-up-box form a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-decoration: underline;
  color: #222222;
  
  font-weight: 700;
}
.login-box form a:hover,
.sign-up-box form a:hover {
  color: #f31c27;
}
.login-box form > a,
.sign-up-box form > a {
  margin-left: 40px;
}
.login-box form .placeholder-image,
.sign-up-box form .placeholder-image {
  display: inline-block;
  margin-right: 20px;
}
.login-box form input[type="file"],
.sign-up-box form input[type="file"] {
  margin: 20px 0;
}
.sign-up-box {
  display: none;
}
/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/
footer {
  background: #f7f7f7;
}
footer .upper-footer {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
footer .upper-footer .footer-widget > h2 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: uppercase;
  
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #222222;
  text-align: left;
}
footer .upper-footer .text-widget {
  text-align: center;
}
footer .upper-footer .text-widget p {
  color: #222222;
  text-align: left;
}
footer .upper-footer .text-widget a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .upper-footer .text-widget a img {
  margin-top: 20px;
}
footer .upper-footer .text-widget a:hover {
  opacity: 0.7;
}
footer .upper-footer ul.recent-list {
  margin: 0;
  padding: 0;
}
footer .upper-footer ul.recent-list li {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
footer .upper-footer ul.recent-list li img {
  max-width: 100px;
  float: left;
}
footer .upper-footer ul.recent-list li .post-content {
  margin-left: 120px;
}
footer .upper-footer ul.recent-list li .post-content h2 {
  color: #222222;
  font-size: 12px;
  
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 20px;
}
footer .upper-footer ul.recent-list li .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
footer .upper-footer ul.recent-list li .post-content h2 a:hover {
  opacity: 0.7;
}
footer .upper-footer ul.recent-list li .post-content span {
  display: inline-block;
  color: #f31c27;
  font-size: 11px;
  
  margin: 0;
}
footer .upper-footer ul.instagram-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
footer .upper-footer ul.instagram-list li {
  list-style: none;
  float: left;
  width: 114px;
  margin-right: 8px;
  margin-bottom: 8px;
}
footer .upper-footer ul.instagram-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
}
footer .upper-footer ul.instagram-list li a img {
  width: 100%;
}
footer .upper-footer ul.instagram-list li a:hover {
  opacity: 0.7;
}
footer .upper-footer ul.instagram-list li:nth-child(3n) {
  margin-right: 0;
}
footer .last-line {
  position: relative;
  z-index: 2;
  background: #262b79;
  text-align: center;
  padding: 15px 0;
}

.last-line a {
  color: #fff;
  font-weight: bold;
}

.last-line a:hover {
  color: #f31c27;
}

footer .last-line p {
  color: #fff;
  margin-bottom: 0;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1199px) {
  footer .upper-footer ul.instagram-list li {
    width: 92px;
  }
  .blog-section .alternative .alternative-post {
    width: 293px;
  }
  .blog-section .alternative .alternative-post.snd-size {
    width: 616px;
  }
  .blog-section .alternative .widget-post ul.instagram-list li {
    width: 92px;
  }
}
@media (max-width: 991px) {
  .sidebar .bann-widget img {
    width: 100%;
  }
  .sidebar ul.instagram-list li:nth-child(3n) {
    margin-right: 8px;
  }
  .sidebar ul.instagram-list li:nth-child(2n) {
    margin-right: 0;
  }
  .footer-widget {
    margin-bottom: 40px;
  }
  footer .upper-footer ul.instagram-list li {
    width: 100px;
    margin-right: 8px !important;
  }
  .blog-box.list .blog-post .blog-gallery {
    margin-bottom: 20px;
  }
  .blog-box.masonry .iso-call .blog-post {
    width: 100%;
  }
  .sidebar {
    padding-left: 0;
  }
  .slide-section.big-slider .caption {
    bottom: 0;
  }
  .blog-section .alternative .alternative-post {
    width: 345px;
  }
  .blog-section .alternative .alternative-post.snd-size {
    width: 720px;
  }
  .blog-section .alternative .widget-post ul.instagram-list li {
    width: 109px;
  }
}
@media (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
  .megadropdown {
    display: none;
  }
  .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-nav > li > a:hover {
    color: #f31c27 !important;
  }
  .navbar-nav > li a i {
    display: none !important;
  }
  .navbar .search-box {
    display: none;
  }
  ul.drop-down {
    position: relative;
    top: inherit;
    left: inherit;
    width: auto !important;
    opacity: 1;
    visibility: visible;
    margin-left: 10px;
    border: none !important;
    background: transparent !important;
  }
  ul.drop-down a {
    border: none !important;
    background: none !important;
  }
  ul.drop-down a:hover,
  .navbar-nav > li > a:hover {
    color: #f31c27 !important;
  }
  ul.drop-down li ul.drop-down.level3 {
    top: inherit;
    left: inherit;
    margin-left: 0px;
  }
  ul.drop-down li:first-child {
    padding-top: 0;
  }
  ul.drop-down li:last-child {
    padding-bottom: 0;
  }
  .slide-section .caption h2 {
    font-size: 18px;
    margin-bottom: 10px !important;
  }
  .slide-section .caption > a {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .slide-section .caption span {
    font-size: 11px;
  }
  .slide-section.big-slider .caption .container span,
  .slide-section.big-slider .caption .container > a {
    display: none;
  }
  .sidebar ul.instagram-list li:nth-child(2n) {
    margin-right: 8px;
  }
  .blog-section .blog-box .blog-post .title-post h2 {
    font-size: 23px;
  }
  .top-line ul.top-list,
  .top-line ul.social-list {
    float: none;
    text-align: center;
  }
  .top-line ul.top-list {
    margin-bottom: 5px;
  }
  .top-line ul.social-list li {
    margin: 0 10px;
  }
  .slide-section.big-slider .caption {
    padding: 10px;
  }
  .slide-section.big-slider .caption h2 {
    margin-bottom: 0;
  }
  .blog-section .single-post .comments-section ul.depth .comment-box {
    padding-left: 0;
  }
  .blog-section .blog-box .video-post iframe {
    height: 250px;
  }
  .about-section span.signature {
    margin-bottom: 30px;
  }
  .blog-section .alternative {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-section .alternative .alternative-post {
    width: 100%;
    margin: 15px 0;
  }
  .blog-section .alternative .alternative-post.snd-size {
    width: 100%;
  }
  .blog-section .alternative .widget-post ul.instagram-list li:nth-child(3n) {
    margin-right: 8px;
  }
}
@media (max-width: 400px) {
  .slide-section .caption h2 {
    font-size: 14px;
  }
  .blog-section .blog-box .blog-post .title-post h2 {
    font-size: 19px;
  }
  .blog-section .single-post .autor-post img {
    max-width: 90px;
  }
  .blog-section .single-post .autor-post .autor-post-content {
    margin-left: 105px;
  }
}
