@charset "UTF-8";
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: a;
    animation-name: a
}

@-webkit-keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    border: 1px solid #212121;
    border-radius: 30px;
    transition: background .25s
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #212121
}


/*/
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@import url(css/lib/owl.carousel.css);
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: 700*/
/*}*/

/*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 silver;*/
    /*margin: 0 2px;*/
    /*padding: .35em .625em .75em*/
/*}*/

/*textarea {*/
    /*!*overflow: auto*!*/
/*}*/

/*optgroup {*/
    /*font-weight: 700*/
/*}*/

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

/*td,*/
/*th {*/
    /*padding: 0*/
/*}*/


/*!*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css *!*/

/*@media print {*/
    /**,*/
    /*:after,*/
    /*:before {*/
        /*background: transparent!important;*/
        /*color: #000!important;*/
        /*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) ")"*/
    /*}*/
    /*a[href^="#"]:after,*/
    /*a[href^="javascript:"]:after {*/
        /*!*content: ""*!*/
    /*}*/
    /*blockquote,*/
    /*pre {*/
        /*border: 1px solid #999;*/
        /*page-break-inside: avoid*/
    /*}*/
    /*thead {*/
        /*display: table-header-group*/
    /*}*/
    /*img,*/
    /*tr {*/
        /*page-break-inside: avoid*/
    /*}*/
    /*img {*/
        /*max-width: 100%!important*/
    /*}*/
    /*h2,*/
    /*h3,*/
    /*p {*/
        /*orphans: 3;*/
        /*widows: 3*/
    /*}*/
    /*h2,*/
    /*h3 {*/
        /*!*page-break-after: avoid*!*/
    /*}*/
    /*.navbar {*/
        /*display: none*/
    /*}*/
    /*.btn>.caret,*/
    /*.dropup>.btn>.caret {*/
        /*border-top-color: #000!important*/
    /*}*/
    /*.label {*/
        /*border: 1px solid #000*/
    /*}*/
    /*.table {*/
        /*border-collapse: collapse!important*/
    /*}*/
    /*.table td,*/
    /*.table th {*/
        /*background-color: #fff!important*/
    /*}*/
    /*.table-bordered td,*/
    /*.table-bordered th {*/
        /*border: 1px solid #ddd!important*/
    /*}*/
/*}*/

/**,*/
/*:after,*/
/*:before {*/
    /*!*box-sizing: border-box*!*/
/*}*/

/*html {*/
    /*!*font-size: 10px;*!*/
    /*!*-webkit-tap-highlight-color: transparent*!*/
/*}*/

/*body {*/
    /*!*font-family: Roboto, Helvetica, Arial, sans-serif;*!*/
    /*!*line-height: 1.42857;*!*/
    /*!*color: #333;*!*/
    /*!*background-color: #fff;*!*/
    /*!*font-weight: 300*!*/
/*}*/

/*button,*/
/*input,*/
/*select,*/
/*textarea {*/
    /*!*font-family: inherit;*!*/
    /*!*font-size: inherit;*!*/
    /*!*line-height: inherit*!*/
/*}*/

/*a {*/
    /*!*color: #4b90e2;*!*/
    /*!*text-decoration: none*!*/
/*}*/

/*a:focus,*/
/*a:hover {*/
    /*!*color: #1f69c1;*!*/
    /*!*text-decoration: underline*!*/
/*}*/

/*a:focus {*/
    /*!*outline: thin dotted;*!*/
    /*!*outline: 5px auto -webkit-focus-ring-color;*!*/
    /*!*outline-offset: -2px*!*/
/*}*/

/*figure {*/
    /*margin: 0*/
/*}*/

/*img {*/
    /*vertical-align: middle*/
/*}*/

/*.img-responsive {*/
    /*display: block;*/
    /*max-width: 100%;*/
    /*height: auto*/
/*}*/

/*.img-rounded {*/
    /*border-radius: 0*/
/*}*/

.img-thumbnail {
    padding: 6px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #4b90e2;
    border-radius: 0;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #4b90e2
}

hr.clear {
    margin: 0
}

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

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

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: Roboto, sans-serif;*/
    /*font-weight: 100;*/
    /*line-height: 1.1;*/
    /*color: inherit*/
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    /*font-weight: 400;*/
    /*line-height: 1;*/
    /*color: #777*/
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    /*margin-top: 25px;*/
    /*margin-bottom: 12.5px*/
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    /*font-size: 65%*/
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    /*margin-top: 12.5px;*/
    /*margin-bottom: 12.5px*/
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    /*font-size: 75%*/
}

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

.h2,
h2 {
    /*font-size: 38px*/
}

.h3,
h3 {
    /*font-size: 31px*/
}

.h4,
h4 {
    /*font-size: 23px*/
}


.h6,
h6 {
    /*font-size: 16px*/ 
}

p {
    /*margin: 0 0 12.5px*/
}

.lead {
    /*margin-bottom: 25px;*/
    /*font-size: 20px;*/
    /*font-weight: 300;*/
    /*line-height: 1.4*/
}

@media (min-width:768px) {
    .lead {
        font-size: 27px
    }
}

.small,
small {
    font-size: 88%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #4b90e2
}

a.text-primary:focus,
a.text-primary:hover {
    color: #2375d7
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #4b90e2
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #2375d7
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    /*margin-top: 0;*/
}

ol ol,
ol ul,
ul ol,
ul ul {
    /*margin-bottom: 0*/
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 25px
}

dd,
dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-size: 22.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.42857
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

.container:after,
.container:before {
    /*content: " ";*/
    /*display: table*/
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 744px
    }
}

@media (min-width:992px) {
    .container {
        width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        width: 1394px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    /*margin-left: -12px;*/
    /*margin-right: -12px*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row:after,
.row:before {
    /*content: " ";*/
    /*display: table*/
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
    /*position: relative;*/
    /*min-height: 1px;*/
    /*padding-left: 12px;*/
    /*padding-right: 12px*/
}

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
    /*float: left*/
}

.col-xxs-1 {
    width: 8.33333%
}

.col-xxs-2 {
    width: 16.66667%
}

.col-xxs-3 {
    width: 25%
}

.col-xxs-4 {
    width: 33.33333%
}

.col-xxs-5 {
    width: 41.66667%
}

.col-xxs-6 {
    width: 50%
}

.col-xxs-7 {
    width: 58.33333%
}

.col-xxs-8 {
    width: 66.66667%
}

.col-xxs-9 {
    width: 75%
}

.col-xxs-10 {
    width: 83.33333%
}

.col-xxs-11 {
    width: 91.66667%
}

.col-xxs-12 {
    width: 100%
}

.col-xxs-pull-0 {
    right: auto
}

.col-xxs-pull-1 {
    right: 8.33333%
}

.col-xxs-pull-2 {
    right: 16.66667%
}

.col-xxs-pull-3 {
    right: 25%
}

.col-xxs-pull-4 {
    right: 33.33333%
}

.col-xxs-pull-5 {
    right: 41.66667%
}

.col-xxs-pull-6 {
    right: 50%
}

.col-xxs-pull-7 {
    right: 58.33333%
}

.col-xxs-pull-8 {
    right: 66.66667%
}

.col-xxs-pull-9 {
    right: 75%
}

.col-xxs-pull-10 {
    right: 83.33333%
}

.col-xxs-pull-11 {
    right: 91.66667%
}

.col-xxs-pull-12 {
    right: 100%
}

.col-xxs-push-0 {
    left: auto
}

.col-xxs-push-1 {
    left: 8.33333%
}

.col-xxs-push-2 {
    left: 16.66667%
}

.col-xxs-push-3 {
    left: 25%
}

.col-xxs-push-4 {
    left: 33.33333%
}

.col-xxs-push-5 {
    left: 41.66667%
}

.col-xxs-push-6 {
    left: 50%
}

.col-xxs-push-7 {
    left: 58.33333%
}

.col-xxs-push-8 {
    left: 66.66667%
}

.col-xxs-push-9 {
    left: 75%
}

.col-xxs-push-10 {
    left: 83.33333%
}

.col-xxs-push-11 {
    left: 91.66667%
}

.col-xxs-push-12 {
    left: 100%
}

.col-xxs-offset-0 {
    margin-left: 0
}

.col-xxs-offset-1 {
    margin-left: 8.33333%
}

.col-xxs-offset-2 {
    margin-left: 16.66667%
}

.col-xxs-offset-3 {
    margin-left: 25%
}

.col-xxs-offset-4 {
    margin-left: 33.33333%
}

.col-xxs-offset-5 {
    margin-left: 41.66667%
}

.col-xxs-offset-6 {
    margin-left: 50%
}

.col-xxs-offset-7 {
    margin-left: 58.33333%
}

.col-xxs-offset-8 {
    margin-left: 66.66667%
}

.col-xxs-offset-9 {
    margin-left: 75%
}

.col-xxs-offset-10 {
    margin-left: 83.33333%
}

.col-xxs-offset-11 {
    margin-left: 91.66667%
}

.col-xxs-offset-12 {
    margin-left: 100%
}

