@font-face {    font-family: myFont;   src: url("PintassilgoPrints - BrushUp.otf") format("opentype");}
@font-face {    font-family: mySans;   src: url("OpenSans-Regular.ttf") format("truetype");}
@font-face {    font-family: mySansB;   src: url("OpenSans-Bold.ttf") format("truetype");}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-collapse: collapse;
}

a {
   text-decoration: none;
   color: black;
}

img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}
.sliKW img, #viewBy img, #orderBy img, #divMap img, #objMap img {
    pointer-events: initial;
}

body, h1 {
/*     letter-spacing: -0.02em; */
	-ms-user-select: -ms-none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;

}

html, body {
    font-family: mySans;
    font-weight: 300;
	font-size: 16px;
	background-color: #e0e0e0;
	color: #ffffff;  
    height: 100%;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


h1, p {
    font-family: mySans;
    font-weight: 300;
	font-size: 1.25rem;
}

#divAllBody {
    width: 100%;
    height: auto;    
}

:-webkit-input-placeholder {
   color: #909090;
}

:-moz-placeholder {
   color: #909090;  
}

::-moz-placeholder {
   color: #909090;  
}

:-ms-input-placeholder {  
   color: #909090;  
}

#metaNoIndex {
    display: none;
    position: fixed;
    top: 0px;    
    left: 0px;
    padding: 4px;
    background: rgba(0,0,0,0.7);
    color: white;
}


#spinnerCont {
	display: block;
	position: fixed;
	-webkit-transform: translateZ(0);
	top: 50%;
	left:  50%;
	z-index: -999;
	opacity: 0;
	-o-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    width: 96px;
    height: 96px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#spinner {
    width: 100%;
    height: 100%;
    position: absolute;
	-o-animation-name: rotate;
	-o-animation-duration: 1.0s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	-o-animation-direction: reverse;
	-moz-animation-name: rotate;
	-moz-animation-duration: 1.0s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: reverse;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: reverse;
	animation-name: rotate;
	animation-duration: 1.0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: reverse;
}

#spinner2 {
    width: 100%;
    height: 100%;
    position: absolute;
	-o-animation-name: rotate2;
	-o-animation-duration: 0.7s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	-o-animation-direction: reverse;
	-moz-animation-name: rotate2;
	-moz-animation-duration: 0.7s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: reverse;
	-webkit-animation-name: rotate2;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: reverse;
	animation-name: rotate2;
	animation-duration: 0.7s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: reverse;
}

#spinner img, #spinner2 img {
    width: 100%;
}

@-webkit-keyframes rotate {
	from {-webkit-transform:rotate(359deg);}
	to {-webkit-transform:rotate(0deg);}
}

@keyframes rotate {
	from {transform:rotate(359deg);}
	to {transform:rotate(0deg);}
}

@-webkit-keyframes rotate2 {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(359deg);}
}

@keyframes rotate2 {
	from {transform:rotate(0deg);}
	to {transform:rotate(359deg);}
}
video {
    margin: 0;
    padding: 0;
    position: absolute;
	-webkit-transform: translateZ(0);
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}


#divHeader {
    height: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
	margin-top: 0px;
}

#divHeader a {
    color: white;
}

.dottedBorder {
    border-right: 1px dotted rgba(0,0,0,0.1);
}   

/*
#tdmText, #tdmText2 {
    position: absolute;
    top: 32px;
    width: 150px;
    font-family: mySansB;
    font-size: 16px;
    color: #1d71b8;
    text-shadow: white;
    text-align: center;
    line-height: 16px;
}	

#tdmText {


}

#tdmText2 {
    top: 48px;
}

#tdmText3 {
    position: absolute;
    width: 150px;
    top: 70px;	
    font-family: mySans;
    font-size: 9px;
    line-height: 10px;
    color: black;
}	
	
*/

#divWrapper {
    margin: 0 auto;
    position: relative;

}

.afterPreLoad, .afterPreLoad2, .afterPreLoadIL  {
    opacity: 0;
    display: none;
}


#headerText {
    width: 170px;
    top: -20px;
    height: 100px;
}

#searchIt {
    width: 90px;
}


#divHeaderCont {
	display: block;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    position: fixed;
   	-webkit-transform: translateZ(0);
    z-index: 9;
    height: 80px;
    background: #ffffff;
}


#divHeaderMenu {
    position: absolute;
    top: 0;
    height: 80px;
    line-height: 120px;

    text-align: center;
    -webkit-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
}


.header {
    text-align: center;
    cursor: pointer;
    /* width: 133px; */
    color: black;
    float: left;
    position: relative;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
}

.header {
    font-size: 1.125rem;
    font-weight: 700;
    float: left;
    font-family: mySansB;
    text-transform: uppercase;
    letter-spacing: 0em;
}   

.iconCircle {
    position: absolute;
    display: block;
}


.imgFooterIcon {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 0 16px 0;
    vertical-align: top;
    cursor: pointer;
}

.imgPlayPause, .imgMuteSound {
    width: 32px;
    position: absolute;
    bottom: 45px;
    right: 7%;
    -webkit-transform: translate(125%, 0);
    transform: translate(125%, 0);
    cursor: pointer;
    opacity: 0.5;
    display: block;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    
}

.imgMuteSound {
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
}

.imgPlayPause:hover, .imgMuteSound:hover {
    opacity: 1;
}

#imgPlay, #imgSound {
    display: none;
}

.line {
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
}

/* splash */

#divBackground {
    position: fixed;
    -webkit-transform: translateZ(0);
    width: 100%;
    bottom: 0;
    z-index: 0;
}


#divBackground img {
    width: 100%;
    opacity: 0.1;
}

#buttonLetssee {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 250px;
    color: white;
    border: 2px solid white;
    text-align: center;
    line-height: 58px;
    height: 60px;
    cursor: pointer;
    letter-spacing: +0.03em;
    font-weight: 300;
	font-size: 1.25rem;
    

}

