/*
This file is made by themedo (2017)
This css file includes all base styles and template's main color (in this tempalte main color is pink(#f00a77)). 
Template's main color styles located at the bottom of this file.
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	background: transparent;
	border: 0;
	margin:0;
	padding:0;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

blockquote {
	quotes: none;
}

blockquote:before,blockquote:after {
	content: '';
	content: none;
}
p{
	letter-spacing:1px;
	line-height:1.8;
	font-size:14px;
	margin-bottom:15px;
}
img{
	vertical-align:middle;
	max-width:100%;
}
.avalon_td_gmap img{
	max-width:none;
}

iframe{
	max-width:100%;
}
del {
	text-decoration: line-through;
}
a, a > *, i{
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	border:none;
}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6{
	font-weight:500;
	color:#333;
	margin-bottom:20px;
	letter-spacing:1px;
	line-height: 1.4;
}
h1 { font-size: 45px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

table{
	width:100%;
	max-width:100%;
	text-align:left;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom:15px;
	color:#888;
	border:1px solid #ebebeb;
}
table tr{
	border:1px solid #ebebeb;
}
table th{
	vertical-align:top;
	color:#444;
	background:none;
	font-size:16px;
	font-weight:normal;
	padding:15px 10px;
}
table td{
	vertical-align:top;
	padding:10px;
}
div.avalon_td_fake_table{
	position:relative;
	display:table;
	width:100%;
}
div.avalon_td_fake_tablecell{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:100%;
}

code, pre {
	padding: 10px;
	padding-bottom: 0;
	border-left: 3px solid #6FBF71;
	border-bottom: 1px solid transparent;
	background: #f7f7f7;
	overflow-x:scroll;
}

pre{
	display: block;	
	word-break: break-all;
	word-wrap: break-word;
}
pre code { white-space: pre-wrap; }
ul.avalon_td_list{
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
	clear:both;	
}
ul.avalon_td_list li{
	margin-bottom:10px;
	padding-left:8px;
	margin-left:12px;
	position:relative;
}

a.button{
	padding:14px 30px 14px 30px;
	color:#777;
	border:2px solid #eee;
	height:auto;
	line-height:1;
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
	display:inline-block;
	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
	position:relative;
	z-index:1;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;  
	box-sizing: border-box;   
}
a.button:hover{
	background:#000;
	color:#fff;
	border-color:#000;
}

/* NICE SCROLL */
.nicescroll-rails-hr .nicescroll-cursors:before{
	position:absolute;
	content:"";
	left:50%;
	width:10px;
	margin-left:-5px;
	height:1px;
	background:#999;
	top:3px;
}
.nicescroll-rails-hr .nicescroll-cursors:after{
	position:absolute;
	content:"";
	left:50%;
	width:10px;
	margin-left:-5px;
	height:1px;
	background:#999;
	top:6px;
}
.nicescroll-rails-vr .nicescroll-cursors:before{
	position:absolute;
	content:"";
	top:50%;
	height:10px;
	margin-top:-5px;
	width:1px;
	background:#999;
	left:3px;
}
.nicescroll-rails-vr .nicescroll-cursors:after{
	position:absolute;
	content:"";
	top:50%;
	height:10px;
	margin-top:-5px;
	width:1px;
	background:#999;
	left:6px;
}




