/*
font-family: 'Quattrocento', serif;
font-family: 'Playfair Display', serif;
font-family: 'Cormorant Garamond', serif;	
font-family: 'Cinzel', serif;
*/
html{
    height: 100%;
    box-sizing: border-box;
    padding:0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
html,
body {
	position: relative;
	margin: 0;
	min-height: 100%;
    color:#666!important;
	font-family: 'Quicksand', sans-serif!important;
	padding-right:0!important;
	padding-left:0!important;
    font-size:1.1em!important;
}
.popupLable {
	font-weight:bold;
	font-size:12pt;
	margin-bottom:8px;
	color:#888;
}
.popupMessageForm textarea {
	width:100%!important;
	height:200px!important;
	font-size:11pt!important;
	margin:0px 0 12px 0!important;
}
.popupMessageForm input{
	width:100%!important;
	font-size:11pt!important;
	margin-bottom:12px!important;
}
.popupTitle {
	position:relative;
	display:block;
	margin-bottom:20px;
	font-size:16pt;
	color:#AAA;
	font-weight:bold;
	text-align:center;
}
.popupBody {
	position:relative;
	display:block;
	font-size:10pt;
	text-align:center;
}
.galleryArea {
	margin-top:30px;
}
#ooNoteTextArea {
	width:100%;
	max-width:450px;
	height:300px;
}
.btnPicClose {
	top:5px;
	left:50%;
	margin-left:-15px;
}
.orderArt {
	position:relative;
	display:inline-block;
	max-width:400px;
	width:100%;
}
.orderPicPlaceholder {
	max-width:200px;
	width:100%;
	border:10px solid #BAA;
	box-shadow:5px 5px 10px #444;
}
.btnPicGen {
	position:absolute;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:rgba(250,250,250,0.3);
	text-align:center;
	cursor:pointer;
	visibility:hidden;
	z-index:99999;
}
.btnPicGen:hover {
	opacity:0.5;
}
.popupPhoto {
	cursor:pointer;
}
.popupPhoto:hover ~ .btnPicGen {
	visibility:visible;
}
#blowUpDiv {
	padding-bottom:50px;
	background-color:#000;
}
.btnPicBack {
	top:50%;
	left:10px;
	margin-top:-15px;
}
.btnPicNext {
	top:50%;
	right:10px;
	margin-top:-15px;
}
.myPhotoPopupPhoto {
	position:fixed;
	text-align:center;
	left:0;
	top:0;	
	right:0;
	bottom:0;
	z-index:99999;
	/*display:none;*/
}
.myPhotoPopupPhoto img{
	top:30px;
	position:relative;
	margin:0 auto 0 auto;
	height:calc(100%);	
	transition: transform .5s;
 	transform: scale(0);
}
.previewImageDel {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-50px;
	width:100px;
	height:100px;;
	background-color:rgba(255,0,0,0.6);
	text-align:center;
	font-size:50pt;
	border-radius:50%;
	color:#FFF;
	cursor:pointer;
	display:none;
}
/*
.myPhotoPopupPhoto img{
	top:30px;
	border:10px solid #FFF;
	box-shadow:5px 5px 10px #999;
	position:relative;
	margin:0 auto 0 auto;
	height:calc(100%);	
	transition: transform .5s;
 	transform: scale(0);
}
*/
.myPhotoSetsThumbName {
	position:absolute;
	bottom:-50px;
	height:40px;
	font-size:9pt;
	text-align:center;
	width:100%;
}
.myPhotoSetsThumbBox {
	position:relative;
	display:inline-block;
	width:auto;
	height:150px;
	margin:10px;
}
.myPhotoSetsThumbImage {
	height:150px;
	width:auto;	
	cursor:pointer;
	box-shadow:3px 3px 6px #CCC;
}
.myPhotoSetsThumbImage:hover {
	opacity:0.65;
}

#wrapper {
/*   padding-top:64px; */
}
/*
.orderMsgDate {
	position:absolute;
	top:-20px;
	left:-1px;
	color:#AAA;
	font-size:9pt;
	text-align:right;
	border: 1px solid #DDD;
	border-width: 1px 1px 0 1px;
	background-color:#FFF;
	padding:2px 5px 0 5px;
	border-radius:10px 10px 0 0;
	background-color:#FCFCFC;
}
*/
.orderMsgDate {
	position:absolute;
	bottom:0;
	left:0;
	color:#AAA;
	font-size:9pt;
	text-align:left;
	padding:0 0 5px 10px;
}
.orderMsgTitle {
	position:relative;
	display:block;
	font-size:12pt;
	width:calc(100% - 40px);
	color:#333;
	font-weight:bold;
	cursor:pointer;
}
.orderMsgTitle:hover {
	color:#AAA;
}
.orderMsgOpen {
	position:absolute;
	right:0px;
	bottom:0;
	width:30px;
	height:30px;
	cursor:pointer;
}
.orderMsgOpenDn {
	background:url(../images/general/arr-dn.png) no-repeat center center;
}
.orderMsgOpenUp {
	background:url(../images/general/arr-up.png) no-repeat center center;
}

