.filter-table-wrap{
    background: #FFFFFF;
    border-radius:10px;
    padding: 30px 30px 30px 30px;
    margin:50px auto 50px auto
}
.rezult-title {
    padding: 30px 0 30px 0;
    line-height: 130%;
    font-size:20px;
    text-align: center;
    margin: 0 auto;
    color: #333333;
}

.filter-gr-back{
    display: block;
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
  /*  background-image: url(img/greece.jpg);*/
    padding:20px 0 20px 0;
    margin:0 0 0 0;
    position: relative;
    overflow: hidden;
/*    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);*/
}
.filter-gr-back:before {
	content: "";
  /*  background: rgba(255,255,255,1); */
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
    bottom:0;
	z-index: 1;
	height: 100%;
}
.filter-tr-back{
    display: block;
	background-position: center center;
    background-repeat: no-repeat;
	/*background-size: cover;  */
/*    background-image: url(img/turkey.jpg);   */
    padding:20px 0 20px 0;
    margin:0 0 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.filter-tr-back:before {
	content: "";
    background: rgba(0,0,0,0.08);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
    bottom:0;
	z-index: 1;
	height: 100%;
}
.filter-bg-back{
    display: block;
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
/*    background-image: url(img/bulgaria.jpg);   */
    padding:20px 0 20px 0;
    margin:0 0 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.filter-bg-back:before {
	content: "";
    background: rgba(0,0,0,0.08);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
    bottom:0;
	z-index: 1;
	height: 100%;
}

@media (max-width: 991px) {
.filter-gr-back{
	background-size: cover;
    background-position: center center;
}
.filter-tr-back{
	background-size: cover;
    background-position: center center;
}
.filter-bg-back{
	background-size: cover;
    background-position: center center;
}
}


.antetka-filt{
    padding:0 0 20px 0;
    line-height: 110%;
    font-size:24px;
    text-align: center;
    margin: 0;
    color: #00abd4;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight:bold;
    z-index: 5
}

.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    font-size:0
}

.filter-box {
    margin:0 auto 20px auto;
    height:auto;
    padding:20px 15px 10px 15px;
    background: rgb(255,255,255,0.8);
    position: relative;
    border:0;
    width:auto;
    border-radius:6px;
    -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);
    z-index: 5
}
.filter-box-2{
    margin:0 auto 40px auto;
    padding:0 15px 20px 15px;
    border-radius:0;
    -webkit-box-shadow: 0px 0px 0 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0 0px rgba(0,0,0,0);
    border-bottom:3px solid #00abd4
}
.filter-2 {
    display:inline-block;
    margin:0 auto;
    height:auto;
}
.filter-box .form-group {
    float:left;
    margin-bottom:10px;
    padding:0 4px 0 4px;
}
.filter-box .form-group label {
    text-align:left;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    display: block;
}
.filter-box .smallg-2 {
    margin-bottom:20px;
}
.filter-box .form-control {
    display:inline-block;
    background-color:#fff;
    overflow:hidden;
    position:relative;
    text-align:left;
    border:1px solid #00abd4;
    vertical-align:middle;
    outline:0;
    padding:6px 12px;
    width:100%;
    height:50px;
    color:#2b2b2b;
    webkit-box-shadow:none;
    box-shadow:none;
    border-radius:3px;
    transition:all .15s ease-out 0s
}
.filter-box .form-control:focus {
    transition:all .15s ease-out 0s;
    border-color:#00abd4;
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none
}
.table-hover>tbody>tr:hover {
    background-color:#FFFFFF
}

.filter-box input.submit {
	display: block;
	color: #FFFFFF;
    line-height: 100%;
    font-size: 16px;
    font-weight:600;
	padding: 17px 30px 17px 30px;
	height: auto;
	outline: none;
	transition: all 0.15s ease-out 0s;
	position: relative;
	border:0;
    background:#00abd4;
    border-radius:6px;
    margin:20px auto 5px auto;
    text-transform: uppercase;
}
.filter-box.filter-box-2 input.submit {
    margin:0 auto 5px auto;
}
.filter-box input.submit.booking-btn{
    display: inline-block
}
.filter-box input.submit:focus, .filter-box input.submit:hover {
    background: #004369;
	color: #FFFFFF;
	transition: all 0.15s ease-out 0s;
}
.filter-box .custom-select {
	display: inline-block;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	vertical-align: middle;
    border: 0;
    width: 265px;
    height: 50px;
    border-radius:0
}
.filter-box .custom-select:after {
    font-style: normal;
    font-weight: normal;
    font-family: "icomoon";
    font-size: 7px;
    line-height:12px;
    content: "\e91c";
    color: #000000;
    position: absolute;
    right: 12px;
    top: 20px;
    pointer-events: none;
    cursor: pointer;
    z-index: 5;
    background: #FFFFFF
}

.filter-box .custom-select2:after{
    display: none
}
.filter-box .gsmall .custom-select {
	width: 75px;
    height: 50px;
    float:left;
}
.filter-box .smallg-2 .custom-select {
	width: 75px;
}
.filter-box .smallg-5 .custom-select {
	width: 265px;
    /*width: 150px;*/
}
.filter-box .smallg-6 .custom-select {
	width: 150px;
    /*width: 150px;*/
}
.filter-box .custom-select {
	position: relative;
}
.filter-box .custom-select select {
	height: 50px;
	padding: 6px 38px 6px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0!important;
	border: 1px solid #00abd7;
    color: #333333;
    font-size: 16px;
    background: #FFFFFF;
    border-radius:3px
}
.filter-box .custom-select select:focus {
    transition: all 0.15s ease-out;
	border:1px solid #00abd7;
    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);
}
::-webkit-input-placeholder { /* Edge */
  color: #000000;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
::placeholder {
  color: #000000;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.filter-box .custom-select select::-ms-expand {
    display: none;
}
}
.form-group .custom-select input[type=text]{
    font-size: 16px;
    padding: 6px 30px 6px 10px;
    width: 100%
}

