body {
  background: whitesmoke;
  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
  color: #060505;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #060505;
  text-decoration: none;
}

figcaption {
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: right;
  margin-top: 0px;
  padding-top: 0.15rem;
  padding-right: 5px;
}

.author {
  font-size: 14px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: right;
  margin-bottom: 10px;
}

.section-heading {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}

.text-heading {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}

.breadcrumb {
  background-color: whitesmoke;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  font-size: 16px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;
  background-color: whitesmoke;
  border-radius: .25rem;
  padding-right: 10px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: whitesmoke;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

p {
  font-family: "Lora", sans-serif;
  color: #3A3939;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-word;
}

.text {
  padding: 0 0.55rem 0 0.55rem;
  margin-top: 3px;
}

h1 {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #3A3939;
  font-size: 16px;
  line-height: 28px;
  text-align: center
}

h2  {
  font-family: "Lora", sans-serif;;
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin: 3px 0px 8px 0px;
  color: #232323;
  padding: 0 0.55rem 0 0.55rem;
}

h3  {
  font-family: "Lora", sans-serif;;
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  color: #232323;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
h3:hover {
  color: #ef1b48;
}

h4 {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #3A3939;
  font-size: 14px;
}

h5  {
  font-family: "Lora", sans-serif;;
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.blockquote {
  margin: 0 0 1rem;
  font-size: 25px;
  color: #7C7777;
}

/* ================================
About
================================= */

#about .about-img {
  height: auto;
  overflow: hidden;
}

#about .about-img img {
  margin-left: 0px;
  max-width: 100%;
}

/*********************************
6.1 Post Panel
*********************************/

.fa-facebook {
  color: #000;
}

.fa-twitter {
  color: #000;
}

.fa-instagram {
  color: #000;
}

/*********************************
6.2 Post Body
*********************************/

.post_body {
  padding-left: 69px;
  padding-top: 59px;
  padding-right: 100px;
  padding-bottom: 45px;
  background: #FFFFFF;
  border-radius: 6px;
}

.post_p {
  font-size: 16px;
  line-height: 1.875;
  color: rgba(0,0,0,0.8);
}

.post_body figcaption {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-style: italic;
  color: rgba(0,0,0,0.3);
  text-align: center;
  margin-top: 8px;
}

.post_tags {
  margin-top: 40px;
}

/* :: 9.0 Blog Area CSS */

.single-blog-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-blog-post.style-4 .blog-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
  margin-right: 15px;
}

.single-blog-post.style-4 .blog-thumbnail img {
  width: 100%;
}

.single-blog-post.style-4 .blog-content {
  position: relative;
  z-index: 1;
}

.single-blog-post.style-4 .blog-content .post-date {
  font-size: 12px;
  color: #636363;
  margin-bottom: 5px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-blog-post.style-4 .blog-content .post-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: #232323;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-blog-post.style-4 .blog-content .post-title:hover,.single-blog-post.style-4 .blog-content .post-title:focus {
  font-weight: 600;
  color: #ef1b48;
}

.single-blog-post.style-4:hover .blog-content .post-title {
  color: #ef1b48;
}

.p-style-4 {
  font-family: "Lora", sans-serif;
  color: #302D2D;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-word;
}

.single-blog-post.style-5 .blog-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  width: 45%;
  margin-right: 30px;
}

.single-blog-post.style-5 .blog-thumbnail img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .single-blog-post.style-5 .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.single-blog-post.style-5 .blog-content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(55% - 30px);
  flex: 0 0 calc(55% - 30px);
  max-width: calc(55% - 30px);
  width: calc(55% - 30px);
}

@media only screen and (max-width: 767px) {
  .single-blog-post.style-5 .blog-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.single-blog-post.style-5 .blog-content .post-date {
  font-size: 12px;
  color: #636363;
  margin-bottom: 10px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-blog-post.style-5 .blog-content .post-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #232323;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-post.style-5 .blog-content .post-title {
    font-size: 18px;
  }
}

.single-blog-post.style-5 .blog-content .post-title:hover,.single-blog-post.style-5 .blog-content .post-title:focus {
  font-weight: 600;
  color: #ef1b48;
}