.orderMsgBody {
	position:relative;
	display:block;
	margin-top:10px;
	font-size:12pt;
	color:#333;	
	display:none;
}
.orderMsgBlock {
	background-color:#FCFCFC;
	position:relative;
	display:block;
	box-shadow:2px 2px 6px #DDD;
	font-size:12pt;
	color:#333;
	margin-bottom:20px;
	padding:10px 10px 30px 10px;
	border:none;
	border-radius:0 5px 5px 5px;	
}
.smallNote {
	margin:20px 0 0 0;
	font-size:9pt;
}
.formTitle2 {
	font-size:0.6em;
	font-weight:bold;
	margin:5px 0 5px 0;
}
.pageBox {
	border:1px solid #EEE;
	padding:30px;
	border-radius:5px;
	background-color:#FCFCFC;
}
.hid {
	display:none;
}
.hidden {
	display:none;
}
.userHome {
	font-family: 'Quicksand', sans-serif!important;
	margin-top:20px;
	font-size:14px;
	font-weight:bold;
}
.orderHistoryID {
	position:relative;
	display:inline-block;
	float:right;
	text-align:right;
	line-height:36px;
}
.orderHistory {
	position:relative;
	display:inline-block;
	margin:0 10px 10px 0;
	width:200px;
	height:270px;
	border:1px solid #CCC;
	border-radius:8px;
	padding:10px;
	background-color:#F5F5F5;
	box-shadow:5px 5px 5px #CCC;
	
}
.orderHistory img {
	height:200px;
	width:auto;
	vertical-align:top;
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	
}
.test {
	border:1px dashed #00F;
}
.orderPic {
	text-align:right;
}
.orderHistoryControl {
	position:absolute;
	bottom:10px;
	width:calc(100% - 20px);
}
.tick2 {
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
    margin-left:10px;
	background:url(../images/general/tick2.png) no-repeat center;
}
.warn2 {
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
    margin-left:10px;
	background:url(../images/general/warn2.png) no-repeat center;
}
.orderBlock {
	position:relative;
	display:inline-block;
	max-width:480px;
	margin-top:20px;
	width:100%;
	vertical-align:top;
}
.orderBlockL {
	max-width:460px;
}
.orderBlockR {
	max-width:500px;
}
.btnOrderDate {
	position:relative;
	display:inline-block;
	float:left;
	font-size:11pt;
}
.btnOrderMessage {
	position:relative;
	display:inline-block;
	float:right;
	margin-left:20px;
	width:16px;
	height:16px;
	background:no-repeat center center;
	cursor:pointer;
}
.btnOrderMessage:hover {
	opacity:0.5;
}
/*
.orderMessageBtn {
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	margin:3px;
	border:1px solid #F00;
	background:no-repeat center center;
	border-radius:50%;
}
.orderMessageBtnDel {
	background-image:url(../images/btn9/btn9delete.png);
}
.orderMessageBtnCancel {
	background-image:url(../images/btn9/btn9delete.png);
}
*/
.orderMessageControlBar {
	position:relative;
	display:block;
	width:100%;
	margin-bottom:8px;
}
.btnOrderMessageDn {	
	background-image:url(../images/btn9/btn9dn.png);
}
.btnOrderMessageUp {	
	background-image:url(../images/btn9/btn9up.png);
}
.btnOrderMessageDelete {	
	background-image:url(../images/btn9/btn9delete.png);
}
.btnOrderMessageEdit {	
	background-image:url(../images/btn9/btn9edit.png);	
}
.orderMessageBody {
	display:none;
	font-size:11pt;
}
.orderMessageSubject{
	font-weight:bold;
	font-size:11pt;
	margin-bottom:8px;
}
.orderMessageItem {
	border-top:1px solid #DDD;
	padding:5px 0 10px 0;
	margin:10px 0 0 0;
}
.orderBox {
	position:relative;
	display:block;
	margin:10px;
	font-size:16px;
	border-bottom:2px solid #CCC;
	padding:20px;
	height:400px;
}
.orderBoxList {
	position:relative;
	display:block;
	margin:10px;
	font-size:16px;
	border:1px solid #CCC;
	border-radius:8px;
	padding:10px;
}
.boxClick{
	cursor:pointer;
	
}
.boxClick:hover {
	box-shadow: 4px 4px 5px #DDD;
	background-color:#FAFAFA;
}
.orderBoxRow {
	position:relative;
	display:block;
	width:100%;
	margin-bottom:5px;
}
.orderItemLable {
	position:relative;
	display:inline-block;
	width:180px;
	font-weight:bold;
}
.orderBoxValue {
	position:relative;
	display:inline-block;
}
.orderBoxItem {
	position:relative;
	display:inline-block;
	line-height:36px;
}
/*
.orderBoxDate {
	position:relative;
	display:inline-block;
}
.orderBoxStatus {
	position:relative;
	display:inline-block;
}
*/
.orderBoxDivider {
	position:relative;
	display:inline-block;
	margin-left:10px;
	padding-right:10px;
}
.orderBoxName {
	position:relative;
	font-weight:bold;
	display:block;
	margin-top:10px;
}
.currency::before {
    content:"\00A3";
	float:left;
	color:#CCC;
	padding-right:5px;
}
.currency {
   text-align:right;
   width:100%;
}
li {
    margin-bottom:1em;
    line-height: inherit;
}
.link1 {
	padding-left:20px;
	background:url(../images/general/arr-r.png)  no-repeat left center;
	color:#6666DD!important;
}
.link1:hover{
	color:#9999FF!important;
}
.btnMainNav {
    position: relative;
    display: inline-block;
	width:160px;
	text-align:center;
    margin:0 10px 0 10px;
    padding:20px;
    background-color: #E9E9DE;
    box-shadow:4px 4px 12px;
    cursor:pointer;
    font-size:0.8em;
	font-weight:bold;
    color:#600;
    border-radius:5px;    
}
.btnMainNav:hover {
    background-color: #F9F9EE;
}
.mainNavBar {
	position:relative;
	display:block;
	width:100%;
	text-align:center;     
	margin:20px 0 20px 0;
}
.arrBack {
	position:relative;
	display:inline-block;
	float:left;
	margin:0 10px 0 10px;
	font-size:10pt;
	font-weight:normal;
	background:url(../images/general/arr-back2.png) no-repeat left center;
	padding-left:20px;
	line-height:29px;
	color:#797070!important;
}
.hotoPageMenuBar {
	position:relative;
	display:block;
	height:40px;
}
.more {
	position:relative;
	display:block;
	float:right;
	margin-right:20px;
	clear:both;
	font-size:0.7em;
	font-style:italic;
	color:#AAA;
}
.more:hover {
    color:#222;
}
.invisible {
	visibility:hidden;
}
.photoNav {
	position:relative;
	display:inline-block;
	border:1px solid #555; 
	height:40px;
	margin:5px;
	width:100px;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius: 20px 20px 20px 20px;	
	z-index:100;
}
.photoNav:hover {
	background-color:rgba(255,255,255,0.2);
}
.photoNavR {
	background-image:url(../images/btn7/btn7right.png);
}
.photoNavL {
	background-image:url(../images/btn7/btn7left.png);
}
.photoPageMenuBar {
    position:relative;
	display:block;
	text-align:center;
    width:100%;
    height:50px;
	margin-bottom:10px;
}
.photoPageNumber {
	text-align:center;
	position:relative;
	display:inline-block;
	width:120px;
	height:50px;
}
.btnPhotoPageMenu {
    position:absolute;
	left:8px;
	top:0;
	width:50px;
	height:50px;
	background:url(../images/btn6/btn6menu.png) center center no-repeat;
}

.photoPageNo {
	position:absolute;
	line-height:50px;
	left:calc(50% - 50px);
	width:100px;
	text-align:center;
	color:#AAA;
}
.photoGalleryPageNo {
	position:absolute;
	left:calc(50% - 50px);
	width:100px;
	text-align:center;
	color:#AAA;
}
.photoGalleryControls {
	position:relative;
	display:block;
	padding:2px;
	width:calc(100%-40px);
	margin:10px;
	line-height:50px;
	color:#CCC;
	border:1px inset #555;
	background-color:#111;
	border-radius:30px;	
}
.btn6menu {
	float:right;
	margin-right:10px;
}
.btn6menuImage {
	background:url(../images/btn6/btn6menu.png) center center no-repeat;
}
.btn6back {
	float:left;
}
.btn6next {
	float:right;	
}
.btn6image {	
	position:absolute;
	width:44px;
	height:44px;
	opacity:0.6;
}
.btn6image:hover{	
	opacity:1;
}
.btn6nextImage {
	background:url(../images/btn6/btn6right.png) center center no-repeat;
}
.btn6backImage {
	background:url(../images/btn6/btn6left.png) center center no-repeat;
}

.btn6 {	
	position:relative;
	display:inline-block;
	width:50px;
	height:50px;
	border:3px inset #333;
	line-height:45px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgb(30, 30, 30);
	background: -moz-linear-gradient(226deg, rgb(40, 40, 40) 30%, rgb(0, 0, 2) 92%);
	background: -webkit-linear-gradient(226deg, rgb(40, 40, 40) 30%, rgb(0, 0, 2) 92%);
	background: -o-linear-gradient(226deg, rgb(40, 40, 40) 30%, rgb(0, 0, 2) 92%);
	background: -ms-linear-gradient(226deg, rgb(40, 40, 40) 30%, rgb(0, 0, 2) 92%);
	background: linear-gradient(136deg, rgb(40, 40, 40) 30%, rgb(0, 0, 2) 92%);
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
	border-radius:50%;
}

