/*-------------------------------------------------*/
/* =  single post pages
/*-------------------------------------------------*/
.single-post-box .title-post {
  padding: 0 20px 25px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  margin-top: -10px;
}
.single-post-box .title-post h1 {
  color: #333333;
  font-size: 24px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 8px;
}
.single-post-box .share-post-box {
  margin-bottom: 10px;
  padding: 0 10px;
}
.single-post-box .share-post-box ul.share-box {
  margin: 0;
  padding: 0;
}
.single-post-box .share-post-box ul.share-box li {
  display: inline-block;
  display: inline-block;
  color: #d8d8d8;;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;}
.single-post-box .share-post-box ul.share-box li i {
  font-size: 20px;
  margin-right: 5px;
  color: #999999;
  float: left;}
.single-post-box .share-post-box ul.share-box li span {
  display: inline-block;
  line-height: 15px;}
.single-post-box .share-post-box ul.share-box 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: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;}
.single-post-box .share-post-box ul.share-box li a i {
  color: #ffffff;}
.single-post-box .share-post-box ul.share-box li a.facebook {
  background: #1854dd; padding: 6px 12px;}
.single-post-box .share-post-box ul.share-box li a.twitter {
  background: #18a3dd; padding: 6px 12px;}
.single-post-box .share-post-box ul.share-box li a.google {
  background: #f14133; padding: 6px 12px;}
.single-post-box .share-post-box ul.share-box li a.whatsapp {
  background: #01ff0; padding: 6px 12px;}
.single-post-box .share-post-box ul.share-box li a.linkedin {
  background: #1879dd; padding: 6px 12px;}.single-post-box .share-post-box ul.share-box li a.whatsapp {
  background: #5ef500; padding: 6px 12px;}
.liste-begen {float:left;    margin-bottom: 20px; }
.liste-paylas {float:left; margin-left: 40px;   margin-bottom: 20px; }
.single-post-box .share-post-box ul.share-box li a:hover {opacity: 0.7;}
.single-post-box .post-gallery {text-align: center;margin-bottom: 20px;}
.single-post-box .post-gallery img { width: 100%;margin-bottom: 5px;}
.single-post-box .post-gallery span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-style: italic;
  margin: 0;
}
.single-post-box .post-gallery iframe {
  width: 100%;
  height: 422px;
  margin-bottom: 20px;
}
.single-post-box .post-gallery.audio-post iframe {
  height: 168px;
}
.single-post-box > .post-content {
  margin-bottom: 40px;
  overflow: hidden;
  background: #ffffff none repeat scroll 0 0;
  padding: 20px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 26px;
}
.single-post-box > .post-content p {
  padding: 0 20px;
  margin-bottom: 18px;
}
.single-post-box > .post-content p 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: #f44336;
  text-decoration: underline;
}
.single-post-box > .post-content p a:hover {
  opacity: 0.6;
}
.single-post-box > .post-content blockquote {
  padding: 20px;
  padding-left: 70px;
  background: #eeeeee;
  border: none;
  margin: 0 0 20px;
  position: relative;
}
.single-post-box > .post-content blockquote p {
  color: #222222;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  line-height: 24px;
}
.single-post-box > .post-content blockquote:before {
  content: '\201C';
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 72px;
  color: #222222;
  font-family: georgia;
  line-height: 70px;
  font-weight: 700;
}
.single-post-box > .post-content > h2 {
  color: #333333;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0 20px;
}
.single-post-box .article-inpost {
  overflow: hidden;}
.single-post-box .article-inpost .image-content {
  text-align: center;}
.single-post-box .article-inpost .image-content .image-place {
  position: relative;
  margin-bottom: 5px;}
.single-post-box .article-inpost .image-content .image-place img {
  width: 100%;}
.single-post-box .article-inpost .image-content .image-place .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  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;}
.single-post-box .article-inpost .image-content .image-place .hover-image a {
  position: absolute;
  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: 70px;+
  height: 70px;
  background: #f44336;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35px;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  outline: none;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a:hover {
  opacity: 0.7;
}
.single-post-box .article-inpost .image-content .image-place:hover .hover-image {
  opacity: 1;
}
.single-post-box .article-inpost .image-content span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-style: italic;
  margin: 0;
}
.single-post-box .article-inpost .text-content {
  margin-top: -10px;
}
.single-post-box .article-inpost .text-content h2 {
  color: #333333;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
}
.single-post-box .article-inpost .text-content p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 10px;
}
.single-post-box .review-box .member-skills {
  padding: 0 20px;
  margin-bottom: 15px;
  overflow: hidden;
}
.single-post-box .review-box .member-skills > p {
  font-weight: 700;
  color: #222222;
  margin-bottom: 16px;
}
.single-post-box .review-box .member-skills .meter {
  height: 17px;
  padding: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 16px;
}
.single-post-box .review-box .member-skills .meter p {
  height: 100%;
  background: #f44336;
  text-align: right;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single-post-box .review-box .summary-box {
  padding: 10px 0;
  position: relative;}
.single-post-box .review-box .summary-box h2 {
  font-size: 28px !important;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 28px;
  margin: 0px 0px 30px 50px;
  font-size: 15px;
  color: #ffffff;
  /*text-transform: uppercase;*/
  color: #f44336;
}
.single-post-box .review-box .summary-box p {
  color: #ffffff;
}
.single-post-box .review-box .summary-box .summary-degree {
  background: #f44336;
  text-align: center;
  float: left;
  border-radius: 5px;
  margin-right: 10px;
}
.single-post-box .review-box .summary-box .summary-degree p {
  color: #333333;
  font-weight: 700;
  margin: 0;
}
.single-post-box .review-box .summary-box .summary-degree p span {
  display: block;
  color: #ffffff;
  font-size: 48px;
  padding: 18px 15px;
}
.single-post-box .post-tags-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 20px 12px;
}
.single-post-box .post-tags-box ul.tags-box {
  margin: 0;
  padding: 0;
}
.single-post-box .post-tags-box ul.tags-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  margin-right: 3px;
  margin-bottom: 2px;
}
.single-post-box .post-tags-box ul.tags-box li i {
  font-size: 18px;
  margin-right: 10px;
  color: #999999;
}
.single-post-box .post-tags-box ul.tags-box li span {
  margin-right: 18px;
}
.single-post-box .post-tags-box ul.tags-box 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;
  padding: 6px 10px;
  border: 1px solid #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
}
.single-post-box .post-tags-box ul.tags-box li a:hover {
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
}
.single-post-box .prev-next-posts {
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.single-post-box .prev-next-posts .prev-post {
  float: left;
  border-right: 1px solid #f0f0f0;
}
.single-post-box .prev-next-posts .next-post {
  width: 50%;
  float: right;
}
.single-post-box .prev-next-posts .next-post img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.single-post-box .prev-next-posts .prev-post,.single-post-box .prev-next-posts .next-post {
  width: 50%;
  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: 25px 40px;
}
.single-post-box .prev-next-posts .prev-post:hover,.single-post-box .prev-next-posts .next-post:hover {background: #fafafa;
}
.single-post-box .prev-next-posts img {width: 100px;margin-right: 15px;float: left}
.single-post-box .prev-next-posts .post-content { margin-top: 10px;}
.single-post-box .prev-next-posts .post-content > 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;
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
.single-post-box .prev-next-posts .post-content > a:hover {
  opacity: 0.7;
}
.single-post-box .prev-next-posts .post-content h2 {
  color: #333333;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}
.single-post-box .prev-next-posts .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: #333333;
}
.single-post-box .prev-next-posts .post-content h2 a:hover {
  color: #f44336;
}
.single-post-box .about-more-autor {
  margin-bottom: 10px;
}
.single-post-box .about-more-autor ul.nav-tabs {
  text-align: center;
  border: none;
  border-bottom: 2px solid #f44336;
}
.single-post-box .about-more-autor ul.nav-tabs li {
  float: left;
  width: 50%;
  border: none;
  margin: 0;
  padding-left: 1px;
}
.single-post-box .about-more-autor ul.nav-tabs 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;
  display: block;
  padding: 11px 3px;
  background: #222222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 0;
}
.single-post-box .about-more-autor ul.nav-tabs li a:hover {
  background: #f44336;
}
.single-post-box .about-more-autor ul.nav-tabs li:first-child {
  padding-left: 0;
}
.single-post-box .about-more-autor ul.nav-tabs li.active a {
  border: none;
  background: #f44336;
}
.single-post-box .about-more-autor .autor-box {
  padding: 30px 15px 30px 0;
  overflow: hidden;
  border: 1px solid transparent;
  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;
}
.single-post-box .about-more-autor .autor-box img {
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.single-post-box .about-more-autor .autor-box .autor-content {
  margin-left: 120px;
  margin-top: 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title {
  overflow: hidden;
  margin-bottom: 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 {
  float: left;
  color: #333333;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 span:after {
  content: '/';
  color: #333333;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 6px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a {
  text-decoration: underline;
  display: inline-block;
  color: #f44336;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a:hover {
  opacity: 0.7;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social {
  margin: 0;
  padding: 0;
  float: right;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li {
  display: inline-block;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title 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: #666666;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a:hover {
  color: #ffffff;
  background: #f44336;
}
.single-post-box .about-more-autor .autor-box .autor-content p {
  margin: 0;
}
.single-post-box .about-more-autor .more-autor-posts {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: -5px;
  margin-right: -5px;
}
.single-post-box .about-more-autor .more-autor-posts .news-post {
  float: left;
  width: 25%;
  padding: 5px;
}
.single-post-box .about-more-autor .more-autor-posts .news-post .hover-box {
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: auto;
}
.single-post-box .comment-area-box ul {
  margin: 0;
  padding: 0;
  float: left;
}
.single-post-box .comment-area-box ul li {
  list-style: none;
}
.single-post-box .comment-area-box ul li .comment-box {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}
.single-post-box .comment-area-box ul li .comment-box img {
  width: 50px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content {

}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 {
  color: #333333;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  margin: 0;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 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: #999999;
  float: right;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 4px 9px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a i {
  font-size: 10px;
  margin-right: 9px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a:hover {
  background: #f44336;
  color: #ffffff;
  border: 1px solid #f44336;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content span {
  font-size: 12px;
  color: #999999;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  display: inline-block;
  font-style: italic;
  margin: 0 0 13px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content span i {
  margin-right: 9px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content p {
  margin: 0 !important;
}
.single-post-box .comment-area-box ul.depth .comment-box {
  padding-left: 100px;
}
.comment-area-box{ border-radius: 5px;     float: left;}
.comment-box span {float: right;color: #b5b5b5;font-size: 12px;}
.contact-form-box{padding:0px; border-radius: 5px; float: left;    width: 100%;}

.comment-content{ margin-left: 10px;}
.col-md-11 label { margin-left: 10px;}

.single-post-box .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  top: 50%;
  margin-top: -35px;
  float: left;}
.single-post-box .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 20px;
  top: 50%;
  margin-top: -35px;
}
.single-post-box .bx-wrapper .bx-prev:hover,.single-post-box .bx-wrapper .bx-next:hover { background: #333;}
.single-post-box .bx-wrapper .bx-next:before,.single-post-box .bx-wrapper .bx-prev:before { margin-top: -20px;}
.single-post-box .bx-wrapper .bx-next:hover:before,.single-post-box .bx-wrapper .bx-prev:hover:before {color: #333333;}
.single-post-box .bx-wrapper .bx-pager { display: block !important;}
.single-post-box ul.bxslider {margin: 0;padding: 0;}
.single-wide .image-slider .news-post .hover-box .inner-hover {background: transparent;padding-bottom: 50px;}
.single-wide .image-slider .news-post .hover-box .inner-hover h1 {
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  margin: 0 0 29px;
  color: #fff;
  margin-bottom: 8px;
  padding: 0 15px;
  font-size: 52px;
  font-weight: 900;
  line-height: 36px;
}
.single-wide .image-slider .news-post .hover-box .inner-hover ul.post-tags {
  padding: 5px 20px 20px 20px;
}
.single-wide .image-slider .bx-wrapper .bx-pager {
  bottom: 20px;
  top: inherit;
  right: inherit;
  left: 50%;
}
.single-post-box.wide-version .share-post-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
.contact-info-box {
  margin-bottom: 40px;
}
.contact-info-box #map {
  height: 360px;
  margin-bottom: 25px;
}
.contact-info-box p {
  padding: 0 20px;
}
.contact-form-box #contact-form,.contact-form-box #comment-form {margin: 0;}
.contact-form-box #contact-form label,.contact-form-box #comment-form label {
  display: block;
  color: #333333;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  cursor: pointer;}
.contact-form-box #contact-form input[type="text"],.contact-form-box #comment-form input[type="text"],.contact-form-box #comment-form input[type="email"],.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333333;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  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;
}
.contact-form-box #contact-form input[type="text"]:focus,.contact-form-box #comment-form input[type="text"]:focus,.contact-form-box #contact-form textarea:focus,.contact-form-box #comment-form textarea:focus { border: 1px solid #f44336;}
.contact-form-box #contact-form textarea,.contact-form-box #comment-form textarea {height: 130px;}
.contact-form-box #contact-form button,.contact-form-box #comment-form button {
  color: #ccc;
  font-size: 11px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #222222;
  padding: 8px 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  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;
}
.contact-form-box #contact-form button i,.contact-form-box #comment-form button i {margin-right: 7px;}
.contact-form-box #contact-form button:hover,.contact-form-box #comment-form button:hover {
  background: #f44336;
  color: #ffffff;}
.contact-form-box .title-section span.email-not-published {
  float: right;
  padding-right: 0;
  border: none;
  color: #999999;
  font-size: 13px;
  text-transform: initial;
  font-weight: 400;}

/*-------------------------------------------------*/
/* =  Autor list page
/*-------------------------------------------------*/
ul.autor-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
ul.autor-list > li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}
ul.autor-list > li .autor-box {
  padding: 30px;
  background: #fafafa;
  border: 1px solid transparent;
  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;
}
ul.autor-list > li .autor-box img {
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.autor-box img {
  max-width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
ul.autor-list > li .autor-box .autor-content {
  margin-left: 120px;
}
ul.autor-list > li .autor-box .autor-content .autor-title {
  overflow: hidden;
  margin-bottom: 10px;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 {
  float: left;
  color: #333333;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 span:after {
  content: '/';
  color: #333333;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 6px;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 a {
  text-decoration: underline;
  display: inline-block;
  color: #f44336;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 a:hover {
  opacity: 0.7;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social {
  margin: 0;
  padding: 0;
  float: right;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li {
  display: inline-block;
  margin-left: 7px;
}
ul.autor-list > li .autor-box .autor-content .autor-title 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: #666666;
  font-size: 13px;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li a:hover {
  color: #f44336;
}
ul.autor-list > li .autor-box .autor-content p {
  margin: 0;
}
ul.autor-list > li .autor-last-line {
  overflow: hidden;
  padding: 10px 30px;
}
ul.autor-list > li .autor-last-line ul.autor-tags {
  margin: 0;
  padding: 0;
  float: left;
}
ul.autor-list > li .autor-last-line ul.autor-tags li {
  display: inline-block;
  margin-right: 3px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li span {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  line-height: 30px;
  padding-right: 3px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li span i {
  margin-right: 10px;
  color: #999999;
  font-size: 18px;
}
ul.autor-list > li .autor-last-line ul.autor-tags 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: #999999;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  padding: 6px 10px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li a:hover {
  color: #ffffff;
  background: #f44336;
  border-color: #f44336;
}
ul.autor-list > li .autor-last-line a.autor-site {
  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;
  text-decoration: underline;
  color: #33a3f1;
  font-size: 13px;
  line-height: 30px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
}
ul.autor-list > li .autor-last-line a.autor-site:hover {
  opacity: 0.7;
}
ul.autor-list > li:hover .autor-box {
  border-color: #999999;
}
/*-------------------------------------------------*/
/* =  forum-pages
/*-------------------------------------------------*/
.forum-box .search-box {
  padding: 30px;
  background: #fafafa;
}
.forum-box p.line-for-loggin {
  padding: 4px 20px;
  background: #fff3c9;
  font-size: 12px;
}
.forum-table {
  margin-bottom: 30px;
}
.forum-table .table-head {
  overflow: hidden;
  background: #222222;
}
.forum-table .table-head > div {
  float: left;
  padding: 12px 20px;
}
.forum-table .table-head > div span {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.forum-table div.first-col {
  width: 55%;
}
.forum-table div.first-col 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;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.forum-table div.first-col a:hover {
  color: #f44336;
}
.forum-table div.second-col {
  width: 20%;
}
.forum-table div.third-col {
  width: 25%;
  text-align: right;
}
.forum-table div.table-row {
  overflow: hidden;
  background: #fafafa;
  position: relative;
}
.forum-table div.table-row > div {
  float: left;
  padding: 15px 20px;
}
.forum-table div.table-row > div span {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.forum-table div.table-row > div h2 {
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  color: #222222;
  margin: 0 0 8px;
}
.forum-table div.table-row > div 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;
}
.forum-table div.table-row > div h2 a:hover {
  color: #f44336;
}
.forum-table div.table-row > div p {
  display: block;
  margin: 0;
  font-size: 13px;
}
.forum-table div.table-row div.second-col span {
  color: #222222;
}
.forum-table div.table-row div.second-col p {
  font-size: 10px;
  text-transform: uppercase;
}
.forum-table div.table-row div.third-col img {
  width: 40px;
  float: right;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 17px;
}
.forum-table div.table-row div.third-col p {
  font-size: 10px;
  line-height: 16px;
}
.forum-table div.table-row div.third-col p 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: #f44336;
  text-transform: inherit;
}
.forum-table div.table-row div.forum-post {
  overflow: hidden;
  float: left;
  width: 80%;
}
.forum-table div.table-row div.forum-post img {
  max-width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.forum-table div.table-row div.forum-post .post-autor-date {
  margin-left: 60px;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 {
  color: #222222;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 3px;
}
.forum-table div.table-row div.forum-post .post-autor-date 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;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 a:hover {
  color: #f44336;
}
.forum-table div.table-row div.forum-post .post-autor-date p {
  font-size: 10px;
  line-height: 16px;
}
.forum-table div.table-row div.forum-post .post-autor-date p 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: #f44336;
  text-transform: inherit;
}
.forum-table div.table-row div.forum-post.comment-post {
  width: 100%;
}
.forum-table div.table-row div.forum-post.comment-post img {
  max-width: 100px;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date {
  margin-left: 120px;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date p span {
  color: #666666;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date div.content-post-area p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
}
.forum-table div.table-row div.forum-topics {
  width: 20%;
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
.forum-table div.table-row div.forum-topics span {
  color: #222222;
}
.forum-table div.table-row div.forum-topics p {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
}
.forum-table div.table-row:after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #f0f0f0;
}
.forum-table div.table-row:first-child:after {
  border-top: none;
}
.forum-table div.table-title {
  background: #222222;
  padding: 20px;
}
.forum-table div.table-title h2 {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}
.forum-table div.table-title p {
  margin: 0;
  font-size: 13px;
}
.forum-table p.posted-in-category {
  font-size: 11px;
  margin: 7px 0;
  padding-left: 20px;
}
.forum-table p.posted-in-category 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: #f44336;
}
/*-------------------------------------------------*/
/* =  Log in popup
/*-------------------------------------------------*/
.white-popup {
  position: relative;
  padding: 30px;
  width: auto;
  max-width: 430px;
  margin: 20px auto;
  background: #FFF;
}
.white-popup .mfp-close-btn-in .mfp-close {
  color: #222222 !important;
  width: 16px !important;
  padding-top: 20px !important;
  padding-right: 45px !important;
}
#log-in-popup {
  overflow: hidden;
}
#log-in-popup form.login-form .title-section,#log-in-popup form.register-form .title-section,#log-in-popupform.lost-password-form .title-section {margin-bottom: 18px;}
#log-in-popup form.login-form p,#log-in-popup form.register-form p,#log-in-popup form.lost-password-form p {
  font-size: 11px;
  margin: 0 0 18px;
  color: #666;}
#log-in-popup form.login-form label,#log-in-popup form.register-form label,#log-in-popup form.lost-password-form label {
  display: block;
  margin: 0 0 5px;
  color: #222222;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
}
#log-in-popup form.login-form label span,
#log-in-popup form.register-form label span,
#log-in-popup form.lost-password-form label span {
  color: #f44336;
}
#log-in-popup form.login-form input[type="text"],
#log-in-popup form.register-form input[type="text"],
#log-in-popup form.lost-password-form input[type="text"],
#log-in-popup form.login-form input[type="password"],
#log-in-popup form.register-form input[type="password"],
#log-in-popup form.lost-password-form input[type="password"] {
  display: block;
  margin: 0 0 17px;
  color: #666666;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: #fafafa;
  outline: none;
  padding: 10px 20px;
}
#log-in-popup form.login-form button[type="submit"],
#log-in-popup form.register-form button[type="submit"],
#log-in-popup form.lost-password-form button[type="submit"] {
  border: none;
  float: left;
  padding: 8px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #222222;
  color: #ffffff;
  font-size: 11px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 49px;
  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;
}
#log-in-popup form.login-form button[type="submit"] i,
#log-in-popup form.register-form button[type="submit"] i,
#log-in-popup form.lost-password-form button[type="submit"] i {
  margin-right: 8px;
}
#log-in-popup form.login-form button[type="submit"]:hover,
#log-in-popup form.register-form button[type="submit"]:hover,
#log-in-popup form.lost-password-form button[type="submit"]:hover {
  background: #f44336;
}
#log-in-popup form.login-form input[type="checkbox"],
#log-in-popup form.register-form input[type="checkbox"],
#log-in-popup form.lost-password-form input[type="checkbox"] {
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}
#log-in-popup form.login-form span,
#log-in-popup form.register-form span,
#log-in-popup form.lost-password-form span {
  display: inline-block;
  color: #222222;
  font-size: 11px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  margin-top: 8px;
}
#log-in-popup form.login-form > a,
#log-in-popup form.register-form > a,
#log-in-popup form.lost-password-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;
  float: right;
  color: #222222;
  font-size: 11px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  text-decoration: underline;
  margin-top: 8px;
}
#log-in-popup form.login-form > a:hover,
#log-in-popup form.register-form > a:hover,
#log-in-popup form.lost-password-form > a:hover {
  color: #f44336;
}
#log-in-popup form.login-form p.register-line,
#log-in-popup form.register-form p.register-line,
#log-in-popup form.lost-password-form p.register-line,
#log-in-popup form.login-form p.login-line,
#log-in-popup form.register-form p.login-line,
#log-in-popup form.lost-password-form p.login-line {
  margin-top: 10px;
  margin-bottom: 0;
  clear: both;
}
#log-in-popup form.login-form p.register-line a,
#log-in-popup form.register-form p.register-line a,
#log-in-popup form.lost-password-form p.register-line a,
#log-in-popup form.login-form p.login-line a,
#log-in-popup form.register-form p.login-line a,
#log-in-popup form.lost-password-form p.login-line 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: 11px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  text-decoration: underline;
}
#log-in-popup form.login-form p.register-line a:hover,
#log-in-popup form.register-form p.register-line a:hover,
#log-in-popup form.lost-password-form p.register-line a:hover,
#log-in-popup form.login-form p.login-line a:hover,
#log-in-popup form.register-form p.login-line a:hover,
#log-in-popup form.lost-password-form p.login-line a:hover {
  color: #f44336;
}
#log-in-popup form.register-form,
#log-in-popup form.lost-password-form {
  display: none;
}
#log-in-popup form.register-form p,
#log-in-popup form.lost-password-form p {
  clear: both;
  margin: 10px 0 0;
}
#log-in-popup form.register-form button[type="submit"],
#log-in-popup form.lost-password-form button[type="submit"] {
  float: none;
}
a.log-in-popup {
  outline: none;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer .widget {
  margin-bottom: 20px;
}
footer .widget p {
  color: #999999;
}
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;
  margin-bottom: 20px;
}
footer .text-widget a img {
  margin-top: 20px;
}
footer .social-widget ul.social-icons {
  margin: 0;
  padding: 0;
}
footer .social-widget ul.social-icons li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 4px;
}
footer .social-widget ul.social-icons 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: 36px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #333333;
  color: #666666;
  font-size: 20px;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