@media (min-width:480px) {
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left
    }
    .col-xs-1 {
        width: 8.33333%
    }
    .col-xs-2 {
        width: 16.66667%
    }
    .col-xs-3 {
        width: 25%
    }
    .col-xs-4 {
        width: 33.33333%
    }
    .col-xs-5 {
        width: 41.66667%
    }
    .col-xs-6 {
        width: 50%
    }
    .col-xs-7 {
        width: 58.33333%
    }
    .col-xs-8 {
        width: 66.66667%
    }
    .col-xs-9 {
        width: 75%
    }
    .col-xs-10 {
        width: 83.33333%
    }
    .col-xs-11 {
        width: 91.66667%
    }
    .col-xs-12 {
        width: 100%
    }
    .col-xs-pull-0 {
        right: auto
    }
    .col-xs-pull-1 {
        right: 8.33333%
    }
    .col-xs-pull-2 {
        right: 16.66667%
    }
    .col-xs-pull-3 {
        right: 25%
    }
    .col-xs-pull-4 {
        right: 33.33333%
    }
    .col-xs-pull-5 {
        right: 41.66667%
    }
    .col-xs-pull-6 {
        right: 50%
    }
    .col-xs-pull-7 {
        right: 58.33333%
    }
    .col-xs-pull-8 {
        right: 66.66667%
    }
    .col-xs-pull-9 {
        right: 75%
    }
    .col-xs-pull-10 {
        right: 83.33333%
    }
    .col-xs-pull-11 {
        right: 91.66667%
    }
    .col-xs-pull-12 {
        right: 100%
    }
    .col-xs-push-0 {
        left: auto
    }
    .col-xs-push-1 {
        left: 8.33333%
    }
    .col-xs-push-2 {
        left: 16.66667%
    }
    .col-xs-push-3 {
        left: 25%
    }
    .col-xs-push-4 {
        left: 33.33333%
    }
    .col-xs-push-5 {
        left: 41.66667%
    }
    .col-xs-push-6 {
        left: 50%
    }
    .col-xs-push-7 {
        left: 58.33333%
    }
    .col-xs-push-8 {
        left: 66.66667%
    }
    .col-xs-push-9 {
        left: 75%
    }
    .col-xs-push-10 {
        left: 83.33333%
    }
    .col-xs-push-11 {
        left: 91.66667%
    }
    .col-xs-push-12 {
        left: 100%
    }
    .col-xs-offset-0 {
        margin-left: 0
    }
    .col-xs-offset-1 {
        margin-left: 8.33333%
    }
    .col-xs-offset-2 {
        margin-left: 16.66667%
    }
    .col-xs-offset-3 {
        margin-left: 25%
    }
    .col-xs-offset-4 {
        margin-left: 33.33333%
    }
    .col-xs-offset-5 {
        margin-left: 41.66667%
    }
    .col-xs-offset-6 {
        margin-left: 50%
    }
    .col-xs-offset-7 {
        margin-left: 58.33333%
    }
    .col-xs-offset-8 {
        margin-left: 66.66667%
    }
    .col-xs-offset-9 {
        margin-left: 75%
    }
    .col-xs-offset-10 {
        margin-left: 83.33333%
    }
    .col-xs-offset-11 {
        margin-left: 91.66667%
    }
    .col-xs-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    /*.col-md-6 {*/
        /*width: 48%;*/
        /*margin: 9px;*/
    /*}*/
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-md-6 {
        /*width: 48%;*/
        /*margin: 13px;*/
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.push-top {
    padding-top: 24px
}

.push-top-lg {
    padding-top: 48px
}

.push-bottom {
    padding-bottom: 24px
}

.push-bottom-lg {
    padding-bottom: 48px
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption,
th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    font-size: 27px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 5px
}

.form-control,
output {
    display: block;
    font-size: 18px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    width: 100%;
    height: 35px;
    padding: 4px 25px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 35px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 36px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 53px
    }
}

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

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    min-height: 43px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 36px;
    line-height: 36px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 36px;
    line-height: 36px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 36px;
    min-height: 41px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.5
}

.input-lg {
    height: 53px;
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.33333;
    border-radius: 0
}

select.input-lg {
    height: 53px;
    line-height: 53px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 53px;
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.33333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 53px;
    line-height: 53px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 53px;
    min-height: 48px;
    padding: 11px 16px;
    font-size: 23px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 43.75px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 53px;
    height: 53px;
    line-height: 53px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 36px;
    height: 36px;
    line-height: 36px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 30px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 30px
}

.form-horizontal .form-group {
    margin-left: -12px;
    margin-right: -12px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 5px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 12px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 23px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 16px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 25px;
    font-size: 18px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:hover {
    color: #000;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #000;
    background-color: transparent;
    border-color: #4b90e2
}

.btn-default.focus,
.btn-default:focus {
    color: #000;
    background-color: transparent;
    border-color: #185195
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #000;
    background-color: transparent;
    border-color: #2170cf
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #000;
    background-color: transparent;
    border-color: #185195
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: transparent;
    border-color: #4b90e2
}

.btn-default .badge {
    color: transparent;
    background-color: #000
}

.btn-primary {
    color: #fff;
    background-color: #4b90e2;
    border-color: #3582de
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #2375d7;
    border-color: #15457f
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2375d7;
    border-color: #1e64b9
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #1e64b9;
    border-color: #15457f
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #4b90e2;
    border-color: #3582de
}

.btn-primary .badge {
    color: #4b90e2;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #4b90e2;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:hover .btn-link:active {
    border-color: transparent
}

.btn-link:hover {
    color: #1f69c1;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.33333;
    border-radius: 0
}

.btn-sm {
    padding: 5px 10px
}

.btn-sm,
.btn-xs {
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 18px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #4b90e2
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

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

.nav:after {
    clear: both
}

.nav>li,
.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a {
    padding: 10px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #4b90e2
}

.nav .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0 0 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills {
    margin: 15px 0
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 0;
    padding: 5px 0;
    color: #333;
    font-size: .9em
}

.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
    font-weight: 400;
    color: #333!important;
    background-color: transparent
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    font-weight: 400;
    color: #333!important;
    background-color: transparent
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    font-family: Roboto, sans-serif
}

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

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -12px;
    margin-left: -12px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 7.5px 12px;
    font-size: 23px;
    line-height: 25px;
    height: 40px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -12px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 12px;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 3.75px -12px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 25px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 7.5px;
        padding-bottom: 7.5px
    }
}

.navbar-form {
    margin: 2.5px -12px;
    padding: 10px 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 2.5px;
    margin-bottom: 2.5px
}

.navbar-btn.btn-sm {
    margin-top: 2px;
    margin-bottom: 2px
}

.navbar-btn.btn-xs {
    margin-top: 9px;
    margin-bottom: 9px
}

.navbar-text {
    margin-top: 7.5px;
    margin-bottom: 7.5px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 12px;
        margin-right: 12px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -12px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
    .navbar-center {
        text-align: center
    }
    .navbar-center .nav {
        float: none;
        display: inline-block
    }
}

.navbar-default {
    background-color: transparent;
    border-color: transparent
}

.navbar-default .navbar-brand {
    color: #000
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #000;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #000
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    border-bottom: 1px solid transparent
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #a1a1a1;
    border-color: #4b90e2;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #a1a1a1;
    border-color: #4b90e2
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: transparent;
    border-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: transparent
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #4b90e2
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #a1a1a1
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #a1a1a1;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: transparent;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #000
}

.navbar-default .navbar-link:hover {
    color: #a1a1a1
}

.navbar-default .btn-link {
    color: #000
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #a1a1a1
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: transparent
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 25px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 25px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 25px;
    line-height: 1.42857;
    text-decoration: none;
    color: #4b90e2;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #1f69c1;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #4b90e2;
    border-color: #4b90e2;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 25px 0;
    list-style: none;
    text-align: center;
    display: table;
    width: 100%;
    text-transform: uppercase
}

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

.pager:after {
    clear: both
}

.pager li {
    display: table-cell;
    width: 33%
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    color: #333
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    text-decoration: underline
}

.pager li:last-child {
    text-align: right;
    white-space: nowrap
}

.pager li:last-child a {
    padding-right: 0;
    margin-right: -5px
}

.pager li:last-child a:after {
    position: relative;
    bottom: -5px;
    margin-left: 5px;
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(/dist/gfx/pag-next.png)
}

.pager li:first-child {
    text-align: left;
    white-space: nowrap
}

.pager li:first-child a {
    padding-left: 0;
    margin-left: -5px
}