.photoSetCount {
	position:absolute;
	bottom:-8px;
	text-align:center;
	width:100%;
	font-size:14pt;
	color:#999;
}
.pix {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;	
	max-width:800px;
	max-height:800px;
}
.picBox {
	position:relative;
	display:block;
	margin:30px auto 20px auto!important;
	text-align:center;
	max-width:800px;
	height:100%;
	border:1px solid #FF0;
}
/*
@media screen and (max-width: 860px) {
	.pagePhoto {
		min-height:100%;
	}
}
*/
@media screen and (max-width: 859px) {
	.pix {
		width:calc(100% - 40px);
	}
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.tick1 {
	position:relative;
	display:block;
	margin:15px auto 15px auto;
	width:50px;
	height:50px;
	background:url(../images/general/tick1.png) no-repeat center;
}
.messageBoxMessage {
	width:100%;
	text-align:center;
	margin:20px 0 20px 0;
	font-size:12pt;
	color:#797A8E;
}
.messageBoxTitle1 {
	font-weight:bold;
	font-size:14pt;
	color:#446;
	width:100%;
	text-align:center;
	margin:10px auto 10px auto;
}
.menuLogo {
	position:fixed;
	left:8px;
	top:5px;
	z-index:999999;
/*	pointer-events:none!important;*/
}
.menuLogo:hover {
/*	background-color:inherit;*/
	opacity:0.5;
}
.controlBottomBar {
    position:relative;
    display:block;
    margin:20px 0 10px 0;
    width:100%;
}
.artForSalePrice {
	position:relative;
	display:block;
	width:100%;
	font-size:12pt;
	margin-top:3px;
	color:#FFF;
}
.artForSaleColumn {
	vertical-align:top;
	position:relative;
	display:inline-block;
	width:calc(50% - 10px);
	min-height:500px;
	padding:10px;
}
.artForSaleBuyImage {
	position:relative;
	display:block;
	width:100%;
	max-width:500px;
	height:auto;
}
.artForSaleSize {
	position:relative;
	display:block;
	font-size:9pt;
	width:100%;
	font-weight:normal;
}
.artForSaleDetails {
	position:absolute;
	bottom:5px;
	left:-3px;
	height:50px;
	right:-3px;
	bottom:-55px;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:#FFF;
	background-color:#000;
	border-radius:7px;
	border:3px outset #CCC;
	cursor:pointer;
}
.artForSaleDetails:hover {
	background-color:#353535;
}
.artForSaleThumbBox {
	position:relative;
	display:inline-block;
	padding:10px;
	margin:5px 5px 70px 5px;
	width:160px;
	height:160px;
	background-color:#000;
	vertical-align:middle;
	border:3px outset #CCC;
	border-radius:7px;
	text-align:center;
	box-shadow:2px 2px 9px #888;
}
.artThumbBox {
	position:relative;
	float:left;
	display:inline-block;
	height:140px;
	margin:0 20px 20px 0;
}
.artThumb {
	position:relative;
	display:inline-block;
	width:auto;
	height:100%;
	box-shadow:2px 2px 5px #888;
	cursor:pointer;
}
.artThumb:hover {
	opacity:0.65;
}
.menuPhoto {
    position:relative;
    display:inline-block;
    width:160px;
    height:180px;
    margin:10px;;
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    border:10px solid #EFEFF4;
    border-bottom-width:30px;
}
.menuAnim, .menuPhoto, .gelleryPhoto {
    -webkit-animation: bummer 1s;
    animation: bummer 1s;
    -webkit-transform: scale(0.7,0.7); 
    transform: scale(0.7,0.7);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; 
}
@-webkit-keyframes bummer {
    100% {
        -webkit-transform: scale(1,1); 
        box-shadow:0px 0px 8px #666;
    }
}
@keyframes bummer {
    100% {
        transform: scale(1,1); 
	box-shadow:0px 0px 8px #666;
    }
}
.menuPhotoText {
	position:absolute;
	bottom:-30px;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:10pt;
	color:#444;
}
.menuPhoto:hover {
	opacity:0.6;
}
.menuPhotoNature {
	background-image:url(../images/menu_photo/menu_photo_nature.jpg);
}
.menuPhotoWedding {
	background-image:url(../images/menu_photo/menu_photo_wedding.jpg);
}
.menuPhotoGraduation {
	background-image:url(../images/menu_photo/menu_photo_graduation.jpg);
}
.menuPhotoPortrait {
	background-image:url(../images/menu_photo/menu_photo_portrait.jpg);
}
.menuPhotoStillLife {
	background-image:url(../images/menu_photo/menu_photo_stilllife.jpg);
}
.menuPhotoEditing {
	background-image:url(../images/menu_photo/menu_photo_editing.jpg);
}
.menuPhotoEditing:hover {
	background-image:url(../images/menu_photo/menu_photo_editing2.jpg);
	opacity:1.0!important;
}
.menuPhotoHumor {
	background-image:url(../images/menu_photo/menu_photo_humor.jpg);
}
.menuArt {
	position:relative;
	display:inline-block;
	width:120px;
	height:140px;
	margin:0px auto 10px auto;
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.menuArt:hover {
	opacity:0.6;
}
.menuArtBiro {
	background-image:url(../images/menu_art/menu_art_biro.jpg);
}
.menuArtOil {
	background-image:url(../images/menu_art/menu_art_oil.jpg);
}
.menuArtPencil {
	background-image:url(../images/menu_art/menu_art_pencil.jpg);
}
.menuArtInk {
	background-image:url(../images/menu_art/menu_art_ink.jpg);
}
.menuArtPastel {
	background-image:url(../images/menu_art/menu_art_pastel.jpg);
}
.menuArtCharcoal {
	background-image:url(../images/menu_art/menu_art_charcoal.jpg);
}
.menuArtAll {
	background-image:url(../images/menu_art/menu_art_all.jpg);
}
.menuArtCaricature {
	background-image:url(../images/menu_art/menu_art_caricature.jpg);
}
.menuArtColourPencil {
	background-image:url(../images/menu_art/menu_art_colourpencil.jpg);
}
.pageMenuWrapper {
	position:relative;
	display:inline-block;
	text-align:center;
	min-width:140px!important;
}
/* PHOTOS */
.gelleryPhoto {
    position:relative;
    display:inline-block;
    width:180px;
    height:180px;
    margin:10px;
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    border:10px solid #000;
	background-color:#000;
	box-shadow: 0 0 20px #333;
	border-radius:7px;
}
.thumbBox {
	position:relative;
	display:inline-block;
	padding:10px;
	margin:5px;
	width:104px;
	height:104px;
	background-color:#000;
	vertical-align:middle;
	border:3px outset #CCC;
	border-radius:7px;
	text-align:center;
	box-shadow:2px 2px 9px #888;
}
.artPic {
	width:100%;
	height:100%;
	object-fit:contain;
	cursor:pointer;
}
.artForSaleThumbPic {
	max-width:130px;
	max-height:130px;
	object-fit:contain;
	cursor:pointer;
	border:2px inset #CCC;
}
.pic {
	width:100%;
	height:100%;
	object-fit:contain;
	cursor:pointer;
}
.thumbBox:hover {
	cursor:pointer;
	opacity:0.6;
}
#thumbsArea {
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	text-align:center;
}
#fullscreenArea {
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:#000000;
	padding:20px;
	z-index:91000;
	display:none;
}
.btnExitFullscreen {
	position:fixed;
	top:0;
	height:50px;
	background-color:rgba(255,255,255,0.5);
	line-height:20px;
	font-size:10pt;
	color:#FFF;
	text-align:center;
	width:70px;
	left:50%;
	margin-left:-35px;
	cursor:pointer;
	z-index:91010!important;
	border-radius:0 0 20px 20px;
}
.btnExitFullscreen:hover {
    color:#FFF;
    background-color:rgba(0,0,0,0.7);
}
.btnImageArrow {
    position:fixed;
    top:50%;
    height:100%;
    background-color:rgba(0,0,0,0);
    width:50%;
    height:100%;
    cursor:pointer;
    z-index:91010;
    background-repeat:no-repeat;
}
.btnImageArrow:hover {
    background-color: rgba(255,255,255,0.2);
}
.btnImageNextArrow {
        width:100px;
        height:140px;
	border-radius:70px 0 0 70px;
	background: url(../images/btn5/arr_r.png) center right 2px no-repeat;
	right:0;
}
.btnImageBackArrow {
        width:100px;
        height:140px;
	border-radius:0 70px 70px 0;
	left:0;
	background: url(../images/btn5/arr_l.png) center left 2px no-repeat;
}
/*****/

