root { 
    display: block;
}

@-ms-viewport{
  width: device-width;
}


html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;	
    text-decoration: none;
}
html, body{
	/*height: 100%;*/
	width: 100%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
    font-size: 16px;
    font-weight: normal;
}

h2 {
    font-size: 13px;
    color: black;
    text-align: center;
    margin-top: 5px;
}

body {
    background-color: #ffffff;
    font-family: Verdana, sans-serif;
}

/*-------UDOSTEPNIJ LINK POPUP*/
#linkField {
	width: 100%;
	height: 20px;
	color: #676767;
	font-size: 12px;
	border: 1px solid #bdbdbd; 
}

.ui-widget-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fcfcfc;    
    background-origin: padding-box;
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: auto auto;
    border: 2px solid #92989b;   
    color: #676767;
	text-align: justify;
	font-family: "Arial";
    font-size: 13px; 
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
	z-index: 2000;
}

#success {
    padding: 0;
    margin: 0; 
}

.ui-dialog .ui-dialog-content {
	height: 60px !important;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;   
	padding-top: 15px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 20px !important;
}

.ui-widget-header {
   border-bottom: 1px dotted #bdbdbd; 
   margin: 5px 15px;   
   color: #676767;
   font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.5em 0em;
    position: relative;
    font-size: 13px;
    font-weight: bold;    
}

.ui-dialog .ui-dialog-titlebar {
    font-size: 13px;
    font-weight: bold;
    padding: 0.5em 0;
    position: relative;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    overflow: hidden;
    text-indent: -99999px;
    width: 20px;
}

.ui-widget-header .ui-icon {
    background: rgba(0, 0, 0, 0) url("../images/close2.png") no-repeat scroll 0 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0;
    padding: 1px;
	border: none;
	padding: none;
    position: absolute;
    right: 0.3em;
    top: 45%;
    width: 20px;
}

#header {
    
   /*background: -webkit-linear-gradient(left,rgba(255,255,255,1.0),rgba(255,255,255,1.0) 70%, rgba(255,255,255,0));*/ /*Safari 5.1-6*/
   /* background: -o-linear-gradient(right,rgba(255,255,255,1.0),rgba(255,255,255,1.0) 70%,rgba(255,255,255,0));*/ /*Opera 11.1-12*/
    /*background: -moz-linear-gradient(right,rgba(255,255,255,1.0),rgba(255,255,255,1.0) 70%,rgba(255,255,255,0));*/ /*Fx 3.6-15*/    
    /*background: linear-gradient(to right, rgba(255,255,255,1.0),rgba(255,255,255,1.0) 70%,rgba(255,255,255,0));*/ /*Standard*/
    background-color: rgb(46,46,46);
    height: 53px;
    width: 100%; 
    /*min-width: 1500px;*/
    position: absolute;
    z-index: 1012;
}

#logo {
float: left;
margin-left: 10px;
} 

#city {
color: #676767;
float: left;
font-family: Verdana, sans-serif;
font-size: 30px;
margin: 5px 0px 0px 15px;
}


/*-----------WYSZUKIWARKA -------*/
.search {    
    float: left;
    margin-top: 2px;
}

input.search-submit {
    /*background: url("../images/search-button.png") no-repeat left;  */
    background: url("../images/search-button-idea.png") no-repeat left;  
    border: none;
    color: #ffffff;
    cursor: pointer;
    float: left;    
    height: 48px;
    width: 48px;
    position: relative;
    left: -15px;
    margin-left:10px;
}

#search-input {
    border: 3px #a7aeb1 solid;
    color: #908f8f;
    float: left;
    font-family: Tahoma;
    font-size: 11px;
    font-style: italic;
    height: 25px;
    margin: 8px 0px 0px 20px; 
    padding-left: 10px;
       
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    border-radius: 3px; 
    width: 200px;
}

.slider-button {    
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    width: 48px;
}