footer .social-widget ul.social-icons li a:hover {
  color: #ffffff;
}
footer .social-widget ul.social-icons li a.facebook:hover {
  background: #1854dd;
  border: 1px solid #1854dd;
}
footer .social-widget ul.social-icons li a.google:hover {
  background: #f14133;
  border: 1px solid #f14133;
}
footer .social-widget ul.social-icons li a.twitter:hover {
  background: #18a3dd;
  border: 1px solid #18a3dd;
}
footer .social-widget ul.social-icons li a.youtube:hover {
  background: #d31708;
  border: 1px solid #d31708;
}
footer .social-widget ul.social-icons li a.instagram:hover {
  background: #a55900;
  border: 1px solid #a55900;
}
footer .social-widget ul.social-icons li a.linkedin:hover {
  background: #1879dd;
  border: 1px solid #1879dd;
}
footer .social-widget ul.social-icons li a.vimeo:hover {
  background: #2ea0f0;
  border: 1px solid #2ea0f0;
}
footer .social-widget ul.social-icons li a.dribble:hover {
  background: #f05c9e;
  border: 1px solid #f05c9e;
}
footer .social-widget ul.social-icons li a.pinterest:hover {
  background: #d30829;
  border: 1px solid #d30829;
}
footer .social-widget ul.social-icons li a.flickr:hover {
  background: #a43e99;
  border: 1px solid #a43e99;
}
footer .social-widget ul.social-icons li a.rss:hover {
  background: #f0590f;
  border: 1px solid #f0590f;
}
footer .posts-widget ul.list-posts > li {
  border-bottom: none;
  margin-bottom: 20px;
}
footer .posts-widget ul.list-posts > li img {
  width: 80px;
}
footer .posts-widget ul.list-posts > li .post-content {
  margin-left: 100px;
}
footer .posts-widget ul.list-posts > li .post-content > 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;
  display: block;
  color: #666666;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
