@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto/RobotoRegular.eot');
    src: url('../fonts/Roboto/RobotoRegular.eot') format('embedded-opentype'), url('../fonts/Roboto/RobotoRegular.woff2') format('woff2'), url('../fonts/Roboto/RobotoRegular.woff') format('woff'), url('../fonts/Roboto/RobotoRegular.ttf') format('truetype'), url('../fonts/Roboto/RobotoRegular.svg#MontserratRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto/RobotoBold.eot');
    src: url('../fonts/Roboto/RobotoBold.eot') format('embedded-opentype'), url('../fonts/Roboto/RobotoBold.woff2') format('woff2'), url('../fonts/Roboto/RobotoBold.woff') format('woff'), url('../fonts/Roboto/RobotoBold.ttf') format('truetype'), url('../fonts/Roboto/RobotoBold.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Italic';
    src: url('../fonts/Roboto/RobotoItalic.eot');
    src: url('../fonts/Roboto/RobotoItalic.eot') format('embedded-opentype'), url('../fonts/Roboto/RobotoItalic.woff2') format('woff2'), url('../fonts/Roboto/RobotoItalic.woff') format('woff'), url('../fonts/Roboto/RobotoItalic.ttf') format('truetype'), url('../fonts/Roboto/RobotoItalic.svg#RobotoItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold Italic';
    src: url('../fonts/Roboto/RobotoBoldItalic.eot');
    src: url('../fonts/Roboto/RobotoBoldItalic.eot') format('embedded-opentype'), url('../fonts/Roboto/RobotoBoldItalic.woff2') format('woff2'), url('../fonts/Roboto/RobotoBoldItalic.woff') format('woff'), url('../fonts/Roboto/RobotoBoldItalic.ttf') format('truetype'), url('../fonts/Roboto/RobotoBoldItalic.svg#RobotoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto/RobotoLight.eot');
    src: url('../fonts/Roboto/RobotoLight.eot') format('embedded-opentype'), url('../fonts/Roboto/RobotoLight.woff2') format('woff2'), url('../fonts/Roboto/RobotoLight.woff') format('woff'), url('../fonts/Roboto/RobotoLight.ttf') format('truetype'), url('../fonts/Roboto/RobotoLight.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto/RobotoMedium.eot');
    src: url('../fonts/Roboto/RobotoMedium.eot') format('embedded-opentype'), url('../fonts/Roboto/RobotoMedium.woff2') format('woff2'), url('../fonts/Roboto/RobotoMedium.woff') format('woff'), url('../fonts/Roboto/RobotoMedium.ttf') format('truetype'), url('../fonts/Roboto/RobotoMedium.svg#RobotoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Roboto Regular', 'Arial', sans-serif;
    line-height: 1.5em;
    background: #f8f8f8;
    color: #3a3a3a;
    box-shadow: 0 0 5px 5px #ebebeb inset;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr .sidr-inner > p {
    margin-left: 15px;
    margin-right: 15px;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background-image: linear-gradient(#ffffff, #dfdfdf);
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #3a3a3a;
    line-height: 24px;
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
    font-size: 13px;
    margin: 0 0 12px;
}

.sidr p a {
    color: rgba(51, 51, 51, 0.9);
}

.sidr > p {
    margin-left: 15px;
    margin-right: 15px;
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    font-size: 1.333em;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid white;
    float: none;
    margin: 0;
    padding: 0;
}

.sidr ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidr ul li {
    display: block;
    margin: 0;
    float: none;
    border-top: 1px solid white;
    border-bottom: 1px solid #dfdfdf;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
    border-top: 0;
    padding-top: 1px;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li.active > a,
.sidr ul li.active > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li a,
.sidr ul li span {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    color: #3a3a3a;
}

.sidr ul li ul {
    border-bottom: 0;
    font-size: 0.875em;
    margin: 0;
}

.sidr ul li ul li:last-child {
    border-bottom: 0;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
    border-top: 0;
    padding-top: 1px;
}

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
    color: #757575;
    padding-left: 30px;
}

.sidr form {
    margin: 0 15px;
}

.sidr label {
    font-size: 13px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"] {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 0 10px;
    border-radius: 2px;
    border: 0;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(51, 51, 51, 0.6);
    display: block;
    clear: both;
}

.sidr textarea,
.sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 0 10px;
    border-radius: 2px;
    border: 0;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(51, 51, 51, 0.6);
    display: block;
    clear: both;
}

.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
    color: #f8f8f8;
    background: #3a3a3a;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
    background: rgba(51, 51, 51, 0.9);
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: 'Roboto Regular', 'Arial', sans-serif;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
    text-align: right;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: 'Roboto Regular', 'Arial', sans-serif;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -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: fadeOut;
    animation-name: fadeOut;
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
    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; /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

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

.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-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 {
    -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;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    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;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

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

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

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

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

.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Roboto Regular', 'Arial', sans-serif;
    line-height: 1.5em;
    background: #f8f8f8;
    color: #3a3a3a;
    box-shadow: 0 0 5px 5px #ebebeb inset;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr .sidr-inner > p {
    margin-left: 15px;
    margin-right: 15px;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background-image: linear-gradient(#ffffff, #dfdfdf);
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #3a3a3a;
    line-height: 24px;
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
    font-size: 13px;
    margin: 0 0 12px;
}

.sidr p a {
    color: rgba(51, 51, 51, 0.9);
}

.sidr > p {
    margin-left: 15px;
    margin-right: 15px;
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    font-size: 1.333em;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid white;
    float: none;
    margin: 0;
    padding: 0;
}

.sidr ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidr ul li {
    display: block;
    margin: 0;
    float: none;
    border-top: 1px solid white;
    border-bottom: 1px solid #dfdfdf;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
    border-top: 0;
    padding-top: 1px;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li.active > a,
.sidr ul li.active > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li a,
.sidr ul li span {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    color: #3a3a3a;
}

.sidr ul li ul {
    border-bottom: 0;
    font-size: 0.875em;
    margin: 0;
}

.sidr ul li ul li:last-child {
    border-bottom: 0;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
    border-top: 0;
    padding-top: 1px;
}

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
    color: #757575;
    padding-left: 30px;
}

.sidr form {
    margin: 0 15px;
}

.sidr label {
    font-size: 13px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"] {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 0 10px;
    border-radius: 2px;
    border: 0;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(51, 51, 51, 0.6);
    display: block;
    clear: both;
}

.sidr textarea,
.sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 0 10px;
    border-radius: 2px;
    border: 0;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(51, 51, 51, 0.6);
    display: block;
    clear: both;
}

.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
    color: #f8f8f8;
    background: #3a3a3a;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
    background: rgba(51, 51, 51, 0.9);
}

body,
html,
.wrapper {
    height: 100%;
}

body {
    font: normal 14px/1.5em 'Malgun Gothic', 'Arial', sans-serif;
    color: #000000;
}

pre {
    font-size: 0.75em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Malgun Gothic', 'Arial', sans-serif;
    font-weight: 300;
    color: #040404; /*line-height: 1.688em;*/ /*color: $color-grey-d;*/
}

/*
h1, .h1 { font-size: 3.750em; }
h2, .h2 { font-size: 2.500em; }
h3, .h3 { font-size: 2.250em; }
h4, .h4 { font-size: 1.875em; }
h5, .h5 { font-size: 1.111em; }
h6, .h6 { font-size: 1.000em; }
*/

h1,
.h1 {
    font-size: 2.5em;
}

h2,
.h2 {
    font-size: 2.25em;
}

h3,
.h3 {
    font-size: 1.875em;
}

h4,
.h4 {
    font-size: 1.5em;
}

h5,
.h5 {
    font-size: 1.25em;
}

h6,
.h6 {
    font-size: 1em;
}

a {
    color: #0077be;
    text-decoration: none;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

a:hover,
a:focus {
    color: #093a63;
}

p {
    margin-bottom: 1.5em;
}

.hidden,
.mega-hidden {
    display: none !important;
}

.nowrap {
    white-space: nowrap;
}

.cleaner {
    width: 100%;
    clear: both;
    float: none;
    height: 0;
    line-height: 0;
}

.clearer:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

.button {
    display: inline-block;
    background: url('../images/backgrounds/button_rgadient.png') repeat-x center top #0268a8;
    border: solid 1px #0268a8;
    font-size: 1.125em;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    margin: 0;
    padding: 11px 15px 13px;
    min-width: 195px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.button:hover,
.button:focus {
    background-color: #0387da;
    border: solid 1px #0268a8;
    color: #fff;
    box-shadow: 0 2px 8px #0268a8;
}

#page_content {
    min-height: 100%;
    position: relative;
}

#main {
    padding: 0 0 55px;
}

.light_color {
    color: #abdefe;
}

header.header {
    width: 100%;
    background: #fff;
    z-index: 999;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

header.header.fixed {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
}

.admin-bar header.header.fixed {
    top: 0;
}

header.header.fixed #preheader .preheader {
    padding: 2px 0 4px;
}

header.header.fixed #logo {
    padding: 8px 0;
}