/* ------ MENU ---------- */
#toolbar {
    display: inline;
    padding: 5px;
    position: absolute;
    left: 520px;
    top: -2px;
    z-index: 1012;
    min-width:295px
}
#toolbar2 {
    display: inline;
    padding: 1px 5px 5px 5px;
    position: absolute;
    left: 1100px;
    top: -2px;
    z-index: 1012;
    min-width: 407px;
    
}
.toolbar-button {    
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    width: 48px;
}
.toolbar-button-ukosne {    
    border: none;    
    color: #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    width: 190px;
}
.toolbar-button-geoportal {    
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    width: 145px;
}
.toolbar-button-3d {    
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 0px;
    float: left;
    width: 60px;
}


.btn_ukosne {
   background: url("../images/ukosne-idea.png") no-repeat 0px 0px;  
    height: 54px;
    width: 190px;     
    cursor: pointer;  
}
.btn_geoportal {
   background: url("../images/geoportal-idea.png") no-repeat 0px 0px;   
   height: 54px;
   width: 145px;     
   cursor: pointer; 
}
.btn_3d {
   background: url("../images/_3d-idea.png") no-repeat 0px 0px;   
   height: 54px;
   width: 60px;     
   cursor: pointer; 
}
.btn_ukosne:hover, .btn_geoportal:hover, .btn_3d:hover {
  background-position-y:-54px;
}


.toolbar-button .active {
    background-position: 0px -48px;
}


.slider-block:hover {
  background-position-y:-48px;  
}

.tool-in:hover {
    background-position-y: -48px;
}

.width-measure, .height-measure, .draw-polygon, .zoom-to-select, .center, .change-sites, .share, .slider-block {
    height: 48px;
    width: 48px;     
    cursor: pointer;   
}

.width-measure {
   /*background: url("../images/width-measure-2.png") no-repeat 0px 0px;   */
   background: url("../images/width-measure-idea.png") no-repeat 0px 0px;   
}

.height-measure {
    background: url("../images/height-measure.png") no-repeat 0px 0px;    

}

.draw-polygon {
   /*background: url('../images/draw-polygon.png') no-repeat 0px 0px; */
   background: url('../images/draw-polygon-idea.png') no-repeat 0px 0px; 
}

.zoom-to-select {
   background: url('../images/zoom-to-select.png') no-repeat 0px 0px;  
}

.center {
   /*background: url('../images/center.png') no-repeat 0px 0px;  */
   background: url('../images/center-idea.png') no-repeat 0px 0px;  
}
.change-sites {
   /*background: url('../images/rotate.png') no-repeat 0px 0px;  */
   background: url('../images/rotate-idea.png') no-repeat 0px 0px;  
}
.share {
   /*background: url('../images/link-point.png') no-repeat 0px 0px;  */
   background: url('../images/link-point-idea.png') no-repeat 0px 0px;  
}

.slider-block {
   /*background: url('../images/slider-block.png') no-repeat 0px 0px; */
   background: url('../images/slider-block-idea.png') no-repeat 0px 0px; 
}

/*----------RANGE SLIDER---------
#range-slider {
    display: inline;
    padding: 5px;
    position: absolute;
    left: 960px;
    top: 10px;
    z-index: 1010;    
    margin-left: 33px;
}

input[type=range] {
  -webkit-appearance: none;
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  overflow-x: hidden;
  overflow-y: visible;
  width: 180px;
  background: #a7aeb1;
  border-radius: 8px;

}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  position: relative;
  pointer-events:none;
  width: 8px;
  height: 100%;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #ccc; 
  height: 8px;
  margin:5px 5px;
  border-radius: 8px;

}
input[type=range]::-webkit-slider-thumb:before {
  content:"";
  font-style: 0;
  line-height:0;
  position: absolute;
  left:-3000px;
  right:0;
  top:0;
  bottom:0;
  background: #fff;
  z-index: 9;
}
input[type=range]::-webkit-slider-thumb:after {
  content: "";
  position: absolute;
  left:-4px;
  right:-4px;
  top:-4px;
  bottom:-4px;
  background: #0d587f;
  border-radius: 50%;  
  z-index: 10;
}
input[type=range]:focus {
  outline:none;
}
input[type=range]:hover::-webkit-slider-thumb:after,
input[type=range]:focus::-webkit-slider-thumb:after {
  background: #cc181e;
}
input[type=range]:disabled::-webkit-slider-thumb:before {
  background-color: #a1151a;
}
input[type=range]:disabled::-webkit-slider-thumb:after {
  background: #adadad !important;
}
*/