#buttonLetssee:hover {
    border: 2px solid #2084AF;
    background: #2084AF;
}


#imgIconMapBack {
    position: absolute;
    left: 50%;
    bottom: 100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    cursor: pointer;  
}


#slider1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    opacity: 0;
    top: 0;
    display: none;
	margin-top: 80px;
}

#headerLogo {
        top: 0px;
        height: 80px;
}


.sliGradi {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)  100%);
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8)  100%);
}


.sliTape {
    width: 0;
    height: 100%;
    left: 0;
    position: relative;
    z-index: 0;
}

.sliBox {
    width: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    cursor: -webkit-grab;
}

.sliBoxBckCont {
    position: relative;
    width: 100%;
    height: 100%;
}

.sliBoxBck {
    width: 100%;
    cursor: -webkit-grab;
    position: absolute;
    top: 0;
}



.sliRightAlign {
    float: right;
}

.sliDot:hover {
        background: rgba(0,0,0,0.05);

}


.sliDotP {
    width: 120px;
    text-align: center;
    margin-top: -5px;
}


.sliDot[act="1"] {
    border-bottom: 6px solid #1d71b8;
}


.sliTitle {
    color: black;
    background-color: rgba(255,255,255,0.9);
    font-size: 1rem;
    font-weight: 700;
    bottom: 0;
    width: 100%;
    position: absolute;
    letter-spacing: 0.03em;
    text-align: center;
    height: 70px;
}


.sliTitle.dark {
    color: black;
    text-shadow: 1px 1px white;
}

.sliKW {
	cursor: pointer;
}

.sliDesc {
    color: white;
    padding: 50px;
    position: absolute;
    font-family: mySansB;
    left: 0;
    top: 5%;
    width: 100%;
    height: 90%;
    border-left: 2px solid white;
    margin-left: 350px;
}

.sliDesc1 {
    font-size: 2.25rem;
    text-transform: uppercase;
    bottom: 30px;
    position: absolute;
}

.sliDesc2 {
    font-size: 1rem;
    bottom: 0;
    position: absolute;
}


.sliDesc.dark {
    background: rgba(0,0,0,0.4);
}

.sliCTA {
    color: white;
    font-size: 1.25rem;
    letter-spacing: +0.03em;
    padding: 10px 40px;
    bottom: 25%;
    position: absolute;
    cursor: pointer;
    -webkit-transition: background 0.2s, border-color 0.2s;
    transition:         background 0.2s, border-color 0.2s;   

    background: #1d71b8;
    border: 2px solid #1d71b8;

}

.sliCTA:hover {
    background: #1d71b8;
    border: 2px solid #1d71b8;
}


#topsTape {
    top: 16%;
    width: 810px;
    position: absolute;
    left: 10%;
    overflow: hidden;
    opacity: 0;
}

.itemCont {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 200px;  
    padding: 10px 0 0 10px;
}

.item {
    position: relative;
    width: 100%;
    height: 100%;  
    cursor: pointer;
    overflow: hidden;
}

.itemBigPic {
    overflow: hidden;
    
}

.itemBigPic img {
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 5px;
    opacity: 1;
    -webkit-transition: all 1s;
    transition:         all 1s;   
}

.itemBigPic img:hover {
    width: 110%;
}

.itemName {
    padding: 6px;
    position: absolute;
    bottom: 0;
    font-size: 100%;
    color: black;
    background: rgba(255,255,255,0.9);
    border-radius: 0px 0px 5px 5px;
    min-width: 100%;
    
}

.wrapper {
    margin: 0 auto;
    position: relative;
}

.sliWrapper {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
    height: 100%;
}

#divFilter {
    position: absolute;
    /* width: 100%; */
    overflow: hidden;
    display: inline-block;
    float: left;
    top: 0px;
    left: 0px;
    opacity: 1;
    z-index: 2;
}

#divFilter.side {
	left: -48px;
	width: 48px;
}

#divFilter.fixed {
    position: fixed;
   	-webkit-transform: translateZ(0);
    z-index: 10;
    opacity: 1;
}



#divFilter.fixedMob {
    position: fixed;
   	-webkit-transform: translateZ(0);
    top: 0;
    z-index: 10;
    background: #ffffff;
}


#divFilterInner {
    position: relative;
    height: auto;
	font-size: 0;
}

#divBody {
    position: relative;
    width: 100%;
    display: block;
    opacity: 0;
    display: none;
    margin-bottom: 30px;
}

#divObjCont {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 0;
    padding-top: 12px;
}

.divItem {
    position: relative;
    width: 100%;
    background: #ffffff;
    margin: 0 0 12px 0 ;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    list-style: none;
    display: inline-block;
    vertical-align: top;
/*
    transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: box-shadow 0.3s ease-in-out;
*/
	z-index: 0;
    border-radius: 10px;
    padding: 5px;
}

.divItem:hover {
	z-index: 1; 
	box-shadow: 0px 20px 70px 0px rgba(0,0,0,0.5); 
}

.divItem:hover * {
}


.itemCol {
    width: 390px;
    height: auto;
    box-sizing: border-box;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px;
}

.itemColSide {
    width: 24%;
    height: auto;
    box-sizing: border-box;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 12px 0 0 12px;
}

.itemColSide a {
    font-size: 0;
}

.divItemListed {
    position: relative;
    display: table;
    width: 100%;
    background: #FFF none repeat scroll 0% 0%;
    cursor: pointer;
    margin: 0 0 12px 0;
    color: black;
    vertical-align: top;
    font-size: 0;
    background: white;
    overflow: hidden;
	z-index: 0;
	border-radius: 10px;
	padding: 5px;

}

.divItemListed:hover {
 	z-index: 1; 
	box-shadow: 0px 20px 70px 0px rgba(0,0,0,0.5);    
}

.divItemBigPic, .divItemBigPicBanner {
    width: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    border-radius: 7px;
	position:relative;
}

