@charset "UTF-8";
/* line 7, ../sass/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../sass/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
/* line 29, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 33, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 37, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 44, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 47, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 50, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 55, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 58, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 67, ../sass/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 82, ../sass/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 85, ../sass/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 92, ../sass/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 101, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 110, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
/* line 114, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
/* line 118, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
/* line 128, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 133, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 144, ../sass/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 155, ../sass/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 176, ../sass/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 187, ../sass/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 198, ../sass/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 209, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  /* line 222, ../sass/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 229, ../sass/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5, ../../../../../../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../sass/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Smaller Tablets */
/* Galaxy S3 */
/* iPad & Larger Tablets */
/* Desktop */
/* Large Screens */
/* line 75, ../sass/settings.scss */
.clear-both {
  clear: both;
}

/* line 79, ../sass/settings.scss */
body {
  color: #606060;
}

@font-face {
  font-family: 'dinprobold';
  src: url("../font/dinpro-bold-webfont.eot");
  src: url("../font/dinpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/dinpro-bold-webfont.woff") format("woff"), url("../font/dinpro-bold-webfont.ttf") format("truetype"), url("../font/dinpro-bold-webfont.svg#dinprobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinpromedium';
  src: url("../font/dinpro-medium-webfont.eot");
  src: url("../font/dinpro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../font/dinpro-medium-webfont.woff") format("woff"), url("../font/dinpro-medium-webfont.ttf") format("truetype"), url("../font/dinpro-medium-webfont.svg#dinpromedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinpro-regularregular';
  src: url("../font/dinpro-regular-webfont.eot");
  src: url("../font/dinpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/dinpro-regular-webfont.woff") format("woff"), url("../font/dinpro-regular-webfont.ttf") format("truetype"), url("../font/dinpro-regular-webfont.svg#dinpro-regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'merriweatherbold';
  src: url("../font/merriweather-bold-webfont.eot");
  src: url("../font/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/merriweather-bold-webfont.woff") format("woff"), url("../font/merriweather-bold-webfont.ttf") format("truetype"), url("../font/merriweather-bold-webfont.svg#merriweatherbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'merriweatherregular';
  src: url("../font/merriweather-regular-webfont.eot");
  src: url("../font/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/merriweather-regular-webfont.woff") format("woff"), url("../font/merriweather-regular-webfont.ttf") format("truetype"), url("../font/merriweather-regular-webfont.svg#merriweatherregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "social-icons";
  src: url("../font/social-icons.eot");
  src: url("../font/social-icons.eot?#iefix") format("embedded-opentype"), url("../font/social-icons.woff") format("woff"), url("../font/social-icons.ttf") format("truetype"), url("../font/social-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "social-icons";
    src: url("../font/social-icons.svg#fontcustom") format("svg");
  }
}
/******************/
/***** GLOBAL *****/
/******************/
/* line 4, ../sass/grid.scss */
.wrap-960 {
  *zoom: 1;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/* line 17, ../sass/bourbon/addons/_clearfix.scss */
.wrap-960:before, .wrap-960:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
.wrap-960:after {
  clear: both;
}

/* line 9, ../sass/grid.scss */
.content-area {
  *zoom: 1;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
    margin-top: 35px;
}

/* line 9, ../sass/grid.scss */
.builder  {
    margin-top: 0px!important;
	font-family: "merriweatherregular", "Times New Roman", serif;
	font-size:14px;
	line-height:1.4;
	
}


/*.builder ol, ul {
       list-style: circle;
    margin-left: 30px;
   
}*/


/* line 17, ../sass/bourbon/addons/_clearfix.scss */
.content-area:before, .content-area:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
.content-area:after {
  clear: both;
}
@media only screen and (max-width: 720px) {
  /* line 9, ../sass/grid.scss */
  .content-area {
    padding: 0 10px;
	margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 18, ../sass/grid.scss */
  body .site-content {
    padding: 2.35765%;
  }
}

/******************/
/***** HEADER *****/
/******************/
/* line 29, ../sass/grid.scss */
header .wrap-960 {
  float: none;
}

/*****************/
/***** HOME  *****/
/*****************/
/* line 38, ../sass/grid.scss */
body.home .site-content {
  *zoom: 1;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/* line 17, ../sass/bourbon/addons/_clearfix.scss */
body.home .site-content:before, body.home .site-content:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
body.home .site-content:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  /* line 42, ../sass/grid.scss */
  body.home .below-fold {
    padding: 2.35765%;
  }
}
/* line 51, ../sass/grid.scss */
body.home .content-area .site-main article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.home .content-area .site-main article:last-child {
  margin-right: 0;
}
/* line 70, ../sass/neat/grid/_omega.scss */
body.home .content-area .site-main article:nth-child(3n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
body.home .content-area .site-main article:nth-child(3n+1) {
  clear: left;
}
@media only screen and (max-width: 720px) {
  /* line 51, ../sass/grid.scss */
  body.home .content-area .site-main article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../sass/neat/grid/_span-columns.scss */
  body.home .content-area .site-main article:last-child {
    margin-right: 0;
  }
}

/* line 65, ../sass/grid.scss */
.site-content .slider {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.site-content .slider:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 720px) {
  /* line 65, ../sass/grid.scss */
  .site-content .slider {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../sass/neat/grid/_span-columns.scss */
  .site-content .slider:last-child {
    margin-right: 0;
  }
}
/* line 74, ../sass/grid.scss */
.site-content .home-slider-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.site-content .home-slider-right:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 720px) {
  /* line 74, ../sass/grid.scss */
  .site-content .home-slider-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../sass/neat/grid/_span-columns.scss */
  .site-content .home-slider-right:last-child {
    margin-right: 0;
  }
}
/* line 84, ../sass/grid.scss */
.site-content .top-news-divider {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.site-content .top-news-divider:last-child {
  margin-right: 0;
}
/* line 88, ../sass/grid.scss */
.site-content .top-news-divider span {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin-left: 42.64902%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.site-content .top-news-divider span:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 720px) {
  /* line 88, ../sass/grid.scss */
  .site-content .top-news-divider span {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 34.11922%;
  }
  /* line 40, ../sass/neat/grid/_span-columns.scss */
  .site-content .top-news-divider span:last-child {
    margin-right: 0;
  }
}

/* line 103, ../sass/grid.scss */
.home-categories {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.home-categories:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 720px) {
  /* line 103, ../sass/grid.scss */
  .home-categories {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../sass/neat/grid/_span-columns.scss */
  .home-categories:last-child {
    margin-right: 0;
  }
}
/* line 110, ../sass/grid.scss */
.home-categories .single-category {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.home-categories .single-category:last-child {
  margin-right: 0;
}
/* line 70, ../sass/neat/grid/_omega.scss */
.home-categories .single-category:nth-child(2n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
.home-categories .single-category:nth-child(2n+1) {
  clear: left;
}
@media only screen and (max-width: 720px) {
  /* line 110, ../sass/grid.scss */
  .home-categories .single-category {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 40, ../sass/neat/grid/_span-columns.scss */
  .home-categories .single-category:last-child {
    margin-right: 0;
  }
}
/* line 118, ../sass/grid.scss */
.home-categories .single-category:nth-child(even) {
  margin-left: 8.5298%;
}
@media only screen and (max-width: 720px) {
  /* line 118, ../sass/grid.scss */
  .home-categories .single-category:nth-child(even) {
    margin-left: 0%;
  }
}

/* line 128, ../sass/grid.scss */
.home-social-feeds {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.home-social-feeds:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 720px) {
  /* line 128, ../sass/grid.scss */
  .home-social-feeds {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../sass/neat/grid/_span-columns.scss */
  .home-social-feeds:last-child {
    margin-right: 0;
  }
}
/*******************/
/***** SINGLE  *****/
/*******************/
/* line 146, ../sass/grid.scss */
body.single .site-content,
body.archive .site-content,
body.page .site-content,
body.category .site-content,
body.search .site-content,
body.error404 .site-content {
/*  margin-top: 65px;*/
   margin-top: 0px;
}


/* line 149, ../sass/grid.scss */
body.single .site-content article,
body.archive .site-content article,
body.page .site-content article,
body.category .site-content article,
body.search .site-content article,
body.error404 .site-content article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.single .site-content article:last-child,
body.archive .site-content article:last-child,
body.page .site-content article:last-child,
body.category .site-content article:last-child,
body.search .site-content article:last-child,
body.error404 .site-content article:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 720px) {
  /* line 149, ../sass/grid.scss */
  body.single .site-content article,
  body.archive .site-content article,
  body.page .site-content article,
  body.category .site-content article,
  body.search .site-content article,
  body.error404 .site-content article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../sass/neat/grid/_span-columns.scss */
  body.single .site-content article:last-child,
  body.archive .site-content article:last-child,
  body.page .site-content article:last-child,
  body.category .site-content article:last-child,
  body.search .site-content article:last-child,
  body.error404 .site-content article:last-child {
    margin-right: 0;
  }
}
/* line 156, ../sass/grid.scss */
body.single .site-content article.no-sidebar,
body.archive .site-content article.no-sidebar,
body.page .site-content article.no-sidebar,
body.category .site-content article.no-sidebar,
body.search .site-content article.no-sidebar,
body.error404 .site-content article.no-sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.single .site-content article.no-sidebar:last-child,
body.archive .site-content article.no-sidebar:last-child,
body.page .site-content article.no-sidebar:last-child,
body.category .site-content article.no-sidebar:last-child,
body.search .site-content article.no-sidebar:last-child,
body.error404 .site-content article.no-sidebar:last-child {
  margin-right: 0;
}
/* line 161, ../sass/grid.scss */
body.single .site-content .widget-area,
body.archive .site-content .widget-area,
body.page .site-content .widget-area,
body.category .site-content .widget-area,
body.search .site-content .widget-area,
body.error404 .site-content .widget-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.single .site-content .widget-area:last-child,
body.archive .site-content .widget-area:last-child,
body.page .site-content .widget-area:last-child,
body.category .site-content .widget-area:last-child,
body.search .site-content .widget-area:last-child,
body.error404 .site-content .widget-area:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 720px) {
  /* line 161, ../sass/grid.scss */
  body.single .site-content .widget-area,
  body.archive .site-content .widget-area,
  body.page .site-content .widget-area,
  body.category .site-content .widget-area,
  body.search .site-content .widget-area,
  body.error404 .site-content .widget-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../sass/neat/grid/_span-columns.scss */
  body.single .site-content .widget-area:last-child,
  body.archive .site-content .widget-area:last-child,
  body.page .site-content .widget-area:last-child,
  body.category .site-content .widget-area:last-child,
  body.search .site-content .widget-area:last-child,
  body.error404 .site-content .widget-area:last-child {
    margin-right: 0;
  }
}
/* line 169, ../sass/grid.scss */
body.single .site-content .widget-area .popular-news,
body.archive .site-content .widget-area .popular-news,
body.page .site-content .widget-area .popular-news,
body.category .site-content .widget-area .popular-news,
body.search .site-content .widget-area .popular-news,
body.error404 .site-content .widget-area .popular-news {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.single .site-content .widget-area .popular-news:last-child,
body.archive .site-content .widget-area .popular-news:last-child,
body.page .site-content .widget-area .popular-news:last-child,
body.category .site-content .widget-area .popular-news:last-child,
body.search .site-content .widget-area .popular-news:last-child,
body.error404 .site-content .widget-area .popular-news:last-child {
  margin-right: 0;
}
/* line 176, ../sass/grid.scss */
body.single .comments-area,
body.archive .comments-area,
body.page .comments-area,
body.category .comments-area,
body.search .comments-area,
body.error404 .comments-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.single .comments-area:last-child,
body.archive .comments-area:last-child,
body.page .comments-area:last-child,
body.category .comments-area:last-child,
body.search .comments-area:last-child,
body.error404 .comments-area:last-child {
  margin-right: 0;
}

/* line 183, ../sass/grid.scss */
body.page-template-page-no-sidebar-php .site-content article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.page-template-page-no-sidebar-php .site-content article:last-child {
  margin-right: 0;
}

/* line 191, ../sass/grid.scss */
body.single-collections .collection-feature {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.single-collections .collection-feature:last-child {
  margin-right: 0;
}
/* line 196, ../sass/grid.scss */
body.single-collections .child-wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.single-collections .child-wrap:last-child {
  margin-right: 0;
}
/* line 199, ../sass/grid.scss */
body.single-collections .child-wrap article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.single-collections .child-wrap article:last-child {
  margin-right: 0;
}
/* line 205, ../sass/grid.scss */
body.single-collections .sharer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: red;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.single-collections .sharer:last-child {
  margin-right: 0;
}

/* line 214, ../sass/grid.scss */
body.archive .site-main,
body.search .site-main,
body.error404 .site-main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.archive .site-main:last-child,
body.search .site-main:last-child,
body.error404 .site-main:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 720px) {
  /* line 214, ../sass/grid.scss */
  body.archive .site-main,
  body.search .site-main,
  body.error404 .site-main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../sass/neat/grid/_span-columns.scss */
  body.archive .site-main:last-child,
  body.search .site-main:last-child,
  body.error404 .site-main:last-child {
    margin-right: 0;
  }
}
/* line 221, ../sass/grid.scss */
body.archive .site-main article,
body.search .site-main article,
body.error404 .site-main article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.archive .site-main article:last-child,
body.search .site-main article:last-child,
body.error404 .site-main article:last-child {
  margin-right: 0;
}

/* line 228, ../sass/grid.scss */
body.archive.post-type-archive-anchors-corresp article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
body.archive.post-type-archive-anchors-corresp article:last-child {
  margin-right: 0;
}
/* line 70, ../sass/neat/grid/_omega.scss */
body.archive.post-type-archive-anchors-corresp article:nth-child(4n) {
  margin-right: 0;
}
/* line 75, ../sass/neat/grid/_omega.scss */
body.archive.post-type-archive-anchors-corresp article:nth-child(4n+1) {
  clear: left;
}
@media only screen and (max-width: 320px) {
  /* line 228, ../sass/grid.scss */
  body.archive.post-type-archive-anchors-corresp article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 40, ../sass/neat/grid/_span-columns.scss */
  body.archive.post-type-archive-anchors-corresp article:last-child {
    margin-right: 0;
  }
  /* line 70, ../sass/neat/grid/_omega.scss */
  body.archive.post-type-archive-anchors-corresp article:nth-child(2n) {
    margin-right: 0;
  }
  /* line 75, ../sass/neat/grid/_omega.scss */
  body.archive.post-type-archive-anchors-corresp article:nth-child(2n+1) {
    clear: left;
  }
}

/* line 240, ../sass/grid.scss */
.single-anchors-corresp .rounded {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

/* line 40, ../sass/neat/grid/_span-columns.scss */
.single-anchors-corresp .rounded:last-child {
  margin-right: 0;
}
/* line 244, ../sass/grid.scss */
.single-anchors-corresp .entry-header .wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
}
/* line 40, ../sass/neat/grid/_span-columns.scss */
.single-anchors-corresp .entry-header .wrapper:last-child {
  margin-right: 0;
}

/* line 251, ../sass/grid.scss */
.contact-form div:nth-child(odd) {
  float: left;
}
/* line 255, ../sass/grid.scss */
.contact-form div:nth-child(even) {
  float: right;
}
/* line 259, ../sass/grid.scss */
.contact-form div:nth-last-child(2) {
  float: none;
}
/* line 262, ../sass/grid.scss */
.contact-form div:nth-last-child(2)::before {
  clear: both;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "social-icons";
    src: url("../font/social-icons.svg#fontcustom") format("svg");
  }
}
/* line 47, ../sass/icons.scss */
[data-icon]:before {
  content: attr(data-icon);
}

/* line 49, ../sass/icons.scss */
[data-icon]:before,
.icon-comment-bubble:before,
.icon-facebook:before,
.icon-googleplus:before,
.icon-reply:before,
.icon-share:before,
.icon-twitter:before,
.icon-view-eye:before,
.icon-weibo:before,
.icon-youtube:before {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  font-family: "social-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 77, ../sass/icons.scss */
.icon-facebook:before {
  content: "\f101";
}

/* line 78, ../sass/icons.scss */
.icon-googleplus:before {
  content: "\f102";
}

/* line 79, ../sass/icons.scss */
.icon-twitter:before {
  content: "\f106";
}

/* line 80, ../sass/icons.scss */
.icon-youtube:before {
  content: "\f109";
}

/* line 81, ../sass/icons.scss */
.icon-weibo:before {
  content: "\f108";
}

/* line 82, ../sass/icons.scss */
.icon-wechat:before {
  content: "\f10b";
}

/* line 84, ../sass/icons.scss */
.icon-comment-bubble:before {
  content: "\f100";
}

/* line 85, ../sass/icons.scss */
.icon-reply:before {
  content: "\f103";
}

/* line 86, ../sass/icons.scss */
.icon-search:before {
  content: "\f104";
}

/* line 87, ../sass/icons.scss */
.icon-share:before {
  content: "\f105";
}

/* line 88, ../sass/icons.scss */
.icon-view-eye:before {
  content: "\f107";
}

/* line 89, ../sass/icons.scss */
.icon-email:before {
  content: "\f10a";
}

/* line 90, ../sass/icons.scss */
.icon-print:before {
  content: "\f10d";
}

/* line 121, ../sass/icons.scss */
.icon-facebook:before {
/*  content: "";*/
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

/* line 121, ../sass/icons.scss */
.icon-googleplus:before {
  content: "";
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

/* line 121, ../sass/icons.scss */
.icon-twitter:before {
	
/*THERE SEEMS TO BE AN ISSUE WITH THE CORRECT SOCIAL SYMBOLS LOADING	*/

  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

/* line 121, ../sass/icons.scss */
.icon-youtube:before {

  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

/* line 121, ../sass/icons.scss */
.icon-weibo:before {
  content: "\f108";
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

/* line 121, ../sass/icons.scss */
.icon-wechat:before {
 
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

/* line 121, ../sass/icons.scss */
.icon-comment-bubble:before {

  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

/* line 121, ../sass/icons.scss */
.icon-reply:before {
 
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

/* line 121, ../sass/icons.scss */
.icon-search:before {
 
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

/* line 121, ../sass/icons.scss */
.icon-share:before {

  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

/* line 121, ../sass/icons.scss */
.icon-view-eye:before {

  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

/* line 121, ../sass/icons.scss */
.icon-email:before {

  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

/* line 121, ../sass/icons.scss */
.icon-print:before {
 
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}

@media print {
  /* line 2, ../sass/print.scss */
  body.single {
    color: #000 !important;
  }
  /* line 6, ../sass/print.scss */
  body.single .print {
    display: block;
  }
  /* line 11, ../sass/print.scss */
  body.single .site-header {
    margin-top: 50px;
  }
  /* line 14, ../sass/print.scss */
  body.single .site-header .main-navigation,
  body.single .site-header .latest-news {
    display: none !important;
  }
  /* line 19, ../sass/print.scss */
  body.single .site-header .site-branding {
    background: none;
  }
  /* line 22, ../sass/print.scss */
  body.single .site-header .site-branding .print-logo {
    width: 120px;
    height: 57px;
  }
  /* line 27, ../sass/print.scss */
  body.single .site-header .site-branding .site-title,
  body.single .site-header .site-branding .search-form {
    display: none;
  }
  /* line 35, ../sass/print.scss */
  body.single .site-content {
    margin-top: 20px;
  }
  /* line 40, ../sass/print.scss */
  body.single .site-content .site-main article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../sass/neat/grid/_span-columns.scss */
  body.single .site-content .site-main article:last-child {
    margin-right: 0;
  }
  /* line 44, ../sass/print.scss */
  body.single .site-content .site-main article .entry-header {
    text-align: left;
  }
  /* line 47, ../sass/print.scss */
  body.single .site-content .site-main article .entry-header .print-post-cat {
    padding: 20px 0;
    border-bottom: 1px solid #000;
    font-family: "dinpro-regularregular", Helvetica, sans-serif;
    font-size: 20px;
  }
  /* line 57, ../sass/print.scss */
  body.single .site-content .site-main article .entry-header .author-container {
    display: none;
  }
  /* line 63, ../sass/print.scss */
  body.single .site-content .site-main article .entry-content .wp-caption {
    display: none;
  }
  /* line 68, ../sass/print.scss */
  body.single .site-content .site-main article .entry-feature,
  body.single .site-content .site-main article #entry-shares,
  body.single .site-content .site-main article .kaltura-player-wrapper,
  body.single .site-content .site-main article .entry-footer {
    display: none;
  }
  /* line 77, ../sass/print.scss */
  body.single .site-content .site-main .widget-area {
    display: none;
  }
  /* line 84, ../sass/print.scss */
  body.single .site-footer {
    display: none;
  }
}
/******************/
/***** GLOBAL *****/
/******************/
/* line 18, ../sass/screen.scss */
.print {
  display: none;
}

/* line 22, ../sass/screen.scss */
a {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  text-decoration: none;
  color: #DE7518;
}
/* line 28, ../sass/screen.scss */
a:hover {
  text-decoration: underline;
}

/* line 34, ../sass/screen.scss */
.entry-content em {
  font-style: italic;
}
/* line 38, ../sass/screen.scss */
.entry-content a:visited {
  color: #DE7518;
}
/* line 42, ../sass/screen.scss */
.entry-content ul, .entry-content ol {
  list-style-type: circle;
  margin: 0 0 15px 20px;
}
/* line 46, ../sass/screen.scss */
.entry-content ul li, .entry-content ol li {
  margin-bottom: 5px;
}
/* line 49, ../sass/screen.scss */
.entry-content ul li:last-child, .entry-content ol li:last-child {
  margin-bottom: 0;
}
/* line 55, ../sass/screen.scss */
.entry-content ol {
  list-style-type: decimal;
}
/* line 59, ../sass/screen.scss */
.entry-content blockquote {
  margin: 0 0 15px 20px;
  border-left: 2px solid #000;
  font-style: italic;
  padding-left: 20px;
  color: #000;
}
/* line 67, ../sass/screen.scss */
.entry-content .wp-caption {
  border: none;
}
/* line 70, ../sass/screen.scss */
.entry-content .wp-caption .wp-caption-text {
opacity: 0.7;
    font-style: italic;
    font-family: sans-serif;
    line-height: 1.3;
    margin: 0.5em 0;
    font-size: 13px;
}
/* line 76, ../sass/screen.scss */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 15px;
  line-height: 1.1;
}
/* line 81, ../sass/screen.scss */
.entry-content h1 {
  font-size: 36px;
}
/* line 85, ../sass/screen.scss */
.entry-content h2 {
  font-size: 30px;
}
/* line 89, ../sass/screen.scss */
.entry-content h3 {
  font-size: 24px;
}
/* line 93, ../sass/screen.scss */
.entry-content h4 {
  font-size: 18px;
  font-weight:bold;
  font-color:#294E77;
  
}
/* line 97, ../sass/screen.scss */
.entry-content h5 {
  font-size: 14px;
}
/* line 101, ../sass/screen.scss */
.entry-content h6 {
  font-size: 12px;
}

/* line 106, ../sass/screen.scss */
.gray-divider {
  background: #f6f6f6;
  width: 100%;
  height: 10px;
  margin: 100px 0;
}

/* line 113, ../sass/screen.scss */
.kaltura-player-wrapper {
  margin-bottom: 15px;
}
/* line 116, ../sass/screen.scss */
.kaltura-player-wrapper .mwEmbedKalturaIframe,
.kaltura-player-wrapper .kWidgetIframeContainer {
  width: 100% !important;
  min-height: 400px;
}
@media only screen and (max-width: 720px) {
  /* line 116, ../sass/screen.scss */
  .kaltura-player-wrapper .mwEmbedKalturaIframe,
  .kaltura-player-wrapper .kWidgetIframeContainer {
    max-height: 250px;
    min-height: 250px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 116, ../sass/screen.scss */
  .kaltura-player-wrapper .mwEmbedKalturaIframe,
  .kaltura-player-wrapper .kWidgetIframeContainer {
    max-height: 200px;
    min-height: 0;
  }
}

@media only screen and (max-width: 768px) {
  /* line 133, ../sass/screen.scss */
  body {
    overflow-x: hidden;
  }
}

/* line 141, ../sass/screen.scss */
body.home article.post .mwEmbedKalturaIframe,
body.home article.post .kWidgetIframeContainer {
  min-height: 200px;
  height: auto !important;
}

/* line 149, ../sass/screen.scss */
.kaltura-powered-by {
  display: none;
}

/* line 153, ../sass/screen.scss */
span.arrows {
  color: #8e1d25;
}

/* line 157, ../sass/screen.scss */
span.round-arrow {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #8e1d25;
  border: 2px solid #8e1d25;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-top;
}

/* line 167, ../sass/screen.scss */
.rounded {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 173, ../sass/screen.scss */
.single .entry-content,
.page .entry-content {
  font-family: "merriweatherregular", "Times New Roman", serif;
  font-size: 14px;
  color: #606060;
  line-height: 1.4;
}
/* line 182, ../sass/screen.scss */
.single .entry-content p,
.page .entry-content p {
  margin-bottom: 15px;
}


.single .entry-content .no-sidebar p,
.page .entry-content .no-sidebar p{

  font-size: 16px;

}



/* line 186, ../sass/screen.scss */
.single .entry-content b, .single .entry-content strong,
.page .entry-content b,
.page .entry-content strong {
  font-family: "merriweatherbold", "Times New Roman", serif;
}

/* line 194, ../sass/screen.scss */
.entry-footer.hide-disqus #disqus_thread {
  display: none;
}

/* line 200, ../sass/screen.scss */
#entry-shares {
  margin-bottom: 40px;
  position: relative;
}
/* line 203, ../sass/screen.scss */
#entry-shares .qrcode {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 9999;
  position: absolute;
  padding: 15px;
  top: 50px;
  border: 1px solid #c2c2c2;
  background: #fff;
  display: none;
  width: 205px;
  height: 205px;
}
/* line 216, ../sass/screen.scss */
#entry-shares .qrcode img {
  width: 175px;
  height: 175px;
}
@media only screen and (max-width: 600px) {
  /* line 203, ../sass/screen.scss */
  #entry-shares .qrcode {
    position: fixed;
    margin: 0 auto;
    top: 50%;
    left: 25%;
  }
}
/* line 228, ../sass/screen.scss */
#entry-shares .qrcode:after, #entry-shares .qrcode:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  /* line 228, ../sass/screen.scss */
  #entry-shares .qrcode:after, #entry-shares .qrcode:before {
    border: none;
  }
}
/* line 244, ../sass/screen.scss */
#entry-shares .qrcode:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}
/* line 251, ../sass/screen.scss */
#entry-shares .qrcode:before {
  border-color: rgba(194, 194, 194, 0);
  border-bottom-color: #c2c2c2;
  border-width: 6px;
  margin-left: -6px;
}
/* line 259, ../sass/screen.scss */
#entry-shares .share-button {
  float: left;
  margin: 10px 10px 0 0;
}
/* line 263, ../sass/screen.scss */
#entry-shares .share-button .count {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 5px;
  float: right;
  padding: 5px;
  border: 1px solid #c2c2c2;
  position: relative;
  background: #ffffff;
  font-size: 13px;
  font-family: "dinpromedium", Helvetica, sans-serif;
}
/* line 278, ../sass/screen.scss */
#entry-shares .share-button .count:after, #entry-shares .share-button .count:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 290, ../sass/screen.scss */
#entry-shares .share-button .count:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 5px;
  margin-top: -5px;
}
/* line 297, ../sass/screen.scss */
#entry-shares .share-button .count:before {
  border-color: rgba(194, 194, 194, 0);
  border-right-color: #c2c2c2;
  border-width: 6px;
  margin-top: -6px;
}
/* line 305, ../sass/screen.scss */
#entry-shares .share-button .share {
  float: left;
  position: relative;
  display: block;
  padding: 10px 10px 10px 30px;
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  font-family: "dinpromedium", Helvetica, sans-serif;
}
@media only screen and (max-width: 320px) {
  /* line 305, ../sass/screen.scss */
  #entry-shares .share-button .share {
    text-indent: -99999999px;
    padding: 10px 20px 10px 15px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 323, ../sass/screen.scss */
  #entry-shares .share-button .share:before {
    text-indent: initial;
  }
}
/* line 332, ../sass/screen.scss */
#entry-shares #facebook-sharrre .share {
  background: #3b5998;
}
/* line 335, ../sass/screen.scss */
#entry-shares #facebook-sharrre .share:before {
  position: absolute;
  left: 5px;
  top: 7px;
  font-size: 24px;
  content: "\f101";
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}
/* line 347, ../sass/screen.scss */
#entry-shares #facebook-sharrre .count {
  color: #3b5998;
}
/* line 353, ../sass/screen.scss */
#entry-shares #twitter-sharrre .share {
  background: #00aced;
}
/* line 356, ../sass/screen.scss */
#entry-shares #twitter-sharrre .share:before {
  position: absolute;
  left: 5px;
  top: 7px;
  font-size: 24px;
  content: "\f106";
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}
/* line 368, ../sass/screen.scss */
#entry-shares #twitter-sharrre .count {
  color: #00aced;
}
/* line 374, ../sass/screen.scss */
#entry-shares #googleplus-sharrre .share {
  background: #db4a39;
}
/* line 377, ../sass/screen.scss */
#entry-shares #googleplus-sharrre .share:before {
  position: absolute;
  left: 5px;
  top: 7px;
  font-size: 24px;
  content: "\f102";
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}
/* line 389, ../sass/screen.scss */
#entry-shares #googleplus-sharrre .count {
  color: #db4a39;
}
/* line 394, ../sass/screen.scss */
#entry-shares #wechat-sharrre {
  position: relative;
}
/* line 397, ../sass/screen.scss */
#entry-shares #wechat-sharrre .share {
  background: #679e27;
  margin-right: 0;
}
/* line 401, ../sass/screen.scss */
#entry-shares #wechat-sharrre .share:before {
  position: absolute;
  left: 7px;
  top: 5px;
  font-size: 24px;
  content: "\f10b";
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}
@media only screen and (max-width: 320px) {
  /* line 397, ../sass/screen.scss */
  #entry-shares #wechat-sharrre .share {
    padding: 10px 0;
    width: 30px;
  }
}
/* line 419, ../sass/screen.scss */
#entry-shares #weibo-sharrre {
  position: relative;
}
/* line 422, ../sass/screen.scss */
#entry-shares #weibo-sharrre .share {
  background: #f7941e;
  margin-right: 0;
  padding: 10px 20px;
}
/* line 427, ../sass/screen.scss */
#entry-shares #weibo-sharrre .share:before {
  position: absolute;
  left: 2px;
  top: 0;
  font-size: 40px;
  content: "\f108";
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}
/* line 438, ../sass/screen.scss */
#entry-shares #weibo-sharrre .share:hover {
  text-decoration: none;
}
/* line 444, ../sass/screen.scss */
#entry-shares #email-sharrre {
  margin-right: 0;
}
/* line 447, ../sass/screen.scss */
#entry-shares #email-sharrre .share {
  background: #e1a500;
  padding: 10px 20px;
}
/* line 451, ../sass/screen.scss */
#entry-shares #email-sharrre .share:before {
  position: absolute;
  left: 8px;
  top: -4px;
  font-size: 40px;
  content: "\f10a";
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}
/* line 462, ../sass/screen.scss */
#entry-shares #email-sharrre .share:hover {
  text-decoration: none;
}
/* line 469, ../sass/screen.scss */
#entry-shares #print-sharrre .share {
  background: #4374BA;
  padding: 10px 17px;
}
/* line 473, ../sass/screen.scss */
#entry-shares #print-sharrre .share:before {
  position: absolute;
  left: -15px;
  top: 5px;
  font-size: 24px;
  content: "\f10d";
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
}
/* line 484, ../sass/screen.scss */
#entry-shares #print-sharrre .share:hover {
  text-decoration: none;
  cursor: pointer;
}

