/*
Style for GP Back To Top
*/
@import url("font.css");

.gpbttb-form {
	width: 320px;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
}

.gpbttb-form .form-group {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.gpbttb-form label {
	width: 47.999997%;
	float: left;
	padding: 5px 5px 0 5px;
	font-size: 16px;
	font-weight: 700;
	box-sizing: border-box;
}

.gpbttb-form input {
	width: 47.999997%;
	float: left;
	padding: 5px;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.gpbttb-form input:focus {
	border: 1px solid #337AB7;
	box-shadow: 1px #00a0d2;
}

.gpbttb-form input[type="color"] {
	padding: 2px 5px;
    height: 30px;
}

.gpbttb-form input[type="submit"] {
	background-color: #337AB7;
	margin-left: 47.999997%;
	border-radius: 3px;
	color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.gpbttb-form input[type="submit"]:focus,
.gpbttb-form input[type="submit"]:hover {
	box-shadow: 1px #00a0d2;
}

.gp-back-to-top {
	display: block !important;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 5px;
	background-color: #111f1c;
	color: #ffffff;
	text-align: center;
	position: fixed;
	bottom: 45px;
	right: 20px;
	font-size: 20px;
}
.gp-back-to-top span {
	position: absolute;
	top:24%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-family: 'Glyphicons Halflings';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gp-back-to-top span:before {
    content: "\e113";
}

/* Style for FO */
/*------------------------------------/
@import url("font.css");

.gp-back-to-top {
	display: none;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 5px;
	background-color: #111f1c;
	color: #ffffff;
	text-align: center;
	position: fixed;
	bottom: 45px;
	right: 25px;
	font-size: 20px;
	cursor: pointer;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.gp-back-to-top span {
	position: absolute;
	top:24%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-family: 'Glyphicons Halflings';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gp-back-to-top span:before {
    content: "\e113";
}
------------------------------------------------*/