/* ----------------------------------------------------------------
    Go To Top
-----------------------------------------------------------------*/
#gotoTop {
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #444;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	border-radius: 2px;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
	font-weight: bold;
}

#gotoTop:hover { background-color: #003366; }

.stretched #wrapper{
    margin: 0 auto;
    width: 100%;
}

.stretched #header {
    box-shadow: 0 10px 14px rgba(0,0,0,0.1);background: rgba(0,0,0,0.62);
position: absolute;
width: 100%;
}

.wp-theme-1 #toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: #555;
	border-radius: 3px;
	z-index: 99999;
}
.wp-theme-1 #toTopHover {
	background: #2a3c97;
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0)
}
.wp-theme-1 #toTop:active, .wp-theme-1 #toTop:focus {
	outline: none
}
.wp-theme-1 #toTop:before {
	font-family: 'FontAwesome';
	content: "\f106";
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	text-indent: 0
}
