html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

#header .info, #nav ul, #nav .dropdown ul, .timeline ul, .box-area .list, .content-area .content .logos, .breadcrumbs, .content .list, .sidenav ul, .tabset, .carousel .pagination ul, #footer .f-nav ul, #footer .info, #footer .social-networks {
    margin: 0;
    padding: 0;
    list-style: none
}

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .container:after, #header:after, .header-info .info:after, .content .textblock:after {
    content: "";
    display: block;
    clear: both
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

* {
    max-height: 1000000px
}

body {
    color: #333;
    background: #fff;
    font: 16px/1.2 "Play", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    max-width: 100%;
    height: auto
}

.gm-style img {
    max-width: none
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
    margin: 0 0 1.2em
}

blockquote {
    border-left: 4px solid #999;
    padding-left: .5em;
    margin-left: 1.2em
}

th, td {
    border: 1px solid #999;
    padding: .5em;
    text-align: left;
    vertical-align: top
}

th {
    text-align: center;
    vertical-align: middle
}

ul, ol {
    padding-left: 3em
}

ul ul, ul ol, ol ul, ol ol {
    padding-left: 3em;
    margin: 0
}

ul {
    list-style-type: disc
}

dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: bold
}

dl dd {
    overflow: hidden
}

pre {
    max-width: 100%
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none
}

input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: .2em .3em
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #333
}

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999
}

input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #999
}

input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #999
}

input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999
}

input[type="text"].placeholder, input[type="tel"].placeholder, input[type="email"].placeholder, input[type="search"].placeholder, input[type="password"].placeholder, textarea.placeholder {
    color: #999
}

select {
    -webkit-border-radius: 0
}

textarea {
    resize: vertical;
    vertical-align: top
}

button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer
}

.widget {
    margin-bottom: 1.2em
}

.widget ul {
    padding-left: 2em
}

.widget select {
    min-width: 150px
}

.comment-form label {
    display: block;
    padding-bottom: 4px
}

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px
}

.comment-form textarea, .comment-form input[type="text"] {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%
}

.comment-form input[type="submit"] {
    display: block;
    float: none
}

.post-password-form label {
    display: block;
    margin-bottom: 4px
}

.post-password-form input[type="password"] {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%
}

.search-form {
    margin-bottom: 15px
}

.search-form input {
    float: left;
    height: 2em
}

.search-form input[type="search"] {
    margin: 0 4px 0 0;
    width: 150px
}

.post-password-form input {
    float: left;
    height: 2em
}

.post-password-form input[type="password"] {
    width: 150px
}

.comment-form input[type="submit"], .post-password-form input[type="submit"], .search-form input[type="submit"] {
    background: #333;
    color: #fff;
    height: 2em;
    border: none;
    padding: 0 .5em
}

.comment-form input[type="submit"]:hover, .post-password-form input[type="submit"]:hover, .search-form input[type="submit"]:hover {
    opacity: .8
}

.commentlist {
    margin: 0 0 1.2em
}

.commentlist .edit-link {
    margin: 0
}

.commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0
}

.commentlist-item .commentlist-item {
    padding: 0
}

.comment, .commentlist-holder {
    overflow: hidden
}

.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
    padding-top: 1.2em
}

.widget_calendar #next {
    text-align: right
}

.gallery-item dt {
    float: none;
    padding: 0
}

.navigation, .navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.2em
}

.navigation .screen-reader-text, .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px
}

.navigation .page-numbers, .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em
}

.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #333;
    color: #fff;
    padding: .4em;
    text-decoration: none
}

.navigation .next:hover, .navigation .prev:hover, .navigation-comments .next:hover, .navigation-comments .prev:hover {
    opacity: .8
}

.navigation-single {
    margin-bottom: 1.2em
}

.navigation-single .next, .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #333;
    color: #fff;
    text-decoration: none
}

.navigation-single .next:hover, .navigation-single .prev:hover {
    opacity: .8
}

.navigation-single .next a, .navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block
}

.navigation-single .next {
    float: right
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #999;
    padding: .4em;
    margin-bottom: 1.2em
}

.wp-caption img {
    margin: 0;
    vertical-align: top
}

.wp-caption p {
    margin: .4em 0 0
}

div.aligncenter {
    margin: 0 auto 1.2em
}

img.aligncenter {
    display: block;
    margin: 0 auto
}

.alignleft {
    float: left;
    margin: 0 1.2em 4px 0
}

.alignright {
    float: right;
    margin: 0 0 4px 1.2em
}

.mejs-container {
    margin-bottom: 1.2em
}

.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
    height: auto
}

#wp-calendar tbody td {
    text-align: center
}

#wp-calendar td, #wp-calendar th {
    border: 1px solid #999
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit
}

h1, .h1 {
    font-size: 30px
}

h2, .h2 {
    font-size: 27px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 21px
}

h5, .h5 {
    font-size: 17px
}

h6, .h6 {
    font-size: 15px
}

p {
    margin: 0 0 1em
}

a {
    color: #39f
}