/******************/
/***** HEADER *****/
/******************/
/* line 495, ../sass/screen.scss */
/*.site-branding {
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 30, 108, 1) 0%,rgba(74, 126, 215, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(0, 30, 108, 1) 0%, rgba(74, 126, 215, 1) 100%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 30, 108, 1) ),color-stop(1,rgba(74, 126, 215, 1) ));
    background : -o-linear-gradient(0deg, rgba(0, 30, 108, 1) 0%, rgba(74, 126, 215, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(0, 30, 108, 1) 0%, rgba(74, 126, 215, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#001E6C', endColorstr='#4A7ED7' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(0, 30, 108, 1) 0%, rgba(74, 126, 215, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001E6C',endColorstr='#4A7ED7' , GradientType=1);
  padding: 20px 0;
}*/
/*@media only screen and (max-width: 768px) {

  .site-branding {
    padding: 20px 10px;
  }
}*/

/* line 505, ../sass/screen.scss */
.site-title {
  float: left;
}
/* line 508, ../sass/screen.scss */
.site-title a {
  display: block;
  background: transparent url(../img/cctv-logo-new.png) top left no-repeat;
  background-size: 100%;
  width: 120px;
  height: 57px;
  text-indent: -999999px;
}
@media only screen and (max-width: 600px) {
  /* line 508, ../sass/screen.scss */
  .site-title a {
    margin: 0 auto;
  }
}