footer .posts-widget ul.list-posts > li .post-content > a:hover {
  opacity: 0.7;
}
footer .posts-widget ul.list-posts > li .post-content h2 {
  line-height: 18px;
  margin-bottom: 0;
  max-height: 36px;
  overflow: hidden;
}
footer .posts-widget ul.list-posts > li .post-content h2 a {
  color: #999999;
}
footer .posts-widget ul.list-posts > li .post-content h2 a:hover {
  color: #ffffff;
}
footer .categories-widget ul.category-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
footer .categories-widget ul.category-list li {
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
footer .categories-widget ul.category-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;
  display: block;
  color: #999999;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #333333;
}
footer .categories-widget ul.category-list li a span {
  display: inline-block;
  float: right;
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  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 .categories-widget ul.category-list li a:hover {
  color: #f44336;
}
footer .categories-widget ul.category-list li a:hover span {
  background: #f44336;
  border: 1px solid #f44336;
  color: #ffffff;
}
footer .categories-widget ul.category-list li:nth-child(2n) {
  padding-left: 9px;
}
footer .flickr-widget ul.flickr-list {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
footer .flickr-widget ul.flickr-list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}
footer .flickr-widget ul.flickr-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;
}
footer .flickr-widget ul.flickr-list li a img {
  max-width: 81px;
}
footer .flickr-widget ul.flickr-list li a:hover {
  opacity: 0.7;
}
footer .flickr-widget ul.flickr-list li:nth-child(3n) {
  margin-right: 0;
}
footer .flickr-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;
  color: #999999;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
}
footer .flickr-widget a:hover {
  color: #ffffff;
}
footer .tags-widget ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .tags-widget ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
footer .tags-widget ul.tag-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: #999999;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  padding: 6px 10px;
  border: 1px solid #444444;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .tags-widget ul.tag-list li a:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}
