@charset "utf-8";
body {
	background-color: #fff;
	margin: 0;
	padding-top: 0
}
.container {
	position: relative
}
.container-fluid {
	padding: 0!important
}
.center-text {
	text-align: center
}
.display-block {
	display: block
}
.float-left {
	float: left
}
.float-right {
	float: right
}
.float-none {
	float: none
}
.float-center {
	float: right;
	position: relative;
	right: -50%;
	text-align: left
}
.text-white {
	color: #FFF
}
.text-black {
	color: #000
}
.text-red {
	color: red
}
.font-light {
	font-weight: lighter
}
.text-right {
	text-align: right
}
.background-red {
	background-color: red
}
.no-side-margins {
	margin-left: 0;
	margin-right: 0
}
.wide {
	width: 100%
}
.wide-no-side-margins {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.wide-centered {
	width: 100%;
	text-align: center
}
.centered-no-margins {
	text-align: center;
	margin: 0
}
.padding-left {
	padding-left: 15px
}
.myheaderbg {
	padding: 10px;
	background: #507ebf;
	background: -moz-linear-gradient(top, #507ebf 0%, #21407c 100%);
	background: -webkit-linear-gradient(top, #507ebf 0%, #21407c 100%);
	background: linear-gradient(to bottom, #507ebf 0%, #21407c 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#507ebf', endColorstr='#21407c', GradientType=0)
}
.myheaderimg {
	/*background-color: #5c493e;
	background-image: url();*/
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover cover;
	margin: 0;
	overflow: hidden;
	vertical-align: top
}
.myheadtxt {
	color: #fff;
	font-size: 4em;
	line-height: 1.3em;
	margin-bottom: 575px;
	text-shadow: 0 4px 3px rgba(0,0,0,0.7), 0 2px 6px rgba(0,0,0,0.5), 0 5px 12px rgba(0,0,0,0.5)
}
.main-header-text {
	color: #fff;
	font-weight: 200!important
}
.main-header-text a {
	color: #FFA
}
.main-header-text-2 {
	color: #bcf
}
.header-background {
	/*background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
	background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
	background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);*/
	background-image: url(../FineArt/header2.png);
	width: 100%;
	margin-left: 0!important;
	margin-right: 0!important;
	background-size: cover;
}
.header-background-img {
	/*background-image: url(../FineArt/header2.png)*/
}
.logo-control {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.header-right {
	text-align: right;
	padding-right: 0!important
}
.header-address {
	float: right;
	margin-right: 0;
	text-align: right
}
.header-address-txt {
	font-weight: 600;
	font-size: 1.5vw;
	color: #000;
	background-color: none;
	padding: 10px;
	padding-bottom: 0;
	margin-top: -10px;
	margin-right: 20px;
}
.header-img-control {
	margin-right: 0;
	margin-left: 0
}
.header-nav-control {
	padding-right: 0;
	padding-left: 0
}
.navbar {
	border: 0 solid rgba(0,0,0,0);
	font-family: 'Duru Sans', sans-serif;
	font-weight: 500;
	min-height: 28px!important;
	z-index: 9999;
	text-align: center!important;
	border-radius: 0!important
}
.navbar-nav {
	float: none;
	text-align: center;
	margin: 0 -15px
}
.navbar-nav > li > a {
	font-size: 14px!important;
	letter-spacing: 1px;
	font-weight: light!important
}
.navbar-header {
	float: none
}
.navbar-inverse {
	background-color: #131313!important;
	background-position: left top;
	background-repeat: no-repeat;
	border-color: #0396d5;
	text-align: center!important;
	width: 100%
}
.navbar-inverse .navbar-nav > li > a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: light;
	font-size: 1.0 em
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #eee
}
.navbar-inverse .navbar-toggle {
	border-color: #FFF;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 30px
}
.navmenu, .navbar-offcanvas {
	width: 200px!important
}
.navbar .navbar-nav {
	display: inline-block;
	float: none
}
.navbar .navbar-collapse {
	text-align: center
}
.container > .navbar-header {
	margin-top: 6px
}
.nav > li {
	position: relative;
	display: block;
	border-radius: 0;
	margin: 2px;
	margin-top: 4px;
	padding: 0;
	background-color: #272727
}
.nav > li:hover {
	background-color: #373737
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #000;
	background-color: transparent
}
.nav-mobile-bg-img {
	background-image: url(../img/bg-accents/mobile-nav-bg-3.png)
}
.content-control {
	background-image: url(../img/bg-accents/big-links-bg-3.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.8)!important;
	border: 0 solid #fff;
	margin-top: 40px;
	padding-top: 15px;
	border-radius: 0;
	margin-bottom: 40px;
	border-top: 5px solid rgba(0,0,0,1.0);
	border-bottom: 5px solid rgba(0,0,0,1.0)
}
.panel {
	margin-left: 11%;
	margin-right: 11%;
	width: 78%
}
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 29px;
	height: 24px;
	display: inline-block;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 400;
	margin-right: 15px
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -24px
}
label.css-label {
	background-image: url(../images/checkbox-bg.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.span14 {
	margin-left: 15px!important
}
.form-control:focus {
	border-color: #000;
	outline: 0 none;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(0,0,0,0.6)
}
.btn-primary {
	border: 0
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	border: 0
}
.social-top-icons a {
	display: inline-block;
	width: 40px;
	height: 35px;
	cursor: pointer;
	background: none;
	border-radius: 2px;
	color: #FF0;
	font-size: 35px;
	text-align: center;
	line-height: 35px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-top: 60px;
	z-index: 9999
}
.bottom-large-links {
	background-image: url(../img/bg-accents/big-links-bg-4.png);
	width: 90%;
	text-align: center;
	border: 2px solid #ff0;
	padding: 0;
	margin: 20px
}
.bottom-large-links-txt {
	color: #000;
	font-size: 3em
}
.bottom-large-links-txt a {
	color: #000;
	text-decoration: none
}
.bottom-large-links-txt a:hover {
	color: #000;
	text-decoration: none
}
.static-link {
	color: #000;
	text-decoration: underline;
	font-weight: 700
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: 0
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}
.bottom-search {
	background-color: #040150!important;
	background-position: right top;
	background-repeat: no-repeat;
	text-align: center!important;
	padding: 25px;
	padding-top: 0;
	padding-bottom: 15px
}
.search-bottom-submit {
	background: #1e5799;
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
	border: 2px solid #0064c8;
	color: #FFF!important
}
.link-divider {
	color: #777
}
.footer-three-columns {
	background: #131313;
	background: -moz-linear-gradient(top, #131313 0%, #1c1c1c 21%, #2b2b2b 55%, #111 83%, #000 100%);
	background: -webkit-linear-gradient(top, #131313 0%, #1c1c1c 21%, #2b2b2b 55%, #111 83%, #000 100%);
	background: linear-gradient(to bottom, #131313 0%, #1c1c1c 21%, #2b2b2b 55%, #111 83%, #000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#000000', GradientType=0);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;
	padding: 5px 50px;
	padding-bottom: 0;
	margin-bottom: 0
}
.my-copyright {
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	background: #2c2c2c;
	background: -moz-linear-gradient(top, #2c2c2c 0%, #474747 22%, #666 49%, #595959 75%, #4c4c4c 100%);
	background: -webkit-linear-gradient(top, #2c2c2c 0%, #474747 22%, #666 49%, #595959 75%, #4c4c4c 100%);
	background: linear-gradient(to bottom, #2c2c2c 0%, #474747 22%, #666 49%, #595959 75%, #4c4c4c 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#4c4c4c', GradientType=0);
	padding-bottom: 3px
}
.footer-three-columns .footer-left, .footer-three-columns .footer-center, .footer-three-columns .footer-right {
	display: inline-block;
	vertical-align: top
}
.footer-three-columns .footer-left {
	width: 45%
}
.footer-three-columns h3 {
	color: #fff;
	font: normal 46px;
	font-size: 2em;
	margin: 0
}
.footer-three-columns h3 span {
	color: #fff
}
.footer-three-columns .footer-links {
	color: #FF0;
	margin: 20px 0 12px;
	padding: 0;
	font-size: 12px
}
.footer-three-columns .footer-links a {
	display: inline-block;
	line-height: 1.8;
	font-size: 1.2em;
	text-decoration: none;
	color: inherit
}
.footer-three-columns .footer-company-name {
	color: #8f9296;
	font-size: 14px;
	font-weight: 400;
	margin: 0
}
.footer-three-columns .footer-center {
	width: 50%
}
.footer-three-columns .footer-center i {
	background-color: #000;
	color: #FF0;
	font-size: 20px;
	width: 38px;
	height: 38px;
	border-radius: 2px;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle
}
.footer-three-columns .footer-center i.fa-envelope {
	font-size: 17px;
	line-height: 38px
}
.footer-three-columns .footer-center p {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	margin: 0;
	font-size: 16px;
}
.footer-three-columns .footer-center p span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 2
}
.footer-three-columns .footer-center p a {
	color: #FF0;
	text-decoration: none
}
.footer-three-columns .footer-right {
	width: 20%
}
.footer-three-columns .footer-company-about {
	line-height: 20px;
	color: #69b3ee;
	font-size: 13px;
	font-weight: 400;
	margin: 0
}
.footer-three-columns .footer-company-about span {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px
}
.footer-three-columns .footer-icons {
	margin-top: 25px
}
.footer-three-columns .footer-icons a {
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: #69b3ee;
	border-radius: 2px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px
}
.footer-disclaimer {
	font-size: 14px;
	color: #777!important
}
.frmstyle {
	padding-left: 50px
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 99999;
	border-radius: 3px;
	padding: 10px;
	text-shadow: none;
	background: #FF0;
	color: #000;
}

@media (max-width: 1440px) {
.content-control {
	width: 100%!important;
	margin-left: 0
}
}

@media only screen and (max-width: 1240px) {
.navbar .navbar-nav {
	display: inline;
	text-align: left;
	float: none
}
.navbar .navbar-collapse {
	padding: 0!important
}
.frmstyle {
	padding-left: 30px
}
}

@media (max-width: 1240px) {
.navbar-header {
	float: none
}
.navbar-left, .navbar-right {
	float: none!important
}
.navbar-toggle {
	display: block
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 0 0 rgba(255,255,255,0.1)
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}
.navbar-collapse.collapse {
	display: none!important
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px
}
.navbar-nav>li {
	float: none
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px
}
.collapse.in {
	display: block!important
}

}

@media only screen and (max-width: 1200px) {
.myheadtxt {
	font-size: 2.5em;
	letter-spacing: 0;
	margin-bottom: 425px
}
.myheaderimg {
	background-size: 125% auto
}
}

@media only screen and (max-width: 1024px) {
.myheaderimg {
	background-size: 135% auto
}
}

@media (max-width: 1000px) {
.bottom-search {
	padding-top: 10px
}
}

@media only screen and (max-width: 992px) {
.myheadtxt {
	margin-bottom: 325px
}
.myheaderimg {
	background-size: 150% auto
}
.frmstyle {
	padding-left: 15px
}
}

@media (max-width: 979px) {
.content-control {
	width: 93%!important;
	margin-left: 15px;
	margin-right: auto;
	margin-top: 180px
}
}

@media (max-width: 880px) {
.footer-three-columns {
	font: bold 14px sans-serif
}
.footer-three-columns .footer-left {
	display: block;
	width: 100%;
	margin-bottom: 0;
	text-align: center
}
.footer-three-columns .footer-center, .footer-three-columns .footer-right {
	display: block;
	width: 100%;
	margin-bottom: 0;
	text-align: left
}
.footer-three-columns .footer-center i {
	margin-left: 0
}
}

@media only screen and (max-width: 780px) {
.myheadtxt {
	font-size: 2em
}
}

@media (max-width: 770px) {
.content-control {
	width: 94%!important;
	margin-left: 25px
}
}

@media (min-width: 768px) {
.row {
	width: 100%
}
}

@media (max-width: 768px) {
.navbar {
	margin-bottom: 0!important
}
body {
	padding-top: 0!important
}
}

@media (max-width: 640px) {
.content-control {
	width: 95%!important;
	margin-left: 14px
}
.myheadtxt {
	font-size: 1.75em
}
.myheaderimg {
	background-size: 175% auto
}
.frmstyle {
	padding-left: 10px
}
}

@media (max-width: 480px) {
.content-control {
	width: 92%!important;
	margin-left: 18px;
	margin-top: 160px
}
.myheadtxt {
	font-size: 1.5em
}
.myheaderimg {
	background-size: 210% auto
}
}

@media (max-width: 440px) {
.content-control {
	margin-left: 16px
}
}

@media (max-width: 380px) {
.content-control {
	margin-left: 13px;
	margin-top: 140px
}
.myheaderimg {
	background-size: 250% auto
}
}

@media (max-width: 320px) {
.content-control {
	margin-top: 120px
}
}
.clean {
	clear: both
}
.dayContainer {
	float: left;
	line-height: 20px;
	margin-right: 8px;
	width: 120px;
	font-size: 11px;
	font-weight: 700
}
.colorBox {
	cursor: pointer;
	height: 25px;
	border: 2px solid #888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.colorBox.WorkingDayState {
	border: 2px solid #4E8059;
	background-color: #8ade8f
}
.colorBox.RestDayState {
	border: 2px solid #7a1c44;
	background-color: #de5962
}
.operationTime .mini-time {
	width: 40px;
	padding: 3px;
	font-size: 12px;
	font-weight: 400
}
.dayContainer .add-on {
	padding: 4px 2px
}
.colorBoxLabel {
	clear: both;
	font-size: 12px;
	font-weight: 700
}
.invisible {
	visibility: hidden
}
.operationTime {
	margin-top: 5px
}
.workingBusinssDay {
	border: 2px solid #462d6c;
	background-color: #563d7c
}
.dayOff {
	border: 2px solid #cd3804;
	background-color: #dd4814
}
.github-fork-ribbon {
	position: absolute;
	padding: 2px 0;
	background-color: #a00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.15)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.15));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.15));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.15));
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.15));
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.15));
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
	z-index: 9999;
	pointer-events: auto
}
.github-fork-ribbon a, .github-fork-ribbon a:hover {
	font: 700 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0,0,0,.5);
	text-align: center;
	width: 200px;
	line-height: 20px;
	display: inline-block;
	padding: 2px 0;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #fff;
	border-color: rgba(255,255,255,.7)
}
.github-fork-ribbon-wrapper {
	width: 150px;
	height: 150px;
	position: absolute;
	overflow: hidden;
	top: 0;
	z-index: 9999;
	pointer-events: none
}
.github-fork-ribbon-wrapper.fixed {
	position: fixed
}
.github-fork-ribbon-wrapper.left {
	left: 0
}
.github-fork-ribbon-wrapper.right {
	right: 0
}
.github-fork-ribbon-wrapper.left-bottom {
	position: fixed;
	top: inherit;
	bottom: 0;
	left: 0
}
.github-fork-ribbon-wrapper.right-bottom {
	position: fixed;
	top: inherit;
	bottom: 0;
	right: 0
}
.github-fork-ribbon-wrapper.right .github-fork-ribbon {
	top: 42px;
	right: -43px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.github-fork-ribbon-wrapper.left .github-fork-ribbon {
	top: 42px;
	left: -43px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.github-fork-ribbon-wrapper.left-bottom .github-fork-ribbon {
	top: 80px;
	left: -43px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.github-fork-ribbon-wrapper.right-bottom .github-fork-ribbon {
	top: 80px;
	right: -43px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	outline: 0;
	z-index: 10001;
	margin: 0
}
.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 11em
}
.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none
}
.ui-timepicker-duration {
	margin-left: 5px;
	color: #888
}
.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888
}
.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0
}
.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff;
	color: #000
}
.ui-timepicker-list .ui-timepicker-selected:hover, .ui-timepicker-list li:hover, li.ui-timepicker-selected {
	background: #1980EC;
	color: #fff
}
.ui-timepicker-list li:hover .ui-timepicker-duration, li.ui-timepicker-selected .ui-timepicker-duration {
	color: #ccc
}
.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default
}
.ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.custom-col h3 { font-size: 1.4em; }
	.MainPage h4 { font-size: 1.0em; }
	.copyright-links-text { font-size: 0.8em; }
	.copyright-text { font-size: 0.8em; }
    .cycle-slideshow { width: 100%; overflow: hidden;}
    .cycle-overlay { padding: 4px; font-size: 0.8em; width: 100%; left: 0%; }
    .cycle-caption { bottom: 10%; right: 0px; font-size: 1.6em; }
	.cycle-controller { max-width: 100%; height: auto; position: relative; overflow: hidden; }
	
	.free-listing-div { padding-top: 10px; }
	.enhanced-listing-div { padding-top: 10px; }
	.power-listing-div { padding-top: 10px; }
	.free-listing-sub { padding: 10px; margin-top: -20px; }
	.enhanced-listing-sub { padding: 10px; margin-top: -20px; }
	.power-listing-sub{ padding: 10px; margin-top: -20px; }
	.free-listing-sub-txt { font-size: 1.4em; }
	.enhanced-listing-sub-txt { font-size: 1.8em; }
	.power-listing-sub-txt { font-size: 1.8em; }
	.free-form-head { font-size: 1.6em; }
	.enhanced-form-head { font-size: 1.6em; }
	.power-form-head { font-size: 1.6em; }
	.list-form-submit { margin-top: 22px; width: 100%; }
	.power-listing-txt-h2 { font-size: 2.0em; }
	.enhanced-already-listed { margin-top: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
	.power-already-listed { margin-top: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; }	
	.item-head-control { font-size: 1.6em; }
	.item-desc-control { text-align: left; font-size: 1.0em; }
	.package-inc-control { font-size: 1.4em; }
	
	.logo-adjust {
		max-width: 220px;
		height: auto;
	}
	.search-mp-desc {
		font-size: 1.6em;
	}
	.search-mp-desc-2 {
		font-size: 1.2em;
	}
	.custom-col {
		width: 100%;
	}
}