.pager li:first-child a:before {
    position: relative;
    bottom: -5px;
    margin-right: 5px;
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(/dist/gfx/pag-prev.png)
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.thumbnail {
    display: block;
    padding: 6px;
    margin-bottom: 25px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #4b90e2;
    border-radius: 0;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #4b90e2
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-bg {
    background-position: 50%;
    background-size: cover
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3,
.embed-responsive-15by24 {
    padding-bottom: 75%
}

.embed-responsive-9by24 {
    padding-bottom: 128%
}

.embed-responsive-wide {
    padding-bottom: 46%
}

.embed-responsive-9by10 {
    padding-bottom: 109%
}

.embed-responsive-50by50 {
    padding-bottom: 93%
}

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

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

@font-face {
    font-family: m4u-font;

    src: url(/dist/fonts/m4u-font.eot?v=1502104504);
    src: url(/dist/fonts/m4u-font.eot?#iefix&v=1502104504) format("eot"), url(/dist/fonts/m4u-font.woff?v=1502104504) format("woff"), url(/dist/fonts/m4u-font.ttf?v=1502104504) format("truetype"), url(/dist/fonts/m4u-font.svg?v=1502104504#m4u-font) format("svg")
    }
	@font-face {
	font-family: fontello;
	src: url(/dist/fonts/fontello.eot?v=1502104504);
    src: url(/dist/fonts/fontello.eot?#iefix&v=1502104504) format("eot"), url(/dist/fonts/fontello.woff?v=1502104504) format("woff"), url(/dist/fonts/fontello.ttf?v=1502104504) format("truetype"), url(/dist/fonts/fontello.svg?v=1502104504#fontello) format("svg")
 }

.ico-arrow:before,
.ico-arrow_2:before,
.ico-arrowBigLeft:before,
.ico-arrowBigRight:before,
.ico-arrowSmallLeft:before,
.ico-arrowSmallRight:before,
.ico-close:before,
.ico-create:before,
.ico-down:before,
.ico-facebook:before,
.ico-fb:before,
.ico-google-plus:before,
.ico-instagram:before,
.ico-logo:before,
.ico-pinterest:before,
.ico-right:before,
.ico-search:before,
.ico-social-waves:before,
.ico-twiter:before,
.ico-twitter:before,
.ico-up:before,
.ico-video:before,
.ico-vkontaktie:before,
.ico-yotube:before,
.ico-youtube:before {
    font-family: m4u-font;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-size: 1em;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}
.ico-telegram:before {
    font-family: fontello;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-size: 1em;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.ico-arrow:before {
    content: ""
}

.ico-arrowBigLeft:before {
    content: ""
}

.ico-arrowBigRight:before {
    content: ""
}

.ico-arrowSmallLeft:before {
    content: ""
}

.ico-arrowSmallRight:before {
    content: ""
}

.ico-arrow_2:before {
    content: ""
}

.ico-close:before {
    content: ""
}

.ico-create:before {
    content: ""
}

.ico-down:before {
    content: ""
}

.ico-facebook:before {
    content: ""
}
.ico-telegram:before {
    content: ""
}

.ico-fb:before {
    content: ""
}

.ico-google-plus:before {
    content: ""
}

.ico-instagram:before {
    content: ""
}

.ico-logo:before {
    content: ""
}

.ico-pinterest:before {
    content: ""
}

.ico-right:before {
    content: ""
}

.ico-search:before {
    content: ""
}

.ico-social-waves:before {
    content: ""
}

.ico-twiter:before {
    content: ""
}

.ico-twitter:before {
    content: ""
}

.ico-up:before {
    content: ""
}

.ico-video:before {
    content: ""
}

.ico-vkontaktie:before {
    content: ""
}

.ico-yotube:before {
    content: ""
}

.ico-youtube:before {
    content: ""
}

/*@font-face {*/
    /*font-family: Roboto;*/
    /*font-style: normal;*/
    /*font-weight: 300;*/
    /*src: url(../../dist/fonts/Roboto-normal-300.woff) format("woff")*/
/*}*/

/*@font-face {*/
    /*font-family: Roboto;*/
    /*font-style: normal;*/
    /*font-weight: 400;*/
    /*src: url(../../dist/fonts/Roboto-normal-400.woff) format("woff")*/
/*}*/

/*@font-face {*/
    /*font-family: Roboto;*/
    /*font-style: normal;*/
    /*font-weight: 500;*/
    /*src: url(../../dist/fonts/Roboto-normal-500.woff) format("woff")*/
/*}*/

/*@font-face {*/
    /*font-family: Roboto;*/
    /*font-style: normal;*/
    /*font-weight: 700;*/
    /*src: url(../../dist/fonts/Roboto-normal-700.woff) format("woff")*/
/*}*/

/*@font-face {*/
    /*font-family: Roboto;*/
    /*font-style: normal;*/
    /*font-weight: 900;*/
    /*src: url(../../dist/fonts/Roboto-normal-900.woff) format("woff")*/
/*}*/

/*body,*/
/*html {*/
    /*overflow-x: hidden*/
/*}*/

/*body.no-scroll,*/
/*html.no-scroll {*/
    /*overflow: hidden!important*/
/*}*/

/*html.lang-uk body {*/
    /*font-weight: 400!important*/
/*}*/

/*body {*/
    /*font-size: 18px;*/
    /*color: #4a4a4a*/
/*}*/

/*h6 {*/
    /*font-size: 40px*/
/*}*/

/*.scrollDown:focus,*/
/*.scrollRight:focus {*/
    /*color: #fff*/
/*}*/

/*div#error {*/
    /*display: none*/
/*}*/

/*.arrow-link i,*/
/*.close-menu:after,*/
/*.close-menu:before,*/
/*.link-line span,*/
/*.link-square-item .description,*/
/*.link-square-item .plate,*/
/*.link-square-item .plus-more i,*/
/*.link-square-item h3,*/
/*.link-square-item img,*/
/*.link i,*/
/*.links a span,*/
/*.navbar,*/
/*.open-sub-menu,*/
/*.open-sub-menu .dropdown-menu,*/
/*.open-sub-menu>a:before,*/
/*.owl-carousel .owl-item,*/
/*.owl-next,*/
/*.owl-prev,*/
/*.readMore-link,*/
/*.scrollDown,*/
/*.scrollTop,*/
/*.section-grid .plate,*/
/*.section-home .title a,*/
/*.section-slider .owl-item,*/
/*.section-text .readMore-link,*/
/*.section-tiles .plate,*/
/*.social-item,*/
/*.video-item {*/
    /*transition: all .3s ease-in-out*/
/*}*/

/*.no-padding {*/
    /*padding-right: 0*/
/*}*/

/*.no-padding,*/
/*.no-padding-l {*/
    /*padding-left: 0*/
/*}*/

/*.no-padding-r {*/
    /*padding-right: 0*/
/*}*/

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

/*body:not(.home) .section-container {*/
    /*padding-bottom: 40px*/
/*}*/

/*.section-header {*/
    /*font-size: 48px;*/
    /*font-weight: 900;*/
    /*text-align: center;*/
    /*margin-top: 0;*/
    /*margin-bottom: 90px;*/
    /*text-transform: uppercase;*/
    /*color: #000;*/
    /*padding-left: 150px;*/
    /*padding-right: 150px*/
/*}*/

/*.container .section-header.container {*/
    /*width: 100%*/
/*}*/

/*.no-link {*/
    /*cursor: default;*/
    /*pointer-events: none*/
/*}*/

/*.row-eq-height {*/
    /*display: -webkit-flex;*/
    /*-webkit-flex-wrap: wrap;*/
    /*display: flex;*/
    /*flex-wrap: wrap*/
/*}*/

/*.row-eq-height>[class*=col-] {*/
    /*display: flex;*/
    /*flex-direction: column*/
/*}*/

/*.row-eq-height:after,*/
/*.row-eq-height:before {*/
    /*display: flex*/
/*}*/

/*.imgReveal {*/
    /*transform-origin: 50% 50%;*/
    /*-ms-transform-origin: 50% 50%;*/
    /*-webkit-transform-origin: 50% 50%*/
/*}*/

/*.scrollDown {*/
    /*margin: auto;*/
    /*width: 44px;*/
    /*height: 44px;*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*background-color: #000;*/
    /*color: #fff;*/
    /*font-size: 30px;*/
    /*line-height: 44px;*/
    /*z-index: 90;*/
    /*text-align: center;*/
    /*border-radius: 100%*/
/*}*/

/*!*.scrollDown:hover {*!*/
    /*!*background-color: #fff;*!*/
    /*!*border: 1px solid #000;*!*/
    /*!*color: #000*!*/
/*!*}*!*/

/*!*body:not(.home) .scrollDown {*!*/
    /*!*display: none*!*/
/*!*}*!*/

/*.home {*/
    /*visibility: hidden*/
/*}*/

/*.home .scrollTop {*/
    /*display: none*/
/*}*/

.scrollTop {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    border-radius: 100%;
    margin: auto;
    width: 44px;
    height: 44px;
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 44px;
    z-index: 98
}

.scrollTop:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000
}

.scrollRight {
    position: absolute;
    right: 25px;
    margin: auto;
    width: 44px;
    height: 44px;
    font-size: 27px;
    line-height: 44px;
    background-color: #000;
    display: inline-block;
    color: #fff;
    top: 0;
    bottom: 0;
    z-index: 90;
    border-radius: 100%;
    text-align: center
}

.scrollRight:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000
}

.min-height_inner-absolute {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0
}

.min-height-disable {
    height: inherit!important
}

.aligncenter {
    display: block;
    margin: auto
}

.readMore-link {
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 15px!important;
    margin-top: 20px;
    margin-bottom: 20px
}

.readMore-link span {
    margin-right: 15px;
    font-size: 18px;
    display: inline-block
}

.readMore-link:hover {
    color: #4b90e2;
    margin-right: -20px
}

.spinner {
    margin: auto;
    width: 70px;
    text-align: center
}

.spinner>div {
    width: 12px;
    height: 12px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: b 1.4s infinite ease-in-out both;
    animation: b 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes b {
    0%,
    80%,
    to {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes b {
    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ico-arrow {
    font-size: 15px
}

 td h2 {
    /*font-weight: 700*/
}

table td img.full-width {
    max-width: 100%!important
}

.home .fixedIt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.home .fixedIt .container+br,
.home .fixedIt .section-parent+br,
.home .fixedIt>font {
    display: none
}

.hidden-xs-up {
    display: none!important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none!important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none!important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none!important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none!important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none!important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none!important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none!important
    }
}

.hidden-xl-down {
    display: none!important
}

.content>.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    background-color: #fff;
    height: 70px
}

.content>.header:before {
    left: -49.5%
}

.content>.header:after,
.content>.header:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #fff
}

.content>.header:after {
    left: 100%
}

.content>.header .logo {
    font-size: 25px;
    color: #000;
    display: inline-block;
    margin-top: 11px;
    padding: 0!important;
    margin-left: 10px
}

.content>.header .logo .supline {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-top: -5px
}

.content>.header .logo-holder {
    width: 150px;
    display: inline-block;
    vertical-align: top
}

.content>.header .menu-holder {
    text-align: right;
    width: calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    float: right
}

.content>.header .menu-holder .search-field {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 50px;
    width: calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    z-index: 99999;
    text-align: left;
    padding-top: 21px;
    height: 70px
}

.content>.header .menu-holder .search-field i {
    position: absolute;
    left: -20px;
    top: 10px;
    font-size: 23px
}

.content>.header .menu-holder .search-field input {
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    border: 0;
    font-size: 14px;
    margin-left: 10px;
    padding: 0 11px;
    border-bottom: 1px solid #000
}

.content>.header .menu-holder .search-field .close-menu {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 12px
}

.content>.header .menu-holder .search-field .close-menu:hover:after,
.content>.header .menu-holder .search-field .close-menu:hover:before {
    background-color: #4b90e2
}

.content>.header .menu-holder .search-field .close-menu:before {
    content: "";
    height: 23px;
    width: 5px;
    position: absolute;
    background-color: #000;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.content>.header .menu-holder .search-field .close-menu:after {
    content: "";
    height: 23px;
    width: 5px;
    position: absolute;
    background-color: #000;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.content>.header .menu-holder .navbar {
    margin-bottom: 0;
    position: relative
}

.content>.header .menu-holder #hamburger {
    margin-top: 5px;
    display: none;
    margin-right: -5px;
    cursor: pointer;
    position: relative
}

.content>.header nav {
    display: inline-block;
    vertical-align: middle
}

.content>.header li.active>a,
.content>.header li.current-menu-parent>a {
    color: #3b7adb!important;
    background-color: transparent;
    border: 0;
    font-weight: 500
}

.content>.header .navbar .close-menu {
    display: none
}

.content>.header .navbar a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 21px!important
}

.content>.header .navbar a:hover {
    background-color: none!important;
    color: #3b7adb!important;
    border: 0!important
}

.content>.header .dropdown-menu li a {
    padding: 0!important
}

.content>.header .icon-search {
    color: #000;
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    margin-right: 10px
}

.search-form-container {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    background-color: #fff;
    height: 70px;
    padding: 15px 0;
    margin-right: 20px
}

.search-form-container .ico-search {
    font-size: 20px;
    margin-right: 10px
}

.search-form-container input[type=text] {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    border: 0;
    border-bottom: 1px solid #000
}

.search-form-container input[type=submit] {
    border: 0;
    text-indent: -9999px;
    background-color: transparent;
    border: 1px solid red;
    width: 30px;
    height: 30px
}

.search-form-container .closeIcon,
.search-form-container .searchIcon {
    vertical-align: middle;
    display: inline-block;
    padding-top: 4px
}

.search-form-container .closeIcon {
    cursor: pointer
}

.search-form-container #search-result-container {
    background-color: #fff;
    position: relative;
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    float: right;
    margin-right: 23px;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, .6)
}

.search-form-container #search-result-container section {
    padding: 18px
}