footer .subscribe-widget form {
  margin: 0;
  background: #f44336;
  padding: 17px 20px;
}
footer .subscribe-widget form h1 {
  color: #ffffff;
  margin-bottom: 16px;
  padding: 0;
  border: none;
}
footer .subscribe-widget form input[type="text"] {
  outline: none;
  padding: 12px;
  color: #999999;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  background: #ffffff;
  border: none;
  width: 100%;
  display: block;
}
footer .subscribe-widget form button {
  width: 40px;
  height: 42px;
  text-align: right;
  background: #f44336;
  border: none;
  outline: none;
  line-height: 40px;
  color: #ffffff;
  font-size: 30px;
  float: right;
  margin-top: -42px;
}
footer .subscribe-widget form p {
  color: #ffffff;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  margin-top: 15px;
}
footer .recent-comments-widget {
  margin-bottom: 45px;
}
footer .recent-comments-widget ul {
  margin: 0;
  padding: 0;
  background: transparent;
}
footer .recent-comments-widget .bx-wrapper .bx-viewport {
  background: transparent;
}
footer .recent-comments-widget .bx-wrapper .bx-controls-direction {
  display: none;
}
footer .recent-comments-widget .bx-wrapper .bx-pager {
  bottom: -35px !important;
  padding-top: 0;
}
footer .recent-comments-widget .bx-wrapper .bx-pager.bx-default-pager a:hover,
footer .recent-comments-widget .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f5d76e;
  border: 2px solid #f5d76e;
}
footer .recent-comments-widget div.recent-comment {
  text-align: center;
}
footer .recent-comments-widget div.recent-comment img {
  max-width: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 12px;
}
footer .recent-comments-widget div.recent-comment .comment-content p {
  color: #cccccc;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
}
footer .recent-comments-widget div.recent-comment .comment-content p.main-message {
  font-weight: 400;
  margin-bottom: 13px;
  position: relative;
  color: #999999;
}
footer .recent-comments-widget div.recent-comment .comment-content span {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-style: italic;
}
footer .recent-comments-widget div.recent-comment .comment-content span i {
  margin-right: 10px;
}
 /* list post style */