.divItemBigPicListed {
	position: relative;
    width: 38%;
    height: 100%;
    display: table-cell;
    overflow: hidden;
    background: white;
}

.divItemBigPicRel {
	position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    left: 0;
	border-radius: 12px;
    border: 5px solid white;
}

.divItemBigPicBannerListed {
	border-radius: 12px;
    border: 5px solid white;
}
.imgItemBigPic, .imgItemBigPicBanner {
    width: 100%;
	border-radius: 7px;
}

.imgItemBigPicListed {
    left: 50%;
    width: 100%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
}

.divItemBottom {
    width: 100% ;
    left: 0px;
    overflow: hidden;
/*
    position: absolute;
    top: 0;    
*/
}

.divItemBottomListed {
	position: relative;
    width: 62%;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
}

.divItemBottomListed.wopic {
    margin-left: 20%;
}

/*
.divItemBottomGrad {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0px;
    height: 150px;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0));
}
*/

/*
.divItemBottomGrad.wopic {
    display: none;
}
*/

.divItemName h1 {
    padding: 3% 3% 0 3%;
    font-size: 1.5rem;
    font-family: MySansB;
    font-weight: 700;
    color: black;
    line-height: 1.2;
}

.divItemAddress {
    padding: 1% 3% 0 3%;
    font-weight: 300;
    color: black;
    margin-bottom: 1%;
    font-size: 1rem;
}

.divItemPhone {
    font-weight: 300;
    color: #1d71b8;
    font-size: 1rem;
    font-family: mySansB;
	padding: 5px 0 5px 3%;
}

.divItemDistance {
    font-weight: 700;
    padding-left: 3%;
    color: #84b819;
    font-size: 1rem;
}

.divRating {
    width:30%;
    right: 3%;
    bottom: 15px;
    position: absolute;
    font-size: 1rem;
    text-align: right;
    color: #4391cf;
}

.divRating img {
    width:20%;
}

.divItemShortDesc {
    font-weight: 300;
    font-size: 0.75rem;
    color: #606060;
    /* padding: 0px 15px 15px 15px; */
    padding: 3%;
}

.divSZEPcard {
    position: absolute;
    top: 10px;
	left: 10px;
}

.divERZScard {
    position: absolute;
    bottom: 10px;
	left: 10px;
}
/*
.divItem:hover .divItemBottomGrad {
    background: rgba(0,0,0,0.6);
    height: 170px;
}
*/

/*
.divItem:hover * {
    color: white;
}
*/

/*
.divItem .tomove {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 0.3s;
    transition:         all 0.3s;
    opacity: 0;
}

.divItem:hover .tomove {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
*/

.divItemNameListed h1 {
    font-size: 1.25rem;
    font-weight: 700;
    color: black;
    font-family: MySansB;
    padding: 15px 15px 0 15px;
}

.newsItem .divItemNameListed {
}


.divItemAddressListed {
    font-weight: 300;
    font-size: 1.125rem;
    color: black;
    padding: 0px 15px 15px 15px;
}

.divItemPhoneListed {
    font-weight: 300;
    font-size: 1.125rem;
    color: #1d71b8;
    font-family: mySansB;
    padding: 0px 15px 15px 15px;
    
}

.divItemDistanceListed {
    font-weight: 700;
    font-size: 1.25rem; 
    color: #84b819;
    padding: 0px 15px 15px 15px;

}

.divFavsListed {
    font-weight: 700;
    font-size: 1rem; 
    color: black;
    color: black;
    position: relative;

}

.divRatingListed {
    width: 120px;
    display: inline-block;
    position: absolute;
    right: 20%;
    top: 10px;
    font-size: 1rem;
    color: #4391cf;
    font-weight: 300;
    text-align: right;
}

.divRatingListed img {
    width:20%;
}

.divItemShortDescListed {
    font-weight: 300;
    font-size: 1rem;
    color: #606060;
	padding: 0 15px 15px 15px;
}

.divItemShortDescListed p {
    font-weight: 300;
    font-size: 1.125rem;
    color: #606060;
    padding: 0;
    text-align: left;
}


.filterSelect {
    height: 40px;
    width: 180px;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid rgba(241, 151, 43, 1);
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 1rem;
    padding-left: 7px;
    margin-right: 6px;
    margin-top: 10px;
    line-height: 36px;
    letter-spacing: -0.02em;
    background-color: #ffffff;
    -o-transition:      color 0.2s, background 0.2s; 
    -moz-transition:    color 0.2s, background 0.2s; 
    -webkit-transition: color 0.2s, background 0.2s;
    transition:         color 0.2s, background 0.2s;
}

.filterSelect:focus {
    background-color: #4391cf;
    color: #ffffff;
}


.filterDesc {
    height: 40px;
    width: 180px;
    line-height: 36px;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid rgba(241, 151, 43, 1);
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 1rem;
    padding-left: 7px;
    margin-right: 6px;
    margin-top: 10px;
    letter-spacing: -0.02em;
    background-color: #ffffff;
    -o-transition:      color 0.2s, background 0.2s; 
    -moz-transition:    color 0.2s, background 0.2s; 
    -webkit-transition: color 0.2s, background 0.2s;
    transition:         color 0.2s, background 0.2s;
}

.filterDesc:focus {
    background-color: #4391cf;
    color: #ffffff;
}

.filterButton {
    display: inline-table;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #4391cf;
    color: #ffffff;
    border-radius: 0px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-size: 1rem;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 10px;
    -o-transition:      color 0.2s, background 0.2s; 
    -moz-transition:    color 0.2s, background 0.2s; 
    -webkit-transition: color 0.2s, background 0.2s;
    transition:         color 0.2s, background 0.2s;
}

.filterButton:hover {
    background-color: #4391cf;
}


.divPager {
    width: auto;
    margin: 0 auto;
    display: table;
    font-size: 1rem;
    min-height: 48px;
}