.search-form-container #search-result-container .container {
    width: 100%
}

.search-form-container #search-result-container #search-result-list {
    text-align: left
}

.top-margin {
    height: 70px
}

ul.nav li.dropdown:hover {
    background-color: #f0f0f0
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block
}

.menu-holder,
.navbar.navbar-default,
li.dropdown {
    position: inherit
}

.navbar-nav .dropdown-toggle .caret {
    display: none
}

ul.dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -2px!important;
    width: 100%;
    box-shadow: 0 0 0 0;
    border: 0!important;
    background-color: #f0f0f0;
    z-index: 99;
    padding: 30px 15px
}

ul.dropdown-menu li {
    width: 50%;
    float: left
}

ul.dropdown-menu li a {
    color: #4b90e2;
    white-space: normal;
    padding-top: 3px!important;
    padding-bottom: 3px!important
}

ul.dropdown-menu li a:hover {
    text-decoration: none
}

ul.dropdown-menu li a:hover:hover {
    background-color: transparent
}

ul.dropdown-menu:before {
    left: -300%;
    width: 300%
}

ul.dropdown-menu:after,
ul.dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #f0f0f0
}

ul.dropdown-menu:after {
    right: -50%;
    width: 50%
}

.lang-switcher {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
    margin-left: 20px
}

.lang-switcher li {
    float: left;
    list-style-type: none!important;
    padding: 0;
    margin: 0
}

.lang-switcher li a {
    padding-left: 9px;
    padding-right: 9px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.lang-switcher li a:hover {
    background-color: none!important
}

.lang-switcher li:first-child:after {
    content: "";
    border-right: 1px solid #000;
    margin-top: 10px;
    height: 5px
}

.contact-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: hsla(0, 0%, 94%, .95);
    display: none;
    overflow: auto
}

.contact-form .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 99
}

.contact-form .close:hover {
    opacity: .7
}

.contact-form h4 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.22;
    text-align: center;
    color: #000;
    margin-bottom: 73px
}

.contact-form .contact-form-inner {
    max-width: 630px;
    width: 90%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.contact-form .contact-form-inner label {
    font-size: 18px;
    width: 100%;
    font-weight: 500
}

.contact-form .contact-form-inner input[type=url] {
    display: none
}

.contact-form .contact-form-inner input[type=email],
.contact-form .contact-form-inner input[type=text],
.contact-form .contact-form-inner textarea {
    width: 100%;
    display: block;
    border: 0;
    margin-top: 7px;
    margin-bottom: 18px;
    padding: 11px
}

.contact-form .contact-form-inner textarea {
    height: 158px
}

.contact-form .contact-form-inner .submit-wraper {
    float: right;
    text-align: right;
    position: relative
}

.contact-form .contact-form-inner .submit-wraper:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 42px;
    height: 16px;
    pointer-events: none;
    background: url(/dist/gfx/arrow.svg) 50% no-repeat;
    background-size: cover
}

.contact-form .contact-form-inner input[type=submit] {
    border: 0;
    background-color: transparent;
    display: block;
    font-weight: 500;
    padding-right: 56px
}

body:not(.home) .section-home .min-height {
    background-size: cover
}

body:not(.home) .section-home .title {
    margin-bottom: 35px
}

body:not(.home) .section-home .description {
    font-size: 18px
}

.section-home {
    height: 100%;
    min-height: 100%;
    width: 100%;
    position: relative
}

.section-home .min-height {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    position: relative
}

.section-home .min-height.short-height-1 {
    min-height: 355px!important;
    position: relative
}

.section-home .col-sm-12,
.section-home .container,
.section-home .inner-home,
.section-home .row {
    height: 100%
}

.section-home .container.abs-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top
}

.section-home .image-on-right .main-img {
    float: right
}

.section-home .image-on-left .inner-container {
    left: 50%;
    padding-left: 50px
}

.section-home .wrapper-text-image-center {
    background-size: cover
}

.section-home .text-image-center {
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0
}

.section-home .text-image-center .home-item .container {
    width: 100%!important
}

.section-home .text-image-center .inner-container {
    left: 0;
    max-width: inherit;
    right: 0;
    text-align: center;
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%
}

.section-home .text-image-center .inner-container .title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px
}

.section-home .text-image-center .inner-container .description {
    color: #fff;
    text-align: center
}

.section-home .home-item {
    background-position: 100% 0;
    background-size: cover
}