div.list-post {
  overflow: hidden;
}
div.list-post img {
  width: 100px;
  margin-right: 20px;
  float: left;
}
div.list-post .post-content > 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;
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
div.list-post .post-content > a:hover {
  opacity: 0.7;
}
div.list-post .post-content h2 {
  color: #333333;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}
div.list-post .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: #333333;
}
div.list-post .post-content h2 a:hover {
  color: #f44336;
}
.sidebar .subscribe-widget form {
  background: #222222;
  padding: 20px;
  margin: 0;
}
.sidebar .subscribe-widget form h1 {
  color: #222222;
  font-size: 15px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}
.sidebar .subscribe-widget form input[type="text"] {
  width: 100%;
  outline: none;
  background: #ffffff;
  padding: 14px 20px 11px;
  color: #999999;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  border: transparent;
  margin: 0;
  line-height: 12px;
}
.sidebar .subscribe-widget form button {
  position: relative;
  display: inline-block;
  background: #222222;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #f44336;
  font-size: 30px;
  border: none;
  margin-top: -40px;
  z-index: 2;
  float: right;
  outline: none;
}
.sidebar .subscribe-widget form p {
  font-size: 12px;
  color: #999999;
  margin: 14px 0 0;
  line-height: 16px;
}
.sidebar .tab-posts-widget ul.nav-tabs li {
  float: left;
  width: 33.333333333333%;
  border: none;
  margin: 0;
  padding-left: 1px;
}
.sidebar .tab-posts-widget ul.nav-tabs 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;
  display: block;
  padding: 11px 3px;
  background: #222222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 0;
}
.sidebar .tab-posts-widget ul.nav-tabs li a:hover {
  background: #f44336;
}
.sidebar .tab-posts-widget ul.nav-tabs li:first-child {
  padding-left: 0;
}
.sidebar .tab-posts-widget ul.nav-tabs li.active a {
  border: none;
  background: #f44336;
}
.sidebar .tab-posts-widget .tab-pane {
  padding: 20px 0 0;
  background: #fafafa;
}
.sidebar .tab-posts-widget .tab-pane ul.list-posts > li {
  padding-left: 20px;
  padding-right: 30px;
}
.sidebar .tab-posts-widget .tab-pane ul.list-posts > li img {
max-width: 75px;
}
.sidebar .recent-comments-widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .recent-comments-widget ul li {
  list-style: none;
}
.sidebar .recent-comments-widget ul.comment-list li {
  overflow: hidden;
  margin-bottom: 25px;
}
.sidebar .recent-comments-widget ul.comment-list li img {
  float: left;
  max-width: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content {
  margin-left: 90px;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p {
  color: #333333;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 20px;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message {
  background: #fafafa;
  font-weight: 400;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 19px;
  margin-bottom: 7px;
  position: relative;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: -6px;
  top: 27px;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content span {
  display: inline-block;
  padding-left: 20px;
  color: #999999;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-style: italic;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content span i {
  margin-right: 10px;
}
.sidebar .recent-comments-widget ul.comment-list li:last-child {
  margin-bottom: 0;
}
.sidebar .review-widget h1 {
  color: #222222;
  font-size: 15px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 20px;
  background: #f44336;
  margin-bottom: 10px;
}
.sidebar .review-widget ul.review-posts-list {
  margin: 0;
  padding: 0;
  padding: 0 0px;

}
.sidebar .review-widget ul.review-posts-list li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  overflow: hidden;
}
.sidebar .review-widget ul.review-posts-list li img {
  width: 100%;
  margin-bottom: 4px;
}
.sidebar .review-widget ul.review-posts-list li h2 {
  color: #333333;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.sidebar .review-widget ul.review-posts-list li 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;
  font-size: 18px;
  color: #8e8c8c;
}
.sidebar .review-widget ul.review-posts-list li h2 a:hover {
  color: #f44336;
}
.sidebar .review-widget ul.review-posts-list li span.date {
  display: inline-block;
  float: left;
  margin-right: 5px;
  color: #999999;
  font-size: 11px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-style: italic;
  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 .review-widget ul.review-posts-list li span.date i {
  color: #ccc;
  margin-right: 5px;
}
.sidebar .review-widget ul.review-posts-list li span.post-rating {
  display: inline-block;
  float: right;
  line-height: 14px;
}
.sidebar .review-widget ul.review-posts-list li span.post-rating i {
  font-size: 11px;
  color: #f7ca18;
  margin-left: -2px;
}
.sidebar .categories-widget .title-section h1 span {
  padding-left: 10px;
}
.sidebar .categories-widget ul.category-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding: 0 10px;
}
.sidebar .categories-widget ul.category-list li {
  list-style: none;
  margin-bottom: 10px;
}
.sidebar .categories-widget ul.category-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;
  display: block;
  color: #333333;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
}
.sidebar .categories-widget ul.category-list li a span {
  display: inline-block;
  float: right;
  width: 30px;
  font-size: 11px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  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 .categories-widget ul.category-list li a:hover {
  color: #f44336;
}
.sidebar .categories-widget ul.category-list li a:hover span {
  background: #f44336;
  border: 1px solid #f44336;
  color: #ffffff;
}
.sidebar .flickr-widget ul.flickr-list {
  padding: 10px 0;
  display: inline-block;
}
.sidebar .flickr-widget ul.flickr-list li {
  list-style: none;
  float: left;
  margin: 0 4px 8px;
}
.sidebar .flickr-widget ul.flickr-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;
}
.sidebar .flickr-widget ul.flickr-list li a img {
  width: 74px;
}
.sidebar .flickr-widget ul.flickr-list li a:hover {
  opacity: 0.7;
}
.sidebar .flickr-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;
  color: #999999;
  font-size: 12px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  margin-left: 5px;
}
.sidebar .flickr-widget > a:hover {
  color: #f44336;
}
.sidebar.large-sidebar .tab-posts-widget ul.nav-tabs li {
  width: 50%;
}
.sidebar.large-sidebar .tab-posts-widget .tab-pane {
  padding: 10px 0 0;
  background: #fafafa;
}
.sidebar.large-sidebar .tab-posts-widget .tab-pane ul.list-posts li {
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar.small-sidebar {
  position: relative;
}
.sidebar.small-sidebar:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 15px;
  border-right: 1px solid #f0f0f0;
}
/* image post2 style */
.image-post2 {
  position: relative;
}
.image-post2 .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
}
.image-post2 .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  margin-top: -40px;
}
.image-post2 .hover-box a.category-post {
  position: relative;
  bottom: inherit;
  left: inherit;
}
.image-post2 .hover-box h2 {
  color: #333333;
  font-size: 13px;
  font-family: "PT Sans","Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
  margin-top: 10px;
  max-height: 48px;
  overflow: hidden;
}
.image-post2 .hover-box 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;
}
.image-post2 .hover-box h2 a:hover {
  opacity: 0.7;
}
.image-post2 .hover-box ul.post-tags li {
  color: #ccc;
}
.image-post2 .hover-box ul.post-tags li a {
  color: #ccc;
}
.image-post2 .hover-box ul.post-tags li a:hover {
  color: #f44336;
}
.image-post2 div.post-content {
  padding: 16px 16px 0;
}
.image-post2 div.post-content p {
  margin-bottom: 3px;
}
.image-post2 div.post-content p 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: #f44336;
  text-decoration: underline;
}
.image-post2 div.post-content p a:hover {
  opacity: 0.7;
}
.image-post2 div.post-content > a {
  margin-top: 12px;
}
/* =  home4
/*-------------------------------------------------*/
.heading-news3 {
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;}
.heading-news3 .heading-news-box .owl-wrapper .item {
  padding-right: 1px;}