/*----------RANGE SLIDER--------- 
#range-slider {
    display: inline;
    padding: 5px;
    position: absolute;
    left: 960px;
    top: 10px;
    z-index: 1010;    
    margin-left: 33px;
}

input[type=range] {
  -webkit-appearance: none;
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  overflow-x: hidden;
  overflow-y: visible;
  width: 180px;
  background: #a7aeb1;
  border-radius: 8px;

}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  position: relative;
  pointer-events:none;
  width: 8px;
  height: 100%;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #ccc; 
  height: 8px;
  margin:5px 5px;
  border-radius: 8px;

}
input[type=range]::-webkit-slider-thumb:before {
  content:"";
  font-style: 0;
  line-height:0;
  position: absolute;
  left:-3000px;
  right:0;
  top:0;
  bottom:0;
  background: #fff;
  z-index: 9;
}
input[type=range]::-webkit-slider-thumb:after {
  content: "";
  position: absolute;
  left:-4px;
  right:-4px;
  top:-4px;
  bottom:-4px;
  background: #0d587f;
  border-radius: 50%;  
  z-index: 10;
}
input[type=range]:focus {
  outline:none;
}
input[type=range]:hover::-webkit-slider-thumb:after,
input[type=range]:focus::-webkit-slider-thumb:after {
  background: #cc181e;
}
input[type=range]:disabled::-webkit-slider-thumb:before {
  background-color: #a1151a;
}
input[type=range]:disabled::-webkit-slider-thumb:after {
  background: #adadad !important;
}



*/




/* ------ NAVIGATOR ---------- */

.navi {
    clear: both;
    background-image: url('../images/navi.png'); 
    border-radius: 50%;
    height: 48px;
    width: 48px;
    float: left;   
    margin: 0px 0px 10px 19px;
    position: absolute;
    z-index: 1012;
    top: 80px;
}

.navi-content { 
     height: 48px;
     color: #0d587f;
}

.control-north-mini {
    background-image: url('../images/navi-north-mini.png'); 
    height: 12px !important;
    left: 18px;
    margin-bottom: 0;
    position: relative;
    top: 6px;
    width: 12px !important;   
    cursor: pointer;
}

.control-west-mini {
    background-image: url('../images/navi-west-mini.png'); 
    height: 12px !important;
    left: 5px;
    margin-bottom: 0;
    position: absolute;
    top:18px;
    width: 12px !important;
    cursor: pointer;
}

.control-east-mini {
    background-image: url('../images/navi-east-mini.png'); 
    height: 12px !important;
    left: 30px;
    margin-bottom: 0;
    position: relative;
    top: 6px;
    width: 12px !important;
    cursor: pointer;
}

.control-south-mini {
    background-image: url('../images/navi-south-mini.png'); 
    height: 12px !important;
    left: 18px;
    margin-bottom: 0;
    position: relative;
    top: 6px;
    width: 12px !important;
    cursor: pointer;
}

.control-centre-mini {
    background-color: #ffffff;
    border: 2px solid #92989b;
    height: 29px !important;
    left: 30px;
    margin-bottom: 0;
    position: relative;
    top: -15px;
    width: 29px !important;
    border-radius: 50%;
    cursor: pointer;
}

.control-text {
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 10px;
    padding: 5px;
}

.navi-content a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}


/* ------ ZOOM ---------- */
/*
.zoomslider { 
   clear: both;
   float: left;
   height: 200px;   
   width: 24px;
   -khtml-border-radius: 5px / 5px;
   -webkit-border-radius: 5px / 5px;
   -moz-border-radius: 5px / 5px;
   border-radius: 5px / 5px;
   margin: 0px 0px 0px 30px;
   position: absolute;
   z-index: 1012;
   top: 150px;
}

.zoomslider a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 24px;
}


.control-zoomslider-in {
    background-image: url("../images/zoom-in.png");   
    width: 24px;
    height: 24px;
}

.control-zoomslider-body {
    background: url("../images/slider-background.png") no-repeat;    
    cursor: default;
    height: 140px;
    width: 10px;
    margin-left: 7px;
}

.control-zoomslider-out {
    background-image: url("../images/zoom-out.png");
    width: 24px;
    height: 24px;   
}

.control-zoomslider-knob {
    background-position: center center;
    border: 2px solid #0d587f;    
    height: 5px;
    left: -4px;
    top: 0px;
    position: relative;
    width: 14px;
}
*/
/* -- uk -- */ 

