/*
	Theme Name: WTU Theme
	Theme URI: http://wtunesco.com
	Description: WTU Wordpress Theme
	Version: 1.0.0
	Author: Federico Mancinelli (@friconelli)
	Author URI: http://frcmnc.com
	Tags: HTML5, CSS3, JS

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');

/* global box-sizing */

*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


/* clear */

.clear:before, .clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}


/* GENERAL //////////////////////////////////////////*/

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 13px;
  background: #FAF5E1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Titillium Web', sans-serif;
}

a {
  transition: all 0.3s ease-in;
}

.wrapper {}

@media screen and (max-width: 640px) {
  .wrapper .main .container {
    padding: 0;
  }
}


/* HEADER //////////////////////////////////////////*/

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.header .navbar {
  min-height: auto;
  margin-bottom: 0;
}

.header .navbar-default {
  background: none;
  border: none;
}

.header .navbar-brand {
  height: auto;
  width: 250px;
  padding: 10px 15px;
}

.header .navbar-brand img {
  max-width: 100%;
}

.header .navbar-nav li a {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 5px;
}

.header .navbar-main li a {
  margin: 0;
}

.header .navbar-nav li a:hover, .header .navbar-nav li a:focus {
  color: #CD1619;
}

.header .navbar-main li.current_page_item a, .header .navbar-main li.current_page_item a:hover, .header .navbar-main li a:hover {
  background-color: transparent;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  color: #fff;
}

.header .navbar-social {
  margin-left: 20px;
}

.header .navbar-social li a {
  padding-left: 0;
  padding-right: 0;
}

.header .navbar-lang li a {
  padding-top: 12px;
}

.hero {
  position: relative;
  background-image: url("img/roma-new.jpg");
  height: 300px;
  background-attachment: fixed;
  background-position: center -200px;
  background-repeat: no-repeat;
  background-size: cover;
}

body.home .hero {
  height: 400px;
  background-position: center -200px;
}

.shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.7)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(50, 50, 50, 0.7), rgba(255, 255, 255, 0));
  /* opacity: 0.5; */
}

.below-header {
  color: #fff;
  padding-top: 100px;
  position: relative;
}

body.home .below-header {
  padding-top: 100px;
}

.below-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
  text-shadow: 1px 1px 5px #232323;
}

.below-header h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
  text-shadow: 1px 1px 5px #232323;
  margin-bottom: 5px;
}

.below-header h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  text-shadow: 1px 1px 5px #232323;
}

