.ui-body-c,
.ui-dialog.ui-overlay-c {
     /*background:url(../images/page-backgrounds/diagonal-noise.jpg) 0 0; background-size: 100px 100px;*/
    /* background:url(../images/page-backgrounds/zebra.jpg) 0 0; background-size: 121px 38px; */
     /*background:url(../images/page-backgrounds/paper.jpg) 0 0; background-size: 500px 593px;*/
     /*background:url(../images/page-backgrounds/farmer.jpg) 0 0; background-size: 349px 349px;*/
     /*background:url(../images/page-backgrounds/blue-stripes.jpg) 0 0; background-size: 100px 100px;*/
    /*background:url(../images/page-backgrounds/texture.jpg) 0 0; background-size: 476px 476px;*/
     /*background:url(../images/page-backgrounds/white-brick-wall.jpg) 0 0; background-size: 25px 17px;*/
     /*background:url(../images/page-backgrounds/grilled.jpg) 0 0; background-size: 170px 180px;*/
    background: #dadada;
}

img {
    max-width: 100%;
}

.garance_image {
    position: static !important;
    left: auto !important;
    top: auto !important;
}

/* =============================================================================
   Page Title under Banner Image
   ========================================================================== */

h2.pageTitle {
    text-transform:uppercase;
    /*background: #007085;*/
    border-bottom:1px solid #aaa;
    color:#fff;
    width:100%;
    margin:0;
    padding:0;
    /*font-family: 'Kaushan Script', cursive;*/
    text-shadow: 0 1px 0 #fff;
    font-weight:normal;
}

h2.pageTitle span {
    display:block;
    padding:8px 0 5px 15px
}



/* =============================================================================
   Header Bar (behind logo) & Logo
   ========================================================================== */

.page-header {
    border:0px;
    border-bottom:1px solid #bfc0c0;
    color:#eee;
    height:60px;
    text-shadow: 0 -1px 1px #000;
    background: #d6e7f9;

    /*background:url(../images/pattern.png) #f3f3f3; background-size: 0px 0px;*/
    /*margin-bottom: 5px;*/
    border-bottom: 0px solid #007085 !important
}

.logo {
    width:180px;
    height:60px;
    background:url(../images/logo-sm.png) top center no-repeat;
    margin:0 auto;
    display: block;
}

#home-page .logo {
    margin:0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-resolution:240dpi){
    .logo {
        width:180px;
        height:60px;
        background:url(../images/logo.png) top center no-repeat;
        margin:0 auto;
        background-size: 153px 60px;
    }
}

h1.ui-title {
    margin:0px;
    padding:10px 0 0 0
}

/* =============================================================================
   Homepage Social Icons
   ========================================================================== */

div.social {
    text-align:center;
    background-color:rgba(238,238,238,0.4);
    padding:4px;
    border:1px solid #ccc;
    -webkit-transition-duration:0.8s;
    -moz-transition-duration:0.8s;
    -o-transition-duration:0.8s;
    transition-duration:0.8s;
}

div.social:hover {
    background-color:rgba(238,238,238,.6);
    border:1px solid #c1bfbf;
}

div.social img {
    width:12%;
    margin-right:10px;
    max-width:60px;
    max-height:60px

}

/* =============================================================================
   Custom content styling
   ========================================================================== */

h3.home-title {
    margin-top:40px;
    text-align:center;
    font-weight:normal;
    margin:10px 0 10px 0;

    /* font-family: 'Kaushan Script', cursive; font-size:26px; */
    /* font-family: 'Lobster', cursive; font-size:28px; */
    /* font-family: 'Cabin', sans-serif; font-weight: 700; font-size:22px; */
    /* font-family: 'Cardo', serif; font-size:24px; */
    font-family: 'Droid Sans', sans-serif; font-size:22px; font-weight:700

}

.padd {
    padding: 20px 0
}

.gal-description {
    font-size:11px;
    color: #eee
}

.padd-title {
    padding-left:15px;
    margin-bottom:3px
}

