#codesContent h1
{
	font-size: 20px;
	color: rgb(221, 221, 221);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.9);
	margin-top: -3px;
	float: left;
}

center
{
	clear: both;
}

.leftCode
{
	width: 215px;
	height: auto;
	display: inline-block;
	//margin-right: 35px;
	padding-right: 30px;
	//border-right: 1px solid rgba(200,200,200,0.1);
	//box-shadow: 1px 0px 0px rgba(0,0,0,0.3), 40px 0px 65px -44px rgba(0,0,0,0.1);
	margin-bottom: 15px;
	float: left;
}
.leftCode .thumbnail
{
	margin: 10px 0;
	max-height: 500px;
}
.leftCodeSingle
{
	height: 125px;
	text-align: left;
	padding-left: 2px;
	float: left;
	width: 215px;
	display: inline-block;
	margin-bottom: 20px;
}

.leftCodeSingle h1
{
	font-size: 16px;
}
.codesThumb
{
	position: relative;
}
.rightCode
{
	min-height: 78px;
	text-align: left;
	float: left;
	padding-top: 8px;
	width: 715px;
}
#consLinks .rightCode
{
	margin-left: 17px;
}
.rightCode h4
{
	text-shadow: 1px 1px 0px black;
	font-size: 18px;
}
.rightCodeSingle
{
	min-height: 145px;
	text-align: left;
	float: left;
	margin-top: 31px;
}
.codeServe
{
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 15px;
	text-align: left;
	float: left;
}
.codeServeEmbed
{
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 15px;
	display: none;
	text-align: left;
	float: left;
}
.embedWrap .textBox
{
	width: 100%;
}
.embedWrap
{
	width: 345px;
	float: left;
}
.embedWrap:first-child
{
	margin-right: 15px;
}
.socialShare
{
	float: left;
	overflow: auto;
}
#bookmarks
{
	float: left;
	width: 50%;
}
#codesLink
{
	float: right;
	width: 50%;
	position: relative;
}
.codeServeSingle
{
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 15px;
	width: 545px;
	text-align: center;
	margin: 0 auto 0 auto;
}
.thumbnailBox
{
	padding: 5px;
}
.thumbnail
{
	float: right;
	border: 1px solid #111;
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.1);
	max-width: 325px;
	clear: right;
	background: rgba(0,0,0,0.2);
	border-radius: 2px;	
}

.code
{
	position: fixed;
	float: right;
}

input
{
	background: #11111d;
}
.codeBox
{
	background: transparent url('/img/gui/settings/newIcons/direct.png') 9px 46% no-repeat;
	border: 1px solid rgba(150,150,150,0.1);
	color: #A0F765;
	font-family: "Helvetica Neue", Helvetica, Tahoma, Trebuchet MS, Trebuchet, sans-serif;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
 	border-radius: 2px;
	-webkit-user-select: text;
	position: relative;
	padding: 8px 8px 8px 30px;
	direction: ltr;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: padding 0.3s, background 0.3s;
	-moz-transition: padding 0.3s, background 0.3s;
}

.embedCode
{
	background: transparent;
	background-image: none;
	padding: 8px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.directLink
{
	background: transparent url('/img/gui/settings/newIcons/link.png') 9px 46% no-repeat;
}

.codeBox:hover, .codeBoxShort:hover
{
	border: 1px solid rgba(255,255,255,0.2);
	cursor: text;
}

.codeBox:focus, .codeBoxShort:focus
{
	background-color: rgba(255,255,255,1);
	background-position: -20px 46%;
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.5), inset 1px 2px 8px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.3);
	color: #000;
	text-shadow: none;
	padding: 8px 8px 8px 8px !important;
	border: 1px solid black;
}

.codeBox:focus
{
	padding: 8px;
	z-index: 500;
}

#codeSwitch4
{
	display: none;
}

.codeBoxShort:focus
{
	width: 150px;
}

.codeBoxShort
{
	width: 128px;
	margin-left: 36px;
}

