#chalk
{
	position:relative;
	z-index:3;
	top: -48px;
}

ul#portfolio-objects
{

-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;

}

#rellink
{
	font-size: 13px;
}

#projcmdet
{
	position: absolute;
	top: 0px;
	right: 48px;
	line-height: 20px;
	padding-top: 9px;
}

#prjcaption
{
	position: absolute;
	top: 41px;
	left: 114px;
	text-align: right;
	
}


#pubsoc
{
position: absolute;
left: 100px;
bottom: 0px;
padding: 16px;
padding-bottom: 4px;
z-index: 1;
}

#dashboard
{
	position: absolute;
	font-size: 12px;
	margin-left: -13px;
	margin-top: -18px;
	color: #262626;
	
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;

	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	
	overflow: hidden;
	left: 0px;
	top: -1px;
	width: 907px;
	height: 20px;
	opacity: .2;
}

#dashboard > .inner
{
	
	background-position: 5px 4px;
	background-repeat: no-repeat;
	background-image: url('/images/pad/droparr.png');
	opacity: 1.0;
		-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	overflow: hidden;
}

#dashboard:hover > .inner{
	background-position: 5px -32px;
	opacity: 1.0;
}

#dashhov
{
	float: left;
}


#dashboard:hover
{
	left: 0;
	top: 0;
	width: 907px;
	height: 20px;
	z-index: 100;
	height: 170px;
	/*height: 171px;*/
	background-color: #fff;
	background-color:rgba(255,255,255,1.0);
	opacity: 1.0;
}

#dashboard:hover #dashboard.proj
{
	height: 216px;
}

#dashboard .at300bs
{
	float: left;
	margin-right: 6px;
}

#dashboard .inner
{
	padding: 23px 0 23px 22px;
}

#dashboard .ava
{
	margin-right: 17px;
	float: left;
}

#dashboard .rght
{
	clear: right;
}

#dashboard .bt
{
	float: left;
	margin-top: 10px;
}

