body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	color: #171f2e;
	line-height: 26px;
	font-size: 16px;
}
html {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #016099;
	font-weight: 700;
	margin-bottom: 15px;
}
h1, .h1 {
	font-size: 32px;
	line-height: 42px;
}
h2, .h2 {
	font-size: 28px;
	line-height: 38px;
}
h3, .h3 {
	font-size: 26px;
}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 18px;
}
p {
	font-size: 16px;
	font-weight: 400;
	color: #495264;
	text-decoration: none;
	line-height: 26px;
	margin-bottom: 22px;
}
ul {
	margin-bottom: 26px;
}
li {
	font-size: 16px;
	font-weight: 400;
	color: #495264;
	text-decoration: none;
	line-height: 26px;
}
a {
	color: #303c42;
	text-decoration: none !important;
}
a:hover, a:focus {
	color: #005b94;
	text-decoration: none;
}
section {
	padding: 105px 0;
	margin: 0;
}
footer {
	padding: 105px 0;
	margin: 0;
}
.fas, .fab {
	min-width: 22px;
}
.text-primary {
	color: #016099 !important;
}
.btn {
	border-radius: 0;
	padding: .375rem 1.2rem;
	font-size: 1.1rem,
}
.btn-primary {
	color: #fff;
	background-color: #005b94;
	border-color: #005b94;
}
.btn-primary:hover {
	color: #fff;
	background-color: #aaabaf;
	border-color: #8a898e;
}