a:hover, a:focus {
    text-decoration: none
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?xhhc8p");
    src: url("../fonts/icomoon.eot?xhhc8p#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xhhc8p") format("truetype"), url("../fonts/icomoon.woff?xhhc8p") format("woff"), url("../fonts/icomoon.svg?xhhc8p#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-up:before {
    content: "\e916"
}

.icon-keyboard_arrow_up:before {
    content: "\e90c"
}

.icon-keyboard_arrow_right:before {
    content: "\e90d"
}

.icon-keyboard_arrow_left:before {
    content: "\e90e"
}

.icon-keyboard_arrow_down:before {
    content: "\e90f"
}

.icon-file-text2:before {
    content: "\e914"
}

.icon-file:before {
    content: "\e914"
}

.icon-document:before {
    content: "\e914"
}

.icon-list:before {
    content: "\e914"
}

.icon-paper:before {
    content: "\e914"
}

.icon-page:before {
    content: "\e914"
}

.icon-phone:before {
    content: "\e908"
}

.icon-telephone:before {
    content: "\e908"
}

.icon-contact:before {
    content: "\e908"
}

.icon-support:before {
    content: "\e908"
}

.icon-call:before {
    content: "\e908"
}

.icon-dribbble:before {
    content: "\e909"
}

.icon-brand:before {
    content: "\e909"
}

.icon-social:before {
    content: "\e909"
}

.icon-location:before {
    content: "\e90a"
}

.icon-map-marker:before {
    content: "\e90a"
}

.icon-pin:before {
    content: "\e90a"
}

.icon-user2:before {
    content: "\e90b"
}

.icon-user:before {
    content: "\e900"
}

.icon-googleplus:before {
    content: "\e910"
}

.icon-info:before {
    content: "\e91e"
}

.icon-info-circle:before {
    content: "\e91f"
}

.icon-arrow-circle-o-up:before {
    content: "\e91c"
}

.icon-arrow-circle-o-down:before {
    content: "\e91d"
}

.icon-arrow-circle-down:before {
    content: "\e918"
}

.icon-arrow-circle-up:before {
    content: "\e919"
}

.icon-arrow-circle-right:before {
    content: "\e91a"
}

.icon-arrow-circle-left:before {
    content: "\e91b"
}

.icon-file-text:before {
    content: "\e917"
}

.icon-tags:before {
    content: "\e915"
}

.icon-file-text-o:before {
    content: "\e913"
}

.icon-pinterest-p:before {
    content: "\e911"
}

.icon-pencil:before {
    content: "\e912"
}

.icon-search:before {
    content: "\e901"
}

.icon-thumbs-o-up:before {
    content: "\e903"
}

.icon-envelope:before {
    content: "\e902"
}

.icon-linkedin:before {
    content: "\e906"
}

.icon-twitter:before {
    content: "\e904"
}

.icon-facebook:before {
    content: "\e905"
}

.icon-facebook-f:before {
    content: "\e905"
}

.icon-youtube:before {
    content: "\e907"
}

body {
    min-width: 320px
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px
}

.container.inner {
    max-width: 1600px
}

#header {
    position: relative;
    margin: 0 0 20px;
    z-index: 9999
}

#header .container {
    padding: 0 10px;
    position: relative
}

#header .logo {
    width: 192px;
    float: left;
    margin: 13px 15px 10px 0
}

#header .header-content {
    position: relative
}

#header .text {
    font-size: 18px;
    float: left;
    width: 54%;
    padding: 10px 10px 0 0;
    display: none
}

#header .text a {
    color: #595959;
    text-decoration: none
}

#header .text a:hover {
    color: #b70909
}

#header .user {
    font-size: 10px;
    line-height: 14px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #b4e0ff;
    padding: 7px 5px;
    color: #333;
    text-decoration: none;
    z-index: 9;
    text-align: center
}

#header .user:hover {
    background: #92b6cf
}

#header .user i {
    font-size: 25px;
    line-height: 30px;
    display: block;
    margin: 0 0 6px
}

#header .user span {
    display: none
}

#header .info {
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    letter-spacing: -.32em;
    text-align: center;
    padding: 10px 0 20px;
    margin: 0 -15px
}

#header .info li {
    letter-spacing: 0
}

#header .info li.contact, #header .info li.like {
    display: none
}

#header .info li.search {
    display: none
}

#header .info br {
    display: none
}

#header .info a {
    background: #5cad03;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px 7px 7px;
    text-align: center
}

#header .info a:hover {
    background: #407803
}

#header .info a:hover i {
    opacity: .8
}

#header .info i {
    font-size: 28px;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 2px 0
}

.nav-opener {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 50px;
    background: #b70909;
    text-indent: -9999px;
    overflow: hidden;
    display: block
}

.nav-opener:before, .nav-opener:after, .nav-opener span {
    background: #fff;
    position: absolute;
    top: 16px;
    left: 25%;
    right: 25%;
    height: 4px;
    margin-top: -2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.nav-opener:hover {
    background: #6f0606
}

.nav-opener:before, .nav-opener:after {
    content: "";
    top: 26px
}

.nav-opener:after {
    top: 36px
}

.close-btn span, .nav-active .nav-opener span {
    opacity: 0
}

.opener:hover {
    opacity: .9
}

.close-btn:after, .close-btn:before, .nav-active .nav-opener:after, .nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px;
    left: 25%;
    right: 25%
}

.close-btn:after, .nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-active {
    overflow: hidden
}

.nav-active .nav-opener {
    background: #6f0606
}

.nav-active .nav-area {
    opacity: 1;
    visibility: visible
}

.nav-area {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: #6f0606;
    z-index: 9999;
    padding: 15px;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity;
    opacity: 0;
    visibility: hidden
}

.nav-area.active .form {
    opacity: 1;
    visibility: visible
}

.nav-area .form {
    padding: 19px 20px;
    overflow: hidden;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity
}

.nav-area .form .col {
    overflow: hidden
}

.nav-area .form input[type="search"] {
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    border: none;
    width: 100%;
    font-weight: 700;
    color: #333;
    height: 32px;
    padding: 5px 10px
}

.nav-area .form input[type="search"]::-webkit-input-placeholder {
    color: #333
}

.nav-area .form input[type="search"]::-moz-placeholder {
    opacity: 1;
    color: #333
}

.nav-area .form input[type="search"]:-moz-placeholder {
    color: #333
}

.nav-area .form input[type="search"]:-ms-input-placeholder {
    color: #333
}

.nav-area .form input[type="search"].placeholder {
    color: #333
}

.nav-area .button {
    width: 40px;
    height: 32px;
    background: #b70909;
    padding: 5px;
    color: #fff;
    float: right;
    border: none
}

.nav-area .button:hover {
    opacity: .8
}

#nav {
    font-size: 20px;
    line-height: 26px;
    position: relative;
    z-index: 8;
    text-transform: uppercase
}

