

@media (min-width: 640px) {
	@viewport {
		width: device-width;
	}
html { position: relative; background: #1A1A1A;
	margin: 0; padding: 0; min-width: 1040px; color: #FFFFFF; height: 100%; overflow: display; }
body {
	margin: 0 auto;
	padding: 0;
	width: 1040px;
	min-height: 100%;
	background: rgba(80,80,80,0.3);
	background-image: url(../images/layout/background_strip.png);
	background-repeat: repeat-y;
	background-position: left;
	box-shadow: 0 0 22px rgba(0,0,0,0.35);
	
}

div#page {
	width: 1040px;
	margin: 0;
	height: auto;
	font-size: 18px;
}


a { text-decoration: none; }
a { color: #; }
a:hover { color: #; }

/********* HEADER **********/

a.mhead { display: none; }
div#sidebar {
	position: relative;
	width: 295px;
	float: left;
	z-index: 1;
}

div#headimg {
	display: block;
	margin: 0 10px;
	width: 280px;
	height: 209px;
	background-image: url('../images/layout/gwaasmd.png');
	color: rgba(0,0,0,0);
}

div#headimg:after {
	content: "1.214.957.1910";
	display: block;
	height: 30px; 
	color: #FAFAFA; 
    margin: 180px 0 0 0;
    padding: 0 14px;
	font-size: 38px;
}

ul#mainmenu {
	position: relative;
	padding: 2px 0;
	margin: 30px 0 0 8px;
	display: block;
	width: 286px;
	text-align: left;
}

ul#mainmenu li { margin: 2px 10px; position: relative; display: block; }
ul#mainmenu li, ul#mainmenu li a { color: #FAFAFA; text-align: left; text-shadow: 1px 1px 1px #000;
					font-size: 21px; font-weight: bold; font-family: "Times New Roman"; }
ul#mainmenu li a:hover { color: #C0A03F; }
ul#mainmenu li a.selected { color: #C0A03F; }
ul#mainmenu li img { position: absolute; top: 7px; left: 5px; color: #fff; }

ul#mainmenu:before, ul#mainmenu:after {
	position: relative;
	display: block;
	margin: 5px;
	content: "";
	width: 270px;
	height: 19px;
	background-image: url('../images/layout/ornament.png');
	background-repeat: no-repeat;
}

/********* IMAGES **********/

img.full {
	margin: 0;
	width: 100%;
}
img.right {
	float: right;
	margin: 4px 0 0 10px;
	max-width: 300px;
}
img.team {
	width: 150px;
	float: right;
	margin: 8px 0 0 15px;
}
img.desig {
	height: 60px; float: left; margin-right: 10px;
}
img.desig2 {
	height: 60px; float: left; margin: 10px 10px 0 0;
}

/********* CONTNT **********/

div#cont:before {
	display: block;
	width: 745px;
	height: 255px;
	margin: -20px -20px 20px -20px;
	content: "";
	background-size: cover;
	background-position: center;
	background-image: url("../images/layout/propertyhead.jpg");
	box-shadow: inset 0  50px 50px -50px rgba(0,0,0,1), 
				inset 7px 0 9px -7px rgba(0,0,0,1), 
				inset 0 -50px 50px -50px rgba(0,0,0,1),
				inset 0  50px 50px -50px rgba(0,0,0,0.5), 
				inset 0 -50px 50px -50px rgba(0,0,0,0.5);
	z-index: 0;
}
div#cont { 
	position: relative;
	float: right;
	width: 705px;
	clear: none;
	padding: 20px;
	color: #FFFFFF;
}