hr.ornamental {
    /*background:url(../images/ornamental-sm.png) center no-repeat;*/
    background:url(../images/sep.png) center no-repeat;
    height:21px;
    width:100%;
    border:none;
    margin:0;
    padding:0;
    opacity: 0.15;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-resolution:240dpi){
    hr.ornamental {
        background:url(../images/ornamental.png) center no-repeat;
        background-size:960px 21px;
        height:21px;
        width:100%;
        border:none;
        margin:0;
        padding:0
    }
}

.shadow1box {
    text-align:center;
    margin:0;
    height:28px
}

.shadow1 {
    width:100%;
    height:28px;
    margin:0
}

.shadow2box { margin:0 }
.shadow2 { width:100% }
.clear { clear:both }

/* =============================================================================
   Footer Nav Icons --[ Recommend to delete CSS for icons you don't use ]--
   ========================================================================== */

.custom-icons .ui-btn .ui-btn-inner {
    padding-top: 40px !important;
}

.custom-icons .ui-btn .ui-icon {
    width: 30px!important;
    height: 30px!important;
    margin-left: -15px !important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

#address-book .ui-icon { background:url(../images/nav-icons/address-book-sm.png) 50% 50% no-repeat; }
#apartments .ui-icon { background:url(../images/nav-icons/apartments-sm.png) 50% 50% no-repeat; }
#balloons .ui-icon { background:url(../images/nav-icons/balloons-sm.png) 50% 50% no-repeat; }
#brush .ui-icon { background:url(../images/nav-icons/brush-sm.png) 50% 50% no-repeat; }
#brush2 .ui-icon { background:url(../images/nav-icons/brush2-sm.png) 50% 50% no-repeat; }
#calendar .ui-icon { background:url(../images/nav-icons/calendar-sm.png) 50% 50% no-repeat; }
#calendar2 .ui-icon { background:url(../images/nav-icons/calendar2-sm.png) 50% 50% no-repeat; }
#camera .ui-icon { background:url(../images/nav-icons/camera-sm.png) 50% 50% no-repeat; }
#car .ui-icon { background:url(../images/nav-icons/car-sm.png) 50% 50% no-repeat; }
#cell .ui-icon { background:url(../images/nav-icons/cell-sm.png) 50% 50% no-repeat; }
#cell2 .ui-icon { background:url(../images/nav-icons/cell2-sm.png) 50% 50% no-repeat; }
#cell3 .ui-icon { background:url(../images/nav-icons/cell3-sm.png) 50% 50% no-repeat; }
#chair .ui-icon { background:url(../images/nav-icons/chair-sm.png) 50% 50% no-repeat; }
#chat .ui-icon { background:url(../images/nav-icons/chat-sm.png) 50% 50% no-repeat; }
#chat2 .ui-icon { background:url(../images/nav-icons/chat2-sm.png) 50% 50% no-repeat; }
#closed .ui-icon { background:url(../images/nav-icons/closed-sm.png) 50% 50% no-repeat; }
#dribble .ui-icon { background:url(../images/nav-icons/dribble-sm.png) 50% 50% no-repeat; }
#eye .ui-icon { background:url(../images/nav-icons/eye-sm.png) 50% 50% no-repeat; }
#facebook .ui-icon { background:url(../images/nav-icons/facebook-sm.png) 50% 50% no-repeat; }
#film .ui-icon { background:url(../images/nav-icons/film-sm.png) 50% 50% no-repeat; }
#flag .ui-icon { background:url(../images/nav-icons/flag-sm.png) 50% 50% no-repeat; }
#footprint .ui-icon { background:url(../images/nav-icons/footprint-sm.png) 50% 50% no-repeat; }
#footprints .ui-icon { background:url(../images/nav-icons/footprints-sm.png) 50% 50% no-repeat; }
#globe .ui-icon { background:url(../images/nav-icons/globe-sm.png) 50% 50% no-repeat; }
#home .ui-icon { background:url(../images/nav-icons/home-sm.png) 50% 50% no-repeat; }
#home2 .ui-icon { background:url(../images/nav-icons/home2-sm.png) 50% 50% no-repeat; }
#icecream .ui-icon { background:url(../images/nav-icons/icecream-sm.png) 50% 50% no-repeat; }
#key .ui-icon { background:url(../images/nav-icons/key-sm.png) 50% 50% no-repeat; }
#like .ui-icon { background:url(../images/nav-icons/like-sm.png) 50% 50% no-repeat; }
#mail .ui-icon { background:url(../images/nav-icons/mail-sm.png) 50% 50% no-repeat; }
#mail2 .ui-icon { background:url(../images/nav-icons/mail2-sm.png) 50% 50% no-repeat; }
#map-marker .ui-icon { background:url(../images/nav-icons/map-marker-sm.png) 50% 50% no-repeat; }
#map .ui-icon { background:url(../images/nav-icons/map-sm.png) 50% 50% no-repeat; }
#monitor .ui-icon { background:url(../images/nav-icons/monitor-sm.png) 50% 50% no-repeat; }
#mouse .ui-icon { background:url(../images/nav-icons/mouse-sm.png) 50% 50% no-repeat; }
#movie-camera .ui-icon { background:url(../images/nav-icons/movie-camera-sm.png) 50% 50% no-repeat; }
#movie .ui-icon { background:url(../images/nav-icons/movie-sm.png) 50% 50% no-repeat; }
#music .ui-icon { background:url(../images/nav-icons/music-sm.png) 50% 50% no-repeat; }
#paint-brush .ui-icon { background:url(../images/nav-icons/paint-brush-sm.png) 50% 50% no-repeat; }
#pen .ui-icon { background:url(../images/nav-icons/pen-sm.png) 50% 50% no-repeat; }
#pencil .ui-icon { background:url(../images/nav-icons/pencil-sm.png) 50% 50% no-repeat; }
#phone .ui-icon { background:url(../images/nav-icons/phone-sm.png) 50% 50% no-repeat; }
#phone2 .ui-icon { background:url(../images/nav-icons/phone2-sm.png) 50% 50% no-repeat; }
#phone3 .ui-icon { background:url(../images/nav-icons/phone3-sm.png) 50% 50% no-repeat; }
#photos .ui-icon { background:url(../images/nav-icons/photos-sm.png) 50% 50% no-repeat; }
#photos2 .ui-icon { background:url(../images/nav-icons/photos2-sm.png) 50% 50% no-repeat; }
#plane .ui-icon { background:url(../images/nav-icons/plane-sm.png) 50% 50% no-repeat; }
#plate .ui-icon { background:url(../images/nav-icons/plate-sm.png) 50% 50% no-repeat; }
#popsicle .ui-icon { background:url(../images/nav-icons/popsicle-sm.png) 50% 50% no-repeat; }
#presentation .ui-icon { background:url(../images/nav-icons/presentation-sm.png) 50% 50% no-repeat; }
#rss .ui-icon { background:url(../images/nav-icons/rss-sm.png) 50% 50% no-repeat; }
#run .ui-icon { background:url(../images/nav-icons/run-sm.png) 50% 50% no-repeat; }
#search .ui-icon { background:url(../images/nav-icons/search-sm.png) 50% 50% no-repeat; }
#sign .ui-icon { background:url(../images/nav-icons/sign-sm.png) 50% 50% no-repeat; }
#table .ui-icon { background:url(../images/nav-icons/table-sm.png) 50% 50% no-repeat; }
#twitter .ui-icon { background:url(../images/nav-icons/twitter-sm.png) 50% 50% no-repeat; }
#twitter2 .ui-icon { background:url(../images/nav-icons/twitter2-sm.png) 50% 50% no-repeat; }
#users .ui-icon { background:url(../images/nav-icons/users-sm.png) 50% 50% no-repeat; }
#v-card .ui-icon { background:url(../images/nav-icons/v-card-sm.png) 50% 50% no-repeat; }
#walk .ui-icon { background:url(../images/nav-icons/walk-sm.png) 50% 50% no-repeat; }
#wine .ui-icon { background:url(../images/nav-icons/wine-sm.png) 50% 50% no-repeat; }
#wine2 .ui-icon { background:url(../images/nav-icons/wine2-sm.png) 50% 50% no-repeat; }
#wordpress .ui-icon { background:url(../images/nav-icons/wordpress-sm.png) 50% 50% no-repeat; }
#you-tube .ui-icon { background:url(../images/nav-icons/you-tube-sm.png) 50% 50% no-repeat; }
#bars .ui-icon { background:url(../images/nav-icons/bars.png) 50% 50% no-repeat; }


@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-resolution:240dpi){
    #address-book .ui-icon { background:url(../images/nav-icons/address-book.png) 50% 50% no-repeat;  background-size: 25px 29px; }
    #apartments .ui-icon { background:url(../images/nav-icons/apartments.png) 50% 50% no-repeat;  background-size: 28px 31px; }
    #balloons .ui-icon { background:url(../images/nav-icons/balloons.png) 50% 50% no-repeat;  background-size: 23px 32px; }
    #brush .ui-icon { background:url(../images/nav-icons/brush.png) 50% 50% no-repeat;  background-size: 31px 28px; }
    #brush2 .ui-icon { background:url(../images/nav-icons/brush2.png) 50% 50% no-repeat;  background-size: 28px 29px; }
    #calendar .ui-icon { background:url(../images/nav-icons/calendar.png) 50% 50% no-repeat;  background-size: 30px 26px; }
    #calendar2 .ui-icon { background:url(../images/nav-icons/calendar2.png) 50% 50% no-repeat;  background-size: 28px 29px; }
    #camera .ui-icon { background:url(../images/nav-icons/camera.png) 50% 50% no-repeat;  background-size: 29px 22px; }
    #car .ui-icon { background:url(../images/nav-icons/car.png) 50% 50% no-repeat;  background-size: 30px 16px; }
    #cell .ui-icon { background:url(../images/nav-icons/cell.png) 50% 50% no-repeat;  background-size: 18px 30px; }
    #cell2 .ui-icon { background:url(../images/nav-icons/cell2.png) 50% 50% no-repeat;  background-size: 17px 30px; }
    #cell3 .ui-icon { background:url(../images/nav-icons/cell3.png) 50% 50% no-repeat;  background-size: 15px 30px; }
    #chair .ui-icon { background:url(../images/nav-icons/chair.png) 50% 50% no-repeat;  background-size: 20px 27px; }
    #chat .ui-icon { background:url(../images/nav-icons/chat.png) 50% 50% no-repeat;  background-size: 28px 21px; }
    #chat2 .ui-icon { background:url(../images/nav-icons/chat2.png) 50% 50% no-repeat;  background-size: 27px 25px; }
    #closed .ui-icon { background:url(../images/nav-icons/closed.png) 50% 50% no-repeat;  background-size: 27px 25px; }
    #dribble .ui-icon { background:url(../images/nav-icons/dribble.png) 50% 50% no-repeat;  background-size: 28px 29px; }
    #eye .ui-icon { background:url(../images/nav-icons/eye.png) 50% 50% no-repeat;  background-size: 30px 18px; }
    #facebook .ui-icon { background:url(../images/nav-icons/facebook.png) 50% 50% no-repeat;  background-size: 26px 27px; }
    #film .ui-icon { background:url(../images/nav-icons/film.png) 50% 50% no-repeat;  background-size: 23px 26px; }
    #flag .ui-icon { background:url(../images/nav-icons/flag.png) 50% 50% no-repeat;  background-size: 23px 27px; }
    #footprint .ui-icon { background:url(../images/nav-icons/footprint.png) 50% 50% no-repeat;  background-size: 13px 30px; }
    #footprints .ui-icon { background:url(../images/nav-icons/footprints.png) 50% 50% no-repeat;  background-size: 27px 30px; }
    #globe .ui-icon { background:url(../images/nav-icons/globe.png) 50% 50% no-repeat;  background-size: 28px 28px; }
    #home .ui-icon { background:url(../images/nav-icons/home.png) 50% 50% no-repeat;  background-size: 27px 25px; }
    #home2 .ui-icon { background:url(../images/nav-icons/home2.png) 50% 50% no-repeat;  background-size: 29px 26px; }
    #icecream .ui-icon { background:url(../images/nav-icons/icecream.png) 50% 50% no-repeat;  background-size: 18px 27px; }
    #key .ui-icon { background:url(../images/nav-icons/key.png) 50% 50% no-repeat;  background-size: 15px 30px; }
    #like .ui-icon { background:url(../images/nav-icons/like.png) 50% 50% no-repeat;  background-size: 25px 23px; }
    #mail .ui-icon { background:url(../images/nav-icons/mail.png) 50% 50% no-repeat;  background-size: 27px 18px; }
    #mail2 .ui-icon { background:url(../images/nav-icons/mail2.png) 50% 50% no-repeat;  background-size: 27px 19px; }
    #map-marker .ui-icon { background:url(../images/nav-icons/map-marker.png) 50% 50% no-repeat;  background-size: 19px 26px; }
    #map .ui-icon { background:url(../images/nav-icons/map.png) 50% 50% no-repeat;  background-size: 30px 22px; }
    #monitor .ui-icon { background:url(../images/nav-icons/monitor.png) 50% 50% no-repeat;  background-size: 29px 29px; }
    #mouse .ui-icon { background:url(../images/nav-icons/mouse.png) 50% 50% no-repeat;  background-size: 18px 27px; }
    #movie-camera .ui-icon { background:url(../images/nav-icons/movie-camera.png) 50% 50% no-repeat;  background-size: 30px 23px; }
    #movie .ui-icon { background:url(../images/nav-icons/movie.png) 50% 50% no-repeat;  background-size: 24px 30px; }
    #music .ui-icon { background:url(../images/nav-icons/music.png) 50% 50% no-repeat;  background-size: 17px 30px; }
    #paint-brush .ui-icon { background:url(../images/nav-icons/paint-brush.png) 50% 50% no-repeat;  background-size: 30px 29px; }
    #pen .ui-icon { background:url(../images/nav-icons/pen.png) 50% 50% no-repeat;  background-size: 27px 27px; }
    #pencil .ui-icon { background:url(../images/nav-icons/pencil.png) 50% 50% no-repeat;  background-size: 26px 26px; }
    #phone .ui-icon { background:url(../images/nav-icons/phone.png) 50% 50% no-repeat;  background-size: 29px 30px; }
    #phone2 .ui-icon { background:url(../images/nav-icons/phone2.png) 50% 50% no-repeat;  background-size: 30px 25px; }
    #phone3 .ui-icon { background:url(../images/nav-icons/phone3.png) 50% 50% no-repeat;  background-size: 30px 21px; }
    #photos .ui-icon { background:url(../images/nav-icons/photos.png) 50% 50% no-repeat;  background-size: 30px 24px; }
    #photos2 .ui-icon { background:url(../images/nav-icons/photos2.png) 50% 50% no-repeat;  background-size: 30px 23px; }
    #plane .ui-icon { background:url(../images/nav-icons/plane.png) 50% 50% no-repeat;  background-size: 30px 29px; }
    #plate .ui-icon { background:url(../images/nav-icons/plate.png) 50% 50% no-repeat;  background-size: 30px 20px; }
    #popsicle .ui-icon { background:url(../images/nav-icons/popsicle.png) 50% 50% no-repeat;  background-size: 15px 30px; }
    #presentation .ui-icon { background:url(../images/nav-icons/presentation.png) 50% 50% no-repeat;  background-size: 29px 30px; }
    #rss .ui-icon { background:url(../images/nav-icons/rss.png) 50% 50% no-repeat;  background-size: 29px 30px; }
    #run .ui-icon { background:url(../images/nav-icons/run.png) 50% 50% no-repeat;  background-size: 25px 30px; }
    #search .ui-icon { background:url(../images/nav-icons/search.png) 50% 50% no-repeat;  background-size: 28px 30px; }
    #sign .ui-icon { background:url(../images/nav-icons/sign.png) 50% 50% no-repeat;  background-size: 30px 30px; }
    #table .ui-icon { background:url(../images/nav-icons/table.png) 50% 50% no-repeat;  background-size: 24px 25px; }
    #twitter .ui-icon { background:url(../images/nav-icons/twitter.png) 50% 50% no-repeat;  background-size: 32px 24px; }
    #twitter2 .ui-icon { background:url(../images/nav-icons/twitter2.png) 50% 50% no-repeat;  background-size: 30px 21px; }
    #users .ui-icon { background:url(../images/nav-icons/users.png) 50% 50% no-repeat;  background-size: 30px 24px; }
    #v-card .ui-icon { background:url(../images/nav-icons/v-card.png) 50% 50% no-repeat;  background-size: 30px 23px; }
    #walk .ui-icon { background:url(../images/nav-icons/walk.png) 50% 50% no-repeat;  background-size: 18px 30px; }
    #wine .ui-icon { background:url(../images/nav-icons/wine.png) 50% 50% no-repeat;  background-size: 17px 30px; }
    #wine2 .ui-icon { background:url(../images/nav-icons/wine2.png) 50% 50% no-repeat;  background-size: 18px 30px; }
    #wordpress .ui-icon { background:url(../images/nav-icons/wordpress.png) 50% 50% no-repeat;  background-size: 28px 28px; }
    #you-tube .ui-icon { background:url(../images/nav-icons/you-tube.png) 50% 50% no-repeat;  background-size: 30px 30px; }
    #you-tube .ui-icon { background:url(../images/nav-icons/you-tube.png) 50% 50% no-repeat;  background-size: 30px 30px; }
}