.divPager.side {
    position: absolute;
    opacity: 0;
    top: 10px;
    margin: 0;
    right: -32px;
    font-size: 0;
    height: 240px;
    width: 24px;
}

.divPager.side.fixed {
    position: fixed;
   	-webkit-transform: translateZ(0);
    z-index: 10;
}



.divPager.side.on {
    opacity: 1;
}

.divPageNo {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #b0b0b0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.875em;
}

.divPageNo.side {
    font-size: 1rem; 
    margin: 2px 0;
}

.divPageNo:hover {
    background: rgba(240, 240, 240, 1);
}

.divPageNo[act='1'] {
    background: #1d71b8;
    color: #ffffff;
}

.divPageNo > span {
    vertical-align: middle;
}

#f1, #f2 {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

.filterCont {
    display: inline-block;
    position: relative;
    width: 74px;
    vertical-align: top;
}

.filterCont {
    display: inline-block;
    position: relative;
    width: 206px;
    vertical-align: top;
}

.imgFilter, .imgOrder {
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    position: relative;
    opacity: 0.3;
}

#viewBy, #orderBy {
    display: inline-block;
    position: relative;
    height: 48px;
    vertical-align: top;
    z-index: 0;
}


#viewBy.side, #orderBy.side {
	width: 48px;
	height: 144px;
}


.viewCont, .orderCont {
    display: inline-block;
    width: 48px;
    height: 48px;
/*     border: 2px solid rgba(0,0,0,0); */
}

.viewCont:hover img, .orderCont:hover img {
    opacity: 1;
}

.viewCont[act='1'] img, .orderCont[act='1'] img {
    opacity: 1;
}

#divMapCont {
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
    display: block;
    padding-top: 12px;
}

#divMap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 100%;
}

#imgMyPos, #imgMyPos2, #imgOurPos, #imgOurPos2, #imgMapZoom, #imgHisPos  {
    position: absolute;
    left: 10px;
    width: 40px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.8;
}

#imgMyPos, #imgMyPos2 {
    top: 70px;
}

#imgHisPos, #imgOurPos {
    top: 120px;
}

#imgOurPos2, #imgMapZoom   {
    top: 170px;
}

#divObject {
    position: relative;
    width: 74%;
    margin-top: 12px;
    left: 0%;
    background: #ffffff;
    display: none;
    opacity: 0;   
    box-sizing: border-box;
    color: black;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    margin-bottom: 90px;


}

#divObjectSide {
    position: relative;
    width: 25%;
    height: 100%;
    top: 1%;
    right: 0;
    background: #ffffff;
    display: none;
    opacity: 0;   
    box-sizing: border-box;
    color: black;
}

#objLeftSide, #objRightSide {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 25px;
    z-index: 1;
    
}

#objLeftSide {
    left: 0px;
    background: linear-gradient(90deg,  rgba(255,255,255,1),  rgba(255,255,255,0.7));
}

#objRightSide {
    right: 0px;
    background: linear-gradient(90deg,  rgba(255,255,255,0.7), rgba(255,255,255,1));
}

#objBody {
    position: relative;
    width: 100%;
    padding: 20px;
    background: white;
	padding-bottom: 520px;
    border-radius: 10px;

}

#objBody p {
    font-size: 1rem;
}


#objClose {
    position: absolute;
    right: 0;
    margin: 16px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    z-index: 1;
    display: block;
    cursor: pointer;
}


#imgObjClose {
    width: 100%;
    height: 100%;
}


#objTabs {
    height: 100%;
    position: absolute;
    left: 25px;
    top: 0px;
    right: 0px;
    box-sizing: border-box;
}


.objTab {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    height: 100%; 
    
}

#objMainTab {
    padding: 55px 5px 15px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    top: 0px;
    overflow-x: hidden;
    left: 0px;
}

#objDescTab {
    padding: 55px 5px 15px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    top: 0px;
    overflow-x: hidden;
    left: 0px;
}

#objMapTab {
    padding: 55px 5px 15px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    top: 0px;
    left: 0px;
}

#objMap {
    position: absolute;
    padding-top:20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    display: none;
    box-sizing: border-box;
	border-radius: 7px;
}

#objImg {
    width: 100%;
    left: 0px;
	border-radius: 7px;
}

.imgObjImg {
    max-width: 100%;
	border-radius: 7px;
}

.objField {
    line-height: 32px;
    margin-bottom: 10px;  
}

#objName, #objName h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 20px 0 30px 0;    
    color: black;
    font-family: MySansB;
}

#objFacebook {
    font-weight: 700;
    font-size: 0.875rem;
    cursor: pointer;
}

.imgObjIco {
    width: 32px;
    height: 32px;
    position: relative;
    margin-right: 8px;
    opacity: 1;
    vertical-align: top;
}

#imgObjWEB, #imgObjFB, #imgObjMail, #imgObjPhone, #imgObjCal, #imgObjAdd {

}

#imgObjAdd {
    cursor: pointer;
}



#objDesc {
    line-height: 1.5;
}

#objDesc span {
    line-height: 1.5;
}

#objDesc img {
    max-width: 100%;
}

#objShort {
    background: #f0f0f0;
    color: black;
    padding: 5px 15px;
    line-height: 1.3;
	border-radius: 7px;
    
}

.objKeyw {
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
    
}

.imgHasIt {
    width: 16px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

#objDistanceCont {
    width: 100%;
    margin: 40px 0 10px 0;
    font-size: 1.125rem;
}

#objDistance {
    display: inline-table;
    width: 100%;
    text-align: center;
}

.objDistRetainer {
    display: inline-block;
    height: 1px;
    width: 15%;
    border-bottom: 1px dotted #000000;
    vertical-align: middle;
    margin: 5px;
}

.imgObjDist {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

#objMenu {
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    margin: 0 auto;    
    z-index: 2;
    background: rgba(255,255,255,0.95);
}

