#logo
{
	width: 505px;
	margin: 0 auto;
	text-align: center;
}
#pgtitle
{
	margin: 0px 0px 20px;
	font-size: 18pt;
}
#container
{
	display: block;
	width: 850px;
	height: 300px;
	margin: 0 auto;
}
#imgtag
{
	position: relative;
	min-width: 300px;
	min-height: 300px;
	float: none;
	text-align: center;
}
.tagview
{
	position: absolute;
	background-color: #285178;
	width: 20px;
	height: 16px; 
	margin-left: -10px;
	margin-top:-8px;
	opacity:1;
	cursor: pointer;
	display: block;
	
	-webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 30%;
    
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.tagview.active {
	z-index: 1;
}
.tagview > span {
	display: block;
	text-align: center;
	color:#fff;
	font-weight:600;
	font-size:9px;
	line-height: 16px;
}
.pop{
	background-color: #ffffff;
	position: fixed; 
	margin: auto;
}
#tabinputform{
	background-color: #ffffff;
	padding: 10px; 
	position: fixed; 
	margin: auto;
	font-family: 'FuturaPT-Book';
	font-size: 11pt;
	width: 600px;
	padding-top:20px;
}
#tabinputform table,td{
	vertical-align: middle;
	height: 30px;
	
}
#tabinputform .button
{
	background-color: #1a1a1a; /* Green */
    border: none;
    color: white;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin: 0px 7px 3px 0px;
}
#tabinputform .button:hover
{
	background-color: #ff2b00;
}
#tabinputform INPUT[type="text"] {
  display: block;
  margin-bottom: 5px;
  width: 80%;
  font-size: 11pt; 
  /* font-weight: 600; */
  padding: 3px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
  font-family: 'FuturaPT-Book';
} 
#tabinputform input[type="text"]:focus,
#tabinputform input[type="text"].focus {
 border: solid 1px #707070; 
}
#exit{
	padding: 6px; 
	background-color: #1a1a1a; 
	color: white; 
	position:fixed;
	cursor:pointer;
	z-index:200;
}
#exit:hover{
	background-color: #ff2e00; 
}
.purchase
{
	position: absolute;
	top: 0;
	left: 0;
	width: 430px;
	padding:3%;
	opacity:0;
	/* border: 1px solid #D7C7C7; */
	z-index: 500;
	background-color: #ffffff;
}
.tagit-loader {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 2;
}
.tagit-loader i {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	height: 40px;
	width: 40px;
	font-size: 40px;
	color: #252525;
}

.tagit-close {
	position: absolute;
	top: 2px;
	right: 5px;
	color: #bd3009;
	font-size: 14px;
	cursor: pointer;
	z-index: 1;
}

.tagit
{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 150px;
	width: 460px;
	margin-left:35px;
	padding:10px;
	opacity:1;
	border: 1px solid #D7C7C7;
	z-index: 500;
	background-color: rgba(255, 255, 255, 0.9);
	cursor: default;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
}
.tagit.oposite {
	margin-left: -465px;

	-webkit-box-shadow: 0 0 2px 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
}
.tagit .tagit-content {
	position: relative;
	height: auto;
	overflow: hidden;
}
.tagit.confirm-booking .tagit-content {
	height: 0;
}

.tagit .tagit-content:after {
	content: "";
	display: block;
	clear: both;
}
.tagit h2 {
	margin: 0;
	padding: 0 5px;
	font-size: 2em;
	text-align: left;
}
.tagit .name
{
	position: relative;
	float: left; 
	width: 50%;
	padding: 5px; 
	font-size: 12pt; 
	font-weight:600;
	color: #252525;
	text-align: left;
}
.tagit .desc
{
	position: relative;
	float: right; 
	width: 50%;
	margin-bottom: 40px;
	padding: 5px;
	font-size: 10pt; 
	font-weight: 500;
	color: #252525;
	text-align: left;
}

.tagit .desc strong {
	font-weight: 700;
}

.tagit .button
{
	border: none;
	color: white;
	margin: 0;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;

	background-color: #252525;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.tagit .button:hover
{
	background-color: #ff2b00;
}

.tagit .tag-booking {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: calc(50% - 10px);
}

.tagit .booking-form {
	position: relative;
	overflow: hidden;
	height: 0;
}

.tagit.confirm-booking .booking-form {
	height: auto;
}

.tagit form {
	padding: 5px 5px 40px 5px;
}

.tagit form table {
	width: 100%;
}

.tagit form table input[type="text"] {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	font-size: 11pt; 
	padding: 3px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
	font-family: 'FuturaPT-Book';
} 
.tagit form table input[type="text"]:focus,
.tagit form table input[type="text"].focus {
	border: solid 1px #707070; 
}

.tagit .tag-back {
	display: block;
	position: absolute;
	bottom: 0;
	left: 5px;
	width: calc(50% - 10px);
	background-color: #999999;
}

.tagit .tag-back:hover {
	background-color: #666666;
}

.tagit .tag-send {
	display: block;
	position: absolute;
	bottom: 0;
	right: 5px;
	width: calc(50% - 10px);
}

.tagit .tag-send:hover {
	background-color: #008000;
}

#box
{
	position: absolute;
	/* border: 1px solid #F10303; */
	background-color: #F10303;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	
	-webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 30%;
    
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
	/* z-index: 1000; */
}

#popup, #success, #failed {
	z-index: 100; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	bottom: 0px; 
	right: 0px; 
	width: 100%; 
	height: 100%;
}

#popup #popupback, #success #popupback, #failed #popupback {
	position: fixed; 
	left: 0px; 
	top: 0px; 
	background-color: #808080; 
	opacity: 0.4; 
	filter:alpha(opacity=40); 
	width: 100%; 
	height: 100%;
} 

#success .thanks{
	background-color: #ffffff;
	padding: 10px; 
	position: fixed; 
	margin: auto;
	font-family: 'FuturaPT-Book';
	font-size: 11pt;
	width: 600px;
	padding:40px;
	top:40%;
	left:30%;
}

#success #exits{
	padding: 6px; 
	background-color: #1a1a1a; 
	color: white; 
	position:fixed;
	cursor:pointer;
	z-index:200;
	top:40%;
	left:73%;
	float:right;
}
#success #exits:hover{
	background-color: #ff2e00; 
}

.imgwrapper {
	overflow: hidden;
}

.style-image a {
	width: 100%;
	height: 220px !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.style-image a.hide {
	display: none;
}

@media only screen and (max-width: 1000px) {
	.imgwrapper {
		width: 100%;
		height: calc(100vh - 80px);
	}

	.imgwrapper #imgtag {
		width: 1000px;
	}
}

@media only screen and (max-width: 479px) {
	.tagit {
		width: calc(100vw - 20px);

		-webkit-box-shadow: 0 0 10px #999999;
		-moz-box-shadow: 0 0 10px #999999;
		box-shadow: 0 0 10px #999999;
	}
}