#nav ul {
    padding: 0 20px
}

#nav ul li {
    border-bottom: 2px dotted #b70909;
    position: relative
}

#nav ul li.hover .dropdown {
    display: block;
    position: static
}

#nav ul li.hover > a {
    color: #5cad03
}

#nav ul a {
    padding: 15px 7px;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative
}

#nav ul a:after {
    background: #c33;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 2px;
    display: none
}

#nav ul a:hover {
    color: #5cad03
}

#nav br {
    display: none
}

#nav .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none
}

#nav .dropdown .title {
    font-size: 14px;
    line-height: 18px;
    border-bottom: 2px dotted #d7d7d7;
    display: block
}

#nav .dropdown ul {
    font-size: 12px;
    line-height: 15px;
    display: block
}

#nav .dropdown li {
    display: block;
    margin: 0;
    border: none
}

#nav .dropdown li:hover:after {
    display: none
}

#nav .dropdown a {
    padding: 5px 10px;
    display: block
}

#nav .dropdown a:hover {
    background: #edd4d4;
    color: #333
}

#nav .dropdown a:hover:after {
    display: none
}

.title-area {
    position: relative;
    background: #fff;
    text-align: left
}

.title-area .container {
    padding: 0 10px
}

.title-area h1 {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
    text-align: left;
    color: #fff;
    background: #c09c43;
    padding: 5px 10px;
    position: relative;
    z-index: 8
}

.title-area h1:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    content: "";
    background: #c09c43;
    z-index: -1
}

#main {
    position: relative
}

#main.inner {
    background: #f7f7f7
}

.visual {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.visual .container {
    position: relative;
    z-index: 9;
    padding-top: 0;
    padding-bottom: 0
}

.visual .caption {
    font-size: 14px;
    line-height: 18px;
    color: #666
}

.visual h1 {
    font-size: 22px;
    line-height: 26px;
    background: #b70909;
    font-weight: 700;
    color: #fff;
    margin: 0 -10px 10px;
    position: relative
}

.visual h1:after {
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: "icomoon";
    content: "\e90d"
}

.visual h1 a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 10px 5px 25px
}

.visual h1 a:hover {
    background: #950707
}

.visual p {
    padding: 0 0 0 20px
}

.visual .timeline p {
    padding: 0
}

.timeline {
    background: #f7f7f7;
    padding: 22px 15px;
    color: #595959;
    margin: 0 -10px
}

.timeline h2 {
    font-size: 30px;
    line-height: 38px;
    border-bottom: 2px dotted #b70909;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 400
}

.timeline h3 {
    font-size: 15px;
    line-height: 20px;
    color: #666;
    margin: 0
}

.timeline p {
    margin: 0
}

.timeline ul {
    position: relative;
    padding: 0 0 25px
}

.timeline ul li {
    position: relative;
    margin: 0 0 5px;
    padding: 10px 0 0 30px
}

.timeline ul li.active:after {
    background: #b70909
}

.timeline ul li:after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 19px;
    left: 8px;
    content: "";
    background: #adabab;
    border-radius: 100%;
    z-index: 9
}

.timeline ul li:hover:after {
    background: #b70909
}

.timeline ul:after {
    position: absolute;
    top: 22px;
    left: 10px;
    bottom: 0;
    content: "";
    border-left: 2px dotted #adabab;
    width: 2px
}

.timeline ul a {
    display: block;
    text-decoration: none;
    overflow: hidden
}

.timeline time {
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: #c3c3c3;
    padding: 2px 4px;
    color: #383838;
    min-width: 150px;
    text-align: left;
    margin: 0 0 10px;
    position: relative
}

.timeline time:after {
    position: absolute;
    top: 50%;
    right: -4px;
    width: 0;
    height: 0;
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #c3c3c3;
    margin: -4px 0 0;
    display: none
}

.timeline time strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 22px
}

.timeline time span {
    display: inline-block;
    vertical-align: middle
}

.timeline .text {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    color: #666
}

.box-area {
    margin: 0 -10px
}

.box-area .box {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    margin: 0 0 15px
}

.box-area .box:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #5cad03;
    content: "";
    opacity: .82
}

.box-area .box.yellow:after {
    background: #b18b2d
}

.box-area .box.yellow:before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 8px solid #fff;
    opacity: .54;
    content: "";
    border-radius: 100%
}

.box-area .box.yellow .icon-user2 {
    font-size: 250px;
    line-height: 250px;
    width: 250px;
    height: 250px;
    margin: -125px 0 0 -70px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 0
}

.box-area .box.red:after {
    background: #b70909
}

.box-area .box.red .list a:hover {
    background: #5cad03
}

.box-area .box.green:after {
    background: #5cad03
}

.box-area .box.timeline-holder {
    background: #f7f7f7
}

.box-area .box.timeline-holder:after {
    display: none
}

.box-area .holder {
    position: relative;
    z-index: 9;
    padding: 20px
}

.box-area h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px
}

.box-area .list {
    font-size: 21px;
    line-height: 26px
}

.box-area .list li {
    position: relative;
    padding: 0;
    margin: 0 0 10px
}

.box-area .list li:after, .box-area .list li:before {
    position: absolute;
    bottom: -2px;
    left: 15px;
    right: 0;
    content: "";
    height: 2px;
    border-top: 2px dotted #fff;
    opacity: .5
}

.box-area .list li:before {
    bottom: -6px
}

.box-area .list a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    position: relative;
    text-decoration: none;
    padding: 0 10px 4px 5px;
    margin: 0 0 0 10px
}

.box-area .list a:hover {
    background: #b70909
}

.box-area .list a:after {
    position: absolute;
    top: 0;
    left: -20px;
    font-family: "icomoon";
    content: "\e90d"
}

.box-area .timeline {
    border: none;
    width: 100%;
    text-align: left;
    margin: 0
}

.box-area .timeline h2 {
    font-weight: 400;
    text-align: left
}

