div.circle1 {
	background: #0066cb;
	width: 104px;
	height: 104px;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
} 
.circle1 p {
       padding: 2em 2em 0 2em;
}

div.circleblack {
	background: #333;
	width: 104px;
	height: 104px;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
} 
.circleblack p {
       padding: 2em 2em 0 2em;
}

#.circleblack:hover {
	background: #222;
	width: 104px;
	height: 104px;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
} 

div.circleorange {
	background: #fe7a09;
	width: 104px;
	height: 104px;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
} 
.circleorange p {
       padding: 2em 2em 0 2em;
}

div.circlewhite {
	background: #FFF;
	width: 104px;
	height: 104px;
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
} 
.circlewhite p {
       padding: 2em 2em 0 2em;
}


#t3-footer a:link{ 
 color: #6d6d6d; 
 text-decoration: none; 
}  

#t3-footer a:visited{
color: #6d6d6d; 
 text-decoration: none; 
} 

#t3-footer a:hover { 
 color: #0f4ab1; 
 text-decoration: none; 
} 


.tweet-block {
background: #004589;
padding: 15px;
margin: 15px 0px 0px 0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: relative; color:#fff; text-shadow:none;
}

.tweet-block .notch {
position: absolute;
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #004589;
bottom: -20px;
left: 40px;
}

.tweet-block .p {
color: #fff;
}


.checkin_inner {
float: left;
line-height: 30px;
margin: 0 10px 0 0;
}