.kalulator-form input[type=text],
.kalulator-form input[type=password],
.kalulator-form input[type=tel],
.kalulator-form input[type=number],
.kalulator-form select,
.kalulator-form textarea {
	display: inline-block;
	width: 100%;
	padding: 10px;
	border-radius:3px;
	font-size: 16px;
	transition: all .15s ease-in-out;
	height: 50px;
    outline: none;
	border: 1px solid #00abd7;
    padding: 15px 16px 15px 16px;
    color: #333333;
    background: #FFFFFF;
    margin:0
}
.kalulator-form input[type=text]:focus,
.kalulator-form input[type=password]:focus,
.kalulator-form input[type=tel]:focus,
.kalulator-form input[type=number]:focus,
.kalulator-form select:focus,
.kalulator-form textarea :focus {
    transition: all 0.15s ease-out;
	border:1px solid #00abd7;
    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);*/
}
.form-group-box {
	margin: 0 auto 5px;
	display: inline-block;
	text-align: left;
    color: #333333;
}
.form-group-box label {
	display: inline-block;
	margin: 5px;
    color: #333333;
	font-weight: 700;
	font-size: 14px;
}
.form-group-box label input {
	margin-right: 5px
}
.form-price-box input {
	width: 80px!important
}
.form-but-wrap {
	margin-top: 0
}
.form-price-box {
	margin: 0;
	text-align: left;
}
.form-group-box-wrap {
	/*margin: 5px 0*/
    /*float:left;
    margin-bottom:10px;
    padding:8px 0 0 20px;*/
    float:none!important;
    padding:0 0 0 0!important;
    display: block!important;
    width:100%!important;
    margin:10px auto 10px auto!important;
    text-align: center!important
}
.dash {
	margin: 0 4px;
	display: inline-block;
	background: #d5d5d5;
	height: 1px;
	width: 10px;
	vertical-align: super
}
/* filter */


@media (max-width: 1280px) {
.filter-box {
    width:auto;
}
.filter-box{
    margin:0 0 30px 0;
    padding:10px 10px 10px 10px;
}
.filter-box-2{
    margin:10px 0 10px 0;
}
.filter-box .form-group {
	width: 33.333%!important;
    margin:0 0 10px 0
}
.filter-box .form-grup-100 {
	width: 100%;
    margin:0 0 10px 0
}
.filter-box .smallg .custom-select {
	width: 100%!important;
	max-width: 113px!important;
}
.filter-box .custom-select {
	width: 100%!important;
}
.filter-box .smallg-2 .custom-select {
	width: 100%!important;
}
.filter-box .smallg-5 .custom-select {
    width: 100%!important;
}
.filter-box input.submit {
	font-size: 17px!important;
	padding-left: 23px!important;
	padding-right: 23px!important;
}
.dopinf{
    position: absolute;
    right:15px;
    top:0px;
}
.hideinfo {
    padding:20px 0 0 0
}
}

@media (max-width: 991px) {
.filter-box {
    padding:10px 5px 10px 5px;
}
.filter-box-2{
    margin:30px 0 30px 0;
}
.hideinfo {
    margin:0 auto 0 auto;
    text-align: center
}
.form-group-box-wrap {
	/*margin: 5px 0*/
    float:none!important;
    padding:0 0 0 0!important;
    display: block!important;
    width:100%!important;
    margin:0 auto 10px auto!important;
    text-align: center!important
}
.form-group.form-grup-100{
    width: 100%!important;
    margin:0 auto 10px auto!important;
    float:none!important;
    text-align: center!important
}
.form-price-box {
    margin: 0 auto 0 auto;
    display: block!important
}
.form-group-box {
    margin: 0 auto 0 auto;
    display: inline-block!important
}

}

@media (max-width: 767px) {
.filter-box{
    margin:0 0 30px 0;
    padding:10px;
}
.filter-box-2{
    margin:30px 0 40px 0;
}
.filter-box .form-group {
	width: 33.333%;
    margin:0 0 10px 0
}
.filter-box .form-grup-100 {
	width: 100%;
    margin:0 0 10px 0
}
.filter-box .form-group.form-price-box {
    margin: 0 auto 0 auto;
    display: block!important;
    width: 100%!important;
}
.filter-box .smallg .custom-select {
	width: 100%!important;
	max-width: 113px!important;
}
.filter-box .custom-select {
	width: 100%!important;
}
.filter-box .smallg-2 .custom-select {
	width: 100%!important;
}
.filter-box input.submit {
	font-size: 17px!important;
	padding-left: 23px!important;
	padding-right: 23px!important;
}
.form-but-wrap {
	margin-top: 15px
}
.hideinfo {
    padding:35px 0 0 0
}
}

@media (max-width: 576px) {
.filter-box .smallg-4, .filter-box .smallg-2,
.filter-box .smallg-5, {
	width: auto!important;
    width: 100%!important;
	margin-bottom: 10px!important
}
.filter-box .smallg-2{
	margin-bottom: 5px!important;
    float: none!important;
}
.filter-box .smallg-2 label {
	display: block;
}
.filter-box .smallg-2 .custom-select {
	margin-bottom: 5px!important;
}
.form-price-box input {
	width: 100%!important
}
.filter-box .form-group {
	float: none!important;
    padding: 0!important;
    width:100%!important
}
/*.booking-btn, .filter-box .submit {
	width: 100%!important;
	text-align: center!important;
}*/
}