.menuLogout, 
.menuLogin {
	position:absolute;
	top:10px;
	right:10px;
	width:40px;
	height:40px;
	border-radius:50%;
	cursor:pointer;
}
@media screen and (max-width: 830px) {
    .menuLogout, 
    .menuLogin {
        right:54px;
        z-index:8000;
    }		
}
.menuLogout {
    background:url(../images/general/sign2.png) no-repeat center center #D5D090;
}
.menuLogin {
    background:url(../images/general/sign1.png) no-repeat center center #C4BFBF;
}
.menuLogin:hover {
    background-color:#D7D3D3; 
}
.submenuTitle {
	
}
/* BARS */
.submenuBar {
	position:relative;
	display:block;
	background-color:#EFEFEF;
	border-bottom:0px solid #DDD;
	height:30px;
}
/*
.submenuBarItem {
	position:relative;
	display:inline-block;
	float:left;
	margin:0 10px 0 10px;
	font:'Playfair Display', serif;
	font-size:10pt;
	font-weight:normal;
	background:url(../images/general/arr_l2.png) no-repeat left center;
	padding-left:15px;
	line-height:30px;
	color:#878FB4;
	cursor:pointer;
	z-index:100;
}
*/
.bar1 {
    position:relative;
    display:block;
    border-bottom:3px solid #AFAFC4;
    padding:20px 0 5px 0px;
    color:#AFAFC4;
		font-size:16pt;
    margin: 10px 0 10px 0;
    
}
.tblAccount {
	border-collapse:collapse;
}
.tblAccount td {
	padding:5px 20px 5px 0;
	
}
.tblAccount tr td:first-child{
	font-weight:bold;
	
}
/* SITEMAP */
.colSiteMap {
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:300px;
    margin-bottom:20px;
}
.colSiteMap a:hover {
	color:#CBB8D8;
}
.subMenuRightItem {
	float:right;
	font-size:14px;
	line-height:30px;
	margin-right:10px;
}
.subMenuDivider {
	position:relative;
	display:inline-block;
	border-left:1px groove #FFF;
	padding-right:5px;
	height:22px;
	margin-top:3px;
	float:right;
}
.subMenuName:hover {
	text-decoration:underline;
}
.smlHead {
	position:relative;
	display:inline-block;
	height:40px;
	padding-left:10px;
}
.sml1 {
    position:relative;
    display:block;
    margin:0 0 5px 0;
    padding-left:10px;
    border-left:5px solid #9B88A8;
    font-weight:bold;
}
.sml1 a:first-child {
    padding-left:14px;
    text-transform:uppercase;
}
.sml2 {
    position:relative;
    display:block;
    padding-left:6px;	
    margin:0 0 5px 14px;
    border-left:5px solid #CBB8D8;
    font-weight:normal;
}
.sml2a {
    position:relative;
    display:block;
    padding-left:10px;	
    margin:0 0 5px 30px;
    border-left:5px solid #CBB8D8;
    font-weight:normal;
}
.sml3 {
    padding-left:10px;	
    margin:0 0 5px 10px;
    border-left:5px solid #9B88A8;
    font-weight:normal;
}
.sml1Lines,
.sml2Lines,
.sml3Lines {
    position:absolute;
    height:30px;
    border:1px dashed #CBB8D8;
    border-width: 0 0 1px 0;
}
.sml2Lines {
    margin:-16px 0 0 -35px;
    width:25px;	
}
.sml3Lines {
    margin:-16px 0 0 -35px;
    width:20px;	
}
/********/
a:hover {
        cursor:pointer;
}

#mainBody {
	padding-bottom:20px;
}
h1, h2, h3 {
	color:#999!important;
}
h1 {
    font-size:2em!important;
	font-weight:700!important;
}
h2 {
    font-size:1.8em!important;
	font-weight:700!important;
}
h3 {
    font-size:1.4em!important;
	font-weight:700!important;
}
.hh2 {
	position:relative;
	display:block;
	margin:20px 0 10px 0;
	font-weight:bold;
	font-size:20pt;
	color:#999;
}
.tbl1 {
	border-collapse:collapse;
}
.tbl1 td {
	text-align:left;
	padding:2px 10px 2px 0;
}
.btn2pic {
	position:relative;
	display:inline-block;
	height:50px;
	width:50px;
	margin:5px;
	border-radius:50%;
}
#captcha {
        max-width:120px!important;
}
#messageForm {
        max-width:300px;
}
.mypic1 {
        width:52px;
        height:52px;
        background-image:url(../images/btn2/small_pic.jpg);
        border-radius:50%;
}
.contactInfo1,
.contactInfo2,
.contactInfo3 {
        position:relative;
        display:inline-block;
        vertical-align:top;
        width:calc(100% / 3 - 10px);
        margin-bottom:20px;
}
.map {
        position:relative;
        display:inline-block;
        margin:20px 0 20px 0;
        vertical-align:top;
        float:right;
        max-width:500px;
        width:100%;
        height:400px;
}
.mapFull {
        position:relative;
        display:block;
        margin:20px auto 20px auto;
        width:100%;
        height:400px;
}
.headerLine1 {
    position:relative;
    display:block;
    font-size:2em;
    color:#633;
    line-height:1.4em;
}
.headerLine2 {
    position:relative;
    display:block;
    font-size:1.4em;
    color:#633;
    line-height:1.2em;
}
.headerLine3 {
    position:relative;
    display:block;
    font-size:1em;
    color:#633;
    margin-top:10px;    
}

@media screen and (max-width: 800px) {

	.submenuBar {
		height:50px;
		padding-top:10px;
	}

	html,
	body {
		font-size:1em!important;
	}
	h1 {
		font-size:1.8em!important;
	}
	h2 {
		font-size:1.6em!important;
	}
	h3 {
		font-size:1.4em!important;
	}
	.headerLine1 {
	    font-size:2em;
	}
	.headerLine2 {
	    font-size:1.6em;
	}
	.headerLine3 {
	    font-size:1.4em;
	}
}
.menuBlock {
	position:relative;
	display:block;
	width:100%;
	z-index:90000;
}
/*TABLES */
.tbl2 {
        width:100%;
        max-width:500px;
        border-collapse:collapse;
        margin-top:20px;
}
.tbl2 td {
        padding:5px 0 5px 0;	
}
/* PAGE */
.pageContainer {
        position:relative;
}
.pageFullImage {
	position:relative;
	display:block;
	width:100%;
}
.overImage {
        position:absolute;
        top:0;
        width:100%;
}
.page, 
.pageMenu, 
.pagePhoto, 
.pageFull {
	position:relative;
	display:block;
	clear:both;
	width:100%;
	height:100%;
	min-height:600px;
}
.pageMenu {
	text-align:center;
}
.tblOrders {
	border-collapse:collapse;
	width:calc(100% - 20px);
	margin:0 10px 0 10px;
}
.tblOrders th {
	background-color:#DCC;
}
.tblOrders td, 
.tblOrders th {
	border:1px solid #CCC;
	padding:4px 10px 4px 10px;
}
.formLable {
	position:relative;
	display:inline-block;
	width:180px;
	font-weight:bold;
	margin: 10px 0 5px 0;
}
.formRow {
	width:100%;
	display:block;
	position:relative;
	margin-bottom:10px;
}
.formField {
	position:relative;
	display:inline-block;
	min-width:300px;	
}
.formError {
	color:#E00;
	margin:4px 0 4px 0;
	font-size:14px;
	display:none;
}
.pagePhoto {
	text-align:center;
	min-height:1000px!important;
	padding:0 0 40px 0;
/*	padding-bottom:0px;*/
}
.page, .page1 {
	position:relative;
	display:block;
	min-height:400px;
	width:100%;
	height:100%;
/*	font-size:11pt;*/
}
.page {
	padding:20px;
}
.page1 {
	padding:30px;
}
.page2 {
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	width:100%;
	max-width:1000px;
	padding-bottom:30px;
	min-height:600px;
}
.page3 {
	padding:0 20px 20px 20px;
}
.page4 {
	padding:0 20px 20px 20px;
}