a { color: #FFFFFF; }
p.ques { color: #FCC20C; font-size: 20px; }

.flr { float: right; }

h2 { font-size: 30px; margin: 10px 0; color:  #C0A03F; }
table.aadvantage h3 { margin: 5px 0; font-size: 24px; }
table.aadvantage { color: white; border-collapse: ; }
table.aadvantage th, table.aadvantage td { border: 1px solid rgba(255,255,255,0.1); padding: 2px 6px; }
table.aadvantage tr:nth-child(odd) td,table.aadvantage tr:nth-child(odd) th { background: rgba(0,0,0,0.18); padding: 2px 6px; }

.center { text-align: center; }

div#when { display: none; }
div#what { display: block; }
div#docs { display: none; }
div#foto { display: none; }
div#gmap { position: absolute; top: -10000px; }

#map_canvas {
	margin: 3px 0px;
	width: 705px;
	height: 430px;
	box-shadow: 0 0 8px black;
}

/********* PHOTOS **********/

div#foto > a div {
	display: block;
	float: left;
	width: 170px;
	height: 146px;
	margin: 3px;
	background: black;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/********* ALISTG **********/

div.alisting {
	position: relative;
	margin: 30px -16px;
	padding: 1px;
	width: 743px;
	height: 106px;
	background: #282828;
/*	box-shadow: 0  2px 2px -2px rgba(255,255,255,.2), 
				0 -2px 2px -2px rgba(255,255,255,.2);*/
	box-shadow: 10px 0 22px rgba(0,0,0,0.4);
	border: 0px solid rgba(255,255,255,0.1);
	border-width: 0px 0;
	font-weight: normal;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
	transition: all .2s;
}
div.alisting:hover { color: rgba(255,255,255,0.95);	box-shadow: 10px 0 22px rgba(0,0,0,0.75); }
div.alisting:hover div.img:after { background: rgba(0,0,0,0); }

div.img:after {
	display: block;
	width: 160px;
	height: 120px;
	background: rgba(0,0,0,0.25);
	z-index: 2;
	content: "";
	transition: all .2s;
}
div.img { float: left; width: 160px; height: 120px; margin: -7px 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 14px black;
	z-index: 1;
}
div.alisting h3 { margin: 12px; font-size: 22px; width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; }
div.alisting p { margin: 5px; }
div.alisting a { color: inherit; cursor: inherit; }

a.badge {
	position: absolute; bottom: 5px; right: 15px; text-align: right;
}
a.badge > img { height: 35px; }

/******* DOCUMENTS ******/

div#docs a {
	float: left;
	width: 330px;
	margin: 0 20px 20px 0;
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
}

div.file {
	padding: 6px 0;
	padding-left: 75px;
	transition: all .2s ease;
}
div.file:nth-child(even) { margin-right: 0; }
div.file:hover { box-shadow: 0 0 12px rgba(0,0,0,0.7); }
div.file > img {
	float: left;
	margin-left: -75px;
}
div.file > h3 {
	margin: 6px 0;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.file:hover > h3 { white-space: normal; backgorund: #222; font-size: 18px; }
div.file > p > span { display: inline-block; width: 38px; }
div.file > p {
	font-size: 14px;
	margin: 3px 0;
}

/******* TOOLTIP ******/

.tooltip{
    display: inline;
    position: relative;
}
.tooltip:after{
    background: #333;
    background: rgba(20,20,20,0.95);
    border-radius: 5px;
    border: solid;
    border-color: rgba(255,255,255,0.25);
    border-width: 1px;
    bottom: 26px;
    color: #FFF;
    content: attr(title);
    left: 0%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
	transition: all .6s;
	opacity: 0;
	visibility: hidden;
}
.tooltip:before{
    border: solid;
    border-color: rgba(255,255,255,0.25) transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 10%;
    position: absolute;
    z-index: 99;
	transition: opacity .6s;
	opacity: 0;
}
.tooltip:hover:after, .tooltip:hover:before { visibility: visible; opacity: 1; }

/******* FULL LISTING ******/

div.fulllisting {
	position: relative;
	margin: -275px -20px 35px -22px;
	padding: 1px;
	width: 745px;
	height: 400px;
	background: #2B2B2B;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
} 
div.fulllisting:hover + div.caption { opacity: 0; }
div.fulllisting + div.caption:hover { opacity: 1; }
div.caption h3:hover { opacity: 1; }
div.caption a:hover { opacity: 1; }
div.caption p:hover { opacity: 1; }
div.caption {
	color: #333;
	width: 707px;
	position: absolute;
	transition: all .5s; 
	background: rgba(255,255,255,0.65);
	padding: 15PX 20px;
	margin: -160px -20px 0 -22px; }
div.caption h3 { margin: 0; font-size: 26px; font-weight: bold; }
div.caption p { margin: 0; font-size: 18px; font-weight: bold; }
div.caption a { margin: 0; font-size: 18px; font-weight: bold; color: inherit; }

.auction_menu { margin: -20px -20px 0 -20px; padding: 0 20px; box-shadow: inset 0 -2px 2px rgba(0,0,0,0.5); white-space: nowrap; }
.auction_menu li {
	color: #AAA;
	list-style: none;
	display: inline-block;
	background: #282828;
	box-shadow: inset 0 -1px 3px rgba(0,0,0,0.5);
	padding: 3px 6px 5px 6px;
	padding: 4px 8px 5px 8px;
	margin: -4px 0px;
	width: 145px;
	height: 22px;
	font-size: 18px;
	text-overflow: ellipsis;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	white-space: nowrap; 
	transition: width .4s;
	cursor: pointer;
}
.auction_menu li:active {
	color: #EEE;
	margin-bottom: -5px; 
	box-shadow: none; 
	background: #222; 
	padding: 2px 5px 5px 5px; 
	padding: 4px 7px 5px 8px;
	border: 1px solid #222; 
	border-color: #222 #222 #292929 #222; 
	border-width: 1px 1px 1px 1px;
}

.auction_menu:hover li.active { width: 145px; }
.auction_menu li.active:hover, .auction_menu li:hover { width: 190px; }

.auction_menu li.active {
	color: #EEE;
	list-style: none;
	display: inline-block;
	background: #222; 
	box-shadow: none; 
	padding: 2px 5px 5px 5px; 
	padding: 4px 7px 5px 8px;
	margin-bottom: -5px;
	width: 190px;
	height: 22px;
	font-size: 18px;
	border-radius: 3px 3px 0 0;
	border: 1px solid #222; 
	border-color: #191919 #191919 #222 #191919; 
	border-width: 1px 1px 1px 1px;
	overflow: hidden;
	white-space: nowrap; 
	transition: width .4s;
	cursor: pointer;
}

div.content { position: relative; background: #222; margin: 0 -20px; padding: 20px; min-height: 411px; font-family: "Arial"; box-shadow: 0 2px 4px rgba(0,0,0,0.5); }

div.content ul li { font-size: 15px; }
div.content h2 {
	font-size: 26px;
}

div.schedule h3:first-child { margin: 0 0 4px 0; }
div.schedule h3 {
	font-size: 18px;
	margin: 12px 0 3px 20px;
	color:  #C0A03F;
}
div.schedule h2 {
	margin: 0;
}
div.schedule p {
	margin: 0 0 0 20px;
	font-size: 15px; }

hr {
	clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.25), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.25), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.25), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.25), rgba(255,255,255,0)); 
}
div.content hr:after { display: block; background: ; margin: 17px 0; width: 100%; height: 1px; content: ''; }
div.wysiwyg p { font-size: 15px; }
div.wysiwyg b { color: #C0A03F; }

/********* CONTACT **********/

div.contact {
	margin: 0 -20px 0 -20px; 
	width: calc(100%); 
	padding: 20px;
	background: rgba(0,0,0,0.2); 
	font-size: 1.2em;
}
div.contact_form {
	position: relative;
	margin: 0 -20px;
	width: 100%;
	padding: 20px;
	padding-top: 0;
	background: rgba(0,0,0,0.2);
	font-size: 1em;
}

div.contact_form > div > div {
	padding: 1px 3px;
}
div.contact_form > div > input[type="text"] {
	width: calc(100% - 10px);
	border: none;
	background: #555;
	padding: 1px 5px;
	color: white;
	font-size: 1em;
}

div.contact_form > div:nth-child(2) {
	float: left;
	width: 200px;
}
div.contact_form > div:nth-child(3) {
	float: left;
	width: 505px;
}

.send { padding: 1px 5px; background: rgba(208,193,153,0.6); border: 1px solid rgba(255,255,255,0.2); float: right; }

textarea {
	width: calc(100% - 10px);
	height: 200px;
	background: #555;
	border: none;
	padding: 1px 5px;
	color: white;
	font-size: 1em;
}
div.contact_form > div > input[type="text"]:focus, textarea:focus {
	background: white;
	color: black;
}
div.contact_form > div > input[type="text"], textarea {
	font-family: "Times New Roman";
	border: 1px solid #777;
	border-width: 1px;
}

/********* TEATRO **********/

div#theater {
	position:fixed !important;
	position:absolute;
	display: none;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100% !important;
	margin:0px;
	padding:15px;
	background: black;
}