.objMenuItem {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    width: 30%;
    -o-transition:      color 0.2s, background 0.2s; 
    -moz-transition:    color 0.2s, background 0.2s; 
    -webkit-transition: color 0.2s, background 0.2s;
    transition:         color 0.2s, background 0.2s;    
}

.objMenuItem[act='0']:hover {
    color: #4391cf;
}

.objMenuItem[act='1'] {
    color: #4391cf;
}

#objMenuItemMove {
    display: inline-block;
    position: absolute;
    width: 30%;
    height: 40px;
    left: 0px;
    vertical-align: top;
    -o-transition:      left 0.2s, background 0.2s; 
    -moz-transition:    left 0.2s, background 0.2s; 
    -webkit-transition: left 0.2s, background 0.2s;
    transition:         left 0.2s, background 0.2s;
    border-bottom: 5px solid #4391cf;
}

#objPicsCont {
    width: 100%;
    min-height: 100px;
    overflow-x: auto;
    overflow-y:inherit;
    margin-top: 10px;
}

.imgObjPics {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 10px 0;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.imgObjPics img {
    left: 0;
    top: 0;
    width: auto;
    height: 100px;
}

#imgSearchW {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}


/* calendarBar */

#divCalendarBar {
    position: fixed;
    -webkit-transform: translateZ(0);
    width: 100%;
    top: 140px;
    height: 440px;
    left: 0;
    z-index: 11;
    display: none;
    opacity: 0;
	-o-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

#divCalendarBarC {
    position: absolute;
    background: white;
    width: 378px;
    height: 440px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-shadow: 0px 20px 70px 0px rgba(0,0,0,0.4);
    border-radius: 15px;
}

/* searchBar */

#divSearchBar {
    position: fixed;
    -webkit-transform: translateZ(0);
    width: 100%;
    top: 140px;
    height: 280px;
    left: 0;
    z-index: 11;
    display: none;
    opacity: 0;
	-o-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

#divSearchBarC {
    position: absolute;
    background: white;
    width: 380px;
    height: 280px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	box-shadow: 0px 20px 70px 0px rgba(0,0,0,0.4);    
	border-radius: 15px;
}


.divSearchCol {
	-o-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    display: table-cell; 
    position: absolute;
    background: rgba(255,255,255,0.95);
    color:black;
}

.divSearchCol:hover {
    background: rgba(255,255,255,1);
    }

#divSearchColText {
    top: 70px;
    left: 17px;
    width: 320px;
    height: 50px;
    border-bottom: 1px solid #808080;
}

#searchInput {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 320px;
    border: none;
    outline: none;
    padding: 0;
    padding-left: 55px;
    background: none;
    font-size: 1.125rem;
    font-family: MySansB;
}

#imgSearchB {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
}

#divSearchHorline {
    position: absolute;
    width: 1px;
    height: 94%;
    top: 3%;
    left: 377px;
    border-left: 1px solid #d0d0d0;
}


#divSearchColFav {
	top: 180px;
    left: 80px;
    width: 290px;
    /* height: 50px; */
    /* line-height: 50px; */
    cursor: pointer;
    font-size: 1.125rem;
    /* border-bottom: 1px solid #e6332a; */
    border-radius: 0px;
}

#divSearchColFav img {
    position: absolute;
    height: 100%;
}

#divSearchColFav p {
    position: absolute;
    left: 45px;
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    font-family: MySansB;
    color: #e6332a;
}

#divCalendarCont {
    position: absolute;
    width: 343px;
    height: 343px;
    left: 17px;
    top: 70px;
    text-align: center;
}


#divCalendarHead, #divSearchHead, #divSearchMid {
	position: absolute;
    top: 8px;
    left: 17px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 1.25rem;
    font-family: MySansB;
}

#divSearchMid {
	top: 202px;
}

.objLine {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.1);
    height: 1px;
    position: relative;
    margin: 20px 0px;
}

.imgObjLine {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#objLeftCont {
    display: inline-block;
    width: 61%;
    vertical-align: top;
}

#objRightCont {
    display: inline-block;
    width: 36%;
    vertical-align: top;
}






/* favs */

#favs {
	display: none;
}

.imgItemFavs {
    width: 60px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    
}

.divFavs {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
}




.divFavs[isFav='0'], .divFavsListed[isFav='0'] {
    opacity: 1;
}

/* only mobile */

#buttonMore {
    display: none;
    font-family: MySansB;
    padding: 20px;
    margin: 10px 5px 50px 5px;
    letter-spacing: +0.03em;
    color: white;
    opacity: 1;
    /* border-radius: 5px; */
    /* border: 2px solid #1d71b8; */
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    -webkit-transition: background-color 0.1s, color 0.1s;
    transition: background-color 0.1s, color 0.1s;
    border-radius: 7px;
    box-shadow: 0px 3px 0px #092338;
    background: #1d71b8;  
}

#buttonMore:hover {
	background-color: #16ABCF;
}


#divMobileHeader {
    width: 100%;
    height: auto;    
    position: relative;
}


.imgMobileBack {
    width: 100%;
    display: block;
}


#searchInput.onlymobile {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-left: 64px;
    left: 0;
    font-size: 1.5rem;
    font-weight: 100;
    top: 0;
    color: black;
    background: none;
}

#imgSearchM {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 16px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mobileMenu {
	font-family: MySansB;
    font-size: 1.5rem;
    text-align: center;
    /* margin: 10px 2% 0 2%; */
    width: 100%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: white;
    border-bottom: 1px solid #f0f0f0;
    color: #1d71b8;
    cursor: pointer;
	float: right;
}

.mobileIcon {
	display: inline-block;
	margin: 14px 10px 0 10px;

}


#divSearchMobile {
    height: 60px;
    position: relative;    
    background: white;
    border-bottom: 3px solid #1d71b8;
    width: 96%;
    margin: 0 2%;
}


