/*! HTML5 Boilerplate v6.0.1 | 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;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: "Gotham-Book";
    padding-top: 87px;
}

body.hassubmenu {
    padding-top: 132px;
}

body.admin {
    padding-top: 0;
    background-color: #f3f4f8;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
button,
input[type="submit"] {
    text-decoration: none !important;
    outline: 0 !important;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

a {
    text-decoration: none;
    color: #4ea7fb
}

a:hover {
    color: #3385d3
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #90A4AE;
}

::-moz-placeholder {
    font-size: 14px;
    color: #90A4AE;
}

:-ms-input-placeholder {
    font-size: 14px;
    color: #90a4ae;
}

:-moz-placeholder {
    font-size: 14px;
    color: #90a4ae;
}

#loader-wrapper {
    position: fixed;
    background: #003566;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}

#loader img {
    width: 100%
}

.header {
    max-height: 100%;
    overflow-x: auto;
    border-bottom: 1px solid #fff;
}

body.admin .header {
    overflow-x: visible;
}

.header.scrolled {
    border-bottom-color: #e5e5e7;
}

.navbar-brand {
    background: url('../images/logo.png') no-repeat;
    background-size: 100%;
    width: 191px;
    height: 71px;
    padding: 0;
    margin-right: 50px;
}

.navbar-nav .dropdown-menu {
    padding: 0;
}

.navbar-nav li>a {
    font-size: 14px;
}

.navbar-nav .btn-nav {
    text-align: center;
}

.navbar-nav .btn-nav .btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
}

.navbar-nav .btn-nav .btn:first-child {
    margin-left: 40px;
}

.navbar-nav .btn-nav .btn:last-child {
    margin-left: 10px;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar>.container,
.navbar>.container-fluid {
    padding: 0 20px;
}

.navbar-nav .dropdown-menu {
    text-align: center;
}

.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #B6B6B6;
    display: block;
    transition: all 0.2s;
    margin-bottom: 4px;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
    padding: 0;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.submenu .navbar {
    padding: 0;
}

.submenu .navbar-nav {
    display: block;
    text-align: center;
}

.submenu .nav-item {
    flex: none;
    display: inline-block;
    padding: 3px 5px;
}

.submenu .navbar .active {
    border-bottom: 2px solid #4ea7fb
}


/* banner */

.banner {
    margin: 0 0 20px 0;
}

.banner .carousel,
.banner .carousel-inner {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.banner .carousel-item .text {
    position: absolute;
    width: 500px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 0;
    padding: 0 40px;
}

.banner .carousel-item .text h2 {
    font-family: "Gotham-Light";
    font-weight: normal;
    font-size: 31px;
    line-height: 43px;
    letter-spacing: -0.1px;
    margin: 0;
    text-shadow: #000 1px 0 10px;
}

.banner .carousel-item .text p {
    font-family: "Gotham-XLight";
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.1px;
    margin: 15px 0 20px 0;
    text-shadow: #000 1px 0 10px;
}

.banner .carousel-item .text .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.banner .carousel-indicators {
    cursor: pointer;
}


/* home numbers */

.home-numbers {
    margin-bottom: 20px;
}

.home-numbers .timer {
    font-family: 'Gotham-Book';
    color: #22282b;
    font-size: 37px;
    display: block;
}

.home-numbers p {
    font-family: 'Gotham-Light';
    color: #676c7b;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0 0 0;
}


/* text sextion */

.text-section {
    font-family: 'Gotham-Light';
}

.text-section h3 {
    color: #22282b;
    font-size: 35px;
    line-height: 46px;
}

.text-section p {
    color: #676c7b;
    font-size: 15px;
    line-height: 21px;
}

.text-section h1 {
    font-size: 33px;
}

.text-section h2 {
    font-size: 28px;
    padding: 30px 0 20px 0;
}


/* image text */

.image-text {
    font-family: 'Gotham-Light';
    border-top: 1px solid #eeeeef;
    border-bottom: 1px solid #eeeeef;
}

.image-text .table {
    display: table;
    height: 100%
}

.image-text .table p {
    display: table-cell;
    vertical-align: middle;
    color: #676c7b;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    padding: 30px 0;
}

#map_canvas {
    height: 480px;
}