/* =============================================================================
   Homepage Slider
   ========================================================================== */

.camera_wrap a, .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(../images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(../images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}

.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
}

.camera_next {
	right: 0;
}

.camera_commands {
	right: 41px;
}

.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}

.slider-container {
	width:100%;
	max-width:556px;
	margin: 0 auto
}

.slider-outer {
    background: #efefef;
    /* Fallback (could use .jpg/.png alternatively) */
    /*background-color: #535353;*/

    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    /*background-image:
        -webkit-gradient(linear, left top, left bottom, from(#676767), to(#424345));*/

    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    /*background-image:
        -webkit-linear-gradient(top, #676767, #424345);*/

    /* Firefox 3.6 - 15 */
    /*background-image:
        -moz-linear-gradient(top, #676767, #424345);*/

    /* Opera 11.1 - 12 */
    /*background-image:
        -o-linear-gradient(top, #676767, #424345);*/

    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    /*background-image:
        linear-gradient(to bottom, #676767, #424345);*/
}

.camera_next > span {
    background:url(../images/right-arrow-small.png) 0 0 no-repeat;
    display: block;
    height: 50px;
    width: 39px;
	border:0px;
	position:relative;
	right:-1px
}

.camera_prev > span {
    background:url(../images/left-arrow-small.png) 0 0 no-repeat;
    display: block;
    height: 50px;
    width: 39px;
}