.box-area .timeline ul {
    padding: 0
}

.box-area .timeline ul:after {
    top: 30px;
    left: 7px
}

.box-area .timeline ul li.active:after, .box-area .timeline ul li:hover:after {
    color: #b70909
}

.box-area .timeline ul li:after {
    width: 15px;
    height: 21px;
    font-size: 20px;
    line-height: 21px;
    top: 8px;
    left: 0;
    background: none;
    font-family: "icomoon";
    content: "\e917"
}

.three-columns {
    min-height: 1000px
}

.three-columns .two-cols .header-info {
    width: 100%
}

.img-mapping {
    position: relative;
    margin: 0 -10px 20px
}

.img-mapping img {
    width: 100%;
    height: auto;
    display: block
}

.content-area .sidebar {
    display: block
}

.content-area .content {
    font-size: 20px;
    line-height: 26px
}

.content-area .content:after {
    background: #fff
}

.content-area .content .logos {
    text-align: center;
    padding: 0
}

.content-area .content .logos li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 20px
}

.content-area .content .logos li:after {
    display: none
}

.content-area .content .logos a {
    text-decoration: none;
    display: block;
    padding: 0
}

.content-area .content .info-holder h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400
}

.content-area .content .info-holder .list strong {
    font-size: 16px;
    line-height: 20px;
    display: inline
}

.content-area .content .list li.logos-holder {
    padding-left: 0
}

.content-area .content .list li.logos-holder:after {
    display: none
}

.content-area .content .list span {
    display: block
}

.content-area .sidebar {
    background: none;
    padding: 0;
    display: block
}

.content-area .timeline {
    border: none;
    margin: 0 -10px 30px
}

.content-area .timeline.lists {
    text-align: left
}

.content-area .timeline.lists h2 {
    font-weight: 400;
    text-align: left
}

.content-area .timeline.lists ul {
    padding: 0
}

.content-area .timeline.lists ul:after {
    top: 30px;
    left: 7px
}

.content-area .timeline.lists ul li.active:after, .content-area .timeline.lists ul li:hover:after {
    color: #b70909
}

.content-area .timeline.lists ul li:after {
    background: #f7f7f7;
    width: 15px;
    height: 21px;
    font-size: 20px;
    line-height: 21px;
    top: 8px;
    left: 0;
    font-family: "icomoon";
    content: "\e917"
}

.header-info {
    position: relative;
    color: #666;
    padding: 0 0 30px;
    margin: 0 0 10px
}

.header-info.news {
    padding: 0;
    margin: 0
}

.header-info.news .breadcrumbs {
    display: none
}

.header-info .info {
    margin: -15px -10px 5px
}

.header-info h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin: 0
}

.header-info time {
    font-size: 22px;
    line-height: 26px;
    display: block
}

.header-info .info-text {
    font-size: 22px;
    line-height: 26px;
    padding: 5px 0;
    overflow: hidden
}

.header-info .info-text p {
    margin: 0
}

.header-info .tag {
    font-size: 14px;
    line-height: 18px;
    background: #b70909;
    color: #fff;
    position: relative;
    float: left;
    padding: 4px 9px 4px 32px;
    text-decoration: none
}

.header-info .tag.download {
    position: absolute;
    bottom: 0;
    left: -10px;
    padding: 6px 13px 6px 32px
}

.header-info .tag.download:after {
    font-size: 27px;
    line-height: 27px;
    content: "\e91d";
    top: 1px;
    left: 5px
}

.header-info .tag.download:hover {
    background: #5cad03
}

.header-info .tag:after {
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    top: 5px;
    left: 10px;
    font-family: "icomoon";
    content: "\e915"
}

.header-info .breadcrumbs {
    padding: 5px 10px
}

.breadcrumbs {
    font-size: 14px;
    line-height: 18px
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px 0 14px;
    position: relative
}

.breadcrumbs li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "/"
}

.breadcrumbs li:first-child {
    padding-left: 0
}

.breadcrumbs li:first-child:after {
    display: none
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none
}

.breadcrumbs a:hover {
    color: #333
}

.aside .timeline {
    background: #fff;
    border: none;
    width: 100%
}

.aside .textblock {
    font-size: 16px;
    line-height: 20px;
    background: #666;
    padding: 25px 25px 25px 15px;
    color: #fff;
    display: none;
    text-align: right;
    position: relative;
    z-index: 9
}

.aside .textblock:after {
    background: #666;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -9999px;
    content: "";
    z-index: -1
}

.aside .textblock strong {
    display: block
}

.aside .textblock a {
    color: #fff;
    text-decoration: none
}

.aside .textblock a:hover {
    text-decoration: underline
}

.aside .textblock .tel {
    display: inline-block;
    margin: 0 0 15px
}

.content {
    font-size: 14px;
    line-height: 19px;
    background: #fff;
    color: #666;
    position: relative;
    margin: 0 0 15px
}

.content:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    content: "";
    background: #f7f7f7;
    width: 20px;
    display: none
}

.content .textblock {
    padding: 0 10px
}

.content h2 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 8px
}

.content p {
    margin: 0 0 20px
}

.content .img-responsive {
    margin: 0 -20px 32px 0
}

.content .img-responsive img {
    width: 100%;
    height: auto;
    display: block
}

.content .image {
    float: left;
    width: 95px;
    margin: 0 10px 20px 0
}

.content .image img {
    width: 100%;
    height: auto;
    display: block
}

.content .list {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 25px
}

.content .list.empty li:after {
    display: none
}

.content .list li {
    position: relative;
    padding: 0 0 18px 23px
}

.content .list li:after {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    content: "*";
    color: #67b217
}

.content .list strong {
    font-size: 20px;
    line-height: 25px;
    display: block;
    margin: 0 0 2px
}

.content .list p {
    margin: 0
}

.content .textarea {
    font-size: 16px;
    line-height: 18px;
    background: #c09c43;
    padding: 15px 10px;
    overflow: hidden;
    color: #fff;
    margin: 0 -10px 25px
}