#dashboard .bt .bx
{
	width: 164px;
	height: 115px;
	margin-right: 36px;
	float: left;
	
	background: #e8e8e8;
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e8e8e8 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#ffffff 100%);
    background: linear-gradient(top,  #e8e8e8 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );


}



#dashboard .bt .bx.l
{
	width: 528px;
}

#dashboard .bt .bx.m
{
	width: 198px;
}

#dashboard .bt .bx.l h2
{
	margin-top: 12px;
	margin-bottom: 8px;
}


#dashboard .bt .bx:last-child
{
	margin-right: 0;
}

#dashboard .bx:not(.m) table
{
	margin-left: auto;
	margin-right: auto;
}

#dashboard .bx.m table
{
	margin-left: 22px;
}

#dashboard .bx table
{
	margin-top: 8px;
}

#dashboard .bx h2
{
	font-size: 12px !important;
	text-decoration: underline;
	font-weight: bold;
	font-family: inherit;
}

#dashboard .bx a
{
	-webkit-transition: .25s all;
	-moz-transition: .25s all;
	-o-transition: .25s all;
	transition: .25s all;
	border: 1px solid rgba(0,0,0,0);
	border-left: 0;
	border-right: 0;
	color: #262626;
}

#dashboard .bx a:hover
{
	color: #CCCCCC;
	border-color: rgba(0,0,0,0.5);
}

#dashboard .tp
{
	font-size: 18px;
	font-family: Kalinga;
	padding-right: 23px;
	position: relative;
}

#dashboard .tp .desc
{
	float: left;
	margin-right: 45px;
	position: relative;
}

#dashboard .tp .desc a:hover
{
	color: #666666;
}

#pad_header .toggle.vistoggle
{
	float: left;
	font-size: 12px;
	position: relative;
	top: -2px;
}

#pad_header .toggle div
{
	margin-left: 2px;
	margin-right: 2px;
	
	padding: 3px 3px 0px 3px;
	cursor: pointer;
	float: left;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .7s all;
	-moz-transition: .7s all;
	-o-transition: .7s all;
	transition: .7s all;
}

#pad_header .toggle div.on
{
	cursor: auto;
	background: #959595;
	color: #fff;
}





#pad_header .toggle.activetoggle
{
	position: relative;
	float: right;
	margin-right: 28px;
}



#dashboard .credrecv
{
	float: right;
	font-weight: bold;
	margin-right: 28px;
	font-size: 18px;
	position: relative;
	top: -4px;
}






#dashboard .nsoc a
{
	display: block;
	width: 47px;
	height: 48px;
	float: left;
	margin-left: 27px;
	
	background: url('/images/pad/soc_on.png') no-repeat;
	
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	position: relative;
	top: 0;
	border: 0;
}

#dashboard .nsoc a:first-child
{
	margin-left: 0;
}

#dashboard .nsoc a div
{
	width: inherit;
	height: inherit;
	
	background: url('/images/pad/soc_off.png') no-repeat;
	
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}

#dashboard .nsoc a:hover
{
	top: 4px;	
}

#dashboard .nsoc a:hover div
{
	opacity: 0;
}

#dashboard .nsoc .addthis_button_email, #dashboard .nsoc .addthis_button_email div
{
	background-position: 0 0;
}

#dashboard .nsoc .addthis_button_facebook, #dashboard .nsoc .addthis_button_facebook div
{
	background-position: -74px 0;
}

#dashboard .nsoc .addthis_button_google, #dashboard .nsoc .addthis_button_google div
{
	background-position: -148px 0;
}

#dashboard .nsoc .addthis_button_twitter, #dashboard .nsoc .addthis_button_twitter div
{
	background-position: -222px 0;
}

#dashboard .nsoc .addthis_button_digg, #dashboard .nsoc .addthis_button_digg div
{
	background-position: -296px 0;
}

#dashboard .nsoc .addthis_button_delicious, #dashboard .nsoc .addthis_button_delicious div
{
	background-position: -370px 0;
}

#dashboard .nsoc .addthis_button_stumbleupon, #dashboard .nsoc .addthis_button_stumbleupon div
{
	background-position: -444px 0;
}

#dashboard .nsoc, #dashboard .bt .bx.l h2
{
	margin-left: 19px;
}

.pli.loading
{
	background: url('/images/pad/ajax-loader.gif') no-repeat center center;
}

.pli.t
{
	position: relative;
	height: 15px;
	width: 128px;
	margin-left: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#parms_left
{
	width: 165px;
	float: left;
	padding-bottom: 32px;
	border: 1px solid white;
	margin-right: 14px;
	font: 11px Tahoma, sans-serif !important;
	padding-top: 8px;
	padding-left: 6px;
}

#parms_left .filt
{
	margin-left: 6px;
	color: #5c5b59;
	font-size: 12px !important;
}

#parms_left .filt.rpp label, #parms_left .filt.dt label
{
	float: left;
	font-size: 11px !important;
	margin-right: 10px;
}

#parms_left input[type='checkbox'],#parms_left input[type='radio']
{
	margin-bottom: 4px;
}

#parms_left h2
{
	font-size: 11px !important;
	color: #000;
	font-weight: bold;
	margin-top: 32px;
	margin-left: 1px;
	padding-bottom: 6px;
}

#parms_left select
{
	width: 146px !important;
}

#results_right
{
	width: 698px;
	float: left;
	position: relative;
	top: -19px;
}

#results_right.loading
{
	opacity: 0.5;
}


.filter_pads_button {
    font-family: kalinga;
    text-shadow: 1px 1px 2px #b8b8b8;  filter: dropshadow(color=#b8b8b8, offx=1, offy=1);
    font-size: 16px;
    width: 215px;
    height: 38px;
    letter-spacing: 1px;
    margin-bottom: 22px !important;
    padding-top: 5px !important;
    color: #353535;
    display: block;
    text-align: center;
    cursor:pointer;
    cursor:hand;
    border: 1px solid rgba(255,255,255,.44);

    -moz-box-shadow: 2px 2px 12px rgba(71,71,71,.4);
-webkit-box-shadow: 2px 2px 12px rgba(71,71,71,.4);
box-shadow: 2px 2px 12px rgba(71,71,71,.4);

    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
         
 background: rgb(219,219,219); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(219,219,219,1) 0%, rgba(242,242,242,1) 47%, rgba(229,229,229,1) 54%, rgba(206,206,206,1) 97%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(47%,rgba(242,242,242,1)), color-stop(54%,rgba(229,229,229,1)), color-stop(97%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(242,242,242,1) 47%,rgba(229,229,229,1) 54%,rgba(206,206,206,1) 97%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(242,242,242,1) 47%,rgba(229,229,229,1) 54%,rgba(206,206,206,1) 97%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(242,242,242,1) 47%,rgba(229,229,229,1) 54%,rgba(206,206,206,1) 97%); /* IE10+ */
background: linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(242,242,242,1) 47%,rgba(229,229,229,1) 54%,rgba(206,206,206,1) 97%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */

  
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.filter_pads_button:hover {
border: 1px solid #cececa;

background: -moz-linear-gradient(top,  rgba(23,33,45,0) 0%, rgba(98,156,185,0) 89%, rgba(99,157,187,1) 90%, rgba(102,163,193,1) 94%, rgba(56,102,137,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,33,45,0)), color-stop(89%,rgba(98,156,185,0)), color-stop(90%,rgba(99,157,187,1)), color-stop(94%,rgba(102,163,193,1)), color-stop(100%,rgba(56,102,137,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(23,33,45,0) 0%,rgba(98,156,185,0) 89%,rgba(99,157,187,1) 90%,rgba(102,163,193,1) 94%,rgba(56,102,137,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(23,33,45,0) 0%,rgba(98,156,185,0) 89%,rgba(99,157,187,1) 90%,rgba(102,163,193,1) 94%,rgba(56,102,137,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(23,33,45,0) 0%,rgba(98,156,185,0) 89%,rgba(99,157,187,1) 90%,rgba(102,163,193,1) 94%,rgba(56,102,137,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(23,33,45,0) 0%,rgba(98,156,185,0) 89%,rgba(99,157,187,1) 90%,rgba(102,163,193,1) 94%,rgba(56,102,137,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0017212d', endColorstr='#386689',GradientType=0 ); /* IE6-9 */

-moz-box-shadow: 2px 2px 12px rgba(71,71,71,.0);
-webkit-box-shadow: 2px 2px 12px rgba(71,71,71,.0);
box-shadow: 2px 2px 12px rgba(71,71,71,.0);

}

#filtbut
{
background: #c9c9c9;
background: -moz-linear-gradient(top, #c9c9c9 0%, #f8f8f7 37%, #fdfdfd 43%, #fffefe 50%, #fdfdfd 57%, #f6f6f6 67%, #d4d4d4 97%, #cecece 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(37%,#f8f8f7), color-stop(43%,#fdfdfd), color-stop(50%,#fffefe), color-stop(57%,#fdfdfd), color-stop(67%,#f6f6f6), color-stop(97%,#d4d4d4), color-stop(100%,#cecece));
background: -webkit-linear-gradient(top, #c9c9c9 0%,#f8f8f7 37%,#fdfdfd 43%,#fffefe 50%,#fdfdfd 57%,#f6f6f6 67%,#d4d4d4 97%,#cecece 100%);
background: -o-linear-gradient(top, #c9c9c9 0%,#f8f8f7 37%,#fdfdfd 43%,#fffefe 50%,#fdfdfd 57%,#f6f6f6 67%,#d4d4d4 97%,#cecece 100%);
background: -ms-linear-gradient(top, #c9c9c9 0%,#f8f8f7 37%,#fdfdfd 43%,#fffefe 50%,#fdfdfd 57%,#f6f6f6 67%,#d4d4d4 97%,#cecece 100%);
background: linear-gradient(top, #c9c9c9 0%,#f8f8f7 37%,#fdfdfd 43%,#fffefe 50%,#fdfdfd 57%,#f6f6f6 67%,#d4d4d4 97%,#cecece 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#cecece',GradientType=0 );
border: 1px solid #9c9c9c;

width: 159px;
height: 33px;

-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
-webkit-border-radius: 6px;

text-align: center;

font-size: 14px;
font-family: Arial, sans-serif;
}

.assets_of_9
{
	height: 436px;
	overflow: hidden;
	position: relative;
}

.comment-text
{
	margin-top: -70px;
	float: right !important;
	padding: 8px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	width:690px;
    margin-left:10px;
}

.assets_of_9 div.comment-text
{
	margin-left: 0;
	width: 88%;
	margin-top: 0;
}

.assets_of_9 .arrowup, .assets_of_9 .arrowdown
{
	text-align: center;
	cursor: pointer;
}

.assets_of_9 .ileft img
{
	 width:170px;
	 height:120px;
	 margin-top: 8px;
	border: 1px solid transparent;
	opacity: 0.35;
	-moz-transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
}

.assets_of_9 .ileft img.active
{
	opacity: 1.0;
	 border: 1px solid #8a8a8a;
}

.assets_of_9 .right
{
	float:right;width: 79.5%;margin-top:10px;height:100%;overflow:auto;
}

.assets_of_9 .left
{
	float:left;
	width: 172px;
	position: relative;
}	

.assets_of_9 .ileft
{
	height: 396px;
	overflow: hidden;
	position: relative;
}
	
.comment-image-user
{
	line-height: 200%;
	text-align: center;
}


div ::-webkit-scrollbar {
    width: 10px;
    height: 13px;
}

/* Place The scroll up button at the up */
div ::-webkit-scrollbar-button{
    background-color: #b8b7b9;
    border: 1px solid #b8b7b9;
    width: 0;
    height: 0;
}


/* Top area above thumb and below up button */
div ::-webkit-scrollbar-track-piece{
    border: 1px solid #555555;
    background-color: #333333;
}
/* The thumb itself */
div ::-webkit-scrollbar-thumb{
    background-color: #909090;
    border: 5px solid #909090;
}

/* Corner */
div ::-webkit-scrollbar-corner{
    background-color: #b8b7b9;
}

#uphist
{
	position: absolute;
    right: 22px;
    top: 6px;
    height: 66px;
    z-index: 1;
}

#uphistcont
{
	position: relative;
}

.portfolio-thumb .mslots
{
	position: absolute;
	bottom: 32px;
	left: 1px;
	width: 287px;
	padding: 4px 0 4px 0;
	text-align: center;
	opacity: 0.8;
}

.portfolio-thumb .mslots span
{
	font-weight: bold;
}

.portfolio-thumb .mslots.limitreached + .file-hotspot
{
	opacity: 0.35;
	background-color: rgba(255,0,0,0.4);
}

.portfolio-thumb .mslots.limitreached{
	text-decoration: line-through;
	opacity: 0.9;
}

.portfolio-thumb .mslots.limitreached span
{
	color: red;
}

.fprog
{
	position: absolute;
	top: 0;
	left: 0;
	width: 263px;
	height: 176px;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	z-index: 1;
	cursor: pointer;
}

#upinfodet
{
	position: absolute;
	top:4px;
	left: 114px;
	width: 370px;
	height: 98px;
	border: 1px solid rgba(255,255,255,0.6);
	background: #949494;
	line-height: 22px;
	z-index: 2;
}

#upinfodet .upto
{
	font-weight: bold;
	color: black;
}

#upinfodet table
{
margin: 12px;
margin-top: 6px;
}

#upinfodet td:first-child
{
	color: black;
	padding-right: 8px;
}

#upinfodet td:last-child
{
	color: white;
}

#uphistcont .fprog
{
		-moz-box-shadow: 0px 0px 4px #000;
-webkit-box-shadow: 0px 0px 4px #000;
box-shadow: 0px 0px 4px #000;
cursor: pointer;
}

#uphistcont .fprog, #upinfodet table, .fprog .pbar, .frog .rthumb
{
	-moz-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

#uphistcont .fprog:hover
{
	z-index: 999 !important;
	
			-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

.fprog 
{
		-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.fprog .fname
{
	display: none;
	position: absolute;
	bottom: 8px;
	left: 5%;
	width: 90%;
	text-align: center;
	font-weight: bold;
	color: black;
	font-family: Calibri, Arial, sans-serif;
	font-size: 11px;
}

.fprog .pbar
{
	height: 4px;
	border-top: 2px solid black;
	background-color: #f2d591;
	width: 0;
}

.fprog .thumb
{
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
}

.fprog .rthumb
{
	width: 130px;
	max-height: 100px;
}

/* sort by*/
#id_sort_by {
    width: 100px;
    float: left;
    /* margin-top: 9px; */
    margin-left: 34px;
}

/* paginator */
div.designer_data_container div.label, div.designer_exp_container div.label {
    color: white;
}

div.designer_data_container div.label span.data, div.designer_exp_container div.label span.data {
    color: #666666;
}

.pagination{
    font-size:10pt;
    padding-top: 5px;
    padding-right: 5px;
    float: right;
    position: relative;
    right: 10px;
}

.pagination ul{
    list-style-type: none;
    display: inline;
    font-family: Calibri, Arial, sans-serif;
}

.pagination ul li{
    float:left;
    list-style-type: none;
    margin-left:43px;
    width: 31px;
    height: 30px;
    color: #8c8c8c;
    text-align: center;
    position: relative;
}

.pagination ul li:first-child
{
	margin-left: 4px;
}

.pagination ul li *
{
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 100%;
}

.pagination ul li.prev, .pagination ul li.next, .pagination ul li.active
{
	background: #e3c282;
	width: 29px;
	height: 28px;
	color: #000;
	border: 1px solid white;
}

.pagination ul li.active
{
	
	background: white;
	border-color: #e3c282;
}

div.designer_exp_container div.label #id_tutorials { width: 350px; color: #666666; }

div#content .module-content p{
    font-size:14px;
}

#pad-landing-header{
    float:left;
    margin-top:10px;
    width:400px;
}

#pad-search-container{
    float:right;
    margin-top:-64px;
    margin-right:8px;
}

.module-filter{
    margin-right:15px;
}

.module-select{
    margin-right:70px;
    font-size:9pt;
    margin-top:7px;
}

.module-select select{
    padding-left:5px;
    height:19px;
}

#keyword-search, #id_search{
    background:transparent url(/images/pad/search-background.png) no-repeat scroll left top;
    color:#4C4C4C;
    font-size:11pt;
    height:33px;
    width:296px;
    margin-top:-2px;
    margin-right:10px;
    padding-top:2px;
    padding-left: 8px;
}

div#right_side_container{
    margin-top:65px;
    margin-left:178px;
    
}

div#right_side_detail_container{
    margin-top:15px;
    margin-left:195px;
}

div#left_side_container{
    float:left;
    width:176px;
    text-align:center;
    margin-top:-40px;
}

.pad-header {
	width:909px;
	height:34px;
	background:url(/static/images/common/feed-title-bg.jpg) repeat-y top left;
	margin-left:-13px;
	padding:0 0 0 13px;
}


.pad-header .header-price{
    font-size:17pt;
    margin-top:-2px;
    display:block;
}

.pad-header #header-data{
    width:880px;
    margin-top:6px;
}

.pad-header .center{
    text-align:center;
}

.pad-header .right{
    text-align:right;
}

#update_message{
    /*margin-top:20px;*/
	height:60px;
	padding-top:60px;
	text-transform:uppercase;
}
#update_message a{
	color:#C00000;
    font-size:13pt;
	font-weight: bold;
}

.pad-asset {
    margin-right:2px;
    width:172px;
}

.pad-asset img {
    border:1px solid #cececa;
    display:block;
    margin:0 0 px;
}

/* filter box */
div#left_side_container #filter-box{
   border:1px solid #5b5b5b;
   width:171px;
   background:url('/images/assets/filter_box_backstrip.jpg') repeat-y top left;
   margin-bottom:20px;
   
}

div#filter-box .filter-title{
    width:100px;
    text-align:left;
    margin-bottom:10px;
    font-size:10pt;
    color:#9f9f9f;
}

div#filter-box .filter-data{
    text-align:right;
    font-size:10pt;
}

div#filter-box .filter-slider-container{
    height:51px;
    margin:10px;
    margin-right:15px;
    margin-bottom:5px;
}

div#filter-box .filter-slider-container .ui-widget-content{
     background:url('/images/assets/slider_track.png') no-repeat top left;
     border:none;
}

div#filter-box .ui-state-default{
    background:url('/images/assets/slider_guage.png') no-repeat top left;
    border:none;
}

