/*
Inter
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900

font-family: 'Inter', sans-serif;
 */

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
 0%, 50%, 100% {
 top: 5px;
 top: 5px;
}
00679d 25%, 75% {
 top: -1px;
 top: -1px;
}
}

@keyframes hvr-icon-up {
 0%, 50%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 25%, 75% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
}
/* Icon Up */

.begaj, #begaj {
	display: none;
}
.clear {
	clear: both;
}
.content-page img, img {
	max-width: 100%;
	/*height: auto!important; */
}
iframe {
	max-width: 100%;
}
body {
	font-family:'Inter', sans-serif, Arial, Verdana;
	font-size: 16px;
    line-height: 24px;
	color: #333333;
    background: #ffffff;
}
a {
	color: #0058a1;
}
a:focus, a:hover {
	color: #333333;
	outline: none;
	text-decoration: none;
    transition: all 0.15s ease-out 0s;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.owl-carousel .owl-controls {
	margin: 0;
}
img {
	max-width: 100%;
	/*height: auto!important;*/
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
label {
	margin-bottom: 0px;
	font-weight:400;
}
.clear {
	clear: both;
}
.hidden{
    visibility: hidden;
}

#main {
	position: relative;
}

.container {
	position: relative;
    z-index: 2
}

.main-container{
    padding-top:0;
}
.content-page-inside{
    padding-top:110px
}

.header-wrap {
	position: fixed;
    top: 0;
	left: 0;
    right:0;
	width: 100%;
    margin:0 auto;
	z-index: 100;
	height: inherit;
    transition: all 0.3s ease-out 0s;
   /* background:#FFFFFF;   */
    /*-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);*/
}
.header-wrap.inside {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
}

/*--fixed-head--*/
.header-wrap.fixed-head {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
}
.header-wrap.fixed-head .header-top{
    -webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
    height:90px;
    background: rgba(255,255,255,1);
}
.header-wrap.fixed-head #logo {
	/*top:7px;
    width: 253px;
    height:56px;*/
    top:18px;
    -webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
    background:  url(img/logo.png);
}
.header-wrap.fixed-head #logo img {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	/*width: 253px;
    height:56px;*/
}

.header-wrap.fixed-head #top-menu ul li a {
	font-size: 16px;
    line-height: 16px;
	color: #333333;
}
.header-wrap.fixed-head #top-menu li:hover a, #top-menu li a:hover {
	color: #333333;
    transition: all 0.15s ease-out 0s;
}
.header-wrap.fixed-head #top-menu a:after {
	border-bottom: 1px solid #333333;
	border-bottom-color: rgb(0, 0, 0);
}
.header-wrap.fixed-head #top-menu a:hover:after {
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.header-wrap.fixed-head #top-menu li li a:before{
    display: none;
}
.header-wrap.fixed-head #top-menu li li a:after{
    display: none;
}

.header-wrap.fixed-head #offer-menu ul li a {
	color: #333333;
}
.header-wrap.fixed-head #offer-menu li:hover a, #offer-menu li a:hover {
	color: #333333;
    transition: all 0.15s ease-out 0s;
}

.header-wrap.fixed-head a.search:after{
    color: #8ea7b6;
    border:1px solid #8ea7b6;
}
.header-wrap.fixed-head .search:hover:after{
    color: #0058a1!important;
    transition: all 0.15s ease-out 0s;
}

.header-wrap.fixed-head a.agenti {
    color: #8ea7b6!important;
    border:1px solid #8ea7b6!important;
}
.header-wrap.fixed-head a.agenti:hover {
    color: #0058a1!important;
    border: 1px solid #9cbfde!important;
    background: #f0f6ff;
}
.header-wrap.fixed-head #offer-menu li a:before{
    background: #333333;
}
/*-- / fixed-head--*/

#logo {
	position: absolute;
	top:26px;
	left: 20px;
	z-index: 130;
    width: 200px;
    height:57px;
    line-height: 100%;
    text-align: left;
    margin:0;
    background: url(img/logo_w.png);
	transition: all 0.15s ease-out 0s;
}
#logo img {
	transition: all 0.15s ease-out 0s;
	width: 200px;
    height:57px;
}


.header-box{
    margin:0 auto;
    width:100%;
    text-align: center;
    position: relative;
    transition: all 0.15s ease-out 0s;
}

.header-top{
    vertical-align: middle;
    height:110px;
    position: relative;
    margin:0 auto;
    width:100%;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
	align-content: stretch;
    padding:0 0 0 230px;
    background: rgba(0,57,104,0.8);
    transition: all 0.15s ease-out 0s;
}


.top-menu-box{
    margin:0 0 0 0;
    vertical-align: middle;
    position: relative;
    padding: 0 100px 10px 0;
    width:auto;
    text-align: right;
}

#top-menu {
	position: relative;
    padding:0 0 0 0;
    margin:0;
    text-align: right;
    vertical-align: middle;
    display: inline-block
}
#top-menu div ul  {
    font-size: 0;
    line-height: 16px;
}
#top-menu div ul li {
	float: none;
	display: inline-block;
	position: relative;
    padding:0;
    margin:0;
    font-size: 0;
    line-height: 16px;
}
#top-menu ul li a {
	font-size: 16px;
    line-height: 16px;
	color: #FFFFFF;
    position: relative;
	margin:0 10px 0 10px;
    padding:0 0 0 0;
    text-transform: none;
    overflow: hidden;
	transition: all 0.15s ease-out 0s;
}
#top-menu li:hover a, #top-menu li a:hover {
	color: #FFFFFF;
    transition: all 0.15s ease-out 0s;
}
#top-menu ul li:before {
    content: "";
	display: block;
	position: absolute;
	right: 0;
	top:0;
	height:18px;
    width:1px;
    background: #8ea7b6
}
#top-menu ul li:last-child:before {
    content: "";
	display: block;
	position: absolute;
	right: 0;
	top:0;
	height:0;
    width:0;
}
/*#top-menu a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left:-1px;
	border-bottom: 1px solid #FFFFFF;
	border-bottom-color: rgb(255, 255, 255);
	width: 100%;
	height: 0;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: transform .2s ease-in-out;
}
#top-menu a:hover:after {
	-ms-transform: translateX(0);
	transform: translateX(0);
}*/
#top-menu a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left:-1px;
	border-bottom: 1px solid #FFFFFF;
	border-bottom-color: rgb(255, 255, 255);
	width: 100%;
	height: 0;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: transform .2s ease-in-out;
}
#top-menu a:hover:after {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#top-menu li div ul {
    background: #FFFFFF;
    margin-top:5px;
    padding:0;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.13);
    border-radius:3px;
}
#top-menu div ul li ul li {
	display: block;
    padding:0!important;
    margin:0!important
}
#top-menu div ul li ul li:before {
    content: "";
	display: none;
	right: 0;
	top:0;
	height:0;
    width:0;
}
#top-menu li li a {
	position: relative;
	color: #333333!important;
	padding: 10px 10px 5px 10px!important;
	font-size: 13px!important;
    line-height: 13px!important;
	text-align: left!important;
	text-transform: none;
    margin:0!important;
   /* background: #FFFFFF!important   */
}
#top-menu li li a:before{
    display: none;
}
#top-menu li li a:after{
    display: none;
}
#top-menu li li a:hover {
	color: #0058a1 !important;
   /* background: #f7e7eb!important; */
    transition: all 0.15s ease-out 0s;
}

#top-menu li li:first-child a {
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
#top-menu li li:last-child a {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

#top-menu div ul li:nth-last-child(2) div,
#top-menu div ul li:nth-last-child(1) div {
    left: auto!important;
	right: 0!important;
}
#top-menu div ul li div {
    left: 0!important;
}


.tel-box{
    padding:0 0 0 0;
    margin:0;
    text-align: right;
    position: relative;
    vertical-align: middle;
    width:auto;
    transition: all 0.15s ease-out 0s;
    display: none
}
.tel-box ul{
    margin:0;
    padding:0;
    list-style: none;
    text-align: right;
}
.tel-box ul li{
    padding:0 0 0 0;
    margin:0 0 0 0;
    text-align: right;
    display: inline-block;
    position: relative;
}
.tel-box a {
	font-size: 0;
    line-height: 0;
    color: #333333;
    padding:0 0 0 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin:0 0 0 0;
    font-weight: 400;
    transition: all 0.15s ease-out 0s;
}
.tel-box a:hover {
    transition: all 0.15s ease-out 0s;
    color: #333333;
}


.tel-box a.search-mobile:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 17px;
    line-height:30px;
    width:32px;
    height:32px;
    content: "\e912";
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    left:0px;
    top:0;
    border:1px solid #8ea7b6;
    border-radius:100%;
    transition: all 0.15s ease-out 0s;
}
.tel-box a.search-mobile:hover:before{
    color: #0058a1!important;
    border: 1px solid #9cbfde!important;
    background: #f0f6ff;
    transition: all 0.15s ease-out 0s;
}

.tel-box a.agenti-mobile{
	font-size: 18px;
    line-height: 30px;
    padding:0 15px 0 15px!important;
    margin:0 0 0 0!important;
    position: absolute;
    display: block;
    right:10px;
    vertical-align: middle;
    text-align: center;
    color: #ffec00!important;
    border:1px solid #8ea7b6!important;
    border-radius:3px;
    text-transform: none!important;
    font-weight: 700 !important
}
.tel-box a.agenti-mobile:hover{
    transition: all 0.15s ease-out 0s;
    color: #0058a1!important;
    border: 1px solid #9cbfde!important;
    background: #f0f6ff;
}

a.search-mobile,
a.agenti-mobile {
	font-size: 0;
    line-height: 0;
    padding:0 0 0 0;
    margin:0 0 0 0;
    position: relative;


    display: none;
    visibility: hidden;


    vertical-align: middle;
    text-align: left;

    transition: all 0.15s ease-out 0s;
    position: relative;

}



.offer-menu-box{
    margin:0 0 0 0;
    vertical-align: middle;
    padding:0 40px 0 0;
    transition: all 0.15s ease-out 0s;
    /*width:auto;  */
    display: block;
    position: relative;
    text-align: right;
}
#offer-menu {
	position: relative;
    margin:0;
    padding:0;
    text-align: right;
    transition: all 0.3s ease-out 0s;
    z-index: 15;
    display: inline-block;
    vertical-align: middle;
    /*width:100%; */
    width:auto;
}
#offer-menu > div > ul {
	font-size: 0;
    /*line-height: 55px;*/
}
#offer-menu > div > ul > li {
	font-size: 0;
    /*line-height: 55px; */
}

/*#offer-menu .label-menu + div {
    display: table;
    height: 100%;
    width:100%;
}
#offer-menu.responsive-nav > div > ul {
    display: table-row;
    height: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
    vertical-align: top;
}
#offer-menu.responsive-nav > div > ul > li {
    display: table-cell;
    height: inherit;
    vertical-align: top;
    float: none;
}*/

#offer-menu div ul li {
	float: none;
	display: inline-block;
	position: relative;
    padding:0;
    margin:0 0 0 0;
    vertical-align: middle;
    font-size: 0;
}
#offer-menu ul li a {
	font-size: 18px;
    line-height:35px;
	color: #FFFFFF;
    position: relative;
    padding:0 0 0 0;
    margin:0 20px 0 20px;
    font-weight:700;
    vertical-align: middle;
    text-transform: uppercase;
	transition: all 0.15s ease-out 0s;
    /*display: table;
    height: 100%;
    width: 100%;*/
}
#offer-menu li:hover a, #offer-menu li a:hover {
	color: #FFFFFF;
    transition: all 0.15s ease-out 0s;
}

#offer-menu li.dropdown a:hover:after{
    /*width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #ffffff transparent;
    content: "";
    display: block;
    position: absolute;
    left:0;
    right:0;
    text-align: center;
    margin:0 auto;
    bottom:-8px;
    z-index: 5*/
}


#offer-menu li a:before{
    content: "";
    /*width:100%; */
    background: #ffffff;
    height:2px;
    position: absolute;
    display: inline-block;
    left: 51%;
    right: 51%;
    bottom:5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#offer-menu li a:hover:before{
    left: 0;
    right: 0;
}

#offer-menu li div ul {
    background: rgba(255, 255, 255, 1);
    padding:15px 20px 15px 20px;
    margin:0 0 0 0;
    top:auto;
    z-index: 80;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.0);
    text-align: left;
    border-radius:3px
}

#offer-menu div ul li div {
    left:0;
    top:auto;
    text-align: left
}
#offer-menu div ul li:nth-last-child(1) div,
#offer-menu div ul li:nth-last-child(2) div {
    left: auto!important;
	right:0!important;
}

#offer-menu div ul li ul li {
	display: block!important;
    padding:0!important;
    margin:0!important;
    font-size: 0!important;
    line-height:100%!important;
    background: none!important;
}
#offer-menu li li a {
	position: relative;
	color: #333333!important;
	padding: 0 0 5px 0!important;
	font-size: 16px!important;
    line-height: 16px!important;
	text-align: left!important;
	text-transform: none;
    margin:3px 10px 3px 10px!important;
    height:auto!important;
    width: auto!important;
    background: none!important;
    transition: all 0.15s ease-out 0s;
    border: 0!important;
    font-weight:400;
    display: inline-block!important;
}
#offer-menu li li a:hover {
	color: #0058a1 !important;
    transition: all 0.15s ease-out 0s;
    border: 0!important;
}
#offer-menu li li a:before{
    content: "";
    /*width:100%;*/
    background: #0058a1;
    height:1px;
    position: absolute;
    display: inline-block;
    left: 51%;
    right: 51%;
    bottom:3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#offer-menu li li a:hover:before{
    left: 0;
    right: 0;
}


#offer-menu li li a:after, #offer-menu li li a:after{
    display: none!important;
}
#offer-menu li li:hover a:after, #offer-menu li li a:hover:after{
    display: none!important;
}

/* with full width */
#offer-menu.responsive-nav > div > ul > li.full-width {
    position: static;
    z-index: 80;
}
/* with full width */
#offer-menu.responsive-nav > div > ul > li.full-width .row{
    margin: 0;
    padding: 0;
    z-index: 80;
}
#offer-menu.responsive-nav > div > ul > li.full-width .row > div {
    margin: 0;
    padding: 0;
    z-index: 1000!important;
    /*width:1200px;*/
    width:auto;
    border:0;
    background:none!important;
}
#offer-menu.responsive-nav > div > ul > li.full-width > div {
    background: rgba(255, 255, 255, 1);
    padding:10px 20px 15px 20px;
    z-index: 80;
    top:auto!important;
    width:auto;
   -webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0);
    border-radius:3px
}
#offer-menu.responsive-nav > div > ul > li.full-width > div ul {
    background:none!important;
    padding:0 0 0 0;
    text-align: left!important;
    z-index: 80;
    border:0 !important;
   -webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.0);
    border-radius:3px;
}
#offer-menu.responsive-nav > div > ul > li.full-width > div ul li {
	display: inline-block!important;
}


#offer-menu.responsive-nav > div > ul > li.full-width > div li.title {
	display: block!important;
    position: relative;
}
#offer-menu.responsive-nav > div > ul > li.full-width > div li.title a{
    margin: 13px 0 5px 0!important;
    padding:4px 10px 4px 10px!important;
    display:block!important;
    width:auto!important;
    font-size: 18px!important;
    line-height: 20px!important;
    color: #333333!important;
    font-weight: 700!important;
    text-transform: none!important;
    cursor: default;
    /*width: 100%!important; */
    border: 0!important;
    white-space: normal!important;
    text-align: left!important;
    text-transform: none!important;
    background: #f0f6ff!important;
    position: relative;
    z-index: 2
}
#offer-menu.responsive-nav > div > ul > li.full-width > div li.title a:focus,
#offer-menu.responsive-nav > div > ul > li.full-width > div li.title a:hover {
	color: #333333 !important;
    background: #f0f6ff!important;
    cursor: default;
    text-decoration: none!important;
}

#offer-menu.responsive-nav > div > ul > li.full-width > div li.title:before{
    /*content: "";
    width:100%;
    background: #cf3339;
    height:1px;
    position: absolute;
    display: block;
    left: 0;
    right:0;
    bottom:6px;
    z-index: 2*/
}