#welcome {
    display: block;
    position: absolute;
    left: 300px;
    top: 30px;
    font-size: 0.75rem;
    opacity: 0;
}

#infobox {
    display: none;
    position: fixed;
    left: 50%; 
    top: 50%;   
    width: 300px;
     -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
    background:rgba(255,255,255,0.95);
    opacity: 1;
    z-index: 100;
    line-height: 1.3;
	border-radius: 7px;
}

#infotitle {
	font-size: 1.25rem;
	color: #1d71b8;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
}


#infotext {
	font-size: 1rem;
	color: #000000;
	padding: 15px;
}

#popForm {
	position: fixed;
    left: 50%; 
    top: 50%;   
     -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 640px;
	max-width:100%;
	text-align: left;
	box-shadow: 0px 20px 70px 0px rgba(0,0,0,0.4);    
    background:rgba(255,255,255,0.95);
	overflow: auto;
	z-index: 99;
	opacity: 0;
	display: none;
	border-radius: 15px;
}

.userForm {
   display:block;
   margin:0;
   padding:0 20px;
   width: 100%;
}

#popForm .userForm {
	background: #f0f0f0;
}
 
.userFormTable {
    display: inline-table;
    table-layout: fixed;
    margin: 0 15px 30px 0;
    width: 100%;
 }
 
 .userFormRow {
 	display:table-row;
 }
 
  .userFormTitle {
 	font-family: MySansB;
    color: black;
 	padding: 20px 0;
 	font-size: 1.25rem;
 	border-bottom: 1px solid rgba(0,0,0,0.1);

 }
 
.userFormSubject {
	padding: 10px;
	margin: 0;
	font-size: 0.875rem;
	color: white;
	background-color: #1d71b8;
}

.userFormField {
	display:inline-block;
	position:relative;
	padding: 10px 0 0 0;
	outline:none; 
	width:100%;
}

.f2 {
	margin:0px;
	outline:none;
	width:48%;
}

.f2:first-child {
	margin:0 15px 0 0;
}

.userFormField label {
	display:inline-block;
	height:18px;
	font-size: 0.875rem;
	color: black;
	user-select: none;
	-webkit-user-select: none;
	width: 100%;
	margin-bottom: 5px;

}

label[il='1'] {
	display:inline-block;
	width:auto;

}

 
.userFormField img {
    position: absolute;
    top: 54px;
    left: 10px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
}

.textInput {
	display: inline-block;
 	width: 100%;
	height: 40px;
	padding: 0 16px;
}

.dateCont {
	position: absolute;
	display: block;
	width: 200px;
	height: 200px;
	top: 0;
	left: 0;
}

.dateInput {
 	display: inline-block;
 	width: 100%;
	height: 40px;
	padding: 0 16px;

}

.listInput {
 	display: inline-block;
 	width: 100%;
	height: 40px;
	padding: 0 16px;
	background-color: #ffffff;
    border-radius: 0;
}

.textArea {
 	display: inline-block;
 	width: 100%;
 	height: 80px;
	padding: 16px 0 0 16px;
}
 
 
.numInput {
 	display: inline-block;
 	width: 100%;
 	height: 40px;
	padding: 0 16px;
}

.checkInput {
 	display: inline-block;
 	width: 32px;
 	height: 32px;
    -webkit-appearance: none;
    vertical-align: middle;
	cursor: pointer;
 	border-style: none;
}

.checkInput[chked="1"] {
	background: url('if_check.jpg') left top no-repeat;
}

.checkInput[chked="0"] {
	background: url('if_uncheck.jpg') left top no-repeat;
}

 .dateInput:focus, .textInput:focus, .numInput:focus, .textArea:focus, .chechInput:focus, listInput:focus {
 	color: black;
 }
 .dateInput, .textInput, .numInput, .listInput, .chechInput, .textArea { 
     -webkit-appearance: none;
/*     border-radius: 5px; */
     -webkit-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;	
    font-family: mySans;
    font-size: 1rem;
    font-weight: 300;
	border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	border-radius: 7px;

 }
 
 [status=good] {color:green;}
 [status=bad] {color:red;}
 [status=none] {color:#1d71b8;}
 ::selection      {background: #f0f0f0; } 
 
.error {
	position: relative;
	display: inline-block;
	top: 2px;
	right: 3px;
	float: right;
	font-size: 0.625rem;
	color: red;

}

.popButtonCont {
	width: 100%;
	display: block;
    border-top: 1px solid rgba(0,0,0,0.1);
	color: black;
	text-align: left;
}

.popButton {
    display: inline-block;
    font-family: MySansB;
    margin: 20px 20px 20px 0;
    padding: 15px 40px;
    letter-spacing: +0.03em;
    color: white;
    opacity: 1;
    /* border-radius: 5px; */
    /* border: 2px solid #1d71b8; */
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    -webkit-transition: background-color 0.1s, color 0.1s;
    transition: background-color 0.1s, color 0.1s;
    border-radius: 7px;
    box-shadow: 0px 3px 0px #092338;
    background: #1d71b8;  
}

.popButton:hover {
	background-color: #16ABCF;
    color: white;
}

.popButton.objButton {
	margin: 0px 20px 20px 0px;
}

#popClose {
    position: absolute;
    right: 0;
	top: 0;
    width: 32px;
    height: 32px;
    margin: 16px;
    opacity: 0.3;
	cursor:pointer;
}

#popClose img {
	width: 100%;
}

#divSitemap {
    width: 100%;
    height: auto;
    color: black;
    background: white;
    font-size: 1rem;
    font-weight: 700;
    opacity: 0;
    display: none;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.siteMapGroup {
    margin-right: 20px;
    padding: 0 20px;
    display: table-cell;
    vertical-align: top;
    height: 150px;
    border-right: 1px solid rgba(0,0,0,0.05);
}

.siteMapGroup:last-child {
    border-right: none;
}