.round-list ol {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 40px;
}
.round-list ol li {
	margin: 0 0 0.7rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
}
.round-list ol li::before {
	content: counter(my-awesome-counter);
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
	position: absolute;
	--size: 26px;
	left: calc(-1 * var(--size) - 10px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;
	transform: rotate(0deg);
	background: #005b94;
	border-radius: 50%;
	text-align: center;
	box-shadow: 1px 1px 0 #999;
}
.round-list ol li:hover::before {
	transform: rotate(-10deg);
	--size: 32px;
}
ul.list-icon {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list-icon li {
	margin: 0 1em 0.5em 1em;
	margin-left: 3em;
}
ul.list-icon > li:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f101";
	visibility: visible;
	font-weight: 900;
	float: left;
	margin-left: -1.5em;
	color: #0074D9;
}
.darkbg, .darkbg h1, .darkbg h2, .darkbg h3, .darkbg h4, .darkbg h5, .darkbg h6, .darkbg p, .darkbg li, .darkbg a, .darkbg a:active, .darkbg .footer-links {
	color: #fff;
}
.bg-primary {
	background-color: #005b94 !important;
}
table {
	margin-bottom: 35px;
	font-size: 16px;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.title {
	margin-bottom: 2.2em;
}
.title:after {
	position: absolute;
	width: 90px;
	height: 9px;
	content: '';
	border-top: 4px solid #747b80;
	border-bottom: 1px solid #747b80;
	margin-top: 2.2em;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}
.white-bg {
	background-color: #fff;
}
.gray-bg {
	background-color: #f6f6f6;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
figure {
	margin-bottom: 24px;
}
.display-5 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.5;
}
.text-small, .text-small p, .text-small li {
	font-size: 14px !important;
}
/********************************Global Transitions ********************************/
a, h1, h2, h3, h4, h5, h6, p, ul, li, ::before, ::after, .btn, .camera_caption, .images-block, .images-block figcaption, .images-block img, .images-block figcaption h2, .images-block figcaption p, .fas, .fab, .card, .article-box, .article-link a::after {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
/*********************** *********Global- background images hover effects******************************/
.images-block {
	background-color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.images-block img {
	opacity: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.images-block:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.06, 1.06, 1);
	-moz-transform: scale3d(1.06, 1.06, 1);
	transform: scale3d(1.06, 1.06, 1);
}
.images-block figcaption {
	font-size: 24px;
	text-align: left;
	font-weight: 400;
	padding: 40px 10px 10px 30px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	opacity: 1;
	width: 100%;
	overflow: hidden;
}
.images-block figcaption h2 {
	color: #fff;
	margin-bottom: 10px;
}
.images-block figcaption p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.images-block:hover figcaption {
	opacity: 1;
}
/*********************** ********* imges Height Style  ******************************/
.img-200 {
	width: 100%;
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 24px;
}
.img-200 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/********************************header and nav bar block ********************************/
#header {
	padding: 0;
	animation: fadeInDown 400ms;
	z-index: 98;
	top: 0;
	width: 100%;
	background-color: white;
	position: relative;
}
.sub_header {
	padding: 30px 0 22px 0;
	max-width: 1400px;
	margin: auto;
	position: relative;
}
.language-button {
	position: absolute;
	top: 10px;
	right: 30px;
}
.language-button .dropdown-menu {
	min-width: 2rem;
}
.language-button .btn {
	background-color: transparent;
	border: solid 1px #eee;
	font-size: .7rem;
	padding: .375rem 0.6rem;
}
.language-button .btn.focus, .language-button .btn:focus,  .language-button .btn:hover {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(55, 55, 55, 0.05) !important;
	color: #016099;
}

.navbar {
	padding: 0 1rem;
}
.navbar-nav {
	min-height: 40px;
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .5);
	background-color: #fff;
}
.navbar-toggler-icon {
	background-color: rgba(255, 255, 255, 1) !important;
}
.navbar-nav .nav-link {
	color: #303c42 !important;
	font-weight: 400;
	line-height: 40px !important;
	text-decoration: none;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 4px;
	padding: 0 8px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-bottom: solid 1px rgba(0, 0, 0, 0);
}
.navbar-nav .nav-link:hover {
	color: #005b94 !important;
}
.navbar-nav .nav-link.active {
	color: #005b94 !important;
}
.navbar-toggle {
	margin-top: 2px;
	margin-bottom: 2px;
}
.navbar-collapse {
	padding-top: 15px;
}
.logo {
	margin: 0 0 0px 0;
}
.dropdown-menu {
	padding: 15px;
}
.dropdown-item, .dropdown-item.nav-link {
	font-size: 13px !important;
	line-height: 22px !important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
.dropdown-menu li:not(:last-child):after {
	content: '';
	position: relative;
	display: block;
	padding-right: 0px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
	background-color: #F1F3F4 !important;
}
/*
 You probably do not need to edit this at all.
Carets in collapsible mode (make them look like +/- buttons) */
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
/* make sure there's room for the carets */
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
/* keep the carets properly positioned */
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
/* Nav carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
/* point the arrows up for .fixed-bottom navbars */
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
/* Dropdown carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2.1em !important;
}
.navbar-nav .scroll-up, .navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}
/********************************banner ********************************/
#banner {
	overflow: hidden;
	position: relative;
}
#camera_wrap_1 {
	box-shadow: 0;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.no-margin {
	margin: 0;
	padding: 0;
}
.text-shadow {
	text-shadow: 1px 1px 2px #000;
}
#banner {
	overflow: hidden;
	background-color: #FFF;
	min-height: 320px;
	max-width: 100%;
}
#main_slider {
	overflow: hidden;
}
#camera_wrap_1 {
	box-shadow: 0;
}
.camera_loader {
	background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.no-margin {
	margin: 0;
	padding: 0;
}
.camera_caption {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	margin: auto;
	bottom: auto;
	left: 10%;
	right: auto;
	padding: 45px 30px;
	position: absolute;
	top: 25%;
	max-width: 400px;
}
.camera_caption2 {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	margin: auto;
	bottom: auto;
	left: auto !important;
	right: 10% !important;
	padding: 45px 30px;
	position: absolute;
	top: 25%;
	max-width: 400px;
}
.cameraContents h3 {
	font-size: 30px;
	font-weight: 700;
	color: #016099;
	margin-bottom: 12px;
	text-align: left;
}
.cameraContents p {
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 15px;
	text-align: left;
}
.cameraContents .btn {
	background-color: #016099;
	border-radius: 0;
	padding: 15px 50px;
	color: #FFF;
	font-size: 14px;
	border: solid 1px #71bcf8;
}
.cameraContents .btn:hover {
	background-color: #aaabaf;
	border-radius: 0;
	color: #FFF;
	border: solid 1px #69686f;
}
/*********************** ********* Style ******************************/
#about {
	position: relative;
}
.our-mission {
	line-height: 27px;
	margin-top: 0;
	padding-top: 0;
}
#about .images-block figcaption {
	font-size: 27px;
	text-align: left;
	padding: 26px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	opacity: 1;
	width: 100%;
	overflow: hidden;
}
#about .images-block figcaption h2 {
	color: #fff;
	font-size: 27;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 30px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/*********************** ********* Style ******************************/