#offer-menu.responsive-nav > div > ul > li.full-width > div ul.line{
    border-bottom: 0 solid #e0e0e0!important;
    padding-bottom:10px;
    border-radius:0;
/*    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;*/
}

#offer-menu.responsive-nav > div > ul > li.full-width .row > div:last-child ul.line{
    border-bottom: 0 solid #e0e0e0!important;
    padding-bottom:10px;
    border-radius:0
}
/*#offer-menu.responsive-nav > div > ul > li.full-width > div li.title:after{
    width: 100%;
    height: 4px;
    border-style: solid;
    border-width: 0;
    content: "";
    display: block;
    position: absolute;
    left:0;
    right:0;
    top:25px;
    text-align: center;
    margin:0 auto;
    bottom:auto;
    z-index: 1;
    background: #ebebeb;
}*/
#offer-menu.responsive-nav > div > ul > li.full-width > div li.title a:hover a:after{
  /*  display: none!important;  */
}
#offer-menu.responsive-nav > div > ul > li.full-width > div li.title a:before{
    display: none!important
}
#offer-menu.responsive-nav > div > ul > li.full-width > div li.title a:hover a:before{
    display: none!important;
}
#offer-menu.responsive-nav > div > ul > li.full-width > div li a {
    display:inline-block!important;
    white-space: normal!important;
    position: relative;
	color: #333333!important;
	padding: 0 0 3px 0!important;
	font-size: 16px!important;
    line-height: 16px!important;
	text-align: left!important;
	text-transform: none;
    margin:4px 5px 4px 10px!important;
    height:auto!important;
    width:auto!important;
    border: 0!important;
    font-weight: 400!important;
}
#offer-menu.responsive-nav > div > ul > li.full-width > div li a:hover {
	color: #0058a1 !important;
    border: 0!important;
    transition: all 0.15s ease-out 0s;
}

#offer-menu.responsive-nav > div > ul > li.full-width > div li a:before{
    content: "";
    /*width:100%;  */
    background: #0058a1;
    height:1px;
    position: absolute;
    display: inline-block;
    left: 51%;
    right: 51%;
    bottom:0;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#offer-menu.responsive-nav > div > ul > li.full-width > div li:hover a:before{
    left: 0;
    right: 0;
}
#offer-menu.responsive-nav > div > ul > li.full-width > div li a:after{
    display: none!important;
}
#offer-menu.responsive-nav > div > ul > li.full-width > div li a:hover:after{
    display: none!important;
}

a.search {
	font-size: 0;
    line-height: 40px;
    padding:0 0 0 0;
    margin:0 30px 0 5px!important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
a.search:after{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 17px;
    line-height:40px;
    width:40px;
    height:40px;
    content: "\e912";
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    left:0px;
    top:-20px;
    border:1px solid #8ea7b6;
    border-radius:100%;
    transition: all 0.15s ease-out 0s;
}
a.search:hover:after{
    color: #0058a1;
    border: 1px solid #9cbfde;
    background: #f0f6ff;
    transition: all 0.15s ease-out 0s;
}
a.search:hover:before{
    display: none
}
#offer-menu li a.search:hover:before{
    display: none
}

a.agenti {
	font-size: 20px;
    line-height: 24px;
    padding:0 27px 0 27px!important;
    margin:0 9px 0 0!important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #ffec00!important;
    border:1px solid #8ea7b6!important;
    border-radius:3px;
    text-transform: none!important;
    font-weight: 700 !important
}
a.agenti:hover {
	color: #0058a1!important;
    border: 1px solid #9cbfde!important;
    background: #f0f6ff;
}
a.agenti:after{
    display: none;
    transition: all 0.15s ease-out 0s;
}
a.agenti:hover:before{
    display: none
}
#offer-menu li a.agenti:hover:before{
    display: none
}


.main-slider-wrap{
    position: relative;
    padding:0 0 0 0;
    margin:0 0 0 0;
}
#main-slider{
    height:600px;
    position: relative;
}
#main-slider .slider-fill:after {
   /* content: "";
	background: url(img/slider_gradient.png) bottom repeat-x;
	position: absolute;
	left: 0;
	right:0;
	bottom: -2px;
	z-index: 2;
	height:129px;
    width:100%*/
}
#main-slider .slider-fill:before {
	content: "";
    background: rgba(0,0,0,0.20);
	position: absolute;
	left: 0px;
	top: 0;
    bottom:0;
	z-index: 1;
	height: 100%;
    width:100%;
/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );*/
}
#main-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom:10px;
    margin:0 auto;
    text-align: center;
    display: none;
}
#main-slider .owl-dots .owl-dot {
    display: inline-block;
    margin:0 auto;
    text-align: center;
    outline: none;
}
#main-slider .owl-dots .owl-dot span {
	background:none;
	border: 0;
	margin: 4px;
	width: 20px;
	height: 20px;
    border: 0;
    display: inline-block;
	outline: none;
    border-radius: 100%;
    border: 1px solid #ffffff;
}
#main-slider .owl-dots .owl-dot.active span {
	border: 1px solid #ffffff;
	background: #ffffff;
    outline: none;
    width: 20px;
	height: 20px;
}
#main-slider .owl-dots span:hover, #main-slider .owl-dots span:active {
	outline: none;
}
#main-slider .owl-prev, #main-slider .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	padding: 0;
    border:0;
    transition: all 0.25s ease-out;
	outline: none;
    opacity:0.5;
    /*background: #034183;   */
    border-radius:0;
    overflow: hidden;
}
#main-slider .owl-prev:hover, #main-slider .owl-next:hover {
    /*background-color: #0563aa; */
   /* background: #034183; */
/*    background-color: transparent;  */
	transition: all 0.25s ease-out;
	outline: none;
    opacity: 1;
}
#main-slider .owl-next {
	right: 30px;
}
#main-slider .owl-prev {
	left: 30px;
}
#main-slider .owl-prev .icon {
	width: auto;
	height: auto;
	color: transparent;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    opacity:1;
    transition: all 0.25s ease-out 0s;
    border:0;
    /*background-color: rgb(0,0,0, 0.4); */
}
#main-slider .owl-prev .icon:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 40px;
    line-height:40px;
    content: "\e922";
    color: #FFFFFF;
    position: absolute;
    left:-4px;
    right:0px;
    top:0;
    bottom: 0;
    transition: all 0.15s ease-out 0s;
}
#main-slider .owl-next .icon {
	width: auto;
	height: auto;
	color: transparent;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: -4px;
    opacity: 1;
    transition: all 0.25s ease-out 0s;
    border:0;
    /*background-color: rgb(0,0,0, 0.4); */
}
#main-slider .owl-next .icon:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 40px;
    line-height:40px;
    content: "\e91e";
    color: #FFFFFF;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    transition: all 0.15s ease-out 0s;
}
#main-slider .owl-nav .owl-prev:hover .icon, #main-slider .owl-nav .owl-next:hover .icon {
    opacity: 1;
    transition: all 0.25s ease-out 0s;
}

#main-slider .owl-next:hover .icon:before{
    color: #FFFFFF;
    transition: all 0.15s ease-out 0s;
}
#main-slider .owl-prev:hover .icon:before{
    color: #FFFFFF;
    transition: all 0.15s ease-out 0s;
}

#main-slider .slider-fill {
	display: block;
	background-position: center;
	background-size: cover;
    height: 600px;
    position: relative;
    margin:0 0 0 0;
}
#main-slider .slider-fill .containerslide {
	left:0;
    right: 0;
	position: absolute;
	z-index: 3;
	bottom: 100px;
    top:0;
    margin:0 auto 0 auto;
	width: auto;
    height:auto;
    text-align: center;
    padding:0 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
#main-slider .slider-fill .wrap-slider-text {
	display: inline-block;
    margin: 0 0 0 0;
    text-align: center;
    padding:0;
    width:1420px;
    position: relative;
    height:auto;
    transition: all 0.15s ease-out 0s;
}
#main-slider .slider-fill .slider-text {
	color: #fff;
	font-size: 24px;
	padding:0;
    text-align: center;
    width:auto;
    position: relative;
    transition: all 0.15s ease-out 0s;
}
#main-slider .slider-fill .slider-text .title {
    margin: 80px 0 0 0;
    padding: 0;
    font-size:50px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    font-weight:800;
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.10);
    transition: all 0.15s ease-out 0s;
    display: block
}
#main-slider .slider-fill .slider-text .info {
    margin: 0 0 15px 0;
    padding: 0;
    font-size:26px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    font-weight:800;
   /* text-shadow: 0 2px 2px rgba(0, 0, 0, 0.50); */
    transition: all 0.15s ease-out 0s;
    display: block
}
#main-slider .slider-fill .slider-text .price {
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
    vertical-align: middle;
    display: block;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.10);
}
#main-slider .slider-fill .slider-text .price p {
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    display: inline-block
}
#main-slider .slider-fill .slider-text .price p span.cena {
    font-size:22px;
    line-height: 22px;
    display: inline-block;
    font-weight:400;
}
#main-slider .slider-fill .slider-text .price p span {
    font-size:22px;
    line-height: 22px;
}
#main-slider .title,
#main-slider .info,
#main-slider .price{
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0.3s;
}
#main-slider .price{
	animation-duration: 0.7s;
}
#main-slider .price{
	animation-duration: 0.9s;
}
@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 80%, 0);
 transform: translate3d(0, 80%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 80%, 0);
 transform: translate3d(0, 80%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}




#offer-slider .owl-prev, #offer-slider .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
    height: 40px;
	padding: 0;
    border:0;
    transition: all 0.25s ease-out;
	outline: none;
    opacity: 0.8;
    /*background: #034183; */
}
#offer-slider .owl-prev:hover, #offer-slider .owl-next:hover {
    /*background-color: #0563aa; */
    /*background: #034183;    */
    transition: all 0.25s ease-out;
    outline: none;
    opacity: 1;
}
#offer-slider .owl-next {
	right: 30px;
}
#offer-slider .owl-prev {
	left: 30px;
}
#offer-slider .owl-prev .icon {
	width: auto;
	height: auto;
	color: transparent;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    opacity: 1;
    transition: all 0.25s ease-out 0s;
/*    background: #2e3191;   */
}
#offer-slider .owl-prev .icon:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 40px;
    line-height:40px;
    content: "\e922";
    color: #FFFFFF;
    position: absolute;
    left:-4px;
    right:0px;
    top:0;
    bottom: 0;
    transition: all 0.15s ease-out 0s;
}
#offer-slider .owl-next .icon {
	width: auto;
	height: auto;
	color: transparent;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    opacity: 1;
    transition: all 0.25s ease-out 0s;
}
#offer-slider .owl-next .icon:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 40px;
    line-height:40px;
    content: "\e91e";
    color: #FFFFFF;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    transition: all 0.15s ease-out 0s;
}
#offer-slider .owl-nav .owl-prev:hover .icon, #offer-slider .owl-nav .owl-next:hover .icon {
    opacity: 1;
    transition: all 0.25s ease-out 0s;
}

#offer-slider  {
	height:460px;
    display: block;
    margin:0;
    padding:0;
    border-radius:6px;
}
#offer-slider .slider-fill {
	position: relative;
	overflow: hidden;
    margin:0;
    height:460px;
    display: block;
    border-radius:6px;
}
#offer-slider .slider-fill .wrap-image {
    height:460px;
    overflow: hidden;
    margin: 0;
    position: relative;
    display: block;
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    border-radius:6px;
}
#offer-slider .slider-fill .wrap-image img{
   height:460px;
   width:100%;
   max-width: 100%;
   margin: auto;
   object-fit:cover;
   border-radius:6px;
}


.offer-slider-box{
    position: relative;
}

.offer-slider-wrap{
    padding-left:15px;
    padding-right:15px;
    padding-top:0;
}

.offer-gallery-sm {
	margin-left: -5px;
	margin-right: -5px;
    margin-bottom:0;
    margin-top:15px;
    height:auto;
    display: block;
    padding:0;
    /*position: absolute;
    left:15px;
    top:0;
    width: 126px;*/
}
.offer-gallery-sm .gallery-img-item {
	width: 25%;
    display: inline-block;
	float: left;
	padding: 0 4px 0px 4px;
}
.offer-gallery-sm .gallery-img-item a {
    height:84px;
    overflow: hidden;
    margin: 0 0 10px 0;
    position: relative;
    display: block;
    border-radius:10px
}
.offer-gallery-sm .gallery-img-item a:hover {

}
.offer-gallery-sm .gallery-img-item a img{
   height:84px;
   width:100%;
   max-width: 100%;
   margin: auto;
   object-fit:cover;
   border-radius:10px
}
.offer-gallery-sm .gallery-img-item:nth-child(n+5) {
	display: none;
}
@media (max-width: 1199px) {
.offer-slider-wrap{
    padding-right:15px;
    padding-left:15px;
    padding-bottom:20px;
}
}
@media (max-width: 991px) {
.offer-slider-wrap{
    padding-right:15px;
    padding-left:15px;
}
.offer-gallery-sm .gallery-img-item {
	width: 33.33%;
    display: inline-block;
	float: left;
	padding: 0 4px 0px 4px;
}
.offer-gallery-sm .gallery-img-item a {
    height:84px;
    overflow: hidden;
    margin: 0;
    position: relative;
    display: block;
}
.offer-gallery-sm .gallery-img-item:nth-child(n+4) {
	display: none;
}
}
@media (max-width: 567px) {
.offer-gallery-sm .gallery-img-item:nth-child(n+3) {
	display: none;
}
.offer-gallery-sm .gallery-img-item {
	width: 50%;
}
}


.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: rgba(0,0,0,0.70);
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
	touch-action: auto
}


.wrap-filter {
	text-align: center;
    margin:0 auto;
    width:auto;
    display: block;
    position: absolute;
    left:0;
    right:0;
    bottom:10px;
    z-index: 10
}
.wrap-filter.wrap-filter-inside{
  	text-align: center;
    margin:20px auto 30px auto;
    width:auto;
    display: block;
    position: relative;
    left:auto;
    right:auto;
    bottom:auto;
    z-index: 10;
}
.wrap-filter .background-filter {
	display:block;
	width:940px;
	margin:0 auto;
    padding:0;
    position: relative;
    text-align: center;
}
.wrap-filter.wrap-filter-inside .filter {
/*        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.12);*/
}
.wrap-filter .filter {
	padding:5px;
    margin:0;
    overflow: hidden;
    background: #FFFFFF;
    border-radius:3px;
-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
}
.wrap-filter .form-group {
	margin: 0 5px 0 0;
    padding:0;
    float:left;
    border-right:1px solid #d4d4d4
}
.wrap-filter .form-group:nth-child(3) {
    border-right:0 solid #d4d4d4
}
.wrap-filter .form-group.submit {
    margin:0 0 0 0;
    float:left;
    position: relative;
    width:103px;
    display: inline-block;
    border-right:0 solid #d4d4d4
}
.wrap-filter .filter div.custom-select {
	display: inline-block;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	vertical-align: middle;
    border:1px solid #FFFFFF;
    height:45px;
    width: 270px;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    background: #FFFFFF;
    cursor: pointer;
    border-radius:0
}
.wrap-filter .filter div.custom-select:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 6px;
    line-height:6px;
    content: "\e91c";
    color: #333333;
    position: absolute;
    right: 10px;
    top: 19px;
    pointer-events: none;
    cursor: pointer;
    z-index: 2
}

.wrap-filter .filter div.custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: none;
	box-shadow: none;
	padding-left:15px;
    padding-right:35px;
    padding-top:0;
	width: 100%;
    height: 45px;
    outline: none;
    color: #333333;
    font-size:14px;
    line-height: 18px;
    border: 0;
    background:#FFFFFF;
    cursor: pointer;
    border-radius:0
}
.wrap-filter .filter div.custom-select select:disabled {
    cursor: not-allowed;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.wrap-filter .filter div.custom-select select::-ms-expand  {
    display: none;
}
}
.wrap-filter .filter input.submit-btn {
	display: inline-block;
	color: #FFFFFF;
	border: 0;
	font-size: 14px;
	padding: 0;
	height: 45px;
    width:103px;
	outline: none;
	line-height: 100%;
	position: relative;
    background:#0058a1;
    font-weight: 700;
    transition: all 0.15s ease-out 0s;
    text-transform: uppercase;
    border-radius:3px;
}
.wrap-filter .filter input.submit-btn:hover,
.wrap-filter .filter input.submit-btn:focus {
	color: #FFFFFF;
    background: #003968;
    transition: all 0.15s ease-out 0s;
}