.camera_caption > div {
	text-align:center;
	padding: 10px 0;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 16px;
	line-height: 18px;

	/*font-family: 'Kaushan Script', cursive; */
    font-size:18px;
	/* font-family: 'Lobster', cursive; font-size:17px;  */
 	/* font-family: 'Cardo', serif; font-size:16px; */
 	/* font-family: 'Droid Sans', sans-serif; font-size:16px */
}

/* =============================================================================
   jQuery Mobile 1.3 Edits
   ========================================================================== */
.ui-content { padding:0 }
.content-padd { padding:15px }
.ui-body-c, .ui-dialog.ui-overlay-c { border:0px !important }
.ui-li { overflow:hidden !important }
/*.ui-panel-inner { padding:0 }*/
.ui-panel-inner .ui-listview-filter { margin:0 !important }
.ui-panel-inner .ui-listview, .ui-panel-inner .events-list ul.ui-listview li { max-width:100% !important; margin:0 !important }
.ui-panel {z-index:10000}



/* =============================================================================
   Margins / Padding
   ========================================================================== */
.mt10 { margin-top:10px !important }
.mt15 { margin-top:15px !important }
.mt20 { margin-top:20px !important }
.mt25 { margin-top:25px !important }
.mt30 { margin-top:30px !important }
.mt35 { margin-top:35px !important }
.mb10 { margin-bottom:10px !important }
.mb15 { margin-bottom:15px !important }
.mb20 { margin-bottom:20px !important }
.mb25 { margin-bottom:25px !important }
.mb30 { margin-bottom:30px !important }
.mb35 { margin-bottom:35px !important }