.js-opacity {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 155px;
  display: block;
  float: left;
  border-radius: 15px;
  padding: 0px !important;
}

.js-opacity:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

.js-opacity::-ms-track {
  width: 95%;
  height: 20px;
  margin-left: 2px;
  cursor: pointer;
  background: transparent; /* Hides the slider so custom styles can be added */
  border-color: transparent;
  color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
}

.js-opacity::-ms-fill-lower {
  width: 100%;
  background: #fff;
  border: 4px solid #a7aeb1;
  border-radius: 15px;
  height: 4px;
}

.js-opacity::-ms-fill-upper {
  width: 100%;
  border: 4px solid #a7aeb1;
  border-radius: 15px;
  height: 4px;
}

.js-opacity::fill-lower {
  width: 100%;
  background: #fff;
  border: 4px solid #a7aeb1;
  border-radius: 15px;
  height: 4px;
}

.js-opacity::fill-upper {
  width: 100%;
  border: 4px solid #a7aeb1;
  border-radius: 15px;
  height: 4px;
}

.js-opacity::-moz-range-track {
  background: #ffffff;
  border: 4px solid #a7aeb1;
  border-radius: 15px;
  height: 4px;
  position: relative;
  width: 100%;
}

.js-opacity::-webkit-slider-runnable-track {
  background: #ffffff;
  border: 4px solid #a7aeb1;
  border-radius: 15px;
  height: 11px;
  position: relative;
  -webkit-appearance: none;
}

.js-opacity::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000000;
  background-color: #0d587f !important;
  border-radius: 100%;
  height: 20px !important;
  width: 20px !important;
  margin-top: -7px;
  width: 16px;
  background: #ffffff;
  cursor: move;
}

.js-opacity::-moz-range-thumb {
  border: 1px solid #000000;
  background-color: #0d587f !important;
  border-radius: 100%;
  height: 20px !important;
  width: 20px !important;
  background: #ffffff;
  cursor: move;
}

.js-opacity::-ms-thumb {
  border: 1px solid #000000;
  background-color: #0d587f !important;
  border-radius: 100%;
  height: 20px !important;
  width: 20px !important;
  margin-left: 1px;
  background: #ffffff;
  cursor: move;
}

.ol-zoomslider {
  width: 6px !important;
  height: 119px !important;
  margin: 103px 0px 0px 26px;
  border: 2px solid #92989b;
  border-radius: 0px !important;
  background: url('../images/slider-background.png') no-repeat !important;
}
.ol-zoom.ol-unselectable.ol-control {
	background:none !important;
}

.ol-control button {
	color: #13283e !important;
	/*background: url('../images/zoom.png')  no-repeat !important;*/
	background-color: #ffffff !important;
	border: 1px solid #92989b !important;
	border-radius: 0px !important;
}

.ol-zoom {
    float: left;
	margin: 140px 0px 10px 18px;
}

.ol-zoom-in {
    cursor: pointer;
	margin: 0px 0px 0px 0px;
}

.ol-zoom-out {
    cursor: pointer;
	margin: -2px 0px 0px 1px !important;
}

.ol-zoomslider-thumb {
    background-position: center center;
	background:none !important;
    border: 2px solid #0d587f;    
    height: 5px !important;
    top: 0px;
    position: relative;
	margin-left: -4px !important;
    width: 14px !important;
}


/* ------------ HORIZONTAL SLIDER & RETRO VIEW --------------- */





#right-view {
    clear: both;
    position: absolute;
    top: 0px;
    width: 100%;       
    z-index:-2;  
}

#left-view {
    clear: both;
    position: absolute;
    top: 0px;
    width: 100%;       
    z-index:-1;  
}

