body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    color: #707070;
    font-weight: 400;
    overflow-x: hidden;
    width: 100%;
}


/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
    body {
        font-weight: lighter;
    }
}

.container {
    max-width: 1200px;
}

.container-medium {
    max-width: 900px;
}

.container-small {
    max-width: 600px;
}

.container,
.container-medium,
.container-small,
.container-fluid {
    width: 100%;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.no-select {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.vertical-align>tbody>tr.vertical-middle>td,
.vertical-align>tbody>tr.vertical-middle>th {
    vertical-align: middle;
}

.vertical-middle,
.vertical-align-middle {
    vertical-align: middle;
}

.lineBreak {
    height: 1px;
    background: #ddd;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

/*--==--==----==--==----==--==----==--==----==--==--*/
/*TEXT SHADOWS*/

.shadow.icon,
.icon-shadow,
.shadow.text,
.text-shadow {
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}

.shadow.icon.shadow-light,
.shadow.text.shadow-light {
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}

.shadow.transparency {
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.2));
}

/*--==--==----==--==----==--==----==--==----==--==--*/
/*BOX SHADOWS*/

.shadow.box.shadow-hover,
.card.card-hover {
    cursor: pointer;
    transition: box-shadow .75s ease;
}

.shadow.box.shadow-light,
.shadow.box.shadow-depth-1 {
    box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.shadow.box.shadow-light.shadow-hover:hover,
.shadow.box.shadow-depth-1.shadow-hover:hover {
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15), 0 2px 6px 0 rgba(0, 0, 0, 0.12), 0 4px 2px -1px rgba(0, 0, 0, 0.2);
}

.shadow.box,
.shadow.box.shadow-depth-2,
.card {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-hover:hover,
.shadow.box.shadow-depth-2.shadow-hover:hover,
.card.card-hover:hover {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 2px 12px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-heavy,
.shadow.box.shadow-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-heavy.shadow-hover:hover,
.shadow.box.shadow-depth-3.shadow-hover:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.14), 0 2px 20px 0 rgba(0, 0, 0, 0.12), 0 4px 6px 0 rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-depth-4 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-depth-4.shadow-hover:hover {
    box-shadow: 0 10px 12px 2px rgba(0, 0, 0, 0.14), 0 4px 16px 3px rgba(0, 0, 0, 0.12), 0 6px 6px -2px rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-depth-5 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-depth-5.shadow-hover:hover {
    box-shadow: 0 19px 27px 3px rgba(0, 0, 0, 0.14), 0 8px 34px 6px rgba(0, 0, 0, 0.12), 0 10px 12px -3px rgba(0, 0, 0, 0.3);
}

/*--==--==----==--==----==--==----==--==----==--==--*/
/*CARDS*/

.card {
    border-radius: 2px;
}

.card>.card_bottom_tip {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.fullWidth {
    width: 100%;
    margin: 5px 0;
    padding: 0;
    clear: both;
}

.clear {
    clear: both;
    display: block;
}

.padding-small {
    padding: 20px;
}

.padding-medium {
    padding: 35px;
}

.padding-large {
    padding: 50px;
}

.landscape-image {
    height: auto;
    max-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.portrait-image {
    height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.card,
.card.card-hover {
    box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.20), 0 -1px 3px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 -1px 3px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 -1px 3px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2);

    background: transparent;
    padding: 0;
}

.card.card-hover {
    transition: box-shadow .75s ease;
}

.card.card-hover:hover {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 2px 12px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.card_top {
    width: 100%;
    height: 250px;
    background: #FAFAFA;
}

.card_bottom {
    width: 100%;
    height: 150px;
    color: white;
    font-weight: 500;
}

.card_bottom h2 {
    font-size: 1.75em;
}

.card_padding {
    padding: 50px;
    background: transparent;
}

.card_padding_none {
    padding: 0;
    background: transparent;
}

.card_padding_small {
    padding: 15px;
    background: transparent;
}

.card_padding_medium {
    padding: 30px;
    background: transparent;
}

.card_round {
    border-radius: 3px;
}

.card_bottom_round {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.card_accent {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    height: 10px;
}

.card_bottom_tip {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    height: 10px;
}

a {
    cursor: pointer;
}

pre.word-wrap,
p.word-wrap {
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    word-break: keep-all;
}

.text-center {
    text-align: center
}

.lead {
    font-size: 1.25em;
}

button:focus {
    outline: -webkit-focus-ring-color none;
}

a {
    color: #124076;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #125c9b;
    text-decoration: underline;
}

a:active {
    color: #123a6e;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre {
    padding: 25px;
    overflow-x: auto;
}

.container {
    padding-left: 7px;
    padding-right: 7px;
}

hr {
    border: none;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #bbb;
}

.btn {
    padding: 8px 16px 8px 16px;
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;
    background: #fcfcfc;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 2px !important;
}

.btn:hover {
    background: white;
    border: 1px solid #ddd;
    color: #444;
}

.btn:active {
    background: #f1f1f1;
    border: 1px solid #bbb;
    color: #222;
}

.btn.btn-sm {
    padding: 5px 10px 5px 10px;
    border-radius: 1px;
    font-size: .85em;
}

.btn.btn-lg {
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    font-size: 1.2em;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}

@media (max-width: 1200px) {

    .container,
    .container-medium,
    .container-small,
    .container-fluid {
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}