.siteMapLink {
    color: rgba(0,0,0,0.7);
    text-align: left;
    padding-bottom: 7px;
    display: block;
    cursor: pointer;
	-webkit-transition: color 0.1s ease-out;
	transition: color 0.1s ease-out;   
}

.siteMapLink a {
    color: rgba(0,0,0,0.7);
	-webkit-transition: color 0.1s ease-out;
	transition: color 0.1s ease-out;   
}

.siteMapLink:hover {
    color: #1d71b8;
}

.siteMapLink a:hover {
    color: #1d71b8;
}

#imgDW {
    margin-top: 40px;
    width: 100px;
}

#imgPalyazat {
    width: 50%;
}

#siteLine {
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-top: 30px;
    height: 18px;
    width: 80%;
    left: 10%;
    position: relative;
}

#siteMap {
    width: 80%;
    left: 10%;
    position: relative;
    display: table;
	margin-top: 30px;
}

#divAboutUs, #divAboutCookie {
    position: relative;
    color: black;
    font-size: 1.125rem;
    height: 0;
    line-height: 1.5;
    background: white;
    margin-top: 12px;
    padding: 20px;
    display: none;
}

#divAboutUs h1, #divAboutCookie h1 {
    font-size: 1.25rem;
    color: #1d71b8;
    font-weight: 600;
}

#divAboutUs table td {
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    padding: 8px 25px 8px 10px;
}
    
#divCookie {
    position: fixed;
    -webkit-transform: translateZ(0);
    z-index: 99;
    background: #000000;
    display: block;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.3);
    box-sizing: border-box;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    border-top: 1px solid rgba(255,255,255,0.3);
    color: white;
    line-height: 50px;
    padding-left: 20px;
    opacity: 0;
    text-align: center;
}

#butCookie, #butCookieMore {
    background: white;
    height: 40px;
    width: 60px;
    display: inline;
    line-height: 40px;
    padding: 5px 20px;
    margin-left: 20px;
    cursor: pointer;
    color: black;
    border-radius: 0;
    font-weight: 700;
    opacity: 0;
}

#butCookieMore {
    background: none;
    border: 1px solid #a0a0a0;
    color: #a0a0a0;
    font-weight: 100;
}

#actual {
    display: block;
    width: 30%;
    position: fixed;
    -webkit-transform: translateZ(0);
    top: 150px;
    right: -30%;
    display: none;
    opacity: 0;
    z-index: 100;
    cursor: pointer;

}

#actual img {
    width: 100%;
    height: 100%;
}



/* #divCalendar1 {	border: 1px solid black; } */
.divCalTitle {	background: #dadada;	color: black;}
.divCalHeader {	background: #909090;	color: white; font-size: 0;}
.divCalBody {	background: white;	color: black; font-size: 0;}
.calBox {	border-bottom: 6px solid #f0f0f0; color: black;}
.calBox:hover {	background: #f0f0f0;}
.calBox.gray {	color: #dadada;}
.calBox.wend {	color: red;}
.calBox.isnow {	border-bottom: 6px solid #b4d234;}
.calBox.hasevent { border-bottom: 6px solid #1d71b8;}
.calBox.multievent { border-bottom: 6px dashed  #1d71b8;}
.calBox.favevent { border-bottom: 6px solid #e0a126;}
#divCalTooltip {border: 1px solid #e0e0e0; background: white; color: black;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	padding: 20px;
}


#divCalendar1 {
    box-sizing: content-box;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
.calYearMonth {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.calHBox  {
	display: inline-block;
	text-align: center;
    margin-right: 2px;
    font-size: 16px;
}
.calBox {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    margin-right: 2px;
    font-size: 16px;
}
.imgBack {
	cursor: pointer;
	float: left;
	vertical-align: top;
	position: relative;
}
.imgNext {
	cursor: pointer;
	float: right;
	vertical-align: top;
	position: relative;
}
.imgBack img, .imgNext img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#divCalTooltip {
	display: none;
	opacity: 0;
    box-sizing: content-box;
    position: fixed;
	-webkit-transform: translateZ(0);
	z-index: 10000;
}


#tornUp {
    position: absolute;
    width: 100%;
    top: -1px;
}

#tornDown {
    position: absolute;
    width: 100%;
    bottom: -10px;
}

#tornUp img, #tornDown img {
    width: 100%;
}


.divSigns {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 100%;
/*     background: rgba(255,255,255,0.4); */
}

.sign0 {
    position: absolute;
    bottom: 50px;
    left: 55px;
    width: 250px;
}

.sign1 {
    position: absolute;
    bottom: 35px;
    left: 80px;
    width: 200px;
    cursor: pointer;
}

.m1 {bottom: 365px; }
.m2 {bottom: 305px; }
.m3 {bottom: 245px; }
.m4 {bottom: 185px; }
.m5 {bottom: 125px; }


.ma {
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -ms-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
}

.ma:hover {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes wobble {
   30% {
      -webkit-transform:rotate(5deg);
      -moz-transform:rotate(5deg);
      -ms-transform:rotate(5deg);
      -o-transform:rotate(5deg);
      transform:rotate(5deg);
   }
   70% {
      -webkit-transform:rotate(-2deg);
      -moz-transform:rotate(-2deg);
      -ms-transform:rotate(-2deg);
      -o-transform:rotate(-2deg);
      transform:rotate(-2deg);
   }
   100% {
      -webkit-transform:rotate(0deg);
      -moz-transform:rotate(0deg);
      -ms-transform:rotate(0deg);
      -o-transform:rotate(0deg);
      transform:rotate(0deg);
   }
}

@keyframes wobble {
   30% {
      -webkit-transform:rotate(10deg);
      -moz-transform:rotate(10deg);
      -ms-transform:rotate(10deg);
      -o-transform:rotate(10deg);
      transform:rotate(10deg);
   }
   70% {
      -webkit-transform:rotate(-5deg);
      -moz-transform:rotate(-5deg);
      -ms-transform:rotate(-5deg);
      -o-transform:rotate(-5deg);
      transform:rotate(-5deg);
   }
   100% {
      -webkit-transform:rotate(0deg);
      -moz-transform:rotate(0deg);
      -ms-transform:rotate(0deg);
      -o-transform:rotate(0deg);
      transform:rotate(0deg);
   }
}

#imgHeaderLogo {
	width: 80px;
	height: 80px;
}

#divSearchClose, #divCalendarClose {
    position: absolute;
    right: 0;
    margin: 16px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    z-index: 13;
    cursor: pointer;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    display: block;
    cursor: pointer;
}

#divSearchClose img, #divCalendarClose img {
    width: 100%;
    height: 100%;
}


#goUp {
    position: fixed;
    -webkit-transform: translateZ(0);
    z-index: 98;
    bottom: -196px;
    background: rgba(255,255,255,0.7);
    width: 192px;
    height: 192px;
    border-radius: 96px;
    right: -96px;
    cursor: pointer;
	-webkit-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
    border: 1px solid rgba(0,0,0,0.2);
}

#goUp.seen {
    bottom: -96px;
}

#goUp img {
    width: 32px;
    height: 18px;
    position: absolute;
    top: 50px;
    left: 45px;
}