div#filter-box .ui-slider .ui-slider-handle{
    height:1.6em;
    width:1.6em;
    top:-0.5em;
}

div #filter-box .filter-spacer{
    height:5px;
    background:url('/images/assets/filter_spacer.gif') no-repeat;
}

div #filter-box #tag-filter-container .tag-filter{
    margin-bottom:10px;
    margin-left:10px;
    font-size:10pt;
}

div #filter-box #tag-filter-container .tag-filter-agg-num{
    text-align:right;
    margin-right:10px;
}

div #filter-box #tag-filter-container{
    margin-top:10px;
    margin-bottom:100px;
}

/* pad detail */
div #icon_container{
    float:left;
    margin-left:8px;
    margin-top:4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

div #icon_container img{
  border: 0px solid #ffffff;
}

div #pad_options{
    float:right;
    padding-right:10px;
    color:#FFF;
    font-size:10pt;
}

div #pad_options a{
    color:#FFF;
}

div #data_container{
    margin-top:12px;
    margin-left:20px;
    float: left;
}


div #data_container .comments{
    margin-right:20px;
}

div #data_container .label{
    color:#999;
}

#pad_buttons
{
	margin-top: 4px;

}

a.button{
    width: 112px;
	float: left;
}

#background_select_container{
    float:right;
}

#file-upload-container{
    float:left;
    width:237px;
}

#submit-background{
    margin-top:5px;
    margin-bottom:5px;
}

#background-select-overlay{
    width:266px;
    height:102px;
    padding:20px 40px;
}

#submit-background{
  
}

#overlay-text{
    margin-top:5px;
    font-size:9pt;
    line-height:14px;
}

#pad_theme_container{
    position: absolute;
    right: 22px;
    bottom: 6px;
}

#theme-selector{

}

#theme-selector select{
    font-size:10pt;
    width:250px;
}

#theme-selector .theme
{
	width: 22px;
	height: 22px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
	margin-right: 5px;
	
}

#theme-selector .theme:hover
{
	
		-moz-box-shadow: 0px 0px 8px #222222;
	-webkit-box-shadow: 0px 0px 8px #222222;
 	box-shadow: 0px 0px 8px #222222;
}

#theme-selector .s-grey
{
	background: #bcbcbc;
	border: 1px solid white;
}

#theme-selector .s-black
{
	background: #373737;
	border: 1px solid white;
}

#theme-selector .s-white
{
	background: white;
	border: 1px solid #bcbcbc;
}

.module-box textarea{
    width:100%;
    height:200px;
    background-color:transparent;
    color:#fff;
    border:1px solid #fff;
    font:13px/1.6em Arial, Verdana, sans-serif;
    margin-bottom:20px;
}

.module-box .module-header input{
    width:500px;
    background-color:transparent;
    color:#fff;
    border:1px solid #fff;
    font:13px/1.6em Arial, Verdana, sans-serif;
    margin-top:5px;
    margin-left:-5px;
}

.assets_of_6 textarea, .assets_of_7 textarea{
    width:415px;
    height:250px;
    background-color:transparent;
    border:1px solid #fff;
    font:13px/1.6em Arial, Verdana, sans-serif;
    font-size:9pt;
    color:#fff;
    margin-bottom:20px;
    
}

#id_module_6_name, #id_module_7_name{
    width:350px;
    background-color:transparent;
    color:#fff;
    border:1px solid #fff;
    font:13px/1.6em Arial, Verdana, sans-serif;
    margin-top:5px;
    margin-left:-5px;
}

.module-box input.button,.half input.button{
    color:#5C5B59;
    font-size:13px;
    height:30px;
    margin:10px 10px 7px auto;
    padding-top:3px;
    padding-bottom:2px;
    text-align:center;
    width:151px;
}

/*portfolio*/

.portfolio-thumb{
    width:285px;
    height:220px;
    color:#fff;
    text-align:center;
    float:left;
    margin-right:10px;
    margin-bottom:20px;
    
    position: relative;
}

.portfolio-thumb .mainthumb{
	border: 0px solid #ffffff;
	margin-bottom: 0px;
	width: 287px;
	height: 200px;
	padding: 1px;
}

.portfolio-thumb .thumb-overlay
{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 287px;
	height: 200px;
	background: rgba(0,0,0,0.75);
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: hidden;
	opacity: 0.0;
	z-index: 2;
}

.portfolio-thumb .thumb-overlay .drag
{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	text-align: center;
	
	color: #FFFFFF;
	font-size: 16px;
	padding: 8px;

}


.portfolio-thumb:active img
{
	border: 1px dashed yellow;
}

.portfolio-thumb:active .drag
{
	color: yellow;
}

.portfolio-thumb .delete
{
	position: absolute;
	right: 60px;
	top: 20px;
	font-size: 16px;
}

.portfolio-thumb .delete a{
	color: #FFFFFF;
			-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-thumb .delete a:hover
{
	color: #992222 !important;
}

.portfolio-thumb .delete2
{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	background: #dcbb7c;
	padding: 8px;
	border: 1px solid rgba(0,0,0,0.5);
		-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-thumb .view
{
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 20px;
	color: white;
}

.portfolio-thumb .delete2:hover
{
	color: #992222;
	border: 1px solid rgba(0,0,0,0.8);
	background: #fcdb9c;
}

.portfolio-thumb:hover .thumb-overlay
{
	visibility: visible;
	opacity: 1.0;
}

.portfolio-thumb .file-hotspot
{
	position: absolute;
	background: url('/images/pad/dropup.png') no-repeat;
	top: 23%;
	left: 33%;
	width: 96px;
	height: 96px;
	
	opacity: 0.75;
}

.draggable{
    cursor:all-scroll;
}

#upload-work{
    
}

#upload-work a{
    display:block;
    background:url(/images/pad/pad-upload-icon.jpg) no-repeat;
    width: 100%;
    height: 100%;
}

#garbage{
    background:url(/images/pad/pad-delete-icon.jpg) no-repeat;
    width:285px;
    height:220px;
    color:#fff;
    text-align:center;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

#garbage #garbage-text{
    display:block;
    border: 1px solid #7d7d7d;
    background-color: #ff0000;
    width: 88px;
    height: 187px;
    color:#000;
    font-size:12pt;
    padding-top:90px;
    padding-left:60px;
    padding-right:60px;
    line-height:30px;
}