.themedotip { font-size: 13px; position: absolute; padding: 5px; z-index: 30 !important; color:#fff;}
  .tdtip-inner { background-color: #000; color: #fff !important; font-weight:normal; max-width: 200px; padding: 10px 20px 11px 20px; text-align: center; transform: translateZ(0px); -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
  
  .tdtip-inner h3{font-size:15px; margin-bottom:7px; margin-top:7px; font-weight:600; letter-spacing:1; text-transform:uppercase; color:#fff !important;}
  .tdtip-inner p{font-size:13px; margin-bottom:7px; color:#fff !important}

.themedotip.light .tdtip-inner{background-color: #fff; color: #111 !important;}
.themedotip.light .tdtip-inner h3{color:#111 !important;}
.themedotip.light .tdtip-inner p{color:#111 !important;}
  /* Rounded corners */
  .tdtip-inner {}
  
  /* Uncomment for shadow */
  /*.tdtip-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .themedotip-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #111; }
  
  /* Rules to colour arrows */
  .themedotip-arrow-n { border-bottom-color: #000; }  .themedotip.light .themedotip-arrow-n { border-bottom-color: #fff; }
  .themedotip-arrow-s { border-top-color: #000; }     .themedotip.light .themedotip-arrow-s { border-top-color: #fff; }
  .themedotip-arrow-e { border-left-color: #000; }    .themedotip.light .themedotip-arrow-e { border-left-color: #fff; } 
  .themedotip-arrow-w { border-right-color: #000; }   .themedotip.light .themedotip-arrow-w { border-right-color: #fff; }
  
	.themedotip-n .themedotip-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .themedotip-nw .themedotip-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .themedotip-ne .themedotip-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .themedotip-s .themedotip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .themedotip-sw .themedotip-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .themedotip-se .themedotip-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .themedotip-e .themedotip-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .themedotip-w .themedotip-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }



.mb_popup{
	width:500px;
	max-width:100%;
	padding:50px;
	height:auto;
	background:#fff;
	position:relative;
	margin:0px auto;
	letter-spacing:0.5px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.mb_popup p{
	margin-bottom:30px;
}
.mb_popup a.button{
	margin-bottom:3px;
}

.max200{ max-width:200px; }
.max300{ max-width:300px; }
.max400{ max-width:400px; }
.max500{ max-width:500px; }
.max600{ max-width:600px; }
.max700{ max-width:700px; }
.max800{ max-width:800px; }
.max900{ max-width:900px; }
.max1000{ max-width:1000px; }

.space10{width:100%; float:left; clear:both; margin-bottom:10px;}
.space20{width:100%; float:left; clear:both; margin-bottom:20px;}
.space30{width:100%; float:left; clear:both; margin-bottom:30px;}
.space40{width:100%; float:left; clear:both; margin-bottom:40px;}
.space50{width:100%; float:left; clear:both; margin-bottom:50px;}
.space60{width:100%; float:left; clear:both; margin-bottom:60px;}
.space70{width:100%; float:left; clear:both; margin-bottom:70px;}
.space80{width:100%; float:left; clear:both; margin-bottom:80px;}
.space90{width:100%; float:left; clear:both; margin-bottom:90px;}
.space100{width:100%; float:left; clear:both; margin-bottom:100px;}
.space200{width:100%; float:left; clear:both; margin-bottom:200px;}
.space300{width:100%; float:left; clear:both; margin-bottom:300px;}
.space400{width:100%; float:left; clear:both; margin-bottom:400px;}
.space500{width:100%; float:left; clear:both; margin-bottom:500px;}
.space1000{width:100%; float:left; clear:both; margin-bottom:1000px;}
/*------------------------------------------------------------------*/ 
/*	x) FORM ELEMENTS
/*------------------------------------------------------------------*/
textarea{
	border-radius:0;
	font-size:14px !important;
	color:#333;
	letter-spacing:1px;
	resize:vertical;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	line-height:1.4;
	padding:10px!important;
	width:100%;
	border:1px solid #eee;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius:0;
	color:#333;
	font-size:14px !important;
	letter-spacing:1px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	line-height:1.6;
	padding:10px!important;
	height:44px;
	vertical-align:middle;
	border:1px solid #eee;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color:#ddd;
}


input[type="submit"], input[type="button"], button.button{
	padding: 14px 20px;
	height: auto;
	line-height: 1;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing:1px;
	cursor:pointer;
	
	color: #fff;
	border: 2px solid #000;
	background:#000;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
input[type="submit"]:hover, input[type="button"]:hover, button.button:hover{
	background:#222;
	color:#fff;
	border-color:#000;
}
select{
	padding:8px;
	border:2px solid #eee;
}
ul.products > li h3{
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { 
  -moz-appearance: textfield;
}












.avalon_td_proofing .pixproof-data{position:relative;  margin-bottom:60px; width:100%; float:left; clear:both;}
.avalon_td_proofing .pixproof-data .grid{margin:0px auto; max-width:890px;}
.avalon_td_proofing .pixproof-data .grid > div{
	float:left; 
	clear:both; 
	width:100%; 
	padding:30px; 
	background:#f5f5f5;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
}
.avalon_td_proofing .pixproof-data .grid__item{
	width:25%;
	float:left;
	padding-right:30px;
	position:relative;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
}
.avalon_td_proofing .pixproof-data .grid__item.last{
	padding-right:0px;
	text-align:right;
}
.button-download.button[disabled="disabled"]{
	background:#ddd;
	border-color:#ddd;
	color:#777;
	cursor:default;
}
.button-download.button{
	color:#fff;
	background:#000;
}
.avalon_td_proofing .entry__meta-box span{
	letter-spacing:1px;
	color:#777;
}
.avalon_td_proofing .entry__meta-box h6{
	margin-bottom:5px;
	color:#333;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
}
.avalon_td_proof_content{
	clear:both;
	float:left;
	width:100%;
	margin:30px 0px 40px 0px;
}
.avalon_td_proof_content > div{
	margin:0px auto;
	max-width:890px;
}
.avalon_td_proofing_single .avalon_td_comments > div{
	margin:0px auto;
	max-width:890px;
}
.avalon_td_proofing_single .content_holder{
	float:left;
	clear:both;
	width:100%;
}

.avalon_td_proofing .proof-photo{padding-bottom:0;-moz-transition:all 0.3s cubic-bezier(0.86, 0, 0.07, 1);-o-transition:all 0.3s cubic-bezier(0.86, 0, 0.07, 1);-webkit-transition:all 0.3s cubic-bezier(0.86, 0, 0.07, 1);transition:all 0.3s cubic-bezier(0.86, 0, 0.07, 1);text-align:center}
.avalon_td_proofing .proof-photo:hover .proof-photo__meta{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;background:rgba(0,0,0,0.5)}
.avalon_td_proofing .proof-photo.selected .proof-photo__status{opacity:1}
.avalon_td_proofing .proof-photo.selected .proof-photo__status span.ticker,
.avalon_td_proofing .proof-photo.selected .proof-photo__status span.bg{opacity:1}
.avalon_td_proofing .proof-photo.selecting .proof-photo__status span.ticker,
.avalon_td_proofing .proof-photo.selecting .proof-photo__status span.bg{opacity:0}
.avalon_td_proofing .proof-photo.scrolled_from_comments{-moz-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-webkit-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);z-index:50}
.avalon_td_proofing .proof-photo a{color:white}


.avalon_td_proofing .proof-photo__container{position:relative; overflow:hidden; }
.avalon_td_proofing .avalon_td_extra{position:relative; overflow:hidden; }
.avalon_td_proofing .proof-photo .img_holder{position:relative}
.avalon_td_proofing .proof-photo .img_holder img{
	min-width:100%;
	max-width:100%;
	
	-webkit-transform: scale(1.04,1.04);
	-ms-transform: scale(1.04,1.04);
    transform: scale(1.04,1.04);
	
	-webkit-transition: all .9s ease;
	   -moz-transition: all .9s ease;
	    -ms-transition: all .9s ease;
	     -o-transition: all .9s ease;
	        transition: all .9s ease;
}
.avalon_td_proofing .proof-photo:hover .img_holder img{
	-webkit-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
}

.avalon_td_proofing .proof-photo__meta{position:absolute;top:0;left:0;right:0;bottom:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.avalon_td_proofing .proof-photo__meta .flexbox{display:table; width:100%; height:100%; text-align:center;}
.avalon_td_proofing .proof-photo__meta .flexbox__item{display:table-cell; vertical-align:middle;}
.avalon_td_proofing .proof-photo__meta ul{
	list-style-type:none;
}
.avalon_td_proofing .proof-photo__meta ul li{
	display:inline-block;
}
.avalon_td_proofing .proof-photo__meta span{font-size:18px; margin:0px; display:block; background:#000; padding:10px; width:30px; height:30px; border-radius:100%; color:#fff;}
.avalon_td_proofing .proof-photo__meta .select-action .b{display:none;}
.avalon_td_proofing .proof-photo.selected .proof-photo__meta .select-action .b{display:block;}
.avalon_td_proofing .proof-photo.selected .proof-photo__meta .select-action .a{display:none;}


.avalon_td_proofing .proof-photo__status{-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;-webkit-transition:all 0.2s linear;transition:all 0.2s linear;position:absolute;top:0;right:0;z-index:1;opacity:0}
.avalon_td_proofing .proof-photo span.ticker{display:block;font-size:18px;color:#fff;line-height:32px;width:32px;text-align:center;opacity:0;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;-webkit-transition:all 0.2s linear;transition:all 0.2s linear; position:relative; z-index:10;}
.avalon_td_proofing .proof-photo__status .bg{
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: 80px;
	height:50px;
	display: block;
	margin: -15px -30px 0 0;
	z-index: 5;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 0;
	min-height: 0;
	background: #1DB701;
}

.avalon_td_proofing .proof-photo__id{display:block;padding:6px 14px;text-align:center; position:absolute; left:0px;bottom:0px; background:rgba(0,0,0,0.8); color:#fff; letter-spacing:1px; z-index:40;}
.avalon_td_proofing .meta__action{margin:0;color:black;text-decoration:none !important;text-transform:uppercase;text-align:center}
.avalon_td_proofing .meta__action--popup{color:white}
.avalon_td_proofing .pixproof_photo_ref{padding:3px 6px;margin:0 3px;color:white;background:black;cursor:pointer}
.avalon_td_proofing .gallery{margin-bottom:20px}

.avalon_td_proofing .pixproof_gallery{
	width:100%; 
	clear:both; 
	float:left;
	padding:0px;
	margin-bottom:70px;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
}
.avalon_td_proofing .pixproof_gallery > ul{
	width:auto;
	list-style-type:none;
	margin-left:-20px;
	padding:0px;
}
.avalon_td_proofing .gallery-item{
	width:33.3%;
	float:left;
	padding-left:20px;
	margin-bottom:20px;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
}
@media (max-width: 1200px) {
	.avalon_td_proofing .gallery-item{width:50%;}
}
@media (max-width: 1040px) {
	.avalon_td_proofing .proof-photo__meta{position:relative; opacity:1; background:#000; padding:5px 0px}
	.avalon_td_proofing .proof-photo:hover .proof-photo__meta{background:#000;}
}
@media (max-width: 768px) {
	.avalon_td_proofing .pixproof-data .grid__item{width:100%; padding-bottom:10px; margin-bottom:10px; border-bottom:1px dashed #ddd;}
	.avalon_td_proofing .pixproof-data .grid__item.last{border-bottom:0px; padding-bottom:0px; margin-bottom:0px; text-align:left; padding-top:10px;}
	
}
@media (max-width: 480px) {
	.avalon_td_proofing .gallery-item{width:100%; padding-left:0px;} 
	.avalon_td_proofing .pixproof_gallery{padding-right:0px;}
}


.avalon_td_proofing .proof-photo.selecting span.spinner{opacity:1}
.avalon_td_proofing .proof-photo span.spinner{
	height:14px;
	width:14px; 
	position:absolute;
	right:10px;
	bottom:10px;
	border:3px solid rgba(255,255,255,0.2);
	border-top:3px solid rgba(255,255,255,0.9);
	border-radius:100%;
	opacity:0;
	z-index:50;
	
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;

	-webkit-animation:rotation .6s infinite linear;
	-moz-animation:rotation .6s infinite linear;
	-o-animation:rotation .6s infinite linear;
	animation:rotation .6s infinite linear
}
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}
@-moz-keyframes rotation{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}
@-o-keyframes rotation{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}
@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}