/********* FOOTER **********/
footer {
	display: block;
	clear: both;
	width: 748px;
	font-size: 14px; 
	padding: 40px 0 30px 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.1); 
	text-align: center;
    margin: 0 0 0 292px;
    background: rgba(0,0,0,0.15);
}
#footer, #develtag, #trec { clear:both; }
#footer, #trec a { color: #B59534; text-decoration: none; }
#footer, #footer a { color: #B59534; margin-top: 5px; text-decoration: none; }
#develtag, #develtag a { color: #111111; margin-top: 5px; text-decoration: none; }

/**************** DESIGNATIONS ****************/

div#foot1 { margin:20px auto 15px auto; padding-left: 15px; width:610px; }
div#foot2 { margin:0 auto 20px auto; padding-left: 15px; width:390px; }

a.naa, a.ncaa, a.gppa, a.cai, a.taa, a.nar, a.gwaas { display:block; }
div#naa, div#ncaa, div#gppa, div#cai, div#taa, div#nar { float:left; }

a.naa, a.ncaa, a.gppa, a.cai, a.taa, a.nar, a.gwaas, div#naa, div#ncaa,
div#gppa, div#cai, div#taa, div#nar { height: 50px; }

a.naa, div#naa { width: 144px; padding: 0; }
a.ncaa, div#ncaa { width: 172px; padding: 0; }
a.cai, div#cai { width: 157px; padding: 0; }
a.taa, div#taa { width: 152px; padding: 0; }
a.nar, div#nar { width: 142px; padding: 0; }
a.gppa, div#gppa { width: 230px; height: 40px; padding: 0; }
div#gppa {  margin-top:5px; }
a.gwaas { height: 90px; width: 120px; }
div#gwaas { margin: 0px 0px 0px 10px; float: right; height: 150px; width: 200px; }

