﻿@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
*{
	font-family: "微軟正黑體", Arial, sans-serif;
}


body {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
  padding-top: 70px;	
}


.march {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -5px;
}
.caption {
	margin-top: -30px;
}
.floor {
    border-bottom-width: 2px;
    border-bottom-color: #000000;
}




@media (max-width: 1200px){
	body {
  padding-top: 60px;
}
	}
p {
  margin-bottom: 1.5em;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
a {
  color: #009999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus ,a:visited{
  color: #006464;
  outline: none;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "微軟正黑體", Arial, sans-serif;
  font-weight: 400;
}
hr{
	border-top: 1px solid #afafaf;
}
.navbar-header{
	/*float: left;*/
}
.navbar-header .navbar-brand img {
	width: 90%;
}
.navbar-brand {
	padding-right: 0;
}
.navbar-default .navbar-brand {
  margin-right: 50px;
  margin-left: 20px;
  width: 250px;
  height: 61px;
  background: url(https://card.ubot.com.tw/eCard/activity/RWD/images/UBOT-logo_s.png) no-repeat 0 50%;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #009999;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #f8f8f8;
}
.navbar-nav > li > a {
    margin-left: 15px;
	margin-top: 10px;
	display: block;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color:  #009999;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color:  #009999;
  background-color: #e7e7e7;
}
.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    border: 0px ;
    border-radius: 0px;
}
/*
.navbar-right {
		float: right !important;
		margin-right: 100px;
		}*/
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #f8f8f8;
	padding-left: 15px;
}
body .gridContainer.clearfix .navbar.navbar-default.navbar-fixed-top {
    height: 71px;
}
#content1 h1 {
	font-size: 32px;
	line-height: 40px;
	color:  #009999;
}
.title01{
    font-size: 24px;
    color: #161616;
    line-height: 46px;
    border-bottom: 1px dashed #00859A;
}
#content1 h3{
    font-size: 24px;
    color: #161616;
    margin-top: 5px;
    margin-bottom: -25px;
    line-height: 30px;
}
@media (max-width: 1200px){
	body .gridContainer.clearfix .navbar.navbar-default.navbar-fixed-top {
    height: 61px;
}
	.navbar-default .navbar-brand {
	  margin-right: 0px;
	  margin-left: 20px;
	  width: 200px;
	  height: 60px;/* 60 only*/
	  background: url(https://card.ubot.com.tw/eCard/activity/RWD/images/UBOT-logo_s.png) no-repeat 0 50%;
	}
}/*
@media (max-width: 991px){
	.navbar-right {
		float: right !important;
		margin-right: 0px;
		}
}
@media (max-width: 860px){
	.navbar-right {
		left: right !important;
		margin-right: 0px;
		}
}*/
@media (min-width: 768px){
	.navbar-header {
		float: left;
	}

}

@media (max-width: 480px){
	.navbar-default .navbar-brand {
	  margin-right: 50px;
	  margin-left: 0px;
	  width: 200px;
	  height: 60px;/* 60 only*/
	  background: url(https://card.ubot.com.tw/eCard/activity/RWD/images/UBOT-logo_s.png) no-repeat 0 50%;
	}
	#content1 h1 {
	font-size: 28px;
}

	#content1 h3{
    font-size: 18px;
    color: #161616;
    margin-top: 0px;
    margin-bottom: -5px;
    line-height: 24px;
}
.title01{
    font-size: 18px;
    color: #161616;
    line-height: 36px;
    border-bottom: 1px dashed #00859A;
}
}
.fluid {
	clear: both;
	width: 100%;
	float: left;
	display: block;
}
.fluid .row{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
	background-size: cover;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
#header {
}
#header img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#table {}
#button {
	margin-top: 50px;
	margin-bottom: 50px;
}
#main {
	background: url(../images/top.jpg) no-repeat top center;
	background-size: cover;
	height: 880px;
	/* [disabled]margin-top: -20px; */
}
#toptitle{
	float: right;
	margin-top: 50px;
	/*margin-right: 120px;*/
}