.section-home .inner-container {
    width: 543px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.section-home .title {
    line-height: 54px;
    margin-bottom: 64px;
    font-size: 44px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase
}

.section-home .title a {
    color: #000
}

.section-home .description {
    font-size: 20px;
    text-align: left;
    color: #000
}

.section-home .block-link {
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.section-home .arrow-link {
    color: #000;
    width: 60px
}

.section-home .arrow-link:hover i {
    margin-left: 25px
}

.slider-item-container {
    position: relative
}

.section-slider {
    opacity: 1!important
}

.section-slider .image-on-right .inner {
    float: right;
    text-align: right
}

.section-slider .image-on-right .slider-content .min-height_inner-absolute {
    left: auto;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.section-slider .image-on-right .slider-content .min-height_inner-absolute .description {
    text-align: right
}

.section-slider .image-on-right .slider-content .inner-content {
    padding-right: 60px
}

.section-slider .image-on-left .inner {
    float: left;
    text-align: left
}

.section-slider .image-on-left .slider-content .min-height_inner-absolute {
    left: 0;
    right: auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.section-slider .image-on-left .slider-content .inner-content {
    padding-left: 60px
}

.section-slider .slider-content .inner .description,
.section-slider .slider-content .inner h3 {
    line-height: 50px;
    font-size: 47px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    text-transform: uppercase
}

.section-slider .slider-content .inner .description>h6 {
    text-transform: none
}

.section-slider .slider-content .inner>div {
    max-width: 640px
}

.section-slider .slider-content .inner a {
    color: #fff;
    margin-top: 20px;
    display: inline-block
}

.section-slider .slider-item .slider-image {
    text-align: center;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0
}

.section-slider .slider-item .slider-image.img-stretch {
    background-size: cover
}

.section-slider .slider-item .slider-image img {
    display: none;
    opacity: 0
}

.section-slider .slider-item .slider-image,
.section-slider .slider-item .slider-image a,
.section-slider .slider-item .slider-image imgx {
    display: inline-block
}

.section-slider .owl-item {
    opacity: 0;
    transition: all 1s ease-in-out 1.3s
}

.section-slider .owl-carousel .owl-item img {
    width: auto
}

.section-slider .owl-item .row {
    margin-left: 0;
    margin-right: 0
}

.activeSection .active,
.activeSection .visited,
.savedSection .active,
.savedSection .visited {
    opacity: 1;
    transition: all 1s ease-in-out 0s
}

.activeSection .active .slider-item>.row-eq-height,
.activeSection .visited .slider-item>.row-eq-height,
.savedSection .active .slider-item>.row-eq-height,
.savedSection .visited .slider-item>.row-eq-height {
    background-color: #fff!important;
    transition: all 1s ease-in-out 1.3s
}

.activeSection .active .slider-image .float-link,
.activeSection .visited .slider-image .float-link,
.savedSection .active .slider-image .float-link,
.savedSection .visited .slider-image .float-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.activeSection .active .slider-content,
.activeSection .active .slider-image,
.activeSection .visited .slider-content,
.activeSection .visited .slider-image,
.savedSection .active .slider-content,
.savedSection .active .slider-image,
.savedSection .visited .slider-content,
.savedSection .visited .slider-image {
    transition: all 1s ease-in-out 1.3s;
    opacity: 1
}

.activeSection .active .slider-content .inner .description,
.activeSection .active .slider-content .inner h3,
.activeSection .active .slider-image .inner .description,
.activeSection .active .slider-image .inner h3,
.activeSection .visited .slider-content .inner .description,
.activeSection .visited .slider-content .inner h3,
.activeSection .visited .slider-image .inner .description,
.activeSection .visited .slider-image .inner h3,
.savedSection .active .slider-content .inner .description,
.savedSection .active .slider-content .inner h3,
.savedSection .active .slider-image .inner .description,
.savedSection .active .slider-image .inner h3,
.savedSection .visited .slider-content .inner .description,
.savedSection .visited .slider-content .inner h3,
.savedSection .visited .slider-image .inner .description,
.savedSection .visited .slider-image .inner h3 {
    color: #000;
    transition: all 1s ease-in-out 1.3s
}

.activeSection .active .slider-content a,
.activeSection .active .slider-content img,
.activeSection .active .slider-image a,
.activeSection .active .slider-image img,
.activeSection .visited .slider-content a,
.activeSection .visited .slider-content img,
.activeSection .visited .slider-image a,
.activeSection .visited .slider-image img,
.savedSection .active .slider-content a,
.savedSection .active .slider-content img,
.savedSection .active .slider-image a,
.savedSection .active .slider-image img,
.savedSection .visited .slider-content a,
.savedSection .visited .slider-content img,
.savedSection .visited .slider-image a,
.savedSection .visited .slider-image img {
    color: #000!important;
    transition: all 1s ease-in-out 1.3s
}

.section-grid .grid-container {
    max-width: 1000px;
    margin: auto;
    outline: 10px solid #fff;
    overflow: hidden
}

.section-grid .item {
    position: relative;
    float: left;
    text-align: center;
    overflow: hidden;
    border: 1px solid #979797;
    margin-top: -1px;
    margin-left: -1px;
    border-right: 0
}

.section-grid .item>div {
    padding: 55px;
    height: 100%
}

.section-grid .item.size-half {
    width: 50%
}

.section-grid .item.size-half:nth-last-child(-n+2) {
    border-bottom-width: 0!important
}

.section-grid .item.size-full {
    width: 100%
}

.section-grid .item .image-holder {
    text-align: center;
    display: inline-block;
    margin-bottom: 60px
}

.section-grid .item .content {
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #4a4a4a
}

.section-grid .item .plate {
    position: absolute;
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%;
    opacity: 0;
    z-index: -1
}

.section-grid .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.section-grid .item .readMore-link {
    position: relative;
    z-index: 99
}

.section-grid .item a:hover+.plate {
    opacity: 1
}

.section-grid .item a:hover+.content {
    color: #fff
}

.section-video .video-main-container {
    margin-bottom: 50px;
    position: relative
}

.section-video .video-main-container .video-header {
    font-weight: 800;
    font-size: 18px;
    margin-top: 23px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000
}

.section-video .video-main-container .video-description {
    font-size: 14px
}

.section-video .video-list {
    position: relative;
    width: calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    margin: auto
}

.section-video .video-list .video-item {
    max-width: 400px;
    position: relative
}

.section-video .video-list .video-item .arrow {
    border: 3px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: auto;
    z-index: 99;
    border-radius: 100%
}

.section-video .video-list .video-item .arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.section-video .video-list .video-item:hover {
    opacity: .7
}

.section-video .video-list .video-item .social {
    display: none
}

.section-video .video-list .video-item .video-preview {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: 50%
}

.section-video .video-list .yt-header {
    font-weight: 800;
    font-size: 18px;
    margin-top: 23px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000
}

.section-video .video-list .yt-description {
    font-size: 14px
}

.section-video .video-list .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0
}

.section-video .video-list .owl-nav>div {
    position: absolute;
    height: 225px;
    width: 52px
}

.section-video .video-list .owl-nav .owl-prev {
    left: -70px;
    top: 0;
    text-indent: -999999px;
    background: url(/dist/gfx/arrowBigLeft.svg) 50% no-repeat transparent
}

.section-video .video-list .owl-nav .owl-prev:hover {
    background: url(/dist/gfx/arrowBigLeft.svg) 0 no-repeat transparent
}

.section-video .video-list .owl-nav .owl-next {
    right: -70px;
    top: 0;
    text-indent: -999999px;
    background: url(/dist/gfx/arrowBigRight.svg) 50% no-repeat transparent
}

.section-video .video-list .owl-nav .owl-next:hover {
    background: url(/dist/gfx/arrowBigRight.svg) 100% no-repeat transparent
}

.section-tiles .item {
    position: relative;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat
}

.section-tiles .item:hover .plate {
    opacity: 0
}

.section-tiles .item .plate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-tiles .item .name {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: .83;
    margin: auto;
    left: 0;
    right: 0
}

.section-tiles .item .name a {
    color: #fff
}

.section-tiles .item .link {
    position: absolute;
    right: 35px;
    bottom: 45px;
    color: #fff;
    width: 80%;
    text-align: right;
    font-size: 18px;
    line-height: 1.67
}

.section-tiles .item .link span {
    margin-right: 25px;
    vertical-align: bottom
}

.section-tiles .item .link:hover i {
    margin-right: -10px
}

.section-links .hasBackground {
    padding-top: 35px;
    padding-bottom: 15px
}

.section-links .hasBackground .link i,
.section-links .hasBackground .links-content,
.section-links .hasBackground .links-name,
.section-links .hasBackground .link span,
.section-links .hasBackground .section-header {
    color: #fff
}

.section-links .links-content {
    font-size: 24px
}

.section-links .section-header {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 21px;
    color: #4a4a4a;
    padding-left: 0
}

.section-links .item.has_icon .icon {
    max-width: 130px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.section-links .item.has_icon .links-name {
    width: calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    display: inline-block;
    vertical-align: middle
}

.section-links .item>div {
    border-top: 1px solid #979797;
    padding: 20px 25px 20px 0;
    font-size: 18px
}

@media (max-width:767px) {
    .section-links .item>div.link {
        border: 0
    }
}

.section-links .item>div .link {
    color: #4a4a4a!important
}

.section-links .item>div .link span {
    margin-right: 25px;
    vertical-align: middle
}

.section-links .item>div .link i {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle
}

.section-links .item>div .link:hover i {
    margin-right: -10px
}

.section-profiles .item {
    margin-bottom: 40px;
    width: 100%
}

.section-profiles .item .image-container {
    float: left;
    width: 245px
}

.section-profiles .item .header {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    margin-top: 15px;
    color: #000
}

.section-profiles .item .subheader {
    font-size: 24px;
    line-height: 33px;
    margin-top: -2px
}

.section-profiles .item .link-line {
    margin-top: 44px
}

.section-profiles .item .link-line .link span {
    font-size: 18px;
    font-weight: 700;
    line-height: 2.5;
    color: #4990e3;
    margin-right: 25px
}

.section-profiles .item .link-line .link i {
    color: #515151
}

.section-profiles .item .link-line .link:hover span {
    margin-left: 10px
}

.section-profiles .item .social {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle
}

.section-profiles .item .social a {
    display: inline-block
}

 .header_on_top h3 {
    /*position: relative!important;*/
    /*top: auto;*/
    /*transform: inherit!important;*/
    /*-ms-transform: inherit!important;*/
    /*-webkit-transform: inherit!important;*/
    /*text-align: left!important;*/
    /*padding-top: 64px;*/
    /*padding-left: 64px;*/
    /*padding-right: 64px;*/
    /*margin: auto*/
}

 .header_on_top .description {
    /*opacity: 1!important*/
}

 .header_on_top .link-square-item:hover .description {
    /*color: #fff!important*/
}

 .color_on_start .plate {
    /*opacity: 1!important*/
}

 .color_on_start .description,
 .color_on_start .description a,
 .color_on_start .links a,
 .color_on_start .links span,
 .color_on_start .plus-more i,
 .color_on_start h3,
 .color_on_start h3 a {
    /*color: #fff!important*/
}

 .color_on_start .link-square-item:hover h3,
 .color_on_start .link-square-item:hover h3 a {
    /*color: inherit!important*/
}

 .color_on_start .link-square-item:hover .description {
    /*color: #000!important*/
}

 .color_on_start .link-square-item:hover .plate {
    /*opacity: 0!important*/
}

 .color_on_start .link-square-item:hover .ico-more i,
 .color_on_start .link-square-item:hover .links,
 .color_on_start .link-square-item:hover span {
    /*color: #4a4a4a!important*/
}

 .color_on_start .link-square-item:hover .plus-more i {
    /*color: inherit!important*/
}

 .link-square-item {
    position: relative;
    margin-bottom: 25px;
    border-width: 1px;
    border-style: solid
}

 .link-square-item h3 {
    text-align: center;
    font-weight: 800;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 36px;
    padding-left: 45px;
    padding-right: 45px
}
.link-square-item h3 {
    text-align: center;
    font-weight: 800;
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    font-size: 36px;
    padding-left: 45px;
    padding-right: 45px;
    opacity: 1;
}

 .link-square-item h3 a {
    color: #4a4a4a
}

 .link-square-item .description {
    position: absolute;
    bottom: 40px;
    width: 80%;
    width: calc(100% - 64px - 64px);
    width: -moz-calc(100% - 64px - 64px);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    color: #fff
}

 .link-square-item .description img {
    max-width: 100%;
    height: auto;
    opacity: 0
}

 .link-square-item .links {
    position: absolute;
    bottom: 70px;
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    color: #fff
}

 .link-square-item .links a {
    display: block;
    border-top: 1px solid #fff;
    color: #4a4a4a;
    padding-top: 7px;
    padding-bottom: 7px
}

 .link-square-item .links a .ico-more {
    float: right;
    display: inline-block;
    vertical-align: middle
}

 .link-square-item .links a:hover span {
    margin-right: -20px
}

 .link-square-item .links a:first-child {
    border: 0
}

 .link-square-item .plus-more {
    font-size: 33px;
    line-height: 30px;
    position: absolute;
    right: 33px;
    bottom: 19px
}

 .link-square-item .plate {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.link-square-item .plate {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

/* .link-square-item .plate .inner-image {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-size: cover;*/
    /*background-position: 50%;*/
    /*opacity: .8*/
/*}*/
.link-square-item .plate .inner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
}

.link-square-item:hover h3 {
    color: #fff!important
}

.link-square-item:hover h3 a {
    color: #fff
}

.link-square-item:hover .plus-more i {
    color: #fff!important
}

.link-square-item:hover .plate {
    opacity: 1;
    height: 605px;
}

 .link-square-item:hover .description {
    opacity: 1;
    color: #fff!important
}

.link-square-item:hover .description img {
    opacity: 1
}

.section-image-slider .slider-item {
    text-align: center
}

.section-image-slider .slider-item a {
    display: inline-block
}

.section-image-slider .slider-item img {
    width: auto
}

.section-image-slider .owl-nav {
    position: absolute;
    top: 50%;
    height: 0;
    width: 100%
}

.section-image-slider .owl-nav .owl-prev {
    height: 40px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: auto!important;
    width: 30px;
    background: url(/dist/gfx/arrowBigLeft.svg) 50% no-repeat transparent!important
}

.section-image-slider .owl-nav .owl-prev:hover {
    opacity: .3
}

.section-image-slider .owl-nav .owl-next {
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    text-indent: -9999px;
    top: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: auto!important;
    width: 30px;
    background: url(/dist/gfx/arrowBigRight.svg) 50% no-repeat transparent!important
}

.section-image-slider .owl-nav .owl-next:hover {
    opacity: .3
}

.section-icon-tiles .section-header {
    margin-bottom: 50px
}

.section-icon-tiles .tile-item {
    height: 100%;
    padding: 55px 90px;
    margin-top: 20px
}

.section-icon-tiles .tile-item .content,
.section-icon-tiles .tile-item .image {
    display: inline-block;
    vertical-align: middle
}

.section-icon-tiles .tile-item .content {
    margin-left: 40px;
    max-width: calc(100% - 170px);
    max-width: -moz-calc(100% - 170px);
    font-size: 18px
}

.section-icon-tiles .tile-item .content .nameA {
    font-weight: 900
}

.section-icon-tiles .tile-item .content .nameB {
    font-weight: 900;
    font-size: 35px
}

.section-border-icon-blocks .bib-item {
    border: 1px solid #939393;
    height: 100%;
    margin-bottom: 25px;
    min-height: 585px;
    padding: 45px 35px
}

.section-border-icon-blocks .bib-item h3 {
    min-height: 88px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.22;
    text-align: center;
    color: #393939;
    text-transform: uppercase;
    margin-bottom: 25px;
    min-height: 135px
}

.section-border-icon-blocks .bib-item .icon {
    text-align: center;
    min-height: 135px
}

.section-border-icon-blocks .bib-item .icon img {
    margin: auto;
    max-height: 135px
}

.section-border-icon-blocks .bib-item .description {
    margin-top: 45px
}

.section-segments .row.in-row-2 .segment-item {
    border-right: 1px solid #979797
}

.section-segments .row.in-row-2 .segment-item:nth-child(2n+0) {
    border-right: 0!important
}

.section-segments .row.in-row-3 .segment-item {
    border-right: 1px solid #979797
}

.section-segments .row.in-row-3 .segment-item:nth-child(3n+0) {
    border-right: 0!important
}

.section-segments .row.in-row-4 .segment-item {
    border-right: 1px solid #979797
}

.section-segments .row.in-row-4 .segment-item:nth-child(4n+0) {
    border-right: 0!important
}

.section-segments .row .segment-item {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .section-segments .row .segment-item.col-md-6 {
        border: 0;
        border-top: 1px solid #979797
    }
}

@media (max-width:768px) {
    .section-segments .row .segment-item.col-md-3 {
        border: 0;
        border-top: 1px solid #979797
    }
}

.section-segments .row .segment-item h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 30px;
    text-transform: uppercase
}

.section-segments .row .segment-item .icon {
    margin: auto;
    margin-top: 20px
}

.section-segments .row .segment-item .description {
    font-size: 18px;
    margin-top: 50px
}

.section-segments .row .segment-item .link {
    float: right;
    margin-top: 20px;
    color: #39393a;
    white-space: nowrap
}

.section-segments .row .segment-item .link span {
    margin-right: 20px;
    vertical-align: middle
}

.section-segments .row .segment-item .link i {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle
}

.section-segments .row .segment-item .link:hover i {
    margin-right: -10px
}

.section-text {
    padding-top: 50px;
    padding-bottom: 50px
}

.section-parent table {
    width: 100%;
    border: 0
}

.section-parent table th {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    font-size: 24px;
    text-align: left;
    padding-right: 20px
}

.section-parent table td {
    padding: 6px;
    border: 0
}

.section-parent table td img {
    max-width: 80%;
    margin: auto
}

.section-parent table td h3 {
    font-size: 20px
}

.section-parent table td hr {
    border-color: #979797;
    padding: 0;
    margin: 0;
    size: 1px
}

.recommendation img{
    max-height: 170px;
    height: 170px;
}

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

.section-parent .hasBackground {
    padding-top: 55px;
    padding-bottom: 55px;
    color: #fff;
    font-size: 24px
}

.section-parent .hasBackground .hasBorder {
    outline: 1px solid #fff
}

.section-parent .hasBorder {
    outline: 1px solid #4a4a4a;
    padding: 65px
}

.section-contact>.container {
    max-width: 870px;
    position: relative
}

.section-contact .contact-group h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    width: 80%
}

.section-contact .contact-group .contact-content {
    font-size: 20px;
    padding-bottom: 10px
}

.section-contact .contact-group .contact-content a {
    font-weight: 400
}

.section-contact .min-height_inner-absolute {
    width: 100%
}

.get-in-touch {
    display: block;
    width: 140px;
    min-height: 94px;
    background-color: #fff;
    border: 1px solid #4a4a4a;
    position: absolute;
    bottom: -1px;
    right: 0;
    border-bottom: 0;
    padding: 15px 20px;
    line-height: 1.15
}

.get-in-touch .inner {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase
}

.get-in-touch .inner i {
    font-size: 15px;
    margin-top: 10px;
    display: inline-block
}

.get-in-touch:hover .inner {
    color: #4b90e2
}

.section-footer {
    position: relative;
    background-color: #f0f0f0
}

.section-footer>.container {
    max-width: 800px;
    position: relative
}

.section-footer .contact-group h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    width: 80%
}

.section-footer .contact-group .contact-list {
    margin-top: 33px;
    margin-bottom: 26px
}

.section-footer .contact-group .contact-list a {
    font-size: 14px;
    line-height: 29px;
    color: #3b7adb;
    display: block
}

.section-footer .contact-group .contact-list a:hover {
    color: #000
}

.tlayer {
    position: fixed;
    background-color: hsla(0, 0%, 94%, .95);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden
}

.tlayer .tlayer-close {
    font-size: 32px;
    line-height: 30px;
    position: absolute;
    top: 27px;
    right: 35px;
    color: #000;
    z-index: 99
}

.tlayer .tlayer-close:hover {
    color: #fff
}

.tlayer .tlayer-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.tlayer .tlayer-body .inner {
    width: 100%;
    padding: 60px;
    max-width: 1014px;
    margin: auto;
    line-height: 28px
}

.tlayer .tlayer-body .inner h2 {
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.footer {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    background-color: #f0f0f0;
    padding-top: 6px;
    padding-bottom: 6px
}

.footer .credits {
    padding-top: 10px
}

.footer .nav a {
    font-size: 14px;
    color: #000
}

.footer .nav .caret {
    display: none
}

.social {
    position: absolute
}

.social .social-item {
    display: block;
    border-radius: 100%;
    background-color: #000;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px
}

.social .social-item:hover {
    color: #000;
    background-color: #fff
}

.social.top-right {
    top: 25px;
    right: 25px
}

.social.top-left {
    top: 25px;
    left: 25px
}

.social.bottom-left {
    bottom: 25px;
    left: 25px
}

.social.bottom-right {
    bottom: 25px;
    right: 25px
}

.social-data {
    display: none
}

.search-results {
    padding-top: 30px;
    padding-bottom: 30px
}

.search-results .search-field .ico-search {
    float: left;
    margin-right: 16px;
    font-size: 18px
}

.search-results .search-field input {
    border: 0;
    border-bottom: 1px solid #000;
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    font-size: 14px;
    font-weight: 500;
    color: #39393a;
    padding: 4px 10px
}

.search-results .search-count {
    font-size: 12px;
    color: #797879;
    margin-top: 20px
}

.search-results h5 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px
}

.search-results h5 a {
    color: inherit
}

.search-results .content-text {
    font-size: 12px;
    margin-bottom: 0;
    padding-right: 250px
}

.search-results .search__link {
    font-size: 12px;
    color: #3b7adb;
    margin-bottom: 20px;
    display: inline-block
}

.search-results hr {
    border-top: 1px solid #d3d3d3
}

.search-results #s:focus {
    border: 0
}

input:focus {
    outline: none;
    border: 1px solid red
}

#search-result-list .navigation.pagination {
    display: none
}
/*
.pagination {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #d3d3d3;
    padding-top: 28px
}

.pagination .dots,
.pagination h2 {
    display: none
}

.pagination .dotsOf {
    margin-left: 3px;
    margin-right: 3px
}
/*
.pagination .page-numbers {
    display: none;
    width: 25px;
    height: 25px
}

.pagination .next,
.pagination .page-numbers.current {
    display: inline-block
}

.pagination .current {
    border: 1px solid #000;
    padding: 1px 8px
}

.pagination .screen-reader-text {
    display: none
}

.pagination .prev {
    margin-right: 40px;
    background: url(/dist/gfx/arrowSmallLeft.svg) 50% no-repeat
}

.pagination .next {
    margin-left: 40px;
    background: url(/dist/gfx/arrowSmallRight.svg) 50% no-repeat
}

.pagination .next,
.pagination .prev {
    padding: 1px 8px;
    text-indent: -9999px;
    display: inline-block!important;
    background-size: 17px 17px
}

.pagination .next:hover,
.pagination .prev:hover {
    opacity: .5
}

.pagination .page-numbers:last-child:not(:last-child) {
    border: 2px solid red;
    display: inline-block!important
}
*/
.error404 section {
    position: relative
}