.content .textarea strong {
    font-size: 20px;
    line-height: 25px;
    display: block
}

.content .textarea span {
    display: block
}

.content .textarea p {
    margin: 0 0 23px
}

.open-close {
    margin: 0 0 20px
}

.open-close h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #666
}

.open-close.active .opener:after {
    font-size: 40px;
    line-height: 26px;
    content: "-"
}

.open-close .opener {
    font-size: 30px;
    line-height: 32px;
    color: #666;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-left: 47px;
    text-transform: uppercase
}

.open-close .opener:after {
    width: 31px;
    height: 31px;
    font-size: 40px;
    line-height: 28px;
    position: absolute;
    background: #b70909;
    top: 2px;
    left: 0;
    text-align: center;
    content: "+";
    color: #fff
}

.open-close .opener:hover {
    color: #b70909
}

.open-close table {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 37px
}

.open-close table tr:nth-child(even) {
    background: #f7f7f7
}

.open-close table th {
    background: #5cad03;
    color: #fff;
    font-weight: 400
}

.open-close table td, .open-close table th {
    border: none;
    padding: 5px 4px;
    text-align: center
}

.open-close table td:first-child, .open-close table th:first-child {
    width: 70%;
    text-align: left
}

.open-close table td {
    color: #666
}

.open-close .holder {
    padding: 15px 0 0;
    overflow: hidden
}

.open-close .list {
    margin: 0 0 25px
}

.open-close .list.empty {
    width: 100%;
    padding: 0 !important
}

.open-close .list li {
    padding: 0 0 20px !important
}

.info-alerts h2 {
    font-size: 30px;
    line-height: 32px;
    color: #666;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-left: 45px;
    text-transform: uppercase;
    font-weight: 400
}

.info-alerts h2:after {
    width: 31px;
    height: 31px;
    font-size: 35px;
    line-height: 28px;
    position: absolute;
    color: #b70909;
    top: 3px;
    left: 0;
    text-align: center;
    font-family: "icomoon";
    content: "\e91f"
}

.info-alerts .alerts {
    overflow: hidden
}

.info-alerts .alert {
    font-size: 16px;
    line-height: 20px;
    background: #deefcd;
    padding: 13px 19px;
    overflow: hidden;
    border: 1px solid #5cad03;
    border-radius: 5px;
    margin: 0 0 8px
}

.info-alerts .text {
    display: block;
    color: #595959;
    margin: 0 0 5px
}

.info-alerts .text strong {
    font-size: 20px;
    line-height: 24px
}

.info-alerts .btn {
    background: #b70909;
    padding: 3px 10px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin: 0 0 0 10px;
    float: right
}

.info-alerts .btn:hover {
    background: #5cad03
}

.info-alerts .textblock {
    font-size: 16px;
    line-height: 20px;
    background: #b70909;
    padding: 15px 10px;
    color: #fff;
    display: block;
    margin: 0 -10px
}

.info-alerts .textblock strong {
    display: block
}

.info-alerts .textblock a {
    color: #fff;
    text-decoration: none
}

.info-alerts .textblock a:hover {
    text-decoration: underline
}

.info-alerts .textblock .tel {
    display: inline-block;
    margin: 0 0 15px
}

.sidebar {
    display: none
}

.sidenav {
    font-size: 20px;
    line-height: 25px;
    background: #f7f7f7;
    position: relative;
    padding: 25px 5px;
    z-index: 9;
    margin: 0 0 20px
}

.sidenav:after {
    background: #f7f7f7;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    left: -10px;
    content: "";
    z-index: -1
}

.sidenav.green {
    background: #5cad03
}

.sidenav.green:after {
    background: #5cad03
}

.sidenav.green h2 {
    color: #fff
}

.sidenav.green ul li.active a {
    color: #a8fa4d
}

.sidenav.green ul a {
    color: #fff
}

.sidenav.green ul a:after {
    color: #a8fa4d
}

.sidenav.green ul a:hover {
    color: #a8fa4d
}

.sidenav h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    margin: 0 0 16px;
    color: #666
}

.sidenav ul li {
    padding: 0 0 10px
}

.sidenav ul li.active a {
    color: #d04747
}

.sidenav ul a {
    display: inline-block;
    vertical-align: top;
    color: #666;
    text-decoration: none;
    padding: 0 0 0 30px;
    position: relative;
    text-decoration: none
}

.sidenav ul a:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "icomoon";
    content: "\e91a";
    color: #d04747
}

.sidenav ul a:hover {
    color: #d04747
}

#sidebar {
    overflow: hidden
}

#wp-calendar {
    font-size: 13px;
    line-height: 17px;
    width: 100%
}

.publisher {
    overflow: hidden;
    color: #fff;
    margin: 0 -10px
}

.publisher .box {
    font-size: 16px;
    line-height: 20px;
    background: #666;
    overflow: hidden;
    padding: 15px
}

.publisher .author {
    width: 80px;
    margin: 0 15px 0 0;
    float: left
}

.publisher .author img {
    width: 100%;
    height: auto;
    display: block
}

.publisher p {
    overflow: hidden;
    margin: 0
}

.publisher a {
    color: #b70909;
    text-decoration: none;
    font-weight: 700
}

.publisher a:hover {
    color: #fff
}

.tabset {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -.32em
}

.tabset li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0
}

.tabset li.active a {
    border-top: 1px solid #c33;
    border-right: 1px solid transparent;
    background: #fff
}

.tabset a {
    background: #f7f7f7;
    color: #666;
    display: block;
    padding: 10px 15px;
    border: solid #c3c3c3;
    border-width: 1px 1px 0 0;
    text-decoration: none
}

.tabset a:hover {
    border-top: 1px solid #c33;
    background: #fff
}

.tab-content {
    overflow: hidden;
    margin: 0 0 50px
}

