/* grid */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.col-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.col-auto {
    display: block;
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.center-block {
    float: none;
}

.row,
.form-horizontal .form-group,
.navbar-form,
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
}

.row-prefix-1 { margin-top: 10px !important; }
.row-prefix-2 { margin-top: 20px !important; }
.row-prefix-3 { margin-top: 30px !important; }
.row-prefix-4 { margin-top: 40px !important; }
.row-prefix-5 { margin-top: 50px !important; }

.row-suffix-1 { margin-bottom: 10px !important; }
.row-suffix-2 { margin-bottom: 20px !important; }
.row-suffix-3 { margin-bottom: 30px !important; }
.row-suffix-4 { margin-bottom: 40px !important; }
.row-suffix-5 { margin-bottom: 50px !important; }

/* type */
body {
    font-family: Arial Regular, Verdana, Tahoma, Segoe, sans-serif;
}

@font-face {
    font-family: bebas;
    src: url(../fonts/BEBAS___.ttf);
}

h1, .h1, 
h2, .h2, 
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.btn,
/*.page-primary-nav-list li a,*/
.jumbotron p,
/*.nav-solid.nav.nav-pills.nav-stacked li a,*/
.form-horizontal legend {
    font-family: Arial Bold,Verdana, Tahoma, Segoe, sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: bold;
}

h1, .h1,
h2, .h2, 
h3, .h3,
/*.page-primary-nav-list li a,*/
/*.nav-solid.nav.nav-pills.nav-stacked li a,*/
.form-horizontal legend {
    font-family: Bebas ,Verdana, Tahoma, Segoe, sans-serif;
    text-rendering: optimizeLegibility;
    word-spacing: 5px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: italic;
}

h1,
.h1 {
  font-size: 28px;
}

h2,
.h2 {
  font-size: 26px;
}

h3, .h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 17px;
}

h5,
.h5 {
  font-size: 15px;
}

h6,
.h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3;
}

ul {
    list-style: disc inside;
    /*padding: 10px 0 10px 20px;
    text-indent: -1em;*/
}

a {
    color: #1a6e92;
}

a:hover {
    color: #2699ca;
}

p, 
ul li,
ol li {
    font-size: 13px;
    line-height: 1.5;
}

/* text */

a.link-primary {
    text-decoration: underline;
    color: #c40f2e;
}

a.link-no-underline {
    text-decoration: none;
}

a.link-primary.arrow-primary {
    padding: 10px 20px 10px 0;
}

.text-primary {
    color: #c40f2e;
}

.text-secondary {
    color: #1a6e92;
}

/* jumbrotron */