@-webkit-keyframes short-animation {
0% {
-webkit-box-shadow: 0px 0px 5px #00f0ff;
border: 1px solid #cceaff;
background-color: #cceaff;
}
100% {
-webkit-box-shadow: 0px 0px 5px #121223;
background-color: #f5f5f5;
}
}
.codeBoxSingle
{
	width: 280px;
}
.codeBoxSingleShort
{
	width: 250px;
}
.codeBoxSingle:focus
{
	width: 302px;
}
.codeBoxSingleShort:focus
{
	width: 302px;
}
.codesWrap:hover .codeButtonShort
{
	opacity: 1;	
	border-left: 1px solid rgba(200,200,200,0.2);
}
.codeButtonShort
{
	background: rgb(37, 37, 37);
	width: 35px;
	height: 32px;
	position: absolute;
	top: -8px;
	right: 1px;
	border: 0px;
	border-left: 1px solid rgba(255,255,255,0);
	z-index: 100;
	overflow: hidden;
	text-indent: 35px;
	line-height: 30px;
	color: rgba(255,255,255,0);
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.codeButtonShort:before
{
	content: '';
	background: transparent url('/img/gui/settings/icons/white/fullscreen_exit_16x16.png') no-repeat 9px 50%;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0px;
	top: 1px;
}

.codeButtonShort:hover
{
	border: 0px;
	border-left: 1px solid rgba(200,200,200,0.2);
	width: 125px;
	color: rgba(255,255,255,1);
	opacity: 1;
	-webkit-transition: all 0.4s 0s;
	-moz-transition: all 0.4s 0s;
}
.codesWrap
{
	position: relative;
	display: inline;
}
.rightCodesControll
{
	border: 0px;
	position: relative;
	overflow: hidden;
	margin-top: 5px;
}
.rightCodesControll p
{
	font-size: 14px;
	margin-top: 34px;
	//color: rgb(111, 111, 167);
}
#consLinks .rightCodesControll p
{
	margin-top: 0px;
}
.shortenIcon
{
	padding-top: 11px;
}

.shortCode
{
	background: transparent url('/img/gui/settings/newIcons/link.png') 6px 46% no-repeat;
}

.textBox
{
	font-weight: 200;
	padding: 5px;
	resize: none;
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 5px;
	width: 705px;
	font-size: 14px;
	background-color: rgba(255,255,255,0);
	color: #A0F765;
	text-shadow: none;
	border: 1px solid rgba(150,150,150,0.1);
	height: 50px;
	max-height: 300px;
	outline: none;
	font-family: "Helvetica Neue", Helvetica, Tahoma, Trebuchet MS, Trebuchet, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: background 0.3s;
}

.textBox:hover
{
	border: 1px solid rgba(255,255,255,0.2);
	cursor: text;
}

.textBox:focus
{
	background-color: rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.5), inset 1px 2px 8px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.3);
	color: #000;
	text-shadow: none;
	border: 1px solid black;
}


.codeBoxExtended
{
	background: transparent;
	border: 1px solid rgba(0,0,0,0);
	color: #A0F765;
	font-family: "Helvetica Neue", Helvetica, Tahoma, Trebuchet MS, Trebuchet, sans-serif;
	font-size: 12px;
	padding: 8px 8px 8px 8px;
	width: 165px;
	border-radius: 3px;
	-webkit-user-select: text;
	position: relative;
}

.imgServe
{
	padding-top: 35px;
	border-top: 1px solid #323232;
}
.all-images
{	
	clear: both;
	width: 960px;
	height: 190px;
	margin: 0 auto 0 auto;
	text-align: left;
	clear: both;
	padding-right: 0;
	overflow: visible;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
	border-radius:3px;
	padding-top: 20px;
	display: block;
}
/*
.all-images:before
{
	content: url('/img/gui/general/pointer.png');
	position: absolute;
	top: -20px;
	left: 215px;
}
*/

.codes
{
	width: 345px;
	float: left;
}

.rightCodesControll .codes:nth-child(even)
{
	margin-left: 15px;
}

