/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Ago-2016
    Author     : Pablo Arias - www.pabloarias.eu
*/
/* Header */
header#sp-header {
  position: relative;
  top: 0;
}
/* Navigation */
ul.sp-megamenu-parent {
  margin-top: 2em;
}
ul.sp-megamenu-parent li a {
  border-radius: 4px;
  box-shadow: 2px 2px 3px 0px rgba(150, 150, 150, 0.75);
  line-height: 2;
  margin: 0 0.5em;
  padding: 0.2em 1em;
}
/* Title */
#sp-page-title {
  margin: 0;
}
/* Content */
#sp-main-body {
  padding: 3em 0;
}
/* Tables */
table.table tbody tr td {
  vertical-align: middle;
}
/* Videobox */
.vb_box {
  margin: 1em 0 2em;
}
/* Social sharing */
.jssocials-shares {
  margin: 2em 0 1em;
}
/* Footer */
footer#sp-footer {
  border-top: 5px solid #c2263e;
  background-color: transparent;
}
/*# sourceMappingURL=custom.css.map */