.aside-posts {
    background: #fff;
    padding: 6px 50px 55px 13px
}

.aside-posts .post {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    display: block;
    color: #666;
    text-decoration: none;
    margin: 0 0 14px
}

.aside-posts .post:hover {
    color: #b70909
}

.aside-posts .post:hover .img-box {
    opacity: .8
}

.aside-posts .title {
    display: block;
    font-weight: 400
}

.aside-posts time {
    color: #c3c3c3;
    display: block
}

.aside-posts .img-box {
    width: 55px;
    height: 55px;
    float: left;
    overflow: hidden;
    background: #f7f7f7;
    margin: 3px 21px 0 0;
    white-space: nowrap;
    text-align: center
}

.aside-posts .img-box:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 55px
}

.aside-posts .img-box > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    letter-spacing: 0
}

.aside-posts .img-box i {
    font-size: 30px;
    line-height: 30px;
    color: #b70909
}

.aside-posts .text {
    overflow: hidden
}

.carousel {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    overflow: hidden;
    color: #666
}

.carousel .mask {
    position: relative;
    overflow: hidden
}

.carousel .slideset {
    width: 9999px;
    float: left
}

.carousel .slide {
    position: relative;
    width: 100%;
    float: left
}

.carousel .author-image {
    float: left;
    max-width: 80px;
    margin: 0 10px 0 0
}

.carousel h1 {
    font-weight: 400
}

.carousel blockquote {
    overflow: hidden;
    margin: 0;
    padding: 15px 10px;
    border: none;
    background: #f7f7f7
}

.carousel blockquote q {
    display: block;
    margin: 0 0 10px
}

.carousel blockquote q:after, .carousel blockquote q:before {
    font-size: 26px;
    line-height: 26px
}

.carousel blockquote q:after {
    content: "»"
}

.carousel blockquote q:before {
    content: "«"
}

.carousel blockquote cite {
    display: block;
    text-align: right;
    font-weight: 700;
    font-style: normal
}

.carousel .pagination {
    padding: 12px 0
}

.carousel .pagination ul {
    text-align: right
}

.carousel .pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px
}

.carousel .pagination ul li.active a {
    background: #55b01e
}

.carousel .pagination ul a {
    width: 9px;
    height: 9px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    border-radius: 100%;
    background: #adabab
}

.carousel .pagination ul a:hover {
    background: #55b01e
}

#footer {
    font-size: 14px;
    line-height: 20px;
    background: #f9f9f9;
    border-top: 3px solid #e3e3e3;
    color: #777
}

#footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: -.32em
}

#footer .col {
    padding: 20px 10px;
    letter-spacing: 0
}

#footer .title {
    font-size: 15px;
    line-height: 18px;
    color: #444;
    display: block;
    margin: 0 0 10px
}

#footer .f-nav {
    overflow: hidden
}

#footer .f-nav li {
    border-bottom: 2px dotted #e8e8e8;
    padding: 5px 0
}

#footer .f-nav li:first-child {
    padding-top: 0
}

#footer .f-nav a {
    color: #777;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-left: 20px
}

#footer .f-nav a:after {
    position: absolute;
    font-family: "icomoon";
    content: "\e912";
    top: 0;
    left: 0
}

#footer .f-nav a:hover {
    color: #b70909
}

#footer address {
    font-style: normal;
    display: block;
    margin: 0
}

#footer .info {
    padding: 0 0 20px
}

#footer .info li {
    padding: 0 0 5px 20px;
    position: relative
}

#footer .info li:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "icomoon"
}

#footer .info li.address:after {
    content: "\e90a"
}

#footer .info li.mail:after {
    content: "\e902"
}

#footer .info li.phone:after {
    content: "\e908"
}

#footer .info li.twitter:after {
    content: "\e904"
}

#footer .info a {
    display: inline-block;
    position: relative;
    color: #777;
    text-decoration: none
}

#footer .info a:hover {
    color: #b70909
}

#footer .social-networks li {
    display: inline-block;
    vertical-align: top
}

#footer .social-networks a {
    white-space: nowrap;
    text-align: center;
    width: 32px;
    height: 32px;
    display: block;
    color: #666;
    background: #f0f0f0;
    text-decoration: none;
    padding: 2px 2px 5px;
    border-radius: 2px
}

#footer .social-networks a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 29px
}

#footer .social-networks a > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    letter-spacing: 0
}

#footer .social-networks a:hover {
    background: #fff;
    color: #b70909
}

.back {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 4px;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 5px;
    text-decoration: none
}

.back:hover {
    background: #b70909
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important
}