@media screen and (min-width:768px) and (max-width: 990px) {
	#main {
		background: url(../images/top_m.jpg) no-repeat top center;
		height: 650px;
		margin-top: -50px;
	}
	#toptitle{
		margin-top: 150px;
		margin-right: -50px;
	}
}
@media screen and (min-width:480px) and (max-width: 767px) {
	#main {
		background: url(../images/top_m.jpg) no-repeat top center;
		height: 700px;
		margin-top: -80px;
	}
	/*#main img {margin: 0 auto;}*/
	#toptitle{
		margin-top: 550px;
		margin-right: auto;
	}
}
#text-danger {
	color: #a94442;
	font-size: 18pt;
	letter-spacing: 10px;
	margin-left: 8px;
}
#main h1 {
	color: #009999;
	font-size: 40pt;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
}
#main h1 small{
	color: #009999;
	line-height: 1.2;
}
#main h2 {
	color: #009999;
	font-size: 20pt;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 10px;
	letter-spacing: 10px;
	vertical-align: middle;
}
#main h4 {
	color: #5f5f5f;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 50px;
}
#content1 {
	padding-top: 20px;
	padding-bottom: 30px;
}
#content2 {
	margin-top: -130px;
	padding-top: 70px;
	padding-bottom: 100px;
}
#content1 h2 {
    color: #FFFFFF;
    font-size: 18pt;
    text-align: center;
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    background-color: #009999;
    border-radius: 50px;
    border: 1px solid #009999;
    width: 150px;
    margin: 0 auto;
    /* [disabled]font-weight: bold; */
    /* [disabled]letter-spacing: 2px; */
    line-height: 28pt;
}
.table-bordered {
    text-align: center;
    line-height: 24pt;
    vertical-align: middle;
    border-width: 1px;
    border-color: #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;

} 
#content1 h3{
    line-height: 1.5;
} 
#content2 h2{
	color: #f2f2b8;
	font-size: 40pt;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
}
#content1 h2 small{
	color: #333333;/*#fff*/
	/*text-shadow: 1px 1px 3px #003444;*/
}

#content1 h4 {
    color: #2E2E2E;
    font-size: 16pt;
    line-height: 1.5;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 3px;
    text-align: justify;
}


#content1 h5 {
    font-size: 14px;
    color: #2A2A2A;
    line-height: 1.8;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
#content1 p {
	color: #000000;
	font-size: 13pt;
	text-align: center;
	margin-bottom: 0px;
}
#content1 img{
	margin: 30px auto;
}
#content2 p {
	font-size: 14pt;
	line-height: 28px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
#notice{

}
#notice table{
	color: #000;
}
#info{
	margin-top: 2em;
	margin-bottom: 2em;
}
#table {}
th {
	height: 30px;
}
th div h4 {
	font-size: 20px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	line-height: 2;
}
tr td h4 {
	line-height: 30px;
	/* [disabled]font-size: 18px; */
	vertical-align: middle;
	text-align: center;
	background-position: center center;
}
.table-w {
	vertical-align: middle;
	font-size: 18px;
}
.topbg-block {
	height: 800px;
}
/*
.col-md-12 div h3 {
    margin-top: 30px;
	margin-bottom: 30px;
	line-height: 40px;
}*/

.center {
	width: 100%;
	text-align: center;
}
.center1 {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.center2 {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

#footer {
	background-color: #eeeeee;
}
.copyright h4 {
	font-size: 26px;
	text-align: right;
}
.copyright h5 {
	font-size: 12px;
	text-align: left;
	color: #777;
	margin-left: 70px;
	}
.copyright p {
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.copyright a {
	color: #7f7f7f;
	outline: none;
    text-decoration: none;
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (max-width: 768px) {
	.gridContainer {
		width: 100%;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
		background-size: cover;
	}
	#header {}
	#table {}
	.zeroMargin_desktop {
		margin-left: 0;
	}
	.hide_desktop {
		display: none;
	}
	#main h1 {
		font-size: 27pt;
		line-height: 1.2;
	}
	#main h1 small{
		line-height: 2;
	}
	#main h2 {
		font-size: 36pt;
		margin-top: 80px;
		height: 140px;
		padding-top: 18px;
	}
	#text-danger {
		color: #a94442;
		font-size: 28pt;
		letter-spacing: 22px;
		margin-left: 20px;
	}
	#content1 .container ,.notice-desc{
	/* [disabled]margin-top: 170px; */
	}
	#content1 h4 {
    font-size: 16pt;
	}
	
	th div h4 {
		font-size: 18px;
		color: rgba(255,255,255,1.00);
	}
	tr td h4 {
		font-size: 18px;
		vertical-align: middle;
	}

	#footer {
	  padding: 10px 0;
	  color: #7f7f7f;
	  background-color: #eeeeee;
	}
	#footer .copyright {
	  margin-bottom: 0px;
	  padding-bottom: 0;
	}
	.copyright a{
		color: #7f7f7f;
		outline: none;
		text-decoration: none;
	}
}