.error404 section .page-404 {
    padding-top: 150px;
    padding-bottom: 80px;
    margin: auto;
    text-align: center
}

.error404 h1 {
	font-family: Roboto;
    font-size: 102px;
    font-weight: 500;
	letter-spacing: 3.83px;
    color: #d83235;
}

.error404 p {
  font-family: Roboto;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #3f3e3c;
}

.menu-mobile {
    display: none
}

@media screen and (max-width:1442px) {
    .container {
        width: 100%;
        padding-left: 22px;
        padding-right: 22px
    }
    .section-parent .hasBorder {
        padding: 25px;
        width: calc(100% - 48px);
        width: -moz-calc(100% - 48px)
    }
}

@media screen and (max-width:1199px) {
    h6 {
        font-size: 30px
    }
    .menu-desktop {
        display: none
    }
    .menu-mobile {
        display: block
    }
    body .header .navbar {
        position: fixed!important;
        z-index: 9999;
        display: none;
        width: 50%;
        min-width: 320px;
        padding: 77px 20px 80px 65px;
        top: 0;
        right: 0;
        margin: auto;
        background-color: #f0f0f0;
        opacity: 0;
        height: 100%
    }
    body .header .navbar.showRwdMenu {
        display: block;
        opacity: 1;
        z-index: 999;
        overflow: auto
    }
    body .header .navbar .open-sub-menu>a:before {
        transform: rotate(-225deg)!important;
        -webkit-transform: rotate(-225deg)!important;
        -moz-transform: rotate(-225deg)!important;
        -o-transform: rotate(-225deg)!important;
        -ms-transform: rotate(-225deg)!important;
        top: -4px!important
    }
    body .header .navbar .open-sub-menu .dropdown-menu {
        height: auto!important;
        visibility: visible!important;
        opacity: 1!important
    }
    body .header .navbar .open-sub-menu .dropdown-menu>.menu-item {
        padding-left: 20px
    }
    body .header .navbar .close-menu {
        display: inline-block;
        position: absolute;
        top: 2px;
        left: 26px
    }
    body .header .navbar .close-menu:hover:after,
    body .header .navbar .close-menu:hover:before {
        background-color: #4b90e2
    }
    body .header .navbar .close-menu:before {
        content: "";
        height: 35px;
        width: 7px;
        position: absolute;
        background-color: #000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    body .header .navbar .close-menu:after {
        content: "";
        height: 35px;
        width: 7px;
        position: absolute;
        background-color: #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    body .header .navbar .collapse {
        display: block
    }
    body .header .navbar a {
        display: block;
        text-align: left;
        padding: 10px!important
    }
    body .header .navbar li {
        width: 100%;
        display: block
    }
    body .header .navbar .dropdown-menu {
        display: block;
        position: relative;
        padding: 5px 0;
        background-color: transparent
    }
    body .header .navbar .dropdown-menu:after,
    body .header .navbar .dropdown-menu:before {
        display: none
    }
    body .header .navbar .navbar-nav>li>a {
        font-weight: 800;
        font-size: 25px;
        padding-bottom: 13px!important;
        text-transform: uppercase
    }
    body .header .navbar .navbar-nav>li>a:before {
        border-right: .2em solid #000;
        border-top: .2em solid #000;
        content: "";
        display: inline-block;
        height: .75em;
        margin-left: -46px;
        margin-right: 29px;
        position: relative;
        top: .6pt;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        width: .75em
    }
    body .header .navbar .navbar-nav>li .dropdown-menu {
        height: 0;
        overflow: hidden;
        opacity: 0
    }
    body .header .navbar .navbar-nav>li .dropdown-menu a {
        color: #3a87e0;
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 10px
    }
    #hamburger {
        display: inline-block!important;
        margin-left: 20px
    }
    .search-form-container {
        right: 45px
    }
    .search-form-container input[type=text] {
        width: calc(100% - 80px);
        width: -moz-calc(100% - 80px)
    }
    .icon-search,
    .lang-switcher {
        margin-left: 10px!important
    }
    .menu-holder {
        margin-top: 15px
    }
    .search-results .content-text {
        padding-right: 0
    }
    .content>.header .navbar .close-menu {
        display: block
    }
    .search-form-container #search-result-container {
        width: calc(100% - 81px);
        width: -moz-calc(100% - 81px)
    }
    .section-parent .hasBorder>p {
        overflow-wrap: break-word
    }
    .section-segments .row .segment-item {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 25px
    }
     .link-square-item .description {
        width: calc(100% - 45px - 45px);
        width: -moz-calc(100% - 45px - 45px)
    }
}

