/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   E-strategia's custom styles
   ========================================================================== */

@font-face {
    font-family: Raleway;
    src: url('../fonts/Raleway-Regular.ttf');
}

.bl-header {
    background-image: url('../img/banner-header.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 20px 15px;
}

.bl-header .el-logo {
    display: block;
    margin: 0 auto 20px auto;
}

.bl-header .el-button-menu-responsive {
    margin: 0 auto 20px auto;
    display: block;
    width: 45px;
    padding: 5px 5px 0 5px;
    background: #fff;
    border: 1px solid #34456e;
    border-radius: 5px;
    cursor: pointer;
}

.bl-header .el-button-menu-responsive span {
    height: 3px;
    display: block;
    margin: 0 0 5px 0;
    background: #34456e;
}

.bl-header .co-select-language {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    list-style: none;
    color: #fff;
    font-style: italic;
}

.bl-header .co-select-language li {
    display: inline-block;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.bl-header .co-select-language li a {
    color: #fff;

}

.bl-header .co-select-language li a:hover {
    font-weight: bold;
    text-decoration: none;
}

.bl-header .co-main-menu {
    display: none;
    padding: 0;
    text-align: center;
    list-style: none;
    background: #fff;
    padding: 10px 0;
    border: 1px solid #34456e;
}

.bl-header .co-main-menu.active {
    display: block;
}

.bl-header .co-main-menu li {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #34456e;
    padding: 0 0 10px 0;
}

.bl-header .co-main-menu li:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.bl-header .co-main-menu li a {
    text-decoration: none;
    color: #34456e;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.bl-header .co-main-menu li a:hover {
    text-decoration: underline;
}

.bl-header .co-main-menu li:last-child a {
    color: #7dc3df;
    text-transform: uppercase;
}

.pa-inscripcion .bl-header .co-main-menu li:last-child a {
    text-transform: none;
    color: #fff;
}

.bl-header .co-title {
    margin: 50px auto 0 auto;
}

.bl-header .co-title h1 {
    font-family: Georgia, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(52,68,110,0.9);
    margin: 0 0 2px 0;
    line-height: 24px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    z-index: 1;
}

.bl-header .co-title ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

.bl-header .co-title ul li {
    display: inline-block;
    background: rgba(52,68,110,0.9);
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.bl-header .co-title p {
    width: 150px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    background: #80c0da;
    text-align: center;
    margin: 10px auto;
    font-family: Raleway, Arial, sans-serif;
}

.bl-header .co-title p a {
    color: #fff;
    display: block;
    text-decoration: none;
}

@media (min-width: 768px) {
    .bl-header .el-logo {
        width: 100%;
    }
    .bl-header .el-button-menu-responsive {
        display: none;
    }
    .bl-header .co-select-language {
        margin: 0 0 10px 0;
        text-align: right;
    }
    .bl-header .co-select-language li {
        font-size: 12px;
    }
    .bl-header .co-main-menu {
        display: block;
        border: 0;
        background: transparent;
        text-align: right;
        padding: 0;
    }
    .bl-header .co-main-menu li {
        display: inline-block;
        border: 0;
        margin: 0;
        padding: 0 5px;
    }
    .bl-header .co-main-menu li a {
        color: #fff;
        font-size: 14px;
    }
    .bl-header .co-main-menu li a.active {
        text-decoration: underline;
    }
    /* Demo styles (ignore it :P ) */
    .co-title {
        margin: 0 auto;
        max-width: 820px;
        text-align: center;
    }
    .co-title h1 {
        font-family: Georgia, Arial, sans-serif;
        font-size: 34px;
        line-height: 38px;
        text-transform: uppercase;
        color: #fff;
        background: rgba(52, 68, 110, 0.9);
        margin: 0 0 2px 0;
        text-align: center;
        padding: 10px;
        font-weight: bold;
    }

    /* CSS code improvements */
    .bl-header .co-title [class^="el-title-"] {
        display: inline-block; /* With this no need to define the h1's width. It self shrink  */
    }

    /* Code for skew */

    .bl-header .co-title [class^="el-title-"] {
        position: relative;
        background: none;
    }
    .bl-header .co-title [class^="el-title-"]:before, .co-title [class^="el-title-"]:after {
        content:"";
        position: absolute;
        top: 0;
        display: block;
        height: 100%;
        width: 100%;
        background: rgba(52, 68, 110, 1);
        z-index:-1;
    }
    .bl-header .co-title .el-title-1:before {
        right: 0;
        transform-origin: 0 0%;
        transform: skewX(-45deg);
    }
    .bl-header .co-title .el-title-1::after {
        left: 0;
        transform-origin: 0 100%;
        transform: skewX(-45deg);
    }
    .bl-header .co-title .el-title-2:before {
        right: 0;
        transform-origin: 0 0%;
        transform: skewX(45deg);
    }
    .bl-header .co-title .el-title-2::after {
        left: 0;
        transform-origin: 0 100%;
        transform: skewX(45deg);
    }
    .bl-header .co-title ul {
        margin: 20px 0;
    }
}
@media (min-width: 992px) {
    .bl-header {
        padding: 20px 15px 80px 15px;
    }
    .bl-header .el-logo {
        width: auto;
        margin: 0 0 20px 0;
    }
    .bl-header .co-select-language li {
        font-size: 14px;
    }
    .bl-header .co-main-menu li a {
        font-size: 18px;
    }
    .bl-header .co-title h1 {
        font-size: 34px;
        line-height: 38px;
    }
/*    .bl-header .co-title h1.el-title-1 {
        width: 620px;
    }
    .bl-header .co-title h1.el-title-2 {
        width: 820px;
    }
    .bl-header .co-title h1.el-title-2.el-title-2-gracias {
        width: 870px;
    }*/
}
@media (min-width: 1200px) {
    .bl-header {
        padding: 20px 15px 150px 15px;
    }
    .bl-header .co-title {
        margin: 100px auto 0 auto;
    }
}

/*BLOQUE AGENDA*/
.bl-agenda {
    margin: 50px 0;
}

.bl-agenda svg {
    font-size: 40px;
    margin: 0 auto;
    display: block;
    color: #415d85;
}

.bl-agenda .el-title {
    font-size: 30px;
    text-align: center;
    color: #4e4e4e;
    font-weight: bold;
    font-family: Georgia, Arial, sans-serif;
    margin: 10px 0 15px 0;
}

.bl-agenda .el-subtitle {
    font-family: Raleway, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #415d85;
    line-height: 22px;
    text-align: center;
    padding: 0 15px;
}

.bl-agenda .co-agenda-titles {
    padding: 15px;
    width: 100%;
}

.bl-agenda .co-agenda-titles .el-agenda-title {
    width: 100%;
    text-align: center;
    padding: 15px;
    border: 1px solid #c7c7c7;
    cursor: pointer;
}

.bl-agenda .co-agenda-titles .el-agenda-title.active,
.bl-agenda .co-agenda-titles .el-agenda-title:hover {
    background: #2a3963;
}

.bl-agenda .co-agenda-titles .el-agenda-title h3 {
    color: #2a3963;
    font-family: Georgia, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.bl-agenda .co-agenda-titles .el-agenda-title p {
    color: #2a3963;
    font-size: 17px;
    font-family: Raleway, Arial, sans-serif;
    margin: 0;
}

.bl-agenda .co-agenda-titles .el-agenda-title.active h3,
.bl-agenda .co-agenda-titles .el-agenda-title.active p,
.bl-agenda .co-agenda-titles .el-agenda-title:hover h3,
.bl-agenda .co-agenda-titles .el-agenda-title:hover p {
    color: #fff;
}

.bl-agenda .co-agenda-info {
    display: none;
}

.bl-agenda .co-agenda-info.active {
    display: block;
}

.bl-agenda .co-agenda-info .card .card-header {
    background: transparent;
    border: 0;
}

.bl-agenda .co-agenda-info .card .card-header img {
    display: none;
}

.bl-agenda .co-agenda-info .card .card-header h5 {
    border-bottom: 1px solid #c7c7c7;
    background-image: url('../img/ico-down.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right center;
}

.bl-agenda .co-agenda-info .card .card-header button,
.bl-agenda .co-agenda-info h3 {
    font-family: Georgia, Arial, sans-serif;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: bold;
    white-space: normal;
    text-align: left;
    width: 100%;
}

.bl-agenda .co-agenda-info h3 {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    padding: 15px 35px;
    margin: 0;
}

.bl-agenda .co-agenda-info .card .card-body ul {
    list-style-type: circle; 
}

.bl-agenda .co-agenda-info .card .card-body ul li {
    font-size: 18px;
    font-family: Raleway, Arial, sans-serif;
    color: #333;
}

@media (min-width: 992px) {
    .bl-agenda .co-agenda-titles .el-agenda-title {
        float: left;
        width: 20%;
    }
    .bl-agenda .co-agenda-info h3 {
        overflow: hidden;
        padding-top: 20px;
    }
    .bl-agenda .co-agenda-info #accordion1,
    .bl-agenda .co-agenda-info #accordion2,
    .bl-agenda .co-agenda-info #accordion3,
    .bl-agenda .co-agenda-info #accordion4,
    .bl-agenda .co-agenda-info #accordion5 {
        border-bottom: 1px solid #c7c7c7;
    }
    .bl-agenda .co-agenda-info .card {
        padding-left: 100px;
        border-bottom: 0;
        border-top: 0;
    }
    .bl-agenda .co-agenda-info #accordion1 .card:nth-child(1) {
        padding-top: 50px;
    }
    .bl-agenda .co-agenda-info #accordion1 .card:nth-child(3) {
        padding-bottom: 50px;
    }
    .bl-agenda .co-agenda-info #accordion4 .card:nth-child(1),
    .bl-agenda .co-agenda-info #accordion5 .card:nth-child(1) {
        padding-top: 50px;
    }
    .bl-agenda .co-agenda-info #accordion4 .card:nth-child(2),
    .bl-agenda .co-agenda-info #accordion5 .card:nth-child(2) {
        padding-bottom: 50px;
    }
    .bl-agenda .co-agenda-info #accordion2 .card,
    .bl-agenda .co-agenda-info #accordion3 .card {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .bl-agenda .co-agenda-info .card .card-header,
    .bl-agenda .co-agenda-info .card .collapse {
        border-left: 1px solid #c7c7c7;
    }
    .bl-agenda .co-agenda-info .card .card-header {
        position: relative;
    }
    .bl-agenda .co-agenda-info .card .card-header > img {
        position: absolute;
        left: -17px;
        top: 11px;
        display: block;
    }
}