.pt10 { padding-top:10px !important }
.pt15 { padding-top:15px !important }
.pt20 { padding-top:20px !important }
.pt25 { padding-top:25px !important }
.pt30 { padding-top:30px !important }
.pt35 { padding-top:35px !important }
.pb10 { padding-bottom:10px !important }
.pb15 { padding-bottom:15px !important }
.pb20 { padding-bottom:20px !important }
.pb25 { padding-bottom:25px !important }
.pb30 { padding-bottom:30px !important }
.pb35 { padding-bottom:35px !important }




/* ========================================================================== */
/* ========================================================================== */
/* individual CSS  */
/* ========================================================================== */
/* ========================================================================== */
img.obsah_pic {
    display:block;
    margin:0 auto;
    /*padding:5% 0;*/
}

table.text_table {
    border:1px solid;
    border-collapse: collapse;
}

table.text_table td,  table.text_table th {
    border:1px solid;
    padding:5px;
}
/*
.thumbnail-list ul.ui-listview .ui-btn-inner {
    border: 0 none;
    margin: 0;
    padding: 0;
}*/

.bold {font-weight: bold}
.fs120 {font-size: 120%}
.fs130 {font-size: 130%}
.fs140 {font-size: 140%}
.fs150 {font-size: 150%}
.fs160 {font-size: 150%}
.fs170 {font-size: 170%}
.fs180 {font-size: 180%}
/*
.ui-footer > .ui-btn-icon-notext, .ui-header > .ui-btn-icon-notext, .ui-header-fixed.ui-fixed-hidden > .ui-btn-icon-notext {
    top: 16px;
}*/