.antetka-left-fix1,
.antetka-left-fix2,
.antetka-left-fix3,
.antetka-left-fix4{
    display: none;
}

.fixed-antetka1 {
    position: fixed;
    top: 90px;
    width:inherit;
    max-width:inherit;
    margin:0;
	z-index: 50;
	height: 54px;
    display: block;
    background: #0058a1;
    padding:0;
    border-bottom: 1px solid #FFFFFF;
}
.fixed-antetka1:hover {
    background: #064d88
}
.fixed-antetka2 {
    position: fixed;
    top: 144px;
    margin:0;
	z-index: 50;
	height: 54px;
    display: block;
    background: #0058a1;
    padding:0;
    border-bottom: 1px solid #FFFFFF;
}
.fixed-antetka2:hover {
    background: #064d88
}
.fixed-antetka3 {
    position: fixed;
    top: 198px;
    margin:0;
	z-index: 50;
	height: 54px;
    display: block;
    background: #0058a1;
    padding:0;
    border-bottom: 1px solid #FFFFFF;
}
.fixed-antetka3:hover {
    background: #064d88
}

.btn_show {
    font-size: 26px;
    line-height: 110%;
    font-weight: 400;
    color: #FFFFFF;
    padding:10px 0 0 20px;
    display: block;
    height: 53px;
}
.btn_show:hover,
.btn_show:focus {
    color: #FFFFFF;
}

.show_info{
    display:block;
    width:12px;
    height:12px;
    border:solid 3px #FFFFFF;
    position:absolute;
    z-index:10;
    pointer-events:none;
    right:15px;
    top:19px;
    border-top:0;
    border-left:0;
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
}
.show_info.close_state{
    top:23px;
    -ms-transform:rotate(-133deg);
    -webkit-transform:rotate(-133deg);
    transform: rotate(-133deg);
}
.box-info{
    background: #f0f6ff;
    padding:10px 0 0 0;
    margin:0;
    position: relative;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
}
.box-hide{
    display: none;
}

.otstap-home{
    margin-top: 0;
    margin-bottom:50px
}
.otstap-inisde {
	margin-top: 0;
    margin-bottom:50px
}
.otstap {
	margin-top: 60px;
    margin-bottom:50px
}
.aside-wrap {
    background: #FFFFFF;
    position: relative;
    padding:0;
}
.side-box{
    padding:0;
    margin: 0;
    background: #f0f6ff;
    position: relative;
    border:0;
}
.side-box .antetka-left{
    position: relative;
    margin: 0;
    padding:0
}
.side-box .antetka-left div {
	margin: 0 0 15px 0;
	height: auto;
    text-align: center;
    padding:20px 5px 15px 25px;
    position: realtive;
    width:100%;
    background: #0058a1;
}
.side-box .antetka-left div span {
	font-size: 20px;
    line-height: 100%;
    margin:0;
    padding:0;
    color: #ffffff;
    position: realtive;
    width:100%;
    font-weight: 700;
    display: block;
    letter-spacing: -1px;
    text-align: left;
    text-transform: uppercase;
}

.side-box ul {
	padding:0 0 25px 0;
	margin: 0;
}
.side-box ul li {
	display: block;
    margin:0;
    padding:0;
}
.side-box ul li.title-s{
    color: #333333;
	position: relative;
	display: block;
	padding: 20px 5px 5px 20px;
	font-size: 20px;
    font-weight: 700;
	transition: all 0.15s ease-out 0s;
	line-height: 100%;
}
.side-box ul li a {
    color: #333333;
	position: relative;
	display: block;
	padding: 10px 5px 10px 30px;
	font-size: 16px;
	transition: all 0.15s ease-out 0s;
	line-height: 100%;
}
.side-box ul li a:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 8px;
    line-height:8px;
    content: "\e920";
    color: #8c8f93;
    position: absolute;
    left:20px;
    top:14px;
    transition: all 0.15s ease-out 0s;
}
.side-box ul li a:hover:before{
    color: #8c8f93;
    transition: all 0.15s ease-out 0s;
}
.side-box ul li a:hover{
	transition: all 0.15s ease-out 0s;
    color: #0058a1;
    background: #e4eefa
}

.side-box-calendar{
    margin:0 0 0 0;
    padding:0;
    position: relative;
    background: #f0f6ff
}
.side-box-calendar .antetka-left{
    position: relative;
    margin: 0;
    padding:0
}
.side-box-calendar .antetka-left div {
	margin: 0 0 15px 0;
	height: auto;
    text-align: center;
    padding:20px 5px 15px 25px;
    position: realtive;
    width:100%;
    background: #0058a1;
}
.side-box-calendar .antetka-left div span {
	font-size: 20px;
    line-height: 100%;
    margin:0;
    padding:0;
    color: #ffffff;
    position: realtive;
    width:100%;
    font-weight: 700;
    display: block;
    letter-spacing: -1px;
    text-align: left;
    text-transform: uppercase;
}
.calendar {
    padding:;
    margin:0;
}
.calendar ul {
	padding:15px 10px 35px 10px;
	margin: 0;
    overflow: hidden;
}
.calendar ul li {
    float: left;
	width: 47%;
	padding: 0;
	margin: 0px 1.5% 0 1.5%;
	display: block;
    text-align: left;
    transition: all 0.15s ease-out 0s;
}
.calendar ul li a {
    color: #333333;
	position: relative;
	display: block;
    padding: 9px 3px 9px 20px;
	font-size: 16px;
    border-bottom: 1px solid #cbcfd7;
	transition: all 0.15s ease-out 0s;
	line-height: 100%;
}
.calendar ul li:hover  {
    /*border: 1px solid #fefeff; */
    transition: all 0.15s ease-out 0s;
}
.calendar ul li a:hover {
    color: #0058a1;
    background: #e4eefa;
    transition: all 0.15s ease-out 0s;
}

.calendar ul li a:hover:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 8px;
    line-height:8px;
    content: "\e920";
    color: #8c8f93;
    position: absolute;
    left:10px;
    top:13px;
    transition: all 0.15s ease-out 0s;
}


@media (max-width: 991px) {
.calendar ul li a {
	font-size: 14px;
}
}
@media (max-width: 768px) {
.calendar ul li a {
	font-size: 18px;
}
}

.banner-aside{
    margin:0 auto;
    text-align: center;
}




.antetka-1{
    padding:60px 0 20px 0;
    line-height: 110%;
    font-size:36px;
    text-align: center;
    margin: 0 0 0 0;
    color: #333333;
    position: relative;
    display: block;
    font-weight: 700;
}
.antetka-1 a {
	color: #333333;
}
.antetka-1 a:focus, .antetka-1 a:hover {
	color: #333333;
	outline: none;
	text-decoration: none;
    transition: all 0.15s ease-out 0s;
}

.antetka-1.antetka-white{
    color: #FFFFFF;
}
.antetka-1.antetka-white a {
	color: #FFFFFF;
}
.antetka-1.antetka-white a:focus, .antetka-1.antetka-white a:hover {
	color: #FFFFFF;
}

.all-offers-btn{
    margin:10px auto 10px auto;
    padding:0 15px 0 15px;
    text-align: center;
}
.all-offers{
    margin:0 0 0 0;
    padding:12px 25px 12px 25px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    color: #333333;
    font-weight: 700;
    transition: all 0.15s ease-out;
    text-align: center;
    border-radius:3px;
    border: 1px solid #9cbfde
}

.all-offers:hover,
.all-offers:focus {
    color: #0058a1;
    border: 1px solid #9cbfde;
    background: #f0f6ff;
    transition: all 0.15s ease-out;
}


.antetka-2{
    padding:0 0 20px 0;
    line-height: 110%;
    font-size:32px;
    text-align: center;
    margin: 0 0 0 0;
    color: #333333;
    position: relative;
    display: block;
    font-weight:700;
}
.antetka-2 a {
	color: #333333;
}
.antetka-2 a:focus, .antetka-2 a:hover {
	color: #333333;
	outline: none;
	text-decoration: none;
    transition: all 0.15s ease-out 0s;
}
.antetka-3{
    padding:0 0 20px 0;
    line-height: 110%;
    font-size:28px;
    text-align: left;
    margin: 0;
    color: #333333;
    position: relative;
    display: block;
    font-weight: 700;
}
.antetka-3 a {
	color: #333333;
}
.antetka-3 a:focus, .antetka-3 a:hover {
	color: #333333;
	outline: none;
	text-decoration: none;
    transition: all 0.15s ease-out 0s;
}
.antetka-4{
    padding: 50px 0 20px 0;
    line-height: 110%;
    font-size:28px;
    text-align: center;
    margin: 0;
    color: #333333;
    position: relative;
    display: block;
}
.antetka-5 {
    padding: 30px 0 20px 0;
    line-height: 120%;
    font-size:26px;
    text-align: center;
    margin: 0;
    color: #333333;
    display: block;
    position: relative;
    font-weight: 700;
}
.under-page-title h2{
    margin: 0 0 15px 0;
    line-height: 100%;
    font-size:20px;
    text-align: center;
    padding: 0;
    color: #333333;
    display: block
}




.news-wrap{
    padding:0 0 0 0;
    margin:20px auto 60px auto;
    position: relative;
    z-index: 1
}

.news-item{
    display: block;
    position: relative;
	text-decoration: none;
    padding:0 0 0 155px;
    height: auto;
    margin: 0 0 30px 0;
    position: relative;
    min-height:105px;
}
.news-item span.title{
    display: block;
    text-decoration: none;
    color: #333333;
    transition: all 0.15s ease-out 0s;
    font-size: 18px;
    line-height: 120%;
    padding:0 0 0 0;
    margin:0;
    font-weight: 700;
}
.news-item:hover span.title{
    color: #0058a1;
    transition: all 0.15s ease-out 0s;
    text-decoration: none;
}
.news-item .date{
    margin:10px 0 0 0;
    font-size: 12px;
    line-height: 100%;
    padding:0;
    color: #333333;
    font-weight: 400
}
.news-item .wrap-image {
    width:140px;
    overflow: hidden;
    display: block;
    height:105px;
    margin:0 0 0 0;
    position: absolute;
    left:0;
    top:0;
    z-index: 1
}
.news-item .wrap-image img{
    height:105px;
    width:100%;
    max-width: 100%;
    margin: auto;
    object-fit:cover;
    transition: all 0.15s ease-out 0s;
}
.news-item:hover .wrap-image img {
	transition: all 0.15s ease-out 0s;
	transform: scale(1.05);
}

@media (max-width: 1420px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 768px) {
.news-item{
    padding:0;
}
.news-item .wrap-image {
    width:100%;
    height:160px;
    margin:0 0 15px 0;
    position: relative;
}
.news-item .wrap-image img{
    height:160px;
}

}


.single-news-date {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 100%;
    padding:0;
    font-weight: 400
}
.news-image-float {
    width: 30%;
    float: left;
    margin: 0 30px 15px 0;
    text-align: center;
}
.news-image-float img {
    margin: 0 auto;
    text-align: left;
}

.all-news{
	outline: none;
	transition: all 0.15s ease-out 0s;
    display: inline-block;
    margin:25px 0 20px 0;
    border: 0;
    padding:12px 35px 12px 35px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    color: #333333;
    font-weight: 700;
    transition: all 0.15s ease-out;
    text-align: center;
    border-radius:3px;
    border: 1px solid #9cbfde
}
.all-news:hover,
.all-news:focus {
	color: #0058a1;
    border: 1px solid #9cbfde;
    background: #f0f6ff;
    transition: all 0.15s ease-out;
}



.news-gallery {
    margin:20px auto 10px auto;
    text-align: center
}
.news-gallery a{
    display: inline-block;
    margin:0 8px 20px 8px;
    overflow: hidden;
    text-align: center;
    width:160px;
    height:160px;
}
.news-gallery a img{
    height:100%!important;
    width:100%;
    max-width: 100%;
    margin: auto;
    object-fit:cover;
}



.col-offer{
    margin-bottom:30px
}
.offer-item{
    display: block;
    margin:0;
    height: 100%;
    position: relative;
	text-decoration: none;
	color: #333333;
    padding:0 0 125px 0;
    border:0;
    background: #FFFFFF;
    transition: all 0.15s ease-out;
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.07);
box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.07);
}
.offer-item:hover {
	transition: all 0.15s ease-out;
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.09);
-moz-box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.09);
box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.09);
}
.offer-item .wrap-image {
    height:255px;
    width:100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin:0;
    z-index: 1;
}
.offer-item .wrap-image img{
    height:255px;
    width:100%;
    max-width: 100%;
    margin: auto;
    object-fit:cover;
    transition: all 0.15s ease-out 0s;
}
.offer-item:hover .wrap-image img {
	transition: all 0.15s ease-out 0s;
	transform: scale(1.05);
}
.offer-item .title {
    display: block;
    padding: 0 0 0 0;
    margin: 15px 20px 10px 20px;
    transition: all 0.15s ease-out 0s;
}
.offer-item .title span {
	color: #333333;
	font-size:18px;
	padding: 0;
    margin:0;
	line-height:24px;
    text-align: left;
    font-weight: 700;
    transition: all 0.15s ease-out 0s;
}
.offer-item:hover .title span {
	color: #0058a1;
    transition: all 0.15s ease-out 0s;
}


.offer-item .badj-promo{
    position: absolute;
    top:10px;
    left:10px;
    height:24px;
    width:auto;
    line-height:24px;
    text-align: center;
    z-index: 5;
    margin:0 0 0 0;
    border-radius:3px;
    background: #ca4747;
}
.offer-item .badj-promo span{
    color: #FFFFFF;
	font-size:12px;
    display: block;
    padding:0px 10px 0 10px;
	line-height: 24px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 0 0;
    text-transform: uppercase;
}
.offer-item .badj{
    position: absolute;
    top:10px;
    right:10px;
    height:42px;
    width:42px;
    line-height: 42px;
    text-align: center;
    z-index: 5;
    margin:0 0 0 0;
    background: #FFFFFF;
    border-radius: 100%;
}
.offer-item .badj span{
    color: #d0001c;
	font-size:34px;
    padding:0 0 0 0;
	line-height: 42px;
    text-align: center;
    margin: 0 auto 0 auto;
    font-weight:400;
    text-transform: uppercase;
}

.offer-item .box_top {
    position: absolute;
    left:0;
    right:0;
    bottom:20px;
    width: 100%;
    height: auto;
    padding:0 20px 15px 20px;
    text-align: left;
}
.offer-item .info {
	line-height:20px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-align: left;
    position: relative;
    padding:0 0 0 25px;
    margin:0 0 8px 0
}

.offer-item .info.location:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 20px;
    line-height:20px;
    content: "\e917";
    color: #333333;
    position: absolute;
    left:0;
    top:0;
    transition: all 0.15s ease-out 0s;
}

.offer-item .info.data:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 20px;
    line-height:20px;
    content: "\e911";
    color: #333333;
    position: absolute;
    left:0;
    top:0;
    transition: all 0.15s ease-out 0s;
}
.offer-item .price-wrap {
    margin:0 0 0 0;
    text-align: left;
    position: absolute;
    right:15px;
    bottom:-13px;
    color: #cc0033;
}
.offer-item .price {
	color: #cc0033;
	font-size:19px;
	padding: 0 0 0 0;
    margin:0 0 0 0;
	line-height: 20px;
    text-align: left;
    display: inline-block;
    font-weight: 700;
}
.offer-item .price .ot {
	font-size:14px;
	line-height: 20px;
    color: #cc0033;
    font-weight: 400
}
.offer-item .price .lv {
	font-size:14px;
	line-height: 20px;
    color: #cc0033;
    font-weight: 400
}