/* TABLE */
.tblBlock {
	max-width:300px;
	margin:0 auto 0 auto;
}
.tbl2Block, .tbl3Block  {
	position:relative;
	display:block;
	max-width:600px;
	margin:0 auto 20px auto;
	width:100%;
}
.tbl3Block {
	position:relative;
	display:block;
	display:none;
}
.tbl4 {
	border-collapse:collapse;
}
.tbl4 td{
	padding:5px 20px 5px 0;
}
.tbl4 tr td:first-child {
	font-weight:bold;
}
.tblArtPrices, 
.tblPhotoPrices, 
.tblArtPrices2 {
	position:relative;
	font-size:11pt!important;
	color:#777;
	border-collapse:collapse;
	margin:0 auto 0 auto;
	max-width:600px;
	border: 1px solid #EFE5E5;
	font-size:11pt!important;
}
.tblPhotoPrices {
	width:100%!important;
    max-width:260px;
	margin:0 auto 20px auto!important;
}
.tblArtPrices td, 
.tblPhotoPrices td,
.tblArtPrices2 td,
.tblArtPrices th, 
.tblPhotoPrices th,
.tblArtPrices2 th {
	padding:10px;
	border: 1px solid #EFE5E5;
	text-align:center;
}
.tblArtPrices th, 
.tblPhotoPrices th,
.tblArtPrices2 th {
	background-color:#F9F9EF;
}
.tblArtPrices2 td {
	font-size:11pt!important;
}
.taL {
	text-align:left!important;
}
.taC {
    text-align:center!important;
}
.bcol1, .bcol2 {
	font-weight:bold;
	text-align:center;
}
.bcol1 {
	font-size:11pt;
}
.bcol2 {
	font-size:14pt;
	padding:5px 0 5px 0;
}
.tblCol1 {
	text-align:left!important;
	font-weight:bold!important;
}
.brd1 {
	border-bottom:1px solid #FAA;	
}
.formBox1 {
	position:relative;
	display:block;
	margin:30px auto 30px auto;
	border:1px solid #CCF;
	max-width:360px;
	width:100%;
	border-radius:5px;
	background-color:#FFF7F7;
	box-shadow:0px 0px 20px #88C;
	z-index:90001!important;
	padding:20px 30px 20px 30px;
}
.formError, .formError2 {
	position:relative;
	background-color:#EE0000;
	color:#C00;
	line-height:22px;
	height:24px;
	padding:0 10px 0 30px;
	border-radius:3px;
	font-size:12px;
	background:url(../images/general/warn2.png) no-repeat left 3px center;
}
.formError {
	display:none;
}
.formError2 {
	display:block;
	visibility:hidden;
}

/* POPUP */
.popupHelpWrapper {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.popupHelp  {
    position: absolute;
    max-width:360px;
    width:300px;
    display:none;
    background-color:#E7E7C4;
    color: #004;
    padding: 10px 10px 20px 10px;
    border-radius: 6px;
    font-size:10pt;
    line-height:20px;
    text-align:left;
    z-index: 1;
    cursor:pointer;
    box-shadow:5px 5px 10px #444;
}
.popupHelp2  {
    position: absolute;
    left:50%;
    width:300px;
    margin-left:-150px;
    display: none;
    background-color: #E7E7C4;
    color: #004;
    padding: 10px 10px 20px 10px;
    border-radius: 6px;
    font-size: 10pt;
    line-height: 20px;
    text-align: left;
    z-index: 1;
    cursor: pointer;
    box-shadow: 5px 5px 10px #444;
}
.popupCloseMessge {
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
	text-align:center;
	font-size:9pt;
	color:#988;
}
#popupPage {
	position:absolute;
	top:-700px;
	left:50%;
	width:400px;
	margin:-300px 0 0 -200px;
	z-index:90010;
}
.popupClose {
	top:-600px!important;;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-ms-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}
.popupOpen {
	top:300px!important;
	margin-top:0;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-ms-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}

.popupMenuText {
        margin-left:5px;
        padding:5px 15px 5px 15px;
        border-radius:25px;
}
.popupMenuText:hover {
        background-color:#FC0;
}
.messageBoxBody {
	font-size:11pt;
	margin:30px 0 30px 0;
	text-align:center;
}
.popupMenu {
        position:absolute;
        width:320px;
        left:50%;
        top:10px;
        display:none;
        padding:20px;
        box-shadow:3px 3px 10px #333;
        background:#FFFFF5;	
        background:	url(../images/bg/shade4.jpg) repeat;	
        margin-left:-150px;
        z-index:3000;
        border-radius:5px;
        font-size:14px;
        color:#000;
}
/* FONTS */
.lbl {
	font-size:14pt!important;
	font-weight:bold;
}
.lbl1 {
        font-weight:bold;
}
.lbl2 {
        position:relative;
        display:block!important;
        margin:10px 0 5px 0!important;
}
.lbl3 {
        text-align:left!important;
}
.mt1 {
        margin-top:5px;
}
.mb1 {
        margin-bottom:20px;
}
.galleryCategoryTitle {
	position: relative;
	display: block;
	line-height: 40px;
	font-size: 0.9em;
	color: #505048;
    text-transform: uppercase;
	font-weight: bold;
}
.pageImage {
    position:relative;
    display: block;
    margin:0 auto 0 auto;
}
.pageImageL {
    position:relative;
	display:inline;
	float:left;
    margin:0 20px 20px 0;
}
.pageImageR {
    position:relative;
	display:inline;
	float:left;
    margin:0 20px 20px 0;
}
.padtop1 {
    padding-top:10px;
}
.pageTitle {
    position:relative;
    display:block;
    width:100%;
    margin-bottom:20px;
}
.h1, h2, h3 {
	margin-bottom:30px!important;
}
.pageTitleBlock, 
.pageTitleBlock2, 
.pageTitleBlock2,
.pageTitleBlock3 {
    position:relative;
    display:block;
    width:100%;
    padding:30px 0 30px 0;
    color:#999595;
}
.block5 {
    position:relative;
    display:block;
	width:100%;
	margin-top:20px;
}
.pageTitleBlock {
    background-color:#FFFFFF;
    color:#BBAAAA;
}