/******************/
/***** HEADER *****/
/***** SEARCH *****/
/******************/
/* line 527, ../sass/screen.scss */
.site-branding .search-form {
  float: right;
  display: table;
  height: 57px;
  width: 40%;
  position: relative;
  padding-left: 50px;
}
/* line 535, ../sass/screen.scss */
.site-branding .search-form:before {
  font-size: 72px;
  position: absolute;
  left: 0;
  color: #fff;
  background: transparent;
  top: 3px;
}
/* line 544, ../sass/screen.scss */
.site-branding .search-form label {
  display: table-cell;
  vertical-align: middle;
}
/* line 549, ../sass/screen.scss */
.site-branding .search-form .search-field {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 18px;
}
/* line 61, ../sass/settings.scss */
.site-branding .search-form .search-field[placeholder].placeholder {
  color: #fff;
}
/* line 62, ../sass/settings.scss */
.site-branding .search-form .search-field[placeholder]:-moz-placeholder {
  color: #fff;
}
/* line 63, ../sass/settings.scss */
.site-branding .search-form .search-field[placeholder]::-webkit-input-placeholder {
  color: #fff;
}
/* line 570, ../sass/screen.scss */
.site-branding .search-form .search-field:focus {
  color: #fff;
}
/* line 575, ../sass/screen.scss */
.site-branding .search-form a.icon-search {
  font-size: 72px;
  position: absolute;
  left: 0;
  color: #FFF;
  background: transparent;
  top: 3px;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
}
/* line 587, ../sass/screen.scss */
.site-branding .search-form a.icon-search:hover {
  text-decoration: none;
}