div#naa {background: url(../images/about/designations/NAAdark.png) top left no-repeat;}
div#ncaa {background: url(../images/about/designations/NCAAdark.png) top left no-repeat;}
div#gppa {background: url(../images/about/designations/GPPAdark.png) top left no-repeat;}
div#cai {background: url(../images/about/designations/CAIdark.png) top left no-repeat;}
div#taa {background: url(../images/about/designations/TAAdark.png) top left no-repeat;}
div#nar {background: url(../images/about/designations/Realtordark.png) top left no-repeat;}
div#gwaas {background: url(../images/about/logos/gwaas.png) top left no-repeat;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/**************** HOME SEARCH ****************/

.widget {width: 270px;margin-left: 13px;overflow:hidden;}
iframe#webcapturewidget {margin-left: -16px;margin-bottom: -7px;}
iframe#webcapturewidget + div {display:none;}
	div#cont ul#mainmenu { display: none; }
}
@media (max-width: 639px) {
	@viewport {
		width: device-width;
	}
html { position: relative; background: #333333;
	margin: 0; padding: 0; width: 100%; color: #FFFFFF; height: 100%; overflow: display; }
body {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.1);
}

div#page {
	position: relative;
	width: 100%;
	margin: 0;
	height: auto;
	font-size: 16px;
}