/*left bottom module*/
#module_content_6{
    width:375px;
    height:275px;
    padding:15px;
    overflow:auto;
    background-color:#5e5d5c;
}

/*right bottom module*/
#module_content_7{
    width:375px;
    height:275px;
    padding:15px;
    overflow:auto;
    background-color:#5e5d5c;
}

.push-right{
    margin-left:470px;
}

.half-module-clear{
    clear:both;
    height:10px;
}

.half{
    margin-top:10px;
    width:400px;
}

.half-module{
    background:url('/images/pad/half_header_background.gif') no-repeat;
}

.module-header-7 {
	width:390px;
	height:34px;
	background:transparent url(/images/pad/half_header_background.gif) no-repeat scroll 0 0;
	padding-left:18px;
}

#background-changed-header{
    text-align:center;
    font-size:18pt;
    margin-top:40px;
}

/* designer-list section */

.designer-container li{
    background-color:#b8b7b5;
    padding:10px 0px;
    margin-left:-13px;
    margin-bottom:10px;
    width:907px;
    font-size: 14px; /*11pt;*/
    height:107px;
}

.designer-container .name a {
    color: black;
    /* font-weight:bold; */
}

.designer-container .data{
}

.designer-container .label{
    margin-top:4px;
}

.designer-container .icon_container{
    float:left;
    margin-left:15px;
    width:70px;
}

.designer-container .designer_data_container{
    margin-left:15px;
    width:180px;
    float:left;
}

.designer-container .designer_exp_container{
    float:left;
    width:622px;
}

.designer-container .icon_container img{
    border:1px solid #666;
}

/* pad landing */

.pad-landing-overlay {
   display:none;
   width:454px;
   height:430px;
   padding-top:14px;
   padding-left:14px;
   background:url('/static/images/pad/pad-tooltip-back.png') no-repeat;
}

.pad-landing-overlay img{
    margin:auto;
    border:1px solid #a4a3a3;
}


select.sort-by{
    width:150px;
}

/* 

#upload-work-body{
   background:none; 
    background-color:#CECCCA;
    position:relative;
}

#upload-work-form{
    padding:15px;
}

#upload-work-form #left-fields{
    width:470px;
    float:left;
}

#upload-work-form #right-fields{
    float:left;
    margin-left:20px;
}

*/

#upload-work-form #errors{
    width:240px;
    height:60px;
    float:right;
    margin-top:-10px;
}

#upload-work-form #left-fields #id_text{

    font-size:10pt;
    padding-left:10px;
    border:1px solid #979797; 
    width:440px;
    color: black; 
    font-family:Arial, Verdana, sans-serif;
}

#upload-work-form #left-fields #requirements{
    color:#999;
}

#upload-work-form #left-fields #requirements p{
    font-size:11px;
    margin-bottom:10px 0px;
}

#upload-work-form #left-fields strong{
    color:#000;
    font-size:15px;
    margin:10px 0px;
}

#upload-work-form #left-fields #upload-button-container{
    margin-top:20px;
    text-align:left;
}

#upload-work-form #right-fields .field-container{
    margin-bottom:10px;
}


#upload-button-container{
    margin-top:10px;
    text-align:right;
}

#upload-work-form span{
    font-size:12px;
}

#work-uploaded-header{
    font-size:26px;
    text-align:center;
    margin:auto;
    margin-top:100px;
}

#upload-work-form h2{
    font-size:16px;
    margin:auto;
    margin-top:40px;
    width:450px;
    
}

#upload-work-form h2#work-uploaded{
    font-size:16px;
    margin-top:40px;
    margin-left:40px;
    width:95%;
}

/* portfolio detail section */

#portfolio-detail #portfolio-title{
    text-align:left;
    font-size:14pt;
    display:block;
    width:700px;
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
    font-weight:bold;
}

#portfolio-detail #rating-title{
    font-size:10pt;
    color:#F3781D;
}

#portfolio-description {
    text-align:left;
    font-size:10pt;
    font-family: Kalinga;
    line-height: 21px;
    display:block;
    margin:auto;
    padding:15px;
    width:780px;
    margin-top: 25px;
    margin-bottom: 45px;
    background-color:#c8c7c5;
    -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
    opacity: 0.7;
}


.portfolio-edit {
    background-color:#b8b7b5;
    color: #4a4a49;
    margin-left: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    top: 4px;
}

.portfolio-edit a {
    color: white;
    font-weight: bold;
}

.portfolio-detail-image{
    text-align:center;
    margin:auto;
    margin-top:25px;
    margin-bottom:35px;
    position: relative;
}


.portfolio-detail-image h2{
    font-size:20px;
    color:#ccc;
    border:1px solid #fff;
    width:500px;
    padding:20px;
    margin:auto;
    margin-bottom:20px;
}

.portfolio-detail-image .play-button{
    position:absolute;
    width:800px;
    top:38%;
}

div.video-js-box div.vjs-flash-fallback
{
	width: 800px;
	height: 450px;
	position: relative;
}

#add-image-container{
    text-align:left;
    font-size:9pt;
    display:block;
    margin:auto;
    margin-top:50px;
    padding:10px;
    width:820px;
    background-color: #b8b7b5;
}

.image-controls a.confirm-delete{
    visibility:hidden;
    opacity: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.image-controls a.confirm-delete.shown{
    visibility:visible;
    opacity: 1.0;
}

#stats_container{
    width:700px;
    margin:auto;
    margin-top:20px;
    font-size:11pt;
}

#comment_container{
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px #667;
    color:#000;
}

#comment_container #form-wrapper{
    
    margin-left: 25px;
}

#comment_container #post-comment{
    font-size:11pt;
    margin:10px 0px 20px 0px;  
}

#comment_container .submit-post{
    margin-top:10px;
    margin-bottom:55px;
    margin-left: 48px;
}

#comment_container #post-comment #post-comment-form #comment-input{
    text-align:center;
}

#comment_container #id_comment{

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:1px solid #A8A8A8;

    background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    width:773px;
    height:80px;
    padding:13px;
    font-size:11pt;
    margin-left: 19px;
    font-family: Kalinga, Arial;
    letter-spacing:1px;
    opacity: 0.4;
    margin-bottom: 25px;
}

#comment_container .comment{

    padding:10px;
    margin-top: 25px;
    width:774px;
    margin-left: 25px;
    
}

#comment_container .comment .comment-image-user
{
	text-align: center;
}

#comment_container .comment .comment-image{
    width:75px;
    float:left;
}

#comment_container .comment .comment-image img{
    display:block;
    margin:auto;
}

.portfolio-object-overlay{
    background:url(/images/pad/asset-overlay.png) no-repeat;
    display:none;
    width:208px;
    height:277px;
}

.portfolio-overlay-links{
    margin-top:40px;
    text-align:center;
}

#projcomtit
{
	margin-left: 2px;
	font-size: 14px;
	letter-spacing: 3.5px;
	clear:both;
	text-align: center;
	display: block;
}


/*background upload*/

#progress-container{
    position:relative;
    margin:auto;
    margin-top:40px;
    width:700px;
}

#progress {
    text-align:center;
    width: 700px;
    border:1px solid #e2e2e2;
}

#progressbar {
    width: 0;
    height: 22px;
    background:url(/images/common/pbar-ani.gif);
}

#percents{
    position:absolute;
    font-size:16px;
    font-weight:bold;
    color:#333;
    left:48.5%;
    top:3px;
}

.lightbox_bg {
    background:#000 none repeat scroll 0 0;
    display:none;
    height:122px;
    left:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter:alpha(opacity=70);
    opacity: 0.7;
    top:0;
    width:100%;
    z-index:50;
    display:none;
    position:fixed;
}

.modal{
    position:absolute;
    left:43%;
    top:38%;
    z-index:51;
    background: transparent;
}

.lightbox_bg_large {
    background:none;
    height:700px;
    left:0;
    top:0;
    width:100%;
    z-index:50;
    position:fixed;
}

.lightbox_overlay {
    background:#000 none repeat scroll 0 0;
    height:700px;
    filter:alpha(opacity=70);
    opacity: 0.7;
    width:100%;
    display:none;
}

.modal_large{
    position:absolute;
    left:48%;
    top:42%;
    z-index:51;
    background: transparent;
}