.pageTitleBlock2 {
    color:#AAA;
    background-color:#222;
}
.pageTitleBlock3 {
    color:#FFF;
	background-image: linear-gradient(to bottom, #909086, #A9A6A6);
}

.pageH1, 
.pageH2, 
.pageH3 {
    position:relative;
    display:block;
    width:100%;
    line-height:40px;
    text-align:center;
}
.pageH1 {       
    font-size:36pt;
}
.pageH2 {
    font-size:26pt;
}
.pageH3 {
	font-size:20pt;
}
.pageTitleHome {
        position:relative;
        margin-top:90px;
        display:block;
        width:100%;
        line-height:26px;
        text-align:center;
        color:#777F94;
        font-size:1.6em;
        
}
/* MESSAGE */
.messageBoxTitle1 {
        font-weight:bold;
        font-size:14pt;
        color:#446;
        width:100%;
        text-align:center;
        margin:10px auto 10px auto;
}
.messageBoxText {
        font-weight:normal;
        font-size:12pt;
        color:#333;
}
#messageSuccess {
        padding:30px;
        background-color:#EEF;
        text-align:center;
        width:300px;
        margin:0 auto 0 auto;
        display:none;
}
.tick1 {
        position:relative;
        display:block;
        margin:15px auto 15px auto;
        width:50px;
        height:50px;
        background:url(../images/general/tick1.png) no-repeat center;
}
/* INPUTS */
.tblForm {
}
.tblForm td {
    padding:0 20px 10px 0;
    vertical-align:text-top;
}
.tblForm th {
    padding:5px;
}
.inputBlock {
    position:relative;
    display:block;
    margin-bottom:10px;
}
.input1, .input2, select {
    width:100%;
    max-width:300px!important;	   	
    margin:0!important;
    padding:5px 10px 5px 10px!important;
    color:#000!important;
	min-height:40px;
	border-radius:5px;
	font-size:11pt;
	border:1px solid #CCC;
}

/*
.input2 {
    padding:15px 10px 15px 10px!important;
    width:100%!important;
    margin-bottom:15px!important;
}
*/
#uploadedPhotos {
	position:relative;
	width:100%;
	display:block;
}
.inputCkb {
    position:relative!important; 
    display:inline-block!important;
    height:30px!important;
    width:30px!important;
}
/* BLOCKS */
.clear {
    clear:both;
}
.previewImage {
	position:relative;
	display:inline-block;
	width:140px;
	height:140px;
	border:1px solid #CCC;
	margin:2px;
	background:no-repeat center center #FFF;
	background-size:contain;
}
.previewImage:hover {
	opacity:0.6;
}
#preview {
    position: relative;
    padding-bottom:45px;
    margin: 0;
    padding:0;
    overflow: hidden;
    border: 1px solid #CCC;
    width:300px;
    height:300px;
}
.preview {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.photoPreview {
    position:relative;
    display:inline-block;
    padding:5px;
    cursor:pointer;
    width:200px;
    height:200px;
    object-fit: contain;
    float:left;
    margin-bottom:20px;
    cursor:pointer;
    padding-bottom:30px;
    border:1px solid #F00;
}
.photoPreview:hover {
    opacity:0.6;
}
.controlBar8 {
    position:relative;
    display:block;
	width:100%;
	height:50px;
}
.controlBar4 {
    position:relative;
    display:block;
	margin:30px auto 0 auto;
	padding:20px;
	max-width:600px;
}
.controlBarT1 {
    position:relative;
    display:block;
	margin-bottom:30px;
	width:100%;
}
.controlBarT2 {
    position:relative;
    display:block;
	margin-top:20px;
	width:100%;
}
.controlBarT3 {
    position:relative;
    display:block;
	margin-top:20px;
	text-align:center;
	width:100%;
}
.controlBarB1 {
    position:relative;
    display:inline-block;
    margin-top:30px;
    text-align:center;
}
.controlBar5 {
    position:relative;
    display:block;
    margin:30px 0 0 0 ;
}
.btnInvoiceNote {
	background:no-repeat left center;
	padding-left:40px!important;
	background:url(../images/btn8/btn8note.png) no-repeat left 10px center;
} 
.btnDownload {
	background:no-repeat left center;
	padding-left:40px!important;
	background:url(../images/btn8/btn8download.png) no-repeat left 10px center;
} 
.btnEmail {
	background:no-repeat left center;
	padding-left:42px!important;
	background:url(../images/btn8/btn8email.png) no-repeat left 10px center;
}
.controlBarB2 {
    position:relative;
    display:inline-block;
    margin-top:10px;
    height:20px;
    text-align:left;
}
.controlBarB3 {
    position:relative;
    display:block;
    margin-top:10px;
    height:20px;
	width:100%;
	border-top:1px solid #CCC;
	padding:5px 10px 10px 10px;
}
.controlBar3 {
    position: relative;
    display: block;
    margin-top: 30px;
    width: 100%;
    text-align: left;
}
.resBlock1 {
    float:left;
    width:calc(100% / 2 - 10px);	
    margin-bottom:20px;
}
.imageUpload {
    position:relative;
    display:block;
    min-width:100px;
    min-height:100px;
    width:100%;
    height:100%;
    max-width:300px;
    max-height:300px;
    border:1px dashed #CCC;
    margin-bottom:20px;
}
.block1 {
    position:relative;
    display:block;
    margin:10px 0 10px 0;
    text-align:center;	
}
.block2 {
    position:relative;
    display:block;
    margin:10px 0 10px 0;
}
.block3 {
    margin-bottom:20px;
}
.block4 {
    position:relative;
    display:block;
    margin-top:30px;
}
input[type=checkbox] {
	width:30px!important;;
	height:30px!important;;
	margin: 0 20px 0 0!important;
}
.blockMid-1 {
    max-width:500px;
    width:100%;
    margin:0 auto 30px auto;
}
.blockMid {
    position:relative;
    display:block;
    text-align:center;
    width:100%;
    margin:10px 0 10px 0;
}
.gapB1 {
	margin-bottom:30px;
}
.blockText {
    position:relative;
    display:block;
    margin:20px 0 20px 0;
    text-align:left;
}
/* MARGINS */
.gapR1 {
    margin-right:20px;
}
.gapR2 {
    margin-right:10px;
}
.menuBar {
    position:relative;
    width:620px;
    margin:0 auto 0 auto;
    display:block;
    text-align:center;
    padding:6px 0 10px 0;
    height:60px;
}
.titleImage1 {
	position:absolute;
	bottom:0;
	width:170px;
	height:100px;
	right:0px;
	background-image:url(../images/general/brushes.png);
}
.titleImage2 {
	position:absolute;
	bottom:15px;
	width:90px;
	height:100px;
	left:0;
	background-image:url(../images/general/beauty.png);
}
.footInfoBar {
	position:relative;
	display:block;
	width:100%;
	background-color:#F8F8F0;
	text-align:center;
	padding:4px 0 0 0 ;
/*
	box-shadow: inset 1px 4px 19px -6px;
	border-bottom:1px solid #EFE9D3;
*/
}
/* CAPTIONS */
.caption1 {
	position:relative;
	display:block;
	line-height:40px;
	text-align:center;
	font-size:12pt;
	color:#888;
}
.tableTitle1 {
	position:relative;
	display:block;
	line-height:60px;
	text-align:center;
	font-size:16pt;
	color:#888;
}
a:link,
a:visited {
	color:inherit;	
}
a:hover {
	text-decoration:none!important;
}	
.popup {
	position:absolute;
	top:0;
	margin:180px 0 0 -150px;
	left:50%;
	width:300px;
	padding:20px 20px 30px 20px;
	border:1px solid #999;
	box-shadow:5px 5px 20px #555;
	background-color:#FFFFCC;
	min-height:100px;	
	font-size:10pt;
	line-height:20px;
	color:#433;
	border-radius:10px;
	z-index:99999!important;
	display:none;
	cursor:pointer;
}
#popup:hover #popupCloseMessge   {
    color:#0000FF;
    font-weight:bold;
    font-size:11pt;
}
/* BUTTON */
.popupInfo {
    position:relative;
    display:inline-block;
    height:30px;
    width:30px;
    border-radius:50%;
    background:url(../images/general/btn-info.png) no-repeat center center;
}
.popupInfo2 {
    position:relative;
    display:inline-table;
    height:20px;
    width:20px;
    border-radius:50%;
    margin-left:10px;
    background:url(../images/general/btn-info2.png) no-repeat center center;
}
.btnGen {
	cursor:pointer;
}
.btnGen:hover {
	opacity:0.6;
}
.btn3 {
	background-color:#B9B1B1;
	color:#FFF!important;
	border-radius:3px;
	border:none;
	font-size:12pt!important;
	cursor:pointer;
	text-align:center;
}
.btn3c {
	position:relative;
	display:inline-block;
	width:auto;
	margin:0 auto 0 auto;
	padding:10px 10px 10px 10px;
}
.btn3a, .btn3af {	
	padding:10px 10px 10px 10px;
	display:inline-block;
	float:left;
	position:relative;
	font-size:14pt!important;
}
.btn3af {
	min-width:100px;
}
.btn3b {
	padding:7px 15px 7px 15px;
	display:inline-block;
	position:relative;
	font-size:14pt;
	text-align:center;
}
.btn3:hover {
	background-color:#D7D3D3;
}
.btn2close {
	background:url(../images/btn2/btn2close.png);
}
.btn2call {
	background:url(../images/btn2/btn2call.png);
}
.btn2message {
	background-image:url(../images/btn2/btn2message.png);
}
.btn2email {
	background:url(../images/btn2/btn2email.png);
}
.btn2facebook {
	background:url(../images/btn2/btn2facebook.png);
}
.btn2location {
	background:url(../images/btn2/btn2location.png);
}
.colOR1 {	
	color:#C00;
	background-color:#FFCC00;
}
.colDB1 {	
	color:#009;
	background-color:#88CCFF;
}
.colLR1 {	
	color:#A00;
	background-color:#FF9999;
}
.colLG1 {	
	color:#080;
	background-color:#88FF88;
}
.colLB1 {	
	color:#004444;
	background-color:#99FFFF;
}
.btnMenu {
	position:relative;
	display:inline-block;
	width:80px;
	height:80px;
	font-size:16px;
	text-align:center;
	line-height:80px;
	border-radius:50%;
	cursor:pointer;
	margin:2px;
}
.btnMenuGen {
	cursor:pointer;
	transition: background-color 0.5s;
}
.btnMenuGen:hover {
	background-color:#FFF;
	color:#CCC;
	box-shadow:0 0 30px #FFF;
}
/* HEADER */
.header {
    position:relative;
    display:block;
    width:100%;
    text-align:center;
    background-color:#FEFEF4;
    padding:20px 0 20px 0;    
    font-family: 'Cinzel', serif;     
}
/* FOOTER */
.footerInfo {
    position: relative;
    display: block;
    line-height: 28px;
    vertical-align: middle;
    padding: 0 5px 0 5px;
    color: #555545;
    text-align: center;
    margin: 0;
} 
.footerInfo:hover {
	color:#FFFFFF;
}
/*
.menuBullet {
    background: url(../images/general/dot1.png) center left no-repeat;
}
*/
.btn4person {
	background:url(../images/btn4/btn4person.png) center left no-repeat;
}
.btn4call {
	background:url(../images/btn4/btn4call.png) center left no-repeat;
}
.btn4email {
	background:url(../images/btn4/btn4email.png) center left no-repeat;
}		
.btn5 {
	position:relative;
	display:inline-block;
	float:left;
	text-align:center;
	font-size:10pt;
	padding:8px 10px 8px 10px;
	cursor:pointer;
	margin:10px 10px 10px 0;
	background-color:#AFAFC4;
	border-radius:3px;
	color:#FFFFFF;
}		
.btn5delete {
	position:relative;
	display:block;
	margin-top:10px;
	background-color:#CE0000;
	color:#FFF;
	width:100px;
	height:20px;
}
.footerBlock {
	position:relative;
	display:inline-block;
	width:calc(50%-5px);
}
.footerTopBlock {
   position:relative;
   display:block;
   margin: 40px auto 20px auto;
   widows: 100%;
   text-align: center;
}
.footerFont1 {
    position:relative;
    display:block;
    width:100%;
    line-height:32px;
    color:#646074;
    font-family: 'Cinzel', serif;
    font-size:16pt;
}
.footerCopy {
    position: absolute;
    bottom:10px;
    left:0;
	right:0;
    text-align: center;
    font-size: 10pt;
	color:#FFF;
}
.footerMenuColumn {
	vertical-align:top;
	position:relative;
	display:inline-block;
    padding:0 4px 10px 4px;
	width:calc(50% - 4px);
	min-width:120px;
	font-size:10pt;
}
.footColumnTitle {
	font-weight:bold;
	color:#222;
}
.btn2 {
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:50%;
	cursor:pointer;
	margin:4px;
/*	background-color:#627C97;*/
	background-color:#C4BFBF; 
	background-position: center;
	background-repeat:no-repeat;
}
.btn2:hover {
/*	background-color:#829CB7; */
	background-color:#D7D3D3;	
}
.footer { 
	padding: 1rem;
	font-size:12pt;	
	background:url(../images/bg/bg-footer.png) repeat-x #D5D5D2;
}
.footerInner {
	position:relative;
	display:inline-block;
	width:100%;
	margin:0 auto 0 auto;
	max-width:800px;
}
#footerArea {
	font-size:12pt;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color:#CDCFBF;
}
.tbl2bar {
	padding:none; 
	background-color:#F5F5F5;
	font-weight:bold;
	line-height:8px;
}
.resBlock {
	vertical-align:top;
	position:relative;
	display:inline-block;
	width:calc(100% / 2 - 10px);
}
.form_lable {
	position:relative;
	display:inline-block;
	color:#444;
}
.formBox1  h1 {
	width:100%;
	text-align:center;
}