@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em
    }

    #header .logo {
        margin: 15px 20px 15px 0
    }

    #header .header-content {
        overflow: hidden
    }

    #header .text {
        display: inline-block
    }

    #header .user {
        width: auto;
        height: auto;
        padding: 8px 9px 3px;
        right: 10px
    }

    #header .user span {
        display: block
    }

    #header .info {
        font-size: 10px;
        line-height: 13px;
        background: #b70909;
        margin: 0 59px 0 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    #header .info li {

    }

    #header .info li.contact, #header .info li.like {
        display: inline-block
    }

    /*HEADER BLOC INFO*/
    #header .info-area{
        position: absolute;
        right: 0;
        z-index: 100;
    }
    #header .info{
        margin-right: 0;
    }
    #header .info-area li {
        min-width: 100px;
    }
    .info-area .info .like{
        margin-left: 30px;
    }

    #header .info li.search {
        display: inline-block
    }

    #header .info br {
        display: block
    }

    #header .info a {
        background: #b70909;
        padding: 5px 3px;
        width: 100%;
        height: 100%
    }

    #header .info a:hover {
        background: #950707
    }

    #header .info i {
        display: block;
        margin: 0 0 4px;
        padding: 0
    }

    .nav-opener {
        display: none
    }

    .nav-area {
        position: static;
        overflow: visible;
        background: none;
        padding: 0;
        opacity: 1;
        visibility: visible
    }

    .nav-area .form {
        padding: 19px 20px;
        background: #6f0606;
        position: absolute;
        z-index: 999;
        top: 75px;
        right: 130px;
        width: 250px;
        opacity: 0;
        visibility: hidden
    }

    #nav {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 17px;
        background: #f7f7f7;
        width: 100%
    }

    #nav:before {
        position: absolute;
        top: 0;
        right: -9999px;
        bottom: 0;
        left: -9999px;
        background: #f7f7f7;
        border-top: 2px dotted #d7d7d7;
        content: "";
        z-index: -1
    }

    #nav ul {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    #nav ul li {
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    #nav ul li.active a:after {
        display: block
    }

    #nav ul li.hover .dropdown {
        position: absolute
    }

    #nav ul li.hover > a {
        background: #fff;
        color: #595959
    }

    #nav ul li.hover > a:after {
        display: block
    }

    #nav ul a {
        color: #595959;
        padding: 15px 8px
    }

    #nav ul a:hover {
        background: #fff;
        color: #595959
    }

    #nav ul a:hover:after {
        display: block
    }

    #nav br {
        display: block
    }

    #nav .dropdown {
        background: #fff;
        width: 322px;
        padding: 15px;
        box-shadow: 10px 10px 0 rgba(0, 0, 0, .3)
    }

    .title-area {
        background: #b70909;
        background-position: 50% 50%;
        background-repeat: no-repeat
    }

    .title-area .container {
        min-height: 140px;
        padding: 15px 10px;
        white-space: nowrap;
        text-align: center;
        text-align: left
    }

    .title-area .container:before {
        content: "";
        display: inline-block;
        vertical-align: bottom;
        width: 0;
        min-height: 140px
    }

    .title-area .container > * {
        white-space: normal;
        display: inline-block;
        vertical-align: bottom;
        max-width: 100%;
        letter-spacing: 0
    }

    .title-area h1 {
        font-size: 28px;
        line-height: 32px;
        padding: 6px 24px;
        margin: 0
    }

    .visual:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background: #b70909;
        opacity: .65
    }

    .visual .container {
        min-height: 379px
    }

    .visual .caption {
        font-size: 22px;
        line-height: 26px;
        position: absolute;
        bottom: 6px;
        left: 10px;
        width: 380px;
        color: #fff
    }

    .visual h1 {
        font-size: 28px;
        line-height: 32px;
        background: #d6aa3f;
        color: #fff;
        margin: 0 0 10px
    }

    .visual h1:after {
        display: none
    }

    .visual h1 a {
        display: inline-block;
        padding: 5px 9px;
        margin: 0
    }

    .visual h1 a:hover {
        background: #e5ba53
    }

    .visual p {
        padding: 0 16px
    }

    .timeline {
        border: solid #fff;
        border-width: 0 10px;
        width: 360px;
        margin: 0;
        float: right
    }

    .timeline h2 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 5px
    }

    .timeline ul {
        padding: 0 0 77px
    }

    .timeline ul li {
        padding: 0 0 10px
    }

    .timeline ul li:after {
        left: 39px
    }

    .timeline ul:after {
        left: 42px;
        top: 25px
    }

    .timeline time {
        text-align: center;
        min-width: inherit;
        float: left;
        width: 36px;
        margin: 0 13px 0 0
    }

    .timeline time:after {
        display: block
    }

    .timeline time strong {
        display: inline;
        font-size: 20px;
        line-height: 14px
    }

    .timeline time span {
        display: block
    }

    .timeline .text {
        padding: 7px 0 0 20px;
        min-height: 100px;
    }

    .box-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -5px
    }

    .box-area .box {
        width: calc(33.333% - 10px);
        min-height: 380px;
        margin: 0 5px 20px
    }

    .box-area h2 {
        font-size: 20px;
        line-height: 26px
    }

    .box-area .list {
        font-size: 16px;
        line-height: 20px
    }

    .box-area .timeline {
        padding: 28px 15px
    }

    .box-area .timeline .text {
        padding: 8px 0 0 25px
    }

    .box-area .timeline ul:after {
        top: 14px
    }

    .box-area .timeline ul li:after {
        top: 14px
    }

    .three-columns .holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 100%
    }

    .three-columns .cols-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 100%
    }

    .img-mapping {
        margin: 0 0 20px
    }

    .content-area .aside {
        width: 40%
    }

    .content-area .sidebar {
        overflow: hidden;
        width: auto
    }

    .content-area .content {
        width: 60%;
        padding-right: 0
    }

    .content-area .content .logos li {
        padding: 0 20px 20px
    }

    .content-area .content .list span {
        padding: 0 0 0 70px
    }

    .content-area .timeline {
        margin: 0 0 30px;
        width: 100%
    }

    .content-area .timeline.lists {
        padding: 28px 15px
    }

    .content-area .timeline.lists .text {
        padding: 15px 0 0 30px
    }

    .content-area .timeline.lists ul li:after {
        top: 15px
    }

    .header-info.news .breadcrumbs {
        display: inline-block
    }

    .header-info .info {
        margin: 0
    }

    .header-info h1 {
        font-size: 40px;
        line-height: 42px
    }

    .header-info .info-text {
        padding: 5px 10px 15px
    }

    .header-info .info-text p {
        margin: 0 0 13px
    }

    .header-info .tag {
        padding: 9px 9px 9px 42px;
        float: right;
        max-width: 50%
    }

    .header-info .tag.download {
        position: relative;
        padding: 9px 9px 9px 42px;
        left: 0
    }

    .header-info .tag.download:after {
        font-size: 34px;
        line-height: 34px
    }

    .header-info .tag:after {
        font-size: 20px;
        line-height: 20px;
        top: 8px
    }

    .header-info .breadcrumbs {
        float: left;
        width: 50%
    }

    .breadcrumbs {
        font-size: 22px;
        line-height: 26px
    }

    .aside {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 40%;
        padding-right: 20px
    }

    .aside .textblock {
        display: block
    }

    .content {
        font-size: 16px;
        line-height: 19px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 60%;
        padding-right: 20px
    }

    .content:after {
        display: block
    }

    .content .textblock {
        padding: 0 20px
    }

    .content .image {
        width: 167px;
        margin: 0 21px 20px -14px
    }

    .content .publisher {
        margin-right: -40px
    }

    .content .list {
        padding: 0 0 25px 40px
    }

    .content .textarea {
        margin: 0 0 50px;
        padding: 11px 32px
    }

    .open-close table td, .open-close table th {
        padding: 5px 10px
    }

    .open-close .holder {
        padding: 12px 0 42px 48px
    }

    .info-alerts .alerts {
        padding: 9px 0 0 49px
    }

    .info-alerts .textblock {
        display: none
    }

    .sidebar {
        display: inline;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        padding: 20px
    }

    #content {
        float: left;
        margin: 0 30px 0 0;
        width: 65%
    }

    .sidenav:after {
        right: 0;
        left: -9999px
    }

    .publisher {
        margin: 0
    }

    .publisher .box {
        float: right;
        width: 343px;
        padding: 25px
    }

    .tabset a {
        padding: 10px
    }

    .carousel .author-image {
        margin: 0 10px 0 0
    }

    #footer .col {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px 0 0
    }
}