header.header.fixed #logo a img {
    width: 50%;
}

header.header.fixed .nav {
    padding: 5px 0;
}

header.header.fixed #top_search {
    padding: 16px 0 12px;
}

header.header.fixed .header_form {
    height: 41px;
    top: 7px;
}

header.header.fixed .header_form form {
    padding: 4px 15px;
}

.menu_button {
    font-size: 2em;
    top: 50%;
    position: absolute;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header > .container {
    position: relative;
}

#navigation {
    display: none;
}

.admin-bar.sidr-animating #wpadminbar,
.admin-bar.sidr-open #wpadminbar {
    top: -46px;
}

.menu_button,
.menu_close_button {
    display: block;
}

.menu_close_button {
    font-size: 2em;
    display: inline-block;
    padding: 10px 15px;
}

.three-column {
    width: 33.33% !important;
}

.middle-column {
    background: #ebf6ff;
    height: 100%;
    z-index: 2;
    position: relative;
}

.middle-column:before {
    content: "";
    background: #ebf6ff;
    position: absolute;
    top: -41px;
    display: block;
    right: 0;
    width: 100%;
    height: 500%;
    z-index: -1;
}

.middle-column a {
    color: #000 !important;
}

#logo {
    padding: 15px 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

#logo a img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

#preheader {
    background: #093a63;
    font-family: 'Malgun Gothic', 'Arial', sans-serif;
    font-weight: bold;
    color: #fff;
}