.box1lbl {
	margin-bottom:10px;
}
.noPhotoInGallery {
	position:relative;
	display:block;
	margin:80px auto 50px auto;
	width:100%;
	max-width:500px;
}
/***********************/
effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/*==================================================
 * Effect 3
 * ===============================================*/
.effect3
{
  position: relative;
}
.effect3:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect7:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
/**********************************************/
.box1 {
	position:relative;
	display:block;
	width:100%;
	max-width:320px;	
	padding:20px;
	margin:30px auto 0 auto;
	border:1px solid #DDD;
	background-color:#F9F9F9;
}
.pageError {
	width:100%;
	text-align:center;
	font-size:12pt;
	color:#D22;
	font-weight:bold;
	margin-top:20px;
}
.pageErrorWarn {
	position:relative;
	display:block;
	width:100%;
	height:100px;
	background:url(../images/general/warn3.png) no-repeat center center;
}
.pageErrorBox {
	position:relative;
	display:block;
	width:100%;
	padding:20px;
	max-width:450px;
	border:1px solid #F99;
	margin:50px auto 0 auto;
	border-radius:10px;
	background-color:#F8F8F8;
}
.errorGen {
	position:relative;
	display:inline-block;
	margin-left:10px;
	font-size:10pt;
	color:#D00;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;	
}
.infoIcon {
	position:relative;
	display:block;
	margin:15px auto 15px auto;
	width:100%;
	height:40px;
}
.infoInfo {
	background:url(../images/general/info_info.png) no-repeat center center;
}
.infoError {
	background:url(../images/general/info_error.png) no-repeat center center;
}
.infoSuccess {
	background:url(../images/general/info_success.png) no-repeat center center;
}
.infoWarning {
	background:url(../images/general/info_warn.png) no-repeat center center;
}
.infoBox {
	position:relative;
	display:block;
	margin:50px auto 0 auto;
	width:500px;
	padding:30px;
	border:1px solid #DDD;
	background-color:#FFFFF8;
	border-radius:5px;
}
.infoTitle {
	font-size:20pt;
	color:#225;
	font-weight:bold;
	text-align:center;
	width:100%;
}
.infoMessage {
	font-size:12pt;
	text-align:left;
	width:100%;
	margin-top:30px;
	text-align:center;
}
.infoGen {
	position:relative;
	display:block;
	font-size:10pt;
	color:#55F;
	margin-top:10px;
}
.error2lines {
	height:45px!important;
}
.errorGenIcon {
	position:relative;
	display:inline-block;
	padding-left:26px;
	font-size:10pt;
	font-style:italic;	
	color:#C00;
	line-height:26px;
	background:url(../images/general/warn2.png) no-repeat left 0 top 3px ;
	margin-left:10px;
	display:none;
}
.error1 {
	position:relative;
	display:none;
	width:26px;
	height:26px;
	vertical-align:middle;
	margin-left:5px;
	background:url(../images/general/warn2.png) no-repeat center center;
}
.error4 {
	position:relative;
	display:block;
	height:30px;
	text-align:left;
	margin-bottom:20px;
	color:#E00;
}
.formInput {
	margin-bottom:15px;
}
.error2 {
	position:relative;
	display:inline-block;
	background-color:#FFCC00;
	padding:2px 10px 2px 10px;
	color:#C00;	
	font-size:10pt;
	vertical-align:top;
	line-height:26px;
	border-radius:5px;
}
.error3 {
	position:relative;
	display:none;
	
	padding:2px 10px 2px 10px;
	color:#C00;	
	font-size:10pt;
	line-height:26px;
	padding-left:30px;
	background:url(../images/general/warn2.png) no-repeat left center;
}
.pageInner {
	position:relative;
	display:block;
	width:100%;
}
.uploader {
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	width:60px;
	height:60px;
}
.mapContact {
	position:relative;
	display:block;
	min-width:300px;
	height:300px;
}
.msg-uploading {
	position:relative;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#888;
	font-size:10pt;
	margin-top:80px;
	text-align:center;
	width:300px!important;
}
.fR {
        float:right!important;
} 
.fL {
        float:left!important;
} 
.info3 {
	position:relative;
	display:block;
	margin-top:50px;
	color:#666;
	font-weight:bold;
}
.clearPhoneMenu {
	margin-bottom:0;
	clear:both;
	
}
.formBlock {
        min-width:300px;
}
.page4blocR {
	display:inline-block;
	float:right;
	margin-left:20px;
	width:calc(50% - 20px);
}
.page4blocL {
	display:inline-block;
	width:50%;
	float:left;
}