a { text-decoration: none; }
a { color: #; }
a:hover { color: #; }
hr {  }

.fancybox-close {
	right: 0 !important;
	top: 5px !important;
	width: 22px;
	height: 18px;
	background-size: cover;
}

/********* HEADER **********/

a.dummy { z-index: 1; display: block; width: 100%; max-width: 638px; padding-bottom: 14%; position: relative; background: rgba(255,0,0,0); }
a.mhead { box-sizing: border-box; position: fixed; width: 100%; z-index: 10; background: #2D2D2D; padding: 0 8px; }
a.mhead img { float: left; width: 54px; }
a.mhead h1 { float: left; width: calc(100% - 95px); text-align: center; font-size: 30px; line-height: 40px; margin: 0; }
a.mhead .mobilemenu { float: right; height: 40px; width: 40px; }
a.mhead .mobilemenu div { background: #CCCCCC; height: 5px; width: 100%; border-radius: 2px; margin: 6px 0 7px 0; }
a.mhead hr { margin: 0; }

div#sidebar {
	display: none;
}

ul#mainmenu {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	text-align: left;
}

ul#mainmenu li { margin: 0; position: relative; display: block; }
ul#mainmenu li a {
	display: block;
	color: #FAFAFA;
	text-align: left;
	border: 1px solid #222;
	background: rgba(255,255,255,0.1);
	padding: .1em .2em;
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Times New Roman"; }
ul#mainmenu li a:hover { color: #C0A03F; }
ul#mainmenu li a.selected { color: #C0A03F; }

/********* IMAGES **********/

img.right, ul > img.right, img.team, img {
	float: none;
	margin: 0;
	max-width: 100%;
}

img.team { max-width: 150px; }

img.desig {
	height: 60px; float: left; margin-right: 10px;
}
img.desig2 {
	height: 60px; float: left; margin: 10px 10px 0 0;
}
/********* CONTNT **********/

div#cont {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}

a { color: #FFFFFF; }
p.ques { color: #FCC20C; font-size: 20px; }

.flr { float: right; }

h2 { font-size: 1.6em; margin: 10px 0; color:  #C0A03F; }
table.aadvantage h3 { margin: .25em 0; font-size: 1.4em; }
table.aadvantage { color: white; border-collapse: collapse; }
table.aadvantage th, table.aadvantage td { padding: 2px 6px; }
table.aadvantage tr:nth-child(odd) td,table.aadvantage tr:nth-child(odd) th { background: rgba(0,0,0,0.18); padding: 2px 6px; }

.center { text-align: center; }

div#when { display: none; }
div#what { position: relative; display: block; padding-top: .6em; }
div#docs { display: block; }
div#foto { display: block; }
div#gmap { display: block; }

#map_canvas {
	margin: 3px 0px;
	width: 100%;
	height: 20em;
	box-shadow: 0 0 8px black;
}

/********* PHOTOS **********/

div#foto > a div {
	display: block;
	float: left;
	width: 24%;
	padding-bottom: 17%;
	margin: .5%;
	background: black;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/********* ALISTG **********/

div.alisting {
	position: relative;
	padding: 2px;
	margin-bottom: .5em;
	width: calc(100% - 4px);
	background: #282828;
	box-shadow: 0  2px 2px -2px rgba(255,255,255,.2), 
				0 -2px 2px -2px rgba(255,255,255,.2);
	border: 0px solid rgba(255,255,255,0.1);
	border-width: 0px 0;
	font-weight: normal;
	font-size: 14px;
	color: white;
	cursor: pointer;
}

div.img { 
	float: left;
	width: 7em;
	height: 5em;
	margin: 0 .2em 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
div.alisting h3 { margin: .25em 0; font-size: 1.2rem; min-width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; }
div.alisting p { margin: .2em; }
div.alisting a { color: inherit; cursor: inherit; }

#what a.badge {
	position: absolute;
	top: 10px !important;
	right: 12px;
}
.alisting a.badge { display: none; }

/******* DOCUMENTS ******/

div#docs a {
	width: 100%;
	margin: 0 0 .3em 0;
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
}

div.file {
	padding: .4em 0;
	padding-left: 75px;
	transition: all .2s ease;
}
div.file:nth-child(even) { margin-right: 0; }

div.file > img {
	float: left;
	margin-left: -75px;
}
div.file > h3 {
	margin: 6px 0;
	font-size: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.file > p > span { display: inline-block; width: 2.6em; }
div.file > p {
	font-size: .9em;
	margin: .2em 0;
}

/******* TOOLTIP ******/

.tooltip{ display: inline; }

/******* FULL LISTING ******/

div.fulllisting {
	position: relative;
	padding: 0;
	width: 100%;
	padding-bottom: 50%;
	background: #2B2B2B;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
div.caption {
	width: calc(100% - 1.2em);
	position: relative;
	transition: all .5s; 
	padding: .5em .6em;
	margin: 0; }
div.caption h3 { margin: 0; font-size: 1.4em; font-weight: bold; }
div.caption p { margin: 0; font-size: 1.1em; font-weight: bold; }
div.caption a { margin: 0; font-size: 1.1em; font-weight: bold; }

.auction_menu { display: none;  }

div.content { background: #222; font-family: "Arial"; }
div.content h2 {
	font-size: 1.4em;
}

div.schedule h3:first-child { margin: 0 0 .2em 0; }
div.schedule h3 {
	font-size: 1.1em;
	margin: .5em 0 .1em .6em;
	color:  #C0A03F;
}
div.schedule h2 {
	margin: 0;
}
div.schedule p {
	margin: 0 0 0 .6em;
	font-size: 1em; }

hr {
	clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.25), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.25), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.25), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.25), rgba(255,255,255,0)); 
}
div.content hr:after { display: block; background: ; margin: 1em 0; width: 100%; height: 1px; content: ''; }

.wysiwyg iframe {
	width: auto;
	max-width: 705px;
	min-width: 320px;
}
/********* CONTACT **********/

div.contact {
	margin: 0; 
	width: calc(100% - 20px); 
	padding: 10px; 
	background: rgba(0,0,0,0.2); 
	font-size: 1.2em;
}

div.contact_form {
	margin: 0;
	width: 100%;
	font-size: 1em;
}

input[type="text"] {
	width: calc(100% - 2px);
	background: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255,0.3);
	color: white;
}
textarea {
	width: calc(100% - 6px);
	height: 200px;
	background: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255,0.3);
	color: white;
}
input:focus, textarea:focus {
	background: white;
	color: black;
}

div#theater { display: none; }

/********* FOOTER **********/
footer {
	display: block;
	clear: both;
	font-size: 14px; 
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.1); 
	text-align: center;
}
#footer, #develtag {  }
#footer, #footer a { color: #B59534; text-decoration: none; }
#develtag, #develtag a { color: #111111; margin-top: 5px; text-decoration: none; }
	div#cont div#dmenu { display: none; }
}
if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false) {

}