.horizontal-slider {
  position: absolute;
  left:59.5%;
  height: 100%;
  width: 10px;
  z-index: 1000;
  background: none;  
}
.slide-line {
  position: absolute;
  right:0px;
  height: 100%;
  width: 7px;
  z-index: 1005;
  background-color: #ffffff;
}

.marker {
    background-image: url("../images/marker.png");
    height: 32px;
    left: -7px;
    position: relative;
    top: -7px;
    width: 32px;
}

.marker-small {
    background-image: url("../images/marker-small.png");
    height: 16px;
    left: 50%;
    position: relative;
    top: 35%;
    width: 16px;
    z-index: 1005;
}

#poweredby {
    bottom: 5px;
    height: 26px;
    left: 5px;
    position: fixed;
    text-decoration: none;
    width: 77px;
    z-index: 1008;
}

#coordinates {
    width: auto;
    position: fixed;
    color: #ffffff;
    bottom: 5px;
    left: 250px;
    font-size: 11px; 
    z-index: 1008;
}

#footer {
                width: auto;
				position: fixed;
                right: 0px;
                bottom: 0;
                height: 11px;
                margin: 0;
                padding: 5px;
				color: white;
				text-decoration: none;
				font-weight: normal;
				text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
				font-size: 10px; 
                z-index: 1008;
				
     
            }

#coordinates h3 {
    color: white;
    font-weight: normal;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#wrapper {    
    width: 100%;
    height: 100%;
}
  
.terms {
    bottom: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    left: 170px;
    position: fixed;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    z-index: 1008;
}
/* ------------ RADIO BOXES --------------- */
.radio-select-left { 
    top: 30%;
    left: 30px;
    z-index: 1008;
    position: absolute;   
}
.radio-select-right { 
     top: 30%;
    right: 30px;
    z-index: 1008;
    position: absolute;   
}

label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 30px;
  font-size: 18px;
  margin-top: 15px;
  color:#fff;
  font-family: Arial, sans-serif;
}

label span {   
   /* -webkit-text-fill-color: white; /* Will override color (regardless of order) 
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: 50555f;
   text-shadow:
   1px 1px 1px rgba(80,85,95,0.004),  
   1px 1px 1px rgba(80,85,95,0.004),
   1px 1px 1px rgba(80,85,95,0.004),
    1px 1px 1px rgba(80,85,95,0.004);	 
	 -webkit-font-smoothing: antialiased  !important;
    */
    text-shadow: -1px -1px 0 #50555f, 1px -1px 0 #50555f, -1px 1px 0 #50555f, 1px 1px 0 #50555f;    
    -webkit-font-smoothing: antialiased  !important;
}
/*
input[type="radio"] {
    display:none;
}
input[type="radio"] + label{
    display:inline-block;
    width:28px !important;
    height:28px;
    background:url('../images/radiobutton.png') left top no-repeat;
    cursor:pointer;
	padding-left: 0px !important;
	line-height:28px;
    vertical-align:middle;
}

input[type="radio"] + label span{
	margin-left: 40px !important;
}

.radio-select-right input[type="radio"] + label span{
	margin-left: -50px !important;
}

input[type="radio"]:checked + label{
    background:url('../images/radiobutton.png') -28px top no-repeat;
}
*/

input[type=radio] {
  display: none;
}
.radio-select-left label:before, .radio-select-right label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #fff;  
}
.radio label:before {
  border-radius: 15px;
  border: #92989b 2px solid;
}
.radio-right label:before {
  margin-left: 92px;
}
input[type=radio]:checked + label:before {
    content: "\2022";
    color: #13283e;
    font-size: 48px;
    text-align: center;
    line-height: 22px;
    border: #13283e 2px solid;
}


#transformation {
  top: 0px;
  width: 100%;   
}

/* ==========================================================================
  JS PLUGINS CSS
  ========================================================================== */

/* Image Reveal */

.imageReveal img {
  display: none;
}

.imageReveal-overlay,
.imageReveal-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.imageReveal-overlay {
  z-index: 2;
  overflow: hidden;
}

.imageReveal-drag {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 4px;
  background-color: #c0bebe;
  z-index: 1009;
  cursor: ew-resize;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  width: 1px !important;
  border-right: 1px dashed #13283e;
}