.rightCodesControll .codes .codeBox, .rightCodesControll p
{
	font-size: 14px;
}

.codesMore .codes:nth-child(odd)
{
	margin-left: 15px;
}

.codesMoreSingle
{
	display: inline-block;
	margin: 20px 0 20px;	
}
.codesMore
{
	clear: both;
	padding-right: 0;
	margin-right: 0;
	display: block;
	overflow: auto;
	padding-top: 5px;
	margin-top: 7px;
}

.codesMore p
{
	font-size: 14px;
}

.hintFloat
{
	top: -100px;
}

.loginActionForm:focus
{
	border: 1px solid #3ECFFF;
}
.contactForm:focus
{
	border: 1px solid #3ECFFF;
}
.hintBox
{
	position: relative;	
	top: -27px;	
	left: 230px;
	font-size: 10px;
	background-color: #202020;
	width: 150px;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 5px;
	border: 1px solid #3ECFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 5px;
}
.placeholderFix
{
	position: relative;	
	top: 2px;	
	left: 5px;
	font-size: 10px;
	color: #ABABAB;
	letter-spacing: 1px;
	padding: 5px;
	border: 0px solid #323232;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 5px;
}
.queueLimit
{
	float: right;
	position: relative;	
	top: -19px;	
	padding-right: 5px;
	font-size: 12px;
	color: #606060;
	letter-spacing: 1.9px;
}
.backHome
{
	float: right;
	position: relative;	
	top: -20px;	
	padding-right: 5px;
	font-size: 10px;
	color: #606060;
	letter-spacing: 1.0px;
}
.smallText
{
	font-size: 10px;
	letter-spacing: 1px;
	color: #666;
	padding-top: 5px;
	display: none;
}
.removeButton
{
	width: 60px;
	height: 20px;
	border: solid 1px #dedede;
	background: #dedede url(/img/gui/buttons/upload-overlay.png) repeat-x; 
	display: inline-block; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 3px;
	color: #000;
}
.removeButton:hover
{
	border: 1px solid #3ECFFF;
	background: #efefef url(/img/gui/buttons/upload-overlay.png) repeat-x; 
}

.removeText
{
	padding-right: 5px;
	font-size: 12px;
	letter-spacing: 1px;
	text-shadow: -1px 1px 1px #fff;
}
.removeButton-error
{
	width: 60px;
	height: 20px;
	border: solid 1px #222;
	background: #000 url(/img/gui/buttons/upload-overlay.png) repeat-x; 
	display: inline-block; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 3px;
	color: #FFF;
}
.removeButton-error:hover
{
	background: #444 url(/img/gui/buttons/upload-overlay.png) repeat-x; 

}
.removeText-error
{
	padding-right: 15px;
	font-size: 12px;
	letter-spacing: 1px;
}

#codeServeList
{
	background: rgba(0,0,0,0.1);
	overflow: visible;
	display: block;
	padding: 0;
	margin-bottom: 20px;
	border-top: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.05);
	border-radius: 3px;
	clear: both;
}

#codeServeList li 
{
	display: block;
	margin: 10px 0 0px;
	padding: 0px;
	position: relative;
	overflow: auto;
	
	width: auto;
	display: block !important;

}
#codeServeList li .codesBorder
{
	background-color: #FF0;
}
.codeHeader
{font-weight: 200;
letter-spacing: 1px;
font-family: "Helvetica Neue", Helvetica, Tahoma, Geneva, sans-serif;
clear: left;
font-size: 14px;
}

.codesMore .codeHeader
{
	margin-top: 14px;
	padding-bottom: 0px;
}

.stubby
{
	width: 200px;
	font-size: 12px;
}

a.bottomCode
{
	display: block;
	padding: 5px 3px 0px 3px;
	margin-top: 15px;
	text-decoration: none;
	color: rgb(147, 144, 211);
	cursor: pointer;
	font-size: 12px;
	text-align: right;
	border-top: 1px solid rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.05);
}

.excellent
{
	float: right;
	margin-left: 5px;
	height: 30px;
	line-height: 30px;
}

