body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
}
.uk-overlay.uk-position-cover.uk-flex.uk-flex-middle.uk-overlay-primary.uk-transition-fade {
    max-width: 1200px;
    margin: auto;
  background:transparent;
}
.uk-overlay.uk-position-cover.uk-flex.uk-flex-middle.uk-overlay-primary.uk-transition-fade div {
    max-width: 50%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
}
html, button, input, select, textarea {
    font-family: open sans;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0 none;
}

h2 {
    font-size: 36px;
    line-height: 50px !important;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 21px;

}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    box-sizing: content-box;
    height: 0;
}
mark {
    background: none repeat scroll 0 0 #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: none;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl, menu, ol, ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
menu, ol, ul {
    padding: 0 0 0 40px;
}
nav ul, nav ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0 none;
padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
}
j_container-x {
    width: 100%;
    position: relative;
}
.j_container {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
top, aside, header, breadcrumbs, footer, nav, section, bottom, copyright, main {
    display: block;
}
.j_block, section#j_main {
    margin: 0;
    position: relative;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
p, pre {
    margin: 0 0 20px 0;
}
 h4, h5 {
    margin-bottom: 10px;
    margin-top: 10px;
    text-rendering: optimizelegibility;
          font-weight: 500;
}
h1, h2, h3{
      margin-bottom: 20px;
    margin-top: 20px;
    text-rendering: optimizelegibility;
         font-weight: 700;
}
.right {
    text-align: right !important;
}
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right-float {
  float: right !important;
}

.left-float {
  float: left !important;
}
.white-text {
    color: white !important;
}
.none {
    margin: 0 !important;
    padding: 0 !important;
}

body [class*="j_grid"] {
    display: inline;
    float: left;
    position: relative;
    margin: 0;
}
.j_grid-12 {
    width: 100%;
}
.j_grid-11 {
    width: 90%;
}
.j_grid-10 {
    width: 80%;
}
.j_grid-9 {
    width: 70%;
}
.j_grid-8 {
    width: 60%;
}
.j_grid-7 {
    width: 55%;
}
.j_grid-6 {
    width: 50%;
}
.j_grid-5 {
    width: 40%;
}
.j_grid-4 {
    width: 33.333%;
}
.j_grid-3 {
    width: 25%;
}
.j_grid-2 {
    width: 18%;
}
.j_grid-1 {
    width: 10%;
}

@media only screen and (max-width: 1199px) and (min-width: 960px) {

.j_container {
    width: 960px;
}
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
.j_container {
    width: 768px;
}

}

@media only screen and (max-width: 767px) {
.j_container [class*="j_grid"] {
    display: block;
    float: none;
    position: relative;
    width: 100%;
}
.j_container {
    width: 100%;
}
}

@media only screen and (max-width: 767px) {
.visible-phone {
    display: block !important;
}
.hidden-phone {
    display: none !important;
}
}

@media only screen and (min-width: 960px) {
.visible-desktop {
    display: block !important;
}
.hidden-desktop {
    display: none !important;
}
}

@media (min-width: 768px) and (max-width: 959px) {
.visible-tablet {
    display: block !important;
}
.hidden-tablet {
    display: none !important;
}
}