#revenue-opportunities {
	background: #f3f3f3;
	background-image: url("../images/home/services.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	object-fit: cover;
}
#revenue-opportunities .card {
	padding: 15px;
	background-color: transparent;
	border: none;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	margin-bottom: 15px;
	margin-top: 0;
}
#revenue-opportunities .card img {
	padding: 15px;
}
#revenue-opportunities .card:hover {
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	margin-top: -15px;
	margin-bottom: 15px;
}
.i-icons {
	min-height: 60px;
	margin: 25px auto;
}
/*********************** ********* Style ******************************/
#highlight {
	background: #162c55;
	width: 100%;
	height: 100%;
	max-height: 700px;
	background-image: url(../images/home/highlight.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	background-attachment: fixed;
	background-size: cover;
}
/*********************** ********* Free-trial Form ******************************/
.articles {
	max-width: 100%;
	background-color: #f6f6f6;
	overflow: hidden;
	position: relative;
}
.article-box {
	width: 100%;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
}
.article-box:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.article-img {
	width: 100%;
	max-height: 250px;
	overflow: hidden;
	margin-bottom: 24px;
}
.article-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article-date {
	font-size: 16px;
	font-weight: 400;
	color: #8a8c90;
}
.article-title {
	font-size: 16px;
	font-weight: 700;
	color: #0c1423;
	margin-bottom: 10px;
}
.article-description {
	font-size: 16px;
	font-weight: normal;
	color: #0c1423;
}
.article-link {
	font-size: 16px;
	margin-bottom: 24px;
}
.article-link a::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f30b";
	visibility: visible;
	font-weight: 900;
	font-size: 17px;
	padding-left: 10px;
	padding-top: 2px;
}
.article-box:hover .article-link a, .article-box:hover .article-link a::after {
	padding-left: 15px;
	color: #005b94 !important;
}
/*********************** *********Inner Pages Style  ******************************/
.page-header {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	background-color: #215489;
}
.page-banner {
	width: 100%;
	background-color: #162c55;
	background-image: url(../images/home/highlight.jpg);
	background-repeat: repeat-y;
	background-position: center 100px;
	background-size: cover;
	background-attachment: fixed;
}
.page-banner .title {
	margin-bottom: 30px;
}
.page-banner .title:after {
	border-color: #fff;
}
.page-content {
	min-height: 100px;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}
.team .card {
	margin-bottom: 30px;
	min-height: 650px;
}
.team .card {
	padding: 30px 15px;
	background-color: transparent;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(1, 96, 153, 0);
}
.team .card:hover {
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(1, 96, 153, 0.5);
}
.card .card-title {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}
.card .card-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #016099;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.card:hover .card-title::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.team .images-block {
	position: relative;
	width: 250px;
	height: 250px;
	max-width: 250px;
	max-height: 250px;
	min-height: 250px;
	overflow: hidden;
	text-align: center;
	border: solid 1px #eee;
	border-radius: 50%;
	padding: 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.team .images-block img {
	position: relative;
	display: block;
	height: 100% !important;
	width: 100% !important;
	min-width: 100% !important;
	opacity: 1;
	object-fit: cover;
	border-radius: 50%;
}
.team .card:hover img {
	-webkit-transform: scale3d(1.06, 1.06, 1);
	-moz-transform: scale3d(1.06, 1.06, 1);
	transform: scale3d(1.06, 1.06, 1);
}
/*********************** ********* Footer ******************************/
#footer {
	background-color: #005b94;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
