@charset "utf-8";
/* CSS Document */

/* ---------------------- OVERALL TAGS ----------------------- */

html {
	background: rgb(64,64,64);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 120%;
  color: #fff;
  background: transparent;
  overflow-x: hidden;
}

#bg {
	background: rgb(63,173,232) url(/img/bottom_bg.png) bottom repeat-x;
	border-bottom: 8px solid rgb(48,48,48);
}

#bg > div {
	background: url(/img/top_bg.png) top repeat-x;
}

#watermark {
	background: url(/img/watermark_bg.png) center top no-repeat;
}

#content {
	margin-top: 20px;
	padding-bottom: 35px;
}

h1 {
	font-size: 24px;
	color: rgb(29,86,156);
	display: inline-block;
}

h2 {
	font-size: 16px;
	color: rgb(29,86,156);
	display: inline-block;
	margin-bottom: 0;
	line-height: 30px;
}

h2.small {
	font-size: 13px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	color: rgb(237,148,5);
}

p {
	line-height: 130%;
}

.read_more {
	background: rgb(88,88,88);
	padding: 5px 15px;
	display: inline-block;
	float: right;
	
	-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.boxed {
	background-color: #fff;
	color: rgb(88,88,88);
	padding: 15px 40px 25px;
	
	-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.shadow {
	-webkit-box-shadow: 0 1px 14px 4px rgba(20, 20, 20, 0.3);
	-moz-box-shadow: 0 1px 14px 4px rgba(20, 20, 20, 0.3);
	box-shadow: 0 1px 14px 4px rgba(20, 20, 20, 0.3);
}

.rounded {
	-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

ol {
	font-weight: bold;
}

ol li {
	margin-bottom: 10px;
}

ul {
	margin-left: 15px;
}

/* ---------------------- HEADER ----------------------- */


header {
}

#logo {
	padding: 10px 0;
}

#slogan {
	font-size: 30px;
	border-left: 3px solid #FFFFFF;
	padding-left: 30px;
	margin-left: 35px;
	display: inline;
	vertical-align: calc(-18px);
}

#call_us {
	font-size: 20px; 
	color: rgb(61,61,61);
	margin-top: 45px;
}

#call_us span {
	color: rgb(29,86,156);
}

/* .......... Navigation .......... */

nav {
	margin-right: 15px;
	letter-spacing: 0.05em;
}

ul.nav {
	margin-bottom: 0;
}

.nav-pills > li > a {
	color: rgb(158,221,255);
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px;
	margin-right: 0;
	background: transparent;
}

.nav-pills a {
	background: transparent !important;
}

.nav-pills > li + li {
	margin-left: 10px;
}

.nav-pills > li {
	padding: 5px 0;
	background: rgb(83,83,83);
}

.nav-pills > li:hover {
	background: rgb(116,116,116);
}

.nav-pills > li.active {
	background: rgb(2,155,221);
}

/* .......... END Navigation .......... */

#assistance {
	color: rgb(77,77,77);
	text-align: right;
	font-size: 15px;
}

/* ---------------------- FOOTER ----------------------- */

footer {
	font-size: 13px;
	text-align: center; 
}

footer .nav-pills {
  display: inline-block;
  margin-top: 10px;
}

footer > nav {
	padding: 10px 10px 30px;
	margin: 0;
}

footer > nav > a {
	color: rgb(63,173,232);
	padding: 3px;
}

footer span {
	color: rgb(63,173,232);
}

#copy {
	color: #fff;
	line-height: 150%;
	margin-top: 15px;
}

footer a + a {
	border-left: 1px solid rgb(63,173,232);
	padding-left: 10px;
	margin-left: 7px;
}

/* ---------------------- GENERAL ----------------------- */

.swiss721 {
	font-family: 'swis721_cn_btroman' !important;
}

.swiss721_bold {
	font-family: 'swis721_cn_btbold' !important;
}

/*------------FORMS STYLING-----------------*/

label {
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 10px;
}

.inline_label {
	font-size: 12px;
	display: inline;
	margin-right: 5px;
	vertical-align: baseline;
}

.placed_inline_block {
	display: inline-block;
	vertical-align: top;
}

.placed_inline_block + .placed_inline_block {
	margin-left: 15px;
}

.required_field {
	font-weight: bold;
}

.form_radio_label {
	width: auto;
	margin-right: 10px;
	font-weight: normal;
	white-space: nowrap;
}

.block_label {
	display: block;
	white-space: nowrap;
	margin-bottom: 5px;
}

[type="radio"], [type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px -1px;
}

.note {
	display: block;
	text-align: right;
	font-size: 80%;
	margin-top: -5px;
	padding-bottom: 10px;
}

.error_field {
	border: 1px solid rgb(29,86,156) !important;
}

.error_wrapper {
	font-size: 80%;
	position: relative;
	display: inline-block;
}

.error_box {
	position: relative;
	display: inline-block;
	bottom: 8px;
	left: 0;
	border: 1px solid rgb(29,86,156);
	background: rgb(2,155,221);
	padding: 2px 4px;
	color: #fff;
	
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.4);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.4);
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 4px;
}

.error_box:before, .error_box:after {
	position: absolute;
	top: -5px;
}

.error_box:before {
	content: "";
	border-left: 4px solid transparent;
	border-bottom: 4px solid rgb(29,86,156);
	left: 10px;
}

.error_box:after {
	content: "";
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgb(29,86,156);
	left: 14px;
}

form ul {
	display: inline-block;
	padding: 0;
	margin: 0 0 7px;
	line-height: 130%;
	width: 360px;
}

ul.error_field {
	margin: 0 0 10px;
}

#submit {
	text-align: right;
}

/* ---------------------- LINKS ----------------------- */

a {
	color: inherit;
	font-weight: bold;
}

a:hover, p.read_more a:hover {
	color: rgb(158,221,255);
}

p a:hover {
	color: rgb(29,86,156);
}

a:focus {
	outline: none;
}

#copy a {
	color: #000;
}

#copy a:hover {
	color: #000;
	text-decoration: none;
}

a.phone {
  color: inherit;
  cursor: text;
  font-weight: inherit;
}

a.phone:hover, a.phone:focus {
	text-decoration: inherit;
}