/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

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

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

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

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


/* ===== Layout Styles ==================================================
   Author: Bartosz Chucherko
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin-ext); /*google fonts*/

body {
    background-color: #5E76B8;
    font: 12px/18px Helvetica, Helvetica Neue, Arial;
    color: #b5b5b5;
    line-height: 1.5em;
}

a, a:link {
    color: #a2a2a2;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover {
    color: white;
}

h1, h2, h3, h4 {
    color: white;
    font-family: 'PT Sans Narrow',sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

h1 {
    border-bottom: 1px solid #7D1111;
    font-size: 2.33em;
    line-height: 1.33em;
}

.overlay {
    background: url("/img/overlay.png") repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.overlay:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(70%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

#container {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    z-index: 20;
}

.content-area {
    float: left;
    width: 68%;
}

.widget-area {
    background-color: black;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 1em;
    float: right;
    width: 30%;
}



.main-navigation {
    background: url("/img/menuNavBg.png") repeat-y scroll 0 0 black;
    float: left;
    font-family: 'PT Sans Narrow', sans-serif;
    position: absolute;
    width: 220px;
    min-height: 500px;
    text-align: center;
}

.main-navigation:after {
    background: url("/img/menuNavBgBottom.png") no-repeat scroll 0 0 transparent;
    bottom: -40px;
    color: rgba(0,0,0,0);
    content: ".";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
}

.main-navigation ul {
    list-style: none outside none;
    margin: 3em 0;
    padding: 0;
}

.main-navigation ul li {
    background: url("/img/menuNavDivider.png") no-repeat scroll 50% top transparent;
    display: block;
    padding: 0.75em 0 0.5em;
}

.main-navigation ul li:first-child {
    background: none;
}

.main-navigation ul li a {
    clear: both;
    color: #A3A3A3;
    display: block;
    font-size: 1.5em;
    line-height: 2.25em;
    margin-left: -3%;
    position: relative;
    text-transform: uppercase;
    width: 106%;
}

.main-navigation ul li a:hover {
    color: white;
}

.main-navigation ul li a.active {
    background-color: #7d1111;
    color: white;
}

.main-navigation ul li a.disabled {
    color: #333;
    cursor: default;
}
/* css arrows */
.main-navigation ul li a.active:before,
.main-navigation ul li a.active:after {
    border-color: transparent #470808 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 7px 7px 0;
    content: " ";
    height: 0;
    left: -3%;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 0;
}

.main-navigation ul li a.active:after {
    border-color: transparent transparent transparent #470808;
    margin-top: -7px;
    left: 97%;
}

.main-navigation  header > * {
    display: block;
    margin: auto;
}

.main-navigation .logo {
    margin: 2em auto 0;
    padding-left: 2%;
    width: 60%;
}

.main-navigation .name {
    color: white;
    font-size: 2.25em;
    margin: 1em 0 0.2em;
}

.main-navigation .subtitle {
    font-size: 1.333em;
}

.main-navigation .signature {
    margin: 2em auto 1em;
    padding-left: 10%;
    width: 50%;
}

.main-container {
    margin: 0 0 0 240px;
    max-width: 860px;
    width: auto;
}

.main-content {
    background-color: #151515;
    padding: 1em;
}

.header-container {
    margin-bottom: 0.625em;
    padding-top: 0.625em;
}

.header-container .pageTitle {
    background-color: #000000;
    display: inline-block;
}

.header-container .title {
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 3.333em;
    line-height: 0;
    padding: 0 0.75em;
}

.bg-image-slider {
    float: right;
}

.bg-image-slider > * {
    background-color: rgba(0, 0, 0, 0.7);
    float: right;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 1.25em;
    line-height: 2.5em;
    margin-left: 4px;
}

.bg-image-slider .button {
    color: #BFBEBE;
    width: 2.5em;
    text-align: center;
}

.bg-image-slider .button:hover{
    background-color: rgba(48, 48, 48, 0.7);
}

.bg-image-slider .title {
    color: #BFBEBE;
    font-size: 1.25em;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 0.5em;
}

.bg-image-slider .title-label {
    display: inline;
    text-transform: uppercase;
    font-style: normal;
}

.footer-container {
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 0.75em;
    padding: 1em;
}


article ul,
.widget-area ul {
    padding: 0 0 0 1em;
}

article ul li, .widget-area ul li {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAFklEQVQYlWNgoBmoFRT8jw0Pb4VUAwCHuDo5IAayCAAAAABJRU5ErkJggg==") no-repeat scroll 0 4px transparent;
    list-style: none outside none;
    padding-left: 1.25em;
    margin-bottom: 0.50em;
}

/* ==============
   Sidebar
   ============== */

.widget-area .widget-title {
    font-size: 1.75em;
    margin: 1em 0 0.5em;
}

.widget-area a {
    color: #a2a2a2;
}

.widget-area a:hover {
    color: white;
}


/* ==============
   Posts
   ============== */

article img {
    border: 1px solid #4d4d4d;
}

.post .entry-header .entry-title {
    margin-left: 75px;
}

.entry-title a {
    color: white;
}

.entry-header .entry-date {
    background: none repeat scroll 0 0 #7D1111;
    color: white;
    float: left;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 1.66em;
    height: 65px;
    margin: 1em 0.33em 1em 0;
    text-align: center;
    width: 65px;
}

.entry-header .entry-date .entry-day {
    display: block;
    font-size: 2em;
    margin: 0.33em 0 0.2em;
}

.entry-header .entry-date .entry-month {
    line-height: 1em;
}

.entry-header .entry-category {
    margin: -1.33em 0 0 3em;
}

.entry-header .entry-category ul {
    list-style: none;
}

.entry-header .entry-category ul li {
    background: none;
    float: left;
    padding-left: 0.5em;
}

.entry-header .entry-category ul li:after {
    content: ",";
    margin: 0 0.33em 0 0.1em;
}

.entry-header .entry-category ul li:last-child:after {
    content: none;
}

.entry-content {
    clear: both;
    margin: 1em 0;
}

.more-link {
    float: right;
}

/* ==============
    Special use styles
   ============== */

.author-info {

}

.author-info .author-image {
    float: left;
    margin: 0 2em 2em 0;
    border: 8px solid #373737;
}

.author-info .author-image img {
    border-color: #535353;
}

.entry-header h1 {
    border-bottom: 1px solid #7d1111 !important;
    font-size: 2.33em;
    line-height: 1.33em;
}

.author-info h1,
.author-info h2 {
    text-transform: uppercase;
    border: none;
    margin: 0;
}

.author-info h2 {
    font-size: 1.75em;
    color: #7b1111;
}


/* ==============
    MOBILE: Menu
   ============== */



/* ==============
    MOBILE: Main
   ============== */



/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

    /* ====================
        INTERMEDIATE: Menu
       ==================== */

    /* ========================
        INTERMEDIATE: IE Fixes
       ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

    /* ====================
        WIDE: CSS3 Effects
       ==================== */



    /* ============
        WIDE: Menu
       ============ */


    /* ============
        WIDE: Main
       ============ */


}

@media only screen and (min-width: 1140px) {

    /* ===============
        Maximal Width
       =============== */


}

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
article:after,
article:before {
    content: " ";
    display: table;
}

.clearfix:after,
article:after {
    clear: both;
}

.clearfix, article {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

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

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

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

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


#lang_sel {
    width: 200px;
}
#lang_sel {
    font-family: verdana,arial,sans-serif;
    height: 32px;
    position: relative;
    z-index: 99;
}