.offer-item .transport-box{
    vertical-align: middle;
    text-align: left;
    line-height:20px;
    font-size: 14px;
    color: #333333;
    padding:0 0 0 0;
    margin:0 0 0 0;
    font-weight: 400;
    transition: all 0.15s ease-out 0s;
}
.offer-item .transport {
    text-align: left;
    font-size: 14px;
    color: #333333;
    position: relative;
    padding:0 0 0 0;
}
/*
.offer-item .transport {
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    display: block;
    padding:0;
}*/
.offer-item .icon-airplane {
 	line-height: 20px;
    font-size: 20px;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    margin:0;
    padding:0 0 0 0;
    display: inline-block;
}
.offer-item .icon-car {
	line-height: 20px;
    font-size: 20px;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    margin:0;
    padding:0 0 0 0;
    display: inline-block;
}
.offer-item .icon-bus {
	line-height: 20px;
    font-size: 20px;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    margin:0;
    padding:0 0 0 0;
    display: inline-block;
}
.offer-item .icon-comb {
	line-height: 20px;
    font-size: 20px;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    margin:0;
    padding:0 0 0 0;
    display: inline-block;
}
.offer-item .icon-ship{
	line-height: 20px;
    font-size: 20px;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    margin:0;
    padding:0 0 0 0;
    display: inline-block;
}
.offer-item .icon-train {
	line-height: 20px;
    font-size: 20px;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    margin:0;
    padding:0 0 0 0;
    display: inline-block;
}




.col-hotel {
	margin-bottom: 30px;
}

.hotel-item{
    display: block;
    margin:0;
    height: 100%;
    position: relative;
	text-decoration: none;
	color: #333333;
    padding:0 0 70px 0;
    border:1px solid #e3e3e3;
    background: #FFFFFF;
    transition: all 0.25s ease-out;
    border-radius:6px;
}
.hotel-item:hover {
	transition: all 0.25s ease-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.17);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.17);
}
.hotel-item .wrap-image {
    height:180px;
    width:100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin:0;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.hotel-item .wrap-image img{
    height:180px;
    width:100%;
    max-width: 100%;
    margin: auto;
    object-fit:cover;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
    transition: all 0.15s ease-out 0s;
}
.hotel-item:hover .wrap-image img {
	transition: all 0.15s ease-out 0s;
	transform: scale(1.05);
}

/*.hotel-item .badj-promo{
    position: absolute;
    top:0;
    right:0;
    height:30px;
    width:auto;
    line-height: 26px;
    text-align: center;
    z-index: 5;
    background: #7f2e06;
    border-radius:0;
}
.hotel-item .badj-promo span{
    color: #FFFFFF;
	font-size:12px;
    padding:0 22px 0 22px;
	line-height: 12px;
    text-align: center;
    margin: 0 auto 0 auto;
    text-transform: uppercase;
}*/

.hotel-item .hotel-title{
    padding:15px 0 0 0;
    margin: 0;
    text-align: center;
    vertical-align: top;
    display: block
}
.hotel-item .title {
    color: #333333;
	font-size:18px;
    font-weight: 700;
	padding: 0 15px 0 15px;
    margin:0;
	line-height:20px;
    text-align: center;
    display: block;
    transition: all 0.15s ease-out 0s;
}
.hotel-item:hover .title {
	color: #0058a1;
    transition: all 0.15s ease-out 0s;
}

.hotel-item .star-box{
    padding:0 8px 0 8px;
    margin: 0;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 145px;
    background: #e2001e;
    border-radius:60px;
    z-index: 2
}
.hotel-item .star-box span{
    position: relative;
    padding:0;
    margin:0 0 0 0;
    width:12px;
    height:12px;
    line-height: 12px;
    display: inline-block;
}
.hotel-item .star-box span:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 12px;
    line-height:12px;
    content: "\e91a";
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}
.hotel-item .country-name{
    padding:0;
    margin: 0;
    text-align: center;
    vertical-align: top;
    display: block
}
.hotel-item .country {
	padding: 0;
    margin:5px 10px 5px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    position: relative;
    display: block;
}

.hotel-item .price{
    margin:0;
    padding:10px 15px 10px 15px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #e2001e;
}
.hotel-item .price span {
    font-size: 14px;
    line-height: 20px;
    color: #e2001e;
}
.hotel-item .price span.val {
    color: #e2001e;
	font-size:18px;
	line-height: 20px;
}

.hotel-item .price-info{
    margin: 0 15px 5px 15px;
    font-size: 16px;
    line-height: 18px;
    padding:0;
    text-align: center;
    position: relative;
    color: #333333;
    display: block;
}
.hotel-item .price-info span {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #333333;
}
.hotel-item .price-info span.red {
    font-weight: 400;
    color: #FF0000;
}

.hotel-item .info{
    position: absolute;
    left:0;
    right: 0;
    bottom:10px;
    height:auto;
    padding: 0 10px 0 10px;
    margin:0 auto 0 auto;
    text-align: center;
    overflow: hidden;
}
.hotel-item .info .price {
	color: #e2001e;
	font-size:18px;
	padding:0 0 0 0;
    margin:0 0 0 0;
	line-height:20px;
    text-align: center;
    display: block;
    font-weight: 700;
    transition: all 0.15s ease-out 0s;
}
.hotel-item .info .price span {
	font-size:14px;
	line-height: 20px;
    color: #e2001e;
    font-weight: 400;
    transition: all 0.15s ease-out 0s;
}
.hotel-item .info .price .lv {
	font-size:14px;
	line-height: 20px;
    color: #e2001e;
    display: inline-block;
    padding:0 0 0 0;
    font-weight: 400;
    transition: all 0.15s ease-out 0s;
}
.hotel-item .info .price .lv .small {
	font-size:14px;
	line-height: 20px;
    color: #f5831f;
    transition: all 0.15s ease-out 0s;
}

.hotel-item .transport{
    padding: 0 0 5px 0;
    line-height: 110%;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #003968;
    display: block;
}
/*.offer-item .transport {
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #33cccc;
    display: block;
    padding:0 0 0 0;
    margin:0 auto 0 auto;
    position: relative;
}*/
.hotel-item .icon-airplane {
 	line-height: 22px;
    font-size: 22px;
    color: #003968;
    text-align: left;
    vertical-align: middle;
    margin:0;
    padding:0 3px 0 0;
    display: inline-block;
}
.hotel-item .icon-car {
	line-height: 18px;
    font-size: 18px;
    color: #003968;
    text-align: left;
    vertical-align: middle;
    margin:0;
    padding:0 3px 2px 0;
    display: inline-block;
}
.hotel-item .icon-bus {
	line-height: 20px;
    font-size: 20px;
    color: #003a7d;
    text-align: left;
    vertical-align: middle;
    margin:0;
    padding:0 3px 0 0;
    display: inline-block;
}
.hotel-item .icon-comb {
	line-height: 20px;
    font-size: 20px;
    color: #003968;
    text-align: left;
    vertical-align: middle;
    margin:0;
    padding:0 0 0 0;
    display: inline-block;
}
.hotel-item .icon-ship{
	line-height: 25px;
    font-size: 25px;
    color: #003968;
    text-align: left;
    vertical-align: middle;
    margin:0;
    padding:0 3px 0 0;
    display: inline-block;
}
.hotel-item .icon-train {
	line-height: 25px;
    font-size: 25px;
    color: #003968;
    text-align: left;
    vertical-align: middle;
    margin:0;
    padding:0 3px 0 0;
    display: inline-block;
}


.header-inner-page {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: auto;
	position: relative;
    background-color: #fff7e1;
    background-image: url(img/header_vatreshni.jpg);
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
    padding:0 0 0 0;
    margin:20px 0 30px 0;
    min-height:205px;
}
.header-inner-page:before {
	content: "";
/*    background: rgba(0,0,0,0.5);  */
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
    bottom:0;
	z-index: 1;
	height: 100%;
}
/*.header-inner-box{
    margin: 0 auto 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.navigation {
    padding: 0 0 0 0;
    color: #333333;
	position: relative;
	vertical-align: middle;
	font-size: 14px;
    line-height: 25px;
    margin:20px 0 20px 0;
    text-align: center;
    z-index: 2;
}
.navigation a {
	color: #333333;
	display: inline;
	transition: all 0.15s ease-out 0s;
	text-decoration: none;
	line-height: 100%;
}
.navigation a:hover {
	color: #0058a1;
    transition: all 0.15s ease-out 0s;
}
.navigation span {
    color: #333333;
    margin: 0px 6px 0 6px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 25px;
    display: inline-block;
}
.navigation a span.icon-home {
    color: #0058a1;
    margin: 0 10px 0 0;
    vertical-align: middle;
    font-size:20px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding:0 0 0 20px
}
.navigation a span.icon-home:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 20px;
    line-height:20px;
    content: "\e93a";
    color: #0058a1;
    position: absolute;
    left: 0;
    top: -13px;
}
.navigation a:hover span.icon-home:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 20px;
    line-height:20px;
    content: "\e93a";
    color: #0058a1;
    position: absolute;
    left: 0;
    top: -13px;
}


.content-text{
    margin:0 0 30px 0
}
.content-text p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding:0 0 20px 0
}
.content-text p:last-child{
    padding:0 0 0 0
}
.content-text a {
	color: #0058a1;
    font-weight: 600
}
.content-text a:focus, .content-text a:hover {
	color: #333333;
    transition: all 0.15s ease-out 0s;
}

.content-text h1{
    font-size: 26px;
    font-weight: 700;
}
.content-text h2{
    font-size: 22px;
    font-weight: 700;
}
.content-text h3{
    font-size: 20px;
    font-weight: 700;
}
.content-text h4, .content-text h5{
    font-size: 18px;
}
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5{
    padding:0 0 15px 0;
    margin:0;
}


.faq{
    background: #FFFFFF;
    margin:0 0 10px 0;
    padding:20px 20px 20px 20px;
    border-radius:10px;
    font-size: 14px;
    line-height: 20px;
}


.chesti-vuprosi{
    padding:20px 0 20px 0
}
.panel-heading{
    padding:0 0 0 0
}
.panel-title{
	padding: 0 0 0 15px;
    position: relative;
}
.panel-title:before{
    position: absolute;
    display: block;
    content: "";
    width:7px;
    height:7px;
    left:0;
    top:10px;
    background: #0058a1;
    border-radius:100%;
    transition: all 0.15s ease-out 0s;
}
.panel-title a{
	color: #333333;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
.panel-title a:focus, .panel-title a:hover {
	color: #0058a1;
    transition: all 0.15s ease-out 0s;
}
.panel-title:hover:before{
    position: absolute;
    display: block;
    content: "";
    width:7px;
    height:7px;
    left:0;
    top:10px;
    background: #0058a1;
    border-radius:100%;
}
.panel-body{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding:3px 0 15px 15px
}
.panel-body a {
	color: #0058a1;
    font-weight: 600
}
.panel-body a:focus, .panel-body a:hover {
	color: #333333;
    transition: all 0.15s ease-out 0s;
}



.info-dest-images {
    width: 40%;
    float: left;
    margin: 0 30px 15px 0;
    text-align: center;
}

.dest-text-containt {
    padding:30px 50px 30px 50px;
    margin: 0 auto 40px auto;
    text-align: center;
    border: 0;
    border-radius:6px;
    width:100%;
    background: #f0f6ff;
/*    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);*/
}
.dest-text-containt ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.dest-text-containt ul li {
	/*float:left;*/
    display: inline-block;
	margin: 6px 0 6px 12px;
	padding: 0 0 0 0;
    /*border-right: 1px solid #9ca5ab;     */
}
.dest-text-containt ul li a {
	color: #0058a1;
	position: relative;
	display: block;
	padding:0;
    margin:0;
	font-size: 18px;
	transition: all 0.15s ease-out 0s;
	line-height: 100%;
    font-weight:400
}

.dest-text-containt ul li a:before{
    content: "";
  /*  width:100%;  */
    background: #e2001e;
    height:1px;
    position: absolute;
    display: inline-block;
    left: 51%;
    right: 51%;
    bottom:-2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.dest-text-containt ul li a:hover:before{
    left: 0;
    right: 0;
}
.dest-text-containt ul li a.izbrano:before{
    content: "";
    /*width:100%; */
    background: #e2001e;
    height:1px;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom:-2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.dest-text-containt ul li a.izbrano {
    color: #e2001e;
}
.dest-text-containt ul li:last-child{
    border-right: 0 solid #9ca5ab;
}
.dest-text-containt ul li a.izbrano:hover,
.dest-text-containt ul li a:hover {
	transition: all 0.15s ease-out 0s;
    color: #e2001e;
}


.offer-side-top {
	padding:0 0 20px 0;
    margin:0 auto 0 auto;
    height:100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    position: relative;
    border-radius:0;
    background: #FFFFFF;
/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);*/
}
.offer-side-top a{
    font-weight: normal;
    color: #0058a1
}
.offer-side-top a:hover{
    color: #333333;
    transition: all 0.15s ease-out 0s;
}
.offer-side-top strong{
    font-weight: 700
}
.offer-side-top .offer-info{
    position: relative;
    padding:0 0 10px 0;
}
.offer-side-top .offer-info-inside {
    padding:0 0 10px 0;
}
.offer-side-top .offers-title{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #0058a1;
    display: block;
    text-transform: uppercase;
}
.offer-side-top .offers-info{
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    display:block;
    position: relative;
    padding:0 0 0 12px;
    font-weight: 400;
}
.offer-side-top .offers-info:before{
    content: "";
    position: absolute;
    left:2px;
    top:9px;
    background:#0058a1;
    width:4px;
    height:4px;
    border-radius:100%
}
/*.offer-side-top .offer-info:last-child {
    padding:0 0 0 0;
}*/
.offer-side-top .price {
    display: inline;
    margin:0;
    font-size: 18px;
    color: #333333;
}
.offer-side-top .price.pricehotelbg{
    display: block;
    margin:20px 0 10px 0;
    font-size: 16px;
    color: #333333
}
.offer-side-top .price .pricebig {
    color: #e2001e;
    font-size:24px;
    font-weight: 600;
}
.offer-side-top .price .pricesmall {
    color: #e2001e;
    font-size: 16px;
    font-weight: 600;
}
.offer-info .hotel-name-bg{
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    font-weight: 600;
}
.offer-side-top .offer-image{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
	margin: 0 auto 0 auto;
    padding:0;
    line-height: 100%;
}
.offer-side-top .offer-image .icon-airplane,
.offer-side-top .offer-image .icon-car,
.offer-side-top .offer-image .icon-bus,
.offer-side-top .offer-image .icon-comb,
.offer-side-top .offer-image .icon-ship-2,
.offer-side-top .offer-image .icon-train,
.offer-side-top .offer-image .icon-clock,
.offer-side-top .offer-image .icon-calendar,
.offer-side-top .offer-image .icon-location,
.offer-side-top .offer-image .icon-download,
.offer-side-top .offer-image .icon-buletin,
.offer-side-top .offer-image .icon-date {
    display: inline-block;
    color: #f5831f;
    text-align: center;
    font-size: 20px;
    padding:0!important;
    line-height: 100%;
    position: absolute;
    left:0;
    top:3px
}


.offer-side-top .offer-info .star-box{
    padding:0 10px 0 10px;
    margin: 0;
    text-align: left;
    vertical-align: top;
    line-height: 12px;
    display: inline-block
}
.offer-side-top .offer-info .star-box span{
    position: relative;
    padding:0;
    margin:0 0 0 0;
    width:14px;
    height:14px;
    line-height: 14px;
    display: inline-block;
}
.offer-side-top .offer-info .star-box span:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 14px;
    line-height:14px;
    content: "\e91a";
    color: #e2001e;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.offer-side-top .button {
    display: inline-block;
    vertical-align: middle;
	color: #FFFFFF;
	border:0;
    height:40px;
	font-size: 14px;
    line-height: 40px;
	padding:0 0 0 0;
    margin:15px 0 0 0;
    text-align: center;
	outline: none;
	transition: all 0.15s ease-out 0s;
    border-radius:6px;
    /*position: absolute;
    bottom: 30px;
    left:35px;
    right:25px;*/
    width:120px;
    /*width:230px;*/
    background: #0058a1;
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.offer-side-top .button:hover,
.offer-side-top .button:focus {
	color: #FFFFFF;
	transition: all 0.15s ease-out 0s;
    background:#003968;
}


.offer-side-top .button.quickbtn {
    display: inline-block;
    vertical-align: middle;
	color: #FFFFFF;
	border:0;
    height:40px;
	font-size: 14px;
    line-height: 40px;
	padding:0 0 0 0;
    margin:15px 0 0 0;
    text-align: center;
	outline: none;
	transition: all 0.15s ease-out 0s;
    border-radius:6px;
    /*position: absolute;
    bottom: 30px;
    left:35px;
    right:25px;*/
    width:160px;
    /*width:230px;*/
    background: #0058a1;
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.offer-side-top .button.quickbtn:hover,
.offer-side-top .button.quickbtn:focus {
	color: #FFFFFF;
	transition: all 0.15s ease-out 0s;
    background:#003968;
}

@media (max-width: 991px) {
.offer-side-top {
    padding:0 10px 10px 10px;
    margin:10px auto 20px auto;
    height:auto;
}
}

.star-box-header{
    padding:0 0 0 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    line-height: 12px;
    display: inline-block
}
.star-box-header span{
    position: relative;
    padding:0;
    margin:0 0 0 0;
    width:16px;
    height:16px;
    line-height: 16px;
    display: inline-block;
}
.star-box-header span:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 16px;
    line-height:16px;
    content: "\e91a";
    color: #e2001e;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}


.details-box{
    margin:0;
    position: relative;
    padding:20px 0 20px 0;
}
.details-box span{
    font-weight: bold;
}
@media (max-width: 1199px) {
/*.details-box{
    padding:30px 0 30px 0;
}*/
}
.details-box strong{
    font-weight: bold;
}

.hotel-info {
    margin:30px 0 30px 0;
    padding:0;
    position: relative;
}
.hotel-info strong{
    font-weight: bold;
    font-weight: 700
}
.hotel-info .alert{
    margin:0;
    padding:0;
}
.hotel-info .alert-warning {
    color: #000000;
    background-color: #FFFFFF;
    padding:20px 20px 20px 20px;
    border: 1px solid #FF0000
}


.country-tabs-list {
    padding:0 15px 0 15px;
    border: 0;
    position: relative;
    margin:10px 0 20px 0;
    list-style: none;
    border-bottom: 2px solid #003a7d;
}
.country-tabs-list li {
    font-size: 16px;
    position: relative;
    /*text-transform: uppercase; */
    text-align: center;
    /*width:255px;  */
    display: inline-block;
    border-left: 0 solid #003a7d;
    border-right: 0 solid #003a7d;
    border-top: 0 solid #003a7d;
    border-bottom: 0 solid #003a7d;
    padding: 10px 20px 8px 20px;
    margin: 0 2px 0px 2px;
    background:#FFFFFF;
    color: #333333;
    font-weight: 600;
}
.country-tabs-list li.tab-active {
    position: relative;
    /*text-transform: uppercase; */
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    padding: 10px 20px 8px 20px;
    margin: 0 2px 0px 2px;
    font-size: 16px;
    background: #003a7d;
    font-weight: 600;
    /*text-transform: uppercase;  */
    border-left: 0 solid #003a7d;
    border-right: 0 solid #003a7d;
    border-top: 0 solid #003a7d;
    border-bottom: 2px solid #003a7d;
        -webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.country-tabs-list li.tab-active a,
.country-tabs-list li a {
    color: #333333!important;
}
.country-tabs-list li.tab-active a:hover,
.country-tabs-list li a:hover  {
    color: #333333!important;
}


#parentHorizontalTab,
#parentHorizontalTab2 {
    margin: 20px auto 0 auto!important;
    background:none!important;
}
#parentHorizontalTab > ul,
#parentHorizontalTab2 > ul {
    padding:15px 15px 0 15px;
    border: 0;
    position: relative;
    background:none!important;
    margin: 0 0 0 0!important;
    text-align: left!important;
    border-bottom: 2px solid #0058a1;
}

#parentHorizontalTab > ul li,
#parentHorizontalTab2 > ul li {
    border-left: 0 solid #0058a1 !important;
    border-right: 0 solid #0058a1 !important;
    border-top: 0 solid #0058a1 !important;
    border-bottom: 1px solid #f1fafe !important;
    padding: 10px 20px 8px 20px!important;
    margin: 0 2px 0px 2px!important;
    background:#ffffff!important;
    color: #333333!important;
    font-size: 16px;
    text-transform: none;
    position: relative;
    font-weight: 600!important;
    float:none!important;
   /* text-transform: uppercase!important; */
    -webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
#parentHorizontalTab > ul li.resp-tab-active,
#parentHorizontalTab2 > ul li.resp-tab-active {
    color: #FFFFFF!important;
    padding: 10px 20px 8px 20px!important;
    margin: 0 2px 0px 2px!important;
    font-size: 16px;
    background: #0058a1!important;
    position: relative;
    font-weight: 600!important;
    /*text-transform: uppercase!important; */
    border-left: 0 solid #0058a1 !important;
    border-right: 0 solid #0058a1 !important;
    border-top: 0 solid #0058a1 !important;
    border-bottom: 2px solid #0058a1 !important;
}
#parentHorizontalTab .resp-tabs-list a,
#parentHorizontalTab2 .resp-tabs-list a {

}
#parentHorizontalTab > ul li:hover,
#parentHorizontalTab2 > ul li:hover {

}