/* line 594, ../sass/screen.scss */
.main-navigation {
  background: #001E54;
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 604, ../sass/screen.scss */
.main-navigation .menu-toggle {
  padding: 15px 15px 15px 30px;
  position: relative;
  color: #fff;
}
/* line 609, ../sass/screen.scss */
.main-navigation .menu-toggle:before {
  content: "";
  position: absolute;
  top: 1.4em;
  left: 10px;
  width: 1em;
  height: 0.15em;
  background: #fff;
  box-shadow: 0 0.25em 0 0 #fff, 0 0.5em 0 0 #fff;
}
/* line 623, ../sass/screen.scss */
.main-navigation li:last-child {
  border-right: 1px solid #052349;
}
/* line 628, ../sass/screen.scss */
.main-navigation li.current-menu-item > a {
  box-shadow: #8e1d25 0 2px 0 inset;
}
/* line 634, ../sass/screen.scss */
.main-navigation .menu-item-has-children {
  position: static;
}
/* line 638, ../sass/screen.scss */
.main-navigation a {
  color: #fff;
  padding: 15px;
  border-left: 1px solid #052349;
}
/* line 643, ../sass/screen.scss */
.main-navigation a:hover {
  box-shadow: #8e1d25 0 2px 0 inset;
}
/* line 648, ../sass/screen.scss */
.main-navigation .sub-menu {
  box-shadow: none;
  position: absolute;
  height: auto;
  display: none;
  width: 100%;
  background: #051c3e;
  left: 0;
  top: 139px;
  border-top: 1px solid #052349;
}
@media only screen and (max-width: 600px) {
  /* line 648, ../sass/screen.scss */
  .main-navigation .sub-menu {
    top: 237px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 648, ../sass/screen.scss */
  .main-navigation .sub-menu {
    top: 259px;
  }
}
/* line 669, ../sass/screen.scss */
.main-navigation .sub-menu a,
.main-navigation .sub-menu li:last-child {
  border: none;
  width: auto;
}
/* line 674, ../sass/screen.scss */
.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu li:last-child:hover {
  box-shadow: none;
}

/* line 684, ../sass/screen.scss */
body.admin-bar .main-navigation .sub-menu {
  top: 171px;
}
@media only screen and (max-width: 600px) {
  /* line 684, ../sass/screen.scss */
  body.admin-bar .main-navigation .sub-menu {
    top: 269px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 684, ../sass/screen.scss */
  body.admin-bar .main-navigation .sub-menu {
    top: 311px;
  }
}

/***************************/
/***** LATEST NEWS BAR *****/
/***************************/
/* line 701, ../sass/screen.scss */
.latest-news {
  display: none;
}

/* line 705, ../sass/screen.scss */
.latest-news,
.breaking-news {
    background : -moz-linear-gradient(0% 50% 0deg,rgba(117, 83, 19, 1) 0%,rgba(219, 194, 89, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(117, 83, 19, 1) 0%, rgba(219, 194, 89, 1) 100%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(117, 83, 19, 1) ),color-stop(1,rgba(219, 194, 89, 1) ));
    background : -o-linear-gradient(0deg, rgba(117, 83, 19, 1) 0%, rgba(219, 194, 89, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(117, 83, 19, 1) 0%, rgba(219, 194, 89, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#755313', endColorstr='#DBC259' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(117, 83, 19, 1) 0%, rgba(219, 194, 89, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#755313',endColorstr='#DBC259' , GradientType=1);
  padding: 15px 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 705, ../sass/screen.scss */
  .latest-news,
  .breaking-news {
    padding: 15px;
  }
}
/* line 715, ../sass/screen.scss */
.latest-news .vert-align,
.breaking-news .vert-align {
  float: left;
  margin-top: 10px;
}
@media only screen and (max-width: 720px) {
  /* line 715, ../sass/screen.scss */
  .latest-news .vert-align,
  .breaking-news .vert-align {
    float: none;
  }
}
/* line 724, ../sass/screen.scss */
.latest-news .title,
.breaking-news .title {
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 22px;
  float: left;
  margin-top: 2px;
  margin-right: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 720px) {
  /* line 724, ../sass/screen.scss */
  .latest-news .title,
  .breaking-news .title {
    display: block;
    text-align: center;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 745, ../sass/screen.scss */
.latest-news .item,
.breaking-news .item {
  width: 80%;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
@media only screen and (max-width: 768px) {
  /* line 745, ../sass/screen.scss */
  .latest-news .item,
  .breaking-news .item {
    width: 76%;
  }
}
@media only screen and (max-width: 720px) {
  /* line 745, ../sass/screen.scss */
  .latest-news .item,
  .breaking-news .item {
    width: 100%;
  }
}
/* line 763, ../sass/screen.scss */
.latest-news .active.left,
.latest-news .active.right,
.breaking-news .active.left,
.breaking-news .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
/* line 770, ../sass/screen.scss */
.latest-news .item.active,
.breaking-news .item.active {
  opacity: 1;
  display: inline-block;
  float: right;
}
/* line 776, ../sass/screen.scss */
.latest-news .carousel-caption,
.breaking-news .carousel-caption {
  text-shadow: none;
  display: inline-block;
  position: static;
  font-family: "merriweatherregular", "Times New Roman", serif;
  font-size: 16px;
  padding: 0;
  text-align: left;
  margin-top: 7px;
}
@media only screen and (max-width: 720px) {
  /* line 776, ../sass/screen.scss */
  .latest-news .carousel-caption,
  .breaking-news .carousel-caption {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
/* line 797, ../sass/screen.scss */
.latest-news a,
.breaking-news a {
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 13px;
  float: right;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 2px solid #fff;
}
@media only screen and (max-width: 720px) {
  /* line 797, ../sass/screen.scss */
  .latest-news a,
  .breaking-news a {
    width: 147px;
    float: none;
    margin: 10px auto 0 auto;
    display: block;
  }
}
/* line 821, ../sass/screen.scss */
.latest-news a:hover,
.breaking-news a:hover {
  background: #fff;
  color: #8e1d25;
}

/* line 828, ../sass/screen.scss */
#breaking-news {
  background:#d32028; 
}

/* line 832, ../sass/screen.scss */
.home-takeover,
.slider,
.home-slider-right {
  margin-top: 35px;
}




/**************************/
/***** SOCIAL BUTTONS *****/
/**************************/
/* line 841, ../sass/screen.scss */
.social-buttons {
  height: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 841, ../sass/screen.scss */
  .social-buttons {
    height: 40px;
  }
}
@media only screen and (max-width: 720px) {
  /* line 850, ../sass/screen.scss */
  .social-buttons #menu-social-buttons {
    width: 240px;
    margin: 0 auto;
  }
}
/* line 856, ../sass/screen.scss */
.social-buttons li {
  margin-right: 13px;
  float: right;
}
@media only screen and (max-width: 768px) {
  /* line 856, ../sass/screen.scss */
  .social-buttons li {
    margin-right: 8px;
  }
}
/* line 864, ../sass/screen.scss */
.social-buttons li:first-child {
  margin-right: 0;
}


/* line 868, ../sass/screen.scss */
.social-buttons li a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  text-decoration: none;
  border: 0;
  font-size: 0;
  text-align: center;
  padding-top: 6px;
}


@media only screen and (max-width: 768px) {
  /* line 868, ../sass/screen.scss */
  .social-buttons li a {
    width: 40px;
    height: 40px;
  }
}
/* line 887, ../sass/screen.scss */
.social-buttons li a:before {
  position: absolute;
  top: 10px;
  left: 4px;
}
@media only screen and (max-width: 768px) {
  /* line 887, ../sass/screen.scss */
  .social-buttons li a:before {
    left: 3px;
  }
}
/* line 904, ../sass/screen.scss */
.social-buttons li.facebook a {
  background-color: #3b5998;
  color: #fff;
}
/* line 94, ../sass/icons.scss */
.social-buttons li.facebook a:before {
  font-size: 42px;
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
  content: "\f101";
}
@media only screen and (max-width: 768px) {
  /* line 94, ../sass/icons.scss */
  .social-buttons li.facebook a:before {
    font-size: 36px;
  }
}
/* line 904, ../sass/screen.scss */
.social-buttons li.googleplus a {
  background-color: #db4a39;
  color: #fff;
}
/* line 94, ../sass/icons.scss */
.social-buttons li.googleplus a:before {
  font-size: 42px;
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
  content: "\f102";
}
@media only screen and (max-width: 768px) {
  /* line 94, ../sass/icons.scss */
  .social-buttons li.googleplus a:before {
    font-size: 36px;
  }
}
/* line 904, ../sass/screen.scss */
.social-buttons li.twitter a {
  background-color: #00aced;
  color: #fff;
}
/* line 94, ../sass/icons.scss */
.social-buttons li.twitter a:before {
  font-size: 42px;
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
  content: "\f106";
}
@media only screen and (max-width: 768px) {
  /* line 94, ../sass/icons.scss */
  .social-buttons li.twitter a:before {
    font-size: 36px;
  }
}
/* line 904, ../sass/screen.scss */
.social-buttons li.youtube a {
  background-color: #AF2B26;
  color: #fff;
}
/* line 94, ../sass/icons.scss */
.social-buttons li.youtube a:before {
  font-size: 42px;
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
  content: "\f109";
}
@media only screen and (max-width: 768px) {
  /* line 94, ../sass/icons.scss */
  .social-buttons li.youtube a:before {
    font-size: 36px;
  }
}
/* line 904, ../sass/screen.scss */
.social-buttons li.weibo a {
  background-color: #f7941e;
  color: #fff;
}
/* line 94, ../sass/icons.scss */
.social-buttons li.weibo a:before {
  font-size: 42px;
  font-weight: normal;
  font-family: "social-icons";
  text-transform: none;
  content: "\f108";
}
@media only screen and (max-width: 768px) {
  /* line 94, ../sass/icons.scss */
  .social-buttons li.weibo a:before {
    font-size: 36px;
  }
}
/* line 913, ../sass/screen.scss */
.social-buttons li.weibo a:before {
  font-size: 60px;
  top: 0px;
  left: -5px;
}
@media only screen and (max-width: 768px) {
  /* line 913, ../sass/screen.scss */
  .social-buttons li.weibo a:before {
    font-size: 50px;
  }
}







/************************/
/***** TOP NEWS DIVIDER *****/
/************************/


/* line 926, ../sass/screen.scss */
.top-news-divider {
  background: transparent url(../img/line-mark.png) left center repeat-x;
  margin: 40px 0;
}
/* line 930, ../sass/screen.scss */
.top-news-divider span {
  background: #fff;
  color: #052349;
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}








/************************/
/***** POPULAR NEWS *****/
/************************/
/* line 947, ../sass/screen.scss */
.popular-news {
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 13px;
}
/* line 953, ../sass/screen.scss */
.popular-news .parts-title {
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  background: #001E54;
  color: #fff;
  margin-bottom: 0;
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 15px;
}
/* line 971, ../sass/screen.scss */
.popular-news .pop-list {
  margin: 0;
  border-left: 1px solid #c2c2c2;
  border-right: 10px solid #dbc259;
}
/* line 976, ../sass/screen.scss */
.popular-news .pop-list .top-news-divider {
  background: transparent url(../img/line-mark-old.png) left center repeat-x;
  height: 10px;
  margin: 0;
}
/* line 981, ../sass/screen.scss */
.popular-news .pop-list .pop-post {
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #c2c2c2;
  position: relative;
  overflow: hidden;
  display: block;
}
@-moz-document url-prefix() {
  /* line 981, ../sass/screen.scss */
  .popular-news .pop-list .pop-post {
    float: left;
    border-right: 10px solid #001E54;
  }
}
/* line 993, ../sass/screen.scss */
.popular-news .pop-list .pop-post img,
.popular-news .pop-list .pop-post .pop-news-placethumb {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 1003, ../sass/screen.scss */
.popular-news .pop-list .pop-post .pop-news-placethumb {
  display: inline-block;
  background: #c4c4c4;
}
/* line 1008, ../sass/screen.scss */
.popular-news .pop-list .pop-post a {
  vertical-align: middle;
  display: inline-block;
  max-width: 60%;
  text-decoration: none;
  color: #606060;
  line-height: 1.2;
}
/* line 1018, ../sass/screen.scss */
.popular-news .pop-list .pop-post:hover {
  cursor: pointer;
}
/* line 1022, ../sass/screen.scss */
.popular-news .pop-list .pop-post .icon-view-eye {
  display: inline-block;
  font-size: 50px;
  color: #fff;
  background: #dbc259;
  position: absolute;
  height: 100%;
  width: 75px;
  top: 0;
  right: -75px;
  padding: 11px 0 20px 20px;
  transition-property: right;
  transition-duration: 0.5s;
}
/* line 1039, ../sass/screen.scss */
.popular-news .pop-list .pop-post:hover .icon-view-eye {
  right: 0;
}

/**************************/
/***** SOCIAL FEEDS *******/
/**************************/
/* line 1052, ../sass/screen.scss */
.widget-area {
  word-wrap: break-word;
}
/* line 1056, ../sass/screen.scss */
.widget-area #text-5 img {
  width: 100%;
  vertical-align: middle;
}
/* line 1062, ../sass/screen.scss */
.widget-area a {
  color: #8e1d25;
}
/* line 1066, ../sass/screen.scss */
.widget-area .popular-news {
  margin-bottom: 20px;
}
/* line 1070, ../sass/screen.scss */
.widget-area .widget-title {
  display: none;
}
/* line 1075, ../sass/screen.scss */
.widget-area .text-widget .widget-title-twitter {
  display: block;
}
/* line 1080, ../sass/screen.scss */
.widget-area .icon-facebook,
.widget-area .icon-twitter {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background-color: #3b5998;
  color: #fff !important;
  font-size: 40px;
  width: 75px;
  height: 75px;
  left: 50%;
  margin-left: -37px;
  top: -38px;
  padding: 41px 0 0 18px;
}
/* line 1097, ../sass/screen.scss */
.widget-area .icon-twitter {
  background-color: #00aced;
  font-size: 36px;
  padding-left: 20px;
}
/* line 1103, ../sass/screen.scss */
.widget-area .widget {
  overflow: hidden;
  position: relative;
  padding: 15px;
}
/* line 1110, ../sass/screen.scss */
.widget-area .cff-author,
.widget-area .cff-viewpost-facebook {
  display: none !important;
}
/* line 1115, ../sass/screen.scss */
.widget-area .cff-shared-link {
  border: none !important;
  background: none !important;
}
/* line 1120, ../sass/screen.scss */
.widget-area #cff {
  padding: 0 15px;
  margin-top: 50px;
  max-height: 503px;
  overflow-y: scroll;
}
/* line 1127, ../sass/screen.scss */
.widget-area #cff a {
  text-decoration: none;
}
/* line 1132, ../sass/screen.scss */
.widget-area .twitter-timeline {
  padding: 40px 0 0 15px;
  max-height: 550px;
  color: #fff !important;
}
/* line 1139, ../sass/screen.scss */
.widget-area .cff-item {
  margin: 0 !important;
  padding: 15px 0 !important;
}
/* line 1145, ../sass/screen.scss */
.widget-area .cff-date,
.widget-area .oauth-twitter-tweet-time {
  color: #051c3e;
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 15px 0 0 0 !important;
}
/* line 1158, ../sass/screen.scss */
.widget-area .cff-post-text,
.widget-area .oauth-twitter-tweet,
.widget-area .cff-post-desc,
.widget-area .cff-link-title {
  margin: 0 !important;
  font-style: normal;
  color: #606060;
  font-family: "merriweatherregular", "Times New Roman", serif;
  font-size: 11px;
  line-height: 17px;
}
/* line 1175, ../sass/screen.scss */
.widget-area .cff-link-title {
  font-size: 13px;
  font-family: "merriweatherbold", "Times New Roman", serif;
}
/* line 1180, ../sass/screen.scss */
.widget-area .cff-post-desc {
  font-family: "merriweatherbold", "Times New Roman", serif;
  font-style: italic;
  padding-left: 15px !important;
  margin-top: 15px !important;
  border-left: 2px solid #c2c2c2;
}
/* line 1191, ../sass/screen.scss */
.widget-area .oauth-twitter-tweet,
.widget-area .oauth-twitter-tweet-time {
  padding: 0 15px;
}
/* line 1196, ../sass/screen.scss */
.widget-area .feed-more,
.widget-area #oauth-twitter-follow-link {
  font: 12px/normal "dinpro-regularregular", Helvetica, sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: normal;
  padding: 25px 15px;
  border-top: 2px solid #8e1d25;
  text-align: left;
}
/* line 1208, ../sass/screen.scss */
.widget-area .feed-more a,
.widget-area #oauth-twitter-follow-link a {
  text-decoration: none;
  color: #051c3e;
}
/* line 1214, ../sass/screen.scss */
.widget-area .widget_oauth_twitter_widget {
  padding: 65px 15px 15px 15px;
}
/* line 1217, ../sass/screen.scss */
.widget-area .widget_oauth_twitter_widget .widget-title {
  display: block;
}
/* line 1221, ../sass/screen.scss */
.widget-area .widget_oauth_twitter_widget .scroll {
  max-height: 250px;
  overflow-y: scroll;
}

/**************************/
/***** HOME ***************/
/***** ARTICLE STYLES *****/
/**************************/
/* line 1234, ../sass/screen.scss */
body.home article img {
  width: 100%;
  height: auto;
}
/* line 1239, ../sass/screen.scss */
body.home article .entry-title {
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 18px;
  margin: 5px 0 10px 0;
	line-height:1.2;
}
/* line 1247, ../sass/screen.scss */
body.home article .entry-title a {
/*  color: #606060;*/
  color: #000;
  text-decoration: none;
}
/* line 1251, ../sass/screen.scss */
body.home article .entry-title a:hover {
  text-decoration: underline;
}
/* line 1259, ../sass/screen.scss */
body.home article .entry-content {
  color: #606060;
  font-family: "merriweatherregular", "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.4;
}
/* line 1268, ../sass/screen.scss */
body.home article .entry-content .more-link {
  color: #001E54;
  font-family: "dinpromedium", Helvetica, sans-serif;
  text-transform: uppercase;
  float:right;
}
/* line 1277, ../sass/screen.scss */
body.home article .entry-content p:last-child {
  margin-top: 20px;
}

/**************************/
/***** HOME ***************/
/***** CATEGORY LISTS *****/
/**************************/
/* line 1288, ../sass/screen.scss */
.home-categories {
  margin-bottom: 40px;
}
/* line 1291, ../sass/screen.scss */
.home-categories .cat-header {
  text-decoration: none;
  text-transform: uppercase;
  color: #052349;
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 17px;
  display: block;
  border-bottom: 2px solid #001E54;
  padding-bottom: 10px;
}
/* line 1306, ../sass/screen.scss */
.home-categories .cat-title {
  float: left;
  margin-right: 10px;
}
/* line 1311, ../sass/screen.scss */
.home-categories .single-category {
  margin-top: 30px;
}

/* line 1320, ../sass/screen.scss */
.home-categories ul {
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 13px;
}
/* line 1326, ../sass/screen.scss */
.home-categories ul li {
  padding: 20px 0;
  border-bottom: 1px solid #c2c2c2;
      font-size: 14px;
    line-height: 1.2;
}
/* line 1330, ../sass/screen.scss */
.home-categories ul li a {
  color: #606060;
  text-decoration: none;
}
/* line 1334, ../sass/screen.scss */
.home-categories ul li a:hover {
  text-decoration: underline;
}

/**************************/
/***** HOME ***************/
/***** SLIDER *************/
/**************************/
/* line 1347, ../sass/screen.scss */
#home-slider .carousel-inner {
  min-height: 320px;
}
/* line 1351, ../sass/screen.scss */
#home-slider .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 1352, ../sass/screen.scss */
#home-slider .item a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 1365, ../sass/screen.scss */
#home-slider .carousel-control {
  background-image: none;
  background-image: none;
}
/* line 1368, ../sass/screen.scss */
#home-slider .carousel-control .arrow {
  background: url(../img/slider-arrows.png) top center no-repeat;
  width: 21px;
  height: 34px;
  border: none;
  display: block;
  font-family: none;
  border: none;
  position: absolute;
  left: 20px;
  top: 45%;
}
/* line 1380, ../sass/screen.scss */
#home-slider .carousel-control .arrow::before {
  content: "";
}
/* line 1385, ../sass/screen.scss */
#home-slider .carousel-control .arrow-right {
  left: auto;
  right: 20px;
  background-position: bottom center;
}
/* line 1392, ../sass/screen.scss */
#home-slider .carousel-caption {
  background: #000;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.33);
  color: rgba(0, 0, 0, 0.39);
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 30px;
  left: 0;
  right: 0;
  text-align: left;
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  -webkit-transition-duration: .3s; /* Safari */
    transition-duration: .3s;
}
/* line 1393, ../sass/screen.scss */
#home-slider .carousel-caption .entry-title {
  text-align: left;
  color: #fff;
  line-height: 1.2;
  margin-bottom:10px;
  font-size: 32px;
 } 
 
