/* fonts */
@import url('https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


/* body */
body {
  background-color: #f4f4f4;
  background-image: url('../img/bg-body.jpg');
  font-family: 'Open Sans',Arial,sans-serif;
  font-weight: 400;
  color: #666;
}
@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }
}

/* general */
a {
  outline: none;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
.btn {
  outline: none;
}
.img-responsive {
  display: inline-block;
}

/* color-themes */
.bg-green {
  background-color: #CE5207 !important;
}
.bg-orange {
  background-color: #fc9704 !important;
}
.bg-cyan {
  background-color: #178DE6 !important;
}
.bg-purple {
  background-color: #FFD34E !important;
}
.bg-yellow {
  background-color: #C013B2 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-red {
  background-color: #E61C17 !important;
}
.bg-gray {
  background-color: #f4f4f4 !important;
}
.bg-air {
  background-color: #d4cabf !important;
}

/* header */
.header {
  border-bottom: 1px solid #E1E1E1;
  background-color: #fff;
}
.header > .row {
  margin-left: 0;
  margin-right: 0;
}
.header > .row+.row {
  border-top: 1px solid #E1E1E1;
}
.header > .row:first-child {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fafafa;
}
.header .list-inline {
  margin-bottom: 0;
}
.header-brand {
  display: inline-block;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
.header-search {
  display: block;
  width: 150px;
}
.header-search .form-control {
  height: auto;
  padding: 3px 6px;
  border-radius: 0;
  border: 1px solid #E1E1E1;
  border-right: none;
  box-shadow: none;
  font-size: 12px;
}
.header-search .form-control:focus,
.header-search .form-control:active {
  outline: none;
  border-color: #E1E1E1;
  box-shadow: none;
}
.header-search .btn {
  padding: 3px 6px;
  border-radius: 0;
  border: 1px solid #E1E1E1;
  border-left: none;
  font-size: 12px;
}
.header-search .btn:hover {
  color: #CE5207;
  background-color: transparent;
}
.header-search .btn:active,
.header-search .btn:focus {
  box-shadow: none;
  outline: none;
}

/* list-topbar */
.list-topbar {
  position: relative;
  margin-bottom: 0;
}
.list-topbar:after {
  content: '';
  display: table;
  clear: both;
}
.list-topbar.pull-left {
  margin-left: 15px;
}
.list-topbar.pull-right {
  margin-right: 15px;
}
.list-topbar > li {
  display: block;
  float: left;
  position: relative;
}
.list-topbar > li+li {
  margin-left: 6px;
  padding-left: 6px;
}
.list-topbar > li+li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #E1E1E1;
}
.list-topbar > li > span {
  display: inline-block;
  padding: 3px 0;
  line-height: 19px;
  font-size: 12px;
  color: #666;
}
.list-topbar > li > span+span {
  margin-left: 4px;
}
.list-topbar > li > span > .wi {
  font-size: 16px;
  vertical-align: text-top;
}
.list-topbar > li > a {
  display: block;
  float: left;
  padding: 3px 0;
  line-height: 19px;
  font-size: 12px;
  color: #666;
}
.list-topbar > li > a:hover {
  color: #CE5207;
  text-decoration: none;
}
.list-topbar > li > a+a {
  margin-left: 6px;
}
.list-topbar > li > a > .fa-2x {
  font-size: 18px;
  vertical-align: middle;
}

/* nav-main */ 
.nav-main > li+li {
  border-left: 1px solid #E7E7E7;
}
.nav-main > li > a {
  font-size: 18px;
  color: #333;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.nav-main > li > a:hover,
.nav-main > li.active > a {
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
.nav-main > li.color-pol > a:hover,
.nav-main > li.color-pol.active > a {
  background-color: transparent;
}
.nav-main > li.color-soc > a:hover,
.nav-main > li.color-soc.active > a {
  background-color: transparent;
}
.nav-main > li.color-dep > a:hover,
.nav-main > li.color-dep.active > a {
  background-color: transparent;

}
.nav-main > li.color-cul > a:hover,
.nav-main > li.color-cul.active > a {
  background-color: transparent;

}
.nav-main > li > a > b {
  color: #E61C17;
}

/* header-mobile */
.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #fff;
  text-align: left;
  border-bottom: 1px solid #E7E7E7;
  z-index: 9999;
}
.header-mobile > .header-brand {
  display: block;
  margin: 0;
  padding: 10px;
  width: 220px;
  line-height: 45px;
}
.header-mobile > .header-toggle {
  position: relative;
  display: block;
  width: 60px;
  height: 70px;
  float: right;
  cursor: pointer;
}
.header-mobile > .header-toggle i {
  display: block;
  height: 4px;
  width: 30px;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -2px;
  background: #ce5207;

  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.header-mobile > .header-toggle i:first-child {
  margin-top: -10px;
}
.header-mobile > .header-toggle i:last-child {
  margin-top: 6px;
}
.header-mobile > .header-toggle.open i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: -2px;
}
.header-mobile > .header-toggle.open i:nth-child(2) {
  background: rgba(255,255,255,0);
}
.header-mobile > .header-toggle.open i:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/* nav-mobile */
.nav-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  padding-top: 70px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 1999;

  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.nav-mobile.open {
  right: 0;
}
.nav-mobile > .nav > li+li {
  border-top: 1px solid #E7E7E7;
}
.nav-mobile > .nav > li > a {
  color: #333;
}
.nav-mobile > .nav > li > a.inline-link {
  display: inline-block !important;
  padding: 10px 5px;
  margin: 0 3px;
}
.nav-mobile figure {
  margin-top: 45px;
  line-height: 1.8;
}
.nav-mobile .mobile-weather {
  font-size: 13px;
  color: #999;
}
.nav-mobile .mobile-weather > span {
  display: inline-block;
  margin: 0 3px;
}
.nav-mobile .mobile-social {
  margin-top: 15px;
}
.nav-mobile .mobile-social > a {
  padding: 0 5px;
  color: #ce5207;
}

/* color */

.color-agu .article-label span, .menu-agu {
  background-color: #7da7d9;
}

.color-sem .article-label span, .menu-sem {
  background-color: #c6a15b;
}

.color-fue .article-label span, .menu-fue {
  background-color: #c77963;
}

.color-tie .article-label span, .menu-tie {
  background-color: #e6a97c;
}

.color-air .article-label span, .menu-air {
  background-color: #d4cabf;
}

/* rows */
.row-content {
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}

/* section */
section {
  position: relative;
}
@media (min-width: 768px) {
  section {
    padding: 15px;
  }
}
section+section {
  border-top: 1px solid #E1E1E1;
}
section > .row {
  margin-left: 0;
  margin-right: 0;
}
section > .row+.row {
  border-top: 1px solid #E1E1E1;
}

/* articles */
.article-featured,
.article-item {
  position: relative;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  display: flexbox;
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  background-color: #fff;
}
.article-rec {
  position: relative;
  display: block;
  margin: 15px 0;
  border: 1px solid #000;
  color: #000;
}
.article-rec:hover {
  color: #000;
  text-decoration: none;
  background-color: rgba(0,0,0,.2);
}
.article-rec:focus {
  color: #000;
  text-decoration: none;
}
.article-title {
  margin: 0;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .article-featured .article-title {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .article-featured .article-title {
    font-size: 24px;
  }
}
.article-rec .article-title {
  text-align: center;
}
.article-title > a {
  color: #333;
}
.article-title > a:hover {
  text-decoration: none;
  color: #ce5207;
}
.color-pol .article-title > a:hover {
  color: #fc9704 !important;
}
.color-soc .article-title > a:hover {
  color: #0A72C0 !important;
}
.color-dep .article-title > a:hover {
  color: #E61C17 !important;
}
.color-cul .article-title > a:hover {
  color: #C013B2 !important;
}
.article-subtitle {
  padding: 15px;
  border-top: 1px solid #000;
  text-align: center;
  font-size: 14px;
}
.article-subtitle > small {
  display: block;
  margin-top: 2px;
  font-size: 10.5px;
  text-transform: uppercase;
}
.article-media {
  position: relative; 
  padding-bottom: 65%;
}
.article-rec .article-media {
  padding-bottom: 35%;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .article-featured .article-media {
    padding-bottom: 65%;
  }
  .article-rec .article-media {
    padding-bottom: 60%;
    border-bottom: 1px solid #000;
  }
  .col-sm-12 > .article-featured .article-media {
    padding-bottom: 40% !important;
  }
}
@media (min-width: 1200px) {
  .article-featured .article-media {
    padding-bottom: 55%;
  }
}
.article-label {
  position: absolute;
  top: 0;
  left: 0;

  z-index: 2;
}
.article-label > span {
  display: block;
  float: left;
  padding: 6px 12px 6px 12px;
  background-color: #CE5207;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.color-pol .article-label > span,
.color-pol .article-label > .fa {
  background-color: #fc9704 !important;
}
.color-soc .article-label > span,
.color-soc .article-label > .fa {
  background-color: #178DE6 !important;
}
.color-dep .article-label > span,
.color-dep .article-label > .fa {
  background-color: #E61C17 !important;
}
.color-cul .article-label > span,
.color-cul .article-label > .fa {
  background-color: #C013B2 !important;
}
.article-label > .fa {
  display: block;
  float: left;
  margin-left: 1px;
  padding: 5px 6px;
  width: 30px;
  background-color: #CE5207;
  color: #fff;
  text-align: center;
}
.article-picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.article-overlay {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
  background-color: rgba(206,82,7,.9);
  color: #fff;
  z-index: 3;

  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.article-overlay:hover {
  color: #fff !important;
  text-decoration: none;
}
.color-pol .article-overlay{
  background-color: rgba(252,151,4,.9) !important;
}
.color-soc .article-overlay {
  background-color: rgba(10,114,192,.9) !important;
}
.color-dep .article-overlay {
  background-color: rgba(230,28,23,.9) !important;
}
.color-cul .article-overlay {
  background-color: rgba(192,19,178,.9) !important;
}
@media (min-width: 768px) {
  .article-featured .article-overlay {
    top: 0;
    right: 0;
    left: auto;
    width: 60%;
    max-width: 350px;
    height: 100%;
    opacity: 0;
  }
  .article-item .article-overlay {
    opacity: 0;
  }
}
.article-featured:hover .article-overlay,
.article-item:hover .article-overlay {
  opacity: 1;
}
.article-caption {
  display: block;
  display: -webkit-box;
  box-sizing: border-box;
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 20px;
}
.article-item .article-caption {
  max-height: 60px;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .article-featured .article-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .article-featured .article-caption {
    max-height: 110px;
    font-size: 16px;
    font-weight: 300;
  }
}
.article-share {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 5;

  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
@media (min-width: 768px) {
  .article-item .article-share,
  .article-featured .article-share {
    opacity: 0;
  }
}
.article-featured:hover .article-share,
.article-item:hover .article-share {
  opacity: 1;
}
.article-share > li {
  display: block;
  float: left;
  padding: 0;
}
.article-share > li+li {
  margin-left: 1px;
}
@media (min-width: 768px) {
  .article-share > li:last-of-type {
    display: none;
  }
}
.article-share > li > a {
  display: block;
  height: 24px;
  width: 26px;
  line-height: 24px;
  font-size: 15px;
  color: #fff !important;
  text-align: center;
}
.article-share > li > a.share-facebook {
  background-color: #3b5998;
}
.article-share > li > a.share-facebook:hover {
  background-color: #2d4373;
  color: #fff !important;
}
.article-share > li > a.share-twitter {
  background-color: #00aced;
}
.article-share > li > a.share-twitter:hover {
  background-color: #0087ba;
  color: #fff !important;
}
.article-share > li > a.share-whatsapp {
  background-color: #29a628;
}
.article-share > li > a.share-whatsapp:hover {
  background-color: #1f7d1e;
  color: #fff !important;
}
.article-featured .article-share-alt,
.article-item .article-share-alt {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 10px;
  z-index: 5;

  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.article-featured:hover .article-share-alt,
.article-item:hover .article-share-alt {
  opacity: 1;
}

/* ad-banners */
.ad-column {
  text-align: center;
  margin-top: 200px;
}
.ad-row {
  padding: 15px 0;
  background-color: #fff;
}
.ad-banner {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.ad-banner+.ad-banner {
  margin-top: 45px;
}
.ad-lateral {
  display: inline-block;
}
.ad-square {
  margin: 15px auto;
}
@media (min-width: 768px) {
  .ad-row {
    padding: 30px;
  }
}

/* opinio */
.opinio-title {
  position: relative;
}
.opinio-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #666;
  z-index: 1;
}
.opinio-title > span {
  position: relative;
  display: inline-block;
  padding: 4px 6px 4px 0;
  background-color: #f6f6f6;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
}
.opinio-item {
  display: block;
  position: relative;
  padding: 10px 5px;
  margin-bottom: 10px;
  background-color: #fff;
}
.opinio-item:after {
  content: '';
  display: table;
  clear: both;
}
.opinio-item:hover {
  text-decoration: none;
  color: #01C6B2 !important;
}
.opinio-item+.opinio-item {
  margin-top: 15px;
}
.opinio-picture {
  float: left;
  width: 64px;
  height: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
.opinio-caption {
  display: block;
  margin-left: 70px;
  padding: 7px 0 7px 5px;
  min-height: 64px;
  border-left: 1px solid #ccc;
  color: #666;
  font-size: 12px;
}
.opinio-caption:hover {
  text-decoration: none;
  color: #666;
}
.opinio-caption > b {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 1.2;

  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.opinio-caption:hover > b {
  color: #01C6B2;
}
.opinio-item .article-share {
  top: auto;
  bottom: 0;
}
.opinio-item .article-share > li > a {
  display: block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 12px;
}

/* rec */
.rec-wrap {
  margin: 0 -15px;
  padding: 15px 15px 0;
}
.rec-wrap h3 a {
  color: #000 !important;
  font-size: 28px;
}
.rec-wrap h3 {
  font-family: 'Zilla Slab', sans-serif;
  font-size: 24px;
}
.rec-logo {
  display: block;
  margin-bottom: 5px;
}
.social-feed-container {
  border: 1px solid #000;
}

/* content-hero */
.content-hero {
  padding: 30px 0;
  background-color: #fff;
}
.content-message {
  padding: 30px 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .content-hero {
    padding: 0;
  }
  .content-hero > .row > div:first-of-type {
    padding: 30px; 
  }
  .content-hero > .row > div:last-of-type {
    border-left: 1px solid #E1E1E1;
    padding: 0;
  }
  .content-message {
    padding: 30px 15px;
  }
}
.hero-date {
  text-transform: uppercase;
  font-size: 11px;
  color: #aaa;
  letter-spacing: 0.02em;
}
.hero-title {
  margin: 45px 0 15px;
}
.carousel-hero {
  height: 100%;
  overflow: hidden;
}
.carousel-hero > .carousel-inner {
  height: 100%;
}
.carousel-hero > .carousel-inner > .item {
  height: 100%;
  min-height:300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-hero .carousel-control {
  background: none;
  text-shadow: none;
  font-size: 65px;
  top: 50%;
  bottom: auto; 

  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.carousel-hero .carousel-control.left {
  left: 0;
}
.carousel-hero .carousel-control.right {
  right: 0;
}
@media (min-width: 768px) {
  .carousel-hero .carousel-control.left {
    left: -80px;
  }
  .carousel-hero:hover .carousel-control.left {
    left: 0;
  }
  .carousel-hero .carousel-control.right {
    right: -80px;
  }
  .carousel-hero:hover .carousel-control.right {
    right: 0;
  }
}

/* content-article */
.content-article {
  background-color: #fff;
}
@media (min-width: 768px) {
  .content-article {
    padding: 0;
    background-color: transparent;
  }
  .content-article .column-left {
    position: relative;
    background-color: #fff;
  }
  .content-article .column-left > main {
    padding: 15px;
  }
  .content-article .column-left:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #E1E1E1;
  }
  .content-article .column-right {
    position: relative;
    padding: 0;
  }
  .content-article .column-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background-color: #E1E1E1;
  }
}
.content-article main p,
.content-article main h1, 
.content-article main h2,
.content-article main h3,
.content-article main h4,
.content-article main h5,
.content-article main h6 {
  margin: 15px 0;
}
.article-title {
  font-family: 'Zilla Slab', sans-serif;
}
.content-article main ul {
  list-style: square;
}
.content-article main img {
  display: block;
  margin: 45px auto;
  max-width: 100%;
  height: auto;
}
.content-article main iframe {
  display: block;
  margin: 45px auto;
  max-width: 100%;
}
.content-article main a {
  color: #01C6B2 !important;
}
.content-article main a:hover {
  color: #CE5207 !important;
}
.content-comments {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 30px;
  border-top: 1px solid #E1E1E1;
}
@media (max-width: 768px) {
  .addthis_native_toolbox {
    margin-bottom: 10px;
  }
}

/* side-box */
.side-box {
  padding: 30px 15px;
}
.side-box+.side-box {
  margin-top: 15px;
  border-top: 1px solid #E1E1E1;
}
.side-title {
  margin: 0 0 10px;
}
.side-box .label {
  display: inline-block;
  padding: 6px 8px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
  background-color: #E1E1E1;

  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.side-box .label:hover {
  background-color: #01C6B2;
  text-decoration: none;
  color: #fff !important;
}

/* sidebar */
.row-sidebar {
  margin-left: 0;
  margin-right: 0;
}
@media(max-width: 768px) {
  .row-sidebar > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(min-width: 768px) {
  .row-sidebar {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .row-sidebar > div {
    display: table-cell;
    float: none;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
  }
  .row-sidebar > div:first-of-type {
    background-color: #fff;
    border-right: 1px solid #E1E1E1;
  }
}
.sidebar {
  background-color: #fff;
}
.sidebar > figure {
  padding: 15px;
}
@media (min-width: 768px) {
  .sidebar > figure {
    padding: 30px 15px;
  }
}
.sidebar .calendar {
  text-align: center;
}
.sidebar .calendar > .datepicker {
  margin: 0 auto;
}
.sidebar .calendar > .datepicker-inline {
  width: auto;
}
.sidebar .calendar > .datepicker table {
  margin: 0 auto;
}

/* profile */
.profile-item {
  padding: 15px;
  margin: 15px 0;
  background-color: #fff;
  text-align: center;
}
.profile-picture {
  padding: 0 20%;
}
.profile-picture > span {
  display: block;
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.profile-caption {
  margin-top: 30px;
}

/* footer */ 
footer {
  padding: 30px;
  border-top: 1px solid #E1E1E1;
}
footer a {
  color: #666;
}
footer a:hover {
  color: #CE5207;
  text-decoration: none;
}
footer .list-sitemap > li > a {
  font-size: 13px;
}
footer .list-social {
  margin-left: 0;
}
footer .list-social > li {
  padding: 0;
  margin: 0;
}
footer .list-social > li+li {
  margin-left: 2px;
}
footer .list-social > li > a {
  display: block;
  color: #666;
}
footer .list-social > li > a:hover {
  color: #CE5207;
  text-decoration: none;
}
footer .list-social > li > a > .fa-2x {
  font-size: 18px;
  vertical-align: middle;
}
@media(min-width: 768px) {
  footer .list-social {
    float: right;
  }
}
footer .copyright {
  margin-top: 15px;
  font-size: 11px;
  color: #999;
}

/* responsive */
@media (min-width: 1520px) {
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
}