@media (max-width:480px){
	.gridContainer {
		width: 100%;
		clear: none;
		float: none;
		margin-left: auto;
	}
	body .gridContainer.clearfix .navbar.navbar-default.navbar-fixed-top {
		height: 55px;
	}
	#header {}
	.navbar-header {
		height: 60px;/*60px only*/
	}
	#table {}
	th div h4 {
		font-size: 14px;
	}
	tr td h4 {
		font-size: 14px;
	}
	.hide_tablet {
		display: none;
	}
	.zeroMargin_tablet {
		margin-left: 0;
	}
	#main {
		background-image: url(../images/top_m.jpg);
		height: 380px;
		margin-top: -30px;
	}
	#toptitle{
		margin-top: 250px;
		margin-right: auto;
	}
	#main h1 {
		font-size: 28pt;
	}
	#main h2 {
		margin-top: 30px;
		height: 100px;
		padding-top: 15px;
		font-size: 24px;
	}
	#text-danger {
		color: #a94442;
		font-size: 16pt;
		letter-spacing: 6px;
	}
	#content1{
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 3em;
	}
	#content1 .container ,.notice-desc{
		margin-top: auto;
	}
	#content1 h4 {
    font-size: 14pt;
	}
	#content1 h5 {
		line-height: 1.8;
	}
	#content1 p {
	font-size: 10pt;
	margin-top: 30px;
	}

	#info{
		margin: 1em 0 2em;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.navbar-header .navbar-brand img {
		width: 65%;/*手機logo大小*/
	}
	.container-fluid   {
		height: 55px;/*手機logo背景高度*/
	}
	.container .row .col-md-12 {
    padding-top: 0px;
    padding-bottom: 2px;
    font-size: 16px;
    padding-right: 0px;
    padding-left: 0px;
	}
	/*.col-md-12 div h3 {
		font-size: 18px;
	}*/
}

@media screen and (max-width: 992px) {
	.copyright h4 {
		font-size: 20px;
		text-align: center;
	}
	.copyright h5 {
		font-size: 12px;
		text-align: center;
		margin-left: auto;
	}
	.copyright p {
		font-size: 12px;
		text-align: center;
	}
}
/*add*/
.form-control {
    color: #04357D;
    font-size: 16pt;
    padding: 0 0 0 3px;
    border: 1px solid #a9a9a9;
    border-radius: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
  opacity: .2;	
}
#block{
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 20px;
	padding-bottom: 20px;
}
#block table{
	margin-bottom: 10px;
}
#block .grouptxt {
	color: #333333;
	line-height: 20px;
}
#block .grouptxt td, #block .grouptxt th{
	padding-top: 10px;
    padding-right: 10px;
	padding-bottom: 10px;
    padding-left: 0px;
}
#block .grouptxt th{
	text-align: left;
}
#block .grouptxt td{
	text-align: left;
}

.active-title {
    color: #004292;
}
.mainbg{
	margin-top: 80px;
	padding: 20px 30px 40px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.70);
}

.act-bg-01{
	width: 48%;
	display: inline-block;
	
	border: 1px solid #7ed4d4;
	border-radius: 20px;
	background-color: #ffffff/*rgba(255,255,255,0.60)*/;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 180px;
}
.act-bg-01 h4 {
	line-height: 1.5;
}

.act-bg-2{
	margin-bottom: 30px;
	padding: 20px 30px 20px;
	border:1px solid #036fad;
	border-radius: 20px;
	background-color: rgba(255,255,255,1);
}

/* btn */
.btn:hover, .btn:active, .btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}
.btn{
	border-radius: 0px; 
}
.btn.btn-primary {
    background: #009999;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
	display: inline-block; 
	margin-top: 5px;
}
.btnback {
	padding: 5em 0;
}
.act-title {					/* 聯邦獨家 */
	/* [disabled]margin-top: 150px; */
	margin-bottom: 30px;
}

@media (max-width:991px){
	#content1 h2,#content2 h2{
    font-size: 20pt;
}
	#content1 h4{
	font-size: 16pt;
}
	#content1 p{	font-size: 13pt;}
}
@media (max-width:768px){
	#content1 h2,#content2 h2{
    font-size: 18pt;
}
	#content1 p{	font-size: 13pt;}
	#content1 {
	padding-top: 05px;
	padding-bottom: 5px;
}
	.act-bg-01{
		width: 100%;
		display:block;}
.act-title {
    margin-top: 10px;
}





}
@media (max-width:480px){
	.act1{
		/*background: url(../images/actbg_01.jpg) no-repeat top center scroll;
		background-size: cover;*/
	}
	.act2{
		padding: 10px 0px 30px;
		background: url(../images/actbg_02.jpg) no-repeat top center scroll;
		background-size: cover;
	}
	.act-bg-2{ padding: 20px 8px 20px;}
	#main h1 small { line-height: 1.2;}
	#main h4 {	margin-bottom: 0px;}
	.mainbg {	padding: 20px 5px 40px;}
	#content1{	margin-bottom: 0;}
	#content1 h2 { margin-top: 10px;font-size: 20pt;}
	#content1 h4{
    font-size: 14pt;
}
	#content1 img { margin: 10px auto;}
	#content2 {	padding-bottom: 50px;}
	#content2 h2{ margin-top: 50px;font-size: 20pt;}
