body {
    font-size: 16px;
    font-family: 'Oswald', serif;
    color: #000000;
    overflow-x: hidden;
    /*background: url(../images/background.jpg) repeat-y fixed;*/
    background-color:  #ffffff;
    font-weight: 300;
}
a,
a:active,
a:visited {
    text-decoration: none;
    color: #000000;
}
a:hover,
li.active a,
a.active {
    text-decoration: none;
    color: #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

/*------------------------*/
.page {
    margin: 0 10px;
}

.header {
    /*background: url(../images/header-bg-desktop.jpg) repeat-y;*/
    background-color:  #ffffff;
    padding: 20px 0 21px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.header.small-header .logo img {
    /*width: 180px;*/
}

.header.small-header .header-right {
    margin-top: 15px;
    transition: all ease-in-out 0.5s;
}

.logo {
    float: left;
}

.header .logo img {
    transition: width ease-in-out 0.5s;
    width: 396px;
}

.header-right {
    float: right;
    margin-top: 20px;
}

.header-social {
    float: right;
    margin-left: 15px;
}

.header-social > a {
    width: 34px;
    height: 33px;
    display: inline-block;
    vertical-align: top;
    text-indent: -10000px;
}

/*-----------*/

.header-social > .social-fb {
    background: url('../images/social-sprites1.png') no-repeat;
    background-position: -0px -33px;
}

.header-social > .social-fb:hover {
    background: url('../images/social-sprites1.png') no-repeat;
    background-position: -0px -197px;
    height: 32px;
}

.header-social > .social-instra {
    background: url('../images/social-sprites1.png') no-repeat;
    background-position: -0px -0px;
}

.header-social > .social-instra:hover {
    background: url('../images/social-sprites1.png') no-repeat;
    background-position: -0px -66px;
    height: 32px;
}

.header-social > .social-pinterest {
    background: url('../images/social-sprites1.png') no-repeat;
    background-position: -0px -98px;
}

.header-social > .social-pinterest:hover {
    background: url('../images/social-sprites1.png') no-repeat;
    background-position: -0px -229px;
    height: 32px;
}

.header-social > .social-tumblr {
    background: url('../images/social-sprites1.png') no-repeat;
    background-position: -0px -131px;
}

.header-social > .social-tumblr:hover {
    background: url('../images/social-sprites1.png') no-repeat;
    background-position: -0px -261px;
    height: 32px;
}

.header-social > .social-twitter {
    background: url('../images/social-sprites1.png') no-repeat;
    background-position: -0px -164px;
}

.header-social > .social-twitter:hover {
    background: url('../images/social-sprites1.png') no-repeat;
    background-position: -0px -293px;
}

/*--------------*/

.main-menu {
    float: right;
    margin-top: 7px;
}

.main-menu ul li {
    display: inline-block;
    border-right: 1px #000 solid;
    padding: 0 10px 0 7px;
    line-height: 14px;
}

.main-menu ul li:last-child {
    border-right: none;
}

/*----------content-----------*/
section.content-container,
header.header,
footer.footer {
    padding-left: 90px;
    padding-right: 90px;
}

.content {
    max-width: 1600px;
    margin: 100px auto 40px auto;
}

a.menu-link {
    display: block;
    margin-bottom: 5px;
}

a.menu-link.active {
    font-weight: bold;
}

.content-left-menu {
    display: none;
    float: left;
    text-align: right;
    position: fixed;
    overflow-x: auto;
    background: #fff;
    padding: 5px 16px;
}

.content-left-menu ul:first-child {
    margin-bottom: 10px;
}

.content-left-menu ul li.active > a {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

/*---image block---*/

.item {
    position: relative;
    align-self: center;
    flex: 0 0 25%;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
}

.item-x2 {
    flex: 0 0 50%;
    width: 50%;
}

.two-cols
.three-cols {
    margin: 0 -40px;
}

.two-cols .item {
    padding: 0 40px;
    flex: 0 0 50%;
    width: 50%;
}

.two-cols .item-x2 {
    flex: 0 0 100%;
    width: 100%;
}

.three-cols .item {
    padding: 0 40px;
    flex: 0 0 33.33%;
    width: 33.33%;
}

.three-cols .item-x2 {
    flex: 0 0 66.66%;
    width: 66.66%;
}

.two-img-container {
    display: flex;
    margin: 0 -20px;
    align-items: center;
}

.two-img-container > div {
    flex: 0 0 50%;
    padding: 0 20px;
    text-align: center;
}

.two-img-container > div.shrink img {
    width: 65%;
}

.two-cols .two-img-container,
.three-cols .two-img-container,
.home-page .two-img-container {
    margin: 0 -40px;
}

.two-cols .two-img-container > div,
.three-cols .two-img-container > div,
.home-page .two-img-container > div {
    padding: 0 40px;
}

/* .two-cols .two-img-container > div:first-child,
.three-cols .two-img-container > div:first-child,
.home-page .two-img-container > div:first-child {
    padding-left: 40px;
}

.two-cols .two-img-container > div:last-child,
.three-cols .two-img-container > div:last-child,
.home-page .two-img-container > div:last-child {
    padding-right: 40px;
} */

.item img {
    vertical-align: top;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.two-cols .item img {
    width: auto;
    max-width: 100%;
    max-height: 650px;
}
/*
.two-cols .item.shrink img {
    max-width: 100%;
} */

.item.shrink > a {
    width: 65%;
}

.item-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    /* background: rgba(255,255,255,0.75); */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* z-index: 3; */

    /* background: rgba(255,255,255,1); */
    /* background: -moz-linear-gradient(top, rgba(255,255,255,1) 54%, rgba(246,246,246,1) 87%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(54%, rgba(255,255,255,1)), color-stop(87%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 54%, rgba(246,246,246,1) 87%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 54%, rgba(246,246,246,1) 87%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 54%, rgba(246,246,246,1) 87%, rgba(237,237,237,1) 100%); */
    /* background: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(237,237,237,1) 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); */
}

.home-page .item-hover {
    left: 0;
    right: 0;
    z-index: unset;
}

.item-middle {
    display: table;
    width: 100%;
    height: 100%;
}

/* .item-middle > a,
.item-middle > span {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding: 15px 10px;
} */

.item-middle > a > span,
.item-middle > span > span {
    display: block;
}

.item:hover .item-hover {
    opacity: 1;
}

.item-middle .block-title {
    font-size: 18px;
    text-align: center;
}

.two-cols .home-img {
    max-width: 650px;
}
.two-cols .two-img .home-img {
    max-width: 1380px;
    width: 100%;
}
.two-cols .item-x2 .home-img {
    max-width: unset;
}

.home-img .item-middle .block-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 55px 10px 15px 10px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(237,237,237,1) 100%);
}

.item-middle > a > .img-share {
    margin-top: 10px;
}

.item-middle > a > .img-share img {
    width: auto;
}

.item-middle,
.item-middle > a:hover {
    color: #000;
}

/*---home-blog-------*/

.home-blog {
    text-align: center;
    padding-top: 5px;
}

.brand-name {
    font-style: italic;
}

/*------image-slideshow------*/

.image-slideshow {
    text-align: center;
    position: relative;
}

.image-slideshow ul li {
    margin-bottom: 10px;
    padding: 0 10px;
}

.image-slideshow ul li img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.image-slideshow ul li.two-img > div {
    float: left;
    width: 49%;
    text-align: left;
}

.image-slideshow ul li.two-img > div:first-child {
    margin-right: 2%;
    text-align: right;
}

.image-slideshow ul li.two-img > div > div {
    display: inline-block;
}

.image-slideshow ul li.two-img > div > div .slideshow-info {
    text-align: center;
}

.image-slideshow ul li.two-img > div > div > a > img {
    width: 100%;
}

.slide-down {
    text-align: center;
}

.slide-down a {
    width: 27px;
    height: 15px;
    display: inline-block;
    background: url('../images/arrow-down.png') no-repeat;
}

.arrow-left-right > a {
    width: 50%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 100;
}

/*.arrow-left-right > .arrow-left {
    background: url('../images/left-arrow.png') no-repeat center center;
    left: 0;
    cursor: url("../images/left-arrow.png"),auto;
}

.arrow-left-right > .arrow-right {
    background: url('../images/right-arrow.png') no-repeat center center;
    right: 0;
    cursor: url("../images/right-arrow.png"),auto;
}*/

/*--------thumbnail-gallery----------*/
.thumbnail-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.thumbnail-gallery .item {
    padding: 10px;
}

.thumbnail-gallery .item > a {
    display: block;
}

.thumbnail-gallery .item.two-img > a img {
    width: 50%;
    float: none;
    display: inline-block;
}

.italic-font {
    /*font-size: 14px;*/
    font-style: italic;
}

.share-img {
    margin-left: 10px;
    vertical-align: middle;
}

.share-img a:focus {
    outline: none;
}

/*--------Menu---------*/

.offcenvas-menu {
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: none;
}

.oc-menu .content-left-menu {
    box-shadow: inset -10px 0 5px -5px #ddd;
    -webkit-box-shadow: inset -10px 0 5px -5px #ddd;
    -moz-box-shadow: inset -10px 0 5px -5px #ddd;

    padding: 50px 10px;
}

.oc-menu .content,
.oc-menu .header,
.oc-menu .footer {
    -webkit-transform: translate(222px, 0);
    -moz-transform: translate(222px, 0);
    -ms-transform: translate(222px, 0);
    -o-transform: translate(222px, 0);
    transform: translate(222px, 0);
}

/*------txt-block-container---------*/

.txt-block {
    margin-bottom: 20px;
}

h1 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}