@media screen and (max-width: 991px) {
  .header .navbar-brand {
    width: 180px;
  }
  .header {
    background: #002D56;
    box-shadow: 0px 0px 5px #4a4a4a;
  }
  .header .navbar-nav li a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  .header .navbar-social {
    margin-left: 10px;
  }
  .header .navbar-social li a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hero, body.home .hero {
    background-image: url("img/roma-new.jpg");
    height: 250px;
    background-attachment: fixed;
    background-position: center -200px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .below-header h2, body.home .below-header h2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-default .navbar-toggle {
    border: none;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    height: 3px;
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .header .navbar-nav li a {
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 5px;
    text-align: center;
    border-bottom: none;
  }
  .header .navbar-main li.active a, .header .navbar-main li.active a:hover, .header .navbar-main li a:hover {
    border-bottom: none;
    padding-bottom: 10px;
    color: #232323;
  }
  .header .navbar-social {
    margin-left: 0;
    padding-top: 5px;
    border-top: 1px solid #fff;
    text-align: center;
  }
  .header .navbar-social li {
    display: inline-block;
    padding: 0 18px 15px 18px;
  }
}

@media screen and (max-width: 640px) {
  .below-header h2 {
    font-size: 22px;
  }
  .below-header h4 {
    font-size: 15px;
  }
}


/* NAVBAR ICONS //////////////////////////////////////////*/

.navbar-icons {
  width: 100%;
  background-color: #002d56;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-icons li {
  width: 20%;
}

.navbar-icons li a {
  background: #e6aa1e;
  margin: 10px 5px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

.navbar-icons li:first-child a {
  margin-left: 0;
}

.navbar-icons li:last-child a {
  margin-right: 0;
}

.navbar-icons li a span,
.navbar-icons li a i {
  display: block;
  margin-bottom: 10px;
  font-size: 60px;
}

.navbar-icons li a:hover, .navbar-icons li a:active, .navbar-icons li a:focus {
  background: #2752A0;
}

@media screen and (max-width: 991px) {
  .navbar-icons li a {
    font-size: 12px;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .navbar-nav {
    margin: 0;
  }
  .pull-right {
    float: none !important;
  }
  .navbar-icons li {
    width: 33.333%;
    float: left;
  }
  .navbar-icons li:nth-child(4) a {
    margin-left: 0;
  }
  .navbar-icons li:nth-child(3) a {
    margin-right: 0;
  }
  .navbar-icons li:nth-child(4) a, .navbar-icons li:nth-child(5) a, .navbar-icons li:nth-child(6) a {
    margin-top: 0;
  }
}

@media screen and (max-width: 360px) {}


/* LINK PERSONALIZZATI  //////////////////////////////////////////*/

.pdf--download {
  background: #002D56;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s ease-in;
}

.pdf--download a {
  color: #ffffff;
  display: block;
  padding: 8px 0;
  font-weight: 700;
  font-size: 20px;
}

.pdf--download a:before {
  font-family: FontAwesome;
  content: '\f01a';
  margin-right: 10px;
  font-weight: normal;
}

.pdf--download a:hover, .pdf--download a:focus {
  text-decoration: none;
}

.pdf--download:hover, .pdf--download:focus {
  background: #2752A0;
}


/* MAIN //////////////////////////////////////////*/

.content {
  background: #fff;
  float: left;
  width: 100%;
}

  .blog {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
   
  .sidebar {
    background:#002d56;
    padding-top: 15px;
    padding-bottom: 15px;
  }



.blog h2, .blog h1 {
  background: #002D56;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 15px;
}

.blog--grid {
  padding: 0 0px 15px 0;
  margin: 0;
  width: 50%;
  float: left;
}

.blog--grid-full {
  padding: 0 0 15px 0;
  margin: 0;
  width: 100%;
  float: left;
}

.blog--grid:nth-child(even) {
  padding: 0 15px 0px 0px;
}

@media screen and (max-width: 640px) {
  .blog--grid {
    width: 100%;
    padding: 0 0 15px 0;
  }
  .blog--grid:nth-child(odd) {
    padding: 0 0 15px 0;
  }
}

.blog--grid .article {
  background: #F1F0EF;
  margin: 0;
  min-height: 510px;
  max-height: 510px;
  width: 340px;
}

.article img {
  width: 100%;
  min-height: 100%;
  opacity: 1;
  transition: all .3s ease-in;
}

.article img:hover {
  opacity: .6;
}

.article__content {
  padding: 0 15px 15px 15px;
}

.article .article__content h3 {
  color: #002D56;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.article .article__content .date {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.article .article__content .overview {
  color: #000000;
  font-size: 14px;
  font-weight: 200;
}


/* SINGLE ARTICLE //////////////////////////////////////////*/

.blog article img {
  margin: 0 0 15px 0;
}

.blog--img {
  display: block;
  height: 180px;
  overflow: hidden;
}

.single--img {
  display: block;
  height: 350px;
  overflow: hidden;
  margin: 0 0 15px 0;
}

.blog article .date {
  color: #4A4A4A;
  display: block;
  text-align: right;
  border-bottom: 2px solid #4A4A4A;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.blog article h1 {
  margin-bottom: 25px;
}

.blog article h3 {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 26px;
}

.blog article p {
  font-size: 15px;
  line-height: 18px;
}

.blog article a {
  font-weight: bold;
  color: #002D56;
}

.blog--gallery {
  list-style: none;
  float: left;
  margin: 25px 0;
  padding: 0;
  width: 100%;
}

.blog--gallery li {
  float: left;
  overflow: hidden;
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.blog--gallery li a {
  display: block;
  width: 150px;
  height: 150px;
  background-size: cover;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .blog--gallery li a {
    width: 80px;
    height: 80px;
  }
}


/* SIDEBAR //////////////////////////////////////////*/


/* searchform //////////////////////////////////////////*/

#custom-search-input {
  padding: 3px;
  border: solid 1px #ccc;
  background-color: #fff;
  margin-bottom: 15px;
  float: left;
}

#custom-search-input input {
  border: 0;
  box-shadow: none;
}

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc;
}

#custom-search-input button:focus {
  outline: 0;
}

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
  font-size: 23px;
}


/* IMPORTANT LINKS //////////////////////////////////////////*/

.download {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

.download a {
  margin-top: 15px;
  background: #e6aa1e;
  display: block;
  padding: 6px 15px;
  color:#002d56 !important;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s cubic-bezier;
}

.download a:before {
  font-family: FontAwesome;
  content: '\f01a';
  margin-right: 10px;
  font-weight: normal;
}

.download a:hover, .download a:focus {
  text-decoration: none;
  background: #e6aa1e;
}


/* archive //////////////////////////////////////////*/

.archive h2 {
  background: #e6aa1e;
  margin-top: 0;
  margin-bottom: 25px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 15px;
}

.archive ul {
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
}

.archive ul li {
  font-size: 16px;
  margin-bottom: 5px;
  color:#fff;
}

.archive ul li a {
  color: #fff;
}


.archive ul li:before {
  font-family: FontAwesome;
  content: '\f105';
  margin-right: 10px;
  font-weight: normal;
}


/* social wall //////////////////////////////////////////*/

.social-wall {
  height: auto;
  width: 100%;
  background: #ccc;
  float: left;
  margin-bottom: 15px;
}

ul.nav-tabs li {
  width: 25%;
  text-align: center;
}

ul.nav-tabs li a {
  margin-right: 0;
  border-radius: 0;
  border: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
  border: none;
  color: #fff;
}

.nav-tabs>li.active>a.twitter, .nav-tabs>li.active>a.twitter:focus, .nav-tabs>li.active>a.twitter:hover, .nav-tabs>li>a.twitter:focus, .nav-tabs>li>a.twitter:hover {
  background-color: #00B3EB;
}

.nav-tabs>li.active>a.facebook, .nav-tabs>li.active>a.facebook:focus, .nav-tabs>li.active>a.facebook:hover, .nav-tabs>li>a.facebook:focus, .nav-tabs>li>a.facebook:hover {
  background-color: #3E5F9E;
}

.nav-tabs>li.active>a.instagram, .nav-tabs>li.active>a.instagram:focus, .nav-tabs>li.active>a.instagram:hover, .nav-tabs>li>a.instagram:focus, .nav-tabs>li>a.instagram:hover {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.nav-tabs>li.active>a.google_plus, .nav-tabs>li.active>a.google_plus:focus, .nav-tabs>li.active>a.google_plus:hover, .nav-tabs>li>a.google_plus:focus, .nav-tabs>li>a.google_plus:hover {
  background: #DB4437;
}

.tab-content {
  padding: 15px;
}


/* INSTAGRAM */

#instagram .instagram_thumbnail {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#instagram .instagram_thumbnail li {
  display: inline-block;
  width: 33.33%;
  padding-right: 5px;
  padding-bottom: 5px;
}

#instagram .instagram_thumbnail li:nth-child(3), #instagram .instagram_thumbnail li:nth-child(6), #instagram .instagram_thumbnail li:nth-child(9) {
  padding-right: 0;
}

#instagram .instagram_thumbnail li:nth-child(7), #instagram .instagram_thumbnail li:nth-child(8), #instagram .instagram_thumbnail li:nth-child(9) {
  padding-bottom: 0;
}