/*BLOQUE UBICACION + IADG + PRECIO*/

.bl-ubicacion-iadg-precio h2 {
    text-align: center;
    font-family: Georgia, Arial, sans-serif;
    font-size: 24px;
    color: #656464;
    font-weight: bold;
}

.bl-ubicacion-iadg-precio h3 {
    text-align: center;
    font-family: Raleway, Arial, sans-serif;
    font-size: 16px;
    color: #2a3963;
}

.bl-ubicacion-iadg-precio h4 {
    text-align: center;
    font-family: Raleway, Arial, sans-serif;
    font-size: 16px;
    color: #80c0da;
    font-weight: bold;
}

.bl-ubicacion-iadg-precio p,
.bl-ubicacion-iadg-precio ul {
    text-align: center;
    font-family: Raleway, Arial, sans-serif;
    font-size: 16px;
    color: #656464;
    margin: 0 0 20px 0;
    padding: 0;
}

.bl-ubicacion-iadg-precio a {
    text-align: center;
    width: 200px;
    padding: 5px 15px;
    background: #2a3963;
    color: #fff;
    margin: 0 auto 20px auto;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.bl-ubicacion-iadg-precio a.el-button-pt {
    width: 95%;
}

.bl-ubicacion-iadg-precio .el-img-hidden img {
    width: 100%;
    margin: 0 0 20px 0;
}

@media (min-width: 768px) {
    .el-img-hidden {
        display: none;
    }    
    .bl-ubicacion-iadg-precio.el-ubicacion,
    .bl-ubicacion-iadg-precio.el-precio {
        background-image: url('../img/fondo-img-madrid.jpg'), url('../img/img-madrid.jpg');
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat;
        background-size: 50% 100%, cover;
    }
    .bl-ubicacion-iadg-precio.el-iadg {
        background-image: url('../img/img-iadg.jpg'), url('../img/fondo-img-iadg.jpg');
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat;
        background-size: 50% auto, 50% 100%;
    }
    .bl-ubicacion-iadg-precio.el-precio {
        background-image: url('../img/fondo-img-madrid.jpg'), url('../img/img-precio.jpg');
        background-size: 50% 100%, cover;
    }
    .bl-ubicacion-iadg-precio h2 {
        margin: 80px 0 10px 0;
        text-align: left;
    }
    .bl-ubicacion-iadg-precio h3,
    .bl-ubicacion-iadg-precio h4,
    .bl-ubicacion-iadg-precio p,
    .bl-ubicacion-iadg-precio ul {
        text-align: left;
    }
    .bl-ubicacion-iadg-precio.el-iadg h2,
    .bl-ubicacion-iadg-precio.el-iadg p {
        color: #fff;
        padding-left: 50px;
    }
    .bl-ubicacion-iadg-precio.el-iadg h3 {
        color: #afb0b2;
        padding-left: 50px;
    }
    .bl-ubicacion-iadg-precio.el-iadg a {
        color: #2a3963;
        background: #fff;
        margin-left: 50px;
    }
    .bl-ubicacion-iadg-precio a {
        margin: 0 0 50px 0;
    }
}

/*BLOQUE CONTACTO*/
.bl-contact {
    margin: 50px 0;
}

.bl-contact svg {
    font-size: 40px;
    margin: 0 auto;
    display: block;
    color: #415d85;
}

.bl-contact .el-title {
    font-size: 30px;
    text-align: center;
    color: #4e4e4e;
    font-weight: bold;
    font-family: Georgia, Arial, sans-serif;
    margin: 10px 0 15px 0;
}

.bl-contact .el-subtitle {
    font-family: Raleway, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #415d85;
    line-height: 22px;
    text-align: center;
    padding: 0 15px;
}

.bl-contact .el-subtitle a {
    color: #6a6b6c;
}

.bl-contact form {
    margin: 30px 0 0 0;
    width: 100%;
    padding: 0 15px;
}

.bl-contact form input[type="text"],
.bl-contact form textarea,
.bl-contact form input[type="submit"] {
    padding: 5px;
    width: 100%;
}

.bl-contact form textarea {
    height: 100px;
}

.bl-contact form label {
    font-size: 12px;
    font-family: Raleway, Arial, sans-serif;
    font-weight: 600;
    color: #656464;
}

.bl-contact form label a {
    color: #656464;
}

.bl-contact form input[type="submit"] {
    border: 1px solid #2a3963;
    background: #2a3963;
    color: #fff;
    font-family: Raleway, Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

.bl-contact form input[type="submit"]:hover {
    border: 1px solid #2a3963;
    background: #fff;
    color: #2a3963;
}

@media (min-width: 992px) {
    .bl-contact form .el-contact-row1 input[type="text"] {
        width: 32.3333%;
        float: left;
        margin-bottom: 1.5%;
    }
    .bl-contact form .el-contact-row1 .form-group:nth-child(1) input[type="text"],
    .bl-contact form .el-contact-row1 .form-group:nth-child(2) input[type="text"] {
        margin-right: 1.5%;
    }
    .bl-contact form .el-contact-row2 input[type="text"] {
        width: 32.3333%;
        margin-right: 1.5%;
        float: left;
    }
    .bl-contact form .el-contact-row2 textarea {
        width: 66.17%;
        float: left;
        margin-bottom: 1.5%;
    }
    .bl-contact form .el-contact-row3 {
        text-align: right;
    }
    .bl-contact form .el-contact-row4 input[type="submit"] {
        width: 145px;
        margin: 0 auto;
        display: block;
    }
}
@media (min-width: 1200px) {
    .bl-contact form .el-contact-row2 textarea {
        width: 66.16%;
    }
}

/*BLOQUE COORDINADO POR*/
.bl-coordinacion p {
    font-family: Raleway, Arial, sans-serif;
    text-align: center;
    font-size: 17px;
    color: #2a3963;
}

.bl-coordinacion .el-img-coordinacion {
    text-align: center;
}

.bl-coordinacion .el-img-coordinacion img {
    margin: 0 auto 20px auto;
    display: block;
}

@media (min-width: 768px) {
    .bl-coordinacion .el-img-coordinacion img {
        display: inline-block;
    }
    .bl-coordinacion .el-img-coordinacion img:nth-child(1) {
        margin: 0 15px 0 0;
    }
    .bl-coordinacion .el-img-coordinacion img:nth-child(2) {
        margin: 0 0 0 15px;
    }
}

/*BLOQUE FOOTER*/
.bl-footer {
    margin: 50px 0 0 0;
    background: #2a3963;
    padding: 10px 0;
}

.bl-footer p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 0;
}

/*BLOQUE MODALS*/
.modal .modal-dialog .modal-content .el-modal-content p {
    font-size: 16px;
    font-family: Raleway, Arial, sans-serif;
    line-height: 22px;
    color: #4a4b4d;
}
.modal .modal-dialog .modal-content .el-modal-content p a {
    color: #415d85;
}
@media (min-width: 992px) {
    .modal .modal-dialog {
        max-width: 700px;
    }
    .modal .modal-dialog .modal-content .modal-body {
        padding: 0;
        min-height: 720px;
    }
    .modal .modal-dialog .modal-content .el-modal-fondo {
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: left top;
        width: 200px;
        float: left;
        height: 100%;
        min-height: 720px;
    }
    #modalIadg.modal .modal-dialog .modal-content .el-modal-fondo {
        background-image: url('../img/fondo-modal-iadg.jpg');
    }
    #modalMadrid.modal .modal-dialog .modal-content .el-modal-fondo {
        background-image: url('../img/fondo-modal-madrid.jpg');
    }
    .modal .modal-dialog .modal-content .el-modal-content {
        width: 480px;
        float: right;
        padding-right: 15px;
    }
    .modal .modal-dialog .modal-content .el-modal-content button.close {
        float: left;
        width: 100%;
        text-align: right;
    }
    .modal .modal-dialog .modal-content .el-modal-content p {
        padding: 0 25px;
    }
}
@media (min-width: 1200px) {
    .modal .modal-dialog {
        max-width: 900px;
    }
    .modal .modal-dialog .modal-content .modal-body {
        min-height: 565px;
    }
    .modal .modal-dialog .modal-content .el-modal-fondo {
        min-height: 668px;
    }
    .modal .modal-dialog .modal-content .el-modal-content {
        width: 680px;
        padding-bottom: 50px;
    }
    .modal .modal-dialog .modal-content .el-modal-content button.close {
        margin-bottom: 50px;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media (min-width: 768px) {
    .margin-left-50 {
        margin-left: 50%;
    }    
}