.imageReveal-drag:hover {
  cursor: ew-resize;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.imageReveal-drag.dragging:hover {
  cursor: ew-resize;
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.imageReveal-drag span {
  display: block;
  position: absolute;  
  min-width: 125px;
  padding: 0 10px;
  line-height: 30px;
  top: 49%;
  left: 30px;
  background: #0d587f;
  color: #ffffff;
  border-radius: 5px;
  background: rgba(19, 40, 62, 0.8);
  background: #991919;
  font-size: 14px;
}

.imageReveal-caption {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1002;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: 'daxprobold', sans-serif;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition(opacity .3s ease-in-out);
  -moz-transition(opacity .3s ease-in-out);
  -o-transition(opacity .3s ease-in-out);
  transition(opacity .3s ease-in-out);
}

.imageReveal-caption.capt1 {
  opacity: 0.7;
}

.imageReveal-caption.capt2 {
  right: 20px;
  left: auto;
  opacity: 0.3;
}

.slider-button {    
    /*background: #13283e url('../images/arrow3.png') no-repeat center center;*/
    background: #991919 url('../images/arrow3.png') no-repeat center center;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 46px;  
    top: 48%;	
    left: -23px;    
    text-align: center;
    width: 46px;
    cursor: pointer;
    position: absolute;
    z-index: 1012;	
}

.slider-wrapper {
position: absolute;
z-index: 1015;
left: 800px;
}


/* ------------ CONTEXT MENU --------------- */

.contextMenuPlugin {
  -webkit-user-select: none;
  color: #000000;
  display: none;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  position: absolute;
  left: 100px;
  top: 100px;
  min-width: 180px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 2px solid #92989b;  
}

.contextMenuPlugin > li {
  margin: 0 0 0 0;
  padding: 1px;
  background-repeat: no-repeat;
}

.contextMenuPlugin > li > a {
  position: relative;
  display: block;
  padding: 5px 3px 3px 28px;
  color: ButtonText;
  text-decoration: none;
  margin: 1px;
}

.contextMenuPlugin > li > a img {
  position: absolute;
  left: 3px;
  margin-top: -1px;
  width: 16px;
  height: 16px;
}
.contextMenuPlugin > li > a:hover {
  border: 1px solid #0d587f;  
  margin: 0;
  background-color: #e8eff2;
  cursor: default;
}

.contextMenuPlugin > li.disabled {
  pointer-events: none;
}

.contextMenuPlugin > li.disabled a {
  color: grey;
}

.contextMenuPlugin > li.disabled > a:hover {
  border: none;
  outline: none;
}

.contextMenuPlugin > li.divider {
  border-top: 1px solid #e7e3e7;
  border-bottom: 1px solid #ffffff;
  height: 0;
  padding: 0;
  margin: 5px 0 5px 27px;
}

.contextMenuPlugin > .header { 
  position: relative;
  cursor: default;
  padding: 3px 3px 3px 3px;
  color: #ffffff;
}

.contextMenuPlugin > .gutterLine {
  position: absolute;
  border-left: 1px solid #e7e3e7;
  border-right: 1px solid #ffffff;
  width: 0;
  top: 0;
  bottom: 0;
  left: 26px;
  z-index: 0;
}

.tooltip {
	color: #ffffff;
	font-size: 12px;
	background-color: rgba(239, 64, 54, 0.8);
	-khtml-border-radius: 5px / 5px;
	-webkit-border-radius: 5px / 5px;
	-moz-border-radius: 5px / 5px;
	border-radius: 5px / 5px;
	padding: 5px;
}

.tooltip-measure, .tooltip-static {
	color: #ffffff;
	font-size: 14px;
	background-color: rgba(239, 64, 54, 0.8);
}

#face-slider{
	position:fixed;
	right:-321px;
	top:90px;
	z-index:100;
}
#face-slider #tab{
	cursor:pointer;
	height:48px;
	width:48px;
	float:left;
	background: url('../images/facebook-slider.png') no-repeat center center;
}
#face-code{
	padding:5px;
	border: solid #12283f 1px;
	background: #fff;
	float:left;
	width:310px;
	height:240px;
	
}