.form-content h5 {
    font-family: 'Gotham-Medium';
    color: #22282b;
    font-size: 16px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.form-content .group {
    margin-top: 50px;
    margin-bottom: 90px;
    font-family: 'Gotham-Light';
}

.form-content .group p {
    color: #5a5a5a;
}

.form-content .group p strong {
    font-family: 'Gotham-Medium';
}


/* footer */

.footer .link {
    font-family: 'Gotham-Medium';
    color: #22282b;
    font-size: 15px;
    display: block;
    margin: 0;
}

.footer .link,
.footer p {
    font-family: 'Gotham-Light';
    color: #676c7b;
    font-size: 13px;
    display: block;
    padding: 5px 0;
}

.social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social li {
    display: inline-block;
}

.social li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border: 1px solid #efefef;
    color: #4d4d4d;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.footer .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.social li a:hover {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

.social li a.facebook {
    color: #1d3f85;
}

.social li a.facebook:hover {
    color: #fff;
    background-color: #1d3f85;
    border-color: #1d3f85;
}

.social li a.twitter {
    color: #59adec;
}

.social li a.twitter:hover {
    color: #fff;
    background-color: #59adec;
    border-color: #59adec;
}

.social li a.linkedin {
    color: #0571af;
}

.social li a.linkedin:hover {
    color: #fff;
    background-color: #0571af;
    border-color: #0571af;
}


/* admin */

body.admin .header {
    margin-bottom: 30px;
}

body.admin .avatar {
    float: left;
    margin-top: -12px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    background-color: transparent !important;
}

body.admin .avatar.small {
    width: 45px;
    height: 45px;
}

body.admin .avatar.big {
    width: 102px;
    height: 102px;
}

body.admin .avatar img {
    border-radius: inherit;
    width: inherit;
    height: inherit;
    display: block;
    position: relative;
}

body.admin .navbar-light .nav-link {
    font-family: 'Gotham-Medium';
}

body.admin .navbar-light .icon {
    font-size: 30px;
    line-height: 12px;
    margin-top: -5px;
    padding: 0 20px;
    border-left: 1px solid #d3d7db;
    border-right: 1px solid #d3d7db;
}

body.admin .navbar-dark {
    background-color: #25346b;
}

body.admin .navbar-dark .nav-link {
    font-family: 'Gotham-Medium';
    padding-left: 25px;
    padding-right: 25px;
}

body.admin .card {
    margin: 10px 0;
}

body.admin .avatar-box {
    display: table;
    width: 100%;
}

body.admin .avatar-box .left-avatar {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}

body.admin .avatar-box .left-avatar .avatar {
    float: none;
    margin-top: 0;
    display: table-cell;
    vertical-align: middle;
}

body.admin .avatar-box .left-avatar .txt {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    width: calc(100% - 102px);
    font-family: 'Gotham-Medium';
    font-size: 14px;
}

body.admin .avatar-box .left-avatar .txt p {
    margin: 0;
}

body.admin .avatar-box .left-avatar .txt span {
    display: block;
    font-family: 'Gotham-Book';
}

body.admin .avatar-box .right-links {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

body.admin .avatar-box .right-links a:not(.btn) {
    display: block;
    color: #25346b;
    font-family: 'Gotham-Medium';
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
}

body.admin .avatar-box .right-links a:not(.btn):hover,
body.admin .avatar-box .right-links a:not(.btn):active {
    color: #33468c;
}

body.admin .avatar-box .right-links a i {
    font-size: 20px;
    line-height: 18px;
    width: 30px;
    height: 14px;
    text-align: center;
    float: left;
    margin: 0 4px 0 0;
}

body.admin .card h6.card-title {
    font-family: 'Gotham-Medium';
    font-size: 14px;
    color: #25346b;
    border-bottom: 1px solid #d4d6d9;
    padding: 10px 0 20px 0;
}


/* etkinlikler*/

body.admin .list {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

body.admin .list li {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #d4d6d9;
}

body.admin .list:not(.bottom-border) li:last-child {
    border-bottom: 0;
}

body.admin .list .media img {
    width: 90px;
}

body.admin .list .media-body {
    font-family: 'Gotham-Light';
    color: #676c7b;
    font-size: 14px;
    line-height: 22px;
}

body.admin .list .media h5 {
    color: #25346b;
    font-family: 'Gotham-Medium';
    font-size: 16px;
    line-height: 20px;
}

body.admin .list .media span {
    color: #25346b;
    font-family: 'Gotham-Medium';
}

body.admin .card-link {
    text-decoration: underline !important;
    color: #25346b;
    font-family: 'Gotham-Medium';
    font-size: 14px;
    line-height: 18px;
}

body.admin .card-link:hover {
    color: #33468c;
}

body.admin .list.notify a {
    display: block;
    color: #676c7b;
    font-size: 16px;
    line-height: 26px;
}

body.admin .list.notify a:hover {
    color: #3a4051;
}


/* etkinlik */

body.admin .activity {
    padding: 0;
}

body.admin .activity li {
    list-style: none;
    width: 100%;
    padding: 20px 0;
}

body.admin .activity:not(.large) li {
    border-bottom: 1px solid #d4d6d9;
}

body.admin .activity.large li {
    border: 1px solid #d4d6d9;
    margin: 30px 0;
}

body.admin .activity:not(.large) li:last-child {
    border: 0;
}

body.admin .activity .link-block {
    display: table;
    width: 100%;
}

body.admin .activity .link-block .date {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

body.admin .activity .link-block .date span {
    display: block;
    color: #22282b;
    font-weight: 400;
    margin: 2px 0;
}

body.admin .activity .link-block .date span.d {
    font-size: 36px;
    line-height: 36px;
    font-family: "Gotham-Medium";
}

body.admin .activity .link-block .date span.m {
    font-size: 14px;
    font-family: "Gotham-Medium";
}

body.admin .activity .link-block .date span.dn {
    font-size: 16px;
}

body.admin .activity .link-block .date span.t {
    font-size: 13px;
}

body.admin .activity .link-block .image {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
}

body.admin .activity.large .link-block .image {
    width: 20%;
}

body.admin .activity .link-block .image img {
    width: 100%;
}

body.admin .activity .link-block .activity-text {
    width: 50%;
    padding: 25px;
    display: table-cell;
    vertical-align: middle;
}

body.admin .activity .link-block .activity-text .category {
    font-family: "Gotham-Medium";
    font-size: 13px;
    color: #85939d;
}

body.admin .activity .link-block .activity-text h5 {
    margin: 5px 0;
    font-size: 22px;
    font-weight: 400;
    color: #22282b;
}

body.admin .activity .link-block .activity-text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #676c7b;
    margin: 0;
}

body.admin .activity .link-block .activity-text .more {
    display: inline-block;
    text-decoration: underline;
    color: #25346b;
    margin: 10px 0;
}

body.admin .activity .link-block:hover .activity-text .more {
    color: #3f64ed;
}

body.admin .activity.large .btn-col {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 10%
}

body.admin .activity-detail {
    padding: 30px;
    border: 1px solid #d4d6d9;
    margin-bottom: 30px;
}

body.admin .activity-detail .image {
    width: 100%;
    padding-bottom: 20px;
}

body.admin .activity-detail .image img {
    width: 100%;
}

body.admin .activity-detail .category {
    font-family: "Gotham-Medium";
    font-size: 13px;
    color: #85939d;
}

body.admin .activity-detail h5 {
    margin: 5px 0;
    font-size: 22px;
    font-weight: 400;
    color: #22282b;
}

body.admin .activity-detail .success-btn {
    margin: 20px 0 10px 0;
}

body.admin .activity-detail .date {
    display: table;
    padding: 30px 0;
}

body.admin .activity-detail .date .group {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0 10px;
}

body.admin .activity-detail .date .group:first-child {
    margin: 0;
    padding: 0;
}

body.admin .activity-detail .date .group:last-child {
    border-left: 1px solid #22282b;
}

body.admin .activity-detail .date span {
    color: #22282b;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    display: block;
}

body.admin .activity-detail .date span.d {
    font-size: 40px;
    line-height: 40px;
    font-family: "Gotham-Medium";
}

body.admin .activity-detail .date span.m {
    font-family: "Gotham-Medium";
}

body.admin .activity-detail .text-col {
    padding-top: 10px;
}

body.admin .activity-detail .text-col p {
    color: #676c7b;
    font-size: 16px;
    line-height: 32px;
}


/* END admin */


/* buttons */

.btn {
    border-radius: 1.25rem;
}

.btn.noradius {
    border-radius: .25rem;
}

.btn-info {
    background-color: #55bef2;
    border-color: #55bef2;
}

.btn-info:hover {
    background-color: #389ccd;
    border-color: #389ccd;
}

.btn-outline-secondary {
    border-color: #e5e5e7;
}

.btn.big {
    padding: 10px 30px;
}

.form-control {
    border-color: #dddfe0;
    border-radius: 2px;
    padding: .675rem .75rem
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.overflow-hidden {
    overflow: hidden !important;
}

.uppercase {
    text-transform: uppercase !important
}

.p-10 {
    padding: 8rem 0 !important
}

.no-resize,
textarea {
    resize: none !important;
}

.form-group label {
    font-family: 'Gotham-Medium';
    color: #22282b;
}

select.form-control {
    padding: 0px 5px;
    height: calc(2.25rem + 12px) !important;
}

.input-group .btn {
    border-radius: 2px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}


/*
 * 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);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    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;
    -webkit-clip-path: none;
    clip-path: none;
    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 only screen and (min-width: 1450px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (max-width: 1200px) {
    .navbar-brand {
        margin-right: 10px;
    }
    .navbar-nav .btn-nav .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-nav .btn-nav .btn:first-child {
        margin-left: 0;
    }
    .navbar-nav .btn-nav .btn:last-child {
        margin-left: 0;
    }
    .navbar-nav li>a {
        font-size: 12px;
    }
    /* activity */
    body.admin .activity .link-block .date {
        text-align: left;
        width: 30%;
        display: inline-block;
    }
    body.admin .activity.large li {
        padding: 20px 20px;
    }
    body.admin .activity .link-block .image,
    body.admin .activity.large .link-block .image {
        width: 70%;
        display: inline-block;
    }
    body.admin .activity.large .link-block .image img {
        max-width: 400px;
    }
    body.admin .activity .link-block .activity-text {
        padding: 25px 0;
        width: 100%;
        display: inline-block;
    }
    body.admin .activity .link-block .btn-col {
        padding: 25px 0;
        width: 100%;
        display: inline-block;
        text-align: left;
    }
}

@media only screen and (max-width: 991.98px) {
    body.hassubmenu {
        padding-top: 87px;
    }
    .header {
        border-bottom-color: transparent !important;
    }
    .navbar {
        border-bottom: 1px solid #e5e5e7;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-nav li>a {
        font-size: 16px;
    }
    .nav-link,
    .navbar-nav .dropdown-item {
        padding: 1rem 1rem;
    }
    .navbar-nav .btn-nav {
        padding-bottom: 20px;
    }
    .navbar>.container,
    .navbar>.container-fluid {
        padding: 0;
    }
    .navbar-collapse {
        max-height: auto;
        overflow-x: auto;
    }
    .banner {
        margin: 20px 0;
    }
    .banner .carousel-item .text {
        position: relative;
        width: 100%;
        top: 0;
        transform: none;
        background-color: #5d5d5d;
        left: auto;
        padding: 20px 20px 40px 20px;
    }
    .banner .carousel-item .text h2 {
        font-size: 24px;
        line-height: 28px;
        min-height: 70px
    }
    .banner .carousel-item .text p {
        font-size: 16px;
        line-height: 20px;
        min-height: 40px;
    }
    .home-numbers p {
        margin-bottom: 40px;
    }
    .image-text .table p {
        font-size: 14px;
        line-height: 24px;
    }
    #map_canvas {
        margin-top: 15px;
        height: 320px;
    }
    .form-content .group {
        margin-bottom: 50px;
    }
    .p-10 {
        padding: 5rem 0 !important
    }
    .onlymobile {
        display: block !important
    }
    .onlydesktop {
        display: none !important;
    }
    /* admin */
    body.admin .avatar-box .left-avatar {
        padding-bottom: 20px;
    }
    body.admin .avatar-box .left-avatar,
    body.admin .avatar-box .right-links {
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 991.98px) {
    .onlymobile {
        display: none !important
    }
    .onlydesktop {
        display: block !important;
    }
}

@media (max-width: 767.98px) {
    .image-text .table p {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .banner .carousel-item .text .btn {
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }
    .home-numbers {
        padding: 20px 0;
    }
    .home-numbers .timer {
        font-size: 26px
    }
    #map_canvas {
        height: 200px;
    }
    .form-content .group {
        margin-bottom: 20px;
    }
    /* activity */
    body.admin .activity .link-block .date {
        width: 100%;
        padding: 10px 0;
    }
    body.admin .activity .link-block .date span {
        display: inline;
        font-size: 18px !important;
        line-height: 18px !important;
    }
    body.admin .activity .link-block .image,
    body.admin .activity.large .link-block .image {
        width: 100%;
    }
}

@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:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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;
    }
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}