*{padding:0; margin:0;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	list-style:none;}
	
html
{
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

.clickable
{
	cursor:pointer;
}

#main
{
	background-color:#F8F8F8;
}
#content
{
	
}


#main-footer
{
	background:linear-gradient(180deg, #666, #2B2726);
	position:relative;
}
#main-header
{
	background:linear-gradient(180deg, #2F2F2F, #09F);
}

#languageCheckPanel, #currencyCheckPanel, #adminPanelLink
{
	position:absolute;
	color:#fff;
	background:rgba(0, 0, 0, 0.5);
	padding:10px;
	border-radius:7px;
}
#languageCheckPanel a, #currencyCheckPanel a, #adminPanelLink a
{
	color:#fff;
}

.hidden
{
	display:none;
}

button {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
			
			 background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
		cursor:pointer;
		outline:none;
}
.clr{clear:both;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: .2; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
	opacity: .2;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
	opacity: .2;
}


a
{
	text-decoration:none;
	color:#09F;
}

input, textarea, select, checkbox
{
	outline:none;
}

input:read-only {
  background-color: #CFC9C7;
}
.reg_form
{
	width:100%;
}

.form, form#reg, form.login
{
	width:90%;
	margin:50px auto;
	padding:50px;
	background-color:#FFEDD2;
	border-radius:5px;
}

.form select,input[type="submit"],input[type="text"],input[type="password"],textarea, select
{
	padding:15px;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:1.2em;
	margin:5px 0;
	width:100%;
	
}

.form input[type="submit"],.reg_form input[type="submit"],.login_form input[type="submit"]
{
	background:#F15723;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	border:none;
}

.form input[type="submit"]:hover,.reg_form input[type="submit"]:hover,.login_form input[type="submit"]:hover
{
	background:#F15723;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	border:none;
	background:#F37950;
	cursor:pointer;
}

.error
{
	max-width:100%;
	margin:5px;
	text-align:center;
	color:#C00;
	font-weight:1em;
}

.ok
{
	width:100%;
	margin:5px;
	text-align:center;
	color:#0C6;
	font-weight:1em;
}

.admin_default a
{
	display:block;
	background-color:#09F;
	color:#fff;
	padding:15px;
	max-width:94%;
	margin:5px;
	font-weight:bold;
	border-radius:5px;
}

.admin_default a:hover
{
	background-color:#33ADFF;
}

.list li
{
	padding:5px;
}

.list li:nth-child(odd)
{
    background: radial-gradient(#fff, #97C0FF);
} 



ul.list li:nth-child(even)
{
    background: radial-gradient(#fff, #FFD19F);
} 

.imgBlock
{
	display:inline-block;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	max-width:143px;
	max-height:153px;
	max-width:200px;
	max-height:200px;
	margin:5px 1px;
	text-align:center;
	position:relative;
}
.imgBlock_2
{
	display:inline-block;
	background-color:#fff;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	width:143px;
	height:153px;
	max-width:200px;
	max-height:200px;
	margin:5px 1px;
	text-align:center;
	position:relative;
}
.img-thumb, .img-uploaded-thumb
{
	width:130px;
	height:130px;
	margin:5px auto;
	overflow:hidden;
}

.img-uploaded-thumb{
	background-repeat:no-repeat;
	background-size:cover;
}

.imgsPreviewContainer
{
	width:100%;
	border:1px solid #ccc;
	padding:5px;
	border-radius:6px;
	min-height:50px;
	background-color:#FFEACA;
	text-align:center;
}

.imgBlock .delete_icon, .imgBlock .delete_uploaded_icon, ul.audioList li span.delete_uploaded_audio, .imgBlock_2 .delete_icon
{
	position:absolute;
	min-height:30px;
	min-width:30px;
	right:-10px;
	top:-12px;
	padding:5px 8px;
	border:1px solid #ccc;
	color:#F00;
	background-color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	cursor:pointer;
	border-radius:60px;
	z-index:2;
}


.imgBlock_2 .edit_icon
{
	position:absolute;
	min-height:40px;
	min-width:40px;
	left:37%;
	top:37%;
	padding:5px 8px;
	color:#F00;
	font-weight:bold;
	cursor:pointer;
	border-radius:60px;
	background:url("img/edit.png") no-repeat center rgba(0, 0, 0, 0.7);
}

#uploadFile2Label
{
	display:inline-block;
	width:49%;
	padding:10px;
	background-color:#FB9600;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	border:#fff 3px solid;
	cursor:pointer;
}

#uploadFile2Label:hover
{
	background-color:#FFAA2B;
}


.js-upload-btn
{
	padding:10px;
	text-align:center;
	color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	background-color:#093;
	cursor:pointer;
	display:inline-block;
	width:49%;
}


.not-visible
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.rotate
{
	display:inline-block;
	height:33px;
	width:33px;
	border:1px solod #ccc;
	background:url("img/rotate.png") no-repeat;
	position:absolute;
	right:40%;
	top:35%;
	cursor:pointer;
}

img.editable
{max-width:300px;
max-height:250px;}

div.progress
{
	width:96%;
	height:10px;
	border:1px solid #ccc;
	border-radius:5px;
	background-color:#ccc;
	z-index:999;
	position:absolute;
	bottom:3px;
	left:4px;
	overflow:hidden;
	
}
.progress_value
{
	background-color:#093;
	height:10px;
	width:0;
}


.js-upload-btn:hover
{
	background-color:#00C640;
}

.btn
{
	display:inline-block;
	padding:10px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
}

.btn_success
{
	background: linear-gradient(180deg, #0086DF, #0099FF);
	border:1px solid #fff;
	color:#FFFFFF;
}

.btn_cancel
{
	background-color:#ccc;
	border:1px solid #fff;
	color:#0099FF;
}

.btn_warning
{
	background-color:#FC3;
	border:1px solid #fff;
	color:#333;
}

.btn_alarm
{
	background-color:#C00;
	border:1px solid #fff;
	color:#fff;
}


.btn_success:hover
{
	background-color:#1AA4FF;
}

.img_count_info
{
	text-align:center;
	font-weight:bold;
	background-color:#FB9600;
	color:#fff;
	padding:10px;
	border-radius:15px 15px 0 0;
}

#overlay
{
	display:none;
	position:fixed;
	min-height:100vh;
	min-width:100%;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index:998;
	overflow:hidden;
}

#imgsCropContainer
{
	background: linear-gradient(180deg, #A7E2B9, #C0EBCD);
	margin:5px auto;
	max-width: 99%;
	border-radius: 5px;
}

#cropModal, #cropByOneModal
{
	display:none;
	border:1px solid #FB9600;
	border-radius:5px;
	max-width:600px;
	position:fixed;
	left:40%;
	top:5%;
	min-height:80vh;
	background-color:#fff;
	margin:50px auto;
	z-index:999;
	padding:3px;
}

.infoDiv
{
	width:99%;
	margin:2px auto;
	padding:15px 5px;
	text-align:center;
	font-size:0.9em;
	border-radius:5px;
	border:1px solid #ccc;
	background: linear-gradient(180deg, #F93, #FC3);
	color:#000;
}

ul.audioList
{
}

ul.audioList li
{
	display:block;
	position:relative;
	padding:10px 30px;
	margin:2px auto;
	border:1px solid #ccc;
	border-radius:5px;
	background:url("img/audio.png") no-repeat left;
	max-width:98%;
}

.infoSpan
{
	font-size:0.8em;
	color:#999;
	font-style:italic;
}

.standardBlock
{
	width:98%;
	max-width:98%;
	border:1px solid #E8E8E8;
	border-radius:5px;
	padding:10px 5px;
	background: linear-gradient(180deg, #F0F0F0, #fff);
	margin:5px auto;
}
ul.checkCurrency
{
	width:98%;
	margin:10px auto;
}

ul.checkCurrency li, ul.checkPaymentMethodList li
{
	display:inline-block;
	margin:0 3px;
	width:30%;
	border-radius:5px;
}
ul.checkPaymentMethodList li
{
	border:1px solid #ccc;
	background-color:#FFF;
	display:none;
}

ul.checkCurrency li
{
	cursor:pointer;	
	font-size:1.2em;
	font-weight:bold;
	color:#ccc;
	border:1px solid #ccc;
	padding:5px 0;
	background-color:#F3F3F3;
}

ul.checkCurrency li.active
{
	color:#0C3;
	border:1px solid #093;
	background-color:#DCFEDA;
}

.orderingCostDiv
{
	margin:10px;
	font-size:1.1em;
	display:none;
}

.orderingCostDiv span
{
	font-weight:bold;
	font-size:1.2em;
	color:#093;
}

ul.table
{
	display:table;
	width:100%;
}

ul.table li
{
	display:table-cell;
	border-right:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
	width:50%;
	padding:5px 0;
}
ul.table li:last-child
{
	border: none;
	border-bottom:dotted 1px #ccc;
	padding-left:50px;
}

.ordersTable
{
	width:98%;
	max-width:98%;
	background-color:#fff;
	border:1px solid #333;
	border-radius:5px;
	padding:5px;
	margin:10px auto;
}

.pagination
{
	width:99%;
	margin:5px auto;
	text-align:center;
}

a.page_link, a.page_active_link
{
	display:inline-block;
	padding:5px 9px;
	border:1px solid #03F;
	margin:0 3px;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
}

a.page_link
{
	background-color:#06F;
}

a.page_active_link, a.page_link:hover
{
	background-color:#09F;
}

.overline, .orderingCostDiv .overline
{
	color:#FF0000;
	text-decoration:line-through;
}

.pubsPreviewContainer
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:99%;
	margin:0 auto;
}

.pubPreviewContainer
{	
	background-color:#fff;
	border:1px solid #ccc;
	position:relative;
	margin-bottom:5px;
	text-decoration:none;
	box-shadow: 1px 0 4px rgba(0,0,0,0.5);	
	border-radius:10px;
	max-height:500px;
	overflow:hidden;
	margin:5px 0;
	padding-bottom:50px;
}

.previewTitle
{
	color:#FC9F15;
	text-align:center;
	margin:4px auto;
	font-weight:bold;
	height:20px;
	overflow:hidden;
}

.previewImg
{
	min-height:250px;
	background-repeat:no-repeat;
	width:100%;
	background-size: cover;
	background-position:center;
	position:relative;
	
}

.previewToolsContainer
{
	width:99%;
	position:absolute;
	min-height:50px;
	margin:3px; auto;
	bottom:0;
}
.in-detail
{
	display:inline-block;
	padding:10px;
	color:#fff;
	background: linear-gradient(180deg, #FB9600, #FFB546);
	border-radius:5px;
	width:100%;
	text-align:center;
	position:absolute;
	bottom:1px;
}

.publicationContent
{
	padding:5px;
	background-color:#fff;
	border-radius:10px;
}

.publicationContent h1
{
	text-align:center;
	font-size:1.2em;
	margin:5px;
}
.publicationContentText
{
	padding:3px;
	background:radial-gradient(#fff,#FFE2CA);
	border-radius:8px;
	margin-top:5px;
}
.category_description
{
	border:1px solid #ccc;
	border-radius:5px;
	padding:5px;
	background-color:#fff;
	margin-bottom:3px;
}

.category_description h1
{
	text-align:center;
	font-size:16px;
}


.category_description p
{
	text-align:center;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}

.costSpan
{
	color:#009933;
	font-weight:bold;
}

.orderBtn
{
	background: linear-gradient(180deg, #0C3, #0C6);
	color:#FFF;
	display:block;
	padding:15px;
	margin:5px 0;
	font-size:1.1em;
	font-weight:bold;
}
.publicationContent p
{
	margin:8px;
}


.publicationPreviewImg
{
	display:block;
	margin:3px auto;
	max-width:100%;
	border-radius:5px;
}

.f_video
{
	background: url("img/play_icon.png") no-repeat center;
	background-size:contain;
	opacity:.8;
	height:70px;
	width:80px;
	display:inline-block;
	position: absolute;
        top: 35%;
        left: 40%;
        margin-right: -60%;
	cursor:pointer;
	z-index:9;
}

.f_video:hover
{
	opacity:1;
}

.pubPreviewText
{
	padding:5px;
	color:#333333;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:0.9em;
}

.previewCost
{
	position:absolute;
	top:28px;
	background: radial-gradient(#F90, #F60);
	padding:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	color:#fff;
	font-weight:bold;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	border:2px solid #FF6C00;
	border-top:none;
	z-index:1;
}

.downloadOrderBtn
{
	background: linear-gradient(180deg, #0C3, #0C6);
	color:#FFF;
	display:block;
	padding:15px;
	margin:5px 0;
	font-size:1.1em;
	font-weight:bold;
}

.social-icons
{
	display:inline-block;
	position:absolute;
	right:0;
	bottom:0;
}
.social-icons a
{
	display:inline-block;
	background-size:cover;
	min-height:40px;
	min-width:40px;
	margin:10px;
}

ul.homeCategories
{
	display: flex;
	flex-wrap: wrap;
	width:99%;
	max-width: 99%;
	margin:3px auto;
	justify-content: space-evenly;
}
ul.homeCategories li
{
	border:1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	padding-top:1px;
	text-align: center;
	margin: 2px;
	background-color: #fff;
}

ul.homeCategories li a
{
	display: block;
	text-align:center;
	color:#FF7300;
	font-weight:bold;
	height:150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 25px;
	max-width:100%;
}