#parentHorizontalTab .resp-tab-content,
#parentHorizontalTab2 .resp-tab-content {
    border:0;
    padding:20px 20px 20px 20px;
    text-align: left;
    background: none!important
}
#parentHorizontalTab .resp-tabs-container,
#parentHorizontalTab2 .resp-tabs-container {
	color: #000000;
    line-height: 24px;
    font-size: 16px;
    background: none!important
}



.resp-tabs-container h3 {
	color: #000000;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    margin:0 0 5px 0;
    padding:0
}

.photo-galeria-list {
    margin: 0 -10px;
}
.photo-galeria-list .photo-galeria {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin: 0 0 20px;
}
.photo-galeria-list .photo-galeria a {
    padding-top: 70%;
    background-position: center;
    background-size: cover;
    display: block;
}

@media (max-width: 860px) {
.photo-galeria-list .photo-galeria {
    width: 33.3333333333%;
}
}
@media (max-width: 544px) {
.photo-galeria-list .photo-galeria {
    width: 50%;
}
}




.etiketi{
    padding:20px 0 20px 0;
    margin:0;
    height:auto;
    font-size: 16px;
    line-height: 110%;
    color: #999999;
}
.etiketi div{
    font-size:18px;
	line-height: 18px;
    padding:0 0 7px 0;
    display: block;
    font-weight: 600;
    color: #333333;
}
.etiketi a {
    position: relative;
	padding: 5px 6px 6px 6px;
	display: inline-block;
    line-height: 14px;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	margin:0 5px 3px 0;
    background: #FFFFFF;
    border-radius:6px;
    border:1px solid #ebeeef;
	transition: all 0.15s ease-out 0s;
}
.etiketi a:hover {
	color: #0058a1;
    background: #e4eefa;
    border:1px solid #ebeeef;
	transition: all 0.15s ease-out 0s;
}

.action-bar{
    padding:0 0 20px 0;
    margin:0 0 0 0;
}
.action-bar a {
    display: inline-block;
    color: #0058a1;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    vertical-align: middle;
	margin:0 5px 0 0;
    padding:0;
    font-weight: 400;
    width:42px;
    height:42px;
    border: 1px solid #0058a1;
    background: #FFFFFF;
    border-radius:100%;
    position: relative;
    cursor: pointer;
}
.action-bar a:hover {
    color: #e2001e;
    background: #FFFFFF;
    border: 1px solid #e2001e;
    transition: all 0.25s ease-out 0s;
}
.action-bar a:hover span{
    color: #e2001e;
}
.action-bar a span.icon-print{
    display: inline-block;
    color: #0058a1;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin:0 auto;
    vertical-align: middle;
    transition: all 0.25s ease-out 0s;
}
.action-bar a:hover span.icon-print{
    color: #e2001e;
}
.action-bar a span.icon-mail{
    display: inline-block;
    color: #0058a1;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin:0 auto;
    vertical-align: middle;
    transition: all 0.25s ease-out 0s;
}
.action-bar a:hover span.icon-mail{
    color: #e2001e;
}
.action-bar a span.icon-share{
    display: inline-block;
    color: #0058a1;
    text-align: center;
    font-size: 17px;
    line-height: 18px;
    margin:0 auto;
    vertical-align: middle;
    transition: all 0.25s ease-out 0s;
}
.action-bar a:hover span.icon-share{
    color: #e2001e;
}
.action-bar a .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #FFFFFF;
    color: #333333!important;
    font-size: 14px;
    line-height: 18px;
    padding:7px 1px 7px 1px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    z-index: 55;
    top:53px;
    left: 25px;
    margin-left:-25px;
    display: block;
    border: 1px solid #e2001e;
}
.action-bar a .tooltiptext.tmail{
    width: 160px;
    left: 25px;
}
.action-bar a .tooltiptext.tshare{
    width: 80px;
    left: 25px;
}
.action-bar a .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: auto;
    left:20%;
    margin-left: -9px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #e2001e transparent;
}
.action-bar a .tooltiptext.tmail::after {
    left:12%;
}
.action-bar a .tooltiptext.tshare::after {
    left:27%;
}
.action-bar a:hover .tooltiptext {
    visibility: visible;
}

.dates-wrap {
    margin: 20px 0 40px 0;
    border-radius: 0;
    border: 1px solid #e6f3fb;
    overflow: hidden;
}
@media (max-width: 1199px) {
.dates-wrap {
    margin: 20px 0 40px 0;
}
}
@media (max-width: 768px) {
.dates-wrap {
    margin: 20px 0 40px 0;
}
}
.dates-wrap .dates {
    width: 100%;
/*    border-left: 1px solid #cfe8e4;
    border-right: 1px solid #cfe8e4;
    border-top: 1px solid #cfe8e4;*/
}
.dates-wrap .dates tr{
	background-color: #FFFFFF;
}
.dates-wrap .dates tr:hover {
    /*background-color: #f8fbfe;  */
    transition: all 0.15s ease-out 0s;
}
.dates-wrap .dates tr:nth-child(even) td {
	/*background-color: #FFFFFF; */
}
.dates-wrap .dates tr.title td {
	background-color: #f0f6ff!important;
}
.dates-wrap .dates td {
    /*background-color: #FFFFFF;      */
    border-top: 1px solid #f0f6ff;
    border-left: 0;
    border-right: 0;
    border-bottom:0;
    text-align: center;
    height: 50px;
    vertical-align: middle;
    /*width: 33.33%; */
    width: 25%;
    white-space: nowrap;
    padding: 3px 10px 3px 10px;
    font-size:16px;
    color: #000000;
}
.dates-wrap .dates .title td {
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top:0
}
.dates-wrap .dates .pricesm {
	color: #e2001e;
	font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}
.dates-wrap .dates .pricesm span {
	color: #e2001e;
	font-size: 14px;
    font-weight: 600;
    line-height: 120%;
}
/*.dates-wrap .dates tr:hover .pricesm {
	color: #cc3333;
}
.dates-wrap .dates tr:hover .pricesm span {
	color: #cc3333;
}*/
.dates-wrap .dates .button {
	display: inline-block;
	font-size: 16px;
    line-height: 45px;
	padding:0 25px 0 25px;
    height:45px;
    margin:0;
	outline: none;
	transition: all 0.15s ease-out 0s;
	position: relative;
    font-weight:700;
    vertical-align: middle;
    color: #FFFFFF;
    transition: all 0.15s ease-out;
    text-align: center;
    background: #0058a1;
    border-radius:3px;
    border: 0;
    text-transform: uppercase;
}
.dates-wrap .dates .button:hover,
/*.dates-wrap .dates tr:hover .button,   */
.dates-wrap .dates .button:focus {
	transition: all 0.15s ease-out;
    background: #003968;
    color: #FFFFFF
}


.dates-wrap .dates .button.small {
	display: inline-block;
	color: #FFFFFF;
	border: 0;
	font-size: 16px;
    line-height: 45px;
	padding:0 25px 0 25px;
    height:45px;
    margin:0;
	outline: none;
	transition: all 0.15s ease-out 0s;
	position: relative;
    border-radius:3px;
    background:#0058a1;
    font-weight:700;
}
.dates-wrap .dates .button.small:hover,
.dates-wrap .dates .button.small:focus {
	background: #003968;
    color: #FFFFFF;
	transition: all 0.15s ease-out 0s;
}



table.reserve {
	max-width: 100%;
	width: 100%;
	border:0 solid #d9e2ee;
	font-size: 16px;
	background-color: #fff;
	text-align: center;
}
table.reserve tr td {
	border: none;
	border: 1px solid #d9e2ee;
	padding: 5px 10px;
	text-align: center;
	width: 33.333%;
}
table.reserve tr:nth-of-type(2n+1) {
    background-color: #fff;
}
table.reserve .btn-success {
	background-color: #4dae11!important;
	color: #fff;
	border: 0px;
	font-size: 14px;
	padding: 10px 10px;
	height: auto;
	font-weight: 500;
	line-height: 100%;
	transition: all 0.15s ease-out 0s;
	border-radius: 0;
	position: relative;
    cursor: auto;
}
table.reserve .btn-success:hover, table.reserve .btn-success:focus {
	background-color: #4dae11!important;
	color: #fff;
	transition: all 0.15s ease-out 0s;
}
table.reserve .btn-falid{
	background-color: #999999;
	color: #fff;
	border: 0px;
	font-size: 14px;
	padding: 10px 10px;
	height: auto;
	font-weight: 500;
	line-height: 100%;
	transition: all 0.15s ease-out 0s;
	border-radius: 0;
	position: relative;
    cursor: auto;
}
table.reserve .btn-falid:hover {
	background-color: #999999;
	color: #fff;
	transition: all 0.15s ease-out 0s;
}
table.reserve .btn-warning{
	background-color: #f87409;
	color: #fff;
	border: 0px;
	font-size: 14px;
	padding: 10px 10px;
	height: auto;
	font-weight: 500;
	line-height: 100%;
	transition: all 0.15s ease-out 0s;
	border-radius: 0;
	position: relative;
    cursor: auto;
}
table.reserve .btn-warning:hover {
	background-color: #f87409;
	color: #fff;
	transition: all 0.15s ease-out 0s;
}
table.reserve .button.small {
	display: inline-block;
	height: auto;
    margin:0 30px 0 30px;
	color: #e3c338;
	border: 1px solid #e3c338;
	font-size: 17px;
    line-height: 17px;
	padding:10px 35px 10px 35px;
	outline: none;
	transition: all 0.15s ease-out 0s;
	position: relative;
    border-radius:0;
    font-weight: 600;
    background: #FFFFFF
}
table.reserve .button.small:hover,
table.reserve .button.small:focus {
	color: #FFFFFF;
    background: #e3c338;
	transition: all 0.15s ease-out 0s;
}


.tbl-title{
    font-size: 24px;
	margin:0 0 20px 0;
	line-height: 100%;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}
.tbl-text{
    text-align: center;
    margin:0 0 20px 0
}

.table-hotel-prices {
	font-size: 14px;
	font-weight: 400!important;
	text-align: center;
    position:relative;
    margin:0;
    padding:0;
}
.col_dates{
    position:absolute;
    top:0;
    left:0;
}
.pdates{
    background: #FFFFFF
}
.pprices{
    background: #FFFFFF;
    padding:0 5px 0 5px
}
.pprices a {
	color: #2e3191;
	font-size: 18px;
    font-weight:400;
	line-height: 100%;
    transition: all 0.25s ease-out 0s;
}
.pprices a:hover {
	color: #333333;
}
.pprices .title1,
.pdates .title1 {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
}
.table-hotel-prices th,
.table-hotel-prices td {
	text-align: center;
}
.table-hotel-prices .title.first_td {
	height: 72px;
    vertical-align: middle;
    text-align: center;
}
.table-hotel-prices .col_dates .pdates .title1{
    background: #f0f6ff;
}
.table-hotel-prices .col_prices .pprices .title1{
    background: #f0f6ff;
}