#home-slider:hover .carousel-caption .entry-title  {
 color: #fff;
/* text-decoration:underline;*/
}  
 #home-slider:hover .carousel-caption  {
background-color: rgba(0, 45, 90, 0.60);
-webkit-transition-duration: .3s; /* Safari */
    transition-duration: .3s;

}  
 
 
 
 
@media screen and (max-width: 600px) {
	#home-slider .carousel-caption .entry-title {

  font-size: 24px;
 } 
}
 
  

/* line 1399, ../sass/screen.scss */
#home-slider .carousel-caption a:hover {
  text-decoration: none;
}
/* line 1422, ../sass/screen.scss */
#home-slider .more-link {
  color: #fff;
  text-transform: uppercase;
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 14px;
  text-align:right;
}
/* line 1431, ../sass/screen.scss */
#home-slider .more-link .rounded {
  border: 2px solid #FFF;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  text-align: center;
}

/************************************/
/***** SINGLE ***********************/
/***** ANCHORS & CORRESPONDANTS *****/
/************************************/
/* line 1448, ../sass/screen.scss */
.single-anchors-corresp .vert-align {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 320px) {
  /* line 1448, ../sass/screen.scss */
  .single-anchors-corresp .vert-align {
    vertical-align: top;
  }
}
@media only screen and (max-width: 320px) {
  /* line 1458, ../sass/screen.scss */
  .single-anchors-corresp .rounded {
    float: none;
    margin: 0 auto;
  }
}
/* line 1465, ../sass/screen.scss */
.single-anchors-corresp article img {
/*  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;*/
}
/* line 1470, ../sass/screen.scss */
.single-anchors-corresp .anchor-post-thumb {
  width: 175px;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1470, ../sass/screen.scss */
  .single-anchors-corresp .anchor-post-thumb {
    display: none;
  }
}
/* line 1478, ../sass/screen.scss */
.single-anchors-corresp .entry-header .wrapper {
  height: 175px;
  display: table;
}
@media only screen and (max-width: 320px) {
  /* line 1478, ../sass/screen.scss */
  .single-anchors-corresp .entry-header .wrapper {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
/* line 1489, ../sass/screen.scss */
.single-anchors-corresp .entry-title {
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 20px;
}
/* line 1496, ../sass/screen.scss */
.single-anchors-corresp .top-news-divider {
  margin: 15px 0;
  height: 13px;
}
/* line 1501, ../sass/screen.scss */
.single-anchors-corresp .social-link.icon-twitter,
.single-anchors-corresp .social-link.icon-weibo {
  float: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 320px) {
  /* line 1501, ../sass/screen.scss */
  .single-anchors-corresp .social-link.icon-twitter,
  .single-anchors-corresp .social-link.icon-weibo {
    float: none;
  }
}
/* line 1510, ../sass/screen.scss */
.single-anchors-corresp .social-link.icon-twitter a,
.single-anchors-corresp .social-link.icon-weibo a {
  color: #606060;
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 13px;
}
/* line 1519, ../sass/screen.scss */
.single-anchors-corresp .social-link.icon-twitter::before,
.single-anchors-corresp .social-link.icon-weibo::before {
  font-size: 32px;
  vertical-align: middle;
}
/* line 1525, ../sass/screen.scss */
.single-anchors-corresp .icon-twitter {
  color: #00aced;
}
/* line 1529, ../sass/screen.scss */
.single-anchors-corresp .icon-weibo {
  color: #f7941e;
}
/* line 1533, ../sass/screen.scss */
.single-anchors-corresp .icon-weibo:last-child {
  margin-left: 20px;
}
@media only screen and (max-width: 320px) {
  /* line 1533, ../sass/screen.scss */
  .single-anchors-corresp .icon-weibo:last-child {
    margin-left: 0;
  }
}
/* line 1541, ../sass/screen.scss */
.single-anchors-corresp .cat-back {
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 13px;
  color: #052349;
}
/* line 1550, ../sass/screen.scss */
.single-anchors-corresp .arrows {
  color: #8e1d25;
}
/* line 1554, ../sass/screen.scss */
.single-anchors-corresp .recent-news {
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 17px;
  color: #052349;
  margin-top: 60px;
}
/* line 1564, ../sass/screen.scss */
.single-anchors-corresp .anchor-post {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #c2c2c2;
  position: relative;
}
/* line 1572, ../sass/screen.scss */
.single-anchors-corresp .anchor-post .anchor-post-title {
  display: inline-block;
  color: #6b6b6b;
  text-decoration: none;
  max-width: 89%;
  position: absolute;
  bottom: 45%;
  left: 33%;
/*  overflow: hidden;
  white-space: nowrap;*/
  text-overflow: ellipsis;
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  /* line 1572, ../sass/screen.scss */
  .single-anchors-corresp .anchor-post .anchor-post-title {
    left: 0;
    bottom: 65%;
  }
}
/* line 1596, ../sass/screen.scss */
.single-anchors-corresp .anchor-caret {
  display: inline;
  float: right;
  color: #8e1d25;
  font-family: "dinprobold", Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: -2px;
  position: absolute;
  right: 0;
  bottom: 40%;
}
@media only screen and (max-width: 768px) {
  /* line 1596, ../sass/screen.scss */
  .single-anchors-corresp .anchor-caret {
    bottom: 65%;
  }
}
/* line 1611, ../sass/screen.scss */
.single-anchors-corresp .anchor-post-list {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

/**********************/
/***** SINGLE *********/
/***** STORY/POST *****/
/**********************/
/* line 1624, ../sass/screen.scss */
.single-post .entry-header {
  text-align: center;
  margin-bottom: 25px;
}
/* line 1628, ../sass/screen.scss */
.single-post .entry-header .entry-title {
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 44px;
}
/* line 1635, ../sass/screen.scss */
.single-post .entry-header .author-container {
  margin: 25px 0 0 0;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 720px) {
  /* line 1635, ../sass/screen.scss */
  .single-post .entry-header .author-container {
    max-width: 100%;
  }
}
/* line 1645, ../sass/screen.scss */
.single-post .entry-header .wrapper {
  height: 70px;
  display: table;
}
@media only screen and (max-width: 720px) {
  /* line 1645, ../sass/screen.scss */
  .single-post .entry-header .wrapper {
    margin: 0 auto;
  }
}
/* line 1653, ../sass/screen.scss */
.single-post .entry-header .wrapper .vert-align {
  display: table-cell;
  vertical-align: middle;
}
/* line 1658, ../sass/screen.scss */
.single-post .entry-header .wrapper .social-link,
.single-post .entry-header .wrapper .author-title {
  float: left;
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 14px;
  color: #747474;
}
@media only screen and (max-width: 320px) {
  /* line 1658, ../sass/screen.scss */
  .single-post .entry-header .wrapper .social-link,
  .single-post .entry-header .wrapper .author-title {
    float: none;
  }
}
/* line 1673, ../sass/screen.scss */
.single-post .entry-header .wrapper .social-link a,
.single-post .entry-header .wrapper .author-title a {
  color: #747474;
}
/* line 1678, ../sass/screen.scss */
.single-post .entry-header .wrapper .author-title {
  margin-right: 10px;
  padding-top: 6px;
}
@media only screen and (max-width: 320px) {
  /* line 1678, ../sass/screen.scss */
  .single-post .entry-header .wrapper .author-title {
    margin-right: 0;
  }
}
/* line 1687, ../sass/screen.scss */
.single-post .entry-header .wrapper .social-link::before {
  color: #00aced;
  font-size: 32px;
  vertical-align: middle;
}
/* line 1694, ../sass/screen.scss */
.single-post .entry-header .rounded {
  float: left;
  margin-right: 10px;
  display: block;
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 720px) {
  /* line 1694, ../sass/screen.scss */
  .single-post .entry-header .rounded {
    float: none;
    margin: 0 auto;
  }
}
/* line 1706, ../sass/screen.scss */
.single-post .entry-header .rounded img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 1712, ../sass/screen.scss */
.single-post .entry-feature {
  margin-bottom: 25px;
}
/* line 1715, ../sass/screen.scss */
.single-post .entry-feature img {
  width: 100%;
  height: auto;
}
/* line 1720, ../sass/screen.scss */
.single-post .entry-feature .thumb-caption {
    opacity: 0.7;
    font-style: italic;
    font-family: sans-serif;
    line-height: 1.3;
    margin: 0.5em 0;
    font-size: 13px;
}
/* line 1731, ../sass/screen.scss */
.single-post .entry-shares {
  margin-bottom: 60px;
}
/* line 1735, ../sass/screen.scss */
.single-post .entry-meta {
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
}
/* line 1745, ../sass/screen.scss */
.single-post article .flybox-top {
  margin-bottom: 5px;
}
/* line 1749, ../sass/screen.scss */
.single-post article .flybox-close {
  float: right;
}
/* line 1753, ../sass/screen.scss */
.single-post article .flybox-next {
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 18px;
  line-height:1.3;
  display: block;
  position: fixed;
  bottom: 0;
  right: -600px;
  width: 350px;
  z-index: 9999;
  padding: 10px 15px 10px 10px;
  border-top: 2px solid #000;
  position: fixed;
  background-color: #FFF;
  box-shadow: #666 0 4px 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7)";
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7);
}
/* line 1755, ../sass/screen.scss */
.single-post article .flybox-next img.wp-post-image {
  float: left;
}
/* line 1759, ../sass/screen.scss */
.single-post article .flybox-next .flybox-next-text {
  float: right;
  width: 200px;
  margin-left: 15px;
  word-wrap: break-word;
}
@media only screen and (max-width: 600px) {
  /* line 1759, ../sass/screen.scss */
  .single-post article .flybox-next .flybox-next-text {
    width: 175px;
  }
}
@media only screen and (max-width: 720px) {
  /* line 1753, ../sass/screen.scss */
  .single-post article .flybox-next {
    width: 100%;
  }
}

/******************/
/***** SINGLE *****/
/***** PAGE *******/
/******************/
/* line 1805, ../sass/screen.scss */
.page .entry-header {
  text-align: center;
}
/* line 1808, ../sass/screen.scss */
.page .entry-header .entry-title {
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 30px;
  text-transform: none;
}
/* line 1818, ../sass/screen.scss */
.page .top-news-divider {
  height: 13px;
  margin: 20px 0;
}

/*********************/
/***** PAGE **********/
/***** CONTACT *******/
/*********************/
/* line 1829, ../sass/screen.scss */
.contact-form label {
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 12px;
  color: #052349;
}
/* line 1838, ../sass/screen.scss */
.contact-form input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #c2c2c2;
}
/* line 1844, ../sass/screen.scss */
.contact-form .pushbutton-wide {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 13px;
  padding: 10px 35px;
  color: #8e1d25;
  border: 2px solid #8e1d25;
  background: none;
}
/* line 1860, ../sass/screen.scss */
.contact-form .pushbutton-wide:hover {
  box-shadow: none;
  text-shadow: none;
  border: 2px solid #8e1d25;
  background: #8e1d25;
  color: #fff;
}

/*************************************/
/***** ARCHIVE ***********************/
/***** ANCHORS & CORRESPONDANTS ******/
/*************************************/
/* line 1876, ../sass/screen.scss */
.post-type-archive-anchors-corresp article {
  text-align: center;
}
/* line 1880, ../sass/screen.scss */
.post-type-archive-anchors-corresp .entry-header .title {
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 16px;
  margin: 5px 0;
}
/* line 1889, ../sass/screen.scss */
.post-type-archive-anchors-corresp .page-header {
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 32px;
  color: #051c3e;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 1902, ../sass/screen.scss */
.post-type-archive-anchors-corresp .top-news-divider {
  height: 13px;
  margin: 15px 0;
}
/* line 1908, ../sass/screen.scss */
.post-type-archive-anchors-corresp .site-main img {
  height: 150px;
  width: 150px;
/*  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;*/
}
/* line 1916, ../sass/screen.scss */
.post-type-archive-anchors-corresp .entry-footer a {
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 12px;
}
/* line 1925, ../sass/screen.scss */
.post-type-archive-anchors-corresp .paging-navigation a {
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 16px;
  color: #8e1d25;
}

/**************************/
/***** ARCHIVE ************/
/***** CATEGORY LIST ******/
/**************************/
/* line 1945, ../sass/screen.scss */
.category .site-main .entry-title,
.tag .site-main .entry-title,
.search .site-main .entry-title,
.error404 .site-main .entry-title {
  text-align: center;
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 40px;
  text-transform: capitalize;
 } 
 
.entry-content .more-link {
  color: #001E54;
  font-family: "dinpromedium", Helvetica, sans-serif;
  text-transform: uppercase;
  float:right;  
  
}




/* line 1957, ../sass/screen.scss */
.category .site-main .overlay .entry-title,
.tag .site-main .overlay .entry-title,
.search .site-main .overlay .entry-title,
.error404 .site-main .overlay .entry-title {
  text-transform: none;
}
/* line 1960, ../sass/screen.scss */
.category .site-main .overlay .entry-title a,
.tag .site-main .overlay .entry-title a,
.search .site-main .overlay .entry-title a,
.error404 .site-main .overlay .entry-title a {
  color: #fff;
	    font-size: 30px;
}

.category .site-main .overlay a:hover

{text-decoration:none;}


/* line 1966, ../sass/screen.scss */
.category .site-main .top-news-divider,
.tag .site-main .top-news-divider,
.search .site-main .top-news-divider,
.error404 .site-main .top-news-divider {
  height: 13px;
  margin: 20px 0;
}
/* line 1971, ../sass/screen.scss */
.category .site-main .paging-navigation,
.tag .site-main .paging-navigation,
.search .site-main .paging-navigation,
.error404 .site-main .paging-navigation {
  width: 100%;
}
/* line 1976, ../sass/screen.scss */
.category article,
.tag article,
.search article,
.error404 article {
  display: table !important;
}
/* line 1985, ../sass/screen.scss */
.category article img,
.category article .entry-content,
.category article .cat-placeholder,
.tag article img,
.tag article .entry-content,
.tag article .cat-placeholder,
.search article img,
.search article .entry-content,
.search article .cat-placeholder,
.error404 article img,
.error404 article .entry-content,
.error404 article .cat-placeholder {
  float: left;
}
/* line 1991, ../sass/screen.scss */
.category article .entry-content,
.tag article .entry-content,
.search article .entry-content,
.error404 article .entry-content {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  padding: 0 10px;
  float: none;
  font-family: "merriweatherregular", "Times New Roman", serif;
  font-size: 13px;
  line-height: 20px;
}
/* line 2005, ../sass/screen.scss */
.category article .entry-content .entry-title,
.tag article .entry-content .entry-title,
.search article .entry-content .entry-title,
.error404 article .entry-content .entry-title {
  text-align: left;
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: none;
}
/* line 2011, ../sass/screen.scss */
.category article .entry-content .entry-title a,
.tag article .entry-content .entry-title a,
.search article .entry-content .entry-title a,
.error404 article .entry-content .entry-title a {
  color: #000000;
}
/* line 2017, ../sass/screen.scss */
.category article .cat-placeholder,
.tag article .cat-placeholder,
.search article .cat-placeholder,
.error404 article .cat-placeholder {
  width: 175px;
  height: 175px;
  display: block;
  background: gray;
}
/* line 2025, ../sass/screen.scss */
.category article:nth-child(-n+3),
.tag article:nth-child(-n+3),
.search article:nth-child(-n+3),
.error404 article:nth-child(-n+3) {
  position: relative;
}
/* line 2028, ../sass/screen.scss */
.category article:nth-child(-n+3) img,
.tag article:nth-child(-n+3) img,
.search article:nth-child(-n+3) img,
.error404 article:nth-child(-n+3) img {
  vertical-align: middle;
  width: 100%;
}
/* line 2033, ../sass/screen.scss */
.category article:nth-child(-n+3) .overlay,
.tag article:nth-child(-n+3) .overlay,
.search article:nth-child(-n+3) .overlay,
.error404 article:nth-child(-n+3) .overlay {

  background-color: #000;
  background-color: rgba(0, 0, 0, 0.39);
  color: rgba(0, 0, 0, 0.39);
  text-align: left;
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  
 -webkit-transition-duration: .3s; /* Safari */
    transition-duration: .3s; 
}

.category article:nth-child(-n+3):hover .overlay  {
background-color: rgba(0, 45, 90, 0.60);
-webkit-transition-duration: .3s; /* Safari */
    transition-duration: .3s;

} 





/* line 2034, ../sass/screen.scss */
.category article:nth-child(-n+3) .overlay .entry-title,
.tag article:nth-child(-n+3) .overlay .entry-title,
.search article:nth-child(-n+3) .overlay .entry-title,
.error404 article:nth-child(-n+3) .overlay .entry-title {
  text-align: left;
  color: #fff;
  line-height: 36px;
}
/* line 2051, ../sass/screen.scss */
.category article:nth-child(-n+3) .more-link,
.tag article:nth-child(-n+3) .more-link,
.search article:nth-child(-n+3) .more-link,
.error404 article:nth-child(-n+3) .more-link {
  color: #fff;
  text-transform: uppercase;
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 14px;
}
/* line 2060, ../sass/screen.scss */
.category article:nth-child(-n+3) .more-link .rounded,
.tag article:nth-child(-n+3) .more-link .rounded,
.search article:nth-child(-n+3) .more-link .rounded,
.error404 article:nth-child(-n+3) .more-link .rounded {
  border: 2px solid #FFF;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  text-align: center;
}

/***********************/
/***** COLLECTIONS *****/
/***********************/
/* line 2077, ../sass/screen.scss */
.single-collections .collection-feature {
  margin-bottom: 40px;
}
/* line 2081, ../sass/screen.scss */
.single-collections .top-news-divider {
  height: 13px;
  margin: 20px 0;
  float: none;
}
/* line 2087, ../sass/screen.scss */
.single-collections .entry-title {
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 30px;
  color: #051c3e;
  text-align: center;
}
/* line 2097, ../sass/screen.scss */
.single-collections .feature {
  max-height: 500px;
  overflow: hidden;
}
/* line 2101, ../sass/screen.scss */
.single-collections .feature img {
  vertical-align: middle;
}
/* line 2106, ../sass/screen.scss */
.single-collections article {
  display: table !important;
}
/* line 2115, ../sass/screen.scss */
.single-collections article img,
.single-collections article .entry-content,
.single-collections article .cat-placeholder {
  float: left;
}
/* line 2121, ../sass/screen.scss */
.single-collections article .entry-content {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  padding: 0 10px;
  float: none;
  font-family: "merriweatherregular", "Times New Roman", serif;
  font-size: 13px;
  line-height: 20px;
}
/* line 2135, ../sass/screen.scss */
.single-collections article .entry-content .entry-title {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 2140, ../sass/screen.scss */
.single-collections article .entry-content .entry-title a {
  color: #606060;
}
/* line 2146, ../sass/screen.scss */
.single-collections article .cat-placeholder {
  width: 175px;
  height: 175px;
  display: block;
  background: gray;
}
/* line 2154, ../sass/screen.scss */
.single-collections .news-divider {
  width: 100%;
  height: 1px;
  background: #c2c2c2;
  margin: 64px 0 45px 0;
  position: relative;
}
/* line 2161, ../sass/screen.scss */
.single-collections .news-divider span {
  position: absolute;
  top: -7px;
  background: #fff;
  display: block;
  color: #052349;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 15px;
}

/******************/
/***** SINGLE *****/
/***** SEARCH *****/
/******************/
/* line 2182, ../sass/screen.scss */
.not-found {
  text-align: center;
}
/* line 2185, ../sass/screen.scss */
.not-found .search-form {
  margin: 10px auto;
  display: table;
  height: 57px;
  width: 50%;
  position: relative;
  padding-left: 50px;
}
/* line 2193, ../sass/screen.scss */
.not-found .search-form:before {
  font-size: 72px;
  position: absolute;
  left: 0;
  color: #606060;
  background: transparent;
  top: 3px;
}
/* line 2202, ../sass/screen.scss */
.not-found .search-form label {
  display: table-cell;
  vertical-align: middle;
}
/* line 2207, ../sass/screen.scss */
.not-found .search-form .search-field {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #606060;
  background: transparent;
  color: #606060;
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 18px;
}
/* line 61, ../sass/settings.scss */
.not-found .search-form .search-field[placeholder].placeholder {
  color: #606060;
}
/* line 62, ../sass/settings.scss */
.not-found .search-form .search-field[placeholder]:-moz-placeholder {
  color: #606060;
}
/* line 63, ../sass/settings.scss */
.not-found .search-form .search-field[placeholder]::-webkit-input-placeholder {
  color: #606060;
}
/* line 2228, ../sass/screen.scss */
.not-found .search-form .search-field:focus {
  color: #606060;
}
/* line 2233, ../sass/screen.scss */
.not-found .search-form a.icon-search {
  font-size: 72px;
  position: absolute;
  left: 0;
  color: #606060;
  background: transparent;
  top: 3px;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
}
/* line 2245, ../sass/screen.scss */
.not-found .search-form a.icon-search:hover {
  text-decoration: none;
}

/* line 2253, ../sass/screen.scss */
.search .highlight {
  background: lightyellow;
}

/******************/
/***** FOOTER *****/
/******************/
/* line 2261, ../sass/screen.scss */


.site-footer {
  border-top: 1px solid #c2c2c2;
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  /* line 2261, ../sass/screen.scss */
  .site-footer {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 720px) {
  /* line 2261, ../sass/screen.scss */
  .site-footer {
    text-align: center;
  }
}
/* line 2279, ../sass/screen.scss */
.site-footer .doejo {
  background: url(../img/doejo.png) top center no-repeat;
  display: inline-block;
  height: 14px;
  text-indent: -999999px;
  width: 33px;
  vertical-align: text-bottom;
}
/* line 2287, ../sass/screen.scss */
.site-footer .doejo:hover {
  background-position: bottom center;
}

/* line 2295, ../sass/screen.scss */
.site-info ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 2300, ../sass/screen.scss */
.site-info ul .menu-item {
  float: left;
  position: relative;
  margin-right: 35px;
  padding-top: 35px;
}
@media only screen and (max-width: 720px) {
  /* line 2300, ../sass/screen.scss */
  .site-info ul .menu-item {
    float: none;
    display: inline-block;
  }
}
/* line 2311, ../sass/screen.scss */
.site-info ul .menu-item:last-child {
  margin-right: 0;
}
/* line 2316, ../sass/screen.scss */
.site-info ul a {
  padding: 33px 0px 0px 0px;
  text-decoration: none;
  color: #051c3e;
}
/* line 2321, ../sass/screen.scss */
/*.site-info ul a:hover {
  box-shadow: #8e1d25 0 5px 0 inset;
}
*/




/* line 2327, ../sass/screen.scss */


/*.site-info ul .current-menu-item a {
  box-shadow: #8e1d25 0 5px 0 inset;
}*/
/* line 2333, ../sass/screen.scss */


.site-info .copyright {
  padding: 35px 0;
  float: right;
  color: #c2c2c2;
}



@media only screen and (max-width: 720px) {
  /* line 2333, ../sass/screen.scss */
  .site-info .copyright {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 720px) {
  /* line 2346, ../sass/screen.scss */
  .gmcategory {
    display: block !important;
  }
}
/* line 2351, ../sass/screen.scss */
.gmcategory {
  display: none !important;
}

/* line 2357, ../sass/screen.scss */
#ww2-slider {
  width: 100%;
}
/* line 2359, ../sass/screen.scss */
#ww2-slider .carousel-inner {
  min-height: 500px;
}
/* line 2363, ../sass/screen.scss */
#ww2-slider .item {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 2364, ../sass/screen.scss */
#ww2-slider .item a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 2377, ../sass/screen.scss */
#ww2-slider .carousel-control {
  background-image: none;
  background-image: none;
}
/* line 2380, ../sass/screen.scss */
#ww2-slider .carousel-control .arrow {
  background: url(../img/slider-arrows.png) top center no-repeat;
  width: 21px;
  height: 34px;
  border: none;
  display: block;
  font-family: none;
  border: none;
  position: absolute;
  left: 20px;
  top: 45%;
}
/* line 2392, ../sass/screen.scss */
#ww2-slider .carousel-control .arrow::before {
  content: "";
}
/* line 2397, ../sass/screen.scss */
#ww2-slider .carousel-control .arrow-right {
  left: auto;
  right: 20px;
  background-position: bottom center;
}
/* line 2404, ../sass/screen.scss */
#ww2-slider .carousel-caption {
  background: #000;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.39);
  color: rgba(0, 0, 0, 0.39);
  font-family: "dinpro-regularregular", Helvetica, sans-serif;
  font-size: 30px;
  left: 0;
  right: 0;
  text-align: left;
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
}
/* line 2405, ../sass/screen.scss */
#ww2-slider .carousel-caption .entry-title {
  text-align: left;
  color: #fff;
  line-height: 36px;
}
/* line 2411, ../sass/screen.scss */
#ww2-slider .carousel-caption a:hover {
  text-decoration: none;
}
/* line 2434, ../sass/screen.scss */
#ww2-slider .more-link {
  color: #fff;
  text-transform: uppercase;
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 14px;
}
/* line 2443, ../sass/screen.scss */
#ww2-slider .more-link .rounded {
  border: 2px solid #FFF;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  text-align: center;
}