@media screen and (max-width:1024px) {
    .section-home .inner-container {
        width: 487px
    }
    .section-home .title {
        font-size: 34px;
        line-height: 44px
    }
    .section-slider .slider-content .inner .description,
    .section-slider .slider-content .inner h3 {
        line-height: 45px;
        font-size: 33px;
        font-weight: 800
    }
    body:not(.home) .section-home .title {
        font-size: 45px;
        line-height: 44px
    }
    .section-segments .row .segment-item h3 {
        font-size: 20px
    }
}

@media screen and (max-width:991px) {
    .home .section-home .inner-container {
        width: 100%
    }
    .section-image-slider .slider-item img {
        max-width: 86%;
        margin: auto
    }
    body:not(.home) .section-container.section-home {
        padding-left: 0;
        padding-right: 0
    }
    body:not(.home) .section-container.section-home .text-image-center .container,
    body:not(.home) .section-container.section-home .text-image-center .inner-container {
        padding-left: 0;
        padding-right: 0;
        height: 100%
    }
    body:not(.home) .section-container.section-home .text-image-center .container .homeImg,
    body:not(.home) .section-container.section-home .text-image-center .inner-container .homeImg {
        display: none!important
    }
    body:not(.home) .section-container.section-home .text-image-center .container .title,
    body:not(.home) .section-container.section-home .text-image-center .inner-container .title {
        position: absolute;
        top: 50%;
        width: 100%;
        color: #fff!important;
        padding-left: 20px;
        padding-right: 20px
    }
    body:not(.home) .section-container {
        padding-bottom: 20px
    }
    .section-header {
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }
    .section-home .inner-container {
        padding-top: 10px;
        padding-left: 10px
    }
    .section-slider .slider-content,
    .section-slider .slider-image {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .section-slider .slider-image {
        width: 100%
    }
    .section-slider .slider-image img {
        max-height: 480px
    }
    .footer .credits {
        width: 100%
    }
    .footer .menu {
        width: 100%;
        float: left
    }
    .footer .menu .nav {
        float: left
    }
    .section-parent .table-responsive {
        border: 0
    }
    .section-parent .table-responsive .table td,
    .section-parent .table-responsive .table th {
        border: 0!important;
        white-space: inherit!important
    }
    .section-parent table {
        width: 100%!important
    }
    .section-parent table tbody,
    .section-parent table tr {
        width: 100%;
        display: block
    }
    .section-parent table td {
        display: block;
        width: 100%!important
    }
    .section-parent table td img.alignnone {
        margin-top: 30px;
        margin: auto;
        display: block
    }
    .section-icon-tiles .row-eq-height {
        display: block
    }
    .section-icon-tiles .tile-item {
        padding: 50px!important;
        width: 100%
    }
    .section-icon-tiles .tile-item .content,
    .section-icon-tiles .tile-item .image {
        display: block;
        text-align: center;
        width: 100%;
        margin: auto;
        max-wight: 100%
    }
    .section-icon-tiles .tile-item .content img,
    .section-icon-tiles .tile-item .image img {
        display: inline-block!important
    }
    .section-parent table {
        width: 100%
    }
    .section-parent table.aligncenter {
        width: 100%!important
    }
    .section-parent table img.alignnone {
        display: inline-block!important
    }
    .home .section-home .homeImg.hide,
    .section-home .text-image-center .homeImg.hide {
        display: block!important
    }
    .section-home .min-height:not(.parent-text-image-center) {
        background: url(none)!important
    }
    .section-home .inner-container {
        width: 100%
    }
    .section-home .image-on-left .inner-container {
        left: 0;
        padding-left: 0
    }
    .section-segments .in-row-3 .segment-item {
        padding-top: 30px;
        border-right: 0!important;
        border-bottom: 1px solid #979797
    }
    .section-segments .in-row-3 .segment-item:last-child {
        border: 0
    }
    .min-height_inner-absolute {
        position: relative;
        transform: none!important;
        -ms-transform: none!important;
        -webkit-transform: none!important;
        top: 0
    }
    .section-home .inner-container {
        position: relative;
        max-width: 100%;
        padding-top: 50px;
        transform: none!important;
        -ms-transform: none!important;
        -webkit-transform: none!important;
        top: 0!important
    }
    .section-home .inner-container .arrow-link {
        margin-top: -40px
    }
    .section-home .inner-container .title {
        margin-bottom: 40px
    }
    .section-home {
        position: relative
    }
    .section-parent table td {
        padding-left: 0;
        padding-right: 0
    }
    .embed-responsive {
        /*overflow: inherit;*/
        /*height: 600px;*/
    }
    .embed-responsive-50by50 {
        /*padding-bottom: inherit;*/
    }
    .link-square-item .plus-more i {
        color: #fff!important;
    }
    .link-square-item .description {
        color: #fff;
        opacity: 1;
    }
    .link-square-item h3 a {
        color: #fff;
    }
}

@media screen and (max-width:769px) {
    h6 {
        font-size: 30px
    }
    .section-parent .hasBorder {
        margin-bottom: 20px
    }
    .section-parent table td {
        padding-left: 0;
        padding-right: 0
    }
    .section-profiles .item .header {
        font-size: 30px
    }
    body:not(.home) .section-container.section-links,
    body:not(.home) .section-container.section-parent {
        padding: 0
    }
    body:not(.home) .section-container.section-links>div,
    body:not(.home) .section-container.section-parent>div {
        padding-left: 20px;
        padding-right: 20px
    }
    .page-template-default .section-border-icon-blocks .container {
        width: 100%
    }
    .section-footer {
        padding-top: 80px
    }
    .section-footer .min-height_inner-absolute {
        padding-left: 15px!important
    }
    .section-footer .contact-group .contact-list,
    .section-footer h3 {
        margin-top: 5px;
        margin-bottom: 5px
    }
    .section-profiles .item {
        text-align: center
    }
    .section-profiles .item .image-container {
        float: none;
        width: 100%;
        text-align: center
    }
    .section-profiles .item .link-line {
        margin-top: 0
    }
    .section-segments .row .segment-item {
        padding-left: 10px;
        padding-right: 10px
    }
    .section-segments .row .segment-item h3 {
        font-size: 26px
    }
    .section-home .title,
    .section-home .title span {
        font-size: 33px!important;
        line-height: 33px!important
    }
    .section-home .description {
        font-size: 20px;
        line-height: 20px
    }
    body:not(.home) .section-home .description {
        font-size: 18px;
        line-height: 30px
    }
    .section-slider .slider-content .inner>div {
        max-width: 100%
    }
    .section-slider .slider-content .inner-content {
        padding: 60px 80px;
        text-align: left
    }
    .section-slider .inner {
        text-align: left
    }
    .section-slider .slider-content .inner .description,
    .section-slider .slider-content .inner h3 {
        font-size: 33px;
        line-height: 36px;
        text-align: left!important
    }
    .section-header {
        font-size: 30px
    }
    .section-grid .item.size-half {
        width: 100%
    }
    .section-grid .item>div {
        padding: 30px 0
    }
    .section-home .title,
    .section-home .title span {
        font-size: 45px!important;
        line-height: 45px!important
    }
    .section-home .inner-container {
        padding-left: 8px;
        padding-right: 5px
    }
    .section-border-icon-blocks .bib-item {
        padding: 0 12px;
        min-height: auto
    }
    .section-border-icon-blocks .bib-item h3 {
        font-size: 27px;
        min-height: auto
    }
    .section-border-icon-blocks .bib-item .description {
        margin-top: 0
    }
    .section-parent h1 {
        padding-left: 0!important
    }
    .section-parent .hasBorder {
        width: 100%;
        padding: 10px!important
    }
    .section-border-icon-blocks .col-sm-12 {
        padding: 0
    }
    .section-links .container,
    .section-parent .container {
        /*padding: 2px*/
    }
    .section-parent .hasBackground {
        padding: 18px;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px
    }
    .section-slider .slider-content .inner .description {
        pading-left: 5px
    }
    .home .section-home .title {
        padding-top: 30px
    }
    .home .section-home .description,
    .home .section-home .title {
        padding-left: 14px;
        padding-right: 14px
    }
    .home .section-home .inner-container {
        height: 100%
    }
    .home .section-home .container {
        padding: 0
    }
    .home .section-home .homeImg {
        position: absolute;
        bottom: 0
    }
    .home .section-home .inner-home {
        position: absolute;
        height: 100%
    }
    .section-text h2,
    .section-text h2 * {
        font-size: 45px!important
    }
    .section-icon-tiles .tile-item {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .section-icon-tiles .content {
        max-width: 100%!important
    }
    .section-icon-tiles .image {
        padding-bottom: 15px
    }
    .section-segments .row-eq-height .segment-item {
        width: 100%;
        padding-top: 0!important
    }
    .link-square-item .plus-more i {
        color: #fff!important;
    }
    .embed-responsive {
        overflow: inherit;
        /*height: 600px;*/
        height: auto;
    }
    .embed-responsive-50by50 {
        /*padding-bottom: inherit;*/
    }
    .link-square-item .description {
        color: #fff;
        opacity: 1;
    }
    .link-square-item h3 a {
        color: #fff;
    }
}

@media screen and (max-width:650px) {
    h6 {
        font-size: 25px
    }
    .section-tiles .item .name {
        font-size: 27px
    }
    .section-home .image-on-left .inner-container {
        padding-left: 11px
    }
    /*.section-parent h1,*/
    /*.section-parent h1 *,*/
    /*.section-parent h2,*/
    /*.section-text h2 *,*/
    /*.section-text h3,*/
    /*.section-text h3 *,*/
    /*.section-text h4,*/
    /*.section-text h4 *,*/
    /*.section-text h5,*/
    /*.section-text h5 * {*/
        /*font-size: 35px!important*/
    /*}*/
    .content>.top-margin+div+div.section-parent  {
        padding-top: 15px
    }
    .embed-responsive-50by50 {
        /*padding-bottom: inherit*/
    }
    .embed-responsive {
        overflow: inherit;
        /*height: 600px;*/
        height: auto;
    }
     .link-square-item h3 {
        font-size: 22px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        transform: inherit;
        -ms-transform: inherit;
        -webkit-transform: inherit
    }
     .link-square-item .description img {
        opacity: 1
    }
     .link-square-item .links {
        bottom: auto;
        position: relative
    }
    .link-square-item .description {
        /*position: relative;*/
        /*width: 100%;*/
        /*padding: 5px 20px;*/
        /*bottom: 0;*/
        /*margin-top: 15px;*/
        /*color: #000;*/
        /*opacity: 1*/
    }
    .link-square-item .plus-more {
        position: relative;
        right: 0;
        left: 0;
        bottom: 36px;
        text-align: center;
    }
    .social {
        display: block;
    }
    .link-square-item .plate:hover {
        opacity: 1;
    }
    .link-square-item .plus-more i {
        color: #fff!important;
    }
    .link-square-item .description {
        opacity: 1;
        width: 100%;
        padding: 5px 20px;
        bottom: 85px;
        margin-top: 15px;
        color: #fff;
    }
    .link-square-item h3 a {
        color: #fff;
    }
}

@media screen and (max-width:560px) {
    .section-slider .slider-content .inner .inner-content {
        padding: 10px
    }
    .section-home .inner-container .title,
    .section-home .title,
    .section-home .title span {
        font-size: 20px!important;
        line-height: 19px!important;
        margin-bottom: 15px!important
    }
    body:not(.home) .section-home .inner-container .title,
    body:not(.home) .section-home .title,
    body:not(.home) .section-home .title span {
        font-size: 35px!important;
        line-height: 35px!important
    }
    .section-slider .slider-content .inner .description,
    .section-slider .slider-content .inner h3 {
        font-size: 20px;
        line-height: 19px!important;
        margin: 0
    }
    .section-slider .slider-content .inner .description {
        font-size: 20px!important;
        padding-left: 0;
        padding-top: 0!important
    }
    .section-contact .contact-group .contact-content a,
    .section-contact .contact-group .contact-content div,
    .section-contact .contact-group .contact-content p {
        line-height: 18px!important
    }
    .section-slider .slider-content .inner a {
        margin-top: 0
    }
    .section-home .inner-container {
        padding-top: 0!important
    }
    .section-home .inner-container .title {
        margin-top: 0
    }
    .section-slider .slider-content {
        height: 240px;
        min-height: 240px
    }
    .link-square-item .plate:hover {
        opacity: 1;
    }
    .header .navbar {
        padding-top: 62px!important
    }
    .header .navbar .close-menu {
        left: 27px!important
    }
    .header .navbar .close-menu:after,
    .header .navbar .close-menu:before {
        width: 5px!important;
        height: 25px!important
    }
    .header .navbar li>a:before {
        margin-left: -39px!important
    }
    .header .navbar .menu-item>a {
        font-size: 16px!important
    }
    .header .navbar .menu-item .dropdown-menu a {
        font-size: 14px!important;
        line-height: 19px!important;
        margin-right: 27px!important
    }
    .section-contact {
        padding-top: 42px
    }
    .section-contact .contact-group {
        margin-left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 200px
    }
    .section-contact .contact-group h3 {
        width: 100%;
        font-size: 14px;
        line-height: 10px;
        margin-top: 10px
    }
    .section-contact .contact-group .contact-content a,
    .section-contact .contact-group .contact-content div,
    .section-contact .contact-group .contact-content p {
        font-size: 12px;
        line-height: 10px
    }
    .section-contact .container .center-get-in-touch {
        height: 130px
    }
    .section-contact .container .get-in-touch {
        left: 0;
        right: 0;
        margin: auto
    }
    .section-slider .slider-content .inner .inner-content {
        padding-right: 10px
    }
    .section-slider .slider-content .inner .description {
        font-size: 20px;
        text-align: left;
        line-height: inherit;
        padding-right: 20px;
        width: 100%;
        padding-top: 20px
    }
    .section-slider .image-on-left .slider-content .inner-content {
        padding-left: 20px
    }
    .section-footer {
        padding-top: 42px;
        padding-bottom: 42px
    }
    .section-footer .contact-group {
        margin-left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 200px
    }
    .section-footer .contact-group h3 {
        width: 100%;
        font-size: 14px;
        line-height: 20px
    }
    .section-footer .contact-group .contact-list a {
        font-size: 12px;
        line-height: 20px
    }
    .search-form-container {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px)
    }
    .section-home .description {
        font-size: 14px;
        line-height: 14px
    }
    .section-contact .contact-group h3 {
        line-height: 20px
    }
    .link-square-item .plus-more i {
        color: #fff!important;
    }
    .link-square-item .description {
        color: #fff;
        opacity: 1;
    }
    .link-square-item h3 {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 29px;
    }
    .link-square-item h3 a {
        color: #fff;
    }
    .link-square-item:hover .plate {
        height: inherit;
    }
}

@media screen and (max-width:360px) {
    .header .icon-search,
    .header .lang-switcher {
        margin-left: 0!important
    }
    .header .icon-search {
        margin-right: 8px
    }
    .header #hamburger {
        margin-left: 0
    }
}