.content-page .table-hotel-prices td,
.content-page .table-hotel-prices table tr th {
	padding: 6px 2px 6px 2px;
	text-align: center;
}
.content-page .table-hotel-prices td.date {
	padding: 6px 2px 6px 2px;
	text-align: center;
    font-size: 16px;
}
.table-responsive {
	border: 0px;
    margin:0;
    padding:0;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #f0f6ff;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #FFFFFF;
}
.content-page .table-hotel-prices table tr th {
	background-color: #FFFFFF;
}
.content-page .table-hotel-prices table tr td:hover {
	background-color: #FFFFFF;
    transition: all 0.25s ease-out 0s;
}
.pdates .title1 .title-text,
.pprices .title1 .title-text {
	height: 50px;
	overflow: hidden;
    vertical-align: middle;
}
.pdates .title1 .title-text .title-text-inside,
.pprices .title1 .title-text .title-text-inside {
    height: 50px;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
	font-size: 14px;
    font-weight: 700;
    color: #000000;
    white-space: nowrap;
}
.table-hotel-prices .col_prices .pprices .title1 {
    height: 63px;
    padding:0 5px 0 5px;
    overflow: hidden;
	vertical-align: middle;
	display: table-cell;
	font-size: 14px;
    font-weight: 700;
    color: #000000;
    white-space: nowrap;
}

.tbl-left-col {
	width: 101px;
    padding:0;
}
.tbl-right-col {
	margin: 0 0 0 100px;
    padding:0;
    width: auto;
    overflow: auto;
    overflow-y: hidden;
}
.tbl-top-text {
	text-align: center;
	font-size: 16px;
    color: #000000;
	margin: 0 0px 20px 0px;
}


/* form reservation */
.form-wrap {
	background-color:none;
    margin:20px auto 20px auto;
}
.form-wrap .zaglavie {
	margin: 0px;
	padding: 0 0 20px 0;
    color: #000000;
    font-size:34px;
    line-height: 34px;
}
.form-wrap .marshrut-2 {
	padding:10px 0px;
    line-height: 120%;
}
.form-wrap .price-2 {
    display: block;
    color: #e2001e;
}
.form-wrap .price-2 .pricebig {
    color: #e2001e;
    font-size: 34px;
    font-weight: 600
}
.form-wrap .price-2 .pricebig span {
    font-size: 24px;
    color: #e2001e;
}
.form-wrap .forma-detaili a{
   color: #0058a1;
}
.form-wrap .forma-detaili a:hover{
   color: #333333;
   transition: all 0.15s ease-out 0s;
}

.wrap-reserve {
    margin: 20px auto 10px auto;
    display: block;
}
.reserve-2 {
    width: 100%;
    margin:0 auto;
    line-height: 120%;
    background: #FFFFFF
}
/* vajno za responsiv */
.reserve-2 td[nowrap] {
    white-space: normal;
}
/* vajno za responsiv */
.reserve-2 tr td {
    border: 1px solid #d7d7d7;
    padding: 8px;
    text-align: left;
}
.reserve-2 tr td:first-child {
    width: 40%;
}
.reserve-2 tr.list-tourists td:first-child {
    width: auto;
}
.reserve-2 tr:nth-of-type(2n+1) {
    background-color: none;
}

#dataTable {
    background-color: transparent !important;
}
#dataTable tr:first-child {
    font-size: 13px;
}
#dataTable tr td {
    width: auto;
}
#dataTable tr td:first-child {
    width: auto;
}
.reserve-2 .list-tourists > td {
    position: relative;
}
.reserve-2 .list-tourists > td:after {
    margin: 0;
}
.reserve-2 .list-tourists > td > div {
    margin-bottom: 15px;
}

.table-responsive {
	border: 0px;
    overflow-y: hidden
}

.reserve-2 input[type="text"],
.reserve-2 input[type="email"],
.reserve-2 input[type="password"],
.reserve-2 input[type="tel"],
.reserve-2 input[type="phone"],
.reserve-2 input[type="number"],
.reserve-2 select,
.reserve-2 textarea {
    background-color: #FFFFFF;
    border: 1px solid #d7d7d7;
    display: inline-block;
    padding: 9px 6px;
    width: 100%;
	transition: all 0.15s ease-out;
	font-size:14px;
}
.reserve-2 input[type="text"]:focus,
.reserve-2 input[type="email"]:focus,
.reserve-2 input[type="password"]:focus,
.reserve-2 input[type="tel"]:focus,
.reserve-2 input[type="phone"]:focus,
.reserve-2 input[type="number"]:focus,
.reserve-2 select:focus,
.reserve-2 textarea:focus {
    transition: all 0.15s ease-out;
	border:1px solid #d7d7d7;
    background-color: #FFFFFF;
    outline: none;
    -webkit-box-shadow: 0px 0 8px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0 8px 0 rgba(0,0,0,0.15);
    box-shadow: 0px 0 8px 0 rgba(0,0,0,0.15);
}
.reserve-2 .selectdate {
    width:120px;
}
.reserve-2 .selectdete{
    width:130px
}
.reserve-2 .kafiavo {
    font-size: 11px;
    font-style: italic;
    color: #999999;
    line-height: 1;
}
.reserve-2 .cherveno2 {
    color: #FF0000;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
}
.reserve-2 .list-tourists > td {
    position: relative;
}
.reserve-2 .list-tourists > td:after {
    margin: 0 0 20px;
}
.reserve-2 .list-tourists > td > div .button.small,
.reserve-2 .list-tourists > td > .button.small {
    display: inline-block;
    background: #0058a1;
    margin: 0 10px 10px 10px;
    text-transform: uppercase;
    outline: none;
	transition: all 0.15s ease-out 0s;
    border-radius:6px;
    padding:0 30px 0 30px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-size: 14px;
    line-height: 32px;
    height: 40px;
    color: #FFFFFF;
    border: 0;
    font-weight: 500
}
.reserve-2 .list-tourists > td > div .button.small:hover,
.reserve-2 .list-tourists > td > .button.small:hover,
.reserve-2 .list-tourists > td > div .button.small:focus,
.reserve-2 .list-tourists > td > .button.small:focus {
    background: #003968;
	color: #FFFFFF;
	transition: all 0.15s ease-out 0s;
}
.btnr-wrap{
    padding:0;
    position: relative;
    display: inline-block;
    margin:20px 0 20px 0;
}
.reserve-2 .button.big,
.reserve-2 .button.small,
.reservation-btn {
	display: inline-block;
    background:#0058a1;
    margin: 0 10px 10px 10px;
    text-transform: none;
    outline: none;
	transition: all 0.15s ease-out 0s;
    border: 0;
    border-radius:6px;
    padding:0 30px 0 30px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-size: 14px;
    line-height: 32px;
    height: 40px;
    color: #FFFFFF;
    font-weight: 700
}
.reserve-2 .button.big {
    font-size: 22px!important;
    width:100%!important;
    line-height: 32px!important;
    height: 50px!important;
    padding:0 35px 0 35px!important;
}
.reserve-2 .button.small:hover,
.reserve-2 .button.big:hover,
.reservation-btn:hover {
    background: #003968;
	color: #FFFFFF;
	transition: all 0.15s ease-out 0s;
}
.reserve-2 .button.small:focus,
.reserve-2 .button.big:focus,
.reservation-btn:focus{
    outline: none;
    background: #003968;
	color: #FFFFFF;
	transition: all 0.15s ease-out 0s;
}
.reserve-2 .required {
	color:#FF0000;
}
#obshta_suma_preview{
    color: #e2001e;
    font-size:24px;
    line-height: 20px;
    font-weight: 700;
}
.reserve-2 .zapoznat{
   color: #FF0000;
}
.reserve-2 .zapoznat:hover{
   color: #000000;
}
/* end form reservation */



/* vajno za B2B */
.content-page table tr {
	text-align: left;
}
.content-page table td, .content-page table th {
	border: 1px solid #e5e5e5;
    padding: 10px 15px;
}
.content-page table thead td, .content-page table th {
	background-color: #eee;
}
/* vajno za B2B */

/* clever-link stilove */
.clever-link {
/* osnoven za tablicite*/
    cursor: pointer;
    color: #e2001e!important;
}
.clever-link:hover {
    color: #0058a1!important;
}
.clever-link-button {
/* za butonite;*/
    cursor: pointer;
    color:#FFFFFF!important;
}
.clever-link-button:hover {
/* za butonite;*/
    cursor: pointer;
    color:#FFFFFF!important;
}
/* kraj na clever-link stilove */

/* raiting */

.jq-stars {
    display: inline-block;
}
.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}
.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}
.jq-star:hover .fs-star-svg path {
}
.jq-star-svg path {
    stroke-linejoin: round;
}
.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}
.my-rating {
    margin-bottom: 10px;
    margin-top: -5px;
}
.stars-text {
    display: inline-block;
    margin: 1px 0px 0px 10px;
    vertical-align: top;
}
/* raiting */



.mousenidis-kurorti {
	text-align: center;
    padding:30px 50px 30px 50px;
    margin: 30px auto 0 auto;
    border: 0;
    border-radius:6px;
    background: #f0f6ff;
/*    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);*/
}
.mousenidis-kurorti a {
	position: relative;
	margin: 6px 8px 6px 8px;
	padding: 0 0 0 0;
    border-right: 0 solid #d6d6d6;
	display: inline-block;
	font-size: 18px;
	color: #333333;
    line-height: 20px;
	text-decoration: none;
	transition: all 0.15s ease-out 0s;
}
.mousenidis-kurorti a:last-child {
    border-right: 0 solid #e2001e;
}

.mousenidis-kurorti a:before{
    content: "";
   /* width:100%;*/
    background: #e2001e;
    height:1px;
    position: absolute;
    display: inline-block;
    left: 51%;
    right: 51%;
    bottom:-2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.mousenidis-kurorti a:hover:before{
    left: 0;
    right: 0;
}
.mousenidis-kurorti a.current:before{
    content: "";
   /* width:100%;*/
    background: #e2001e;
    height:1px;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom:-2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.mousenidis-kurorti a:hover {
	color: #e2001e;
    transition: all 0.15s ease-out 0s;
}
.mousenidis-kurorti a.current {
	color: #e2001e;
    font-weight: 500
}
.mousenidis-kurorti a:hover,
.mousenidis-kurorti a.current:hover {
	transition: all 0.15s ease-out 0s;
    color: #e2001e;
}



.no-rezult {
    padding: 40px 0 40px 0;
    line-height: 120%;
    font-size:26px;
    text-align: center;
    margin: 0 auto;
    color: #333333;
}


.banner-item{
    display: block;
    margin:0 auto 0 auto;
    width:100%;
    height: auto;
    position: relative;
	text-decoration: none;
	color: #FFFFFF;
    padding:0 0 0 0;
    border:0;
    overflow: hidden;
    text-align: center;
    transition: all 0.25s ease-out;
    vertical-align: middle;
}
.banner-item .info-back {
    margin:0 auto 0 auto;
    text-align: center;
    position: relative;
    vertical-align: middle;
    padding:15px 20px 15px 20px;
    border-radius:6px;
}
.banner-item.banner-item-bg .info-back {
    margin:30px auto 15px auto;
background: linear-gradient(to right,  rgba(255,216,213,1) 0%,rgba(253,242,241,1) 100%);
}
.banner-item.banner-item-gr .info-back {
    margin:0 auto 20px auto;
background: linear-gradient(to right,  rgba(204,234,255,1) 0%,rgba(241,249,253,1) 100%);
}
.banner-item .info-back .main-title {
    font-size:18px;
    line-height: 120%;
    display: inline-block;
    font-weight: 500;
    padding:0 30px 0 0;
    color: #333333;
    position: relative;
    vertical-align: middle;
    text-align: center;
    transition: all 0.25s ease-out;
}
.banner-item .button {
    position: absolute;
    right:25px;
    top:15px;
    transition: all 0.25s ease-out;
}
.banner-item:hover .button {
    position: absolute;
    right:15px;
    top:15px;
    transition: all 0.25s ease-out;
}
.banner-item .button:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size:23px;
    line-height:23px;
    content: "\e92e";
    color: #333333;
    display: block;
    transition: all 0.25s ease-out;
}

.banner-item.banner-item-bg:hover .info-back .main-title {
    color: #e2001e;
}
.banner-item.banner-item-bg:hover .button:before{
    color: #e2001e;
}

.banner-item.banner-item-gr:hover .info-back .main-title {
    color: #0058a1;
}
.banner-item.banner-item-gr:hover .button:before{
    color: #0058a1;
}


.nav-pagination{
    margin: 30px auto 30px auto;
    text-align: center;
}
.pagination {
	margin: 0 auto 0 auto;
    text-align: center;
}
.pagination>li>a, .pagination>li>span {
	line-height: 100%;
	padding: 10px 14px 10px 14px;
	border: 0;
	color: #333333;
    background: #FFFFFF;
	border-radius: 0;
	margin: 0 4px 5px 4px;
    display: block;
	text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #0058a1;
    color: #FFFFFF;
	border-radius: 0;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
}
.pagination>li>a.active, .pagination>.active>span {
	line-height: 100%;
	padding: 10px 14px 10px 14px;
	border: 0;
	color: #FFFFFF;
    background: #0058a1;
	border-radius: 0;
	margin: 0 4px 5px 4px;
    display: block;
	text-transform: uppercase;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
}
.pagination>li>a.next-page,
.pagination>li>a.prev-page {
	border: 0;
    width:35px;
    height:38px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding:0 0 0 0;
    line-height:38px;
    /*text-indent: -9999px;*/
    font-size: 0;
    color: #0058a1;
    background:none!important;
-webkit-box-shadow: 0px 0px 0 0px rgba(0,0,0,0.0)!important;
-moz-box-shadow: 0px 0px 0 0px rgba(0,0,0,0.0)!important;
box-shadow: 0px 0px 0 0px rgba(0,0,0,0.0)!important;
}

.pagination>li>a.next-page:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 15px;
    line-height:38px;
    content: "\e91e";
    color: #333333;
    position: absolute;
    display: block;
    left:0;
    right:0;
}
.pagination>li>a.prev-page:before{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 15px;
    line-height:38px;
    content: "\e922";
    color: #333333;
    position: absolute;
    display: block;
    left:6px;
    right:0
}
.pagination>li>a.next-page:hover,
.pagination>li>a.prev-page:hover {
	color: #0058a1;
    background-color: none;
}
.pagination>li>a.next-page:hover:before{
    color: #0058a1;
}
.pagination>li>a.prev-page:hover:before{
    color: #0058a1;
}
.pagination > li > span:focus,
.pagination > li > span:hover {
	background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > span {
	margin-left: 0;
	border-radius: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover {
	background: #0058a1;
    color: #FFFFFF;
    border-color: #0058a1;
	transition: all 0.15s ease-out 0s;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.07);
}


.to-top {
    position: fixed;
    display: none;
    background:rgb(213,235,247, 0.7);
    border: 1px solid;
    border-color:rgb(181,181,181, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    right: 20px;
    bottom: 20px;
    transition: background 0.5s;
    z-index: 90;
}
.to-top:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 15px;
    left: 11px;
    border: solid #367dda;
    border-width: 0 3px 3px 0;
    display: block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.to-top:hover {
    /*background:rgb(247,146,30, 1);  */
    background:rgb(213,235,247, 0.8);
}



.worldmap{
    background: #f0f6ff;
    margin:0 auto;
    padding:0;
    z-index:1;
    position: relative;
}
.worldmap-box{
    width:70%;
    margin:0 auto;
    padding:0 0 60px 0;
    box-sizing: border-box;
    position: relative;
}

@media (max-width:1420px) {
.worldmap-box{
    width:80%;
}
}
@media (max-width:1320px) {
.worldmap-box{
    width:100%;
}
}
.svg-continents{
    width:90%;
    padding:10px 0 0 0;
    z-index:1;
    position: relative;
}
.continents-links-box{
    padding:30px 20px 30px 40px;
    box-sizing: border-box;
    width:auto;
    background: #f0f6ff;
	border: 1px solid #9cbfde;
    border-radius:6px;
    position: relative;
}

.continents-links-box:after, .continents-links-box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.continents-links-box:after {
	border-color: rgba(240, 246, 255, 0);
	border-right-color: #f0f6ff;
	border-width: 10px;
	margin-top: -10px;
}
.continents-links-box:before {
	border-color: rgba(156, 191, 222, 0);
	border-right-color: #9cbfde;
	border-width: 11px;
	margin-top: -11px;
}



.continents-links-box .continent-points {
    display: none
}
.continents-links-box #k-point-1.continent-points {
    display: block
}
.continents-links-box .antetka-2 {
    color: #333333;
    font-size: 22px;
    margin:0 0 0 0;
    text-align: left;
    font-weight: 700;
    padding:0 0 15px 5px;
}
.dest-collection-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.dest-collection-2 .dest-item-2 {
    padding: 2px 5px 2px 5px
}

.dest-collection-2 .dest-item-2 a {
    color: #333333;
    font-size: 16px;
    display: block;
    transition: all 0.25s ease-out;
}
.dest-collection-2 .dest-item-2 a:hover {
    color: #0058a1;
    text-decoration: none
}

@media (max-width:767px) {
.continents-links-box{
    padding:20px 20px 20px 20px;
    box-sizing: border-box;
    width:auto;
    background: #f0f6ff;
	border: 1px solid #9cbfde;
    border-radius:6px;
    position: relative;
    margin:30px 0 0 0
}

.continents-links-box:after, .continents-links-box:before {
	display: none
}

.continents-links-box:after {
    display: none
}
.continents-links-box:before {
	display: none
}

.dest-collection-2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
}

@media (max-width:460px) {
.dest-collection-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

}

#footer{
    margin:0 auto 0 auto;
    position: relative;
    padding:0 0 0 0;
    text-align: center;
    width:100%;
    background: #0058a1
}