/* Social Share Sprite */
#social-share {
	width: 438px; height: 90px;
	margin:auto;
    margin-top:40px;
}
#social-share ul {
	background: url(/images/pad/share-sprite.png) no-repeat top left;
	width: 288px; height: 90px;
	padding: 0 75px;
	list-style: none;
}
#social-share ul li {
	float: left;
}
#social-share ul li a:link, #social-share ul li a:visited {
    width: 60px; height: 90px;
    text-indent: -9000px;
    overflow: hidden;
    display: block;
}
#social-share ul li.ss-facebook a:link, #social-share ul li.ss-facebook a:visited {
    left: 75px;
    margin-right: 16px;
}
#social-share ul li.ss-facebook a:hover, #social-share ul li.ss-facebook a:focus, #social-share ul li.ss-facebook a:active {
    background: url(/images/pad/share-sprite.png) no-repeat -75px -90px;
}
#social-share ul li.ss-twitter a:link, #social-share ul li.ss-twitter a:visited {
    left: 151px;
    margin-right: 16px;
}
#social-share ul li.ss-twitter a:hover, #social-share ul li.ss-twitter a:focus, #social-share ul li.ss-twitter a:active {
    background: url(/images/pad/share-sprite.png) no-repeat -151px -90px;
}
#social-share ul li.ss-stumbleupon a:link, #social-share ul li.ss-stumbleupon a:visited {
    left: 227px;
    margin-right: 16px;
}
#social-share ul li.ss-stumbleupon a:hover, #social-share ul li.ss-stumbleupon a:focus, #social-share ul li.ss-stumbleupon a:active {
    background: url(/images/pad/share-sprite.png) no-repeat -227px -90px;
}
#social-share ul li.ss-delicious a:link, #social-share ul li.ss-delicious a:visited {
    left: 303px;
}
#social-share ul li.ss-delicious a:hover, #social-share ul li.ss-delicious a:focus, #social-share ul li.ss-delicious a:active {
    background: url(/images/pad/share-sprite.png) no-repeat -303px -90px;
}


div#fancy_inner{
    background-color:#000;
    border:1px solid #F3781D;
}

#popup-window .popup-content{
    padding:0;
}

#main_thumb_prev {

position: relative;
color: black;
float: right;
margin-right: 4px;
margin-top: -165px;
width: 243px;
height: 158px;
background-color: #c7c7c7; 
text-align: left;
line-height: 18px;
font-family: kalinga;
font-size: 10pt;
border: 1px solid #b3afac; 
cursor: pointer;
text-align: center;


    transition: background-color .40s ease-in-out;
    -moz-transition: background-color .40s ease-in-out;
    -webkit-transition: background-color .40s ease-in-out;

          -webkit-box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.1);
        box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.1);

}

#main_thumb_prev:hover {

background-color:#909eb0; 

}

#ajax_loader {

	display: none;
	position: relative; 
	left: 202px; 
	top: -75px;

}


.gal_form_field_title  {

	font-size: 13px;
	font-family: kalinga;
	color: #5D5D5D;
	margin-bottom: 16px;
	text-transform: uppercase;


}

.field_gal_label {

    text-transform: uppercase;
	font-size: 13px;	
	font-family: kalinga;
	color: #5d5d5d;

}

.required_gal_label {

	color: #915050;
	font-size:10px;	
	letter-spacing: 1px;
	float: right;
	position: relative;
	margin-top: 0px;
	margin-right: 25px;

}

.desc_form_field_title {

	font-size: 13px;
	font-family: kalinga;
	color: #5D5D5D;
	text-transform: uppercase;
	margin-top: 76px;
}


.optional_gal_label {

	color: #4c678c;
	font-size:10px;	
	letter-spacing: 1px;
	float: right;
	position: relative;
	margin-top: 0px;
	margin-right: 25px;

}


.dialog-process-icon {
     padding-top: 8px;
     padding-right: 8px;
}

.dialog-error-message {
    color: red;
}

.dialog-text {
    border:1px solid #979797;
    background-color:#fff;
    width:666px;
    margin:auto;
    height:86px;
    margin-top:3px;
    margin-bottom:-7px;
    padding:9px;
    color:#5d5d5d;
    font-size:13px;
    line-height:18px;
    border: 1px solid #cbcbcb;
    
 	-webkit-box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.1);

}

.dialog-input {
    font-size:10pt;
    padding:5px;
    padding-left:10px;
    border:1px solid #cbcbcb;
    width:375px; /*440px;*/
    margin:auto;
    margin-bottom: 10px;
    margin-top: 5px;
    height:16px;
    color:#414141;
	padding: 5px;
	height:  25px;

        -webkit-box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.1);
        box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.1);
}


.dialog-label {
    font-size: 12px;
    font-weight: bold;
    color: #979797;
}

.dialog-label-star {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #F4D188 !important;
}

.gallery-submit-button{
	font-size: 16px;
    font-family: kalinga;
    display:block;
    height:28px;
    float: right;
    text-align:center;
    text-decoration:none;
    width:176px;
    margin-right: 79px;
    margin-top: -47px;
    color: #898989;
    cursor: pointer;
    
background: -moz-linear-gradient(top,  rgba(23,33,45,0) 0%, rgba(170,170,171,0) 89%, rgba(172,172,172,1) 90%, rgba(178,178,178,1) 94%, rgba(124,124,124,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,33,45,0)), color-stop(89%,rgba(170,170,171,0)), color-stop(90%,rgba(172,172,172,1)), color-stop(94%,rgba(178,178,178,1)), color-stop(100%,rgba(124,124,124,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(23,33,45,0) 0%,rgba(170,170,171,0) 89%,rgba(172,172,172,1) 90%,rgba(178,178,178,1) 94%,rgba(124,124,124,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(23,33,45,0) 0%,rgba(170,170,171,0) 89%,rgba(172,172,172,1) 90%,rgba(178,178,178,1) 94%,rgba(124,124,124,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(23,33,45,0) 0%,rgba(170,170,171,0) 89%,rgba(172,172,172,1) 90%,rgba(178,178,178,1) 94%,rgba(124,124,124,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(23,33,45,0) 0%,rgba(170,170,171,0) 89%,rgba(172,172,172,1) 90%,rgba(178,178,178,1) 94%,rgba(124,124,124,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0017212d', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */


    transition: color .30s ease-in-out;
    -moz-transition: color .30s ease-in-out;
    -webkit-transition: color .30s ease-in-out;

}

.gallery-submit-button:hover {

    color: #000000;

background: -moz-linear-gradient(top,  rgba(23,33,45,0) 0%, rgba(98,156,185,0) 89%, rgba(99,157,187,1) 90%, rgba(102,163,193,1) 94%, rgba(56,102,137,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,33,45,0)), color-stop(89%,rgba(98,156,185,0)), color-stop(90%,rgba(99,157,187,1)), color-stop(94%,rgba(102,163,193,1)), color-stop(100%,rgba(56,102,137,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(23,33,45,0) 0%,rgba(98,156,185,0) 89%,rgba(99,157,187,1) 90%,rgba(102,163,193,1) 94%,rgba(56,102,137,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(23,33,45,0) 0%,rgba(98,156,185,0) 89%,rgba(99,157,187,1) 90%,rgba(102,163,193,1) 94%,rgba(56,102,137,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(23,33,45,0) 0%,rgba(98,156,185,0) 89%,rgba(99,157,187,1) 90%,rgba(102,163,193,1) 94%,rgba(56,102,137,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(23,33,45,0) 0%,rgba(98,156,185,0) 89%,rgba(99,157,187,1) 90%,rgba(102,163,193,1) 94%,rgba(56,102,137,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0017212d', endColorstr='#386689',GradientType=0 ); /* IE6-9 */

}


.crop_buttons {

	font-size: 14px;
    font-family: kalinga;
    display:block;
    height:25px;
    float: right;
    text-align:center;
    text-decoration:none;
    width:149px;
    margin-right: 79px;
    margin-top: -47px;
    color: #494949;
    position: relative;
	z-index:5;
	padding-top: 9px;
	margin-top: 0px;
	border: 1px solid rgba(72,72,27,0.2);
	cursor: pointer;

	transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    -webkit-border-radius: 8px;
    border-radius: 8px;    

    background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 67%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(67%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 67%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 67%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 67%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 67%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}


.crop_buttons:hover {

	border: 1px solid #999;

	background: rgb(219,219,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(219,219,219,1) 14%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,rgba(219,219,219,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 14%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(219,219,219,1) 14%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(219,219,219,1) 14%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(219,219,219,1) 14%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

 		-webkit-box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.3);
        box-shadow:  2px 2px 8px 2px rgba(0, 0, 0, 0.3);

}

.update_your_thumb {

	z-index: 0; 
	position: relative; 
	text-align: center; 
	color: #949494; 
	font-size: 10pt;
	margin-top: -78px;
	margin-bottom: 0px;
	margin-left: 68px;
	float: left;
	
}


.upload-media-dialog {
    margin-top: 20px;
    width: 800px;
    border-top: 1px solid #B8B7B5;
    height: 280px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
}

.upload-media-dialog a {
    color: #F39700;
}


.upload-media-dialog .label {
    padding-top:20px;
    font-size: 24px;
    font-weight: bold;
    color: #545454;
}

.upload-media-dialog .media-number-label {
    font-size: 18px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.upload-media-dialog .label1 { font-size: 16px; color: #545454; }

.upload-media-dialog .label2 { font-size: 13px; color: #787878; }



.upload-media-dialog .info {
    padding: 10px;
    width: 360px;
    height: 210px;
    background-color: #E5E5E5;
    border: 1px solid #B8B7B5;
}

.upload-media-dialog .info .label2 {
    font-size: 20px;
    padding-bottom: 26px;
}

.upload-media-dialog .info .bullet {
    height: 70px;
}

.upload-media-dialog .info .bullet .text {
    float:right;
    width: 320px;
}

.upload-media-dialog .info .bullet .number {
    float:left;
    background-color: #F3D28C;
    width: 20px;
    height: 20px;
    font-size: 16px;
    padding-left: 10px;
}

/* EMBED VIDEO WIDGET */

#video-url-container{
    margin-left:4px;
    position:relative;
}

#video-url-container .label{
    padding-top:5px;
    font-size:12px;
}

.input-embed-video {
    border:1px solid #949494;
    width:328px;
    padding:6px;
    padding-left: 10px;
    font-size:14px;
    margin-top:5px;
    color: #787878;
}

#video-url-container .error {
    border:1px solid red !important;
}

#video-url-container .ok {
    border:1px solid green !important;
}

.embed-video-url-container .submit-button {
    position:absolute;
    width:32px;
    height:32px;
    top:4px;
    right: -35px;
}

.embed-video-url-container .submit-button img {
    width: 32px;
    height: 32px;
    cursor: pointer;
}



#bio-container{
    font-size:14px;
}

.assets_of_8
{
	overflow: auto;
}

.separ
{
	height: 1px;
	background-color: rgba(0,0,0,0.25);
	margin-top: 14px;
	margin-bottom: 14px;
}

#bio-container .stat-label{
	font-weight: bold;
}

#bio-container td:first-child
{
	padding-right: 120px;
}

#pad_header
{
	position: relative;
	height: 107px;
}

#pad_header #social-share {
	width: 136px;  height: 58px;
    position: absolute;
    right: 136px;
    top: 26px;
    overflow: hidden;
}

#pad_header #social-share ul {
	background: url(/images/pad/share-sprite2.png) no-repeat top left;
	width: 100px; height: 58px;
	padding: 0 48px;
	list-style: none;
}
#pad_header #social-share ul li {
	float: left;
}
#pad_header #social-share ul li a:link, #pad_header #social-share ul li a:visited {
    width: 38px; height: 58px;
    text-indent: -9000px;
    overflow: hidden;
    display: block;
}
#pad_header #social-share ul li.ss-facebook a:link, #pad_header #social-share ul li.ss-facebook a:visited {
    left: 48px;
    margin-right: 10px;
}
#pad_header #social-share ul li.ss-facebook a:hover, #pad_header #social-share ul li.ss-facebook a:focus, #pad_header #social-share ul li.ss-facebook a:active {
    background: url(/images/pad/share-sprite2.png) no-repeat -48px -58px;
}
#pad_header #social-share ul li.ss-twitter a:link, #pad_header #social-share ul li.ss-twitter a:visited {
    left: 97px;
    margin-right: 10px;
}
#pad_header #social-share ul li.ss-twitter a:hover, #pad_header #social-share ul li.ss-twitter a:focus, #pad_header #social-share ul li.ss-twitter a:active {
    background: url(/images/pad/share-sprite2.png) no-repeat -96px -58px;
}
#pad_header #social-share ul li.ss-stumbleupon a:link, #pad_header #social-share ul li.ss-stumbleupon a:visited {
    left: 145px;
    margin-right: 10px;
}
#pad_header #social-share ul li.ss-stumbleupon a:hover, #pad_header #social-share ul li.ss-stumbleupon a:focus, #pad_header #social-share ul li.ss-stumbleupon a:active {
    background: url(/images/pad/share-sprite2.png) no-repeat -144px -58px;
}
#pad_header #social-share ul li.ss-delicious a:link, #pad_header #social-share ul li.ss-delicious a:visited {
    left: 194px;
}
#pad_header #social-share ul li.ss-delicious a:hover, #pad_header #social-share ul li.ss-delicious a:focus, #pad_header #social-share ul li.ss-delicious a:active {
    background: url(/images/pad/share-sprite2.png) no-repeat -192px -58px;
}