.single-blog-post.style-5 .blog-content .post-author {
  font-size: 12px;
  color: #636363;
  margin-bottom: 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  display: block;
}

.single-blog-post.style-5:hover .blog-content .post-title {
  color: #ef1b48;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40rem;
  color: #767374;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* :: 7.0 Footer Area CSS */

.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area .footer-nav {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  display: block;
}

.sidebar-box {
  margin-bottom: 4em;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box .heading {
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.tags {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.tags li {
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
  display: inline-block;
}

.tags li a {
  float: left;
  display: block;
  border-radius: 4px;
  padding: 2px 6px;
  color: gray;
  background: #D8D5D5;
}

.tags li a:hover {
  color: #fff;
  background: #59585A;
}

.heading {
  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4B4848;
  font-size: 15px;
  margin-bottom: 10px;
}

/* :: 13.0 Breadcrumb CSS */

.img-responsive {
  width: 100%;
}

blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
}

blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: whitesmoke;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center;
}

blockquote:after {
  content: attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #928B8B;
  margin-top: 10px;
}

blockquote-2{
  display:block;
  background: whitesmoke;
  padding: 15px 10px 15px 15px;
  margin: 20px 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.2;
  color: #666;

  /*Borders - (Optional)*/
  border-left-style: solid;
  border-left-width: 10px;
}

blockquote-2 a{
  text-decoration: none;
  cursor: pointer;
  padding: 0 3px;
  
}

blockquote-2 a:hover{
 color: #9E1214;
}

blockquote-2 em{
  font-style: italic;
}

blockquote-2.gray{
  border-left-color: #A6060D;
  border-right-color: #2A2728;
}

span.Cgray{
  color:#aab2bc;
}

@media only screen and (max-width: 597px) and (min-width: 601px) {
  figcaption {
    font-size: 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    margin-top: 0px;
    padding-right: 5px;
    color: #B3B7B6;
  }

  p {
    font-family: "Lora", sans-serif;
    color: #3A3939;
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-word;
  }

  .author {
    font-size: 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: right;
    margin-bottom: 10px;
  }

  #about .about-img {
    height: 350px;
    overflow: hidden;
  }

  #about .about-img img {
    margin-left: -15px;
    max-width: 100%;
  }

  h1 {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: #3A3939;
    font-size: 10em;
    text-align: center;
  }

  h2 {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: #3A3939;
    font-size: 12px;
  }

  h3 {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: #3A3939;
    font-size: 12px;
  }

@media (max-width: 768px) {
    p {
      font-family: "Lora", sans-serif;
      color: #3A3939;
      font-size: 12px;
      line-height: 2;
      font-weight: 400;
      text-align: justify;
      text-justify: inter-word;
    }

    #about .about-img {
      height: auto;
    }

    #about .about-img img {
      margin-left: 0;
      padding-bottom: 0px;
    }

    figcaption {
      font-size: 10px;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      text-align: left;
      margin-top: 0px;
      padding-right: 5px;
      color: #B3B7B6;
    }
}

  #about .content h2 {
    color: #333;
    font-weight: 300;
    font-size: 24px;
    text-align: left;
  }

  #about .content h3 {
    color: #777;
    font-weight: 300;
    font-size: 12px;
    line-height: 26px;
    text-align: left;
  }

  #about .content p {
    line-height: 26px;
    text-align: left;
  }

  #about .content p:last-child {
    margin-bottom: 0;
  }
}

footer {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  background: whitesmoke;
  padding-top: 30px;
}

.socials-media {
  margin-top: 30px;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}
.about {
 list-style: none;
 padding: 0px 20px 0px 20px
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327; 
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.subscribe {
	position:relative;
} 

.email_field {
	border-left: 1px solid #030303;
	border-right: 1px solid #030303;
	border-top: 1px solid #030303;
	border-bottom: 1px solid #030303;
	font-size: 18px;
	padding: 10px 10px 10px 10px;
	width: 100%;
	border-radius:0px;
	background:#f9f9f9;
	font-family:'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
}

.submit {
	font-size: 18px;
	color: #FFF;
	padding: 10px 10px;
	background:#243c4f;
	border:none;
	margin-left:0px;
	font-family:'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