#logo-footer {
	z-index: 130;
    width: 200px;
    height:57px;
    line-height: 100%;
    text-align: center;
    margin:0 auto 40px auto;
	transition: all 0.15s ease-out 0s;
    padding:0 0 0 0;
    position: relative;
    left:auto;
    top:auto;
    display: block;
	transition: all 0.15s ease-out 0s;
}
#logo-footer img {
	transition: all 0.15s ease-out 0s;
	width: 200px;
    height:57px;
}

.footer-top{
    position: relative;
    margin:0 auto 0 auto;
    text-align: left;
    padding:50px 0 20px 0;
    z-index: 2;
}
.footer-top .row{
    text-align: center;
    margin:0 auto 0 auto;
}
.col-foot1{
    display: inline-block;
    width:30%;
    padding:0 0 0 0;
    position: relative;
    margin:0 auto 0 auto
}
.col-foot2{
    display: inline-block;
    width:30%;
    padding:0 20px 0 20px;
    position: relative;
    margin:0 auto 0 auto
}
.col-foot3{
    display: inline-block;
    width:40%;
    padding:0 0 0 0;
    position: relative;
    margin:0 auto 0 auto
}
@media (max-width:1370px) {

}
@media (max-width:1199px) {

}
@media (max-width:991px) {

.col-foot1{
    display: block;
    width:100%;
    padding:0 0 0 0;
    position: relative;
    margin:10px auto 30px auto;
    text-align: center
}
.col-foot2{
    display: block;
    width:100%;
    padding:0 0 30px 0;
    position: relative;
    margin:0 auto 0 auto;
    text-align: center
}
.col-foot3{
    display: block;
    width:100%;
    padding:0 0 0 0;
    position: relative;
    margin:0 auto 0 auto;
    text-align: center
}

}
.footer-info{
    margin:0 0 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    padding:0 0 0 0;
    display: inline-block
}
.footer-title{
    margin:0 0 15px 0;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: left;
    position: relative;
    padding:0;
    text-transform: uppercase;
}
.footer-info p{
    margin:0 0 0 0;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    padding:0
}
/*.footer-info div{
    display: inline;
    margin:0 0 0 0;
    padding:0 0 0 0;
    position: relative;
    vertical-align: middle;
    text-align: left;
}*/
.footer-info div.address,
.footer-info div.tel,
.footer-info div.email{
    display: block;
    margin:0 0 0 0;
    padding:0 0 5px 0;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}
.footer-info div.tel{
    line-height: 30px;
}
.footer-info a {
	color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}
.footer-info a:hover {
    color: #FFFFFF;
    transition: all 0.15s ease-out 0s;
}

.footer-info a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: -1px;
	border-bottom: 1px solid #fff;
	border-bottom-color: rgb(255, 255, 255);
	width: 100%;
	height: 0;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: transform .2s ease-in-out;
}
.footer-info a:hover:after {
	-ms-transform: translateX(0);
	transform: translateX(0);
}


.footer-menu-list{
    margin:0 auto 0 auto;
    padding:0 0 50px 0;
    text-align: center;
    width:auto;
    display: block;
}
.footer-menu-list ul{
    margin:0;
    padding:0;
    list-style: none;
    text-align: center;
    width:100%
}
.footer-menu-list li{
    color: #FFFFFF;
    padding:0 0 0 0;
    margin:0 10px 10px 10px;
    text-align: left;
    display: inline-block;
    position: relative;
}
.footer-menu-list a {
	color: #FFFFFF;
    padding:0 0 0 0;
    display: inline-block;
    position: relative;
    margin:0 0 0 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    font-weight:400;
}
.footer-menu-list a:hover {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.15s ease-out 0s;
}
.footer-menu-list a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left:-1px;
	border-bottom: 1px solid #fff;
	border-bottom-color: rgb(255, 255, 255);
	width: 100%;
	height: 0;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: transform .2s ease-in-out;
}
.footer-menu-list a:hover:before {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.social-box{
    padding:30px 0 0 0;
    display: block;
    margin:0 auto;
    text-align: center;
    vertical-align: top;
}
.social-box ul{
    margin:0 auto;
    padding:0;
    list-style: none;
    text-align: center;
}
.social-box li{
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    padding:0;
    margin:0 2px 2px 2px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.social-box a {
	color: #ffffff;
    padding:0;
    position: relative;
    display: inline-block;
    width:46px;
    height:46px;
    vertical-align: middle;
    text-align: center!important;
    line-height: 46px;
    background: #0058a1;
    border-radius:100%;
    border:1px solid;
    border-color: rgb(255,255,255,0.3)
}
.social-box a:hover {
    transition: all 0.15s ease-out 0s;
    background: #75a8d2;
    border:1px solid;
    border-color: rgb(117,168,210,1)
}
.social-box a span {
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    text-align: center!important;
    transition: all 0.15s ease-out 0s;
}
.social-box a span.icon-viber {
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    transition: all 0.15s ease-out 0s;
}
.social-box a span.icon-instagram {
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    transition: all 0.15s ease-out 0s;
}
.social-box a:hover span {
    color: #ffffff;
    transition: all 0.15s ease-out 0s;
}
.social-box a:after {
    display: none
}



.info-footer-small{
    color: rgb(255,255,255,0.7);
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding:30px 0 20px 0;
    margin:0 auto 0 auto;
    width:80%;
}


.footer-bottom {
	text-align: center;
    margin:0 auto 0 auto;
    color:#FFFFFF;
    padding:0 0 0 0;
    position: relative;
    z-index: 2;
    background: #004a87
}

#footer-bottom {
	padding:20px 0 20px 0;
    width:auto;
	text-align: center;
    margin:0 auto;
    font-size: 14px;
    line-height: 16px;
}
#footer-bottom a {
	color:#FFFFFF;
}
#footer-bottom a:hover {
	color:#FFFFFF;
    transition: all 0.15s ease-out 0s;
}
#footer-bottom .copyright-containter > div {
	display: inline-block;
	padding: 2px 0 2px 0;
	font-size: 14px;
    line-height: 16px
}
#footer-bottom .copyright-containter .all {
	text-align: left;
	float: left;
    padding-top:9px;
}
#footer-bottom .copyright-containter .peakview {
	text-align: center;
    padding-top:9px;
    display: inline-block;
}
#footer-bottom .copyright-containter .peakview-logo {
	display: inline-block;
    width: 94px;
    height: 24px;
    background: url(img/pw-vector.svg) no-repeat;
    text-indent: -9999px;
    margin:0
}
#footer-bottom .copyright-containter .created {
	text-align: right;
	float: right;
    padding-top:7px;
}
#footer-bottom .row.copyright-containter > div {
	padding: 0;
}
#footer-bottom .copyright-containter .created a .icon-wd {
	position: absolute;
	right: 2px;
	top:0;
    font-size: 20px;
    color:#FFFFFF;
}
#footer-bottom .copyright-containter .created a:hover .icon-wd {
	animation-duration: 0.75s;
	animation-name: hvr-icon-up;
	animation-timing-function: ease-out;
    color: #FFFFFF;
}
#footer-bottom .copyright-containter .created a {
    color:#FFFFFF;
	display: inline-block;
	padding: 2px 35px 2px 3px;
	position: relative;
}
#footer-bottom .copyright-containter .created a:hover {
	color: #FFFFFF;
    transition: all 0.15s ease-out 0s;
}
#footer-bottom .copyright-containter .created a:after{
    content: "";
    background: #FFFFFF;
    height:1px;
    position: absolute;
    display: inline-block;
    left: 51%;
    right: 51%;
    bottom:0px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#footer-bottom .copyright-containter .created a:hover:after{
    left: 5px;
    right:30px;
}


.alert {
    position: relative;
    padding: 0;
    margin: 40px 0 80px 0;
    border: 0;
    border-radius:0;
}
.alert-success {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
}

.alert-default{
    font-size: 18px;
    line-height: 26px;
    padding:50px 0 0 0
}


.search-container {
	margin: 0 auto;
}
.search-container a {
	margin: 0;
}
.search-container .search-toggle {
	position: relative;
}
.remodal-close:focus{
    outline: none
}
.search-container .search-toggle .text-area {
	color: #000;
}
.search-container input {
	font-size: 16px;
	height: 46px;
	padding: 5px 40px 5px 10px;
	width: 100%;
	border: 1px solid #d9d9d9;
	background: #FFFFFF;
	color: #000;
	transition: all 0.15s ease-out;
	display: inline-block;
    -webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.search-container input:focus {
	transition: all 0.15s ease-out;
	background: #FFFFFF;
	border-color: #0058a1;
    outline: none
}
.search-container .submit-button {
	display: block;
	color: #FFFFFF;
    font-weight: 400;
	border: 0;
	outline: none;
	line-height: 100%;
	transition: all 0.15s ease-out 0s;
	position: relative ;
	top: auto;
	right: auto;
	font-size: 18px;
	text-align: center;
	padding: 0px 30px;
	height: 46px;
    width:100%;
	background: #0058a1;
    -webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.search-container .submit-button:hover {
	transition: all 0.15s ease-out 0s;
    color: #FFFFFF;
    background: #003968;
}


.remodal-overlay {
    background: rgba(0, 0, 0, 0.70);
}

.remodal {
    padding: 50px 30px 50px 30px;
    border-radius:6px;
    margin:20px 0 20px 0;
    width: 100%;
}


.remodal-close {
    position: absolute;
    left:auto;
    top: 10px !important;
    right:10px!important;
    display: block;
    overflow: visible;
    width: 33px;
    height: 33px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius:100%;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #FFFFFF!important;
    border: 0;
    outline: 0;
    background: #0058a1!important;
}
.remodal-close:before {
    line-height: 33px;
    width: 33px;
}




.form_question{
    text-align: left
}
.form_question span.titlef{
    font-size: 28px;
    line-height: 110%;
    font-weight: 700;
    color: #333333;
    padding:0 0 20px 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
.form_question .infoform {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
    padding:0 0 10px 0;
    text-align: left;
}
.form_question .infoform a{
    color: #0058a1;
    font-weight: 700;
}
.form_question .infoform a:hover{
    color: #e2001e;
    transition: all 0.15s ease-out 0s;
}

.form_question input[type="text"],
.form_question input[type="email"],
.form_question input[type="tel"],
.form_question textarea{
    outline: none;
	width: 100%;
	margin: 0px 0px 10px 0;
	border: 0;
    padding: 10px;
    height: 40px;
    color: #333333;
    font-size: 16px;
	background: #FFFFFF;
    border: 1px solid #cecece;
    display:block;
    border-radius:3px;
}
.form_question textarea {
    height: 150px;
}
.form_question input[type="text"]:focus,
.form_question input[type="email"]:focus,
.form_question input[type="tel"]:focus,
.form_question textarea:focus {
    transition: all 0.25s ease-out;
	border:1px solid #cecece;
    background-color: #FFFFFF;
    outline: none;
    color: #333333;
   -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
}
.form_question input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
}
.form_question input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}
.form_question input::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}
.form_question textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
}
.form_question textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}
.form_question textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}

.form_question .custom-select {
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	vertical-align: top;
    border: 1px solid #cecece;
    height: 40px;
    width: 350px;
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    background: #FFFFFF;
    cursor: pointer;
    border-radius:3px;
    margin: 0px 0px 10px 0;
}
@media (max-width:560px) {
.form_question .custom-select {
    width: 100%;
}
}
.form_question .custom-select:after{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 7px;
    line-height:7px;
    content: "\e91d";
    color: #000000;
    position: absolute;
    right: 10px;
    top: 18px;
    pointer-events: none;
    cursor: pointer;
    z-index: 2
}
.form_question .custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: none;
	box-shadow: none;
	padding-left:10px;
    padding-right:34px;
    padding-top:0;
	width: 100%;
    height: 40px;
    outline: none;
    color: #000000;
    font-size:16px;
    line-height: 16px;
    border: 0;
    background:#FFFFFF;
    cursor: pointer;
    border-radius:3px
}
.form_question .custom-select select:disabled {
    cursor: not-allowed;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.form_question .custom-select select::-ms-expand  {
    display: none;
}
}

.button_question {
	display: block;
	color: #ffffff;
	border: 0px;
	font-size: 18px;
	padding: 0 32px 0 32px;
	height: 50px;
	outline: none;
	line-height: 50px;
	transition: all 0.15s ease-out 0s;
	position: relative;
    border-radius:3px;
    background: #0058a1;
    font-weight: 700;
    vertical-align: middle;
    margin:20px 0 0 0;
    float:left;
    text-transform: uppercase;
}
.button_question:hover {
    color: #ffffff;
	transition: all 0.15s ease-out 0s;
    background:#003968;
}
.button_question:focus{
    outline: none;
    color: #ffffff;
    background:#003968;
}

.form_question p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    padding:0 0 20px 0
}
.form_question p a{
    font-size: 16px;
    line-height: 24px;
    color: #0058a1;
}
.form_question p a:hover{
    color: #0058a1;
    transition: all 0.15s ease-out 0s;
}
.form_question span{
    color: #e2001e;
}
.form_question p.required{
    float:right;
    padding:35px 0 0 0
}
.form_question label{
    display: block;
    margin:0 0 2px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 600
}
.form_question label.lc{
    font-size: 14px;
    font-weight: 400
}
.form_question label a {
	color: #0058a1;
	text-decoration: none;
}
.form_question label a:hover {
	text-decoration: none;
    color: #e2001e;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* bootsrap custom grid */

@media (min-width:576px) {
.container {
	max-width: 100%
}
}

@media (min-width:768px) {
.container {
	max-width: 100%
}
}

@media (min-width:992px) {
.container {
	max-width: 100%
}
}

@media (min-width:1200px) {
.container {
	max-width: 100%
}
}

@media (min-width:1490px) {
.container {
	max-width: 1490px
}
}
/* bootsrap custom grid */


@media (max-width:1530px) {
#main-slider .slider-fill .wrap-slider-text {
    width:100%;
    margin:0 90px 0 90px
}
}


@media (max-width:1360px) {
#offer-menu ul li a {
	font-size: 16px;
    margin:0 7px 0 7px;
    font-weight: 400
}
.offer-menu-box{
    padding:0 20px 0 0;
}
a.agenti {
	font-size: 16px;
    line-height: 24px;
    padding:0 10px 0 10px!important;
}
#logo {
	left: 5px;
}
}

@media (max-width:1290px) {

}

@media (max-width:1200px) {

}

@media (max-width: 1199px) {
#dataTable tr td {
    width: auto;
    padding: 8px 3px 8px 3px;
}
#dataTable tr:first-child td + td + td + td ~ td {
    display: none;
}
#dataTable tr:first-child ~ tr td + td + td + td + td ~ td {
    display: none;
}

.destination-item .wrap-image {
    height:auto;
}
}