.visible{
  display: block !important;
}

.sharedaddy .share-custom-wechat{
  display: none;
}

#entry-shares .share-custom-wechat{
  display: inline-block;
}

/* line 2455, ../sass/screen.scss */
.page-template-ww2-template #content #home-slider .carousel-inner {
  min-height: 500px;
}

/* line 2459, ../sass/screen.scss */
.page-template-ww2-template #content a {
  text-transform: none;
}

.page-template-ww2-template div.sharedaddy {
  display: none !important;
}

/* line 2463, ../sass/screen.scss */
.ww2-posts-header {
  display: black;
  margin: 35px auto;
  background: #fff;
  color: #052349;
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}

/* line 2474, ../sass/screen.scss */
.ww2-carousel-header {
  display: black;
  margin: 0 auto 20px auto;
  background: #fff;
  color: #000;
  font-family: "dinpromedium", Helvetica, sans-serif;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}

.twitter-share-button {
  margin-top: 13px;
}

.featured-image-banner{
  margin-bottom: 15px;
}

.search article img{
  width: 100%;
}

#content #primary .entry-content .slideshow-window {
    border-left: 0;
    border-right: 0;
    border-color: #003366;
    background-color: #003366;
}


#content #primary .entry-content .slideshow-controls {
    bottom: 54%;
    opacity: 1;
}

#content #primary .entry-content .slideshow-controls a:first-child{
    position: absolute;
    left: 10px;
}

#content #primary .entry-content .slideshow-controls a:nth-child(2){
    display: none !important;
}

#content #primary .entry-content .slideshow-controls a:nth-child(3){
    position: absolute;
    right: 10px;
}

#content #primary .entry-content .slideshow-slide-caption {
  background: rgba(0,0,0,0.5);
}

/*--------------------------------------------------------------
14.0 Sectional Sidebars
--------------------------------------------------------------*/

.cat-post-widget .widget-title {display:block;}

.cat-post-widget .widget-title a {display:block;background:#8e1d25; color:white; padding:5px;}

.cat-post-widget .widget-title a:hover {text-decoration:none;background:#5B5B5B; }

.cat-post-widget h1 {font-size:18px;text-transform:uppercase;font-family: "dinpro-regularregular", Helvetica, sans-serif;}

.cat-post-widget {font-family: "merriweatherregular", "Times New Roman", serif;}

.cat-post-widget .cat-post-title {font-family: "dinpro-regularregular", Helvetica, sans-serif;font-size: 13px;
    line-height: 1.3;}

.cat-post-widget .cat-post-date {font-size: 10px;float:right;}



