html{
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
}
@font-face {
    font-family: 'SVN-Gotham';
    src: url(fonts/SVN-GothamLight.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SVN-Gotham';
    src: url(fonts/SVN-GothamBook.otf);
    font-weight: 450;
    font-style: normal;
}
@font-face {
    font-family: 'SVN-Gotham';
    src: url(fonts/SVN-GothamRegular.otf);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SVN-Gotham';
    src: url(fonts/SVN-GothamBold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SVN-Gotham';
    src: url(fonts/SVN-GothamBlack.otf);
    font-weight: 900;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    font-family: 'SVN-Gotham', sans-serif;
    font-size: 16px;
    background-color: #fff;
    line-height: 28px;
    color: #000000;
    font-weight: 450;
    overflow: unset !important;
}
ul, ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    color: #000;
    font-weight: 500;
}
p {
   margin: 0 0 10px 0;
}
a{
    text-decoration: none;
    color: #000;
}
select,
button,
input,
textarea, input[type="text"], input[type="email"], input[type="telephone"] {
    font-family: 'SVN-Gotham', sans-serif;
    font-weight: 400;
}
input:focus-visible,
select:focus-visible{
    outline: none;
}
.inner-container {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
}
.inner-container-sm{
    max-width: 1200px;
}
iframe{
    max-width: 100%;
}
.flex-class-center{
    align-items: center;
}
.flex-class{
    display: flex;
    flex-wrap: wrap;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.row::after,    
 .inner-container::after {
    clear: both;
}
 .inner-container::before,
 .inner-container::after{
    display: table;
    content: " ";
}
/*.col-lg-1,
.col-lg-2,
.col-lg-2-5,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-10,
.col-lg-9,
.col-lg-12{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-lg-1{
    width: 14.285714%;
}
.col-lg-2{
    width: 16.666667%;
}
.col-lg-2-5{
    width: 20%;
}
.col-lg-3{
    width: 25%;
}
.col-lg-4{
    width: 33.333333%;
}
.col-lg-5{
    width: 41.666667%;
}
.col-lg-6{
    width: 50%;
}
.col-lg-7 {
    width: 58.33333333%;
}
.col-lg-8 {
    width: 66.66666666%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-10{
    width: 83.33333333%;
}
.col-lg-12{
    width: 100%;
}*/
select {
    border: 1px solid #dbdbdb;
    max-width: 100%;
    padding: 8px 10px;
}
select {
/*    background-image: url('../css/images/ico-select.png');*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: transparent;
    padding-right: 28px;
    text-indent: .01px;
    text-overflow: '';
    cursor: pointer;
}
/**/
.text-center {
    text-align: center;
}
.full-row {
    float: left;
    width: 100%;
}
.full-content {
    min-height: 500px;
}
.home .full-content,
.full-content.full-content-contact{
    margin-top: 0;
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
main#main.one-sidebar {
    width: 74%;
    float: left;
}
.sidebar-one {
    float: left;
    width: 24%;
    margin-left: 2%;
}
.error_404 {
    color: #018791;
    text-align: center;
    margin-top: 120px;
}
.error_404 .fa {
    font-size: 140px;
}
.zoom-img{
    overflow: hidden;
}
.zoom-img img:not(.iconPlay){
    transition: .3s all;
    display: block;
    width: 100%;
}
.zoom-img:hover img{
    transform: scale(1.1);
}
/**/
.customize-partial-edit-shortcut button{
    z-index: 999999999;
    left:0;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
img.alignright {
    display: block;
    margin: 0 0 0 auto;
}
.wp-caption {
    max-width: 100%;
}
.aligncenter {
    margin: 0 auto;
    text-align: center;
}
.alignright {
    text-align: right;
    margin: 0 0 0 auto;
}
.alignleft {
    text-align: left;
}
@media only screen and (max-width: 990px) {
    .full-content{
        margin-bottom: 20px;
/*        padding-top: 20px;*/
    }
    p {
        margin: 0 0 10px 0;
    }
}
@media only screen and (max-width: 990px) {
    body{
        line-height: 1.4;
        font-size: 14px;
    }
    main#main.two-sidebar,
    main#main.one-sidebar{
        width: 100% !important;
    }
}
@media only screen and (max-width: 991px) {
    .inner-container{
        padding: 0 10px !important;
    }
/*    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .inner-container,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-10,
    .col-lg-12{
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-lg-2-5 {
        width: 25%;
    }*/
}
@media only screen and (max-width: 400px) {
/*    .col-lg-1,
    .col-lg-2,
    .col-lg-2-5,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-10,
    .col-lg-9,
    .col-lg-12{
        width: 100% !important;
    }*/
}