.heading-news3 .news-post.image-post2 .hover-box:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  border: 1px solid #cccccc;
  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;
  opacity: 0;}
.heading-news3 .news-post.image-post2 .hover-box {
  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;}
.heading-news3 .news-post.image-post2 .hover-box .inner-hover {
  z-index: 2;}
.heading-news3 .news-post.image-post2 .hover-box .inner-hover h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 30px;
  max-height: 60px;}
.heading-news3 .news-post.image-post2:hover .hover-box {
  background: rgba(255, 255, 255, 0.9);}
.heading-news3 .news-post.image-post2:hover .hover-box .inner-hover h2 a {
  color: #333333;}
.heading-news3 .news-post.image-post2:hover .hover-box .inner-hover ul.post-tags li {
  color: #999999;}
.heading-news3 .news-post.image-post2:hover .hover-box .inner-hover ul.post-tags li a {
  color: #999999;}
.heading-news3 .news-post.image-post2:hover .hover-box:before {
  opacity: 1;}
.heading-news3 .owl-wrapper .owl-theme .owl-controls {
  top: 50%;
  margin-top: -35px;
  width: 100%;
  height: 0;
  margin-right: 0px;
  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;}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin: 0;
  margin-left: 20px;}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin: 0;
  margin-right: 20px;}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 70px;
  font-size: 30px;
  border: none;
  background: rgba(34, 34, 34, 0.5);}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background: rgba(255, 255, 255, 0.9);}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:after,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  color: #ffffff;}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #333333 !important;}