h2 {
    font-size: 16px;
    margin-bottom: 4px;
}

p {
    font-size: 12px;
}

.posted-date {
    color: #666666;
    font-size: 11px;
    margin-top: 8px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

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

.blog-img {
    padding-top: 5px;
}

/*----magnific-----*/

.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px 29px;
    width: auto;
    max-width: 312px;
    margin: 20px auto;
}

.popup-desc {
    font-weight: 500;
}

.mfp-bg {
    background: #ffffff;
}

/*----------Zoom-in-------------*/

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/*---------popup-form-----------*/

.popup-form {
    max-width: 540px;
    position: relative;
    padding: 30px;
    background-color: #fff;
    margin: 0 auto;
}

.form-left {
    width: 202px;
    float: left;
    margin-right: 15px;
}

.form-right {
    width: 202px;
    float: left;
}

div.textarea {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="submit"], input[type="button"] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 5px 10px 5px 0;
    color: #000000;
    border: none;
    background: none;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
}

div.input, div.row {
    margin-bottom: 11px;
    vertical-align: text-top;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
    width: 100%;
    height: 38px;
    padding: 10px;
    color: #000;
    font-size: 16px;
    border: 1px solid #999999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

textarea {
    border: 1px solid #999999;
    padding: 10px;
    width: 100%;
    color: #000;
    font-size: 16px;
    height: 90px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    vertical-align: bottom;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus{
    outline: none;
}

.from-required-text {
    position: absolute;
    right: 0px;
    bottom: 18px;
    font-size: 14px;
    color: #999999;
    font-style: italic;
}

.header-social.popup-social-link {
    float: left;
    margin-left: 0;
    width: 34px;
    margin-right: 27px;
}

.header-social.popup-social-link a {
    margin-bottom: 5px;
}

.header-social.popup-social-link .social-fb {
    background: url('../images/social-sprites.png') no-repeat;
    background-position: -0px -32px;
    height: 32px;
}

.header-social.popup-social-link .social-instra {
    background: url('../images/social-sprites.png') no-repeat;
    background-position: -0px -0px;
    height: 32px;
}

.header-social.popup-social-link .social-pinterest {
    background: url('../images/social-sprites.png') no-repeat;
    background-position: -0px -64px;
    height: 32px;
}

.header-social.popup-social-link .social-tumblr {
    background: url('../images/social-sprites.png') no-repeat;
    background-position: -0px -96px;
    height: 32px;
}

.header-social.popup-social-link .social-twitter {
    background: url('../images/social-sprites.png') no-repeat;
    background-position: -0px -128px;
}

.header-social.popup-social-link > a {
    background: url('../images/social-sprites.png') no-repeat;
}

.form-block {
    float: left;
    position: relative;
}

/*-----------footer----------------*/

.footer {
    padding: 20px 0 46px 0;
    color: #000000;
    font-size: 12px;
    border-top: 1px solid #000000;
}

.footer a {
    color: #999999;
}

.footer-inner {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 20px;
}

.footer-logo {
    float: left;
    margin-right: 2%;
    width: 15%;
}

.footer-link {
    float: left;
    margin-right: 2%;
    width: 10%;
    margin-top: 12px;
}

.footer-contact {
    float: right;
    width: 20%;
}

.footer-contact .header-social.popup-social-link {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
}

.footer-form input {
    width: 167px;
    background: none;
    height: 33px;
    padding: 5px;
    /*margin-right: -3px;*/
    color: #999999;
    font-size: 12px;
    font-style: italic;
    /*padding-left: 10px;*/
}

.footer-form input[type="submit"], input[type="button"] {
    width: 33px;
    height: 33px;
    background: #999999;
    font-weight: normal;
    color: #fff;
}

.footer-address {
    float: right;
    margin-right: 2%;
    font-style: normal;
    width: 17%;
    margin-top: 12px;
}

.footer-txt {
    float: left;
    width: 30%;
    margin-right: 2%;
    margin-top: 12px;
}

.footer-contact .header-social.popup-social-link .social-fb {
    background: url('../images/social-sprites.png') no-repeat;
    background-position: -0px -160px;
}

.footer-contact .header-social.popup-social-link .social-instra {
    background: url('../images/social-sprites.png') no-repeat;
    background-position: -0px -192px;
}

.footer-contact .header-social.popup-social-link .social-pinterest {
    background: url('../images/social-sprites.png') no-repeat;
    background-position: -0px -225px;
}

.footer-contact .header-social.popup-social-link .social-tumblr {
    background: url('../images/social-sprites.png') no-repeat;
    background-position: -0px -258px;
}

.footer-contact .header-social.popup-social-link .social-twitter {
    background: url('../images/social-sprites.png') no-repeat;
    background-position: -0px -290px;
}