#footer .btn-dark, #footer .form-control {
	padding: 10px 10px;
	height: calc(3.25rem+ 2px);
}
#footer .btn-dark {
	color: #fff;
	background-color: #003658;
	border-color: #003658;
}
#footer .btn-dark:hover {
	color: #fff;
	background-color: #00090F;
	border-color: #00090F;
}
#footer p {
	font-size: 15px;
}
#footer a:hover {
	color: #000C13;
}
#footer .social-media {
	margin-bottom: 24px;
}
#footer .social-btn {
	color: #fff;
	vertical-align: middle;
	display: inline-block;
	min-width: 30px;
}
#footer .social-btn .fa, .social-btn, .social-btn .fab, .social-btn .fal, .social-btn .far, .social-btn .fas {
	font-size: 24px;
}
#footer a.social-btn:hover {
	color: #000C13 !important;
}
#footer #newsletter input {
	color: #000C13 !important;
	border-radius: 0;
}
.footer-links {
	background-color: #1a72aa;
	min-height: 80px;
	padding: 30px 0 0 0;
}
.footer-links ul {
	margin-bottom: 5px;
}
.footer-links .list-inline-item:not(:last-child) {
	margin: 0 .2rem;
}
.footer-links .list-inline-item:not(:last-child)::after {
	content: "/";
	margin: 0 8px;
}
.footer-links, .footer-links p, .footer-links a, .footer-rights, .footer-rights p, .footer-rights a {
	font-size: 14px !important;
}
.footer-links a:hover, .footer-rights a:hover {
	color: #262626;
}
.footer-rights {
	background-color: #00426c;
	min-height: 5px;
	padding: 3px 0;
}
.footer-rights, .footer-rights p, .footer-rights a {
	font-size: 11px !important;
	color: #4d92bd;
}
.footer-rights a:hover {
	color: #fff;
}
/*********************** ********* popup style******************************/
#slide {
	background-color: rgba(245, 245, 245, 1);
	box-shadow: 0px 0px 15px 1px #000;
	/*
	border: none;
*/
	max-width: 1024px;
	padding: 0;
	border: solid 6px #005B94;
	max-height: 480px;
	overflow: hidden;
	position: relative !important;
}
#slide .slide-header {
	position: absolute;
	height: 50px;
	width: 100%;
	top: 0;
	left: 0; 
	background-color: #f0f0f0;
	padding: 10px;
	border: solid 1px #cac9c9;
}
#slide .slide-footer {
    position: absolute;
    height: 60px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #f0f0f0;
    padding: 15px 10px 10px 10px;
    border: solid 1px #cac9c9;
}
#slide .slide-body {
	background-color: white;
	font-size: 15px;
	line-height: 24px;
	overflow-y: scroll !important;
	max-height: 370px;
	padding: 15px;
	margin-top: 50px;
	margin-bottom: 70px;
	margin-right: 10px;
}
#slide p {
	font-size: 28px;
	line-height: 36px;
}

.slide_close {
	top: 0;
	right: 0;
	color: #fff;
}
.slide_close.btn-default {
	border-radius: 0;
	padding: 10px !important;
	max-width: 50px;
	background-color: #016099;
}
.slide_close.btn {
	min-width: 50px !important;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 13px;
	right: 6%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	border-radius: 30em;
	background-image: url(../images/to-top1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