#editprof
{
	position: absolute;
	top: 2px;
	left: 325px;
	font-size: 14px;
	z-index: 4;

}

#editprof a
{
	position:relative;
	margin-left:-30px;

}

a.edit-project-button:hover, a#rellink:hover
{
	text-decoration: underline;
	
}

#dodel
{
	width: 676px;
	height: 316px;
	background: url('/images/pad/delproj.png');
}

#dodel .cont
{
	position: absolute;
	left: 38px;
	top: 142px;
	font-size: 15px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
}

#dodel .projname
{
	color: red;
}

.projeyeholder
{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;

	position: relative;
	overflow-x:hidden;
	padding-top: 18px;
	opacity: 0.85;
	
	
	/*-webkit-mask-box-image: -webkit-gradient(linear,left top,right top,color-stop(0, rgba(255,255,255,0)),color-stop(0.2, rgba(255,255,255,1)),color-stop(0.8, rgba(255,255,255,1)),color-stop(1, rgba(255,255,255,0)));
	
	-moz-mask-box-image: -moz-gradient(linear,left top,right top,color-stop(0, rgba(255,255,255,0)),color-stop(0.2, rgba(255,255,255,1)),color-stop(0.8, rgba(255,255,255,1)),color-stop(1, rgba(255,255,255,0)));
	
	-o-mask-box-image: -o-gradient(linear,left top,right top,color-stop(0, rgba(255,255,255,0)),color-stop(0.2, rgba(255,255,255,1)),color-stop(0.8, rgba(255,255,255,1)),color-stop(1, rgba(255,255,255,0)));
	*/
	
	width: 800px;
	float: left;
}

.projeye
{
	position: relative;
	width: 10000px;
	overflow: visible;
	height: 60px;
}


.projeye a 
{
	float: left;
	margin: 6px;
	color: inherit;
	position: relative;
}

.projeye a img
{
	width: 72px;
	height: 49px;
		-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border: 1px solid rgba(0,0,0,0);
}

.projeye a.active img, .projeye a:hover img
{
	margin: 0;
	margin-top: -7px;
	margin-left: 0px;
	width: 90px;
	height: 62px;
	border: 1px solid white;
}

.projeye a.active img
{
	border: 1px solid white;

}

.projeye .title
{
	position: absolute;
	bottom: 104%;
	right: -100%;
	
	width: 300%;
	
	margin-left: 4px;
	margin-right: 4px;

	text-align: center;
	
	
	
	visibility: hidden;
	opacity: 0;
	
			-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;

	font-size: 12px;
	/*color: #b8b7b5;*/
}

.projeye a:first-child .title
{
	text-align: left;
	right: auto;
	left: 0;
}

.projeye a:last-child .title
{
	text-align: right;
	right: 0;
}



.projeye a:hover .title
{
	opacity: 1.0;
	visibility: visible;
	bottom: 116%;
}

.projeye a.active .title
{
	visibility: hidden;
}

.projeye a.hoveff .title
{
	opacity: 0.75;
}

.projeye a.active .title
{
	width: 90px;
	max-height: 90%;
	left: 0;
	bottom: 28%;
	background: black;
	background: rgba(0,0,0,0.5);
	color: white;
	overflow: hidden;
}


.parrowleft, .parrowright
{
margin-top: 24px;
	width: 13px; height: 49px;
	float: left;
	cursor: pointer;
}

.parrowleft
{
	margin-left: 6px;
	background: url('/images/pad/arrowleft.png') no-repeat;
	margin-right: 20px;
	opacity:0.3;
}

.parrowright
{
	margin-right: 6px;
	background: url('/images/pad/arrowright.png') no-repeat;
	margin-left: 20px;
	opacity:0.3;
}

.imgcont
{
	position: relative;
	display: inline;
	display: inline-block;
	min-height: 214px;
	min-width: 500px;
	margin-top: 70px;
	margin-bottom: 70px;
}

.imgcont .enlarge
{
	position: absolute;
	top: 12px;
	right: 12px;
	width: 45px;
	height: 40px;
	padding: 3px;
	background: url('/images/pad/enlarge.png') no-repeat center center;
	background-color: rgba(0,0,0,0.4);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	cursor: pointer;
	z-index: 2;
}



.imgcont .hrescaption
{
	font-family: Calibri, sans-serif;
	position: absolute;
	top: 12px;
	left: 12px;
	color: #ffffff;
	color:rgba(255,255,255,0.8);
	font-size: 13px;
	visibility: hidden;
	opacity: 0;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	height: 70px;
		background-color: rgba(0,0,0,0.4);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
}

.imgcont .hrescaption:hover
{	
	background-color: rgba(0,0,0,0.8);
}






.image-controls
{

	position: absolute;
	top: 12px;
	left: 100px;

	font-size: 13px;
	visibility: hidden;
	opacity: 0;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
		background-color: rgba(0,0,0,0.4);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px;
}

div.vidply
{
	width:800px;height:450px;margin:auto;position:relative;
}

div.vidply .image-controls
{
	left: 16px;
}

div.vidply .video-js-box
{
	margin: auto;
}