.ui-header .ui-btn-left, .ui-header .ui-btn-right, .ui-footer .ui-btn-left, .ui-footer .ui-btn-right, .ui-header-fixed.ui-fixed-hidden .ui-btn-left, .ui-header-fixed.ui-fixed-hidden .ui-btn-right {
    top: 15px;
}

.ui-header .ui-btn-left, .ui-footer .ui-btn-left {
    left: 12px;
}

.ui-header .ui-btn-right, .ui-footer .ui-btn-right {
    right: 12px;
}

.mt5 {margin-top: 5px}
.mt10 {margin-top: 10px}
.mt40 {margin-top: 40px}
.mt50 {margin-top: 50px}
.mr30 {margin-right: 30px}
.mr40 {margin-right: 40px}
.mr50 {margin-right: 50px}
.dib {display: inline-block}
.fl {float: left}
.fr {float: right}

/* *********************************** */
/* error a form. hl�ky */
/* *********************************** */
.std .ok, .std .error, .std #error, #ok, .std .warning, .std #warning {
    background: none repeat scroll 0 0 red;
    margin: 5px 0;
    padding: 8px 12px;
}

.std .warning, .warning, .std #warning, #warning {
    background: orange;
}

.ok, #ok {
    background: green !important;
}

.ok a, .error a, #error a, #ok a, .warning a, #warning a, .ok, .error, #error, #ok, .warning, #warning {
    color: #FFFFFF;
}