#instagram .instagram_thumbnail li a .image {
  width: 80px;
  height: 80px;
}


/* FACEBOOK */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget, ._2p3a, .fb_iframe_widget iframe {
  width: 100% !important;
}


/* TWITTER */

#jstwitter {
  font-size: 15px;
  color: #333333;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto 15px auto;
  padding: 15px;
  border-radius: 3px;
  background: #ffffff;
  text-align: left;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

#jstwitter .tweet {
  margin-top: 15px;
  clear: both;
}

#jstwitter .tweet a {
  text-decoration: none;
  color: #13c9d0;
}

#jstwitter .tweet a:hover {
  text-decoration: underline;
}

#jstwitter img {
  display: block;
  margin-bottom: 5px;
  max-width: 100%;
}

#jstwitter .tweet .time {
  font-size: 10px;
  font-style: italic;
  color: #666666;
  display: block;
  margin-top: 3px;
}

.tweet-author img {
  float: left;
  margin-right: 15px;
}

.tweet-author .author {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease-in;
}

.tweet-author .screen_name {
  display: block;
  font-weight: 300;
  font-size: 14px;
  text-transform: lowercase;
  transition: all 0.3s ease-in;
}

#jstwitter a:hover {
  text-decoration: none;
}

.tweet-author .author:hover {
  color: #CD1619;
}

.tweet-author .screen_name:hover {
  color: #00B3EB;
}


/* YOUTUBE */

.video-container {
  background: #ccc;
  padding: 15px;
  float: left;
  height: auto;
  width: 100%;
}


/* GOOGLE PLUS */