.headerText
{
	display: inline;
	float: left;
}

#codesHeader
{
	width: 100%;
	display: block;
	height: 40px;
	margin-top: 10px;
	position: relative;
}

.modeOn
{
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.1) !important;
	color: #ccc;
}

#consImg
{
	position: relative;
	width: 210px;
	height: 180px;
	float: left;
	margin-right: 5px;
}

#consImg .thumbnail
{
	width: 200px;
	height: 125px;
	position: absolute;
	opacity: 0;
	border: 1px solid black;
	box-shadow: none;	
	top: 0px;
	left: 50%;
	margin-left: -108px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#consImg .thumbnail:nth-child(1)
{
	border: 1px solid rgba(255,255,255,0.5);
	opacity: 1;
	z-index: 10;
}

#consImg:hover .thumbnail:nth-child(1)
{
	box-shadow: 0px 0px 50px rgba(255,255,255,0.2), 0px 0px 1px 1px black;
}

#consImg:hover .thumbnail:nth-child(2)
{
	z-index: 9;
	top: 10px;
	margin-left: -80px;
	opacity: 1;
	-webkit-transform: scale(0.9) rotateZ(10deg);
	-moz-transform: scale(0.9) rotateZ(10deg);
	transform: scale(0.9) rotateZ(10deg);
	}

	
#consImg:hover .thumbnail:nth-child(3)
{
	z-index: 8;
	top: -20px;
	margin-left: -138px;
	opacity: 1;
	-webkit-transform: scale(0.9) rotateZ(-7deg);
	-moz-transform: scale(0.9) rotateZ(-7deg);
	transform: scale(0.9) rotateZ(-7deg);
	}

#consImg:hover .thumbnail:nth-child(4)
{
	z-index: 6;
	
	top: 40px;
	margin-left: -115;
	opacity: 1;
	-webkit-transform: scale(0.85) rotateZ(-5deg);
	-moz-transform: scale(0.85) rotateZ(-5deg);
	transform: scale(0.85) rotateZ(-5deg);
	}


#consImg .thumbnail:nth-child(n+6)
{
	display: none;
}

#total
{
	display: none;
	color: rgb(39,39,39);
	text-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	font-weight: 600;
	position: absolute;
	width: 960px;
	height: 40px;
	text-align: center;
	left: 0px;
	line-height: 23px;
	font-size: 18px;
	margin-top: 7px;
}

.hideAlertButton
{
	background: transparent url('/img/gui/settings/icons/white/x_14x14_black.png') no-repeat 50% 50%;
	display: inline-block;
	position: absolute;
	right: 8px;
	bottom: 6px;
	width: 16px;
	height: 14px;
	background: transparent url('/img/gui/settings/icons/white/x_14x14.png') no-repeat 50% 50%;
	border: 0px;
}



#hintBox
{
	background: #222;
	position: absolute;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	min-height: 41px;
	z-index: 99;
	border-radius: 4px;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5), 0px 0px 50px rgba(0,0,0,0.4);
	padding: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
	color: rgb(204, 204, 204);
	display: none;
	top: 38px
}

#hintInner
{
	border-radius: 5px;
	padding: 5px 29px 5px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgb(35,35,35) url('/img/gui/settings/settingsBG.png') no-repeat center top fixed;
	background-size: 100% 100%;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
}

#hintInner p
{
	color: #111;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	font-weight:600;
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 0 5px;
}

.selectionHint
{
	font-family: "Pictos";
	font-size: 18px;
	color: rgb(39,39,39);
	text-decoration: none;
	vertical-align: middle;
	line-height: 0%;
	margin-left: 6px;
	top: 5px;
	position: absolute;
}

.arrow_box {
	position: relative;
	background: #222;
	border: 0px solid rgb(34, 34, 34);
	top: -2px;
	left: 74px;
	}
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-bottom-color: #222;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.arrow_box:before {
	border-bottom-color: #222222;
	border-width: 13px;
	left: 50%;
	margin-left: -13px;
}




