k/**
*    ___                     _____                             
*   |_  |                   |_   _|                            
*     | |_   _  __ _ _ __     | | ___  _ __   __ _ _ __   __ _ 
*     | | | | |/ _` | '_ \    | |/ _ \| '_ \ / _` | '_ \ / _` |
* /\__/ / |_| | (_| | | | |   | | (_) | | | | (_| | | | | (_| |
* \____/ \__,_|\__,_|_| |_|   \_/\___/|_| |_|\__,_|_| |_|\__, |
*                                                         __/ |
*                                                        |___/ 
**/
/*  GENERAL
/* ------------------------------------ */
html, body {
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 1.8; }

a {
  transition: all 300ms ease-out; }
a:hover, a:focus {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #333;
  line-height: 1.6; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 14px;
  font-weight: normal; }

h6 {
  font-size: 13px; }

p {
  margin-bottom: 20px; }

#preloader {
  z-index: 10001;
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed; }

#status {
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one screen */
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  /* is width and height divide by two */
  text-align: center; }
#status img {
  top: 50%;
  position: relative;
  margin-top: -50px; }

figure a {
  display: block;
  background: #c6bd59; }
figure a:hover img, figure a:focus img {
  opacity: .6; }
figure img {
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  display: block; }

.list-socmed {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  float: right; }
.list-socmed li {
  float: left;
  position: relative; }
.list-socmed li:first-child a {
  margin-left: 0; }
.list-socmed li a {
  color: #cccccc;
  font-size: 16px;
  width: 20px;
  text-align: center;
  margin-left: 20px; }
.list-socmed li a:hover, .list-socmed li a:focus {
  color: #c6bd59; }

.list-socmed-article {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #cccccc; }
.list-socmed-article li {
  display: inline-block; }
.list-socmed-article li:last-child a {
  margin-right: 0; }
.list-socmed-article a {
  color: #999999;
  font-size: 16px;
  margin-right: 20px; }
.list-socmed-article a:hover, .list-socmed-article a:focus {
  color: #c6bd59; }

.list-socmed-widget {
  list-style: none outside none;
  padding: 0;
  margin: 0; }
.list-socmed-widget li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }
.list-socmed-widget a {
  display: block;
  border: 2px solid #587e4d;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 44px;
  text-align: center;
  color: #587e4d;
  font-size: 28px;
  position: relative;
  overflow: hidden; }
.list-socmed-widget a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #c6bd59;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: -10px;
  opacity: 0;
  transition: all 300ms ease; }
.list-socmed-widget a:hover {
  border-color: #c6bd59; }
.list-socmed-widget a:hover i {
  color: #c6bd59; }
.list-socmed-widget a:focus:before {
  opacity: 1;
  -webkit-transform: scale(20);
      -ms-transform: scale(20);
          transform: scale(20); }
.list-socmed-widget a:focus i {
  color: white; }
.list-socmed-widget a i {
  color: #587e4d;
  position: relative;
  z-index: 1;
  transition: all 300ms ease; }

.list-dot-circle {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
.list-dot-circle li {
  position: relative;
  padding-left: 30px; }
.list-dot-circle li:before {
  content: "\f111";
  font-family: "FontAwesome";
  color: #c6bd59;
  top: 0;
  left: 0;
  font-size: 12px;
  position: absolute; }

.list-inline {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  margin: 20px 0 40px; }
.list-inline li {
  position: relative;
  display: inline-block;
  padding: 0 10px; }
.list-inline li:first-child {
  padding-left: 0; }
.list-inline li:last-child:after {
  background-color: transparent; }
.list-inline li:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  height: 15px;
  width: 1px;
  display: block;
  background: #cccccc; }

.line-separator {
  margin: 40px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 8px;
  width: 100%;
  clear: both; }

.small-thumb {
  width: 270px;
  height: 170px; }

.thumb-full img {
  width: 100%; }

.circle img {
  border-radius: 50%; }

.text-yellow {
  color: #c6bd59 !important; }

a.text-yellow {
  color: #c6bd59 !important; }
a.text-yellow:hover, a.text-yellow:focus {
  color: #9d9436 !important; }

.text-reset {
  text-transform: normal !important; }

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #cccccc; }

/*  HELPER
/* ------------------------------------ */
.clearboth {
  clear: both; }

.space10 {
  width: 100%;
  height: 10px; }

.space15 {
  width: 100%;
  height: 15px; }

.space20 {
  width: 100%;
  height: 20px; }

.space30 {
  width: 100%;
  height: 30px; }

.space40 {
  width: 100%;
  height: 40px; }

.bg-gray {
  background-color: #f5f5f5; }

.bg-white {
  background-color: white; }

/*  ELEMENTS
/* ------------------------------------ */
.btn {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  border-radius: 0;
  border: none;
  letter-spacing: 1px;
  transition: all 300ms ease;
  font-size: 12px; }

.btn-green {
  background: #587e4d;
  position: relative;
  overflow: hidden; }
.btn-green:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #c6bd59;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: -10px;
  opacity: 0;
  transition: all 300ms ease; }
.btn-green:hover {
  background: #32403a; }
.btn-green:hover span {
  color: white; }
.btn-green:focus {
  color: white; }
.btn-green:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
          transform: scale(10); }
.btn-green span {
  position: relative;
  z-index: 1;
  color: white; }

.btn-line {
  border: 1px solid transparent; }

.btn-line-green {
  border-color: #587e4d;
  position: relative;
  text-align: center;
  overflow: hidden; }
.btn-line-green:hover {
  border-color: #c6bd59; }
.btn-line-green:hover span {
  color: #c6bd59; }
.btn-line-green:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
          transform: scale(10); }
.btn-line-green:focus span {
  color: white; }
.btn-line-green:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #c6bd59;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: -10px;
  opacity: 0;
  transition: all 300ms ease; }
.btn-line-green span {
  z-index: 1;
  color: #587e4d;
  position: relative;
  transition: all 300ms ease; }

.btn-fullwidth {
  width: 100%;
  text-align: center; }
.btn-fullwidth:focus:before {
  -webkit-transform: scale(40);
      -ms-transform: scale(40);
          transform: scale(40); }

.btn-s {
  padding: 4px 20px; }

.btn-l {
  padding: 18px 68px; }
.btn-l:focus:before {
  -webkit-transform: scale(40);
      -ms-transform: scale(40);
          transform: scale(40); }

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="search"], textarea {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 12px 10px; }

textarea {
  resize: vertical; }

/*  FORM
/* ------------------------------------ */
.form-search input[type="text"] {
  padding-left: 30px; }
.form-search input[type="submit"] {
  text-indent: -9999px;
  background: url("../images/search.png") no-repeat scroll center center;
  position: absolute !important;
  vertical-align: top;
  height: 20px !important;
  width: 20px !important;
  padding: 0;
  top: 8px !important;
  left: 0 !important;
  border: none;
  margin-left: 5px; }

.form-subscribe input, .form-subscribe a {
  padding: 12px 10px;
  height: 50px;
  line-height: 25px; }
.form-subscribe input {
  margin-bottom: 20px; }
.form-subscribe a {
  font-size: 14px; }

.form-contact {
  margin-left: -15px; }
.form-contact .item {
  margin-bottom: 20px; }
.form-contact .item input, .form-contact .item textarea {
  border: 2px solid #cccccc; }
.form-contact .btn {
  margin-left: 15px; }

/*  SITE-HEADER
/* ------------------------------------ */
.site-header {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  position: relative;
  padding: 20px 0 15px;
  margin-bottom: 40px; }

.header-left {
  float: left;
  width: 25%; }

.header-right {
  float: right;
  width: 75%; }

.header-top, .header-bottom {
  width: 100%;
  float: right; }

.header-top {
  text-align: right;
  margin-bottom: 40px; }
.header-top .list-socmed {
  margin-top: 5px; }
.header-top .form-search {
  max-width: 160px;
  margin-left: 20px;
  float: right;
  position: relative; }
.header-top .form-search input {
  height: 36px; }
.header-top .form-search input[type="text"] {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 36px; }

.main-navigation, .rwd-navigation-first {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  float: right;
  letter-spacing: 1px; }
.main-navigation ul, .rwd-navigation-first ul {
  list-style: none outside none;
  padding: 0;
  margin: 0; }
.main-navigation ul li, .rwd-navigation-first ul li {
  position: relative;
  float: left; }
.main-navigation ul li:first-child, .rwd-navigation-first ul li:first-child {
  margin-left: 0; }
.main-navigation ul li.active > a:before, .main-navigation ul li:hover > a:before, .main-navigation ul li:focus > a:before, .rwd-navigation-first ul li.active > a:before, .rwd-navigation-first ul li:hover > a:before, .rwd-navigation-first ul li:focus > a:before {
  width: 100%; }
.main-navigation ul li > a, .rwd-navigation-first ul li > a {
  color: #333;
  display: block;
  position: relative;
  margin-left: 60px; }
.main-navigation ul li > a:before, .rwd-navigation-first ul li > a:before {
  position: absolute;
  content: "";
  width: 0%;
  left: 0;
  top: 148%;
  height: 4px;
  background-color: #c6bd59;
  transition: 200ms ease; }

/*  SITE-MAIN
/* ------------------------------------ */
.site-main {
  padding-bottom: 40px; }

.box-category {
  border: 1px solid #cccccc;
  max-width: 170px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0; }
.box-category ul {
  list-style: none outside none;
  padding: 0;
  margin: 0; }
.box-category li:hover a:before, .box-category li:focus a:before, .box-category li.active a:before {
  background: #c6bd59; }
.box-category li a {
  display: block;
  margin: 20px 0;
  padding: 0 30px;
  position: relative;
  color: #333; }
.box-category li a:before {
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: transparent;
  transition: all 300ms ease;
  position: absolute; }

.box-author {
  text-align: center; }
.box-author .list-socmed-article {
  border-bottom: none;
  padding: 10px 0; }
.box-author p {
  font-size: 14px;
  color: #333; }

.page-content > .list-articles > li {
  float: none !important;
  display: block; }

.intro-page {
  color: #333;
  font-weight: 600;
  margin-bottom: 60px; }

.list-page-content {
  list-style: none outside none;
  padding: 0;
  margin: 0; }
.list-page-content li:last-child .list-page {
  border-bottom: none;
  margin-bottom: 20px; }

.pagin-container {
  margin-top: 40px;
  margin-bottom: 60px; }
.pagin-container a, .pagin-container span {
  height: 30px;
  width: 35px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #c0c0c0;
  color: #c0c0c0;
  background: white;
  font-size: 14px;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px; }
.pagin-container a {
  color: #587e4d; }
.pagin-container a:hover, .pagin-container a:focus {
  color: white;
  background: #587e4d; }
.pagin-container span {
  color: white;
  background: #587e4d; }

.list-articles {
  list-style: none outside none;
  padding: 0;
  margin: 0; }
.list-articles li {
  float: left; }
.list-articles li:last-child .list-article {
  border-bottom-color: transparent; }

article {
  position: relative; }
article p b {
  color: #333; }
article.list-article {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc; }
article.list-article .content-article .meta-date {
  margin-bottom: 5px !important; }
article.list-article .content-article h2 {
  margin-bottom: 0 !important; }
article.list-page {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc; }
article.list-page figure.alignleft {
  margin-right: 30px; }
article.list-page .content-article h2 {
  margin-bottom: 25px !important; }
article.article-page blockquote {
  border: none;
  padding: 0 20px 0 60px;
  font-weight: 600;
  position: relative; }
article.article-page blockquote:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 29px;
  height: 21px;
  background-image: url("../images/quote-gray.png");
  background-repeat: no-repeat;
  display: block; }
article.article-page blockquote p {
  color: #333; }
article.article-page blockquote cite {
  color: #587e4d;
  font-size: 14px;
  font-style: normal; }
article .article-authors.alignleft {
  margin-right: 30px; }
article .article-authors.alignright {
  margin-left: 30px; }
article .article-authors-second {
  margin-bottom: 40px; }
article .article-authors-second figure.alignleft {
  margin-right: 30px; }
article .article-authors-second figure.alignright {
  margin-left: 30px; }
article .article-authors-second .content-authors {
  margin-left: 200px; }
article .article-authors-second .content-authors h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: normal;
  text-transform: capitalize; }
article .article-authors-second .content-authors p {
  font-weight: 600;
  margin-bottom: 20px; }
article .single-article header h1 {
  margin-bottom: 0 !important; }
article .content-authors h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal; }
article .content-authors p {
  color: #333;
  margin-bottom: 0; }
article .content-article h2 {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: normal; }
article .content-article h2 a {
  color: #333; }
article .content-article h2 a:hover, article .content-article h2 a:focus {
  color: #c6bd59; }
article figure.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }
article figure.aligncenter {
  float: none;
  margin-bottom: 10px;
  margin: 0 auto 10px; }
article figure.alignnone {
  float: none;
  margin-bottom: 10px;
  margin: 0 auto 10px; }
article figure.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px; }
article .header-page {
  margin-bottom: 20px; }
article .header-page h2 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px !important; }
article .header-page .meta-extra {
  color: #587e4d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }
article header {
  margin-bottom: 10px; }
article header h1 {
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0; }
article header h2 {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px; }
article header h2 a {
  color: #333; }
article header h2 a:hover, article header h2 a:focus {
  color: #c6bd59; }
article header .meta-date {
  font-weight: bold;
  margin-bottom: 5px;
  color: #587e4d;
  font-size: 14px; }
article header .meta-author {
  color: #999999;
  margin-bottom: 5px;
  font-size: 14px; }
article header .meta-author a {
  color: #999999;
  font-weight: bold; }
article header .meta-author a:hover, article header .meta-author a:focus {
  color: #c6bd59; }

.box-share {
  color: #999999;
  font-size: 14px;
  margin-bottom: 40px;
  margin-top: 20px; }
.box-share span {
  display: inline-block; }
.box-share ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: 20px;
  font-size: 16px; }
.box-share ul li {
  display: inline-block; }
.box-share a {
  display: block;
  margin-right: 20px;
  color: #999999; }
.box-share a:hover, .box-share a:focus {
  color: #c6bd59; }

.section-box {
  padding: 40px 0 0; }

.title-section {
  text-align: center;
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 50px; }

.banner-carousel .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative;
  min-height: 480px; }
.banner-carousel .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 0px;
  background-color: rgba(50, 64, 58, 0.9); }
.banner-carousel .box-meta {
  position: relative;
  text-align: center;
  padding: 0 30px;
  color: white;
  margin-right: 30px;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }
.banner-carousel .box-meta .date {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
  display: block; }
.banner-carousel .box-meta .month {
  display: block;
  font-size: 14px; }
.banner-carousel .header-caption {
  position: relative;
  float: left;
  padding: 10px 0; }
.banner-carousel .header-caption h3 {
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase; }
.banner-carousel .header-caption h3 a {
  color: white; }
.banner-carousel .header-caption h3 a:hover, .banner-carousel .header-caption h3 a:focus {
  color: #c6bd59; }
.banner-carousel .header-caption .meta-extra {
  color: white;
  line-height: 1;
  margin-bottom: 0;
  font-size: 14px; }
.banner-carousel .header-caption .meta-extra a {
  color: #c6bd59; }
.banner-carousel .header-caption .meta-extra a:hover, .banner-carousel .header-caption .meta-extra a:focus {
  color: white; }
.banner-carousel .owl-controls {
  position: absolute;
  bottom: 30px;
  right: 30px; }
.banner-carousel .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid white;
  margin: 0 4px; }
.banner-carousel .owl-dot.active {
  background-color: white; }

.item-1 {
  background-image: url("../images/slider/1.jpg"); }

.item-books {
  position: relative;
  margin-bottom: 40px; }
.item-books .subitem-books {
  position: relative; }
.item-books figure {
  float: left; }
.item-books figure img {
  width: 100px;
  height: 154px; }
.item-books .books-content {
  margin-left: 130px; }
.item-books .header-books {
  margin-bottom: 20px; }
.item-books .header-books h3 {
  margin: 0;
  font-weight: normal;
  font-size: 18px; }
.item-books .header-books h3 a {
  color: #333; }
.item-books .header-books h3 a:hover, .item-books .header-books h3 a:focus {
  color: #c6bd59; }
.item-books .header-books .books-author {
  margin-bottom: 0;
  color: #999999;
  font-size: 14px; }

.section-more {
  text-align: center;
  padding: 80px 0;
  margin-bottom: -40px; }

.contact-form h2 {
  text-align: left;
  text-transform: none;
  margin-bottom: 20px; }

.contact-map {
  position: relative; }
.contact-map #map {
  border: 1px solid #cccccc;
  background-color: #cccccc;
  height: 420px;
  width: 100%;
  display: block; }

.item-authors {
  position: relative;
  margin-bottom: 40px;
  text-align: center; }
.item-authors .subitem-authors {
  display: block; }
.item-authors .subitem-authors:hover figure img, .item-authors .subitem-authors:focus figure img {
  opacity: .6; }
.item-authors .subitem-authors:hover h4, .item-authors .subitem-authors:focus h4 {
  color: #c6bd59; }
.item-authors figure {
  background: #c6bd59; }
.item-authors figure img {
  display: block;
  transition: all 350ms ease; }
.item-authors h4 {
  margin-top: 20px;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: normal;
  transition: all 350ms ease; }

/*  SITE-FOOTER
/* ------------------------------------ */
.site-footer {
  border-top: 5px solid #c6bd59;
  width: 100%;
  position: relative;
  background: #32403a;
  font-size: 14px; }
.site-footer p {
  margin-bottom: 10px;
  color: white; }

.top-footer {
  padding: 60px 0 20px; }

.bottom-footer {
  padding: 20px 0; }

.copyright {
  margin: 0 !important;
  color: #999999 !important;
  font-size: 13px; }
.copyright a {
  color: #999999; }
.copyright a:hover, .copyright a:focus {
  color: #c6bd59; }

/*  WIDGET
/* ------------------------------------ */
.title-widget {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: normal; }

.widget-sidebar {
  border: 1px solid #cccccc;
  padding: 30px;
  margin-bottom: 30px; }
.widget-sidebar .title-widget {
  margin-bottom: 20px; }

.widget-footer {
  margin-bottom: 30px; }
.widget-footer .title-widget {
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  color: #999999;
  letter-spacing: 1px;
  margin-top: 0; }

.item-team-person {
  position: relative; }
.item-team-person figure {
  float: left; }
.item-team-person .content-team-person {
  position: relative;
  margin-left: 130px; }
.item-team-person h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 16px; }
.item-team-person h4 a {
  color: #666666; }
.item-team-person h4 a:hover, .item-team-person h4 a:focus {
  color: #c6bd59; }

.content-category .header-content .meta-category {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #c6bd59;
  margin-bottom: 15px; }
.content-category h2 {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: normal; }
.content-category h2 a {
  color: #333; }
.content-category h2 a:hover, .content-category h2 a:focus {
  color: #c6bd59; }

.widget-quote blockquote {
  position: relative;
  border: none;
  padding: 40px 0 0; }
.widget-quote blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 21px;
  background-image: url("../images/quote.png");
  background-repeat: no-repeat;
  display: block; }
.widget-quote blockquote p {
  color: #333;
  font-weight: 600; }
.widget-quote blockquote cite {
  float: right;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  position: relative;
  color: #333;
  font-style: normal; }
.widget-quote blockquote cite:before, .widget-quote blockquote cite:after {
  content: "-";
  position: absolute;
  top: 0px; }
.widget-quote blockquote cite:before {
  left: -5px; }
.widget-quote blockquote cite:after {
  right: -5px; }

.list-nav {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  text-transform: uppercase; }
.list-nav a {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  color: #999999;
  letter-spacing: 1px; }
.list-nav a:hover, .list-nav a:focus {
  color: #c6bd59; }

.list-link {
  list-style: none outside none;
  padding: 0;
  margin: 0; }
.list-link li:last-child a {
  margin-bottom: 0; }
.list-link a {
  display: block;
  margin-bottom: 10px;
  color: #cccccc; }
.list-link a:hover, .list-link a:focus {
  color: #c6bd59; }

/*  THIS IS STYLING ONLY FOR INDEX (SHOWING)
**  LIST PAGE
/* ------------------------------------ */
.front {
  background-color: white;
  font-family: "Raleway", sans-serif; }
.front .site-main {
  position: relative;
  text-align: center; }
.front .box-menu {
  position: absolute;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 450px;
  width: 450px;
  margin: 0 auto; }
.front .box-menu ul {
  list-style: none outside none;
  position: relative;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px; }
.front .box-menu ul li {
  display: block; }
.front .box-menu ul a {
  display: inline-block;
  color: #333;
  padding: 5px 0;
  margin-bottom: 5px; }
.front .box-menu ul a:hover, .front .box-menu ul a:focus {
  color: #23D032; }

/*  IE ISSUE
/* ------------------------------------ */
.ie8 .banner-carousel .caption {
  background-color: #32403a; }
.ie8 .btn-green:before, .ie8 .btn-line-green:before, .ie8 .list-socmed-widget a:before {
  display: none !important; }
.ie8 img {
  max-width: none !important;
  height: auto; }

/*  MEDIA-QUERIES
/* ------------------------------------ */
.rwd-header {
  float: left;
  width: 100%;
  display: block;
  text-align: center; }

.rwd-navigation-first, .rwd-navigation-second {
  display: none; }

.rwd-navigation-first {
  float: none;
  margin-top: 20px; }
.rwd-navigation-first ul li {
  float: none;
  display: inline-block; }
.rwd-navigation-first ul li:first-child > a {
  margin-left: 0; }
.rwd-navigation-first ul li:last-child > a {
  margin-right: 0; }

.rwd-navigation-second {
  margin-top: 20px; }
.rwd-navigation-second .btn {
  padding: 10px 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal; }
.rwd-navigation-second ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; }
.rwd-navigation-second ul a {
  color: #333;
  padding: 7px;
  display: block; }
.rwd-navigation-second ul a:hover, .rwd-navigation-second ul a:focus {
  color: #c6bd59; }

  .rwd-navigation-second ul .menu-item{
    border-bottom: 1px solid;
    text-align: left;
  }
  .rwd-navigation-second ul .menu-item:last-child{
    border: none;
  }

@media (max-width: 1200px) {
  .header-top {
    margin: 30px 0 0; }

  .main-navigation {
    display: none; }

  .rwd-navigation-first {
    display: block; }

  .item-team-person h4 {
    margin-bottom: 10px; }
  .item-team-person figure {
    margin-right: 15px;
    margin-bottom: 5px; }
  .item-team-person .content-team-person {
    margin-left: 0; }

  .list-socmed-article {
    border: none; } }
@media (max-width: 995px) {
  .page-category {
    margin-bottom: 40px; }

  .box-category {
    max-width: inherit; 
    padding: 0;
  }
  .box-category ul li {
    display: block; 
    border-bottom: 1px solid #cecece;

  }
  .box-category ul li:last-child{
    border-bottom: none;
  }
  .box-category li a{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    margin-bottom: 0;
    margin-top: 0;
  }

  .item-authors {
    float: left;
    width: 33.33333%; }

  .box-author .alignnone {
    margin: 0 auto 20px; }
  .box-author .alignnone img {
    display: inline-block; }

  .single-article .thumb-right {
    float: none;
    text-align: left;
    margin-left: 0; } }
@media (max-width: 950px) {
  .contact-map {
    margin-top: 40px; } }
@media (max-width: 767px) {
  .rwd-navigation-first {
    display: none; }

  .rwd-navigation-second {
    display: block; } }
@media (max-width: 690px) {
  .header-left, .header-right {
    width: 100%;
    text-align: center; }

  .header-top {
    margin: 30px 0 0;
    text-align: center; }
  .header-top .form-search {
    max-width: 300px;
    float: none;
    margin: 0 auto 20px; }
  .header-top .list-socmed {
    margin: 0 auto;
    text-align: center;
    float: none; }
  .header-top .list-socmed li {
    float: none;
    display: inline-block; } }
@media (max-width: 570px) {
  .item-authors {
    float: left;
    width: 50%; }

  .banner-carousel .caption {
    padding-bottom: 60px; }
  .banner-carousel .owl-controls {
    bottom: 15px;
    left: 30px; }

  article figure.alignleft, article figure.alignright {
    float: left;
    margin: 0 0 20px; }
  article .content-article {
    display: block;
    float: left; }
  article header .meta-date, article header h2, article header .meta-author {
    margin-bottom: 5px !important; }

  .article-authors .alignleft {
    margin-right: 20px;
    margin-bottom: 10px; }
  .article-authors .alignright {
    margin-left: 20px;
    margin-bottom: 10px; } }
@media (max-width: 480px) {
  article .article-authors-second .content-authors {
    margin-left: 0; } }

/** AAT ADDITIONAL STYLE
===================================*/
.centerContent{
  max-width: 980px;
  margin: 0 auto;
}