#subscribeForm {
background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.3) 100%);
background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#66000000',GradientType=1 );
    opacity: 0;
    display: none;
}

#subscribeForm .userFormTitle, #subscribeForm .userFormField label, #subscribeForm a {
	color: white;
}

#subscribeForm .userFormField,  #subscribeForm .popButtonCont {
	width: 45%;
	margin-right: 3%;
	display: inline-block;
	border-top: none;
}

#subscribeForm .userFormTable{
	width: 100%;
}

#butBannerDetails, #butBannerUrl {
	z-index: 1;
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
	
#mobMenu {
    text-align: left;
    overflow: hidden;
    position: relative;
    background: white;
    width: 70px;
    position: fixed;
    right: 0;
    z-index: 10010;
	cursor:pointer;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
	
#mobMenus {
	display:block;
    position: fixed;
    right: -100%;
    z-index: 10010;
	top: 74px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    width: 60%;
	-webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

#mobMenus.seen {
    display: block;
    right: 0px;
}
	
	
	
	
	
	

@media all and (min-width: 1201px) {
	.wrapper, .sliWrapper {width: 1200px; margin: 0 auto;}
}

@media all and (max-width: 1200px) {
	.wrapper {width: 100%; left:0px;}
	.sliWrapper  {width: 100%; left:50%;}
	.divItem {width: 100%;}
	.itemCol {width: 32%;}
	#divFilter {z-index: 2; left: 0;}
    #divObjCont {    padding-top: 0;}
}

@media all and (max-width: 1024px) {
	.itemCol {width: 32%;}
	body {font-size: 14px;}
    .sliDot {width: 140px; padding: inherit;}
/* 	.sliCont {height: 496px;} */
	.sliBoxBck {width: 100%;}
 	.sliCTA {display: none;} 

}

@media all and (max-width: 900px) {
    .divItemListed {width: 100%;}
}

	
@media all and (max-width: 768px) {
    #headerText, #searchIt {display: none;}
	.itemCol {width: 48%;}
	.itemColSide {width: 48%;}
	.sliDesc {display: none;}
/*    html, body {font-size: 14px;} */
    .divItemNameListed, .divItemAddressListed, .divItemPhoneListed, .divItemDistanceListed {font-size: 1rem; padding: 5px;}

	#divObject {
		width: 100%;    
		margin-top: 0;
		border: none;
		left: 50%;
		-webkit-transform: translate(-50%, 0px);
		transform: translate(-50%, 0px);	
	}
	
	#objLeftCont, #objRightCont {width: 98%;}
	.imgItemBigPicListed {min-height: inherit; width: inherit; height: 100%; min-width: 100%;}
	

}

@media all and (max-width: 668px) {
	/* 	mobile mode */
		html, body {font-size: 14px; background: white;}
		.divPager {display: none;}
		.itemCol {width: 100%; border:none; display: block; margin: 0;}
		.itemColSide {width: 100%; border:none; display: block;  margin: 0;}
		.divItem { display: block; margin: 0;}
		.divItemBigPicListed {width: 20%;}
		.divItemBottomListed {width: 80%;margin-top: 0;margin-left: 0;}
		#divHeaderCont {background: none;}
		#divHeaderMenu {top: 0; height: 50%; width: 100%;}
		#divFilter {opacity: 1; left: 0;}
		.sliDot {width: 25%;}
		#viewBy {width: 180px; height: 60px;}
		#orderBy {width: 120px; height: 60px;}
		.viewCont, .orderCont {width: 60px; height: 60px;}
		.imgFilter, .imgOrder {opacity: 1;}
		#divObject {    margin-top: 12px;}
		#divObjCont {padding-top: 30px;}
		#objClose {top: 0;}
		.popButton.objButton {margin: 10px 20px 10px 10%;}
		.popButton {width: 80%; font-weight: 700;}
/* 		.divItemDistance, .divItemDistanceListed {font-weight: 700; position: inherit; -webkit-transform:none; transform: none;}	 */
        #buttonMore { font-family: MySansB;}
		.divFavs {display: none;}
		.divItemListed {margin-bottom: 0;border-bottom: 1px solid #d0d0d0;}
		#divMapCont {padding-top: 0;}
		#divBody {margin-bottom: 0;}
		#objPicsCont {font-size: 0;}
		.imgObjPics {width:48%; margin: 0 2% 10px 0;}
		.f2 {width: 47%;}
}

@media all and (max-width: 376px) {
    .divItemNameListed, .divItemAddressListed, .divItemPhoneListed, .divItemDistanceListed 
    {width: 100%; display: block; padding: 5px 5px 0 5px; margin: 0; background: white; color: black; text-align: left;}

}