#preheader .preheader {
    padding: 10px 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

#preheader ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#preheader ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#preheader ul li {
    display: inline-block;
}

#preheader ul li {
    margin-right: 24px;
}

#preheader ul li::before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 1.125em;
    color: #0077be;
    position: relative;
    top: 1px;
    margin-right: 6px;
}

#preheader ul li:last-child {
    margin-right: 0;
}

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

#preheader a:hover {
    color: #0077be;
}

#preheader .fa {
    font-size: 1.125em;
    color: #0077be;
    position: relative;
    top: 1px;
}

#top_search {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: none;
    text-align: center;
    padding: 44px 0 36px;
}

#top_search .fa {
    font-size: 1.375em;
}

#top_search a.open .fa::before {
    content: '\f00d';
}

.nav {
    padding: 31px 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav .menu li {
    margin: 0;
    padding: 0;
}

.nav .menu li a {
    color: #fff;
}

.nav .menu > li {
    display: inline-block;
    margin-right: 6.887%;
    position: relative;
}

.nav .menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.nav .menu > li:last-child {
    margin-right: 0;
}

.nav .menu > li.menu-item-has-children > a::after {
    font-family: 'FontAwesome', sans-serif;
    content: '\f0d7';
    position: relative;
    margin-left: 6px;
    top: 1px;
}

.nav .menu > li.products {
    position: static;
}

.nav .menu > li.products > .sub-menu {
    width: 100%;
    padding: 41px 0 45px;
    top: calc(100% - 31px);
    overflow: hidden;
}

.nav .menu > li.products > .sub-menu::before {
    content: '';
    background: #0268a8;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.nav .menu > li.products > .sub-menu::after {
    clear: both;
    content: ' ';
    display: table;
}

.nav .menu > li.products > .sub-menu li {
    margin-bottom: 2px;
}

.nav .menu > li.products > .sub-menu li:last-child {
    margin-bottom: 0;
}

.nav .menu > li.products > .sub-menu li .sub-menu {
    padding-top: 2px;
}

.nav .menu > li.products > .sub-menu li .sub-menu .sub-menu {
    padding: 3px 0 0 27px;
}

.nav .menu > li.products > .sub-menu > li {
    width: 50%;
    float: left;
    padding: 0 36px;
    position: relative;
}

.nav .menu > li.products > .sub-menu > li > a {
    font: 700 1.250em/normal 'Malgun Gothic', 'Arial', sans-serif;
}

.nav .menu > li > a {
    display: block;
    font: bold 1.125em/normal 'Malgun Gothic', 'Arial', sans-serif;
    color: #3a3a3a;
    text-decoration: none;
    padding: 5px 0;
}

.nav .menu > li > .sub-menu {
    background: #093a63;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    min-width: 179px;
    padding: 10px 0;
    left: -15px;
    z-index: 53;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.nav .menu > li > .sub-menu > li {
    padding: 0 15px;
    margin-bottom: 2px;
}

.nav .menu > li > .sub-menu > li:last-child {
    margin-bottom: 0;
}

.sidr ul li ul li li a,
.sidr ul li ul li li span {
    padding-left: 45px;
}

.slider_box_pattern {
    font-size: 0.625em;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 50%;
    z-index: 999;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider_box_pattern a {
    color: #000;
    text-decoration: none;
}

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

.arrow_down:hover,
.arrow_down:focus {
    color: #093a63;
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.header_form {
    width: calc(100% + 30px);
    height: 0;
    background: #fff;
    border-top: solid 1px #edf8ff;
    border-bottom: solid 1px #edf8ff;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.header_form form {
    height: 100%;
    padding: 8px 15px;
}

.header_form form label {
    display: block;
    width: calc(100% - 50px);
    font-weight: normal;
    margin: 0;
}

.header_form form button {
    background: none;
    border: none;
    padding: 3px 10px;
    float: right;
}

.header_form form input {
    width: 100%;
    border: solid 1px #e1e1e1;
    padding: 2px 10px;
    margin: 0;
}

.header_search.active .header_form {
    height: 48px;
    top: 32px;
    opacity: 1;
    visibility: visible;
}

.site-footer {
    background: #eaeaea;
    line-height: 1.625em;
    color: #3e3e3e;
    position: relative;
}

.site-footer .site-info-top {
    border-bottom: solid 2px #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.site-footer .textwidget {
    margin-bottom: 13px;
}

.site-footer .textwidget:last-child {
    margin: 0;
}

.site-footer iframe {
    min-height: 60px !important;
}

.site-footer p:last-child {
    margin-bottom: 0;
}

#site-info .logo {
    padding: 24px 0;
}

#site-info .logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

#site-info .nav {
    padding: 0;
}

#site-info .nav .menu {
    margin: 0;
    text-align: center;
}

#site-info .nav .menu > li {
    margin: 0 15px;
}