.heading-news3:hover .owl-wrapper .owl-theme .owl-controls {
  opacity: 1;}






#contact{
  padding:10px 0 10px;
}

.contact-text{
  margin:45px auto;
}

.mail-message-area{
  width:100%;
  padding:0 15px;
}

.mail-message{
  width: 100%;
  background:rgba(255,255,255, 0.8) !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  margin:0 auto;
  border-radius: 0;
}

.not-visible-message{
  height:0px;
  opacity: 0;
}

.visible-message{
  height:auto;
  opacity: 1;
  margin:25px auto 0;
}

/* Input Styles */

.form{
  width: 100%;
  padding: 15px;
  background:#f8f8f8;
  border:1px solid rgba(0, 0, 0, 0.075);
  margin-bottom:25px;
  color:#727272 !important;
  font-size:13px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.form:hover{
  border:1px solid #8BC3A3;
}

.form:focus{
  color: white;
  outline: none;
  border:1px solid #8BC3A3;
}

.textarea{
  height: 200px;
  max-height: 200px;
  max-width: 100%;
}

/* Generic Button Styles */

.button{
  padding:8px 12px;
  background:#0A5175;
  display: block;
  width:120px;
  margin:10px 0 0px 0;
  border-radius:3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align:center;
  font-size:0.8em;
  box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}

.button:hover{
  background:#8BC3A3;
  color:white;
}

/* Send Button Styles */

.form-btn{
  width:180px;
  display: block;
  height: auto;
  padding:15px;
  color:#fff;
  background:#8BC3A3;
  border:none;
  border-radius:3px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin:auto;
  box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}

.form-btn:hover{
  background:#111;
  color: white;
  border:none;
}

.form-btn:active{
  opacity: 0.9;
}
center{
  margin-top:330px;
}
input {
  position: relative;
  z-index: 9999;
}
#desired_name {
  width: 250px;
}
.below_post .fa-pinterest {
  color: #e60023;
  font-size: 30px;
  margin-right: 10px;
}
.below_post .pinterest {
  margin-left: 8px !important;
}