@media (max-width: 1125px) {
.wrap-filter {
    bottom:auto;
    left:auto;
    right:auto;
    top:auto;
    position: relative;
    margin:30px 15px 0 15px
}
.wrap-filter.wrap-filter-inside  {
    margin:15px 15px 15px 15px;
/*    background: #FFFFFF  */
}
.wrap-filter .background-filter {
	width:auto;
}
 .wrap-filter .filter {
    border-radius:6px;
    padding:10px 10px 10px 10px;
}
.wrap-filter .form-group {
	margin: 0;
    padding:0 0.5% 0 0.5%;
    float:left;
    width:33.30%;
}
.wrap-filter .form-group:nth-child(3),
.wrap-filter .form-group:nth-child(4){
    border-right:0 solid #FFFFFF
}
.wrap-filter .filter div.custom-select {
    width: 100%;
}
.wrap-filter .form-group.submit {
    padding:10px 5px 0 5px;
    float:none;
    width:100%;
    clear: both;
    border-right:0 solid #FFFFFF;
}
.wrap-filter .filter input.submit-btn{
   width:100%;
}

}

@media (max-width: 1166px) {

}

@media (max-width: 1060px) {
.form-wrap .zaglavie {
    font-size:28px;
}
.reserve-2 {
    width: 100%;
}
}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
.header-wrap {
    position: relative;
    height:70px;
}
.main-container{
    padding-top:0;
}
.content-page-inside{
    padding-top:0
}
.header-top{
    height: 70px;
    padding:0;
    display: block;
    position: relative;
    background: rgba(0,57,104,1);
}
.top-menu-box{
    padding: 0 0 0 0;
    display: none;
}
#top-menu {
	display: none;
}

#logo {
	position: absolute;
	top:7px;
	left: 15px;
}
#logo img {
	transition: all 0.15s ease-out 0s;

}
.tel-box{
    padding:0 0 0 0;
    position: absolute;
    right:100px;
    top:0;
    display: block
}
.tel-box a {
	font-size: 0;
    line-height: 0;
    padding:0 0 0 0;
    margin:0
}

a.agenti-mobile {
    display: block;
    padding:0;
    margin:0;
    visibility: visible;
    position: absolute;
}
a.search-mobile {
    display: block;
    padding:0;
    margin:0;
    visibility: visible;
    position: absolute;
}
a.search {
	font-size: 0!important;
    line-height: 0!important;
    padding:0 0 0 0!important;
    margin:0 0 0 0!important;
    display: none;
}
a.search:after{
    display: none;
}
a.search:hover:after{
    display: none;
}
a.search:hover:before{
    display: none
}
#offer-menu li a.search:hover:before{
    display: none
}


#offer-menu ul li a.agenti {
	font-size: 0!important;
    line-height: 0!important;
    padding:0 0 0 0!important;
    margin:0 0 0 0!important;
    display: none;
}
a.agenti:after{
    display: none;
}
a.agenti:hover:after{
    display: none;
}
a.agenti:hover:before{
    display: none
}
#offer-menu li a.agenti:hover:before{
    display: none
}

.offer-menu-box{
    padding:0;
    width:100%;
    margin:0;
    background: none;
    border-radius:0
}
#offer-menu {
	position: relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    display: block!important;
    text-align: center!important;
    line-height:100%!important;
    float:none!important;
}
#offer-menu .label-menu span {
	font-size: 20px;
	vertical-align: middle;
    background:none!important;
    position: relative;
}
#offer-menu .label-menu span.menu-icon {
    display: none
}
#offer-menu .label-menu {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin:0 0 0 0;
    transition: all 0.15s ease-out 0s;
    right:15px;
    top:20px;

    font-size: 27px;
    line-height: 27px;
    color: #FFFFFF;
    padding:0 0 0 0;
    font-weight: 400;
}
#offer-menu .label-menu:after{
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 27px;
    line-height:27px;
    content: "\e92f";
    color: #FFFFFF;
    text-align: center;
    transition: all 0.15s ease-out 0s;
}
/*#offer-menu .label-menu:hover {
	color: #3bc4b2;
    background: #FFFFFF;
    transition: all 0.15s ease-out 0s;
}
#offer-menu .label-menu:hover:after{
    color: #3bc4b2;
}*/
#offer-menu div ul li {
	display: block!important;
}
#offer-menu.responsive-nav > div > ul > li {
    float: none;
	display: inline-block;
	position: relative;
    padding:0;
    margin:0;
    vertical-align: top;
    font-size: 0;
}
#offer-menu li div ul {
    border: 0;
    margin:0;
    padding:0 10px 0px 10px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
}

#offer-menu div ul li div {
    left:0;
    top:0;
}
#offer-menu.responsive-nav > div.first-open {
	position: absolute;
	width: 100%;
    z-index: 120;
    top:70px;
    background: rgba(255,255,255,1);
    display: block!important;
    -webkit-box-shadow: 0px 5px 6px 0 rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 5px 6px 0 rgba(0,0,0,0.08);
    box-shadow: 0px 5px 6px 0 rgba(0,0,0,0.08);
    border:0!important;
    text-align: left!important;
}
#offer-menu ul li a {
	padding: 0 10px 0 0!important;
    margin:7px 20px 7px 20px!important;
   	color: #333333;
    font-weight: 700!important;
	text-align: left!important;
	font-size:18px!important;
    line-height: 28px!important;
    display: block!important;
    height: auto!important;
    width: auto!important;
    border:0!important;
    background: none!important;
    text-transform: uppercase;
}
/*#offer-menu ul li  {
    border-top:1px solid #C2C2C2;
}
#offer-menu ul li li  {
    border-top:0 solid #C2C2C2;
}*/
/*#offer-menu li:hover a, #offer-menu li a:hover {
	color: #3bc4b2;
}*/

#offer-menu li a:before {
    display: none
}
#offer-menu li a:hover:before {
	display: none
}

#offer-menu li:hover a, #offer-menu li a:hover {
    border:0!important;
    color: #333333;
}

#offer-menu li div ul {
    border: 0;
    margin:0;
    padding:0 10px 10px 10px;
    border-radius:0;
    background: #FFFFFF;
}
#offer-menu li.open{
    background: #FFFFFF;
}
#offer-menu li li {
    margin:0 auto!important;
	text-align: left!important;
    display: block!important;
    line-height: 18px!important;
}
#offer-menu li li a {
	position: relative;
   /*	color: #FFFFFF!important; */
	padding: 0 0 5px 0!important;
	font-size: 16px!important;
    line-height: 18px!important;
    margin:3px 10px 3px 10px!important;
	text-align: left!important;
    display: inline-block!important;
    text-transform: none!important;
    font-weight: 400!important;
}
#offer-menu li li:first-child a {
    border-radius:0 !important
}
#offer-menu li li:last-child a {
    border-radius:0 !important
}
#offer-menu li li a:hover {
	/*color: #FFFFFF !important;  */
    background: none!important
}
#offer-menu li li a:before{

}
#offer-menu li li a:hover:before {
	display: block
}

#offer-menu.responsive-nav > div > ul > li.full-width > div {
    padding:0 20px 20px 20px;
    border-radius:0;
    border:0!important;
}
#offer-menu.responsive-nav > div > ul > li.full-width > div li.title a{

}
#offer-menu.responsive-nav > div > ul > li.full-width > div li.title a:focus,
#offer-menu.responsive-nav > div > ul > li.full-width > div li.title a:hover {

}
#offer-menu.responsive-nav > div > ul > li.full-width > div ul.line{
    border-bottom: 0 solid #FFFFFF!important;
    padding-bottom:0;
    border-radius:0
}
#offer-menu.responsive-nav > div > ul > li.full-width > div li {
	text-align: left!important;
}
#offer-menu.responsive-nav > div > ul > li.full-width > div li a {

}
#offer-menu.responsive-nav > div > ul > li.full-width > div li a:hover {

}
#offer-menu.responsive-nav > div > ul > li.full-width > div li a:before{

}
#offer-menu.responsive-nav > div > ul > li.full-width > div li a:hover:before{

}
#offer-menu.responsive-nav > div > ul > li.full-width > div .tow-col{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#offer-menu.responsive-nav > div > ul > li.full-width .row{
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
}
#offer-menu.responsive-nav > div > ul > li.full-width .row > div {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
}
#offer-menu.responsive-nav > div > ul > li.full-width > div {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
}
.responsive-nav-activate.responsive-nav-cr ul div a span {
    padding: 0!important;
    display: block;
}

.responsive-nav-activate.responsive-nav-cr ul div div a span {
    padding: 0!important;
}

.main-slider-wrap{
    position: relative;
    padding:0 0 0 0;
    margin:0 0 0 0;
}
#main-slider .slider-fill:after {
    display: none
}
#main-slider{
    height: 320px;
    margin:0 0 0 0
}
#main-slider .slider-fill {
    height: 320px;
    margin:0 0 0 0;
}
#main-slider .owl-dots {
    display: block;
}
#main-slider .owl-prev, #main-slider .owl-next {
    display: none
}
#main-slider .slider-fill .containerslide {
    text-align: center;
}
#main-slider .slider-fill .wrap-slider-text {
	text-align: center;
    margin:0 15px 0 15px
}
#main-slider .slider-fill .slider-text {
	text-align: center;
}
#main-slider .slider-fill .slider-text .title {
    text-align: center;
    font-size:36px;
}
#main-slider .slider-fill .slider-text .info {
    font-size:18px;
}
#main-slider .slider-fill .slider-text .price {
    text-align: center;
}
#main-slider .slider-fill .slider-text .price p {
    text-align: center;
}
#main-slider .slider-fill .slider-text .price p span {
    text-align: center;
}

.header-inner-page {
	/*height: 160px;   */
    margin:0 0 30px 0
}

.info-dest-images {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
}
.news-image-float {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
}


#footer{
    text-align: center;
}
.footer-title{
    margin:0 auto 15px auto;
    text-align: center;
}
.footer-info{
    margin:0 auto 0 auto;
    text-align: center;
    padding:0
}
.footer-info p{
    text-align: center;
}
.footer-menu-list{
    margin:30px auto 30px auto;
    text-align: center;
    padding:0;
}
.footer-menu-list ul{
    text-align: center;
}
.footer-menu-list li{
    text-align: center;
    display: block;
    width:auto;
    position: relative;
    margin:0 10px 3px 10px;
}
.footer-menu-list li:after {
	display: none;
}
.social-box{
    margin:30px auto 0 auto;
    text-align: center;
    display: block;
    float:none;
    padding:0 0 0 0;
}
.social-box ul{
    text-align: center;
}
.social-box ul{
    text-align: center;
}
.footer-info div.address,
.footer-info div.tel,
.footer-info div.email{
    display: block;
    margin:0 0 0 0;
    padding:0 0 5px 0;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    text-align: center;
    vertical-align: middle
}


.footer-bottom{

}
#footer-bottom .copyright-containter{
    padding-top:5px
}
#footer-bottom .copyright-containter .peakview {
    padding-top:0;
}
#footer-bottom .copyright-containter .created,
#footer-bottom .copyright-containter .peakview,
#footer-bottom .copyright-containter .all{
    text-align:center;
    float:none;
    margin:5px 10px 5px 10px;
}
#footer-bottom .copyright-containter .all {
	line-height:20px;
}
#footer-bottom .copyright-containter .created{
    margin-right:0;
    margin-top:0
}
}

@media (max-width: 880px) {
.antetka-1{
    font-size:32px;
}
.antetka-2{
    font-size:32px;
}
.antetka-5 {
    font-size:26px;
}
.antetka-3 {
    font-size:32px;
}

}


@media (max-width: 768px) {
.antetka-1{
    font-size:28px;
}
.antetka-2{
    font-size:28px;
}
.antetka-3{
    font-size:28px;
}


.wrap-filter {
    margin:30px 15px 0 15px
}
 .wrap-filter .filter {
    padding:0 0 0 0;
}

.wrap-filter .form-group {
	margin: 0 0 0 0;
    padding:0;
    float:none;
    width:100%;
}
/*.wrap-filter .filter input.submit-btn {
    width:100%;
}*/
.wrap-filter .form-group.submit {
    padding:0 0 0 0;
}

.wrap-filter .filter input.submit-btn{
    width:100%;
    border-radius:0;
}
.wrap-filter .form-group {
    border-right:0 solid #FFFFFF;
}
.wrap-filter .form-group:nth-child(3),
.wrap-filter .form-group:nth-child(4){
    border-right:0 solid #FFFFFF;
}
.wrap-filter .filter div.custom-select {
   /* border:1px solid #e1e1e1;     */
    border-bottom:1px solid #e1e1e1;
    border-right:0 solid #FFFFFF;
    border-left:0 solid #FFFFFF;
    border-radius:0
}

#parentHorizontalTab,
#parentHorizontalTab2 {
    margin: 30px 0 30px 0!important;
}
.resp-tab-content {
    padding:20px 20px 20px 20px!important;
}
.star-accordion .resp-accordion a {
    font-size: 17px;
}
#parentHorizontalTab .star-accordion .resp-accordion a {
    color: #FFFFFF!important;
    text-transform:uppercase;
}
.resp-arrow {
	border-top: 12px solid #FFFFFF;
}
#parentHorizontalTab div.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #FFFFFF;
}
#parentHorizontalTab .resp-accordion.hor_1 {
	border: 0 solid #FFFFFF !important;
    background: #003968!important;
    color: #FFFFFF!important;
}
#parentHorizontalTab .resp-tabs-container .resp-tab-active{
    border: 0 solid #FFFFFF !important;
    background: #0058a1 !important;
    color: #FFFFFF!important;
}
#parentHorizontalTab .resp-tabs-container .resp-tab-active a{
    color: #FFFFFF!important;
}
.resp-tabs-container {
	border: 0 solid #FFFFFF!important;
    background: #FFFFFF!important;
}
.resp-tab-content.resp-tab-content-active {
	border: 1px solid #0058a1 !important;
    border-left: 1px solid #0058a1!important;
    border-right: 1px solid #0058a1!important;
    border-bottom: 1px solid #0058a1!important;
    background: #FFFFFF!important;
}


#parentHorizontalTab2 .star-accordion .resp-accordion a {
    font-size: 17px;
    color: #FFFFFF!important;
    text-transform:uppercase;
}
#parentHorizontalTab2 .resp-arrow {
	border-top: 12px solid #FFFFFF;
}
#parentHorizontalTab2 div.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #FFFFFF;
}
#parentHorizontalTab2 .resp-accordion.hor_1 {
	border: 0 solid #FFFFFF !important;
    background: #003968!important;
    color: #FFFFFF!important;
}
#parentHorizontalTab2 div.resp-accordion.hor_1 {
	border: 0 solid #FFFFFF !important;
    background: #003968!important;
    color: #FFFFFF!important;
}

#parentHorizontalTab2 .resp-accordion.hor_2{
	border: 0 solid #FFFFFF !important;
    background: #003968!important;
    color: #FFFFFF!important;
}


#parentHorizontalTab2 .resp-tabs-container .resp-tab-active{
    border: 0 solid #FFFFFF !important;
    background: #0058a1!important;
    color: #FFFFFF!important;
}
#parentHorizontalTab2 .resp-tabs-container .resp-tab-active a{
    color: #FFFFFF!important;
}
#parentHorizontalTab2 .resp-tabs-container {
	border: 0 solid #FFFFFF!important;
    background: #FFFFFF!important;
}
#parentHorizontalTab2 .resp-tab-content.resp-tab-content-active {
	border: 1px solid #0058a1 !important;
    border-left: 1px solid #0058a1!important;
    border-right: 1px solid #0058a1!important;
    border-bottom: 1px solid #0058a1!important;
    background: #FFFFFF!important;
}


}

@media (max-width: 680px) {
#main-slider .slider-fill .slider-text .title {
    /*font-size: 26px; */
}

}

@media (max-width: 576px) {
.dest-text-containt {
    padding:20px 10px 20px 10px;
    width:100%
}

#offer-menu.responsive-nav > div > ul > li.full-width > div .tow-col{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
#offer-menu.responsive-nav > div > ul > li.full-width > div .three-col{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/*.offer-gallery-sm .gallery-img-item {
    width: 50%;
}
.offer-gallery-sm .gallery-img-item:nth-child(n+3) {
	display: none;
}*/
/*.offer-gallery-sm .gallery-img-item {
    display: none;
}*/

}

@media (max-width: 530px) {

}

@media (max-width: 480px) {
#logo {
	top:18px;
	left: 5px;
    width: 120px;
    height:34px;
    background-size: 120px 34px
}
}

@media (max-width: 440px) {


}

@media (max-width: 420px) {

}

@media (max-width: 380px) {


}

@media (max-width: 330px) {

}