.image-controls a
{
	font-family: Calibri, sans-serif;
		color: #ffffff;
	color:rgba(255,255,255,0.8);
}

li.portfolio-detail-image:hover .image-controls
{
	opacity: 1.0;
	
	visibility: visible;
}

.image-controls:hover
{
	background-color: rgba(0,0,0,0.8);
}

.image-controls .buts
{
	margin: auto;
	text-align: left;
}

li.portfolio-detail-image > .image-controls
{
	position: static;
	text-align: center;
	margin: auto;
	width: 788px;
	height: 57px;
	opacity: 1.0;
	background-color: #CECECA;
}

.imgcont .hrestoggle
{
	width: 50px;
	height: 49px;
	background: url('/images/pad/hires_toggle.png') no-repeat 0 100%;
	position: absolute;
	top: 22px;
	left: 15px;
	cursor: pointer;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
		visibility: hidden;
	opacity: 0;
}

.imgcont:hover .hrescaption, .imgcont:hover .hrestoggle
{
	visibility: visible;
	
	opacity: 1.0;
}

.imgcont .hrestoggle.pending
{
	opacity: 0.8;
}

.imgcont .hrestoggle.pending div
{
	opacity: 0.5;
}

.imgcont .hrestoggle div
{
	padding-top: 14px;
	font-family: Calibri, sans-serif;
	color: #cfcfcf;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-transition: 0.5s all; 
}

.imgcont .hrestoggle.on
{
	background: url('/images/pad/hires_toggle.png') no-repeat 0 0;
}

.imgcont:hover .enlarge
{
	opacity: 0.5;
}

.imgcont a.hires:hover .enlarge
{
	opacity: 1.0;	
}






.imgcont .resprev
{
	position: absolute;
	top: 12px;
	right: 12px;
	
	

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	background-position: right bottom;
	
	background-repeat: no-repeat;
		
	opacity: 0;
	z-index: 1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	
	-webkit-transition: .75s opacity, 0.75s width, 0.75s height;
	-moz-transition: .75s opacity, 0.75s width, 0.75s height;
	-o-transition: .75s opacity, 0.75s width, 0.75s height;
	transition: 0.75s opacity, 0.75s width, 0.75s height;
	width: 0; height: 0;
	
	cursor: move;
}



.imgcont a.hires:hover .resprev, .imgcont .resprev.moving
{
	opacity: 1.0;
	width: 350px;
	height: 200px;
	border: 1px solid rgba(255,255,255,0.3);
		box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-o-box-shadow: 0 0 5px #000;
	
}
.imgcont a.hires:hover .resprev
{
		-webkit-transition: width 0.25s, height 0.25s, opacity 0.25s, background-position 8s;
	-moz-transition:  width 0.25s, height 0.25s, opacity 0.25s, background-position 8s;
	-o-transition:  width 0.25s, height 0.25s, opacity 0.25s, background-position 8s;
	transition: width 0.25s, height 0.25s, opacity 0.25s, background-position 8s;
	background-position: left top;
}

.imgcont .resprev.loading
{
	background-image: url('/images/pad/ajax-loader.gif');
	-webkit-transition: .25s opacity, 0.25s width, 0.25s height !important;
	-moz-transition: .25s opacity, 0.25s width, 0.25s height !important;
	-o-transition: .25s opacity, 0.25s width, 0.25s height !important;
	transition: 0.25s opacity, 0.25s width, 0.25s height !important;
	background-position: center center !important;
}

.givecred
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 214px;
	background: #000;
	background: rgba(0,0,0,0.75);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	overflow: hidden;
}
/*
li.portfolio-detail-image[id^="video"] .imgcont .givecred
{
	visibility: visible;
	opacity: 1.0;
}*/