@media screen and (max-width: 1200px) {
	.contactInfo3 {
        display:block;
        width:100%;
	}
	.contactInfo1,
	.contactInfo2 {
        width:calc(100% / 2 - 10px);
	}
}
@media screen and (max-width: 1020px) {
	.artForSaleBuyImage {
		position:relative;
		display:block;
		width:100%;
		max-width:500px;
		height:auto;
		margin:0 auto 0 auto;
	}
	.artForSaleColumn {
		max-width:500px;
		display:block;
		width:100%;
		margin:30px;
		min-height:auto;		
	}
	.orderBlock {
		display:block;
		margin:0 auto 40px auto;
		padding:0 20px 0 20px;
	}
	.orderArt {
		display:block;
		margin:0 auto 0 auto;
		width:100%;
		text-align:center;
	}
    .controlBar3 {
        text-align: center;
    }
	.pageImageL {
		display:block;
		float:none;
		margin:0 auto 30px auto;
	}
	.page4blocL,
	.page4blocR {
		display:block;
		width:100%;
		float:none;
	}
	.page4blocR {
		margin:30px 0 0 0;
		
	}
	.page4 {
		padding:0 100px 20px 100px;
	}
	.orderBox {
		width:calc(100% -20px);
	}
	.orderBoxInner {
		padding:0 20px 10px 20px;
		width:100%;
	}
}
@media screen and (max-width: 800px) {

	.footerBlock {
		display:block;
		width:100%;
	}
	.pageInner {
		position:relative;
		display:block;
		max-width:400px;
		width:100%;
		margin:0 auto 0 auto;
	}
	.resBlock {
		position:relative;
		display:block;
		width:100%;
	}
	.titleImage1 {
		display:none;
	}
	.titleImage2 {
		display:none;
	}
	.resBlock1 {
		float:none;
		width:100%;
		text-align:center;
	}
	.contactInfo3,
	.contactInfo1,
	.contactInfo2 {
		width:100%;
		display:block;
	}
	.input1 {
		width:calc(100% - 30px);
	}	
}
@media screen and (max-width: 600px) {
	.orderMsgBlock {
		box-shadow:2px 2px 6px #DDD;
		border-bottom:1px solid #DDD;
		border:none;
		margin:0 10px 20px 10px;
		padding:10px 10px 30px 10px;
		border-radius:0 5px 5px 5px;
		width:calc(100% - 20px);	
	}
	.formLable {
		display:block;
	}
	.formField {
		display:block;
	}
	.errorGenIcon {
		display:block;
		margin-left:0;
	}
	.pageBox {
		border:none;
		background-color:#FFF;
		padding:0 20px 0 20px;
	}
	.pageTitleBlock {
		padding:0;
	}
	.btnMainNav {
		margin:5px;
		padding:10px;
		background-color: #E9E9DE;
		box-shadow:4px 4px 12px;
		cursor:pointer;
		font-size:0.7em;
		width:130px;
		color:#600;
		border-radius:5px;    
		font-family: 'Cinzel', serif;
	}
	.footerInfo {
		font-size:9pt;
	}
    .lbl {
            font-size:12pt!important;
    }
    .photoPreview {
            float:none;
    }
    .pageH1, .pageH3 {
            font-size:1.6em;
			margin-bottom:5px;
    }
    .pageH2 {
            font-size:1.4em;
    }
	.pageTitleBlock, 
	.pageTitleBlock2, 
	.pageTitleBlock2,
	.pageTitleBlock3 {
	    padding:10px 0 10px 0;
    }
    .btn3a {
            float:none;
    }
    .tbl2Block {
            display:none;
    }
    .tbl3Block {
            display:block;
    }
    .bcol1 {
            padding:5px 2px 5px 2px;
            font-size:9pt!important;
    }
    .menuBar {
		width:auto;
    }
    .footer {
		background-position:center top;
		background-repeat:no-repeat;
    }
    #footerArea {		
		height:560px;
    }
    body {
    	padding-bottom:500px;
    }
	.page4 {
		padding:0 20px 20px 20px;
	}
	.page4blocR {
	}
	.hideForMobile {
		display:none;
	}
	.page4blocL {
		display:block;
		float:none;
		width:100%;
	}
	.formBox1 {
		margin:60px auto 0 auto;
		padding:0px 30px 30px 30px;
		background:none;
		background-color:#FFF7F7;
	}	

}
@media screen and (max-width: 480px) {	
	html,
	body {
	   font-size:1em!important;
	}
    .headerLine1 {
		font-size:1.4em;
		line-height:1.6em;
    }
    .headerLine2 {
		font-size:1.1em;
		line-height:1.4em;
    }
    .headerLine3 {
		font-size:1.0em;
    }
}


/* FOR ADJUSTING FOOTER */
.footer { 
	height:462px;
}
#footerArea {
	height:530px;
}
body {
	padding-bottom: 530px;
}
/*
@media screen and (max-width: 480px) {	
	.clearPhoneMenu {
		margin-bottom:60px;
	}
	.footer { 
		height:650px;
	}
	#footerArea {
		height: 650px!important;
	}
	body {
		padding-bottom: 650px;
	}
}
*/