@media only screen and (max-width: 1024px) {
/* start */

.nav-desktop,
.btn-search {
	display: none;
}

.bt-open-nav,
.bt-search-mobile {
    display: inline-block;
}

/* end 1024 */
}


@media only screen and (max-width: 600px) {
/* start */

h1 {
    font-size: 32px;
}

header .container {
    padding-right: 15px;
    padding-left: 15px;
}

.heading .social-content,
.select-lang,
.heading .full-media .btn-open a {
	display: none;
}

.heading .full-media {
    width: calc(100% - 30px);
    height: calc(100% - 85px);
    margin: 70px 15px 15px;
}

.heading .full-media .caption {
    left: 15px;
    width: calc(100% - 30px);
    bottom: 20%;
}

.heading .full-media .caption a.link {
    font-size: 11px;
}

.btn-enter {
    z-index: 10;
    bottom: 50px;
}

.btn-enter a span {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tns-controls div {
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

.tns-controls div i {
	position: relative;
    top: -4.5px;
    font-size: 20px;
}

.tns-slider .details span img {
    height: 18px;
}

/* end 600 */
}


@media only screen and (max-width: 400px) {
/* start */

body {
    font-size: 14px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

.main-title h1:after, .main-title h2:after {
    right: -25px;
    width: 20px;
}

.main-title h1:before, .main-title h2:before {
    left: -25px;
    width: 20px;
}

.heading .full-media .caption a.link {
    display: none;
}

.heading .full-media .caption h1 {
    line-height: 1.2;
}

.heading .full-media .caption p {
    font-size: 17px;
    line-height: 1.1;
    margin-bottom: 15px;
}

ul.flex-direction-nav {
    display: none;
}

/* end 400 */
}