li.portfolio-detail-image[id^="video"] .imgcont
{
		-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

li.portfolio-detail-image[id^="video"]:not(:hover) .imgcont
{
	background: none !important;
}

li.portfolio-detail-image[id^="video"]:hover .imgcont
{
	padding-bottom: 214px;
}

.givecred .wic
{
	position: absolute;
	top: 21px;
	left: 21px;
	background: url('/images/pad/whatiscred.png') no-repeat;
	width: 23px;
	height: 23px;
	z-index: 4;
	cursor: pointer;
}

.givecred .cta
{
	color: #909090;
	text-align: center;
	letter-spacing: 1px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}

.givecred .cta.bot
{
	position: absolute;
	top: auto;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}

#whatiscred
{
	position: absolute;
	color: #fff;
	font-size: 13px;
	font-family: Arial, sans-serif;
	top: 0;
	left: 0;
	padding-top: 21px;
	padding-left: 13px;
	text-align: left;
	line-height: 19px;
	z-index: 3;
	background: #000;
	background: rgba(0,0,0,0.75);

	
	width: 100%;
	height: 100%;
}

#whatiscred .inner
{
	opacity: 0;
	/*width: 221px;*/
	width: 80%;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
	padding-bottom: 8px;
	padding-left: 8px;
	
	overflow: auto;
}


#whatiscred .top
{
	padding-left:32px;
	text-decoration:underline;
	padding-top: 2px;
	padding-bottom: 22px;
	font-size: 15px;
}

li.portfolio-detail-image:hover .givecred
{
	opacity: 1.0;
	visibility: visible;
}

.cred_widget
{
	position: absolute;
	top: 44px;
	left: 50%;
	/*margin-top: -56px;*/
	margin-left: -56px;
	
	background-color: #fff;
	background-color: rgba(255,255,255,1.0);
	padding: 20px;
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	border-radius: 300px;
	
	-moz-transition: 1.0s all;
	-webkit-transition: 1.0s all;
	-o-transition: 1.0s all;
	transition: 1.0s all;
}


.cred_widget.activated
{
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-o-box-shadow: 0 0 20px #000;
}

.cred_widget_inner
{
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	border-radius: 300px;
	background: #000;
/*	background: rgba(0,0,0,0.85);*/
	width: 68px;
	height: 68px;
	position: relative;
	z-index: 2;
	border: 2px solid #000;
	border-color: rgba(0,0,0,0);
}

.cred_widget.activated .cred_widget_inner
{


}



.cred_widget .ff
{
	width: 20px;
	height: 31px;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -16px;
	-moz-transition: 0.5s opacity;
	-webkit-transition: 0.5s opacity;
	-o-transition: 0.5s opacity;
	transition: 0.5s opacity;
}

.cred_widget.activated .ff
{
	opacity: 0.5;
}

.cred_widget .slices, .cred_widget .txt
{
	visibility: hidden;
	/*-moz-transition: 0.2s opacity;
	-webkit-transition: 0.2s opacity;
	-o-transition: 0.2s opacity;
	transition: 0.2s opacity;*/
	-moz-border-radius: 3000px;
	-webkit-border-radius: 3000px;
	border-radius: 3000px;
	/*box-shadow: 0 0 10px rgba(214,171,73, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(214,171,73, 0.5);
	-moz-box-shadow: 0 0 10px rgba(214,171,73, 0.5);
	-o-box-shadow: 0 0 10px rgba(214,171,73, 0.5);*/
}

.cred_widget.activated .slices, .cred_widget.activated .txt
{
	visibility: visible;
}

.cred_widget .slices div
{

	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	
	
	
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	
	
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	
	-o-border-top-left-radius: 0;
	-o-border-top-right-radius: 0;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	
	
	width: 0;
	height: 0;
	
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	
		
}

.cred_widget.basic .slices div
{
	margin-left: -77px;	
	border-left: 77px solid transparent;
	border-right: 77px solid transparent;

	
	height: 300px;
	margin-top: -300px;
	-webkit-transform-origin: 50% 300px;
	-moz-transform-origin: 50% 300px;
	-o-transform-origin: 50% 300px;
	transform-origin: 50% 300px;
	
	

	border-bottom: 74px solid #fff;
}


.cred_widget.basic.win .slices div
{
	/*margin-left: -20px;	
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;

	
	height: 30px;
	margin-top: -30px;
	-webkit-transform-origin: 50% 30px;
	-moz-transform-origin: 50% 30px;
	-o-transform-origin: 50% 30px;
	transform-origin: 50% 30px;
	
	

	border-bottom: 74px solid #fff;*/
	
		margin-left: -30px;	
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	
	
	
	width: 0;
	height: 0;
	margin-top: 16px;
	-webkit-transform-origin: 50% -16px;
	-moz-transform-origin: 50% -16px;
	-o-transform-origin: 50% -16px;
	transform-origin: 50% -16px;
	
	border-bottom: 58px solid #fff;
}


.cred_widget.pro .slices div
{
	margin-left: -44px;	
	border-left: 44px solid transparent;
	border-right: 44px solid transparent;
	
	padding-top: 10px;

	
	height: 50px;
	margin-top: -50px;
	-webkit-transform-origin: 50% 50px;
	-moz-transform-origin: 50% 50px;
	-o-transform-origin: 50% 50px;
	transform-origin: 50% 50px;
	
	

	border-bottom: 74px solid #fff;
}


.cred_widget.pro.win .slices div
{
	margin-left: -30px;	
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	
	padding-top: 14px;

	
	height: 15px;
	margin-top: -15px;
	-webkit-transform-origin: 50% 15px;
	-moz-transform-origin: 50% 15px;
	-o-transform-origin: 50% 15px;
	transform-origin: 50% 15px;
	
	

	border-bottom: 64px solid #fff;
}

.cred_widget.proplus .slices div
{
	margin-left: -30px;	
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	
	
	
	width: 0;
	height: 0;
	margin-top: 16px;
	-webkit-transform-origin: 50% -16px;
	-moz-transform-origin: 50% -16px;
	-o-transform-origin: 50% -16px;
	transform-origin: 50% -16px;
	
	border-bottom: 58px solid #fff;
	
}

.cred_widget.win .slices div
{
	background: #fff;
}


	
	
	
	


.cred_widget .slices div.active
{
	border-bottom-color: #e1b363 !important;
	z-index: 1;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	
	-webkit-transition: 0.2s border-bottom-color;
	-moz-transition: 0.2s border-bottom-color;
	-o-transition: 0.2s border-bottom-color;
	transition: 0.2s border-bottom-color;
}

.cred_widget.win .slices div.active
{
	background: #e1b363 !important;
}

.cred_widget.saf .slices div
{
	background: none !important;
}

.cred_widget.saf.win .slices div
{
	background: none !important;
}
	

.cred_widget .txt
{

	position: absolute;
	top: -20px;
	left: -20px;
	padding: 20px;
	width: 100%;
	height: 100%;
}

.cred_widget .txt div
{
	z-index: 2;
	font-size: 16px;
	color: #484848;
	position: absolute;
	width: 50px;
	text-align: center;
	margin-left: -25px;
	-moz-transition: 0.5s opacity;
	-webkit-transition: 0.5s opacity;
	-o-transition: 0.5s opacity;
	transition: 0.5s opacity;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	left: 50%;
	top: 50%;
	opacity: 0;
}

.cred_widget.activated.sent .txt div
{
		-moz-transition: left 1s, top 1s, opacity 1s, font-size 1s;
	-webkit-transition: left 1s, top 1s, opacity 1s, font-size 1s;
	-o-transition: left 1s, top 1s, opacity 1s, font-size 1s;
	transition: left 1s, top 1s, opacity 1s, font-size 1s;
	
		-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.cred_widget.activated .txt div
{
	opacity: 1.0;
}

.cred_widget.basic .txt1
{	
	top: auto;
	bottom: 10%;
	left: 50%;	
}

.cred_widget.basic .txt2
{	
	top: 30%;
	left: 20%;	
}

.cred_widget.basic .txt3
{	
	top: 30%;
	left: 80%;	
}


.cred_widget.activated.basic .sl1
{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}


.cred_widget.activated.basic .sl2
{
	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	transform: rotate(120deg);
}

.cred_widget.activated.basic .sl3
{
	-webkit-transform: rotate(240deg);
	-moz-transform: rotate(240deg);
	-o-transform: rotate(240deg);
	transform: rotate(240deg);
}






.cred_widget.activated.pro .sl1
{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}


.cred_widget.activated.pro .sl2
{
	-webkit-transform: rotate(72deg);
	-moz-transform: rotate(72deg);
	-o-transform: rotate(72deg);
	transform: rotate(72deg);
}

.cred_widget.activated.pro .sl3
{
	-webkit-transform: rotate(144deg);
	-moz-transform: rotate(144deg);
	-o-transform: rotate(144deg);
	transform: rotate(144deg);
}

.cred_widget.activated.pro .sl4
{
	-webkit-transform: rotate(216deg);
	-moz-transform: rotate(216deg);
	-o-transform: rotate(216deg);
	transform: rotate(216deg);
}


.cred_widget.activated.pro .sl5
{
	-webkit-transform: rotate(288deg);
	-moz-transform: rotate(288deg);
	-o-transform: rotate(288deg);
	transform: rotate(288deg);
}


.cred_widget.pro .txt1
{	
	top: auto;
	bottom: 10%;
	left: 50%;	
}

.cred_widget.pro .txt2
{	
	top: auto;
	bottom: 32%;
	left: 16%;	

}

.cred_widget.pro .txt3
{	
	top: 18%;
	left: 28%;	
}

.cred_widget.pro .txt4
{	
	top: 18%;
	left: 72%;	
}

.cred_widget.pro .txt5
{	
	top: auto;
	bottom: 32%;
	left: 84%;	
}









.cred_widget.activated.proplus .sl1
{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}


.cred_widget.activated.proplus .sl2
{
	-webkit-transform: rotate(51.4285714deg);
	-moz-transform: rotate(51.4285714deg);
	-o-transform: rotate(51.4285714deg);
	transform: rotate(51.4285714deg);
}

.cred_widget.activated.proplus .sl3
{
	-webkit-transform: rotate(102.857143deg);
	-moz-transform: rotate(102.857143deg);
	-o-transform: rotate(102.857143deg);
	transform: rotate(102.857143deg);
}

.cred_widget.activated.proplus .sl4
{
	-webkit-transform: rotate(154.285714deg);
	-moz-transform: rotate(154.285714deg);
	-o-transform: rotate(154.285714deg);
	transform: rotate(154.285714deg);
}


.cred_widget.activated.proplus .sl5
{
	-webkit-transform: rotate(205.714286deg);
	-moz-transform: rotate(205.714286deg);
	-o-transform: rotate(205.714286deg);
	transform: rotate(205.714286deg);
}

.cred_widget.activated.proplus .sl6
{
	-webkit-transform: rotate(257.142857deg);
	-moz-transform: rotate(257.142857deg);
	-o-transform: rotate(257.142857deg);
	transform: rotate(257.142857deg);
}

.cred_widget.activated.proplus .sl7
{
	-webkit-transform: rotate(308.571429deg);
	-moz-transform: rotate(308.571429deg);
	-o-transform: rotate(308.571429deg);
	transform: rotate(308.571429deg);
}


.cred_widget.proplus .txt1
{	
	top: auto;
	bottom: 8%;
	left: 50%;	
}

.cred_widget.proplus .txt2
{	
	top: auto;
	bottom: 22%;
	left: 22%;	
}

.cred_widget.proplus .txt3
{	
	top: 36%;
	left: 16%;	
}

.cred_widget.proplus .txt4
{	
	top: 12%;
	left: 36%;	
}

.cred_widget.proplus .txt5
{	
	top: 12%;
	left: 64%;	
}

.cred_widget.proplus .txt6
{	
	top: 36%;
	left: 84%;	
}

.cred_widget.proplus .txt7
{
	top: auto;
	bottom: 22%;
	left: 78%;
}

.cred_widget .cred_widget_inner
{
	-moz-transition: 4.0s all;
	-webkit-transition: 4.0s all;
	-o-transition: 4.0s all;
	transition: 4.0s all;
}

.cred_widget.sending .cred_widget_inner
{
	-moz-box-shadow: inset 0 0 10px #DCAD3C;
-webkit-box-shadow: inset 0 0 10px #DCAD3C;
-o-box-shadow: inset 0 0 10px #DCAD3C;
box-shadow: inset 0 0 10px #DCAD3C;
background-color: #000;
-moz-transition: 1.0s all;
	-webkit-transition: 1.0s all;
	-o-transition: 1.0s all;
	transition: 1.0s all;
}


.cred_widget.sent .cred_widget_inner
{
	-moz-box-shadow: inset 0 0 3px #DCAD3C;
-webkit-box-shadow: inset 0 0 3px #DCAD3C;
-o-box-shadow: inset 0 0 3px #DCAD3C;
box-shadow: inset 0 0 3px #DCAD3C;
background-color: #000;
-moz-transition: 1.0s all;
	-webkit-transition: 1.0s all;
	-o-transition: 1.0s all;
	transition: 1.0s all;
	border-color: #DCAD3C;
}

.cred_widget.sent .ff
{
	opacity: 1.0;
}


#pad_title
{
	height: 51px;
	font-family:Arial,sans-serif;font-size:20px;font-weight: normal;
}

#id_sort_by
{
	left: 150px;
}



.paginationt{
    float: right;
    position: relative;
    top: -37px;
    z-index: 1;
    right: 16px;
}

.paginationt ul{
    list-style-type: none;
    display: inline;
    font-family: Calibri, Arial, sans-serif;
}

.paginationt ul li{
	font-family: GothamLightRegular, Arial, sans-serif;
    float:left;
    font-size:12px;
    margin-left: 12px;
    list-style-type: none;
   } 
   
.paginationt ul li a
{
	color: #5c5b59;
}
   
.paginationt ul li.active a
{
	color: #000;
	font-weight: bold;
}

.module-header .left select#id_sort_by{
   	position: absolute;
   	top: 2px;
   	left: 170px;
    width: 170px;
    height: 29px !important;
}

div.place_holder
{
	width: 816px;
	margin: auto;
}