.jumbotron {
  position: relative;
  padding: 40px 0;
}
.jumbotron h1 {
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.jumbotron p {
  font-size: 21px;
  line-height: 1.275;
  margin: 0 0 20px 0;
}
.jumbotron .btn {
  margin-top: 10px;
}
.jumbotron .btn-large {
  margin-top: 20px;
  font-size: 18px;
}
.masthead {
  padding: 80px 0 60px;
  text-align: center;
}
.masthead h1 {
  font-size: 98px;
}
.masthead p {
  font-size: 42px;
}
.masthead .btn-large {
  font-size: 28px;
  padding: 14px 28px;
}
.jumbotron.has-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead.has-image {
  text-align: left;
}
.thumbnails {
  margin-bottom: 20px;
  margin-left: -40px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-left: 40px;
}
.thumbnail {
  border: 1px solid #ddd;
  display: block;
  padding: 2px;
  line-height: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #07b;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
.thumbnails.paper > li:before,
.thumbnails.paper > li:after {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.thumbnails.paper > li:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.thumbnails.paper .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails.paper a.thumbnail.paper:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wrap {
  width: auto;
  clear: both;
}
.offset-12 {
  margin-left: -932px;
}
.offset-11 {
  margin-left: -851px;
}
.offset-10 {
  margin-left: -770px;
}
.offset-9 {
  margin-left: -689px;
}
.offset-8 {
  margin-left: -608px;
}
.offset-7 {
  margin-left: -527px;
}
.offset-6 {
  margin-left: -446px;
}
.offset-5 {
  margin-left: -365px;
}
.offset-4 {
  margin-left: -284px;
}
.offset-3 {
  margin-left: -203px;
}
.offset-2 {
  margin-left: -122px;
}
.offset-1 {
  margin-left: -41px;
}
.row-fluid .spanfirst {
  margin-left: 0 !important;
}
.wrap {
  width: auto;
  clear: both;
}
/*body {
  background-color: #fff;
  color: #666;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}*/
a {
  color: #07b;
  text-decoration: none;
}
a:hover {
  color: #00466f;
  text-decoration: underline;
}
img {
  max-width: 100% !important;
}
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
-------------------------------------------------------
/*
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  line-height: 20px;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
td {
  border-top: 1px solid #ddd;
}
th {
  background: #444;
  color: #eee;
  font-weight: bold;
}
th a {
  color: #eee;
}
th a:hover,
th a:focus,
th a:active {
  color: #fff;
}
*/
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
-------------------------------------------------------
.star {
  color: #fc0;
}
.red {
  color: #c00;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
form {
  margin: 0px !important;
}
input,
textarea {
  width: 210px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  -moz-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  -o-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #999999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.25);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.25);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.25);
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select {
  /*width: 220px;*/
  border: 1px solid #ddd;
}
select[multiple],
select[size] {
  height: auto;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  padding-top: 5px;
  margin-bottom: 0;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border-top: 0px solid #ddd;
}
.help-block,
.help-inline {
  color: #8c8c8c;
}
.help-block {
  margin-bottom: 10px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  margin-bottom: 0;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
}
.form-horizontal .control-group {
  margin-bottom: 5px;
}
.form-horizontal .control-label {
  width: 140px;
  padding-top: 5px;
  /*text-align: right;*/ text-align: left;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
/*.btn {
  padding: 4px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
  color: #666;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#ffffff,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#eee));
  background-image: -webkit-linear-gradient(top,#ffffff,#eee);
  background-image: -o-linear-gradient(top,#ffffff,#eee);
  background-image: linear-gradient(to bottom,#ffffff,#eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-color: #eee #eee #c8c8c8;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #666;
  background-color: #eee;
  *background-color: #e1e1e1;
}
.btn:active,
.btn.active {
  background-color: #d5d5d5 \9;
}
.btn:hover,
.btn a.btn:hover {
  text-decoration: none;
  background-color: #eee;
}
.btn:focus,
.btn a.btn:focus {
  outline: 0;
}
.btn.active,
.btn:active,
.btn a.btn:active {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
}
.btn-small {
  padding: 3px 9px;
  font-size: 13px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 12px;
}*/
/*.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}*/
.btn-primary {
  z-index: 0;
text-transform: uppercase;
background: #003580;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
box-shadow: rgba(0,0,0,0.18) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 -1px 0;
color: #ffffff;
font-size: 12px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
font-weight: 700;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
margin-left: -1px;
margin-bottom: -1px;
padding: 5px 8px 5px 8px;
border: 0px solid #FFF;
outline: none;
border-style: solid;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
 background: #F60; 
}
.btn-primary:active,
.btn-primary.active {
 background: #F60;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ff961f;
  background-image: -moz-linear-gradient(top,#ffa033,#f80);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffa033),to(#f80));
  background-image: -webkit-linear-gradient(top,#ffa033,#f80);
  background-image: -o-linear-gradient(top,#ffa033,#f80);
  background-image: linear-gradient(to bottom,#ffa033,#f80);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9f32', endColorstr='#ffff8800', GradientType=0);
  border-color: #f80 #f80 #b35f00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f80;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f80;
  *background-color: #e67a00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #cc6d00 \9;
}
 /*.btn-danger {
 color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #eb0000;
  background-image: -moz-linear-gradient(top,#ff0000,#c00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#c00));
  background-image: -webkit-linear-gradient(top,#ff0000,#c00);
  background-image: -o-linear-gradient(top,#ff0000,#c00);
  background-image: linear-gradient(to bottom,#ff0000,#c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
  border-color: #c00 #c00 #800000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #c00;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}*/
/*.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #c00;
  *background-color: #b30000;
}*/
 /* .btn-danger:active,
.btn-danger.active {
background-color: #990000 \9;
}*/
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #7ab800;
  background-image: -moz-linear-gradient(top,#88cc00,#690);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#88cc00),to(#690));
  background-image: -webkit-linear-gradient(top,#88cc00,#690);
  background-image: -o-linear-gradient(top,#88cc00,#690);
  background-image: linear-gradient(to bottom,#88cc00,#690);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87cc00', endColorstr='#ff669900', GradientType=0);
  border-color: #690 #690 #334d00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #690;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #690;
  *background-color: #558000;
}
.btn-success:active,
.btn-success.active {
  background-color: #446600 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #00b0eb;
  background-image: -moz-linear-gradient(top,#00bfff,#09c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00bfff),to(#09c));
  background-image: -webkit-linear-gradient(top,#00bfff,#09c);
  background-image: -o-linear-gradient(top,#00bfff,#09c);
  background-image: linear-gradient(to bottom,#00bfff,#09c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bfff', endColorstr='#ff0099cc', GradientType=0);
  border-color: #09c #09c #006080;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #09c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #09c;
  *background-color: #0086b3;
}
.btn-info:active,
.btn-info.active {
  background-color: #007399 \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #535353;
  background-image: -moz-linear-gradient(top,#5e5e5e,#444);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5e5e5e),to(#444));
  background-image: -webkit-linear-gradient(top,#5e5e5e,#444);
  background-image: -o-linear-gradient(top,#5e5e5e,#444);
  background-image: linear-gradient(to bottom,#5e5e5e,#444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff444444', GradientType=0);
  border-color: #444 #444 #1e1e1e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #444;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #444;
  *background-color: #373737;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #2b2b2b \9;
}
.invalid {
  border-color: #c00;
}
label.invalid {
  color: #c00;
}
.nav {
  margin-bottom: 20px;
}
.nav > li > a:hover {
  background-color: #666;
  color: #eee; text-shadow: none;
}
.nav .dropdown-toggle .caret {
  border-top-color: #07b;
  border-bottom-color: #07b;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #00466f;
  border-bottom-color: #00466f;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a {
  clear: both;
  color: #444;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #eee;
  text-decoration: none;
  background-color: #666;
  background-color: #757575;
  background-image: -moz-linear-gradient(top,#808080,#666);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#808080),to(#666));
  background-image: -webkit-linear-gradient(top,#808080,#666);
  background-image: -o-linear-gradient(top,#808080,#666);
  background-image: linear-gradient(to bottom,#808080,#666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f7f7f', endColorstr='#ff666666', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #eee;
  text-decoration: none;
  outline: 0;
  background-color: #07b;
  background-color: #003c9b;
  background-image: -moz-linear-gradient(top,#003c9b,#003c9b);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#003c9b),to(#003c9b07b));
  background-image: -webkit-linear-gradient(top,#003c9b,#003c9b);
  background-image: -o-linear-gradient(top,#003c9b,#003c9b);
  background-image: linear-gradient(to bottom,#003c9b,#003c9b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0097ed', endColorstr='#ff0077bb', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: #07b;
  color: #eee;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.active > .dropdown-toggle .caret,
.nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #eee;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.t3-navhelper {
  background: #2f2f2f;
  color: #666;
}
/*.breadcrumb {
  padding: 10px 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #666;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999;
}*/
.t3-mainnav {
border-top: 1px solid #002564;
border-bottom: 1px solid #002564;
height: 40px;
background: #023a99;
}
.t3-mainnav .navbar {
  color: #666;
  margin-bottom: 0;
  margin-top: 0; padding:0;
}
.t3-mainnav .navbar-inner {
  min-height: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  border-left: 1px solid #003681;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.t3-mainnav .navbar .nav {
  margin: 0;
  width: 100%
}
.t3-mainnav .navbar .nav > li > a {
  border-top: 0;
  border-right: 1px solid #003681;
 /* padding: 10px 20px;*/  padding: 10px 14px;
  text-shadow: none;
  font-weight: bold;
  font-size: 12px;
  color: #FFF;
  background: #023a99
}
.t3-mainnav .navbar .nav > li > a:focus,
.t3-mainnav .navbar .nav > li > a:hover {
  background-color: #17498e;
background-color: #FFF;
background-image: -moz-linear-gradient(top,#808080,#666);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#17498e),to(#17498e));
background-image: -webkit-linear-gradient(top,#17498e,#003681);
background-image: -o-linear-gradient(top,#808080,#666);
background-image: linear-gradient(to bottom,#17498e,#003681);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f7f7f', endColorstr='#ff666666', GradientType=0);
text-shadow: none;
outline: none;
color: #FFF;
}
.t3-mainnav .navbar .nav > .active > a,
.t3-mainnav .navbar .nav > .active > a:hover,
.t3-mainnav .navbar .nav > .active > a:focus {
  background-color: #17498e;
background-color: #FFF;
background-image: -moz-linear-gradient(top,#808080,#666);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#17498e),to(#17498e));
background-image: -webkit-linear-gradient(top,#17498e,#003681);
background-image: -o-linear-gradient(top,#808080,#666);
background-image: linear-gradient(to bottom,#17498e,#003681);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f7f7f', endColorstr='#ff666666', GradientType=0);
text-shadow: none;
outline: none;
color: #FFF;
}
.t3-mainnav .navbar .btn-navbar {
  float: left;
  padding: 7px 10px;
  margin: 7px 20px 0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#d9d9d9));
  background-image: -webkit-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: -o-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: linear-gradient(to bottom,#f2f2f2,#d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd8d8d8', GradientType=0);
  border-color: #d9d9d9 #d9d9d9 #b3b3b3;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #d9d9d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.t3-mainnav .navbar .btn-navbar:hover,
.t3-mainnav .navbar .btn-navbar:active,
.t3-mainnav .navbar .btn-navbar.active,
.t3-mainnav .navbar .btn-navbar.disabled,
.t3-mainnav .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #d9d9d9;
  *background-color: #cccccc;
}
.t3-mainnav .navbar .btn-navbar:active,
.t3-mainnav .navbar .btn-navbar.active {
  background-color: #bfbfbf \9;
}
.t3-mainnav .navbar .btn-navbar .icon-bar {
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.t3-mainnav .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.t3-mainnav .dropdown .caret {
  margin-left: 5px;
}
.t3-mainnav .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.t3-mainnav .dropdown-menu li > a {
  border-top: 1px solid #eee;
  padding: 5px 20px;
  text-shadow: none;
}
.t3-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.t3-mainnav .dropdown-menu .disabled > a,
.t3-mainnav .dropdown-menu .disabled > a:hover {
  color: #999;
}
.t3-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 40px;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: inherit;
  color: #444;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
}
.module-ct {
  background: inherit;
  color: inherit;
  padding: 0;
  *zoom: 1;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.module-ct:after {
  clear: both;
}
.t3-module ul,
.t3-module ol {
  margin-left: 20px;
}
.t3-module ul.unstyled,
.t3-module ol.unstyled,
.t3-module ul.nav,
.t3-module ol.nav {
  margin-left: 0;
}
.module_menu .nav {
  margin-bottom: 20px;
}
.module_menu .nav > li {
  border-top: 1px solid #eee;
}
.module_menu .nav > li > a {
  padding: 5px;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li:first-child > a {
  padding-top: 0;
  border-top: 0;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #ddd;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eee;
}
.feed .newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed .feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eee;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.article-aside {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd span {
  font-weight: bold;
}
.article-footer {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}
article img[align=left],
.img_caption.left {
  margin: 0 40px 20px 0;
}
article img[align=right],
.img_caption.right {
  margin: 0 0 20px 40px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 40px;
}
.img-fulltext-right {
  float: right;
  margin-left: 40px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eee;
  color: #666;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
article aside .btn-group > .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login_form fieldset,
.login fieldset {
  padding: 15px 0 0;
}
.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}
.login_form label,
.login label {
  display: block;
  font-weight: bold;
}
.login-fields {
  margin: 0 0 10px;
}
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .inputbox {
  width: 20px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  font-size: 150%;
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom,#ccc,#f0f0f0);
  background: -webkit-linear-gradient(bottom,#ccc,#f0f0f0);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  right: 0px;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .inputbox {
  width: 70%;
}
#mailtoForm .button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eee;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
#searchForm {
  padding: 10px 20px;
  border: 1px solid #ddd;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: "";
  line-height: 0;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.phrases-box input {
  margin: 0;
}
.search-results {
  margin-top: 20px;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.category-item {
  margin-top: 20px;
  *zoom: 1;
}
.category-item:before,
.category-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.category-item .category-item {
  margin-left: 4.2918454935622%;
}
.newsfeed > h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.feed-description {
  margin-bottom: 40px;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 4px;
}
.button2-left span,
.button2-right span {
  color: #999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #444;
  text-decoration: none;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.article-content .pagination ul {
  border-left: 1px solid #ddd;
}
.article-content .pagination ul li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #ddd;
  border-left: 0;
}
.article-content .pagination ul a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 30%;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav li.pagenav-prev {
  margin-right: 10px;
}
.pagenav li a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagenav li a:hover {
  background-color: #666;
  color: #eee;
}
.counter {
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
.items-more h3 {
  margin: 0 0 5px;
}
.back_button a,
.back_button a:hover,
.back_button a:active {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
p {
  margin: 0 0 10px;
}
p small,
p .small {
  font-size: 12px;
  color: #999;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
/*
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #444;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 35px;
  line-height: 40px;
}
h1 small {
  font-size: 28px;
}
h2 {
  font-size: 28px;
  line-height: 40px;
}
h2 small {
  font-size: 21px;
}
h3 {
  font-size: 21px;
  line-height: 40px;
}
h3 small {
  font-size: 16px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 15px;
  line-height: 20px;
}
h5 small {
  font-size: 12px;
}
h6 {
  font-size: 14px;
  line-height: 20px;
}
*/
.page-header {
  border-bottom: 0px solid #ddd;
  padding-bottom: 0px;
  margin: 0 0 40px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
color: #023a99;
font-size: 23px;
margin-top: 20px;
border-bottom: 1px dotted #F2F2F2;
margin-bottom: 20px;
font-weight: bold;
padding-bottom: 3px;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0px 7px 0px 7px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
  list-style: none;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #c00;
}
.label-important[href],
.badge-important[href] {
  background-color: #990000;
}
.label-warning,
.badge-warning {
  background-color: #f80;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #cc6d00;
}
.label-success,
.badge-success {
  background-color: #690;
}
.label-success[href],
.badge-success[href] {
  background-color: #446600;
}
.label-info,
.badge-info {
  background-color: #07b;
}
.label-info[href],
.badge-info[href] {
  background-color: #005788;
}
.label-inverse,
.badge-inverse {
  background-color: #444;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #2b2b2b;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 0;
  font-style: normal;
  line-height: 20px;
}
.t3-header {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.logo {
  float: left;
}
.logo h1,
.logo h1 a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  overflow: hidden;
}
.logo-image a {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 270px;
  height: 65px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text h1 {
  color: #444;
}
.logo-text h1 a {
  color: #444;
  text-decoration: none;
}
.logo-text:hover h1 a,
.logo-text h1 a:hover,
.logo-text h1 a:active,
.logo-text h1 a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  float: right;
  margin-top: 20px;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .input {
  background: url(../images/ico/search-invert.png) no-repeat 8px center;
  width: 120px;
  padding-left: 26px;
}
.head-search .input:focus {
  color: #444;
  width: 180px;
}
.t3-sl {
  /*padding-bottom: 60px;
  padding-top: 60px;*/
}
.t3-mainbody {
  padding-bottom: 40px;
  /*padding-top: 40px;*/
}
.t3-footer {
  background: #222;
  color: #666;
  *zoom: 1;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #999;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #e6e6e6;
}
.t3-footnav {
  padding: 60px 0 40px;
  *zoom: 1;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav ul {
  list-style: none;
  margin-left: 0;
}
.t3-footnav li {
  line-height: 24px;
}
.t3-footnav .module-title {
  font-size: 18px;
  color: #999;
}
.t3-copyright {
  border-top: 1px solid #2f2f2f;
  font-size: 12px;
  padding: 40px 0 80px;
  *zoom: 1;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-copyright:after {
  clear: both;
}
.copyright {
  float: left;
}
.poweredby {
  float: right;
}
#tabbed_content{ float:left; width:100%;}


<!--------- nav css open--------->
.nav > .disabled > a {color: #999;}
.nav > .disabled > a:hover {text-decoration: none; background-color: transparent; cursor: default;}
.navbar {
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
  padding: 0px !important;
}
.footer-navbar
{
margin-bottom: 0px;
  margin-top: 50px;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
  background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
  background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  Xwidth: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #666;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #666;
}
.navbar-link {
  color: #666;
}
.navbar-link:hover {
  color: #eee;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 932px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #666;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
background-color: transparent;
color: #0055CE !important;
text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #eee;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#d9d9d9));
  background-image: -webkit-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: -o-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: linear-gradient(to bottom,#f2f2f2,#d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd8d8d8', GradientType=0);
  border-color: #d9d9d9 #d9d9d9 #b3b3b3;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #d9d9d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #d9d9d9;
  *background-color: #cccccc;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #bfbfbf \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #07b;
  color: #eee;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top,#222222,#111111);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));
  background-image: -webkit-linear-gradient(top,#222222,#111111);
  background-image: -o-linear-gradient(top,#222222,#111111);
  background-image: linear-gradient(to bottom,#222222,#111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #444;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top,#151515,#040404);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
  background-image: -webkit-linear-gradient(top,#151515,#040404);
  background-image: -o-linear-gradient(top,#151515,#040404);
  background-image: linear-gradient(to bottom,#151515,#040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #040404;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
<!--------- nav css End--------->


/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}

/* Tweak examples
------------------------- */
.bs-docs-example > p:last-child {
  margin-bottom: 0;
}
.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert,
.bs-docs-example .hero-unit,
.bs-docs-example .pagination,
.bs-docs-example .navbar,
.bs-docs-example > .nav,
.bs-docs-example blockquote {
  margin-bottom: 5px;
}
.bs-docs-example .pagination {
  margin-top: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  height: 90px;
  overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  margin-left: 0;
  margin-right: 0;
}
.bs-navbar-top-example {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
.bs-navbar-top-example:after {
  top: auto;
  bottom: -1px;
  -webkit-border-radius: 0 4px 0 4px;
     -moz-border-radius: 0 4px 0 4px;
          border-radius: 0 4px 0 4px;
}
.bs-navbar-bottom-example {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}
form.bs-docs-example {
  padding-bottom: 19px;
}

/* Images */
.bs-docs-example-images img {
  margin: 10px;
  display: inline-block;
}

/* Tooltips */
.bs-docs-tooltip-examples {
  text-align: center;
  margin: 0 0 10px;
  list-style: none;
}
.bs-docs-tooltip-examples li {
  display: inline;
  padding: 0 10px;
}

/* Popovers */
.bs-docs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}
.bs-docs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}

/* Dropdowns */
.bs-docs-example-submenus {
  min-height: 180px;
}
.bs-docs-example-submenus > .pull-left + .pull-left {
  margin-left: 20px;
}
.bs-docs-example-submenus .dropup > .dropdown-menu,
.bs-docs-example-submenus .dropdown > .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 5px;
  *width: 180px;
}



/* Sidenav for Docs css open
-------------------------------------------------- */

.bs-docs-sidenav {
  margin: 10px 0 20px 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5; color:#0088CC;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {

  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    width: 218px;
    margin-top: 30px;
    margin-right: 0;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }
  .masthead h1 {
    font-size: 90px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 24px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }
  .bs-docs-social {
    margin: 0 -20px;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }

  /* Change up some type stuff */
  h2 small {
    display: block;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 45px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 18px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }

  /* Marketing on home */
  .marketing h1 {
    font-size: 30px;
  }
  .marketing-byline {
    font-size: 18px;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Examples: dropdowns */
  .bs-docs-example-submenus > .pull-left {
    float: none;
    clear: both;
  }
  .bs-docs-example-submenus > .pull-left,
  .bs-docs-example-submenus > .pull-left + .pull-left {
    margin-left: 0;
  }
  .bs-docs-example-submenus p {
    margin-bottom: 0;
  }
  .bs-docs-example-submenus .dropup > .dropdown-menu,
  .bs-docs-example-submenus .dropdown > .dropdown-menu {
    margin-bottom: 10px;
    float: none;
    max-width: 180px;
  }


}
/* Sidenav for Docs css End
-------------------------------------------------- */
.selectcurrency a {
    float: left;
    height: 21px !important;
    margin: 3px 5px 0 0;
    text-indent: -9999em;
    width: 21px !important;
}

.colo-gre{width: 19%;}
.reviews_but{ background: none repeat scroll 0 0 #FD6801;
border-radius: 6px 6px 6px 6px;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
margin: 0 10px 0 0;
padding: 4px 7px 4px 7px;
text-shadow: none;}

.rating-sec{ float:left; /*background:url(../img/rating-bg.png) no-repeat left top; width:31.7% !important;*/}

.up-arrow{background: url("http://joomlabooking.com/go35/j3/components/com_goreserva_pregistrations/images/map-arrows.png") no-repeat scroll -31px 3px; cursor: pointer; height: 34px; margin: 0 0 5px 142px !important; width: 33px !important;}
.up-arrow:hover{background: url("http://joomlabooking.com/go35/j3/components/com_goreserva_pregistrations/images/map-arrows.png") no-repeat scroll 1px 3px; cursor: pointer; height: 34px; margin: 0 0 5px 142px !important; width: 33px !important;}
.down-arrow{background: url("http://joomlabooking.com/go35/j3/components/com_goreserva_pregistrations/images/map-arrows.png") no-repeat scroll -31px -33px; cursor: pointer; height: 34px; margin: 0 0 5px 142px !important; width: 33px !important;}
.down-arrow:hover{background: url("http://joomlabooking.com/go35/j3/components/com_goreserva_pregistrations/images/map-arrows.png") no-repeat scroll 1px -33px; cursor: pointer; height: 34px; margin: 0 0 5px 142px !important; width: 33px !important;}
.single-rectangle{left: 41px; position: relative; top: 277px; z-index: 1;}
.single-text{color:#fff; text-shadow:none; font-size:14px; margin:0 0 5px 0;}


 .my_account {
float: right !important;
margin: 0 10px 0 0px;
}

/*hotel admin template header */
.GoHotelHead{
margin: 0 auto;
padding: 4px;
color: #333;
font-size: 12px;
line-height: 23px;
border-top: 1px solid #ededed;
border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
border-bottom: 0px solid #ededed;
}
.GoAccLan{
    margin: 0px !important;
    width: 76.309392% !important;
}

.language_select {
float: right !important;
margin: 0 0 0 10px !important;
width: 13% !important;
}

.mod-languages{
text-align: right !important;
margin-top: 0px !Important;
box-shadow: 0px 0px 0px rgba(0,0,0,0.5) !important;
color: #FFF !important;
background-color: #ECECEC !important;
text-shadow: none;
border-radius: 0px 0px 8px 8px !important;
width: 100%;
float: right;
height: 30px;
padding: 10px 15px 0px 2px;
}
.colo-gre language_select{
    text-align: right !important;
}

.colo-gre .btn-group > .btn:first-child{
background: #FFF;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
box-shadow: none;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
border-color: #ccc;
display: inline-block;
padding: 5px 11px 5px;
margin-bottom: 0;
font-size: 13px;
line-height: 18px;
color: #333;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid #ccc;
}

/*Logo Class */
.company_logo{
    margin-top: 9px;
}


/*Footer Nav Var */

.GoFooterContainer .footer-navbar .navbar-inner{
background: url(../images/box21.png)#FFF !important;
min-height: 55px;
padding-left: 20px;
padding-right: 20px;
background-color: #f5f5f5;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
border-radius: 0px;
border-top: 1px solid #e5e5e5;
height: 40px;
border-bottom: 1px solid #e5e5e5;
border-left: 0px;
border-right: 0px;
}

.GoFooterContainer .navbar .container{
margin: auto !important;
}

.GoFooterContainer .navbar .nav > li > a {
float: none;
padding: 19px 10px 10px 10px;
color: #003580;
text-decoration: none;
text-shadow: none;
font-size: 12px;
font-weight: bold;
height: 27px;
}

#trans{
    width:auto !important;
    float: right !important;
}

/*User login according menu */

.customusertips{
    border: 1px solid #E3E3E3;
    padding: 20px;
}

.cmoduletitle{
    font-size: 14px;
    color: #204fa1;
    margin-bottom: 10px;
}

.userfaq{
    font-size: 14px;
    margin-bottom: 10px;
margin-top: 20px;
}

.content-bot4-sec .accordion-inner {
padding: 16px 15px;
border-top: 1px solid #e5e5e5;
font-size: 12px;
text-shadow: none;
}

.content-bot4-sec .accordion-heading {
border-bottom: 0;
background: #FDFDFD;
}

.content-bot4-sec .accordion-heading .accordion-toggle {
display: block;
padding: 8px 15px;
color: #07b;
font-size: 12px;
font-weight: bold;
}

.other-links{
    text-align: center;
    padding: 10px;
}

.other-links ul {
 display: inline-block;
margin-left: 0;
margin-bottom: 0;
background: #F2F2F2;
}

.other-links li {
    display: inline;
}

.btn.btn-premier.border {
z-index: 0;
text-transform: uppercase;
background: #F60;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
box-shadow: rgba(0,0,0,0.18) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 -1px 0;
color: #ffffff;
font-size: 12px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
font-weight: 700;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
margin-left: -1px;
margin-bottom: -1px;
padding: 5px 8px 5px 8px;
border: 0px solid #FFF;
outline: none;
border-style: solid;
}


.btn.btn-premier.border:hover {
background: #003580;
border: 0px solid #FFF;
outline: none;
border-style: solid;
}


.btn.btn-primary.mini{
z-index: 0;
text-transform: uppercase;
background: #003580;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
box-shadow: rgba(0,0,0,0.18) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 -1px 0;
color: #ffffff;
font-size: 11px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
font-weight: 700;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
margin-left: -1px;
margin-bottom: -1px;
padding: 3px 5px 3px 5px;
border: 0px solid #FFF;
outline: none;
border-style: solid;}


.btn.btn-primary.mini:hover {
background: #F60;
border: 0px solid #FFF;
outline: none;
border-style: solid;
}


.searchcon{
    
}

.acymailing_modulefootersubscribe{
background: #003681;
font-size: 12px;
display: inline-block;
color: #333;

margin: 0 0 8px;
border-radius: 1px;
width: 100%;
color: #FFF;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 0px;

}

.acymailing_form tr{

}

.acymailing_form tr:hover{

}

.acymailing_modulefootersubscribe .acymailing_module_form{
background: #FFF;
text-align: center;
border: 1px solid #DDD;
padding-top: 10px;
}

.acymailing_modulefootersubscribe .acymailing_finaltext {
color: #F60;
font-size: 14px;
font-weight: bold;
text-shadow: none;
margin: 0px 20px;
padding: 10px;
}
.acymailing_modulefootersubscribe table.acymailing_form {
margin: auto !important;
border: 0px !important;
}

.acymailing_fulldiv{

}
a.acymailing_togglemodule {
display: block;
font-size: 16px;
font-weight: bold;
color: #FFF;
text-shadow: none;
padding: 14px 0px 2px 0px;
text-decoration: none;
}

.acymailing_modulehomesubscribe {
border: 1px solid #DAE6FC;
font-size: 12px;
display: inline-block;
color: #333;
padding: 5px 35px;
margin: 0 0 22px;
border-radius: 3px;
background: url(../images/deal2.png) #F5F9FF 0 0 no-repeat;
width: auto;
background-position-x: 7px;
background-position-y: 10px;
}

.acymailing_modulehomesubscribe:hover {
background: url(../images/deal1.png) #F5F9FF 0 0 no-repeat;
background-position-x: 7px;
background-position-y: 10px;

}


table.acymailing_form {
margin: 0px 0px 3px 18px !important;
}
.acymailing_module{
border: 1px solid #ddd !important;
padding: 10px;
}


.acymailing_fulldiv .inputbox{
margin: 0px 4px -1px 0px;
border-radius: 0px !important;
padding: 5px 6px !important;
border: 1px solid #E0E0E0;
font-weight: bold;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
height: 17px;
width: 84% !important;
}

.acymailing_module_form .acymailing_introtext {
color: #023a99;
font-size: 16px;
margin: 9px 0px 14px 17px;
font-weight: bold;
padding-bottom: 5px !important;
text-shadow: none;
}

.acymailing_finaltext{
color: #F60;
font-size: 11px;
font-weight: bold;
text-shadow: none;
margin: 0px 20px;
}

.slogan{
margin-top: 20px !important;
margin-bottom: 40px !important;
}

.slogan1{
font-size: 19.5px !important;
color: #F60;
font-weight: bold;
margin-bottom: 0px;
margin-left: -24px;
margin-top: 0px;
border-bottom: 0px dotted #F2F2F2;
}

.slogan2{
font-size: 16.5px;
color: green;
font-weight: bold;
margin-left: -24px;
}

.whyusetitle{
position: relative;
background: #e6edf6;
font-size: 18px !important;
display: inline-block;
color: #003580;
padding: 5px 0 10px 15px;
margin-left: 0;
border-radius: 3px;
font-weight: bold;
width: 100%;
box-sizing: border-box;
z-index: 1;
margin-top: 20px !important;
margin-bottom: 0px;
border-bottom: 0px dotted #F2F2F2;
}

.arrowdownleft2 {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 9px solid #e6edf6;
margin-left: 14px;
margin-bottom: 0px;
}

.ufhighlight{
font-size: 12px;
color: green;
text-shadow: none;
font-weight: bold;
margin-top: 15px;
margin-bottom: 7px;
list-style: none;
}

.ufhighlight li{
border-bottom: 1px dotted #ddd;
background: url(../images/IconGreenTick.png) 0 0 no-repeat;
padding: 0px 0px 0px 30px;
line-height: 25px;
background-position-y: 5px;
}

.whyuse{
font-size: 19.5px;
color: green;
text-shadow: none;
font-weight: bold;
margin-top: 15px;
margin-bottom: 7px;
/* margin-left: -24px; */
}
.FGoIcon{
float: left;
margin-right: 10px;
width: 34px;
padding: 11px 0px 0px 0px;
}
#t3-footer {background-color: #f2f4f8;}
ul.FoSocial {
margin: 11px 0px;
padding: 0px;
list-style: none;
float: right;
}

.FoSocial li.gplus {
float: left;
margin-left: 0px;
width: 32px;
height: 32px;
background: url(../images/_0005_GooglePlus.png) 0 0 no-repeat;
margin-right: 8px;
}

.FoSocial li.gplus:hover {
background: url(../images/_0005_GooglePlus-h.png) 0 0 no-repeat;
}

.FoSocial li.ytube {
float: left;
margin-left: 0px;
width: 32px;
height: 32px;
background: url(../images/_0013_Youtube.png) 0 0 no-repeat;
margin-right: 8px;
}

.FoSocial li.ytube:hover {
background: url(../images/_0013_Youtube-h.png) 0 0 no-repeat;
}

.FoSocial li.twitter {
float: left;
margin-left: 0px;
width: 32px;
height: 32px;
background: url(../images/_0015_Twitter.png) 0 0 no-repeat;
margin-right: 8px;
}

.FoSocial li.twitter:hover {
background: url(../images/_0015_Twitter-h.png) 0 0 no-repeat;
}

.FoSocial li.fbook {
float: left;
margin-left: 0px;
width: 32px;
height: 32px;
background: url(../images/_0016_Facebook.png) 0 0 no-repeat;
margin-right: 8px;
}

.FoSocial li.fbook:hover {
background: url(../images/_0016_Facebook-h.png) 0 0 no-repeat;
}

.FoSocial li.linkedin {
float: left;
margin-left: 0px;
width: 32px;
height: 32px;
background: url(../images/_0017_Linked-in.png) 0 0 no-repeat;
margin-right: 8px;
}

.FoSocial li.linkedin:hover {
background: url(../images/_0017_Linked-in-h.png) 0 0 no-repeat;
}

.FoSocial li.pint {
float: left;
margin-left: 0px;
width: 32px;
height: 32px;
background: url(../images/_0012_Pinterest.png) 0 0 no-repeat;
}

.FoSocial li.pint:hover {
background: url(../images/_0012_Pinterest-h.png) 0 0 no-repeat;
}

.pnr {
font-family: "Open Sans";
font-size: 30px;
color: #0099cc;
font-weight: 300;
}

.ftitleblack {
Font-size: 16px;
color: #b1b8b8;
font-weight: 700;
text-shadow: none;
}

ul.whyuse {
margin: 0px;
padding: 0px;
list-style: none;
width: 87%;
}

.whyuse li {
float: left;
margin-left: 0px;
width: 100%;
border-bottom: 1px dotted #ddd;
border-bottom: 1px dotted #ddd;
padding: 16px 0px 7px 64px;
background: url(../images/Check_Tick.png) 0 0 no-repeat;
line-height: 20px;
background-position-y: 14px;
}


.whyuse li.title {
color: ##023a99;
font-size: 16px
}

.whyuse li p.des {
color: #023a99;
font-size: 12px
}


#Image1 {
background: #F2F2F2;
width: 97.5%;
border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
padding-left: 10px;
padding-top: 14px;
}

.extranetdiv{
border-top: 1px solid #d6e1ef;
border-bottom: 1px solid #d6e1ef;
padding: 0px;
text-align: center;
}

.extranet_link{
border-bottom: 1px solid #d6e1ef;
border-top: 1px solid #fff;
display: block;
font-size: 1.3em;
margin: 0 auto;
padding: 1em 0;
text-align: center;
text-decoration: none;
font-weight: bold;
}

.ftimage{
background: url(../images/go-footer.png) 0 0 no-repeat;
background-position: 50% 100%;
height: 250px;
}



.addproperty {
z-index: 0;
background: #FFA441;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
box-shadow: rgba(0,0,0,0.18) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 -1px 0;
color: #ffffff !important;
font-size: 12px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
font-weight: 700;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
margin-left: -1px;
margin-bottom: -1px;
padding: 8px 14px 16px 16px !important;
border: 0px solid #FFF;
outline: none;
border-style: solid;
height: 9px !important;
margin-top: 10px;
margin-left: 16px;
float: right !important;
}


.addproperty > .active > a, .addproperty > .active > a:hover, .addproperty > .active > a:focus{
z-index: 0;
background: #FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
box-shadow: rgba(0,0,0,0.18) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 -1px 0;
color: #ffffff !important;
font-size: 12px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
font-weight: 700;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
margin-left: -1px;
margin-bottom: -1px;
padding: 8px 14px 16px 16px !important;
border: 0px solid #FFF;
outline: none;
border-style: solid;
height: 9px !important;
margin-top: 10px;
margin-left: 16px;
float: right !important;
}


ul.fsubmenu {
margin: 0px;
padding: 0px;
list-style: none;
}
.fsubmenu li{
float: left;
margin-left: 0px;
width: 100%;
border-bottom: 1px dotted #DFE5F6;
line-height: 20px;
padding: 5px 0px;
color: #4E708A;
text-shadow: none;
font-weight:bold;
}

ul.fbullet {
margin: 0px;
padding: 0px;
list-style: none;
}

.fbullet li{
float: left;
margin-left: 0px;
width: 100%;
border-bottom: 1px dotted #ddd;
line-height: 20px;
padding: 5px 0px;
}

.red{
color: red;
}

legend {
color: #023a99;
font-size: 16px;
margin-top: 20px;
border-bottom: 2px dotted #F2F2F2;
margin-bottom: 12px;
font-weight: bold;
padding-bottom: 7px;
}

.acymailing_footer{
display: none !important}



#acyusersubscription tr{
float: left;
margin-left: 0px;
width: 100%;
border-bottom: 1px dotted #DFE5F6;
line-height: 20px;
padding: 14px 0px 3px 0px;
text-shadow: none;
font-weight: bold;
}

.list_name {
font-size: 10pt;
color: #023a99;
padding-left: 20px;
border-left: 1px solid #DDD;
margin-left: 20px;
}

.acy_list_status_1{
background: ##e6edf6;
}

.acy_list_status_0{
background: #F2F2F2;
}

.list_description {
padding: 3px 41px !important;
}

h1 {
color: #023a99;
font-size: 23px;
margin-top: 20px;
border-bottom: 2px dotted #F2F2F2;
margin-bottom: 12px;
font-weight: bold;
padding-bottom: 20px;
}


.topright{

}




.navsr{
margin-left: 0;
list-style: none;
margin-bottom: 0px;
background: #666;
}

.nav-tabssr{

}

.nav-tabssr:before, .nav-tabssr:after, .navsr-pills:before, .navsr-pills:after {
display: table;
content: "";
}

.nav-tabssr:after, .navsr-pills:after {
clear: both;
}

.nav-tabssr > .active > a, .nav-tabssr > .active > a:hover {
color: #FFF;
background-color: #333;
border: 0px solid #ddd;
border-bottom-color: transparent;
cursor: default;
padding: 10px;
text-shadow: none;
border-left: 4px solid #333;
border-right: 4px solid #c9c9c9;
border-radius: 0px;
}
.nav-tabssr > li > a {
padding-top: 8px;
padding-bottom: 8px;
line-height: 18px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.nav-tabssr > li > a, .nav-pills > li > a {
padding-right: 12px;
padding-left: 12px;
margin-right: 2px;
line-height: 14px;
color: #FFF;
text-shadow: none;
font-size: 12px;
font-weight: bold;
}
.navsr > li > a {
display: block;
}

.nav-tabssr > li, .navsr-pills > li {
float: left;
}
.impnote{
position: relative;
background: #e6edf6;
font-size: 12px;
display: inline-block;
color: #003580;
padding: 5px 0 10px 15px;
margin-left: 0;
border-radius: 3px;
font-weight: bold;
width: 100%;
box-sizing: border-box;
z-index: 1;
margin-top: 30px;
}


.personalinfo{
margin: 0 auto;
padding: 15px 15px 20px 15px;
color: #003580;
font-size: 12px;
line-height: 23px;
font-weight: bold;
background: #e6edf6;
border: 1px solid #CDE3F1 !important;
text-shadow: none;
width: 93% !important;
margin-top: 20px;
}

.paymentTCsec{
margin: 0 auto;
padding: 14px 17px 3px 16px;
color: #003580;
font-size: 12px;
line-height: 23px;
font-weight: bold;
background: #f2f4f8;
border: 1px solid #DDD;
text-shadow: none;
}

.btn.btn-paynow {
border-color: #FFF;
text-transform: uppercase;
margin: -18px 15px;
border: 1px solid #F60;
background: #F60;
padding: 11.5px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
box-shadow: rgba(0,0,0,0.18) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 -1px 0;
color: #ffffff;
font-size: 13px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
font-weight: 700;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
float: right;
}

.payoption{
position: relative;
background: #e0f0d8;
font-size: 12px;
display: inline-block;
color: #003580;
padding: 5px 0 10px 15px;
margin-left: 0;
border-radius: 3px;
font-weight: bold;
width: 100%;
box-sizing: border-box;
z-index: 1;
margin-top: 30px;
}


#room_details_1{
margin: 0 auto;
padding: 14px 17px 3px 16px;
color: #003580;
font-size: 12px;
line-height: 23px;
font-weight: bold;
background: #F2F2F2;
border: 1px solid #DDD;
text-shadow: none;
margin-top: 18px;
}

.paynowsrequest{
width: 94%;
margin: 0 0 0px -2px;
border-radius: 0px !important;
padding: 6px 10px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
}

.paynowinput100 {
width: 94%;
margin: 0 0 0px -2px;
border-radius: 0px !important;
padding: 6px 10px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
height: 15px !important;
}

.paynowinput50 {
width: 88%;
margin: 0 0 0px -2px;
border-radius: 0px !important;
padding: 6px 10px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
height: 15px !important;
}

.paynowinput20 {
width: 14%;
margin: 0 0 0px -2px;
border-radius: 0px !important;
padding: 6px 10px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
height: 15px !important;
}

.paynowinput80 {
width: 74%;
margin: 0 0 0px -2px;
border-radius: 0px !important;
padding: 6px 10px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
height: 15px !important;
}

.paynow_select_country {
width: 99%;
margin: 0 0 9px -1px;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
}

#user_email_formAcymailing31821{
width: 83%;
margin: 0 0 0px 5px;
border-radius: 0px !important;
padding: 6px 30px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
}

.more-right{
float: right !important;
background: #000 !important;
}

.navbar .nav > li more-right{
background: #FFF !important;
float: right !important;
}

.componentheading{
color: #023a99;
font-size: 16px;
margin-top: 20px;
border-bottom: 2px dotted #F2F2F2;
margin-bottom: 12px;
font-weight: bold;
padding-bottom: 7px;
}

.rsform-input-box{
width: 94%;
margin: 0 0 0px -2px;
border-radius: 0px !important;
padding: 6px 10px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
height: 15px !important;
}

.rsform-text-box{
width: 94%;
margin: 0 0 0px -2px;
border-radius: 0px !important;
padding: 6px 10px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
}

.contactF {margin: 0 auto;
padding: 14px 17px 3px 16px;
color: #003580;
font-size: 12px;
line-height: 23px;
font-weight: bold;
background: #F2F2F2;
border: 1px solid #DDD;
text-shadow: none;}

.rsform-submit-button{
border-color: #FFF;
text-transform: uppercase;
margin: 65px -3px 15px 0px;
border: 1px solid #F60;
background: #F60;
padding: 11.5px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
box-shadow: rgba(0,0,0,0.18) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 -1px 0;
color: #ffffff;
font-size: 13px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
font-weight: 700;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
float: right;
}

.contactft{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: stretch;
padding: 20px 0px;
overflow: hidden;
background: #fff;
border: 1px solid #e3e5e5;
border-radius: 3px;
margin-top: 30px;
}

.contactft h2{
color: #023a99;
font: small/1.2 Helvetica,sans-serif;
margin: 0 0 12px 0;
font-size: 16px;
padding: 20px 0px 0px 35px;
font-weight: bold;
}
.werhere{
	text-align: center;
	border-right: 1px solid #e6e6e6;  
  	padding: 30px;
}


.resquickly{
	text-align: center;
	padding: 30px;
}


.speaklanguage{
text-align: center;
  border-left: 1px solid #e6e6e6;
  padding: 30px;
}

.contactD{
border: 1px solid #DFDFDF;
font-size: 12px;
color: #333;
padding: 15px 35px;
margin: 0 0 22px;
background: url(../images/call1.png) #FFF 0 0 no-repeat;
background-position-x: 32px;
background-position-y: 23px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.contactD h2{
color: #023a99;
font: small/1.2 Helvetica,sans-serif;
padding: 0;
margin: 0 0 12px 0;
font-size: 20px;
padding: 11px 35px;
font-weight: bold;
}

.callnote{
margin: 25px 0px;
padding: 14px 17px 10px 16px;
color: #666;
font-size: 11px;
line-height: 16px;
font-weight: bold;
background: #F2F2F2;
border: 1px solid #DDD;
text-shadow: none;
}

.adminform{
  
}

.adminform .form-horizontal .input{
width: 94%;
margin: 0 0 0px -2px;
border-radius: 0px !important;
padding: 6px 10px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
}

#btl .btl-panel > span{
font-size: 12px;
font-weight: bold;
margin-top: 0px !Important;
box-shadow: 0px 0px 0px rgba(0,0,0,0.5) !important;
color: #023a99 !important;
background-color: #ECECEC !important;
text-shadow: none;
border-radius: 0px 0px 8px 8px !important;
height: 36px !important;
margin-bottom: -1px !important;
padding: 4px 18px 0px 16px !important;
}

#btl-content #btl-content-profile #module-in-profile ul {
position: static;
text-align: left;
margin: 0 15px 0 15px;
padding: 0!important;
width: 175px;
}

#btl-content #btl-content-profile #module-in-profile li {
float: left;
margin-left: 0px;
width: 100%;
border-bottom: 1px dotted #DFE5F6;
line-height: 20px;
padding: 5px 0px;
color: #4E708A;
text-shadow: none;
font-weight: bold;
}

#btl .btl-panel > #btl-panel-profile {
padding-right: 30px !important;
background-position-y: 5px !important;
}

.btl-content-block h3 {
background: transparent !important;
text-transform: capitalize !important;
font-size: 13px !important;
color: #023a99;
border-bottom: 1px dotted #023a99;
font-weight: bold !important;
text-shadow: none;
}

#btl-input-username, #btl-input-password, #btl-input-name, #btl-input-username1, #btl-input-password1, #btl-input-password2, #btl-input-email1, #btl-input-email2{
margin: 0 0 0px -2px;
border-radius: 0px !important;
padding: 6px 10px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
height: 16px;
}

.btl-content-block {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 4px;
border: 1px solid #023a99 !important;
box-shadow: 2px 2px 2px rgba(0, 36, 129, 0.23) !important;
display: none;
height: auto;
overflow: hidden;
text-align: left;
font-size: 12px;
position: relative;
}

div.mod-languages ul li a img {
  width: 21px;
  height: 14px;
}
div.mod-languages ul li a img {
  border: 1px #ccc solid;
  padding: 1px;
}
 
div.mod-languages ul li:hover a img,
div.mod-languages ul li.lang-active a img {
  border: 1px #333 solid;
  padding: 1px;
}

div.mod-languages ul {
  text-align: right;
}


#jform_email, #jform_name, #jform_subject, #jform_captcha{
width: 96.5%;
margin: 0 0 0px -2px;
border-radius: 0px !important;
padding: 6px 10px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
height: 15px !important;
}

#jform_department_id, #jform_priority_id{
width: 100%;
margin: 0 0 0px -2px;
border-radius: 0px !important;
padding: 6px 10px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
height: 30px !important;
}

#jform_message{
width: 96.5%;
margin: 0 0 0px -2px;
border-radius: 0px !important;
padding: 6px 10px !important;
font-size: 12px;
font-weight: bold;
font-family: Arial, sans-serif;
border: 1px solid #CDE3F1 !important;
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075) !important;
}

#jPanel_220{
left: 0px !important;
right: 0px !important;
margin: auto !important;
}

#jPanel_220 .jpanelContent {
border: 0px solid #333333 !important;
}

#jPanel_220, #jPanel_220 .jpanelContent {
width: auto !important;
}

#twojContentSliderId1 {
width: 100%;
position: relative;
padding: 0;
margin-top: -5px;
}

.rst_dashboard_items .thumbnail {
background: #F5F9FF!important;
border: 1px solid #DAE6FC;
border-radius: 7px;
margin-top: 19px;
padding: 6px;
}

.rst_dashboard_items .thumbnail:hover {
background: #FFF!important;
border: 1px solid #DAE6FC;
border-radius: 7px;
margin-top: 19px;
padding: 6px;
}

.rst_dashboard_items .thumbnail h3 {
color: #023a99;
font-size: 14px;
border-bottom: 1px dotted #DAE6FC;
margin: 0px 0px 12px 0px;
}

.rst_dashboard_items .thumbnail p{
color: #023a99;
font-size: 12px;
font-weight: bold;
text-shadow: none;
}

h3 {
color: #023a99;
font-size: 16px !important;
margin-top: 20px;
border-bottom: 2px dotted #F2F2F2;
margin-bottom: 12px;
font-weight: bold;
padding-bottom: 7px;
}


input.btl-buttonsubmit, button.btl-buttonsubmit {
border: none!important;
cursor: pointer;
text-align: center!important;
width: auto!important;
height: 29px!important;
z-index: 0;
text-transform: uppercase;
background: #003580 !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
box-shadow: rgba(0,0,0,0.18) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 -1px 0;
color: #ffffff !important;
font-size: 12px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
font-weight: 700;
-moz-transition: .3s;
transition: .3s;
margin-left: 16px;
margin-bottom: 14px;
padding: 1px 30px 0px 30px !important;
outline: none;
border-style: solid;
}


.t3-megamenu .mega-inner {
padding: 20px 0px !important;
}