/*NEW STILE*/
.home-item .container {
    /*width: 100%;*/
}
.section-parent {
    position: relative;
}
.section-parent table p,
.section-parent table p  span  {
    font-size: 18px;
    font-weight: 300;
}
.section-parent .min-height.wrapper-text-image-center {
    height: 1000px;
    background-repeat: no-repeat;
    background-size: cover;

}

.min-height_inner-absolute {
    position: absolute;
    top: 50%;
}
.inner-container {
    /*width: 200px;*/
    text-align: center;
}
.min-height_inner-absolute .title {
    line-height: 54px;
    font-size: 44px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.img-responsive {
    display: none;
}

.section-parent td  strong spnan a{
    font-size: 38px;
}
.section-parent table td h2 span strong {
    font-size: 10pt;
}
.col-md-6 .link-square-item .plate {
   /*opacity: 1;*/
    opacity: 0;
    background-color: #fff;
    /*position: relative;*/
}
.col-md-6 .link-square-item:hover .plate {
    opacity: 1;
}
.link-square-item .plate:hover {
    /*height: 631px;*/
    /*opacity: 1;*/
}
.section-parent.profiles {
    margin-bottom: 40px;
}



.plus-more {
    font-size: 33px;
    line-height: 30px;
    position: absolute;
    right: 33px;
    bottom: 40px;
}
.section-parent table td img {
    max-width: 80%;
    margin: auto;
    height: auto;
}

/*NEW STILE END*/
.scrollDown {
    display: none;
}


/*SECTION PARENT TEXT*/
.section-parent.text p {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 10px 0;
}
.section-parent.text p strong {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
}

.section-parent.text img {
    margin: 20px auto;
}
.slider-item a {
    text-align: center;
}
.section-parent .links-content p {
    font-size: 24px;
    color: #4a4a4a;
    font-weight: 300;
    margin-bottom: 10px;
}
.section-parent .links-content p strong {
    font-weight: 700;
}
.section-parent.links .item.imgReveal {
    border-top: 1px solid #979797;
}
.section-parent.links .item.imgReveal .links-name p span {
    /*padding: 20px 25px 20px 0;*/
    font-size: 18px;
}
/*SECTION PARENT TEXT END*/

/*kibernetychna-bezpeka*/
/*.section-parent.home {*/
    /*!*display: flex;*!*/
    /*!*width: 100%;*!*/
/*}*/
/*.section-parent.home > div {*/
    /*!*min-height: 504px;*!*/
    /*!*background-repeat: no-repeat;*!*/
    /*!*width: 100%;*!*/
    /*!*display: flex;*!*/
    /*!*background-size: cover;*!*/
/*}*/


/*.section-parent.home .inner-home {*/
    /*display: flex;*/
    /*!*position: unset;*!*/
    /*height: 100%;*/
    /*width: 100%;*/
/*}*/
/*.section-parent.home .inner-home .row {*/
    /*height: 100%;*/
    /*width: 100%;*/
/*}*/
/*.section-parent.home .inner-home .row .col-sm-12 {*/
    /*!*height: 100%;*!*/
/*}*/
/*.section-parent.home .inner-home .row .container {*/
    /*height: 100%;*/
/*}*/

/*.section-parent.text {*/
    /*margin: 20px 0;*/
/*}*/
/*.links-content strong {*/
    /*color: #4a4a4a; */
/*}*/
/*.section-parent.home .inner-container {*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 100%;*/
/*}*/
/*kibernetychna-bezpeka end*/