#site-info .nav .menu > li:first-child {
    margin-left: 0;
}

#site-info .nav .menu > li:last-child {
    margin-right: 0;
}

#site-info .nav .menu > li.menu-item-has-children > a::after {
    display: none;
}

#site-info .nav .menu > li > a {
    font-weight: 300;
}

#site-info .contacts a {
    color: #3e3e3e;
}

#site-info .copy {
    font-size: 0.857em;
    /*margin-bottom: 15px;*/
}

#scroll_top {
    width: 48px;
    height: 48px;
    background: #fff;
    color: #0077be;
    font-size: 1.25em;
    line-height: 42px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 60px;
    opacity: 0;
    z-index: 9;
    box-shadow: 0 0 32px 9px rgba(0, 0, 0, 0.13);
    background-size: 100%;
    border-radius: 50%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

#scroll_top:hover {
    background-size: 120%;
}

#scroll_top.shown {
    right: 20px;
    opacity: 1;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

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

    body {
        font-size: 12px;
    }

    .button {
        min-width: 195px;
    }

    #page_content {
        padding-bottom: 251px;
    }

    .admin-bar header.header.fixed {
        top: 46px;
    }

    .menu_button {
        display: none;
    }

    #navigation {
        display: block;
    }

    .admin-bar.sidr-animating #wpadminbar,
    .admin-bar.sidr-open #wpadminbar {
        top: -32px;
    }

    .menu_button,
    .menu_close_button {
        display: none;
    }

    #preheader .preheader {
        padding: 23px 0;
        text-align: right;
    }

    #preheader ul {
        margin-left: 28px;
    }

    #top_search {
        display: block;
    }

    .nav {
        padding: 15px 0;
    }

    .nav .menu > li {
        margin-right: 3%;
    }

    .nav .menu > li.products > .sub-menu {
        width: 720px;
        left: -173px;
        padding: 21px 0 25px;
        top: calc(100% - 15px);
    }

    .nav .menu > li.products > .sub-menu > li {
        padding: 0 26px;
    }

    .nav .menu > li > a {
        padding: 10px 0;
    }

    .nav .menu > li > .sub-menu {
        min-width: 307px;
    }

    .slider_box_pattern {
        bottom: 32px;
    }

    .admin-bar .slider_box_pattern {
        bottom: 64px;
    }

    .site-footer {
        height: 251px;
        margin-top: -251px;
    }

    .site-footer iframe {
        min-height: 80px !important;
    }

    #site-info .logo {
        padding: 24px 0 0 3px;
        margin-right: -16px;
    }

    #site-info .nav {
        padding: 28px 9px 0 18px;
    }

    #site-info .nav .menu {
        text-align: left;
    }

    #site-info .nav .menu > li {
        margin: 0 2.95%;
    }

    #site-info .copy {
        font-size: 1em;
    }

}

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

    body {
        font-size: 14px;
    }

    .button {
        min-width: 195px;
    }

    #page_content {
        padding-bottom: 251px;
    }

    .admin-bar header.header.fixed {
        top: 32px;
    }

    #logo {
        margin-right: -13px;
    }

    .nav {
        padding: 24px 0;
    }

    .nav .menu {
        margin: 0 -15px;
    }

    .nav .menu > li {
        margin-right: 3.5%;
    }

    .nav .menu > li.products > .sub-menu {
        width: 940px;
        left: -308px;
        padding: 41px 0 45px;
        top: calc(100% - 23px);
    }

    .nav .menu > li.products > .sub-menu > li {
        padding: 0 36px;
    }

    .nav .menu > li > .sub-menu {
        min-width: 354px;
    }

    .slider_box_pattern {
        bottom: 32px;
    }

    .admin-bar .slider_box_pattern {
        bottom: 48px;
    }

    .site-footer {
        height: 251px;
        margin-top: -251px;
    }

    .site-footer .footer_bottom {
        padding-left: 18px;
    }

    .site-footer iframe {
        min-height: 90px !important;
    }

    #site-info .nav {
        padding: 32px 9px 0 18px;
    }

    #site-info .nav .menu > li {
        margin: 0 2%;
    }

    #site-info .contacts {
        margin-right: -15px;
    }

}

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

    body {
        font-size: 16px;
    }

    .button {
        min-width: 195px;
    }

    #page_content {
        padding-bottom: 291px;
    }

    .nav {
        padding: 31px 0;
    }

    .nav .menu > li {
        margin-right: 4.7%;
    }

    .nav .menu > li.products > .sub-menu {
        width: 1140px;
        left: -375px;
        top: calc(100% - 31px);
    }

    .nav .menu > li > .sub-menu {
        min-width: 409px;
    }

    .site-footer {
        height: 291px;
        margin-top: -291px;
    }

    .site-footer iframe {
        min-height: 90px !important;
    }

    #site-info .nav {
        padding: 38px 9px 0 18px;
    }

    #site-info .nav .menu > li {
        margin: 0 2%;
    }

    #site-info .contacts {
        margin-right: 0;
    }

}

.covid-main {
	padding: 0 !important;
    color: #3a3a3a;
}

.covid-main .container{
    width: 90%;
}


.covid-main .description-form-area {
	padding: 110px 0;
}

.covid-main .description-form-area p {
	font-size: 18px;
}

.covid-main .description-form-area p.title {
	font-weight: bold;
	font-size: 22px;
}

.covid-main .description-form-area a.submit-link{
	font-size: 20px;
	font-weight: bold;
	color: #0076bd;
	text-decoration: none;
	padding-bottom: 10px;
	border-bottom: 2px solid #0076bd;
}

.covid-main .description-form-area .image-wrap{
    margin-bottom: 30px;
}

.covid-main .description-form-area .image-area{
    display: inline-block;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.covid-main .description-form-area .image-area img{
    max-width: 100%;
}

.covid-main .description-form-area .image-area .title{
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

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

    body {
        font-size: 16px;
    }

}

@-webkit-keyframes fadeOut {

    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}

@keyframes fadeOut {

    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}

