/* ----------------------------------------------------------------------------------------- 
									SimulateLive CSS Layout
----------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- 
	Base setup
----------------------------------------------------------------------------------------- */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px; }

a {
  color: #d10808;
  text-decoration: none; }

a:hover,
a:focus {
  color: #a00606; }

.h1, h1 {
  font-size: 32px; }

.h2, h2 {
  font-size: 28px; }

.h3, h3 {
  font-size: 22px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

.pic-left {
  float: left;
  margin: 4px 24px 6px 0;
  padding: 0px;
  line-height: 0;
  background-color: #fff; }

.pic-right {
  float: right;
  margin: 4px 0 6px 24px;
  padding: 0px;
  line-height: 0;
  background-color: #fff; }

.pic-center {
  display: block;
  margin: 4px auto 14px;
  padding: 0px;
  line-height: 0;
  background-color: #fff; }

/* ----------------------------------------------------------------------------------------- 
	Containers
----------------------------------------------------------------------------------------- */
.container {
  background: #fff;
  padding: 0 10px;
  -webkit-box-shadow: 0 1px 6px #aaa ;
  -moz-box-shadow: 0 1px 6px #aaa ;
  box-shadow: 0 1px 6px #aaa ; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px; }

/* ----------------------------------------------------------------------------------------- 
	Header
----------------------------------------------------------------------------------------- */
/* navbar */
.navbar {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 8px; }
  .navbar .container-fluid {
    padding: 0 10px; }
  .navbar .navbar-brand {
    padding: 7px 20px; }
    .navbar .navbar-brand img {
      width: 140px; }

.navbar-default {
  background: #d10808;
  border-top: 3px solid #fa210d;
  border-bottom: 3px solid #fa210d; }
  .navbar-default .navbar-nav li > a {
    color: #fff; }
  .navbar-default .navbar-nav .active > a,
  .navbar-default .navbar-nav .active > a:focus,
  .navbar-default .navbar-nav .active > a:hover {
    background-color: #fff;
    color: #333333; }
  .navbar-default .dropdown-menu {
    border: none; }
    .navbar-default .dropdown-menu li > a {
      color: #333333; }
  .navbar-default .in .navbar-nav .open .dropdown-menu > li > a {
    color: #dddddd; }
    .navbar-default .in .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #333333; }
  .navbar-default .navbar-toggle {
    border-color: #fff; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #fff; }
    .navbar-default .navbar-toggle:hover .icon-bar {
      background: #333333; }

@media (max-width: 991px) {
  .nav > li > a {
    padding-left: 8px;
    padding-right: 8px; } }
@media (max-width: 767px) {
  .nav > li > a {
    padding-left: 15px;
    padding-right: 15px; }

  .navbar-default {
    overflow: hidden; }

  /*
  	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, 
  	.container > .navbar-collapse, .container > .navbar-header	{ margin-left: -10px; margin-right: -10px; }
  */ }
/* branding (logo + banner) */
.branding {
  margin-bottom: 8px; }
  .branding .logo {
    min-height: 90px; }
    .branding .logo img {
      padding: 28px 10px; }
  .branding .banner-leaderboard {
    padding-right: 10px;
    padding-left: 10px; }
    .branding .banner-leaderboard img {
      width: 100% !important;
      height: auto !important; }

@media (max-width: 991px) {
  .branding .logo img {
    margin: 0 auto; }
  .branding .banner-leaderboard {
    padding-right: 10px;
    padding-left: 10px; } }
/* tagline & search */
.tagline {
  background: #ddd;
  min-height: 42px;
  margin-bottom: 8px; }
  .tagline .tagline-text {
    /* color: #fff; */
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0;
    display: block; }
  .tagline .tagline-search {
    color: #d10808;
    margin: 6px 0; }
    .tagline .tagline-search input {
      color: #d10808;
      height: 30px; }
      .tagline .tagline-search input:focus {
        box-shadow: none;
        border-color: #a00606; }
  .tagline .has-feedback.tagline-search .form-control-feedback {
    top: -2px; }

@media (max-width: 360px) {
  .tagline .tagline-text {
    font-size: 14px;
    padding: 6px 0;
    text-align: center; }
  .tagline .tagline-search {
    margin: 6px 0 10px; } }
/* banners (2x banner-full) */
.banner-wrapper .banner-full {
  padding-bottom: 10px; }
  .banner-wrapper .banner-full img {
    width: 100% !important;
    height: auto !important; }
    @media (max-width: 991px) {
      .banner-wrapper .banner-full img {
        padding: 0; } }

@media (max-width: 767px) {
  .banner-wrapper .banner-full:first-child {
    padding-right: 10px; }
  .banner-wrapper .banner-full:last-child {
    padding-left: 10px; } }
/* ----------------------------------------------------------------------------------------- 
	Main
----------------------------------------------------------------------------------------- */
.textbox {
  margin-top: 8px;
  padding-bottom: 30px; }
  .textbox .title {
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    font-size: 36px;
    line-height: 60px;
    margin: -8px 0 30px -10px;
    padding: 0 10px; }
  .textbox .wrap {
    padding-left: 10px; }
  .textbox .date {
    color: #96989a;
    font-size: 13px; }
  .textbox .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 13px; }
    .textbox .breadcrumb .active {
      color: #96989a; }
  .textbox small {
    display: block;
    padding-top: 10px;
    line-height: 1.1; }
  .textbox .author {
    font-size: 13px;
    margin-bottom: 20px;
    display: block; }
  .textbox .full-text {
    font-size: 15px; }
  .textbox .full-text img {
    height: auto !important;
    max-width: 100%; }

/* top stories */
.top-stories {
  margin-bottom: 20px; }
  .top-stories .section-title {
    border-bottom: 1px solid #ccc;
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 8px;
    padding: 0 10px; }

.top-story {
  margin-top: 8px; }
  .top-story h1 {
    font-size: 26px;
    margin-top: 0; }
    .top-story h1 a {
      color: #333333; }
    .top-story h1 a:hover {
      color: #d10808;
      text-decoration: none; }
    .top-story h1 a:hover small {
      color: #333333;
      text-decoration: none; }
  .top-story .date {
    font-size: 12px; }
  .top-story .breadcrumb {
    font-size: 12px; }
  .top-story .author {
    font-size: 12px; }
  .top-story .readmore {
    padding-right: 8px; }

.story-list {
  margin-top: 8px; }

@media (max-width: 767px) {
  .story-list {
    border-top: 1px solid #96989a;
    margin: 20px 10px 0;
    padding: 20px 0 0; } }
.story-list-item {
  margin-bottom: 16px; }
  .story-list-item .img-wrap {
    padding-top: 4px; }
    .story-list-item .img-wrap img {
      float: left; }
    .story-list-item .img-wrap img:hover {
      opacity: 0.9;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .story-list-item .text-wrap {
    padding: 0 10px 0 0; }
    .story-list-item .text-wrap .category {
      color: #d10808;
      font-size: 12px;
      display: inline-block; }
    .story-list-item .text-wrap .item-title {
      font-size: 15px;
      line-height: 17px;
      margin: 0 0 4px;
      padding: 0; }
      .story-list-item .text-wrap .item-title a {
        color: #333333; }
    .story-list-item .text-wrap .short-text {
      color: #333333;
      display: block;
      font-size: 12px;
      line-height: 15px;
      margin: 0; }

/* homepage boxes */
.homepage-box {
  margin-bottom: 20px; }
  .homepage-box .title {
    font-size: 18px;
    color: #d10808;
    background: #d2d3d5;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* @include box-shadow (3px, 3px, 0, rgba(0,0,0,0.5)); */ }
  .homepage-box .item {
    margin-bottom: 10px;
    padding: 0 0 0 10px; }
    .homepage-box .item a {
      color: #333333;
      display: block; }
    .homepage-box .item a:hover {
      color: #d10808;
      text-decoration: none; }
    .homepage-box .item .meta {
      color: #d10808;
      font-size: 12px; }
    .homepage-box .item h4 {
      font-size: 16px;
      margin: 4px 0; }
    .homepage-box .item p {
      padding: 0;
      margin: 0;
      font-size: 13px; }
    .homepage-box .item span {
      display: block; }
  .homepage-box .story-list-item {
    margin-left: 0; }

.homepage-content-wrapper .sidebar {
  padding-top: 0; }

/* sidebar */
.sidebar {
  padding-top: 4px; }
  .sidebar .title {
    font-size: 18px;
    color: #d10808;
    background: #d2d3d5;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* @include box-shadow (3px, 3px, 0, rgba(0,0,0,0.5)); */ }

.connect {
  min-height: 50px;
  padding: 0 10px;
  background: #d2d3d5;
  margin-bottom: 20px; }
  .connect span {
    font-size: 20px;
    line-height: 50px;
    color: #d10808;
    float: left; }
  .connect .social-icons {
    float: right; }
  .connect a {
    margin: 6px 0 6px 6px;
    font-size: 24px;
    background: #fff;
    color: #d10808;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px; }
  .connect a:hover {
    background: #d10808;
    color: #fff;
    text-decoration: none; }

@media (max-width: 991px) {
  .connect {
    text-align: center;
    padding-bottom: 10px; }

  .connect span {
    display: block;
    text-align: center;
    float: none; }

  .connect .social-icons {
    float: none;
    margin: 0 auto; } }
.sidebar-banner-wrapper .banner-large {
  margin-bottom: 20px; }
  .sidebar-banner-wrapper .banner-large img {
    min-width: 100%; }
.sidebar-banner-wrapper .banner-block {
  margin: 0 0 20px; }
  .sidebar-banner-wrapper .banner-block img {
    max-width: 100% !important;
    height: auto !important; }

/* text page */
/* category */
.category .textbox {
  padding-left: 20px; }
.category .category-item {
  margin-bottom: 20px; }
  .category .category-item .img-wrap {
    padding-top: 4px; }
    .category .category-item .img-wrap img {
      float: left; }
    .category .category-item .img-wrap img:hover {
      opacity: 0.9;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .category .category-item .text-wrap {
    padding: 8px 8px 0 0; }
    .category .category-item .text-wrap .item-title {
      font-size: 20px;
      line-height: 26px;
      margin: 0 0 4px;
      padding: 0; }
      .category .category-item .text-wrap .item-title a {
        color: #333333; }
      .category .category-item .text-wrap .item-title a:hover {
        color: #d10808;
        text-decoration: none; }
      .category .category-item .text-wrap .item-title small {
        font-size: 16px;
        line-height: 20px;
        padding: 4px 0; }
      .category .category-item .text-wrap .item-title:hover small {
        color: #d10808; }

/* share buttons */
.share-buttons {
  clear: both;
  text-align: right;
  padding: 5px 2px 10px; }

.share-button {
  float: right;
  margin: 0 0 0 16px; }

.share-button-facebook-like {
  margin-left: 12px;
  /* margin-top: -3px; */ }

.share-button-facebook-like .fb-like iframe {
  min-width: 75px; }

.share-button-facebook .fb-share-button span {
  vertical-align: inherit !important; }

/* pagination */
.pagination > li > a,
.pagination > li > span {
  color: #d10808; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #a00606; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #d10808;
  border-color: #d10808; }

/* news */
.news .textbox {
  padding-left: 20px; }
.news .news-item {
  margin-bottom: 20px; }
  .news .news-item .img-wrap {
    padding-top: 4px; }
    .news .news-item .img-wrap img {
      float: left; }
    .news .news-item .img-wrap img:hover {
      opacity: 0.9;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .news .news-item .text-wrap {
    padding: 8px 8px 0 0; }
    .news .news-item .text-wrap .item-title {
      font-size: 20px;
      line-height: 26px;
      margin: 0 0 8px;
      padding: 0; }
      .news .news-item .text-wrap .item-title a {
        color: #333333; }
      .news .news-item .text-wrap .item-title a:hover {
        color: #d10808;
        text-decoration: none; }

/* events */
.events .textbox {
  padding-left: 20px; }
.events .event-item {
  margin-bottom: 20px; }
  .events .event-item a {
    color: #333333;
    display: block; }
  .events .event-item a:hover {
    color: #d10808;
    text-decoration: none; }
  .events .event-item a:hover .date {
    color: #d10808; }
  .events .event-item .meta {
    color: #d10808;
    font-size: 12px; }
  .events .event-item h4 {
    font-size: 18px;
    margin: 5px 0; }
  .events .event-item p {
    padding: 0;
    margin: 0;
    font-size: 14px; }
  .events .event-item span {
    display: block; }

.event-story-list {
  margin-bottom: 20px; }
  .event-story-list .item {
    margin-bottom: 16px;
    padding: 0 0 0 10px; }
    .event-story-list .item a {
      color: #333333;
      display: block; }
    .event-story-list .item a:hover {
      color: #d10808;
      text-decoration: none; }
    .event-story-list .item .meta {
      color: #d10808;
      font-size: 12px; }
    .event-story-list .item h4 {
      font-size: 16px;
      margin: 4px 0; }
    .event-story-list .item p {
      padding: 0;
      margin: 0;
      font-size: 13px; }
    .event-story-list .item span {
      display: block; }

/* jobs */
.jobs .textbox {
  padding-left: 20px; }
.jobs .jobs-item {
  margin-bottom: 20px; }
  .jobs .jobs-item a {
    color: #333333;
    display: block; }
  .jobs .jobs-item a:hover {
    color: #d10808;
    text-decoration: none; }
  .jobs .jobs-item a:hover .date {
    color: #d10808; }
  .jobs .jobs-item .meta {
    color: #d10808;
    font-size: 12px; }
  .jobs .jobs-item h4 {
    font-size: 18px;
    margin: 5px 0; }
  .jobs .jobs-item p {
    padding: 0;
    margin: 0;
    font-size: 14px; }
  .jobs .jobs-item span {
    display: block; }

/* contact */
.contact .textbox {
  padding-left: 20px; }
.contact .contact-form {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 10px; }

/* blog */
.blog .textbox {
  padding-left: 20px; }
.blog .blog-item {
  margin-bottom: 20px; }
  .blog .blog-item img {
    float: left;
    min-width: 100%;
    margin-bottom: 10px; }
  .blog .blog-item img:hover {
    opacity: 0.9;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .blog .blog-item .text-wrap {
    padding: 8px 8px 0 0; }
    .blog .blog-item .text-wrap .item-title {
      font-size: 20px;
      line-height: 26px;
      margin: 0 0 8px;
      padding: 0; }
      .blog .blog-item .text-wrap .item-title a {
        color: #333333; }
      .blog .blog-item .text-wrap .item-title a:hover {
        color: #d10808;
        text-decoration: none; }

.blog-pager .pager li > a,
.blog-pager .pager li > span {
  min-width: 100px; }

/* video */
.video-wrapper {
  position: relative;
  padding-bottom: 50.678%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* download */
.download-wrapper {
  padding-top: 20px; }

.download-item {
  clear: both;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative; }
  .download-item:hover {
    background: #f2f2f3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4) ;
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4) ;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4) ;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  .download-item:active {
    top: 1px; }
  .download-item a {
    color: #333333;
    display: block;
    padding: 8px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .download-item a:hover {
    color: #d10808;
    text-decoration: none; }
  .download-item:hover .icon {
    opacity: 1; }
  .download-item .icon {
    opacity: 0.6;
    width: 32px;
    height: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px; }
  .download-item .icon-doc {
    background-image: url(../images/icon-file-doc.png); }
  .download-item .icon-docx {
    background-image: url(../images/icon-file-docx.png); }
  .download-item .icon-gif {
    background-image: url(../images/icon-file-gif.png); }
  .download-item .icon-jpg {
    background-image: url(../images/icon-file-jpg.png); }
  .download-item .icon-pdf {
    background-image: url(../images/icon-file-pdf.png); }
  .download-item .icon-png {
    background-image: url(../images/icon-file-png.png); }
  .download-item .icon-pps {
    background-image: url(../images/icon-file-pps.png); }
  .download-item .icon-ppt {
    background-image: url(../images/icon-file-ppt.png); }
  .download-item .icon-rar {
    background-image: url(../images/icon-file-rar.png); }
  .download-item .icon-rtf {
    background-image: url(../images/icon-file-rtf.png); }
  .download-item .icon-txt {
    background-image: url(../images/icon-file-txt.png); }
  .download-item .icon-xls {
    background-image: url(../images/icon-file-xls.png); }
  .download-item .icon-xlsx {
    background-image: url(../images/icon-file-xlsx.png); }
  .download-item .icon-zip {
    background-image: url(../images/icon-file-zip.png); }

/* search */
.search-results .textbox {
  padding-left: 20px; }
.search-results .results-bar {
  text-align: center;
  font-size: 20px;
  margin: -10px 0 20px 0; }
.search-results .search-item {
  margin-bottom: 20px; }
  .search-results .search-item a {
    color: #333333;
    display: block; }
  .search-results .search-item a:hover {
    color: #d10808;
    text-decoration: none; }
  .search-results .search-item a:hover .date {
    color: #d10808; }
  .search-results .search-item .meta {
    color: #d10808;
    font-size: 12px; }
    .search-results .search-item .meta a {
      display: inline; }
  .search-results .search-item h4 {
    font-size: 18px;
    margin: 5px 0; }
  .search-results .search-item p {
    padding: 0;
    margin: 0;
    font-size: 14px; }
  .search-results .search-item span {
    display: block; }

/* form  */
form label.required:before {
  content: "*";
  margin-left: -8px;
  padding-right: 2px; }

/* ----------------------------------------------------------------------------------------- 
	Footer
----------------------------------------------------------------------------------------- */
footer {
  background: url(../images/footer-bg.png) no-repeat right 30px #d10808;
  min-height: 200px;
  padding: 40px 0 20px;
  border-top: 6px solid #fa210d; }
  footer .footer-links {
    color: #fff;
    font-size: 12px; }
    footer .footer-links a {
      color: #fff;
      display: block; }
    footer .footer-links a:hover {
      color: #333333;
      text-decoration: none; }
    footer .footer-links p {
      margin: 0 -3px 5px;
      padding: 0 3px;
      line-height: 24px;
      font-size: 14px;
      text-transform: uppercase;
      border-bottom: 1px solid #fff;
      display: inline-block; }
    footer .footer-links ul {
      padding: 0 0 10px 0;
      margin: 0; }
    footer .footer-links li {
      padding: 0;
      margin: 0;
      list-style-type: none; }
  footer .newsletter-form .newsletter-label {
    display: block;
    margin-bottom: 4px;
    font-style: italic; }
  footer .newsletter-form .input-group {
    margin-left: -3px; }
  footer .newsletter-form input {
    padding-left: 6px; }
  footer .newsletter-form input:focus {
    border-color: #aaa;
    box-shadow: none; }
  footer .copyright {
    color: #fff;
    margin-top: 20px; }
    footer .copyright a {
      color: #fff; }
    footer .copyright a:hover {
      color: #333333;
      text-decoration: none; }
  footer .visible-xs-block {
    padding: 20px 0; }

@media (min-width: 991px) {
  .footer-links:first-child {
    padding-left: 20px; } }
@media (max-width: 767px) {
  .footer-links {
    padding: 0 15px; }

  .copyright {
    font-size: 12px;
    text-align: center; } }
/* Offer modal */
.offer-modal .offer-modal-newsletter {
  padding: 40px 50px; }
  .offer-modal .offer-modal-newsletter .newsletter-form {
    padding-top: 20px; }
.offer-modal .offer-modal-banner {
  padding: 0 50px;
  border-left: 1px solid #d2d3d5; }

#mc_embed_signup {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

#mc_embed_signup form {
  width: 100% !important;
  padding: 25px 0 !important; }

#mc_embed_signup .mc-field-group {
  width: 100% !important; }

#mc_embed_signup .button {
  background-color: #d10808 !important;
  font-size: 18px !important;
  padding: 4px 6px !important;
  height: auto !important;
  min-width: 180px; }

#mc_embed_signup .mc-field-group label {
  margin-bottom: 5px !important;
  font-size: 16px !important; }

/* -----------------
	Cookie policy
----------------- */
.cookie-policy {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  width: 100%;
  line-height: 20px;
  color: #444;
  text-shadow: none;
  -webkit-transition: all 0.16s ease-in-out 0s;
  -moz-transition: all 0.16s ease-in-out 0s;
  -o-transition: all 0.16s ease-in-out 0s;
  -ms-transition: all 0.16s ease-in-out 0s;
  transition: all 0.16s ease-in-out 0s; }

.cookie-policy-wrapper {
  position: relative;
  float: right;
  background: #fff;
  color: #444;
  max-width: 500px;
  margin: 0 10px 10px;
  padding: 15px 20px 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-top: 13px solid #444; }

.cookie-text {
  width: 90%;
  font-size: 16px;
  line-height: 28px;
  border-right: 1px solid #ccc;
  padding-right: 8px; }

.cookie-text a {
  color: #1EA5CB; }

.cookie-button {
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 46px;
  font-weight: 100;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.cookie-button .line {
  width: 30px;
  height: 1px;
  background: #444;
  display: block;
  position: absolute;
  top: 15px; }

.cookie-button .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cookie-button .line2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cookie-button:hover {
  color: #fff;
  text-decoration: none;
  border: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.cookie-button:active {
  margin-top: 1px; }

.cookie-blue {
  border-color: #0d6196; }

.cookie-blue .line {
  background: #0d6196; }

.cookie-blue .cookie-text a {
  color: #0d6196; }

.cookie-red {
  border-color: #E0310D; }

.cookie-red .line {
  background: #E0310D; }

.cookie-red .cookie-text a {
  color: #E0310D; }

.cookie-yellow {
  border-color: #eec71d; }

.cookie-yellow .line {
  background: #eec71d; }

.cookie-yellow .cookie-text a {
  color: #eec71d; }

.cookie-green {
  border-color: #59c48c; }

.cookie-green .line {
  background: #59c48c; }

.cookie-green .cookie-text a {
  color: #59c48c; }

.cookie-black {
  border-color: #000;
  background: #444;
  color: #fff; }

.cookie-black .line {
  background: #fff; }

.cookie-black .cookie-text a {
  color: #fff;
  text-decoration: underline; }

.cookie-policy {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0px, 160px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 1;
    -moz-transform: translate(0px, 160px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 1;
    -o-transform: translate(0px, 160px); }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px); } }
@keyframes fadeInUp {
  0% {
    opacity: 1;
    transform: translate(0px, 160px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@media (max-width: 767px) {
  .cookie-policy-wrapper {
    width: 100%;
    max-width: none;
    margin: 0; }

  .cookie-text {
    width: 93%; } }
@media (max-width: 560px) {
  .cookie-text {
    width: 90%; }

  .cookie-button {
    right: 4%; } }
/* ----------------------------------------------------------------------------------------- 
	Artkod Signature
----------------------------------------------------------------------------------------- */
.signature {
  height: 24px;
  width: 69px;
  margin-top: 19px; }

.signature a {
  background: url(../images/logo-artkod-white.png) no-repeat right top;
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  text-align: left;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.signature a:hover {
  width: 69px;
  overflow: hidden; }

/*# sourceMappingURL=style.css.map */
