@charset "UTF-8";
/* ==========================================================================
   Main Screen CSS
   ========================================================================== */

/* Table of contents
   ========================================================================== */

/**
  * == Core CSS ==
  *
  * Base ................ Global classes, wp defaults
  * Colors .............. Define defaul colors
  * Typography .......... (H1-6), code, span, etc
  * Form ................ Form builder, search, submition, etc.
  * Buttons ............. All kind of buttons, social links
  * Animations .......... Define animations (keyframes)
  *
  * == Components ==
  *
  * Header ................ Base header elements: logo, menu
  * Main content .......... Main elements from body 
  * Footer ................ Big and Small area in footer
  * Sidebar ............... All widgets
  * Icons ................. Define the icons used in the project
  * Responsivness ......... Css for site responsivness
*/

/* === BASE === */
@import url(//fonts.googleapis.com/css?family=Philosopher:400,700,400italic,700italic);
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}
body {
  background: #f8f8f8;
}
.color-box {
  z-index: 99;
}
.box-shadow {
  -webkit-box-shadow: 0px 5px 5px #e8e8e8;
  -moz-box-shadow: 0px 5px 5px #e8e8e8;
  -ms-box-shadow: 0px 5px 5px #e8e8e8;
  -o-box-shadow: 0px 5px 5px #e8e8e8;
  box-shadow: 0px 5px 5px #e8e8e8;
}

