.main-header {
	padding: 0;
}
.inner-header{
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	max-width: 100%;
}
.header-content{
	padding: 0 15px;
}
.column-left{
	padding-top: 15px;
	padding-bottom: 15px;
}
.column-right{
	padding-top: 15px;
	padding-bottom: 15px;
}
.column-full{
	padding: 15px;
}
.reverse{
	float: right !important;
}

.footer-wrap{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

a{
	outline: 0;
	text-decoration: underline;
}
a:hover, ul a, a.fa, a.button{
	outline: 0 ! !important;
	text-decoration: none !important;
}
/*// paragraph //*/
p{
	text-indent: 25px;
	line-height: 2.00em;
}
p.short{
	line-height: 1.50em;
}
p .fa{
	text-indent: 0;
	padding: 0;
}
div.paragraph-format, div.p-div{
	text-indent: 25px;
	line-height: 2.00em;
}
p.no-indent, div.no-indent{
	text-indent: 0px;
}
.indent{
	text-indent: 15px;
}
/*// position //*/
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
/*// float //*/
.float-left{
	float: left !important;
}
.float-right{
	float: right !important;
}
.nav-float-right{
	float: right; 
}
.nav-float-left{
    float: left; 
}
.float-none{
	float: none !important;
}
.vertical-align {
    display: flex;
    align-items: center;
    margin: 0;
}
/*// clear //*/
.clear{
	clear: both;
}
.clear-right{
	clear: right;
}
.clear-left{
	clear: left;
}
.clear-none{
	clear: none;
}
/*// text //*/
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.normal{
	font-weight: normal;
}
.justify{
	text-align: justify;
}
.center{
	text-align: center;
	margin: auto;
}
.text-center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.lg-text{
	font-size: 1.25em;
}
.small-title{
	font-size: 1.25em
}
.sm-text, .small-text{
	font-size: 0.85em;
}
.xsm-text{
	font-size: 0.65em;
}
.text-xsm-ptc{
	font-size: 75%;
}
.text-sm-ptc{
	font-size: 80%;
}
.text-md-ptc{
	font-size: 90%;
}
.text-lg-ptc{
	font-size: 110%;
}
.text-xlg-ptc{
	font-size: 120%;
}
/*// margin & padding //*/
.margin-top-lg{
	margin-top: 25px;
}
.margin-bottom-lg{
	margin-bottom: 25px;
}
.margin-left-lg{
	margin-left: 25px;
}
.margin-right-lg{
	margin-right: 25px;
}
.margin-all-lg{
	margin: 25px;
}
.margin-top{
	margin-top: 15px;
}
.margin-bottom{
	margin-bottom: 15px;
}
.margin-bottom-sm{
	margin-bottom: 5px;
}
.margin-bottom-md{
	margin-bottom: 10px;
}
.margin-left{
	margin-left: 15px;
}
.margin-right{
	margin-right: 15px;
}
.margin-all{
	margin: 15px;
}
.margin-none{
	margin: 0;
}
.margin-auto-w{
	width: auto;
	margin: 0 auto;
}
.margin-auto{
	margin: 0 auto;
}
.padding-top{
	padding-top: 15px;
}
.padding-bottom{
	padding-bottom: 15px;
}
.padding-left{
	padding-left: 15px;
}
.padding-left-sm{
	padding-left: 10px;
}
.padding-left-xs{
	padding-left: 5px;
}
.padding-right{
	padding-right: 15px;
}
.padding-none{
	padding: 0;
}
.padding-all{
	padding: 15px;
}
.padding-all{
	padding: 15px;
}
.padding-sides{
	padding-right: 25px;
	padding-left: 25px;
}
.padding-y{
	padding: 0 5px;
}
.padding-sm{
	padding: 3px 0;
}
.padding-small{
	padding: 10px 0;
}
.padding-sm-all{
	padding: 5px;
}
.padding-top-sm{
	padding-top: 5px;
}
.padding-bottom-sm{
	padding-bottom: 5px;
}
.padding-bottom-md{
	padding-bottom: 10px;
}
ul.padded-list li{
	padding-bottom: 5px;
}
/*// display //*/
.display-inline-block, .display-inline-middle{
	display: inline-block;
	vertical-align: middle;
}
.display-inline-bottom{
	display: inline-block;
	vertical-align: bottom;
}
.inline-block{
	display: inline-block;
	margin: 10px;
	vertical-align: middle;
	text-align: center;
}
.display-block{
	display: block;
}
.display-none, .hide{
	display: none;
}
.page-header{
	width: 100%;
	margin-bottom: 15px;
}
/*// image //*/
img{
	display: block;
	max-width: 100%;
	height: auto;
}
p img{
	padding-top: 10px
}
img.center, .image-center{
	text-align: center;
	margin: 0 auto;
}
img.float-left, .image-left{
	padding: 10px 10px 0 0;
}
img.float-right, .image-right{
	padding: 10px 0 0 10px;
}
img.inline-block{
	margin: 0;
	padding: 0;
}
.img-tilt img{
	transform: rotate(-4deg);
}
.img-tilt-l img{
	transform: rotate(7deg);
}
.shadow-img img{
	box-shadow: 3px 2px 4px rgba(100, 100, 100, 0.68);
}
/*///// lists /////*/
ul.spacer, ol.spacer{
	line-height: 1.95em;
}
ul.spacer li, ol.spacer li{
	line-height: 1.95em;
}
.no-style{
	list-style: none;
	padding: 0 15px
}
.list-no-padding{
	padding: 0 15px
}
/*// colors //*/
.black{
	color: black;
}
.white{
	color: white;
}
.maroon{
	color: #A52A2A;
}
.gray{
	color: #a0a0a0;
}
.gray-lt{
	color: #ccc;
}
.red, .error, #inner-wrap a.error, .error-input, .sm-nav a.error{
	color: red;
}
/*.sm-nav a.error:hover{
color: red;
cursor: default;
}*/
.green, .success, #inner-wrap a.success{
	color: #008000;
}
.amber, .pending, .warning{
	color: #ffaa00;
}
.blue{
	color: blue;
}
.success-input{
	border-color: green;
}
a.black_link{
	color: #000000;
	font-weight: normal;
}
a:hover.black_link{
	text-decoration: underline;
}
.downloads a.text-link, .downloads a:hover.text-link{
	color: #000000 !important;
	text-decoration: none;
	/*font-weight: bold;*/
}
.disable{
	color: #ccc;
}
.disabled{
	color: #555;
	background: #ccc;
}
/*// font //*/
.lowercase, .text-transform{
	text-transform: lowercase;
}
.uppercase{
	text-transform: uppercase;
}
.capitalize{
	text-transform: capitalize;
}
.small-caps{
	font-variant: small-caps;
}
.underline{
	text-decoration: underline;
}
.no-underline, a.no-underline, a.no-underline:hover{
	text-decoration: none !important;
}
/*///// cursor /////*/
.pointer{
	cursor: pointer;
}
.move{
	cursor: move;
}
.arrow{
	cursor: default;
}
/*///// inputs /////*/
button, input, select, textarea{
	color: #000000;
	background-color: #ffffff;
}
input[type="checkbox"], input[type="radio"], input[type="radio"]:checked, .checkbox + .checkbox, .radio + .radio{
	padding: 0;
	margin: 0;
}
input[type="button"]:not([disabled]), input[type="submit"]:not([disabled]), input[type="reset"]:not([disabled]), button:not([disabled]), .button{
	cursor: pointer;
}
input[type="button"].sm-butt, input[type="submit"].sm-butt, input[type="reset"].sm-butt, button.sm-butt, .button.sm-butt{
}
input[type="text"], input[type="password"]{
	padding: 0 5px;
	color: #000000;
	background-color: #ffffff;
}
input[type="text"].input-normal, input[type="password"].input-normal{
	width: 450px;
	max-width: 100%;
}
input[type="text"].input-small, input[type="password"].input-small{
	width: 200px;
}
input[type="text"].tiny, input[type="password"].tiny{
	width: 45px;
}
input[type="text"].input-tiny, input[type="password"].input-tiny{
	width: 35px;
}
input[type="text"].input-money{
	width: 85px;
}
input[type="text"].input-money-sm{
	width: 65px;
}
/*///// borders /////*/
.border{
	margin: 15px;
	border: 1px solid #dbd1c8;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 25px;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.2);
}
.border-col-6{
	width: 48.333333333333%;
	margin: 7px;
	/*float: left;*/
	display: inline-block;
	border: 1px solid #dbd1c8;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 25px;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.2);
	vertical-align: top;
}
.border-sq{
	margin: 15px;
	border: 1px solid #dbd1c8;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 25px;
	box-shadow: none;
}
.border-bottom{
	border-bottom: 1px solid #dbd1c8;
}
.no-border{
	border: none;
	padding: 0;
}
hr.dash{
	margin: 0 25px;
	border: 0;
	border-bottom: 1px dashed;
}
hr.solid{
	margin: 0 25px;
	border: 0;
	border-bottom: 1px solid;
}
blockquote.small{
	padding: 0 5px;
}
blockquote{
	padding: 0 10px;
}
blockquote p, .blockquote{
	text-indent: 0;
	font-size: 20px;
}
.blockquote{
	border-left: 0;
	/*display: inline-block;*/
}
.blockquote:before{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	content: "\f10d";
	padding: 0 0.35em  0 0;
	font-size: 20px;
}
.blockquote:after{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	content: "\f10e";
	padding: 0  0 0 0.35em;
	font-size: 20px;
}
.blockquote.small, .blockquote.small:before, .blockquote.small:after{
	font-size: 17px;
}
/* social media icons */
.social-media-icon{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px !important;
}
.social-media-icon .fa{
	padding: 0 3px;
	font-size: 150%;
}
.social-media-icon .social-media-full.fa{
	padding: 0 5px;
	font-size: 90%;
}
/*// galleries //*/
.artist_gallery, .artist_gallery_title{
	max-width: 100%;
	display: inline-block;
	margin: 10px;
	border: none;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.artist_gallery a{
	text-decoration: none;
}
.gallery_label{
	max-width: 100%;
	text-align: center;
	padding-bottom: 5px;
	font-size: 0.75em;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.video_label{
	max-width: 100%;
	padding-bottom: 5px;
	font-size: 0.75em;
	font-weight: bold;
}
.word-break{
	 word-wrap: break-word;
}
.truncate{
	max-width: 88%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#gal_nav{
	text-align: center;
}
#gal_nav a, #gal_nav a:hover{
	text-decoration: none;
}
/*.w-50minus{
	width: 49%;;
}*/
.max-100{
	max-width: 100%;;
}
.width-full, .w-100, .bs-12{
	width: 100%;;
}
.w-90, .bs-11{
	width: 91.66666667%;
}
.w-80, .bs-10{
	margin:0;
	width: 83.33333333%;
}
.w-75, .bs-9{
	margin:0;
	width: 74%;
}
.w-65, .bs-8{
	margin:0;
	width: 65%;
}
.w-60, .bs-7{
	margin:0;
	width: 57.33333333%;
}
.w-50, .bs-6{
	margin:0;
	width: 49%;
}
.w-40, .bs-5{
	margin:0;
	width: 40.66666667%;
}
.w-33, .bs-4{
	margin:0;
	width: 32.33333333%;
}
.w-25, .bs-3{
	margin:0;
	width: 24%;
}
.w-15, .bs-2 {
	width: 15.66666667%;
}
.w-5, .bs-1 {
	width: 9.33333333%;
}
.bg-1_2 {
	width: 49.7777778%;
}
.bg-1_3 {
	width: 32.9999998%;
}
.bg-2_3 {
	width: 66.3333337%;
}
.bg-1_4 {
	width: 24.6666667%;
}
.bg-3_4 {
	width: 74.7777778%;
}
.bg-100 {
	width: 99%;
}
.bg-90 {
	width: 89%;
}
.bg-80 {
	width: 79%;
}
.bg-70 {
	width: 69%;
}
.bg-60 {
	width: 59%;
}
.bg-50 {
	width: 49%;
}
.bg-40 {
	width: 39%;
}
.bg-30 {
	width: 29%;
}
.bg-20 {
	width: 19%;
}
.bg-10 {
	width: 9%;
}
.width-1200{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.width-800{
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
.width-500{
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
.width-400{
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
}
.width-350{
	width: 350px;
	max-width: 100%;
	margin: 0 auto;
}
.width-375{
	width: 375px;
	max-width: 100%;
	margin: 0 auto;
}
.width-300{
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
}
.width-250{
	width: 250px;
	max-width: 100%;
	margin: 0 auto;
}
.width-200{
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
}
.largerWrap{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.largeWrap{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.mediumWrap{
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
.smallWrap{
	margin: 0 auto;
	max-width: 550px;
}
.smallerWrap{
	margin: 0 auto;
	max-width: 425px;
}
.event-wrap{
	margin: 15px;
	padding: 25px;
	box-shadow: none;
}
/*// kickstart grid //*/
.grid{
	max-width: 100%;
	margin: 0 auto;
}
img.grid{
	max-width: 100%;
	height: auto;
}
.grid.flex{
	width: 100%;
	max-width: 100%;
	padding: 0 2%;
	padding: 2em;
}
/*// inline page icons //*/
.icon-page.fa{
	display: inline;
}
/* big earth web link */
.bew{
	position: absolute;
	bottom: 5px;
	right: 9px;
}
/*// links //*/
.modal{
	color:#000000;
}
.modal a{
	text-decoration: none;
	color:#4b4b4b;
}
.modal a:hover{
	text-decoration: none;
	color:#000000;
}
.user{
	padding-top: 4px;
}
.list-style-none{
	list-style: none;
}
.word-break{
	word-wrap: break-word;
}
.vid-img, .vid-youtube{
	max-width: 320px;
}
.gal-data{
	padding-left: 10px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch{
	display: none;
}
.container-fluid{
	max-width: 1200px;
	margin: 0 auto;
}
ul.message_list{
	list-style: none;
}
.limited{
    max-width: 15.0em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#map_wrapper{
    width: 800px;
    max-width: 100%;
    height: 400px;
    margin: 0 auto;
    padding: 0;
}
#map_wrapper.map-contact{
    height: 275px;
}
.direction-form{
    width: 800px;
    max-width: 100%;
    margin: 15px auto;
}
#addressMap{
    width: 100%;
    height: 100%;
}
.info_content .title{
	display: block;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
}
/* links */
.info_content a{
	color: #D23600;
	font-weight: bold;
	text-decoration: none;
}
.info_content a:hover{
	color: #000000;
}
#here{
	width: 450px;
	max-width: 100%;
}
button.btn_class,
a.btn.btn_class,
a.button.btn_class,
input[type=submit].btn_class,
input[type=reset].btn_class,
input[type=button].btn_class{
	border: 1px solid;
}
button:focus,
.btn:focus,
a.button:focus{
	border: 1px solid;
}
button.btn_class,
a.btn.btn_class,
a.button.btn_class,
input[type=submit].btn_class,
input[type=reset].btn_class,
input[type=button].btn_class{
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

button.btn_class:hover,
a.btn.btn_class:hover,
a.button.btn_class:hover,
input[type=submit].btn_class:hover,
input[type=reset].btn_class:hover,
input[type=button].btn_class:hover{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#colorbox button:hover{
	/*color: inherit !important;*/
	background-color: transparent !important;
	border-color: transparent ;
}
#cboxContent{
	margin: 35px 0 45px 0;
	padding: 25px 15px 15px 15px;
}
#cboxTitle{
	max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#cboxCurrent{
	position: absolute;
	bottom: -35px;
	left: 50%;
	font-size: .95em;
}
#cboxClose{
	width: 40px;
	height: 40px;
	top: -53px;
	right: 35px;
	z-index: 99999;
	text-indent: 0;
	background: none;
}
#cboxClose:before{
	content: "\f057"; /* f00d(no bg) , f057(bg) */
	font-family: FontAwesome;
	font-size: 40px;
	position: absolute;
}
#cboxPrevious{
	width: 40px;
	height: 40px;
	bottom: -15px;
	left: 0;
	z-index: 99999;
	text-indent: 0;
	background: none;
}
#cboxPrevious:before{
	content: "\f053"; /* f053(cevron), f060(arrow), f0d9(caret), f057(angle), f0a8(arrow circle), f190(arrow circle-0) */
	font-family: FontAwesome;
	font-size: 40px;
	position: absolute;
}
#cboxNext{
	width: 40px;
	height: 40px;
	bottom: -15px;
	right: 30px;
	z-index: 99999;
	text-indent: 0;
	background: none;
}
#cboxNext:before{
	content: "\f054"; /*  f054(cevron), f061(arrow), f0da(caret), f058(angle), f0a9(arrow circle), f191(arrow circle-0) */
	font-family: FontAwesome;
	font-size: 40px;
	position: absolute;
}
.loadingGraphic-gallery{
	width: 50px;
	height: 50px;
	margin: 10px auto 0 auto;
	font-size: 40px;
	overflow: hidden;
}
#plUL li{
	font-weight: bold;
}
.progress{
	position: relative;
	width: 100%;
	padding: 1px;
	border-radius: 3px;
}
.bar{
	width: 0%;
	height: 20px;
	border-radius: 3px;
	background-color: #00aaff !important;
}
.percent{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 48%;
}
.test-border{
	border: 1px solid red;
}
@media screen and (max-width: 768px) {
  .vertical-align {
    display: block;
    align-items: baseline;
    padding: 15px;} }