.google_plus-feed {
  font-size: 15px;
  color: #333333;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto 15px auto;
  padding: 15px;
  background: #ffffff;
  text-align: left;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

.google_plus-feed img.img_url {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.google_plus-feed .actor {
  display: block;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease-in;
  padding-top: 15px;
}

.google_plus-feed p {
  margin-top: 15px;
  clear: both;
}


/* COLOPHON //////////////////////////////////////////*/

.colophon {
  margin-top: 30px;
  margin-bottom:10px;
}

.colophon ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style-type: none;
}

.colophon ul li {
  width: 20%;
  float: left;
  text-align: center;
  vertical-align: middle;
  height: 80px;
  line-height: 80px;
}

.colophon ul li:nth-child(8), .colophon ul li:nth-child(9) {
  width: 12.25%;
}

.colophon ul li img {
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  .colophon ul li {
    width: 33.33%;
  }
  .colophon ul li:nth-child(7), .colophon ul li:nth-child(8), .colophon ul li:nth-child(9) {
    width: 33.33%;
  }
}


/* FOOTER //////////////////////////////////////////*/

.footer {
  background: #4A4A4A;
  padding: 15px 0;
}

.footer .footer__logo img {
  max-width: 100%;
}

.footer .navbar-nav li {
  float: none;
}

.footer .navbar-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
}

.footer .navbar-nav li a:hover, .footer .navbar-nav li.active a:hover, .footer .navbar-nav li.active a {
  background: transparent;
  color: #CD1619;
}

.footer p {
  font-weight: 200;
  font-size: 13px;
  color: #fff;
}

.footer p a {
  color: #fff;
}

.footer p a:hover {
  color: #CD1619;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer .col-sm-3, .footer .col-sm-12 {
    text-align: center;
  }
  .footer .col-sm-3 {
    margin-bottom: 20px;
  }
}


/* SCROLL TO TOP //////////////////////////////////////////*/

.scroll-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: #002D56;
  padding: 6px 10px;
  display: none;
  transition: all 0.3s ease-in;
  z-index: 3;
}

.scroll-to-top:hover {
  background: #2752A0;
}

.scroll-to-top a {
  display: block;
}

.scroll-to-top a i {
  color: #fff;
}


/* PAGINATION //////////////////////////////////////////*/

.pagination {
  width: 100%;
  margin: 0;
}

.pagination .prev-next-posts {
  float: right;
}

.pagination .prev-next-posts .prev-posts-link, .pagination .prev-next-posts .next-posts-link {
  background: #002D56;
  transition: all 0.3s ease-in;
  display: inline-block;
  float: right;
}

.pagination .prev-next-posts .prev-posts-link:hover, .pagination .prev-next-posts .next-posts-link:hover {
  background: #2752A0;
}

.pagination .prev-next-posts .prev-posts-link i, .pagination .prev-next-posts .next-posts-link i {
  color: #ffffff;
  margin: 6px 14px;
}

/* Carousel Section */
.news-carousel {
  margin-top: 20px;
  float: left;
  width: 100%;
}

.news-carousel h3 {
  background: #002D56;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 15px;
}

.owl-carousel .item {
  padding: 10px 10px 15px 10px;
  background: #F1F0EF;
}
.owl-carousel .item h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}
.owl-carousel .item a {
  padding: 3px 10px;
  font-size: 12px;
  text-transform: uppercase;
  background: #CD1619;;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease-in;
}
.owl-carousel .item a:hover {
  background: #002D56;
  text-decoration: none;
}

.img-nuova-sede{
  width: 45%;
  margin-top: -7%;
  margin-left: 0%;
}


@media only screen and (min-width: 1900px) {
  .img-nuova-sede {
    width: 45%;
    margin-top: -5%;
    margin-left: -63%;

  }
  body.home .hero {
    height: 600px;
    background-position: center -250px;
}
}
@media only screen and (max-width: 1899px) {
  .img-nuova-sede {
    width: 45%;
    margin-top: -1%;
    margin-left: -61%;
  }
  body.home .hero {
    height: 350px;
    background-position: center -100px;
}
}

@media only screen and (max-width: 900px) {
  .img-nuova-sede {
    width: 45%;
    margin-top: -1%;
    margin-left: -20%;
  }
  body.home .hero {
    height: 350px;
    background-position: center -100px;
}
}

@media only screen and (max-width: 767px) {
  .img-nuova-sede {
    width: 25%;
    margin-top: -22%;
    margin-left: 51%;
  }
}

@media only screen and (max-width: 550px) {
  .img-nuova-sede {
    width: 25%;
    margin-top: -0%;
    margin-left: 57%;
  }
  body.home .hero {
    height: 350px;
    background-position: center -100px;
}
}


.img-cover-header{
  border-bottom: 30px solid #002d56;
}