.icos {
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 20px;*/
}

.overflow_wrap .icos {
    margin-left: 0;
}

.icos span, .ico-item {
    padding: 3px 10px;
    margin: 1px 0;
    background: #9a9b99;
    border-radius: 2px;
    color: #fff;
    clear: both;
    /*float: left;*/
    text-align: center;
    font-weight: bold;
    font-size: 80%;
}

.icos span.doprava_zdarma, .ico-item.doprava_zdarma {background: #6e4ac9}
.icos span.skladem, .ico-item.skladem {background: #03b4da}
.icos span.akce, .ico-item.akce {background: #c54741}
.icos span.novinka, .ico-item.novinka {background: #90bd17}
.icos span.tip, .ico-item.tip {background: #e09e00}
.icos span.vyprodej, .ico-item.vyprodej {background: #2488d3}
.icos span.prodano, .ico-item.prodano {background: #696969
}

.socialButtons .fb-like, .socialButtons .gPlusBtn {
    display: inline-block;
    margin: 3px 15px 3px 0;
    vertical-align: top;
}

.ui-li-thumb, .ui-listview .ui-li-icon {
    left: 1px;
    max-height: 100px;
    max-width: 108px;
    position: absolute;
}

.ui-li.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit {
    padding-top: .5em;
    padding-bottom: .5em;
}

.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb {
    /*min-height: 59px;*/
    padding-left: 122px;
}

.ui-li-has-arrow.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow.ui-li-has-count {
    padding-right: 34px;
}

.ui-li-heading {
    font-size: 13px;
}

.ui-listview {
    /*margin-left: -15px !important;*/
    /*margin-right: -15px !important;;*/
}

.ui-listview.ajaxList {
    margin-top: -15px !important;
}

.ui-listview.ajaxList > .ui-li.ui-first-child {
    border-top: 0 !important;
}

.ui-listview.ajaxList > .ui-li.ui-first-child, .ui-listview.ajaxList .ui-btn.ui-first-child > .ui-li > .ui-btn-text > .ui-link-inherit, .vypis_data.ajax .ui-listview {
    border-radius: 0 !important;
}

.alignC {
    text-align: center;
}

#loadMoreProducts {
    position: relative;
}

#loadMoreProducts .loader {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
}

.ui-li-heading {line-height: 150%;}

.stav span {
    position: relative !important;
    left: auto !important; right: auto !important;
    top: auto !important; bottom: auto !important;
    display: inline-block !important;
    line-height: 100%;
}

.ui-select .ui-btn-icon-right.ui-li-has-count .ui-btn-inner {
    padding-right: 45px;
}

.ui-header .ui-btn-left, .ui-header .ui-btn-right, .ui-footer .ui-btn-left, .ui-footer .ui-btn-right, .ui-header-fixed.ui-fixed-hidden .ui-btn-left, .ui-header-fixed.ui-fixed-hidden .ui-btn-right {
    top: 7px;
}

.page-header .ui-btn-left, .page-header .ui-btn-right {
    top: 15px;
}

@media all and (max-width: 35em) {
    .my-breakpoint .ui-block-a,
    .my-breakpoint .ui-block-b,
    .my-breakpoint .ui-block-c,
    .my-breakpoint .ui-block-d,
    .my-breakpoint .ui-block-e {
        width: 100%;
        float: none;
    }
}

.frmerror.ui-input-text {
    border-color: red;
}

.detail_kontakty > span {
    display: block;
}

.mb20 {margin-bottom: 20px}
.mt20 {margin-top: 20px}
.mb30 {margin-bottom: 30px}
.mb40 {margin-bottom: 40px}
.mb50 {margin-bottom: 50px}
.mb60 {margin-bottom: 60px}

.pl0 {padding-left: 0}

.bold {font-weight: bold}

.fs120 {font-size: 120%}
.border-none {border: none}

.eshop-note {
    color: inherit !important;
}

.ui-rangeslider .ui-rangeslider-sliders {
    margin-left: 95px;
    margin-right: 95px;
}

input.ui-input-text.ui-slider-input {
    width: 70px;
}

.ctable-images, .ctable-block {
    display: block;
    float: left;
    width: 100%;
}

.ctable-images *, .ctable-block * {
    text-align: left !important;
}

.ctable-images {
    margin-bottom: 10px;
}

.ctable-images img {
    width: auto;
    height: auto;
}

.ctable td {
    padding-left: 0 !important;
}

.ctable-images + td {
    clear: both;
    float: left;
}

@media (max-width: 500px) {
    .ctable td {
        clear: both;
        float: left;
        display: block;
    }

    .hp_tab table td {
        display: block;
        clear: both;
        float: left;
    }
}

.vypis_data .ui-listview {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
}

.telefon {
    position:fixed;
    bottom:0px;
    margin-top:50px;
}
.telefon, .telefon a {width:100% !important;}
.telefon a {
   margin:0px !important;
}


.block_zvyraz_text {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);

}

.block_zvyraz_text strong {
    color:#38c1da;
}

.header_box{
    text-align: center;
    background:#ffffff;
}

.header_box img {
    max-width:600px;
    width:100%;
}

.content-padd {
    margin-bottom:60px;
}

.zkusenosti {
    text-align:center;
}