.act-title {
    margin-top: 0px;
    margin-left: 0px;

}
.fontsquare {
	margin-left: 15px;
	/* [disabled]margin-right: 15px; */
}

}
@media (max-width:320px){
	#main {	height: 300px;}
	#main h1 {	
		/*font-size: 22pt;
		margin-top: 30px;*/
	}
	#main h4 {	font-size: 13px;}
	#main .btn-lg {
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		font-size: 15px;
	}
	#content1 h2 ,#content2 h2{ margin-top: 30px;font-size: 17pt;}
.act-title {
	margin-top: 10px;
}

}
.act1 .btn.btn-primary, .act2 .btn.btn-primary{border: 1px solid white !important;}

/* animate */
.js .to-animate,
.js .to-animate-2,
.js .single-animate 
.js .animate-single {
  opacity: 0;
}

.js .animate-box {
	opacity: 0;
}
/*
@media screen and (max-width: 448px) {
	.animated {
		-webkit-animation-duration: 0.8s;
		animation-duration: 0.8s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
}*/
.notice-warning {
	color: #d20600;
}
@media screen and (max-width: 1024px){
	/*.topimg1 {
	background-image: url(../images/top_1024.jpg)  !important;
	margin-right: -80px;
	}*/

}
@media screen and (max-width: 480px){
	.topimg1 {
		background-image:url(../images/top_m.jpg)  !important; 
	}

	h7 {
	  font-size: 13px;
	  text-align: center;
	  line-height: 16px;
	  font-family: inherit;
	  color: #3C3C3C;
		}
}

/*---------------------------------------------------------*/
.main01_text1{
	font-family: "微軟正黑體", Arial, Geneva, sans-serif !important;
	font-size: 24px;
	color: #545559;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 50px;
	border: 1px dashed #767272;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	text-align: center;
}
#line {display: block;}   
#line_m {display: none;}   
    
.circle_b{
	color: #ffffff;
	border-radius: 2000px;
	background-color: #FF0000;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}
.title {
	font-size: 22px;
    text-align: center;
	line-height: 50px;
    color: #363636;

}
.title2 {
	font-size: 22px;
    text-align: center;
	line-height: 50px;
	color: #004EA2;

}
.reward {
    color: #d60000;
    margin-right: 3px;
    margin-left: 3px;
    padding: 5px;
}
@media (max-width: 1024px){
    .main01_text1{
        font-family: "微軟正黑體", Arial, Geneva, sans-serif !important;
        font-size: 20px;
        color: #545559;
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 50px;
        text-align: center;
        border: 1px dashed #767272;
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }	
}	
@media screen and (max-width: 769px) {
	.fluid .row{margin-top: 0px;}
}
@media screen and (max-width: 480px){
    .main01_text1{
        font-family: "微軟正黑體", Arial, Geneva, sans-serif !important;
        font-size: 18px;
        color: #545559;
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 36px;
        text-align: left;
        border: 1px dashed #767272;
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .fluid .row{margin-top: 0px;}	
    .btn-lg {
        padding-top: 10px;
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 1.3333333;
    }
    #content1 {
        padding-top: 5px;
        padding-bottom: 10px;
    }
   #line {display: none;}   
   #line_m {display: block;} 
   #content1 h2 {
    font-size: 15pt;
    width: 100px;
    line-height: 30px;
   }   
	.title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}
	.title2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    color: #004EA2;
}
}
.rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table tr:nth-of-type(2n){background: #eee;}
.rwd-table th, 
.rwd-table td {
    margin: 0.5em 1em;
}
.rwd-table {min-width: 100%;}
.rwd-table th {display: none;}
.rwd-table td {display: block;}
.rwd-table td:before {
    content: attr(data-th) ":";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}
.rwd-table th, .rwd-table td {
    text-align: center;
}
.rwd-table th, .rwd-table td:before {
    color: #000000;
    font-weight: bold;
}
@media (min-width: 480px) {
    .rwd-table td:before {display: none;}
    .rwd-table th, .rwd-table td {
        display: table-cell;
        /*padding: 0.25em 0.5em;*/
        border: 1px solid #FFFFFF;
    }
    .rwd-table th:first-child,.rwd-table td:first-child {padding-left: 0;}
    .rwd-table th:last-child,.rwd-table td:last-child {padding-right: 0;}
    .rwd-table th,.rwd-table td {padding: 1em !important;}
}
/*--------------------img--------------------------------------*/
.img01{
    width: 300px;
    border: 1px solid #BBBBBB;
}

#gotop {
    position: fixed;
    z-index: 90;
    right: 30px;
    bottom: 31px;
    /*display:none;*/
    width: 40px;
    height: 40px;
    color: #fff;
    background: #33b5e5;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#gotop a:hover{
    background:#0099CC;
}
@media screen and (max-width: 480px){
		#gotop {
       right: 10px;
       bottom: 10px;

}
		}