#lang_sel ul, #lang_sel li {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#lang_sel li::before {
    content: "" !important;
}
#lang_sel li {
    float: left;
    position: relative;
    width: 149px;
}
#lang_sel ul, #lang_sel li {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#lang_sel a.lang_sel_sel, #lang_sel a.lang_sel_sel:visited {
    background-color: #000000;
}
#lang_sel a, #lang_sel a.lang_sel_sel {
    color: #999999;
}
#lang_sel a.lang_sel_sel {
    background: #fff url("../img/nav-arrow-down.png") no-repeat scroll right center;
    color: #444;
}
#lang_sel a, #lang_sel a:visited {
    border-color: #444444;
}
#lang_sel a, #lang_sel a.lang_sel_sel {
    color: #999999;
}
#lang_sel a, #lang_sel a:visited {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #444444;
    display: block;
    font-size: 11px;
    line-height: 24px;
    padding-left: 10px;
    text-decoration: none !important;
}
#lang_sel img.iclflag {
    height: 12px;
    position: relative;
    top: 1px;
    width: 18px;
}
#lang_sel ul ul {
    border-top: 1px solid #444444;
}
#lang_sel ul ul {
    border-top: 1px solid #cdcdcd;
    height: 0;
    left: 0;
    position: absolute;
    top: 25px;
    visibility: hidden;
    width: 149px;
}
#lang_sel ul ul {
    width: 149px;
}
#lang_sel ul, #lang_sel li {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.widget-area .ngg-widget a {
    display: block;
    text-align: center;
}