/* === START TYPOGRAPHY === */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Philosopher', sans-serif;
  color: #16242f;
}
.ovh{
  overflow: hidden;
}
input[type="number"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* === END TYPOGRAPHY === */

/* === START ANIMATIONS === */
.contact-page .write,
.page .call-to-action .body .buy-it,
.page .news-letter .subscribe .fa,
.page .reply-write {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.post-section .image .details-hover,
.blogspot .similar-posts .post .details-hover,
.posts-page .post .image .open-article,
.dropdown-body .hot-news .read, 
.news .news-list .read, 
.featured-articles .photo .read {
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.page .timeline-slider-controls a,
.comments-area .ul-comments .comment .comment-reply,
.comment-respond .comment-reply-title small a {
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  -ms-transition: border-color .2s ease-in-out;
  -o-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
}
.post-section .image .details-hover a, 
.posts-page .post .image .open-article a, 
.dropdown-body .hot-news .read a,
.featured-articles .photo .read a {
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -ms-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.main .read-more,
.comments-area .comment-form .comments-button {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/* === END ANIMATIONS === */

/* === START COMMENTS AREA === */
.comments-area .ul-comments {
    margin: 0 0 40px 0;
    padding: 0;
}
.comments-area .ul-comments .comment {
    list-style: none;
    padding-left: 100px;
    position: relative;
    min-height: 80px;
}

.comments-area .ul-comments .comment .comment-reply{
    float: right;
    padding-left: 2px 10px;
    line-height: 1.5em;
}

.comment-respond .comment-reply-title small{
    float: right;
}

.comment-respond .comment-reply-title small a{
    display: block;
    color: #acacac;
    font-size: 13px;
    line-height: 1.5em;
    padding: 2px 10px;
}
.comments-area .ul-comments .comment .comment-reply:hover {
    color: #111;
    background: #d4d4d4;
    text-decoration: none;
}
.comments-area .ul-comments .comment .comment-avatar {
    position: absolute;
    left: 0;
    top: 0;
}
.comments-area .ul-comments .comment .comment-avatar img {
    max-width: 100%;
    height: auto;
}
.comments-area .ul-comments .comment h4 {
    font-size: 21px;
    margin: 0 0 5px 0;
    color: #595959;
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 6px;
    font-weight: 100;
}
.comments-area .ul-comments .comment .comment-block  p {
    line-height: 32px;
    font-size: 15px;
    color: #747474;
    font-weight: 100;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.comments-area .ul-comments .comment h4 span {
    font-size: 11px;
    text-transform: uppercase;
    color: #595959;
}
.comments-area h3.comment-title {
    font-size: 40px;
    line-height: 1em;
    margin: 0 0 30px 0;
}
.comments-area h4.comment-title {
    font-size: 19px;
    line-height: 1.5em;
    margin: 0 0 30px 0;
}
.comments-area .comment-form .comments-line {
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 20px;
    width: 100%;
}
.comments-area .comment-form .comments-linearea {
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    height: 166px;
    resize: none;
    width: 100%;
}
.comments-area .comment-form .comments-button {
    background: #9c9ea1;
    font-size: 12px;
    color: #fff;
    line-height: 1.5em;
    text-transform: uppercase;
    padding: 12px 50px; 
}
.comments-area .comment-form .comments-button:hover {
    background: #888;
    color: #fff;
}
/* === END COMMENTS AREA === */

/* === START HEADER */
.header .container {
  padding-bottom: 5px;
  border-bottom: 5px solid #16242f;
  position: relative;
}
.top-header {
  height: 60px;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  background: #fff;
}
.top-header form {
  position: relative;
  width: 250px;
  top: 50%;
  margin: -15px auto 0 auto;
}
.top-header input {
  width: 100%;
  border: 1px solid #cacaca;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 8px 25px 8px 35px;
  -webkit-appearence: none;
  border-radius: 0;
}
.top-header input:focus {
  outline: none;
  color: #16242f;
}
.search-box .search-button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.search-box .search-button {
  position: absolute;
  background: none;
  padding: 0;
  height: 100%;
  width: 32px;
  margin-left: 0px;
  left: 0px;
}
.search-box {
  height: 100%;
  border-right: 1px solid #cacaca;
}
.search-box .fa-search {
  position: absolute;
  top: 8px;
  color: #cacaca;
  margin-left: 10px;
}
.top-header .social {
  position: relative;
  height: 100%;
  border-left: 1px solid #cacaca;
  padding: 0;
}
.social .social-links-wrapper {
  height: 100%;
  z-index: 9999;
  position: relative;
  text-align: center;
}

.social .social-links-wrapper .facebook-container,
.social .social-links-wrapper .twitter-container,
.social .social-links-wrapper .g-plus-container {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  top: 50%;
  margin-top: -10px;
}
.social .social-links-wrapper .g-plus-container {
  margin-right: 0;
  margin-top: -21px;
}
.brand-and-banner {
  text-align: center;
  background: #fff;
  padding: 50px 0;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}
.brand-and-banner a {
  color: #16242f;
  text-decoration: none;
}

.brand-and-banner a img{
  max-width: 100%;
}
.brand-and-banner .logo {
  max-width: 100%;
}
.brand-and-banner .banner {
  margin: 40px auto 0 auto;
  width: 1080px;
  height: 85px;
  border: 1px solid #dfdfdf;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #a7a7a7;
}
.brand-and-banner .banner p {
  position: relative;
  top: 50%;
  margin-top: -8px;
}

.links-and-breaking {
  position: relative;
  background: #16242f;
}
.links-and-breaking ul.menu {
  margin: 0;
  font-size: 0;
}
.breaking-news {
  height: 100%;
  background: #a28761;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 2px;
}
.breaking-news p {
  padding-top: 15px;
}
.header .links {
  height: 100%;
  padding: 0 60px 0 0;
  position: static;
}
.header .links ul {
  list-style-type: none;
  height: 100%;
}

.header .links li {
  display: inline-block;
  padding: 14px 20px;
  height: 100%;
  cursor: pointer;
}

.header .links li.page_item_has_children {
  position: relative;
}
.header .links li.page_item_has_children:hover > ul.children {
  display: block;
}
.header .links li.page_item_has_children ul.children {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  padding-top: 50px;
  display: inline-block; 
  display: none;
}
.header .links li.page_item_has_children ul.children li {
  background: #16242f;
  position: relative;
  height: auto;
}
.header .links li.page_item_has_children ul.children li a {
  
}
.header .links li.page_item_has_children ul.children li:hover {
  background: #2c3943;
}

.header .links .social-header-wrap li {
  padding: 0;
}

/* Second level dropdown */
.header .links li.page_item_has_children ul.children li ul.children {
  padding: 0 0 0 5px;
  left: 100%;
  top: 0;
}


.header .links .social{
  cursor: pointer;  
  padding: 14px 20px;
}

.header .links .social li {
  display: inline-block;
  height: 100%;
}
.header .links .social li:hover,
.dropdown li:hover {
  background: transparent;
}

.header .menu li:hover,
.header .current_page_item {
  background: rgba(255, 255, 255, 0.1);
} 

.header .links .dropdown-anchor,
.header .links a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Arial Black', sans-serif;
  font-size: 11px;
  font-weight: 900;
  display: inline-block;
  margin-top: -14px;
  padding-top: 14px;
}
.header .links .social {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  border: none;
}
.header .links .social .fa {
  height: 20px;
  width: 20px;
  margin-left: 8px;
  text-align: center;
  padding-top: 4px;
  font-size: 12px;
}
.header .links .fa-twitter {
  background: #55acee;
}
.header .links .fa-facebook {
  font-size: 15px;
  background: #3b5998;
  padding-left: 4px;
  padding-top: 6px;
}
.header .links li.categories:hover .drop {
  display: block;
}

.drop {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding-top: 10px;
  cursor: default;
  z-index: 11;
}
.header .drop .dropdown-wrapper{
  padding: 0;
  z-index: 10;
  opacity: 1;
  background: #2e3a44;
  color: #fff;
}
.blog-posts-ar {
  margin: -35px -15px 30px -15px;
  background: #35404a;
  border-bottom: 1px solid #3f4a53;
  padding: 0 50px;
  height: 50px;
}
.blog-posts-ar .wrapper{
  text-align: right;
  display: block;
  height: 100%;
}
.blog-posts-ar .wrapper .var {
  display: inline-block;
}
.blog-posts-ar .wrapper form {
  height: 100%;
}
.blog-posts-ar .wrapper p,
.blog-posts-ar .wrapper form {
  display: inline-block;
}
.blog-posts-ar .wrapper p {
  font-family: 'Arial Black', sans-serif;
  font-size: 12px;
  color: #a28761;
  text-transform: uppercase;
  margin-right: 45px;
  font-weight: 900;
  position: relative;
  top: 50%;
  margin-top: -8px;
}
.blog-posts-ar .wrapper input {
  position: relative;
  top: 50%;
  margin-top: -5px;
}
.blog-posts-ar .wrapper label i {
  color: #cacaca;
  font-size: 40px;
}
.blog-posts-ar .wrapper label i:first-child {
  margin-right: 20px;
}
.blog-posts-ar .wrapper label {
  margin-left: 7px;
  cursor: pointer;
  position: relative;
  top: 50%;
  margin-top: -20px;
}
.dropdown-body {
  padding: 45px 50px 60px 50px;
}
.dropdown-body .categories ul:first-child {
  margin-right: 50px;
}
.dropdown-body .categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dropdown-body .categories .body{
  position: relative;
}
  
.dropdown-body .categories .body:before {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  z-index: 1;

  border-left: 1px solid #39444e;
}

.dropdown-body .categories ul a:hover {
  color: #a28761;
  border-bottom: 1px solid #a28761;
}
.dropdown-body .body {
  font-size: 12px;
  color: #fff;
}

.dropdown-body .categories ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 50%;
}

.dropdown-body .categories ul li:first-child:before{
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;

  border-right: 1px solid #39444e;
  height: 100%;
  min-height: 200px;
}

.dropdown-body .categories ul a {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  text-transform: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  height: auto;
  margin-top: -1px;
  padding-top: 0;
  border-bottom: 1px solid transparent;
}
.dropdown-body .head {
  text-align: left !important;
  font-family: 'Philosopher', sans-serif;
}
.drop .head {
  text-align: left;
}
.dropdown-body .head .fa {
  position: absolute;
  left: 15px;
  color: #fff;
  font-size: 10px;
  margin-top: 5px;
  height: auto;
  width: auto;
}
.dropdown-body .head h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 25px !important;
  padding: 0;
  margin: 0;
}
.dropdown-body .head p {
  font-size: 12px;
  color: #fff;
}
.dropdown-body .head h3,
.dropdown-body .head p {
  padding-left: 15px;
}
.dropdown-body .body {
  margin-top: 25px;
}

.dropdown-body .hot-news .body .row {
  margin: 0;
}
.dropdown-body .hot-news .article {
  position: relative;
  height: 100px;
  padding: 0 10px 20px 90px;
}
.dropdown-body .hot-news .image {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}
.dropdown-body .hot-news .article:nth-child(1) {
  border-right: 1px solid #39444e;
  border-bottom: 1px solid #39444e;
}
.dropdown-body .hot-news .article:nth-child(2) {
  border-bottom: 1px solid #39444e;
}
.dropdown-body .hot-news .article:nth-child(3) {
  border-right: 1px solid #39444e;
}
.dropdown-body .hot-news .article:nth-child(2),
.dropdown-body .hot-news .article:nth-child(4) {
  padding: 0 10px 20px 110px;
}
.dropdown-body .hot-news .article:nth-child(3) {
  padding: 20px 10px 20px 90px;
}
.dropdown-body .hot-news .article:nth-child(4) {
  padding: 20px 10px 20px 110px;
}
.dropdown-body .hot-news .article:nth-child(2) .image,
.dropdown-body .hot-news .article:nth-child(4) .image {
  top: 0;
  left: 20px;
}
.dropdown-body .hot-news .article:nth-child(3) .image {
  top: 20px;
  left: 0;
}
.dropdown-body .hot-news .article:nth-child(4) .image {
  top: 20px;
  left: 20px;
}
.dropdown-body .hot-news .image,
.dropdown-body .hot-news .title {
  display: inline-block;
}
.dropdown-body .hot-news .image img {
  max-width: 85px;
  height: auto;
}
.dropdown-body .hot-news .read:hover {
  opacity: 1;
}
.dropdown-body .hot-news .read {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.dropdown-body .hot-news .read a:hover {
  background: transparent;
}
.dropdown-body .hot-news .read a {
  display: inline-block;
  padding-top: 14px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  top: 50%;
  margin-top: -20px;
}
.dropdown-body .hot-news a.title:hover {
  color: #4492d0;
}
.dropdown-body .hot-news a.title {
  text-decoration: none;
  color: #fff;
  font-family: Arial, sans-serif;
  text-transform: none;
  font-size: 12px;
  max-height: 98px;
  overflow: hidden;
}
.dropdown .dropdown-banner {
  height: 274px;
  width: 280px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 1px 1px #000;
  -moz-box-shadow: 0px 1px 1px #000;
  -ms-box-shadow: 0px 1px 1px #000;
  -o-box-shadow: 0px 1px 1px #000;
  box-shadow: 0px 1px 1px #000;
}

.dropdown .dropdown-banner a{
  display: block;
  padding-top: 0;
}
.dropdown .dropdown-banner img{
  max-width: 100%;
  height: auto;
}
.dropdown .dropdown-banner p {
  color: #cdcdcd;
  font-weight: 700;
  position: relative;
  top: 50%;
  margin-top: -10px;
}
.drop form i {
  height: 32px;
  width: 32px;
  font-size: 40px;
  color: #cacaca;
}
/* === END HEADER */

/* === START MAIN CONTENT === */
.home .main .container .col-md-9 > p {
  margin: 0;
}
.col-md-9 > p {
  margin: 0;
}
.home .main .container > .row {
  margin: 0;
}
.main .main-article {
  padding: 0px;
  position: relative;
}
.main .main-article .wrapper.no-image .content {
  padding: 0;
}
.main .main-article .wrapper.no-image .content p {
  padding: 0 50px;
}
.main .main-article .wrapper.no-image .content .read-more {
  margin-left: 50px;
}
.main .slider-controls {
  position: absolute;
  z-index: 9;
  left: 0;
  padding: 0 20px;
  width: 100%;
  top: 180px;
}
.main .slider-controls .icon,
.main .slider-controls .article-title {
  display: inline-block;
}
.main .slider-controls .article-title {
  display: none;
}
.main .slider-controls a:hover .article-title {
  display: inline-block;
  margin-top: -4px;
}
.main .slider-controls .next-post:hover .article-title {
  margin-right: 10px;
}
.main .slider-controls .next-post:hover {
  text-align: right;
  margin-left: -168px;
  padding-right: 16px;
}
.main .slider-controls .prev-post:hover .article-title {
  margin-left: 10px;
}
.main .slider-controls .prev-post:hover {
  text-align: left;
  padding-left: 16px;
}
.main .slider-controls a:hover {
  width: 150px;
}
.main .slider-controls a {
  text-decoration: none;
  color: #16242f;
}
.main .slider-controls .next-post {
  position: absolute;
  left: 100%;
  margin-left: -63px;
}
.main .slider-controls .next-post,
.main .slider-controls .prev-post {
  position: absolute;
  height: 45px;
  width: 45px;
  font-size: 14px;
  background: #fff;
  border-radius: 25px;
  padding-top: 15px;
  text-align: center;
}

.main .main-article .share-buttons {

}



.main .container {
  margin-top: 50px;
}
.main .content {
  padding: 0 50px;
  background: #fff;
}
.main .main-article {
  border: 1px solid #cacaca;
}
.main .main-article .photo {
  width: 100%;
  margin-bottom: -75px;
  padding: 0px;
}
.main .main-article .photo img {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 1;
}
.main .content p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  color: #7b7979;
}
.main .read-more:hover a {
  color: #ee452c;
}
.main .read-more:hover {
  border-bottom: 1px solid #d77a8b;
  color: #ee452c;
  padding: 16px 15px 16px 10px;
}
.main .read-more {
  margin: 30px 0 65px 0;
  display: inline-block;
  padding: 16px 15px 16px 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.main .read-more .fa {
  margin-right: -4px;
  margin-top: 3px;
}
.main .read-more a {
  font-weight: 700;
  font-size: 14px;
  color: #333;
  margin-left: 20px;
  text-decoration: none;
}
.main .main-article .details {
  position: relative;
  padding-bottom: 10px;
  z-index: 3;
  background: #fff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 5px 5px #e8e8e8;
  -moz-box-shadow: 0px 5px 5px #e8e8e8;
  -ms-box-shadow: 0px 5px 5px #e8e8e8;
  -o-box-shadow: 0px 5px 5px #e8e8e8;
  box-shadow: 0px 5px 5px #e8e8e8;
}
.main .main-article .details .header {
  height: 45px;
  background: #16242f;
}
.main .main-article .details ul {
  list-style-type: none;
  height: 100%;
  display: flex;
  padding: 0;
}
.main .main-article .details li {
  display: inline-block;
  height: 100%;
  text-align: center;
}
.main .main-article .details .date {
  width: 22%;
  background: #cacaca;
}
.main .main-article .details .date a {
  position: relative;
  top: 50%;
  margin-top: -11px;
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #16242f;
}
.main .main-article .details .comments div,
.main .main-article .details .author div,
.main .main-article .details .category div {
  overflow: hidden;
  position: relative;
  top: 50%;
  margin-top: -10px;
  height: 22px;
}
.main .main-article .details .comments,
.main .main-article .details .author,
.main .main-article .details .category {
  width: 25.4%;
  color: #455059;
}
.main .main-article .details .comments,
.main .main-article .details .author {
  border-right: 1px solid #2e3a44;
}
.main .main-article .details a {
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  margin-left: 10px;
}
.main .main-article .details a i {
  font-size: 14px;
  margin-right: 5px;
  color: #455059;
}
.main .main-article .nr {
  color: #2b94e7;
}
.main .main-article .date {
  position: relative;
}
.main .main-article .date .fa {
  color: #cacaca;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
}
.main-article .preview {
  padding: 0 40px 0 60px;
}
.main-article .preview h3 a {
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
  text-transform: capitalize !important; 
  font-size: 30px !important;
  line-height: 1em;
  color: #16242f !important;
}

/*Featured Articles */
.featured-articles .article {
  margin-bottom: 25px;
  padding-right: 0px;
}
.featured-articles .photo {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.featured-articles .photo .read:hover {
  opacity: 1;
}
.featured-articles .photo .read {
  position: absolute;
  z-index: 9;
  text-align: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.featured-articles .photo .read a:hover {
  background: #303c46;
}
.featured-articles .photo .read a {
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  padding: 15px 25px;
  background: #16242f;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 50%;
  margin-top: -25px;
}
.featured-articles img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.featured-articles h3 {
  margin-top: 0px;
}
.featured-articles a:hover {
  text-decoration: underline;
}
.featured-articles a {
  font-family: 'Philosopher', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 21px;
  text-decoration: none;
  line-height: 21px;
  color: #16242f;
}
.featured-articles .header {
  border-bottom: 1px solid #cacaca;
}
.featured-articles .date {
  font-size: 12px;
  color: #a7a7a7;
  margin-top: 8px;
}
.featured-articles .date i {
  margin-right: 5px;
}
/* Video Section */
.video-section {
  margin-top: 80px;
}
.video-section .wrapper,
.post-section .wrapper {
  padding: 0 0px 0 0px;
  border-top: 6px solid #a28761;
  position: relative;
}
.video-section .title {
  margin-top: 80px;
}
.video-section .header,
.post-section .header {
  width: 230px;
  height: 64px;
  background: #fff;
  color: #16242f;
  position: absolute;
  top: -6px;
  left: 0;
  text-align: center;
  border-top: 6px solid #16242f;
}
.video-section .controls,
.post-section .controls {
  position: absolute;
}
.main .video-section .video-slider-controls .prev-post .fa,
.main .video-section .video-slider-controls .next-post .fa {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.main .video-section .video-slider-controls .next-post {
  right: 0px;
}
.main .video-section .video-slider-controls .prev-post {
  right: 32px;
}
.main .video-section .video-slider-controls a:hover {
  background: #d0af82;
}
.main .video-section .video-slider-controls a {
  z-index: 3;
}
.main .video-section .video-slider-controls {
  float: right;
  margin-top: -6px;
}
.video-section .header h3,
.post-section .header h3 {
  font-family: 'Arial Black', sans-serif;
  font-size: 22px;
  margin: 15px 0 3px 0;
  text-transform: uppercase;
  font-weight: 900;
}
.video-section .header p,
.post-section .header p {
  font-size: 12px;
  margin: -5px 0 15px 0;
}
.video-section .content-wrapper {
  margin-top: 20px;
  position: relative;
  padding-bottom: 56.25%; 
  padding-top: 25px;
  height: 0;
}
.video-section .content-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.video-section .title h3 {
  font-family: 'Philosopher', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #16242f;
  margin-bottom: 0px;
}
.video-section .title p {
  font-family: 'Philosopher', sans-serif;
  font-size: 12px;
  color: #16242f;
}
.video-section .controls,
.post-section .simple-slider-controls {
  top: -6px;
  right: 4px;
}
.post-section .next .fa,
.post-section .prev .fa {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.video-section .prev,
.post-section .prev,
.video-section .next,
.post-section .next {
  display: inline-block;
  margin-right: -4px;
  height: 64px;
  width: 32px;
  background: #a28761;
  text-align: center;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.page .articles .controls .prev:hover,
.page .articles .controls .next:hover,
.video-section .prev:hover,
.post-section .prev:hover,
.video-section .next:hover,
.post-section .next:hover {
  background: #d0af82;
}
/* Post Section */
.post-section {
  margin-top: 80px;
}
.post-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-section .content-wrapper {
  margin-top: 60px;
}
.post-section .post {
  margin-bottom: 60px;
  display: table;
}
.post-section .post .image,
.post-section .post .description {
  padding: 0;
  float: none;
  display: table-cell;
  vertical-align: top;
}
.post-section .post .description {
  padding-bottom: 60px;
}
.post-section .post .row {
  padding: 0 15px;
}
.post-section .post .image {
  position: relative;
}
.post-section .image-wrapper {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.post-section .post .image img {
  height: 100%;
}
.post-section .post .image .details-hover:hover {
  opacity: 1;
}
.post-section .post .image .details-hover {
  z-index: 10;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

 .simple-slider li{
  margin-top: 60px !important;
 }
 .simple-slider li:first-child{
  margin-top: none !important;
 }
.blogspot .similar-posts .post .details-hover a:hover,
.post-section .image .details-hover a:hover {
  background: #303c46;
}
.blogspot .similar-posts .post .details-hover a,
.post-section .image .details-hover a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #16242f;
  padding: 30px 55px;
  display: inline-block;
  position: relative;
  top: 50%;
  margin-top: -40px;
}
.post-section .post .description {
  background: #fff;
  -webkit-box-shadow: 2px 3px 2px #e8e8e8;
  -moz-box-shadow: 2px 3px 2px #e8e8e8;
  -ms-box-shadow: 2px 3px 2px #e8e8e8;
  -o-box-shadow: 2px 3px 2px #e8e8e8;
  box-shadow: 2px 3px 2px #e8e8e8;
}
.post-section .post .description .details {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 20px 10px 60px;
}
.post-section .post .description .preview {
  padding: 0 20px 0 60px;
}
.post-section .description .date,
.post-section .description .likes {
  display: inline-block;
}
.post-section .description .date {
  position: relative;
  padding: 0 18px;
  height: 100%;
  background: #cacaca;
}
.post-section .description .details {
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
}
.post-section .description .date-and-likes {
  height: 45px;
}
.post-section .description .likes i, 
.post-section .description .likes p {
  display: inline-block;
}
.post-section .description .date a {
  text-decoration: none;
}
.post-section .description .date p {
  font-size: 16px;
  color: #16242f;
  margin-top: 17px;
}
.post-section .description .likes p {
  font-size: 10px;
  color: #5b5b5b;
  font-family: 'Arial', sans-serif;
}
.post-section .description .date .fa {
  position: absolute;
  color: #cacaca;
  bottom: -9px;
  margin-left: 17px;
}
.post-section .description .likes {
  float: right;
  margin-right: 20px;
}
.post-section .description h3 a:hover {
  border-bottom: 1px solid #16242f;
}
.post-section .description h3 {
  margin: 35px 0 40px 0;
}
.post-section .description h3 a {
  font-weight: 700;
  font-size: 30px;
  color: #16242f;
  text-decoration: none;
}
.post-section .description .author,
.post-section .description .comments {
  display: inline-block;
}
.post-section .description .author p {
  font-size: 14px;
  font-weight: 700;
  color: #16242f;
  margin-bottom: 20px;
}
.post-section .description .author-and-coments .author a {
  color: #16242f;
}
.post-section .description .author-and-coments .comments i,
.post-section .description .author-and-coments .comments p {
  display: inline-block;
}
.post-section .description .author-and-coments .comments .icon-bubbles {
  color: #b8b8b8;
  margin-top: 5px;
  margin-right: 10px;
}
.post-section .description .author-and-coments .comments p {
  font-family: 'Arial', sans-serif;
  margin: 7px;
  font-size: 10px;
  color: #5b5b5b;
  text-transform: uppercase;
}
.post-section .description .author-and-coments .comments {
  float: right;
  margin-right: 20px;
}
.post-section .description .likes .icon-heart {
  margin-top: 11px;
  margin-right: 4px;
}

.post-section .description .likes a {
  text-decoration: none;
}
.post-section .description .likes a i {
  color: #16242f;
}
.post-section .description .likes a.liked i {
  color: #ee452c;
}


.extended-posts .likes a {
  text-decoration: none;
}
.extended-posts .likes a i {
  color: #16242f;
}
.extended-posts .likes a.liked i {
  color: #ee452c;
}
.post-section .description .preview p {
  color: #7b7979;
  font-size: 14px;
  line-height: 32px;
  margin-top: 35px;
  font-weight: normal;
}
.post-section .description .preview .read-more {
  margin: 70px 0 0px 0;
  cursor: pointer;
}

/* Pagination */
.page-numbers {
  margin-left: 0 !important;
}
.pagination-links {
  margin-top: 10px;
}
.pagination-links .col-xs-12 {
  padding: 0;
}
.pagination-links .active {
  border-bottom: 1px solid #a6a5a5;
}
.pagination-links li:hover a {
  color: #16242f;
}
.pagination-links li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.pagination-links a {
  color: #a6a5a5;
  text-decoration: none;
}
.pagination-links .fa {
  padding-top: 3px;
}
/* Sidebar */
.single-post .sidebar {
  margin-right: -7px;
}
.sidebar {
  margin-bottom: 60px;
}
.blog .sidebar,
.home .sidebar {
  padding-right: 0px;
}
.sidebar .panel {
  box-shadow: none;
}
.sidebar input:focus,
.sidebar select:focus {
  outline: none;
}
.sidebar select {
  width: 100%;
  border: 1px solid #cacaca;
  padding: 5px;
  margin: 20px 0;
}
.sidebar .wrapper {
  padding-top: 1px;
  background: #fff;
  border: 1px solid #cacaca;
}
.sidebar .section {
  padding: 35px 30px 0 30px;
}
.sidebar .divider {
  height: 1px;
  border-bottom: 1px solid #333;
  width: 100%;
}
.sidebar i,
.sidebar .header {
  display: inline-block;
}

.sidebar i.fa-circle {
  font-size: 8px;
  position: absolute;
}

.sidebar .header {
  margin: -30px 0 0 20px;
}
.sidebar i {
  font-size: 8px;
}
.sidebar .header h1 {
  font-family: 'Philosopher', sans-serif;
  color: #16242f;
  font-size: 25px;
  margin-bottom: 0;
  width: 100%;
  text-transform: uppercase;
}
.sidebar .header p {
  font-size: 12px;
  font-style: normal;
  margin-bottom: 0;
  text-transform: none;
}
.sidebar .big-header {
  margin: -50px 0 0 22px;
}
.sidebar .about .photo {
  height: 190px;
  width: 190px;
  border-radius: 100%;
  margin: 25px 0 30px 0;
}
.sidebar img {
  max-width: 100%;
  height: auto;
}
.sidebar p {
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-style: italic;
  margin-bottom: 35px;
}
.sidebar .about span {
  color: #a28761;
}
.sidebar .hot {
  padding-bottom: 10px;
}
.sidebar .hot ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar .hot .photo,
.sidebar .hot .title {
  display: inline-block;
}
.sidebar .hot .title  {
  width: 146px;
  margin-top: -11px;
  margin-left: 5px;
}
.sidebar .hot .photo {
  height: 45px;
  width: 45px;
  overflow: hidden;
}
.sidebar .hot h5 {
  font-family: 'Arial Black', sans-serif;
  font-size: 12px;
  color: #16242f;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 900;
}
.sidebar .item {
  margin: 20px 0 30px 0;
}
.sidebar .item a:hover {
  background: #d0af82;
}
.sidebar .item a {
  padding: 5px 7px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  background: #a28761;
}
.sidebar .widget_archive ul,
.sidebar .widget_categories ul,
.sidebar .widget_recent_comments ul,
.sidebar .widget_recent_entries ul,
.sidebar .widget_meta ul {
  list-style-type: none;
  color: #16242f;
  margin: 25px 0 30px 0;
}
.sidebar .widget_archive a:hover,
.sidebar .widget_categories a:hover,
.sidebar .widget_recent_comments a:hover,
.sidebar .widget_meta a:hover,
.sidebar .widget_recent_entries a:hover{
  color: #a28761;
  border-bottom: 1px solid #a28761;
}
.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_recent_entries li,
.sidebar .widget_recent_comments li,
.sidebar .widget_meta li {
  font-family: 'Philosopher', sans-serif;
  font-size: 14px;
}
.sidebar .widget_archive a,
.sidebar .widget_categories a,
.sidebar .widget_recent_comments ul > li,
.sidebar .widget_recent_entries a,
.sidebar .widget_meta a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  color: #16242f;
  padding-left: 20px;
  border-bottom: 1px solid transparent;
}

.sidebar .widget_recent_comments ul > li a,
.sidebar .widget_recent_comments ul > li a:hover{
  text-decoration: none;
}
.sidebar .widget_archive a:before,
.sidebar .widget_categories a:before,
.sidebar .widget_recent_comments  ul > li:before,
.sidebar .widget_recent_entries a:before,
.sidebar .widget_meta a:before {
  content: '—';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.sidebar .widget_pages ul:first-of-type {
  padding-left: 35px;
}
.sidebar .widget_pages li a,
.sidebar .widget_nav_menu li a {
  color: #16242f;
  font-family: 'Philosopher', sans-serif;
  font-size: 14px;
}
.sidebar .widget_pages li a:hover,
.sidebar .widget_nav_menu li a:hover {
  color: #a28761;
}

.sidebar .widget_categories .children {
  margin: 0;
}

.sidebar .widget_calendar table {
  width: 100%;
  margin-bottom: 30px;
}

.sidebar .widget_recent_comments a, 
.sidebar .widget_calendar a,
.sidebar .widget_rss a {
  color: #16242f;
}
.sidebar .widget_recent_comments a:hover,
.sidebar .widget_calendar a:hover,
.sidebar .widget_rss a:hover {
  color: #a28761;
}

.sidebar .widget_search form {
  position: relative;
  top: 0;
  margin: 20px 0 30px 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.sidebar abbr{
  text-decoration: none;
  border: medium none;

}

.sidebar .widget_nav_menu ul:first-child {
  padding-left: 35px;
}
.sidebar .widget_nav_menu ul.sub-menu {
  padding-left: 10px;
}

.sidebar .widget_flickr .follow-me {
    background: none repeat scroll 0 0 #a28761;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    padding: 16px 7px;
    text-decoration: none;
}


.sidebar .widget_search .search-line{
  border: 1px solid #cacaca;
  font-family: Arial,sans-serif;
  font-size: 11px;
  padding: 8px 25px 8px 35px;
  width: 100%;
}

.sidebar .widget_search .search-button{
  font-family: Arial,sans-serif;
  font-size: 11px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 100%;
  left: 0;
  margin-left: 0;
  padding: 0;
  position: absolute;
  width: 32px;
  border: 1px solid #cacaca;
}

.sidebar .widget_search .fa-search {
    font-size: 14px;
    color: #cacaca;
    margin-left: 10px;
    position: absolute;
    top: 8px;
}

.sidebar .widget_flickr{
    margin-bottom: 30px;
}

.sidebar .flickr_widget {
  margin-top: 20px;
  margin-bottom: 30px;
  list-style-type: none;
}
.sidebar .flickr_widget a {
  margin: 20px 0 25px 0;
  height: 218px;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
}
.sidebar .flickr_widget img {
  height: 100%;
}
.sidebar .news-list {
  margin-top: 20px;
}
.news .news-list .photo {
  position: relative;
}
.news .news-list .photo img {
  max-width: 100%;
  height: auto;
}
.news .news-list a {
  color: #16242f;
}
.news .news-list h3 {
  font-family: 'Philosopher', sans-serif;
  font-size: 21px;
  line-height: 21px;
  font-style: italic;
  margin: 20px 0 15px 0;
}
.news .icon-bubbles {
  text-align: center;
  font-size: 16px;
  color: #b8b8b8;
  height: 22px;
  width: 30px;
  background: #dcdcdc;
  padding-top: 3px;
}
.news .news-list .read,
.news .news-list .flag {
  position: absolute;
}
.news .news-list .read:hover {
  opacity: 1;
}
.news .news-list .read {
  z-index: 9;
  text-align: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.news .news-list .read a {
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: 50%;
  margin-top: -20px;
}
.news .news-list .flag {
  height: 59px;
  width: 107px;
  margin-left: -27px;
  z-index: 10;
}
.news .news-list .caption a{
  padding-top: 12px;
  height: 45px;
  width: 80px;
  position: absolute;
  font-family: 'Philosopher', sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  z-index: 11;
}
.news .news-list .caption a:hover{
  text-decoration: none;
}

.news .news-list .comments i,
.news .news-list .comments span {
  display: inline-block;
}
.news .news-list .comments span {
  font-size: 10px;
  text-transform: uppercase;
  color: #5b5b5b;
  margin: 4px 0 0 4px;
}
.news .news-list .creative .flag,
.news .news-list .red .flag,
.news .news-list .celebrity .flag {
  background: url(../images/category-flag-orange.png) no-repeat;
}
.news .news-list .green .flag,
.news .news-list .health .flag {
  background: url(../images/category-flag-green.png) no-repeat;
}
.news .news-list .design .flag,
.news .news-list .blue .flag,
.news .news-list .world .flag {
  background: url(../images/category-flag-blue.png) no-repeat;
}
.news-list-item {
  margin-bottom: 60px;
}
.news-list-item.no-image h3 {
  padding-top: 55px;
}
/**/
.sidebar .video .videos {
  margin: 20px 0 30px 0;
}
.sidebar .video .video-wrapper {
  display: inline-block;
  width: 98px;
  padding-right: 30px;
}
.sidebar .video .photo {
  height: 64px;
  width: 80px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.sidebar .video .photo .play:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
}
.sidebar .video .photo .play {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  bottom: 6px;
  left: 6px;
}
.sidebar .video .photo .play .fa {
  color: #16242f;
  font-size: 9px;
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.sidebar .video .photo img {
  height: 100%;
}
.sidebar .videos .photo iframe{
  max-width: 100%;
}
.sidebar .video .video-wrapper:nth-child(1) p,
.sidebar .video .video-wrapper:nth-child(2) p {
  margin-bottom: 20px;
}
.sidebar .video .video-wrapper:nth-child(1),
.sidebar .video .video-wrapper:nth-child(3) {
  border-right: 2px dotted #cacaca;
}
.sidebar .video .video-wrapper:nth-child(3),
.sidebar .video .video-wrapper:nth-child(4) {
  border-top: 2px dotted #cacaca;
  padding-top: 20px;
}
.sidebar .video .video-wrapper:nth-child(2),
.sidebar .video .video-wrapper:nth-child(4) {
  padding-left: 20px;
}
.sidebar .video a:hover {
  color: #b8b8b8;
}
.sidebar .video p {
  font-style: normal;
  line-height: 12px;
  margin: 0;
}
.sidebar .video a {
  font-family: 'Arial Black', sans-serif;
  font-size: 12px;
  color: #16242f;
  text-decoration: none;
  font-weight: 900;
}
/**/
.sidebar .facebook-wrapper {
  margin-top: 20px;
}
.sidebar .facebook {
  padding-bottom: 30px;
}

.video-post iframe{
  width: 100%;
  min-height: 450px;
}
.sidebar .facebook iframe {
  width: 100%;

}
/**/
.sidebar .tagcloud {
  margin: 15px 0 40px 0;
}
.sidebar .tagcloud ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar .tagcloud li {
  display: inline-block;
}
.sidebar .widget_tag_cloud .tagcloud > a:hover {
  background: #16242f;
}
.sidebar .widget_tag_cloud .tagcloud > a {
  display: inline-block;
  text-align: center;
  background: #a5b8c6;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 3px 0 7px 5px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
/**/
.sidebar .archives ul {
  list-style-type: none;
}
/**/
.sidebar .archives .archive-wrapper {
  margin: 20px 0 50px 0;
}
.sidebar .archives .panel-heading {
  padding: 0px;
}
.sidebar .archives .panel {
  border: none;
}
.sidebar .archives .panel-heading {
  background: none;
  border: none;
}
.sidebar .archives .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
.sidebar .archives .panel .fa:hover {
  border-color: #16242f;
}
.sidebar .archives .panel .fa {
  font-size: 9px;
  color: #16242f;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #c7c7c7;
  text-align: center;
  padding-top: 4px;
  cursor: pointer;
}
.sidebar .archives .panel {
  font-family: 'Philosopher', sans-serif;
  font-size: 14px;
}
.sidebar .archives .panel a {
  text-decoration: none;
  color: #4492d0;
  margin: 0 10px 0 20px;
}
.sidebar .archives .panel a.toggle {
  margin: 0;
}
.sidebar .archives .panel-body {
  padding: 15px 0px 15px 25px;
}
.sidebar .archives .archive-item a:hover {
  text-decoration: underline;
}
.sidebar .archives .archive-item a {
  color: #16242f;
  font-style: italic;
  margin-bottom: 50px;
}
/**/
.sidebar .wrapper .row > .col-md-12{
  border-top: 1px solid #16242f;
  margin-top: -30px;
  padding-top: 30px;
}

.sidebar .wrapper .row:first-child > .col-md-12{
  border: medium none;
}

/* === END MAIN CONTENT === */

/* === START FOOTER */
.latest-posts .header {
  margin: 65px 0 20px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f2f2f2;
  font-family: 'Philosopher', sans-serif;
  color: #16242f;
}
.latest-posts .fa-circle, 
.latest-posts .wrapper {
  display: inline-block;
}
.latest-posts .wrapper h3 {
  margin: 0px 0;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.latest-posts .wrapper p {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0px;
}
.latest-posts .posts {
  text-align: center;
}
.latest-posts .posts ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.latest-posts .posts li {
  float: left;
  display: inline-block;
  margin-right: 18px;
}
.latest-posts .posts li:last-of-type {
  margin: 0;
}
.latest-posts .post {
  width: 80px;
  text-align: left;
}
.latest-posts .fa-circle {
  margin: 8px 6px 0 0;
  font-size: 10px;
}
.posts {
  padding: 30px 50px;
  border: 1px solid #cacaca;
  background: #fff;
  margin-bottom: 20px;
}
.posts .photo {
  width: 100%;
}
.posts .photo img {
  max-width: 100%;
  height: auto;
}
.post p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #16242f;
  margin-top: 12px;
}
.footer .post p a {
  font-size: 12px;
  color: #16242f;
  margin-top: 12px;
}
.footer .contact {
  padding: 50px;
  background: #16242f;
  font-family: Arial, sans-serif;
}
.footer .footer-widget ul li {
  margin-bottom: 10px;
}
.footer .contact ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer .contact ul.links {
  margin-left: 35px;
}
.footer .contact .links li {
  margin-bottom: 10px;
}
.footer .contact a {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
  position: relative;
  top: 50%;
  margin-top: -5px;
}
.footer .contact-info {
  padding: 0 70px;
}
.contact-info-wrapper {
  padding: 30px 50px;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #16242f;
  position: relative;
}
.contact-info-wrapper .phone,
.contact-info-wrapper .mail {
  margin-bottom: 25px;
}
.contact-info-wrapper p {
  margin: 0;
  line-height: 25px;
  font-size: 12px;
}
.contact-info-wrapper i {
  font-size: 16px;
}
.icon-location, 
.loc {
  display: inline-block;
}
.contact-info .phone,
.contact-info .mail {
  margin-right: 10px;
}
.contact-info .location {
  margin-right: 4px;
}
.contact-info .location,
.contact-info .phone,
.contact-info .mail {
  margin-top: 4px;
}
.contact-info .loc p:nth-child(2) {
  margin-top: -5px;
}
.footer .news-letter {
  position: absolute;
  display: inline-block;
  background-position: top right;
  background: #2c7c3d url(../images/check.png) no-repeat;
  background-position: 96% 15%;
  padding: 20px 75px 20px 50px;
  right: -25px;
  top: 50%;
  margin-top: -70px;
}
.footer .news-letter h4 {
  font-family: 'Arial', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
.footer .news-letter form {
  position: relative;
  height: 50px;
  width: 240px;
}
.footer .news-letter input {
  padding: 15px 10px 15px 10px;
  width: 100%;
  height: 100%;
  background: #286f37;
  color: #fff;
  font-size: 14px;
  -webkit-appearence: none;
  border-radius: 0;
}
.footer .news-letter input:focus {
  outline: none;
}
.footer .news-letter ::-webkit-input-placeholder {
  color: #fff;
}
.footer .news-letter :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer .news-letter ::-moz-placeholder { 
  color: #fff;
  opacity:  1;
}
.footer .news-letter :-ms-input-placeholder { 
   color: #fff;
}
.footer .news-letter .send-button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.footer .news-letter .send-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: none;
  margin-top: 0px;
}
.footer .news-letter .fa {
  position: absolute;
  color: #2c7c3d;
  font-size: 15px;
  height: 50px;
  width: 50px;
  background: #fff;
  padding: 17px 0 0 16px;
  right: 0px;
}
.footer .social-icons .row {
  text-align: right;
}
.footer .social-icons ul {
  list-style-type: none;
  color: #fff;
}
.footer .social-icons li:hover {
  border: 2px solid #2e3a44;
  cursor: pointer;
}
.footer .social-icons li:hover .fa {
  background: #2e3a44;
}
.footer .social-icons li {
  height: 45px;
  width: 45px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 6px 2px 0 0;
}
.footer .social-icons .fa {
  height: 16px;
  width: 16px;
  background: #fff;
  color: #16242f;
  text-align: center;
  padding-top: 2px;
  margin-top: -3px;
}
.copyrights {
  height: 85px;
  text-align: center;
  color: #16242f;
  text-transform: uppercase;
  font-size: 12px;
}
.copyrights .col-xs-12 {
  height: 100%;
}
.copyrights p {
  position: relative;
  top: 50%;
  margin-top: -8px;
}

/* Start customs widgets */
.footer-widget > p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
}
.footer-widget.widget_search form {
  position: relative;
  width: 70%;
}
.footer-widget.widget_search input {
  width: 100%;
  border: 1px solid #cacaca;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 8px 25px 8px 35px;
}
.footer-widget.widget_search input:focus {
  outline: none;
  color: #16242f;
}
.footer-widget.widget_search .search-button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.footer-widget.widget_search .search-button {
  position: absolute;
  background: none;
  padding: 0;
  height: 100%;
  width: 32px;
  margin-left: 0px;
  left: 0px;
}
.footer-widget.widget_search .fa-search {
  position: absolute;
  top: 8px;
  color: #cacaca;
  margin-left: 10px;
}

/* === END FOOTER === */

/* START EXTENDED POSTS PAGE */
.extended-posts {
  margin-top: 0;
}
.extended-posts .post-section {
  margin-top: 0;
}
.extended-posts .post-section .wrapper {
  border: none;
}
.extended-posts .content-wrapper {
  margin-top: 0;
}
/* END EXTENDED POSTS PAGE */

/* START POSTS PAGE */
.posts-page .post-wrapper {
  overflow: hidden;
  background: #fff;
  border: 1px solid #cacaca;
  margin-bottom: 70px;
}
.posts-page .post-wrapper .border {
  position: absolute;
  width: 2px;
  border-right: 1px solid #cacaca;
  left: 50%;
  margin-left: -1px;
  height: 100%;
}

.posts-page .post {
  padding-bottom: 1000px !important;
  margin-bottom: -960px;
  padding: 40px 40px;
  border-top: 1px solid #cacaca;
  min-height: 275px;
}
.posts-page .post.no-image .image {
  display: none;
}
.posts-page .post:nth-child(2),
.posts-page .post:nth-child(3) {
  border-top: 1px solid transparent;
}/*
.posts-page .post:nth-child(odd) {
  border-right: 1px solid #cacaca;
}*/

.posts-page .post {
  font-family: 'Philosopher', sans-serif;
  text-align: center;
}
.posts-page .post .image {
  position: relative;
}
.posts-page .image img {
  width: 100%;
  height: auto;
}
.posts-page .post .info li {
  list-style-type: none;
  display: inline-block;
}
.posts-page .post .title {
  padding: 20px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}
.posts-page .post .title h3 {
  font-size: 30px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  display:block;
  max-width: 350px;
  word-wrap:break-word;
}
.posts-page .post .title a {
  color: #16242f;
}
.posts-page .post .info li {
  font-size: 16px;
  color: #16242f;
  margin-right: 10px;
  padding-right: 15px;
  font-weight: 700;
}
.post .info {
  position: relative;
}
.post .info li:last-of-type {
  position: absolute;
  top: 2px;
  right: 0;
  margin-right: -30px;
}
.post .info li:last-of-type p {
  display: inline-block;
  margin: 3px 0 0 2px;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
}
.post .info li:last-of-type a {
  text-decoration: none;
}
.post .info li:last-of-type a.liked i {
  color: #ee452c;
}
.posts-page .post .info li a {
  color: #16242f;
}
.posts-page .post .info li.date,
.posts-page .post .info li.author {
  border-right: 2px solid #16242f;
}
.posts-page .post .image .open-article:hover {
  opacity: 1;
}
.posts-page .post .image .open-article {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.posts-page .post .image .open-article a:hover {
  background: #303c46;
}
.posts-page .post .image .open-article a {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #16242f;
  padding: 30px 55px;
  display: inline-block;
  position: relative;
  top: 50%;
  margin-top: -40px;
}
/* END POSTS PAGE */

/* === CONTACT PAGE === */

.contact-page .container {
  padding: 40px 0;
  background: #fff;
}
.contact-page .header {
  text-align: center;
  color: #16242f;
}
.contact-page .form {
  font-family: Arial, sans-serif;
}
.contact-page .header h3 {
  font-size: 26px;
  margin-bottom: -5px;
}
.contact-page .header p {
  font-size: 14px;
  margin-bottom: 40px;
}
.contact-page .comment {
  resize: none;
  height: 150px;
}
.contact-page input:focus,
.contact-page textarea:focus  {
  outline: none;
}
.contact-page input,
.contact-page textarea {
  padding: 15px 20px;
  border: 1px solid #cecece;
  font-size: 14px;
}
.contact-page .client-name:focus,
.contact-page .client-email:focus,
.contact-page .website:focus, 
.contact-page .comment:focus {
  border: 1px solid transparent;
  background: #f8f8f8;
}
.contact-page .client-name,
.contact-page .client-email,
.contact-page .website,
.contact-page .comment,
.contact-page .write {
  width: 100%;
  margin-bottom: 20px;
}
.contact-page .write:hover {
  background: #286f37;
}
.contact-page .write {
  text-transform: uppercase;
  color: #fff;
  background: #16242f;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.contact-page ::-webkit-input-placeholder {
  color: #3c4d5a;
}
.contact-page :-moz-placeholder {
  color: #3c4d5a;
  opacity: 1;
}
.contact-page ::-moz-placeholder { 
  color: #3c4d5a;
  opacity:  1;
}
.contact-page :-ms-input-placeholder { 
   color: #3c4d5a;
}

.contact-page .email ::-webkit-input-placeholder {
  color: #16242f;
}
.contact-page .email :-moz-placeholder {
  color: #16242f;
  opacity: 1;
}
.contact-page .email ::-moz-placeholder { 
  color: #16242f;
  opacity:  1;
}
.contact-page .email :-ms-input-placeholder { 
   color: #16242f;
}

.contact-page .contacts {
  padding: 0 120px;
}
.contacts .head {
  text-align: left !important;
}
.contact-page .contacts .item {
  padding-right: 50px;
}
.contact-page .contacts .head {
  padding-bottom: 10px;
  border-bottom: 1px solid #ee452c;
}
.contact-page .contacts .head h3 {
  font-family: 'Philosopher', sans-serif;
  font-size: 25px;
  color: #ee452c;
}
.contact-page .contacts .head i {
  font-size: 18px;
  vertical-align: bottom;
  margin-bottom: 4px;
}
.contact-page .contacts .body a {
  color: #16242f;
}
.contact-page .contacts .body {
  margin-top: 20px;
  font-size: 14px;
  color: #16242f;
}
.contact-page .divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e0e0e0;
  margin: 90px 0 60px 0;
}
/* === END CONTACT PAGE === */


/* === START ABOUT PAGE === */

.page .main .container {
  padding: 0;
}
.page .jumbotron {
  height: 700px;
  margin: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.page .call-to-action {
  position: relative;
  width: 480px;
  background: #fff;
  margin: 0 auto;
  top: 25%;
  text-align: center;
  padding: 45px 60px 45px 60px;
}
.page .call-to-action .head {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.page .call-to-action .ribbon,
.page .call-to-action .text {
  display: inline-block;
}
.page .call-to-action .ribbon {
  background: url(../images/ribbon.png) no-repeat;
  height: 97px;
  width: 68px;
}
.page .call-to-action .text {
  text-align: left;
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
  color: #16242f;
  margin-left: 15px;
}
.page .call-to-action .text h2 {
  font-size: 76px;
  margin: 0;
}
.page .call-to-action .text p {
  font-size: 21px;
  font-style: italic;
  margin-top: -15px;
}
.page .call-to-action .body p {
  font-size: 14px;
  color: #c6c6c6;
}
.page .call-to-action .body .buy-it:focus {
  outline: 0;
  text-decoration: none;
}
.page .call-to-action .body .buy-it:hover {
  background: #286f37;
  text-decoration: none;
}
.page .call-to-action .body .buy-it {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 25px;
  background: #16242f;
  color: #fff;
  border-radius: 5px;
  padding: 20px 70px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.page .description .desc {
  color: #16242f;
  font-family: 'Philosopher', sans-serif;
}
.page .description .short-info {
  text-align: center;
  color: #16242f;
  font-family: 'Philosopher', sans-serif;
}
.page .description .short-info h3 {
  font-size: 39px;
}
.page .description .short-info p {
  font-size: 12px;
}
.page .description .short-info .fa {
  font-size: 12px;
  vertical-align: middle;
}
.page .description .desc {
  margin-top: 30px;
}
.page .description .desc p {
  line-height: 32px;
  color: #7b7979;
  font-size: 14px;
}

.page .articles {
  margin-top: 70px;
}
.page .articles ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page .articles .main-slider-controls .fa {
  position: relative;
  top: 50%;
  margin-top: -4px;
}
.page .articles .main-slider-controls {
  position: absolute;
  z-index: 9;
}
.page .articles .main-slider-controls .next-post {
  margin-left: 32px;
}
.page .articles .main-slider-controls a:hover {
  background: #d0af82;
}
.main .video-section .video-slider-controls a,
.page .articles .main-slider-controls a {
  text-decoration: none;
  color: #fff;
  background: #a28761;
  position: absolute;
  display: inline-block;
  height: 65px;
  width: 32px;
  text-align: center;
  font-size: 12px;
}
.page .articles .body {
  position: relative;
}
.page .articles .body img {
  max-width: 100% !important;
  height: auto;
}
.wp-caption {
  max-width: 100%;
  height: auto;
}
.page .articles .controls {
  width: 61px;
}
.page .articles .header {
  background: #fff;
}
.page .articles .header .info {
  height: 65px;
  padding-left: 168px;
}
.page .articles .header .info p,
.page .articles .header .info a {
  display: inline-block;
  color: #2e3a44;
}
.page .articles .header .info p {
  font-size: 14px;
  color: #2e3a44;
  position: relative;
  top: 50%;
  margin-top: -10px;
}
.page .articles .header .info a {
  font-family: 'Philosopher', sans-serif;
  font-style: italic;
  font-size: 28px;
  margin-left: 40px;
  position: relative;
  top: 50%;
  margin-top: -20px;
}
.page .testimonials {
  margin-top: 65px;
}
.page .testimonials .wrapper {
  border-left: 6px solid #ee452c;
  padding: 30px 55px 45px 45px;
  background: #fff;
}
.page .testimonials .wrapper {
  font-family: 'Philosopher', sans-serif;
  font-style: italic;
  font-size: 21px;
  color: #16242f;
}
.page .testimonials .wrapper .author {
  margin-top: 25px;
}
.page .testimonials .wrapper .author span,
.page .testimonials .wrapper .author a {
  display: inline-block;
}
.page .testimonials .wrapper .author a {
  font-style: normal;
  color: #579bd3;
  font-weight: 700;
}
.page .testimonials .wrapper .author span {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
  color: #5b5b5b;
  vertical-align: bottom;
  margin: 0 0 5px 20px;
}
.page .testimonials .short-description {
  font-size: 14px;
  line-height: 32px;
  color: #7b7979;
  margin-top: 70px;
}
.page .testimonials .list {
  margin-top: 20px;
}
.page .testimonials .list {
  padding-left: 80px;
}
.page .testimonials .list li:before {
  content: "-"; 
  position: relative; 
  left: -5px;
}
.page .testimonials .list li {
  text-indent: -5px; 
  list-style-type: none;
  color: #7b7979;
  font-size: 14px;
  line-height: 32px;
}

.page .head {
  text-align: center;
  color: #16242f;
  font-family: 'Philosopher', sans-serif;
}
.page .head h3 {
  font-size: 39px;
}
.page .head p {
  font-size: 12px;
}
.page .head .fa {
  font-size: 12px;
  vertical-align: middle;
}

.page .interesting-info {
  background: #fff;
  margin-top: 90px;
  color: #16242f;
  font-family: 'Philosopher', sans-serif;
  padding: 85px 0;
  border-bottom: 1px solid #e3e3e3;
}
.page .interesting-info .item {
  text-align: center;
}
.page .interesting-info .item .count {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.page .interesting-info .item span {
  font-size: 63px;
}
.page .interesting-info .item-name p {
  font-size: 21px;
  font-style: italic;
}
.page .interesting-info .item .count i {
  height: 45px;
  width: 45px;
  border: 1px solid #e3e3e3;
  text-align: center;
  padding-top: 15px;
  margin: 0 25px 23px 0;
  vertical-align: bottom;
}
.page .interesting-info-item {
  padding: 0;
}
.page .statistics {
  margin-top: 70px;
}

/* Timeline */
.page .timeline {
  padding: 65px 0  95px 0;
  background: #fff;
}
.page .timeline .timeline-wrapper {
  margin-top: 60px;
}
.page .timeline .timeline-item {
  position: relative;
  padding: 0 90px;
}
.page .timeline .col-md-3 {
  padding-right: 0;
}
.page .timeline .col-md-9 {
  border-left: 1px solid #ececec;
  padding-left: 60px;
}
.page .timeline .timeline-item .content-wrapper {
  margin-bottom: 30px;
}
.page .timeline .date-wrapper {
  z-index: 3;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.page .timeline .date-wrapper .point {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #16242f;
  top: 15px;
  right: -10px;
}
.page .timeline .date-wrapper .date {
  width: 140px;
  height: 45px;
  border: 1px solid #cecece;
  border-radius: 25px;
  text-align: center;
  background: #fff;
  margin-bottom: -20px;
}
.page .timeline .date-wrapper .date p {
  font-size: 12px;
  color: #a28761;
  font-style: italic;
  position: relative;
  top: 50%;
  margin-top: -7px;
}
.page .timeline .content-wrapper .title h3 {
  font-family: 'Philosopher', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
}
.page .timeline .content-wrapper {
  padding-bottom: 50px;
}
.page .timeline .content-wrapper .body p {
  font-size: 14px;
  line-height: 21px;
  color: #7b7979;
}
.page .timeline .slider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page .timeline .slider .image {
  margin: 45px 0 30px 0;
}
.page .timeline .slider .image {
  width: 100%;
}
.page .timeline .slider .image img {
  max-width: 100%;
  height: auto;
}
.page .timeline-slider-controls {
  margin-top: 25px;
}
.page .timeline-slider-controls a:hover {
  border-color: #16242f;
}
.page .timeline-slider-controls a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #ececec;
  text-decoration: none;
  color: #16242f;
  text-align: center;
  padding-top: 7px;
}
.page .timeline-slider-controls .next-post {
  margin-left: 90px;
}

.page .slider .slider-count {
    color: #16242f;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0 0 -110px;
}

.page .about-slider .slider-count {
  position: absolute;
  left: 120px;
  top: 24px;
  z-index: 11;
  font-size: 14px;
  color: #16242f;
}

/* News letter */
.page .main .news-letter {
  background: #eeeeee;
  padding: 50px 80px;
}
.page .news-letter .subscribe{
  background: #fff;
  padding: 35px 100px 35px 50px;
}
.page .news-letter .subscribe h3 {
  font-family: Arial, sans-serif;
  margin: 0 0 25px 0;
  font-size: 24px;
  color: #2e3a44;
}
.page .news-letter .subscribe input {
  outline: none;
}
.page .news-letter .subscribe .form {
  width: 100%;
  position: relative;
  border: 1px solid #f0f0f0;
}
.page .news-letter .subscribe .result-container,
.page .news-letter .subscribe .subscribe-email {
  width: 100%;
  padding: 16px 70px 16px 10px;
}
.page .news-letter .subscribe .result-container{
}

footer .result-container{
  font-size: 13px;
  color: #fff;
  padding-top: 4px;
}

.page .news-letter .subscribe .submit-email:hover + .fa {
  background: #f0f0f0;
}
.page .news-letter .subscribe .submit-email {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 54px;
  background: transparent;
  border: 2px solid #f0f0f0;
  border-left: 3px solid #f0f0f0;
  z-index: 3;
}
.page .news-letter .subscribe .fa {
  position: absolute;
  font-size: 16px;
  color: #16242f;
  background: #fff;
  right: 2px;
  top: 2px;
  height: 49px;
  width: 49px;
  text-align: center;
  padding-top: 15px;
  z-index: 1;
}
.page .news-letter .social .col-xs-12 {
  padding: 0;
}
.page .news-letter .social ul {
  margin-bottom: 30px;
}
.page .news-letter .social li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}
.page .news-letter .social li a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.page .news-letter .social li a:hover {
  opacity: 0.9;
}
.page .news-letter .social .gp a {
  background: #e02f2f;
}
.page .news-letter .social .fb a {
  background: #566dac;
}
.page .news-letter .social .tw a {
  background: #2ca7e0;
}
.page .share-button .stLarge,
.page .news-letter .social .fa {
  font-size: 16px;
  margin: 3px 10px 0 0;
}

.respond-area h3:not(p),
.cooment-respond h3 {
  font-family: 'Arial Black', sans-serif;
  font-weight: 900;
}
.respond-area h3,
.comment-respond h3 {
  font-family: 'Arial Black', sans-serif;
  display: inline-block;
  margin: 0 0 25px 0;
  font-size: 22px;
  text-transform: uppercase;
  
  text-align: center;
  color: #16242f;
  background: #fff;
  padding: 12px 30px;
  border-top: 6px solid #16242f;
}
.comments-box .head-title,
.comments-wrapper .head-title {
  display: inline-block;
  margin: 0;
  font-size: 22px;
  text-align: center;
  color: #16242f;
  background: #fff;
  padding: 15px 30px 0 30px;
  border-top: 6px solid #16242f;
}
.comments-wrapper .head-title h3,
.comments-box .head-title h3 {
  margin: 0;
  font-family: 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.comments-wrapper .head-title p,
.comments-box .head-title p {
  font-size: 12px;
}
.respond-area h3 p,
.comment-respond h3 p {
  font-family: 'Arial', sans-serif;
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
}

.page .reply-comments {
  margin-top: 40px;
  padding-bottom: 70px;
  background: #eeeeee;
}
.page .reply-comments .comments-wrapper {
  padding: 0 0 0 50px;
}
.page .reply-comments .reply-wrapper {
  padding: 0 50px;
}
.page .reply-comments .respond-area {
  margin-top: 40px;
}
.page .reply-name:focus, .blogspot .reply-name:focus, 
.page .reply-email:focus, .blogspot .reply-email:focus,
.page .reply-website:focus, .blogspot .reply-website:focus,
.page .reply-comment:focus, .blogspot .reply-comment:focus {
  outline: none;
  color: #16242f;
  border: 1px solid #16242f;
}
.page .reply-name, .blogspot .reply-name,
.page .reply-email, .blogspot .reply-email,
.page .reply-website, .blogspot .reply-website,
.page .reply-comment, .blogspot .reply-comment,
.page  .form-submit .submit, .blogspot .form-submit .submit {
  color: #16242f;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 10px;
  background: transparent;
  border: 1px solid #cecece;
}
.page .reply-comment,
.blogspot .reply-comment {
  height: 130px;
  resize: none;
}
.page .form-submit .submit:focus,
.blogspot .form-submit .submit:focus {
  outline: none;
}
.page .form-submit .submit:hover,
.blogspot .form-submit .submit:hover {
  background: #4492d0;
  color: #fff;
}
.page .form-submit .submit,
.blogspot .form-submit .submit {
  border: none;
  border-radius: 5px;
  background: #fff;
  font-family: 'Arial Black', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
}

.page .comments-box {
  margin-top: 40px;
}
.page .comments-box .comment-avatar,
.blogspot .comments-box .comment-avatar {
  height: 65px;
  width: 65px;
  border: 5px solid #fff;
  border-radius: 3px;
}
.page .comments-box .comment,
.blogspot .comments-box .comment {
  font-family: 'Arial', sans-serif;
  font-weight: 500;
}
.page .comments-box .comment h4,
.blogspot .comments-box .comment h4 {
  font-size: 17px;
  color: #16242f;
}
.page .comments-box .comment p,
.blogspot .comments-box .comment p {
  font-size: 14px;
  color: #909090;
}

.page .main .facebook {
  margin-top: 40px;
  background: #fff;
}
.page .main .facebook .facebook-wrapper {
  padding: 0 50px;
}
.page .main .facebook-feed-wrapper {
  margin: 40px 0 60px 0;
}
.sidebar .fb_iframe_widget,
.sidebar .fb_iframe_widget span,
.sidebar .fb_iframe_widget iframe[style] {
  width: 100% !important;
}

.comments-area .ul-comments .comment .comment-reply,
.comment-respond .comment-reply-title small a{
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  font-size: 10px;
  
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #cecece;
  border-radius: 10px;
  text-decoration: none;
}

.comments-area .ul-comments .comment .comment-reply{
  padding: 2px 10px;
  line-height: 1.5em;
}

.comments-area .ul-comments .comment .comment-reply a,
.comment-respond .comment-reply-title small a{
  color: #16242f;
}

.comments-area .ul-comments .comment .comment-reply a:hover,
.comment-respond .comment-reply-title small a:hover{
  color: #4492d0;
  text-decoration: none;
}

.comment-respond .comment-reply-title small{
  position: relative;
  top: 12px;
}

.comments-area .ul-comments .comment .comment-reply .fa {
  margin: 2px 0 0 5px;
}
.comments-area .ul-comments .comment .comment-reply:hover,
.comments-area .ul-comments .comment .comment-reply:hover a,
.comment-respond .comment-reply-title small a:hover {
  background: transparent;
  border-color: #4492d0;
  color: #4492d0;
}
.comments-area .ul-comments .comment .date {
  font-size: 12px;
  color: #16242f;
  display: block;
  margin-top: 20px;
}
.comments-area .ul-comments .comment .comment-block p {
  border-bottom: 1px solid #e0e0e0;
}
.comments-area .ul-comments .comment .comment-block p {
  margin-top: 20px;
}
/* === END ABOUT PAGE === */

/* === START BLOGSPOT PAGE === */
.wp-caption {
  max-width: 100%;
}
.main-article .container img {
  max-width: 100%;
}
li.post {
  width: 100%;
}
li.post .row.no-image .description {
  display: block;
  width: 100%;
}
.blogspot .main-content {
  padding: 0;
}

/* Table styling */

.main-article table,
.comment-block table {
  width: 100%;
}


/*.main-article table, .main-article th, .main-article td,
.comment-block table, .comment-block th, .comment-block td {
  border: 1px solid #16242f;
}
.main-article td, .main-article th,
.comment-block td, .comment-block th {
  padding: 10px 15px;
}*/

/* Start Table */
/*.main-article table a,
.comment-block table a {
  color: #fff;
  text-decoration: none;
}
.comment-block table a {
  color: #333;
}
.main-article table,
.comment-block table { 
  width: 100%; 
  border-collapse: collapse; 
}

.main-article tr:nth-of-type(odd),
.comment-block tr:nth-of-type(odd) { 
  background: #eee; 
}
.main-article th,
.comment-block th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
.main-article td, .main-article th,
.comment-block td, .comment-block th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}*/

table a,
table a {
  color: #fff;
  text-decoration: none;
}
table a {
  color: #333;
}
table,
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
body:not(.sidebar) tr:nth-of-type(odd),
body:not(.sidebar) tr:nth-of-type(odd) { 
  background: #eee; 
}
th,
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th,
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  .main-article table, .main-article thead, .main-article tbody, .main-article th, .main-article td, .main-article tr,
  .comment-block table, .comment-block thead, .comment-block tbody, .comment-block th, .comment-block td, .comment-block tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .main-article thead tr,
  .comment-block thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .main-article th,
  .comment-block th {
    display: none;
  }
  .main-article tr, .comment-block tr { border: 1px solid #ccc; }
  
  .main-article td,
  .comment-block td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 60%; 
  }
  
  .main-article td:before,
  .comment-block td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 65%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  
  /*
  Label the data
  */
  .main-article td:nth-of-type(1):before, .comment-block td:nth-of-type(1):before { content: ""; }
  .main-article td:nth-of-type(3):before, .comment-block td:nth-of-type(3):before { content: "Single theme"; }
  .main-article td:nth-of-type(2):before, .comment-block td:nth-of-type(2):before { content: "Standard subscription"; }
  .main-article td:nth-of-type(4):before, .comment-block td:nth-of-type(4):before { content: "Developer Subscription"; }
  .main-article td:nth-of-type(5):before, .comment-block td:nth-of-type(5):before { content: "Lifetime Subscription"; }
  .main-article td:nth-of-type(6):before, .comment-block td:nth-of-type(6):before { content: ""; }
  .main-article td:nth-of-type(7):before, .comment-block td:nth-of-type(7):before { content: ""; }
  .main-article td:nth-of-type(8):before, .comment-block td:nth-of-type(8):before { content: ""; }
  .main-article td:nth-of-type(9):before, .comment-block td:nth-of-type(9):before { content: ""; }
  .main-article td:nth-of-type(10):before, .comment-block td:nth-of-type(10):before { content: ""; }
}
/* End test */

/* End table styling */

blockquote,
blockquote {
  border-color: #16242f;
}
blockquote p,
blockquote p {
  font-family: 'Philosopher', sans-serif;
  font-size: 24px !important;
  font-style: italic;
  color: #16242f !important;
}
tablockquote p {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}


ul,
ol {
  margin-left: 20px;
}

.main-article .body li ul,
.comments-box li ul
.main-article .body li ol,
.comments-box li ol
.main-article .body li ul,
.comments-box li ul,
.main-article .body li ol,
.comments-box li ol {
  margin: 0;
  padding-left: 30px !important;
}

.sidebar ul {
  margin: 0;
}

.main-article iframe {
  max-width: 100%;
}

.blogspot .main-content .main-article {
  background: #fff;
}
.blogspot .main-content .main-article .share-buttons li {
  display: inline-block;
  list-style-type: none;
  margin-right: 8px;
}
.blogspot .main-content .main-article .share-buttons li a {
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  background: rgba(134, 66, 123, 0.4);
  padding-top: 5px;
  color: #fff;
}
.blogspot .main-content .main-article .share-buttons .facebook a {
  background: #6f87ba;
}
.blogspot .main-content .main-article .share-buttons .twitter a {
  background: #98ccf4;
}
.blogspot .main-content .main-article .share-buttons .pinterest a {
  background: #fc4761;
}
.blogspot .main-content .main-article .share-buttons .instagram a {
  background: #7a5e36;
}
.blogspot .main-content .main-article .share-buttons .dribbble a {
  background: #ef269c;
}
.blogspot .main-content .main-article .share-buttons .vimeo a {
  background: #63c5e9;
}

.blogspot .main-article li.like a {
  text-decoration: none;
  margin-left: 10px;
}
.blogspot .main-article li.like a i {
  color: #16242f;
  font-size: 14px;
  margin-bottom: -2px;
}
.blogspot .main-article li.like a.liked i {
  color: #ee452c;
}
.blogspot .main-article li.like a p {
  display: inline-block;
  margin-left: 5px;
  color: #16242f;
}

.page .share-buttons .stButton{
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
}

.main .main-article .share-buttons .stButton{
    display: inline-block;
    list-style-type: none;
}


.main .main-article .share-buttons .stButton{
  margin: 0
}

.main .main-article .share-buttons .st_youtube_large,
.main .main-article .share-buttons .st_facebook_large,
.main .main-article .share-buttons .st_twitter_large,
.main .main-article .share-buttons .st_pinterest_large,
.main .main-article .share-buttons .st_instagram_large{
  display: block;
}


.page .share-buttons .stButton:hover{
  opacity: 0.9;
}

.page .share-buttons .st_facebook_large .stButton{
    background: none repeat scroll 0 0 #566dac;
}

.main .main-article .share-buttons .st_facebook_large .stButton{
    background: none repeat scroll 0 0 #6f87ba;
}


.page .share-buttons .st_twitter_large .stButton{
    background: none repeat scroll 0 0 #2ca7e0;
}

.main .main-article .share-buttons .st_twitter_large .stButton{
    background: none repeat scroll 0 0 #98ccf4;
}

.page .share-buttons .st_googleplus_large .stButton{
    background: none repeat scroll 0 0 #e02f2f;
}

.main .main-article .share-buttons .st_youtube_large  .stYoutube,
.main .main-article .share-buttons .st_pinterest_large .stButton{
    background: none repeat scroll 0 0 #fc4761;
}

.main .main-article .share-buttons .st_instagram_large .stButton{
    background: none repeat scroll 0 0 #7a5e36;
}


.page .share-buttons .stLarge{
    margin: 3px 10px 3px 0;
    position: relative;
    background-image: none !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: auto;
    height: auto;
}

.main .main-article .share-buttons .st_youtube_large  .stYoutube,
.main .main-article .share-buttons .stLarge{
    display: block;
    position: relative;
    background-image: none !important;
    
    border-radius: 4px;
    color: #fff;
    padding-top: 5px;
    height: 25px;
    width: 25px;

    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}


.page .share-buttons .stLarge:after{
  font-family: "Helvetica Neue", helvetica,​ arial, ​sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
  vertical-align: top;
}

.page .share-buttons .st_facebook_large .stLarge:after{
  content: "Facebook";
}
.main .main-article .share-buttons .st_facebook_large .stLarge:before,
.page .share-buttons .st_facebook_large .stLarge:before{
  content: "\f09a";
}

.page .share-buttons .st_twitter_large .stLarge:after{
  content: "Twitter";
}
.main .main-article .share-buttons .st_twitter_large .stLarge:before,
.page .share-buttons .st_twitter_large .stLarge:before{
  content: "\f099";
}

.page .share-buttons .st_googleplus_large .stLarge:after{
  content: "Google+";
}

.main .main-article .share-buttons .st_googleplus_large .stLarge:before,
.page .share-buttons .st_googleplus_large .stLarge:before{
  content: "\f0d5";
}

.main .main-article .share-buttons .st_pinterest_large .stLarge:before{
  content: "\f0d2";
}

.main .main-article .share-buttons .st_instagram_large .stLarge:before{
  content: "\f16d";
}

.main .main-article .share-buttons .st_youtube_large  .stYoutube:before{
  content: "\f167";
}

.main .main-article .share-buttons .st_youtube_large  .stYoutube:before,
.main .main-article .share-buttons .stLarge:before,
.page .share-buttons .stLarge:before{
  font-family: "FontAwesome";
  font-size: 16px;
}

.main .main-article .share-buttons .st_youtube_large  .stYoutube{
  top: 0;
  border-radius: 0;
  margin: 0;
  padding: 4px 0 0;
}

.main .main-article .share-buttons .st_youtube_large  .stYoutube a{
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  background: transparent;
}

.main .main-article .share-buttons .st_youtube_large  .stYoutube img{
  display: none;
}

.blogspot .title h3 {
  font-family: 'Philosopher', sans-serif;
  font-size: 31px;
  line-height: 29px;
  color: #16242f;
  font-weight: 700;
  margin: 0 0 35px 0;
}

.blogspot .post-info {
  border-right: 1px solid #16242f;
}
.blogspot .post-info li {
  list-style-type: none;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  color: #16242f;
  line-height: 32px;
}
.blogspot .post-info li span {
  font-family: 'Arial Black', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.blogspot .post-info li.tags {
  font-style: italic;
}

.blogspot .post-info li.tags > div{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 10px;
    vertical-align: middle;
    width: 100px;
}

.blogspot .post-info li.tags span {
  font-style: normal;
}
.blogspot .post-info li.tags a{
  color: #16242f;
}
.blogspot .image img {
  width: 100%;
}
.blogspot .main-article .header,
.blogspot .main-article .body {
  padding: 0 50px;
} 
.blogspot .main-article .header {
  padding: 45px 50px;
}
.blogspot .main-article .header .title {
  padding-left: 20px;
}

.blogspot .main-article .body {
  padding: 45px 50px 60px 50px;
}
.blogspot .main-article .body p {
  font-size: 14px;
  color: #7b7979;
  line-height: 32px;
}
.blogspot .main-article .body .testimonials {
  position: relative;
  margin: 45px 0 45px 0;
  padding: 30px 0 30px 0;
  border-top: 2px solid #ee452c;
  border-bottom: 2px solid #ebe9e9;
}
.blogspot .main-article .body .testimonials p {
  font-family: 'Philosopher', sans-serif;
  font-style: italic;
  font-size: 17px;
  color: #16242f;
  margin: 0;
}
.blogspot .main-article .body .testimonials .fa {
  position: absolute;
  text-align: center;
  width: 70px;
  height: 20px;
  color: #ee452c;
  background: #fff;
  margin-top: -34px;
  left: 50%;
  margin-left: -35px;
}
.blogspot .main-article .inner-list {
  padding: 40px 0 50px 0;
}
.blogspot .main-article .inner-list .list {
  margin-left: 20px;
}
.blogspot .main-article .inner-list .list li {
  list-style-type: circle;
}
.blogspot .main-article .inner-list .list li p {
  margin-left: 20px;
}

.blogspot .similar-posts {
  margin-top: 60px;
  background: #fff;
}
.blogspot .similar-posts .body {
  padding: 40px 0 0 0;
}
.blogspot .similar-posts .post {
  text-align: center;
  padding: 0 40px;
  padding-bottom: 50px;
}
.blogspot .similar-posts .post .image {
  position: relative;
}
.blogspot .similar-posts .post .details-hover:hover {
  opacity: 1;
}
.blogspot .similar-posts .post .details-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.blogspot .similar-posts .post .details-hover a {
  position: relative;
  top: 50%;
  margin-top: -40px;
}
.blogspot .similar-posts .post:first-child {
  border-right: 1px solid #f2f2f2;
}
.blogspot .similar-posts .header {
  font-family: 'Philosopher', sans-serif;
  color: #16242f;
  background: #f2f2f2;
  padding: 15px 0 15px 20px;
}
.blogspot .similar-posts .header h3 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.blogspot .similar-posts .header p {
  font-size: 12px;
  margin: 0 0 0 25px;
}
.blogspot .similar-posts .header .fa {
  font-size: 12px;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 7px;
}
.blogspot .similar-posts .info li {
  list-style-type: none;
  display: inline-block;
}
.blogspot .similar-posts .title {
  padding: 20px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}
.blogspot .similar-posts .title h3 {
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.blogspot .similar-posts .title a {
  color: #16242f;
}
.blogspot .similar-posts .post .info li {
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #16242f;
  margin-right: 10px;
  padding-right: 15px;
}
.blogspot .similar-posts .post .info li a {
  color: #16242f;
}
.blogspot .similar-posts .post .info li.date,
.blogspot .similar-posts .post .info li.author {
  border-right: 2px solid #16242f;
}

.blogspot .comments-area {
  margin-top: 40px;
}
.blogspot .comments-box,
.blogspot .comment-respond {
  background: #eee;
  padding: 0 50px 60px 50px;
}
.blogspot .reply-form {
  margin-top: 30px;
}
.blogspot .reply-form form {
  margin-top: 40px;
}
.blogspot .main-article .body embed {
  width:100%;
}

.post.tag-gallery .description {
  padding-right: 15px;
}
/* === END BLOGSPOT PAGE === */

/* === START ERROR PAGE === */

.error-404{
    margin-top: 60px;
}

.error-404 .error-title .entry-title{
  font-size: 38px;
  padding-top: 20px;
}

.error-search .search-form{
   transform: translate(0, 0);
   -moz-transform: translate(0, 0);
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   -o-transform: translate(0, 0);
   margin: 40px auto 0;
   width: 400px;
}

.error-search .search-form .fa-search{
    color: #cacaca;
    font-size: 14px;
    margin-left: 10px;
    position: absolute;
    top: 9px;
}

.error-search .search-form .search-line{
    border: 1px solid #cacaca;
    font-family: Arial,sans-serif;
    font-size: 11px;
    padding: 8px 25px 8px 35px;
    width: 100%;
}

.error-search .search-form .search-button{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cacaca;
    font-family: Arial,sans-serif;
    font-size: 11px;
    height: 100%;
    left: 0;
    margin-left: 0;
    padding: 0;
    position: absolute;
    width: 32px;
}

.error-search .search-form .search-button:hover{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}

.error-search .error-line{
  display: block;
  background: 1px solid #eee;
  height: 1px;
  width: 100%;
}

.error-msg{
  padding-top: 10px;
}

/* === END ERROR PAGE === */


/* === START RESPONSIVE === */
@media (min-width: 992px) and (max-width: 1200px) {
  /* === HEADER === */
  .header .links li {
    padding: 14px 14px;
  }
  /* === SIDEBAR === */
  .sidebar .section {
    padding: 35px 15px 0 15px;
  }
  .sidebar .hot .title  {
    width: 140px;
    margin-top: -11px;
    margin-left: 5px;
  }
  .sidebar .video .video-wrapper {
    display: inline-block;
    width: 80px;
    padding-right: 50px;
  }
  .sidebar .video .video-wrapper:nth-child(1),
  .sidebar .video .video-wrapper:nth-child(3) {
    border: none;
  }
  .sidebar .video .video-wrapper:nth-child(3),
  .sidebar .video .video-wrapper:nth-child(4) {
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) { }  
@media (max-width: 1200px) {
  /* === START FOOTER === */
  .contact-info-wrapper {
    padding: 30px;
    margin-left: -70px;
  }
  .footer .news-letter {
    right: -50px;
  }
  /* === DROPDOWN === */
  .dropdown-body .categories ul:first-child {
    margin-right: 20px;
  }
  .latest-posts .posts li {
    margin-right: 12px;
  }

  /* === POSTS === */
  .post-section .post .description .details {
    padding: 0 20px 10px 30px;
  }
  .post-section .post .description .preview {
    padding: 0 20px 0 30px;
  }
}
@media (min-width: 992px) {
.links-and-breaking {
  position: relative;
  background: #16242f;
   }
   .links-and-breaking .breaking-news {
    display: table-cell;
    float: none;
    vertical-align: middle;
   }
   .links-and-breaking .links {
    vertical-align: top;
   }
}
@media (max-width: 992px) {
  /* === HEADER === */
  .header .links .social {
    left: 98%;
  }
  .hide-nav {
    display: none;
  }
  .header .links {
    height: 45px;
  }
  .header .links ul.menu {
    position: absolute;
    z-index: 32;
    width: 100%;
    top: 95px;
  }
  .top-header form {
    width: 100%;
  }
  .header .links li {
    height: 45px;
  }
  .header .links #main_nav li {
    display: block;
    background: #16242f;
  }
  .header .links #main_nav li a{
    display: block;
  }
  .header .links #main_nav li:hover {
    background: #2c3943 !important;
  }
  .header .nav-menu:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header .nav-menu {
    height: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 0 15px;
  }
  .header .nav-menu i,
  .header .nav-menu p {
    display: inline-block;
    color: #fff;
    margin: 0;
    padding: 0;
  }
  .header .nav-menu p {
    font-family: 'Arial Black', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    top: 50%;
    margin-top: -9px;
    letter-spacing: 0.1em;
    margin-left: 10px;
  }
  .header .nav-menu i {
    position: relative;
    top: 50%;
    margin-top: -7px;
  }
  .breaking-news {
    right: 0;
  }
  /* === START BLOGSPOT PAGE === */
  .blog-posts-ar {
    margin-top: 5px;
  }
  .blogspot .post-info {
    border: none;
  }
  .blogspot .post-info li {
    display: inline-block;
    margin-right: 30px;
  }
  .blogspot .main-article .header .title {
    padding: 0;
    margin-top: 35px;
  }
  /* === END BLOGSPOT PAGE === */

  /* === START ABOUT PAGE === */
  .page .timeline .col-md-9 {
    border: none;
    padding: 0;
  }
  .page .timeline .col-md-3 {
    padding: 0;
    margin-bottom: 40px;
  }
  /* === END ABOUT PAGE === */

  /* === SIDEBAR === */
  .sidebar {
    margin-top: 30px;
    padding: 0;
  }
  .sidebar .hot li {
    display: inline-block;
    margin-right: 15px;
  }
  .sidebar .categories li {
    display: inline-block;
    margin-right: 15px;
  }
  .sidebar .video .video-wrapper {
    margin-right: 15px;
  }
  .sidebar .video .video-wrapper:nth-child(1),
  .sidebar .video .video-wrapper:nth-child(2) {
    padding-bottom: 0;
  }
  .sidebar .video .video-wrapper:nth-child(1),
  .sidebar .video .video-wrapper:nth-child(3) {
    border: none;
  }
  .sidebar .video .video-wrapper:nth-child(3),
  .sidebar .video .video-wrapper:nth-child(4) {
    border: none;
    padding-top: 0;
  }
  .sidebar .video .video-wrapper:nth-child(2),
  .sidebar .video .video-wrapper:nth-child(4) {
    padding: 0;
  }
  .sidebar .big-header {
    margin: -30px 0 0 13px;
  }
  /* === COMMENTS AREA ===  */
  .comments-area .ul-comments .comment .comment-reply {
    margin-right: 20px;
  }

  .logged-in-as{
    font-family: "Arial",​ sans-serif;
    color: #747474;
  }
  /* === FOOTER === */
  .footer .contact {
    text-align: center;
  }
  .footer .footer-widget {
    margin-bottom: 25px;
  }
  .footer .contact .links {
    margin-bottom: 25px;
  }
  .footer .social-icons ul {
    margin-top: 25px;
    margin-right: 0;
  }
  .footer .contact ul.links {
    margin-left: 0;
  }
  .footer .contact li {
    display: inline-block;
    margin-left: 10px;
  }
  .footer .contact-info-wrapper {
    text-align: left;
  }
  .contact-info-wrapper {
    padding: 30px 50px;
    margin-left: 0;
  }
  .footer .social-icons .row {
    text-align: center;
  }

  /* === DROPDOWN === */
  .drop {
    z-index: 99;
    margin-top: -11px;
    top: 90px;
  }
  .dropdown-body .categories,
  .dropdown-body .hot-news,
  .dropdown-body .dropdown-banner {
    margin-bottom: 25px;
  }
  .dropdown-body .dropdown-banner {
    margin-top: 10px;
  }
  .dropdown-body .categories ul {
    display: block;
    border: none;
  }
  .dropdown-body .categories ul li {
    float: left;
    margin-right: 10px;
    padding: 0 25px 0 0;
  }
}
@media (max-width: 768px) {
  .fix {
    margin: 0;
  }
  .col-fix {
    padding: 0;
  }
  /* ===  HEADER ===  */
  .search-box {
    border: none;
  }

  /* === MAIN STYLING === */
  /* Main article */
  .posts-page .post-wrapper .border {
    display: none;
  }
  .main .content {
    padding: 0;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .main .content p {
    padding: 0 30px;
  }
  .main .read-more {
    margin-left: 30px;
    cursor: pointer;
  }
  .main-article .preview {
    padding: 0 30px;
  }
  .main .main-article .details {
    margin-top: 0;
  }
  .main .main-article .details a,
  .main .main-article .details i {
    display: block;
  }
  .main .main-article .details a {
    margin-top: 5px;
  }
  .main .main-article .details .comments div,
  .main .main-article .details .author div,
  .main .main-article .details .category div {
    position: relative;
    top: 0;
    margin-top: 5px;
  }
  .main .main-article .details .comments,
  .main .main-article .details .author,
  .main .main-article .details .category {
    width: 25%;
    color: #455059;
  }
  /* Post section */
  .post-section .post .row.no-image .description .details .date {
    /*margin-left: -20px;*/
  }
  .post-section .post .row.no-image .description .details .likes {
    margin-right: -10px;
  }
  .post-section .post .description .details,
  .post-section .post .description .preview {
    padding: 0 20px 0 20px;
  }
  .main .slider-controls {
    top: 20%;
    padding: 0 50px;
  }
  .main .slider-controls .next-post:hover {
    margin-left: -198px;
  }
  .main .slider-controls .next-post {
    margin-left: -93px;
  }
  .post-section .image-wrapper {
    position: inherit;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  .post-section .description .author-and-coments .comments {
    margin-right: 0;
  }
  .post-section .post .image img {
    width: 100%;
    height: auto;
  }

  .blogspot .main-article .body {
    padding: 0 20px;
  }
  .blogspot .main-article .header {
    padding: 25px 20px;
  }

  .blogspot .comments-box, .blogspot .comment-respond {
    padding: 0 20px 30px 20px;
  }
  /* === HEADER === */
  .top-header input {
    width: 250px;
  }

  .reply-form {
    padding: 0;
  }

   .page .reply-comments .comments-wrapper {
    padding: 0;
  }
  .page .reply-comments .reply-wrapper {
    padding: 0;
  }
  .page .facebook .facebook-wrapper {
    padding: 0;
  }
  .post-section .post .row {
    display: block;
  }
  .post-section .post .image,
  .post-section .post .description {
    display: block;
  }
  .featured-articles {
    margin-top: 40px;
    margin-right: 15px;
  }
  .post-section {
    margin: 40px 0 30px 0;
  }
  .newest-posts .details, .newest-posts .preview {
    padding: 0 5px 0 15px;
  }
  .author-and-coments .comments {
    margin-left: 30px;
  }
  .pagination-links {
    padding-left: 15px;
  }

  .post-section .post .row:not(.no-image) .description .details {
    padding-top: 25px;
  }

  /* ==== SIDEBAR === */
  .sidebar .hot li {
    display: block;
  }

  /* === FOOTER === */
  .footer .contact-info {
    padding: 0 0 0 15px;
    margin-bottom: 150px;
  }
  .footer .news-letter {
    right: 50px;
    left: 50px;
    margin-top: 80px;
  }
  .footer .news-letter form {
    width: 100%;
  }

  /* === ABOUT PAGE === */
  .page .call-to-action {
    width: 75%;
    top: 20%;
    padding: 30px 10px;
  }
  .page .articles .header .info {
    padding-left: 74px;
  }
  .page .articles .header .info a {
    margin: -20px 0 0 0;
  }
  .page .short-description {
    padding: 0 15px;
  }
  .page .timeline .timeline-item {
    padding: 0 50px;
  }
  .page .news-letter {
    padding: 20px 30px;
  }
  .page .news-letter .subscribe .col-xs-12 {
    padding: 35px 50px 35px 50px;
  }
  .page .news-letter .social a {
    margin-top: 15px;
  }
  .page .reply-comments,
  .page .facebook {
    padding: 0 15px;
  }

  /* === CONTACT PAGE === */
  .contact-page .contacts {
    padding: 0 15px;
  }
  .contacts .head {
    text-align: left;
  }
  .contact-page .contacts .item {
    padding: 0 50px 0 0;
  }

  /* === POSTS PAGE === */
  .posts-page .post .image {
    display: inline-block;
  }

  /* === DROWPDOWN === */
  .blog-posts-ar {
    padding: 0;
  }
  .dropdown-body .hot-news .article {
    height: auto;
    padding: 0;
  }
  .dropdown-body .hot-news .row {
    padding-left: 14px;
  }
  .dropdown-body .categories ul {
    margin: 0;
    padding: 0;
    margin-left: 14px;
  }
  .dropdown-body .hot-news .article:nth-child(1) {
    border: none;
  }
  .dropdown-body .hot-news .article:nth-child(2) {
    border: none;
  }
  .dropdown-body .hot-news .article:nth-child(3) {
    border: none;
  }
  .dropdown-body .hot-news .article:nth-child(2),
  .dropdown-body .hot-news .article:nth-child(4) {
    padding: 0;
  }
  .dropdown-body .hot-news .article:nth-child(3) {
    padding: 0;
  }
  .dropdown-body .hot-news .article:nth-child(4) {
    padding: 0;
  }
  .contact-info-wrapper {
    padding: 20px 30px;
  }
}
@media (max-width: 500px) {
  /* === HEADER === */
  .top-header form {
    width: 75%;
    padding: 0;
  }
  .top-header form input {
    width: 100%;
  }
  .header .links .social {
    left: 96%;
  }

  /* === FOOOTER === */
  .footer .news-letter {
    padding: 20px 15px;
    right: 5px;
    left: 5px;
  }

  /* === MAIN === */
  .main .slider-controls {
    top: 10%;
    padding: 0 50px;
  }

  /* === SIDEBAR === */
  .sidebar .big-header {
    margin: -50px 0 0 22px;
  }

  /* === DROPDOWN === */
  .blog-posts-ar .wrapper p, 
  .blog-posts-ar .wrapper form {
    display: block;
  }
  .blog-posts-ar {
    height: 90px;
  }
  .blog-posts-ar .wrapper {
    text-align: center;
  }
  .blog-posts-ar .wrapper p {
    top: 0;
    margin: 0;
    padding-top: 15px;
  }
  .blog-posts-ar .wrapper form {
    height: auto;
    margin-top: 28px;
  }
  .dropdown .dropdown-banner p {
    margin: 0;
    top: 0;
  }
  .dropdown .dropdown-banner {
    height: auto;
    width: 100%;
    padding: 85px 0;
  }
}
/* === END RESPONSIVE === */