@media (min-width: 1024px) {
    #header .text {
        width: 68%;
        padding: 28px 0 0
    }

    #nav {
        font-size: 16px;
        line-height: 18px
    }

    #nav ul li {
        margin: 0 2px
    }

    #nav ul a {
        padding: 15px
    }

    .visual .timeline {
        margin-right: -20px
    }

    .timeline {
        width: 421px;
        border-width: 0 20px
    }

    .timeline h2 {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 25px
    }

    .timeline h3 {
        font-size: 20px;
        line-height: 24px
    }

    .timeline ul {
        padding: 0 0 33px
    }

    .timeline ul li {
        margin: 0;
        padding: 0
    }

    .box-area {
        margin: 0 -10px
    }

    .box-area .box {
        width: calc(33.333% - 20px);
        margin: 0 10px 20px
    }

    .box-area .holder {
        padding: 43px 64px
    }

    .box-area h2 {
        margin: 0 0 65px;
        font-size: 30px;
        line-height: 30px
    }

    .box-area .list {
        font-size: 21px;
        line-height: 24px
    }

    .box-area .timeline h2 {
        margin: 0 0 15px
    }

    .box-area .timeline .text {
        padding: 15px 0 0 20px
    }

    .box-area .timeline ul {
        padding: 0 0 0 44px
    }

    .box-area .timeline ul:after {
        left: 37px;
        top: 30px
    }

    .box-area .timeline ul li:after {
        width: 24px;
        height: 30px;
        font-size: 28px;
        line-height: 30px;
        top: 18px;
        left: -19px
    }

    .three-columns .two-cols .list {
        padding: 0 0 25px 46px
    }

    .content-area .aside {
        width: 33.9%
    }

    .content-area .content {
        width: 66.1%
    }

    .content-area .timeline.lists h2 {
        margin: 0 0 15px
    }

    .content-area .timeline.lists .text {
        padding: 25px 0 0 20px
    }

    .content-area .timeline.lists ul {
        padding: 0 0 0 44px
    }

    .content-area .timeline.lists ul:after {
        left: 37px
    }

    .content-area .timeline.lists ul li:after {
        width: 24px;
        height: 30px;
        font-size: 28px;
        line-height: 30px;
        top: 18px;
        left: -19px
    }

    .content .image {
        margin: 0 21px 50px -14px
    }

    .content .textarea {
        margin: 0 0 67px
    }

    #content {
        width: 75%
    }

    .tabset {
        font-size: 18px;
        line-height: 22px
    }

    .tabset a {
        padding: 10px
    }

    #footer .col {
        width: 25%
    }
}

@media (min-width: 1200px) {
    #header .logo {
        margin: 22px 26px 15px 6px
    }

    #header .text {
        padding: 35px 0 0;
        width: 73.3%
    }

    #header .text a {
        margin: 0 7px
    }

    #nav ul li {
        margin: 0 10px
    }

    .three-columns .two-cols {
        float: left;
        width: 74.6%
    }

    .content-area .content {
        padding: 0
    }

    .content-area .content .info-holder {
        padding-left: 35px;
        padding-right: 30px
    }

    .content-area .content .info-holder .list {
        padding: 0 0 11px 43px
    }

    .content-area .sidebar {
        padding: 0 0 0 20px
    }

    .header-info {
        float: left;
        width: 73.8%;
        padding: 0;
        margin: 0
    }

    .aside {
        width: 25%
    }

    .content {
        width: 50%;
        margin: 0
    }

    .open-close {
        padding: 39px 21px 0
    }

    .info-alerts {
        padding: 0 0 0 22px
    }

    .sidebar {
        width: 25%;
        padding: 20px 20px 20px 30px
    }

    .sidenav {
        margin: 0 0 90px;
        padding: 12px 10px 38px 5px
    }

    .sidenav.green {
        margin: 0 0 48px
    }

    .tabset a {
        padding: 10px 20px
    }

    .carousel {
        margin: 0 0 20px
    }
}

@media (min-width: 1350px) {
    .tabset {
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width: 1500px) {
    .info-alerts .text {
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }

    .info-alerts .btn {
        display: inline-block;
        vertical-align: middle;
        float: none
    }
}

@media (max-width: 1023px) {
    iframe {
        width: 100%
    }
}

@media (max-width: 767px) {
    .navigation .page-numbers, .navigation-comments .page-numbers {
        padding: 0 3px
    }

    .navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
        padding: .2em
    }

    .navigation-single .next a, .navigation-single .prev a {
        padding: .2em
    }

    .title-area {
        background-image: none !important
    }

    .visual {
        background-image: none !important
    }
}