/* Drawer Pull functionality / layout */
.connectDrawer {
	cursor: pointer;
	z-index: 50;
	position: fixed;
	top: 250px;
}
@media only screen and (max-width: 1000px) and (min-width: 1px) {
	.connectDrawer {
		top: 150px;
	}
}
.connectDrawer.closed {
	right: -420px;
	width: 480px;
	height: 60px;
}
@media only screen and (max-width: 750px) and (min-width: 400px) {
	.connectDrawer.closed {
		right: -420px;
	}
}
@media only screen and (max-width: 700px) and (min-width: 1px) {
	.connectDrawer.closed {
		right: -420px;
	}
}
.connectDrawer.opened {
	position: fixed;
	right: 0px;
	height: 130px;
}
/* css data */
#drawer-open {
	right: 0px;
	height: 130px;
}
.block { display: block; }

/* Drawer Pull functionality / layout */
.drawerPull {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color:#0f73c3;
	background-color:rgba(0,182,241,0.9);

	/* cross-browser opacity */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1;

	/* rounded corners */
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	/* individual properties for IE */
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	behavior: url(/web/PIE/PIE.htc);
}

.openIcon {
	width: 60px;
	height: 60px;
	display: inline-block;
	position:relative;
}

.closeIcon {
	width: 60px;
	height: 60px;
	display: inline-block;
	position:relative;
}

.openIcon i, .closeIcon i {
	position:absolute;
	top:15px;
	left:15px;
	color:#ffffff;
	font-size:30px !important;
	margin:0;
	padding:0;
	background:none;
}

.connectDrawer a {
	cursor: pointer;
	text-decoration: none;
}
.openPopout, .closePopout {
	position: absolute;
	width: 60px;
	top: 0;
	left: 0;
	height: 60px;
	overflow: hidden;
}
.connectDrawer.closed .openPopout,
.connectDrawer.opened .closePopout {
	display: block;
}
.connectDrawer.opened .openPopout,
.connectDrawer.closed .closePopout {
	display: none;
}
.connectDrawer, .connectDrawer a img {
	cursor: pointer !important;
}

/* ShareThis iFrame */
.stLframe.stframe5x {
	height: inherit;
}


/* Drawer Content (inside area) */
.drawerContent {
	overflow: hidden;
	margin-left: 60px;
	height: 100%;
}

.drawerContent, .drawerContent li {
	box-sizing: border-box;
	line-height: 1;
	cursor: default;
	vertical-align: baseline;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.drawerContent li {
	height: 100%;
	width: 100px;
	float: left;
	list-style: none;
	background-color: transparent;
	background-color: rgba(100, 100, 100, 0.85);
	background-color:rgba(102,102,102,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9646464,endColorstr=#D9646464);
	zoom: 1;
}
.drawerContent li a {
	text-decoration: none;
	padding-top: 30px;
	height: 100%;
	width: 100%;
	float: left;
	transition: opacity 0.2s ease;
	webkit-transition: opacity 0.2s ease;
	moz-transition: opacity 0.2s ease;
}
.drawerContent li a:hover {
	opacity: 0.7;
}
.connectDrawer .drawerContent [class^="icon-"] {
	background: none;
	font-size: 30px;
	font-weight:normal;
	display: block;
	margin: 0 auto 15px auto;
	cursor: pointer;
}
.drawer-label {
	cursor: pointer;
	margin: 0 auto;
	display: block;
	width: 65px;
	text-align: center;
	color: white;
}

.st_sharethis_large .stLarge {
	background-image: none!important;
}
@media only screen and (max-width: 550px) and (min-width: 1px) {
	#stwrapper {
		width: 400px;
	}
}

@media only screen and (max-width: 500px) and (min-width: 1px) {
	.openPopout, .closePopout {
		height:40px;
		width:40px;
	}
	.drawerPull {
		width:40px;
		height:40px;
	}

	.openIcon, .closeIcon {
		width: 40px;
		height: 40px;
		display: inline-block;
	}
	.openIcon i, .closeIcon i {
		top:5px;
		left:5px;
		font-size:20px !important;
		margin:0;
		padding:0;
	}
	.connectDrawer.closed {
		right: -440px;
	}

	.connectDrawer.opened {
		height:90px;
	}
	.drawerContent {
		margin-left:40px;
	}
	.drawerContent li {
		width: 65px;
	}
	.connectDrawer .drawerContent [class^="icon-"] {
		font-size: 20px;
		margin: 0 auto 10px auto;
	}
	.drawerContent li a {
		padding-top:10px;
	}
	.drawer-label {
		margin-top:10px;
		margin: 0 auto;
		width: 50px;
		font-size: 12px;
	}
}