.ngg-widget img {
    border: 2px solid #a9a9a9;
    float: left;
    height: auto;
    margin: 0 2px 2px 0;
    padding: 1px;
}
.ngg-widget img {
    border: 1px solid #a9a9a9 !important;
    margin-bottom: 15px !important;
    padding: 1px !important;
}

.wpcf7 div.row input, .wpcf7 div.row textarea, #commentform input[type="text"], #commentform textarea {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(173, 173, 173, 1) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    border: 1px solid #fff;
    padding: 3px;
    width: 100%;
}

#secondary .wpcf7 div.row {
    margin-right: 8px;
}
.wpcf7 div.row {
    clear: both;
    margin-bottom: 10px;
}

.wpcf7 div.submit input, #commentform #submit {
    background: #880606 none repeat scroll 0 0;
    border: 2px solid #b91b1c;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    padding: 7px 5px;
    text-align: center;
    width: 75px;
}

div#address {
    float: left;
    font-size: 1.2em;
    width: 40%;
}
.entry-content div#form {
    margin-right: 20px;
    width: 55%;
}
div#form {
    float: right;
    width: 60%;
}

.grid-item {
    width: 284px;
    margin-bottom: 10px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #333;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #999;
    background-color: #333;
    border-color: #333;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #dd0000;
    border-color: #dd0000;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #000;
    border-color: #333;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

article ul.pagination li, .widget-area ul.pagination li {
    background: none;
    margin-bottom: 0;
    padding-left: 0;
}

.picture-page {
    max-height: 450px;
    max-width: 568px;
}

.thumbnail {
    max-height: 300px;
    max-width: 274px;
}

.icon-facebook {
    background: url(/img/facebook.png) no-repeat left top;
    display: block;
    margin-top: 10px;
    height: 29px;
    width: 29px;
}

.form-picture {
    float: none !important;
}

.entry-title {
    font-weight: bold;
    font-size: 1.5em;
}

.buttons .button {
    background: #880606 none repeat scroll 0 0;
    border: 2px solid #b91b1c;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    padding: 7px 5px;
    text-align: center;
}

.buttons .see-simulation {
    background: #884013 none repeat scroll 0 0;
    border: 2px solid #b95217;
}


a.link {
    color: #ffffff;
    font-weight: bold;
}

.news-item {
    clear: both !important;
}

.news-date {
    margin-top: 0 !important;
    padding-top: 25px !important;
}

#lang_sel a, #lang_sel a:visited {
    background: #000 !important;
    color: #999 !important;
    border: 0 !important;
}

.sidebar-image {
    max-height: 300px;
}