.container .jumbotron {
    background: transparent;
    min-height: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.jumbotron p {
    font-size: 15px;
}

.jumbotron h3 {
    line-height: 1.4;
    font-style: italic;
}

@media (min-width: 768px) {
    .container .jumbotron {
        background: #f4f3f1;
        border: 1px solid #d2d2d2;
        padding: 25px !important;
    }

    .jumbotron p {
        font-size: 21px;
    }

    .jumbotron h3 {
        line-height: 1.4;
        font-style: italic;
    }
}

/* forms */

.form-control-wrapper table {
    width: 100%;
}

.form-control,
.form-control-wrapper input,
.form-control-wrapper textarea,
.form-control-wrapper select,
.ErrorLabel,
.EditingFormErrorLabel {
    border: 1px solid #ccc;
    /*border-radius: 12px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus,
.form-control-wrapper input:focus,
.form-control-wrapper textarea:focus,
.form-control-wrapper select:focus,
.ErrorLabel,
.EditingFormErrorLabel {
    border-color: #bbb;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-inline .form-control,
.form-inline .form-control-wrapper input,
.form-inline .form-control-wrapper textarea,
.form-inline .form-control-wrapper select,
.ErrorLabel,
.EditingFormErrorLabel {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

label {
    font-weight: normal;
}

.has-error .form-control,
.ErrorLabel,
.EditingFormErrorLabel {
    border-color: #cc0033;
}

.has-error .help-block, 
.has-error .control-label, 
.has-error .radio, 
.has-error .checkbox, 
.has-error .radio-inline, 
.has-error .checkbox-inline,
.ErrorLabel,
.EditingFormErrorLabel,
.CMSValidator {
    font-size: 11px;
    color: #cc0033;
}

.form-horizontal .control-label, 
.form-horizontal .radio, 
.form-horizontal .checkbox, 
.form-horizontal .radio-inline, 
.form-horizontal .checkbox-inline {
    font-size: 11px;
}

@media (min-width: 768px) {
    .has-error .help-block, 
    .has-error .control-label, 
    .has-error .radio, 
    .has-error .checkbox, 
    .has-error .radio-inline, 
    .has-error .checkbox-inline,
    .form-horizontal .control-label, 
    .form-horizontal .radio, 
    .form-horizontal .checkbox, 
    .form-horizontal .radio-inline, 
    .form-horizontal .checkbox-inline,
    .ErrorLabel,
    .EditingFormErrorLabel {
        font-size: 13px;
    }
}

/* header labels */

.label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    vertical-align: middle;
}

.label.label-default {
    background: transparent;
    color: #555;
}

/* buttons */

.btn {
    /*border-radius: 0.6em;*/
    padding-top: 0.5em;
    padding-bottom: 0.3em;
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-md,
.btn-lg {
    padding: 10px 22px 7px 22px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .btn-lg {
        padding: 12px 32px 10px 32px;
        font-size: 20px;
    }
}

.btn-primary,
.btn-primary:active {
    color: #fff;
    background-color: #cc0033;
    border: none;
    border-color: #850b20;
    border-bottom: 3px solid #850b20;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #e30035;
    border: none;
    border-color: #cc0033;
    border-bottom: 3px solid #cc0033;
}

.btn-secondary,
.btn-secondary:active {
    color: #fff;
    background-color: #1a6e92;
    border: none;
    border-color: #0f495f;
    border-bottom: 3px solid #0f495f;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff;
    background-color: #2493c2;
    border: none;
    border-color: #1a6e92;
    border-bottom: 3px solid #1a6e92;
}

.btn-secondary-alt,
.btn-secondary-alt:active {
    color: #fff;
    background-color: #727272;
    border: none;
    border-color: #424242;
    border-bottom: 3px solid #424242;
}

.btn-secondary-alt:hover,
.btn-secondary-alt:focus {
    color: #fff;
    background-color: #969696;
    border: none;
    border-color: #727272;
    border-bottom: 3px solid #727272;
}

.btn-primary:active,
.btn-secondary:active,
.btn-secondary-alt:active {
    border-bottom: 0;
    /*border-top: 3px solid #fff;*/
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

/* nav */

.nav > li > a:hover, 
.nav > li > a:focus {
    background: transparent;
}

.nav-pills > li > a {
    /*border-radius: 12px;*/
}

/* tabs */

.nav-tabs.nav-justified a, 
.nav-tabs.nav-justified a:hover, 
.nav-tabs.nav-justified a:focus {
    border: 0 !important;
}

.nav-tabs {
    border: 1px solid #ddd;
}

.nav-tabs-xs {
    border: 1px solid #ddd;
    border-bottom: 0;
    padding: 12px 12px 0 12px;
    /*border-radius: 12px 12px 0 0;*/
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    color: #2d2d2d;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom-color: transparent;
    padding: 12px 20px;
}

@media (min-width: 768px) {
    .nav-tabs {
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-radius: 0;
    }

    .nav-tabs > li.active > a, 
    .nav-tabs > li.active > a:hover, 
    .nav-tabs > li.active > a:focus {
        color: #2d2d2d;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        padding: 12px 20px;
    }
}

.nav-tabs > li > a {
    margin-right: 2px;
    border: 1px solid transparent;
    color: #1a6e91;
    padding: 12px 18px;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
}

/* nav tabs alt */

.nav-tabs.nav-tabs-alt {
    border: 0;
    border-bottom: 1px solid #ddd;
}

.nav-tabs-alt > li.active > a, 
.nav-tabs-alt > li.active > a:hover, 
.nav-tabs-alt > li.active > a:focus,
.nav-tabs-alt li a {
    background-color: #d0d0d0;
    font-size: 11px;
    color: #000;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs-alt li a {
    border-bottom: 0;
}

.nav-tabs-alt > li.active > a,
.nav-tabs-alt > li.active > a:hover {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.nav-tabs-alt li a:hover {
    background-color: #eee;
}

/* thumbnails */

.thumbnail {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.thumbnail .caption {
    padding: 20px 0 0 0;
}

.thumbnail > img, 
.thumbnail a > img {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #747474;
}

/* panels and wells */

.panel,
.well {
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #ededed;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wellUpdate {
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #ededed;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    border: 1px solid #d2d2d2;
    padding: 20px;

}

.well {
    border: 1px solid #d2d2d2;
}

/* panel and well sizes */

.panel.panel-sm,
.well.well-sm {
    padding: 10px 15px;
}

.panel,
.well,
.panel.panel-md,
.well.well-md {
    padding: 20px;
}

.well.well-lg,
.panel.panel-lg {
    padding: 25px;
}

.well.well-xl,
.panel.panel-xl {
    padding: 32px 30px 28px 30px;
}

/* panel and well style types */

.panel.panel-flush,
.well.well-flush {
    padding: 0;
}

.panel.panel-trans,
.well.well-trans {
    background: transparent;
}
.panel.panel-trans h3 {
    margin-top: 0 !important;
}

.panel.panel-type-0,
.well.well-type-0 {
    background: #ededed;
}

.panel.panel-type-1,
.well.well-type-1 {
    background: #e9e9e9;
}

.panel.panel-type-2,
.well.well-type-2 {
    background: #1a6e92;
    color: #fff;
}
.panel.panel-type-2 h3,
.panel.panel-type-3 h3 {
    margin-top: 0 !important;   
}

.panel.panel-type-2 a.link-primary,
.well.well-type-2 a.link-primary {
    color: #fff;
}

.panel.panel-type-3,
.well.well-type-3 {
    background: #414141;
    color: #fff;
}

.panel.panel-type-3 a.link-primary,
.well.well-type-3 a.link-primary {
    color: #fff;
}

.panel.panel-type-4,
.well.well-type-4 {
    background: #f5f5f5;
}

.panel.panel-type-5,
.well.well-type-5 {
    background: url('../img/layout/gradient-1-bg.png') repeat-x #f2f2f2;
    border-radius: 0;
}

/* panel groups */

.panel-group .panel {
    padding: 0;
    background: transparent;
}

.panel-default > .panel-heading {
    background-color: #f7f7f7;
}

/* page header */

.page-header,
.page-header-alt {
    border-bottom: 0;
}

@media (min-width: 768px) {
    .breadcrumb-holder {
        margin: 17px 0 0 0;
        width: 980px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-header {
        border-bottom: none;
        padding: 0 0 20px 0;
        margin: 0;
    }

    .page-header-alt {
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 30px;
    }
}

.page-header .page-subtitle {
    color: #1a7093;
}

.page-header .back-link {
    color: #cb0133;
}

.page-header .back-link:before {
    content: '«';
    display: inline;
    padding-right: 0.4em;
}

/* table */

.table {
    margin-bottom: 0;
}

.table > thead > tr > th {
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #555;
}

.table-striped > tbody > td, 
.table-striped > tbody > th {
    background-color: #f2f2f2;
}

.table-striped > tbody > tr:nth-child(odd) > td, 
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f6f6f6;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    border-top: 1px solid #e8e8e8;
}

.table > thead > tr > th {
    border-top: 0;
    border-bottom: 0;
}

@media (min-width: 768px) {
    .table-responsive {
        border: 0;
    }
}

@media (max-width: 768px) {
    table.table-xs-stack, 
    table.table-xs-stack thead, 
    table.table-xs-stack tbody, 
    table.table-xs-stack th, 
    table.table-xs-stack td, 
    table.table-xs-stack tr { 
        display: block; 
    }
        
    table.table-xs-stack thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.table-xs-stack > tbody > tr > td { 
        border: 0 !important;
        padding: 10px 20px !important;
        clear: both;
        overflow: hidden;
    }

    table.table-xs-stack > tbody > tr > td:before {
        float: left;
        white-space: normal;
        text-align: left;
        display: block;
        margin: 0 20px 10px 0;
        width: 40%;
    }
}

.panel .table,
.well .table {
    overflow: hidden;
}

/* table sizes */

.table-lg > thead > tr > th:first-child,
.table-lg > tbody > tr > th:first-child, 
.table-lg > tfoot > tr > th:first-child, 
.table-lg > thead > tr > td:first-child, 
.table-lg > tbody > tr > td:first-child, 
.table-lg > tfoot > tr > td:first-child {
    padding-left: 25px;
}

.table-lg > thead > tr > th:last-child,
.table-lg > tbody > tr > th:last-child, 
.table-lg > tfoot > tr > th:last-child, 
.table-lg > thead > tr > td:last-child, 
.table-lg > tbody > tr > td:last-child, 
.table-lg > tfoot > tr > td:last-child {
    padding-right: 25px;
}

.table-lg > thead > tr > td, 
.table-lg > tbody > tr > td, 
.table-lg > tfoot > tr > td {
    padding-top: 28px;
    padding-bottom: 28px;
}

/* table centered */

.table-centered > thead > tr > th,
.table-centered > tbody > tr > th, 
.table-centered > tfoot > tr > th, 
.table-centered > thead > tr > td, 
.table-centered > tbody > tr > td, 
.table-centered > tfoot > tr > td {
    text-align: center;
}

.table-centered > thead > tr > th:first-child,
.table-centered > tbody > tr > th:first-child, 
.table-centered > tfoot > tr > th:first-child, 
.table-centered > thead > tr > td:first-child, 
.table-centered > tbody > tr > td:first-child, 
.table-centered > tfoot > tr > td:first-child {
    text-align: left;
}

.table-centered > thead > tr > th:last-child,
.table-centered > tbody > tr > th:last-child, 
.table-centered > tfoot > tr > th:last-child, 
.table-centered > thead > tr > td:last-child, 
.table-centered > tbody > tr > td:last-child, 
.table-centered > tfoot > tr > td:last-child {
    text-align: left;
}

/* pagination */

.pagination {
    border: 1px solid #d2d2d2;
    /*border-radius: 10px;*/
}

.pagination > li > a, 
.pagination > li > span {
    border: 0;
    color: #cb0030;
    padding: 8px 6px;
    font-size: 11px;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pagination > li > a.prev {
    border-right: 1px solid #d2d2d2;
    margin-right: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.pagination > li > a.next {
    border-left: 1px solid #d2d2d2;
    margin-left: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    color: #2d2d2d;
    background-color: transparent;
    border-color: #d2d2d2;
}

.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
    background-color: #f3f3f3;
}

/* badge */

.badge {
    padding: 3px 7px;
    font-size: inherit;
    color: #a8a8a8;
    background-color: #e8e8e8;
}

/* fix center-block */

.center-block {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
}

/* breadcrumb */

.breadcrumb {
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px 0 0;
    color: #333333;
    content: ">";
}

.breadcrumb > .active {
    color: #2d2d2d;
}

/* mobile */

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
        width: 750px;
    }

    .thumbnail .caption {
        text-align: left;
    }

    .nav-progress > li > a:after,
    .nav-progress > li.active > a:after {
        content: '';
        position: absolute;
        top: 0;
        right: -20px;
        display: block;
        background: transparent;
        width: 20px;
        height: 100%;
        z-index: 100;
    }

    .container {
        width: 980px;
    }

    h1, .h1 {
        font-size: 28px;
    }

    h2, .h2 {
        font-size: 26px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 17px;
    }

    h5, .h5 {
        font-size: 15px;
    }

    h6, .h6 {
        font-size: 14px;
    }

    h1, .h1 {
        line-height: 1.1;
    }

    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
        line-height: 1.2;
    }

    h1, .h1, 
    h2, .h2, 
    h3, .h3 {
        margin-bottom: 16px;
    }

    p,
    ul li,
    ol li {
        font-size: 13px;
        line-height: 1.5;
    }

    .lead,
    .lead p {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 980px;
    }
}

ol.decimal li {
    list-style-type: decimal;
    list-style-position: inside;
}

.big-label {
    padding-top: 9px;
}

.nonfavourite, .favourite {
    display: block;
    background: url(../img/layout/bg_favourite.png) 0 0 no-repeat;
    height: 17px;
    line-height: 17px;
    padding-left: 30px;
}

.nonfavourite:hover, .favourite {
    background-position: 0 -17px;
}

.delete-btn {
    background: url(../img/layout/icon_delete.png) 0 0 no-repeat;
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 2px;
}