/*@color_menu_border_hover: darken(#F08000, 10%);*/
/*
Credit: http://www.templatemo.com
*/
@font-face {
  font-family: Arial;
  
  /*    font-family: futura;
    src: url('font/futura-webfont.eot');
    src: url('font/futura-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/futura-webfont.woff') format('woff'),
         url('font/futura-webfont.ttf') format('truetype'),
         url('font/futura-webfont.svg#futura') format('svg');
    font-weight: normal;
    font-style: normal;*/
}
body {
  margin: 0;
  padding: 0;
  color: #585858;
  font-family: Arial;
  /*	font-family: futura;*/
  font-size: 80%;
  line-height: 1.5em;
  /*background-color: @color_bg;*/
  background-repeat: repeat-x;
  background-position: top;
  /*background-image: url(/images/templatemo_bg.jpg)*/
}
a,
a:link,
a:visited {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #096;
  text-decoration: underline;
}
a.more {
  display: block;
  width: 79px;
  height: 26px;
  line-height: 26px;
  color: #000;
  text-align: center;
  background: url(/images/templatemo_more.png) no-repeat;
  font-weight: 700;
  text-decoration: none;
}
a.more:hover {
  background: url(/images/templatemo_more_hover.png);
}
a.button {
  text-decoration: none;
  color: #333333;
}
a.button:hover {
  color: #000000;
}
p {
  margin: 0 0 10px 0;
  padding: 0;
}
img {
  border: none;
}
blockquote {
  font-style: italic;
  margin: 0 0 0 10px;
}
cite {
  font-weight: bold;
  color: #000;
}
cite a,
cite a:link,
cite a:visited {
  font-weight: bold;
  color: #000;
}
cite span {
  font-weight: 400;
  color: #656565;
}
/*em { color: #000; }*/
h1,
h2,
h4,
h6 {
  color: #333;
  font-weight: normal;
  font-family: Arial;
}
h1 {
  font-size: 160%;
  margin: 0 0 30px;
  padding: 5px 0;
}
h2 {
  font-size: 160%;
  margin: 0 0 0px;
  padding: 5px 0;
}
h3 {
  font-size: 140%;
  margin: 0 0 0px;
  padding: 0;
  color: #000;
  font-weight: normal;
}
h4 {
  font-size: 140%;
  margin: 0 0 15px;
  padding: 0;
}
h5 {
  font-size: 140%;
  margin: 0 0 10px;
  padding: 0;
  color: #f08000;
}
h5 a,
h5 a:link,
h5 a:visited {
  color: #f08000;
  font-weight: bold;
  text-decoration: underline;
}
h6 {
  font-size: 100%;
  margin: 0 0 5px;
  padding: 0;
}
/*
h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 20px; margin: 0 0 25px; padding: 5px 0; }
h3 { font-size: 20px; margin: 0 0 0px; padding: 0; color: #fff }
h4 { font-size: 24px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 20px; margin: 0 0 10px; padding: 0; color: @color_main; }
h5 a,h5 a:link,h5 a:visited  { font-size: 20px; margin: 0 0 10px; padding: 0; color: @color_main; font-weight: bold; text-decoration: underline;}
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }
*/
.cleaner {
  clear: both;
}
.h10 {
  height: 10px;
}
.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}
.imagedesc {
  margin-right: 30px;
  padding-left: 20px;
  width: 460px;
}
.imagedesc1 {
  margin-right: 30px;
  padding-left: 0px;
  width: 460px;
  float: right;
}
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}
.h60 {
  height: 60px;
}
.float_l {
  float: left;
}
.float_l_l img {
  border-style: solid;
  border-width: 2px;
  border-color: #f08000;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #888888;
}
.float_r {
  float: right;
}
.image_fl {
  float: left;
  margin: 10px 30px 0 0;
}
.image_fr {
  float: right;
  margin: 10px 0 0 30px;
}
.tmo_list {
  margin: 10px 0 10px 5px;
  padding: 0;
  list-style: none;
}
.tmo_list li {
  color: #333;
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  background: url(/images/templatemo_list.png) no-repeat scroll 0 7px;
}
.tmo_list li a {
  color: #333;
  font-weight: normal;
}
.tmo_list li a:hover {
  color: #333333;
}
.tmo_list li ul {
  margin: 0px 0 0px 0px;
  padding: 0;
  list-style: none;
}
.link_tab a,
.link_tab a.hover {
  padding: 7px 50px 7px 50px;
  text-align: center;
  float: left;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #999999;
  border-bottom: 0px;
  height: 20px;
  text-decoration: none;
  color: #000000;
  margin: 0px;
  font-size: 120%;
}
/*a .admin_head_link {
display:block;
}*/
.admin_head_link {
  float: right;
  margin: 8px 8px 0px 1px;
  /*9px 8px 8px 1px;*/
  background: #cccccc;
  /*@color_main;*/
  border: 1px solid #999999;
  /*0px none currentColor;*/
  border-radius: 5px;
  color: #000000;
  font-size: 120%;
  padding: 6px 15px;
  width: auto;
  height: 22px;
  /*box-shadow: rgba(0, 0, 0, 0.149) 0px 0px 8px;*/
  cursor: pointer;
  /*box-shadow: 1px 1px 2px #888888;*/
}
.admin_head_link_sel {
  float: right;
  /*	margin:9px 7px 9px 2px;/*6px 7px 7px 0px;*/
  margin: 8px 8px 0px 1px;
  /*9px 8px 8px 1px;*/
  background: #f08000;
  /* #CCCCCC;*/
  border: 1px solid #808080;
  /*0px none currentColor;*/
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 120%;
  padding: 6px 15px;
  width: auto;
  height: 22px;
  /*box-shadow: rgba(0, 0, 0, 0.149) 0px 0px 8px;*/
  cursor: pointer;
}
/*a .admin_head_link_sel {
		color: #000000;
}*/
/*
.admin_head_link a,
.admin_head_link a.hover,
.admin_head_link_sel a,
.admin_head_link_sel a.hover { 
	font-weight:normal; display:block; padding:5px; color:#000000;
	text-decoration: none;
}*/
.admin_head_link_spacer {
  float: right;
  width: 0px;
  /*height:38px;border:1px solid #999999;*/
  padding: 6px 2px;
  cursor: default;
}
#divslideshow {
  float: right;
}
#spanslideshow {
  position: relative;
  top: -5px;
}
#templatemo_wrapper {
  margin: 0 auto;
  padding: 0 10px;
  width: 1200px;
}
#templatemo_header {
  width: 100%;
  height: auto;
  /*background: url(/images/templatemo_header.jpg) no-repeat top left*/
}
#site_title {
  float: left;
  margin-top: 0px;
}
#site_title h1 {
  margin: 0;
  padding: 0;
}
#site_title h1 a {
  display: block;
  width: 400px;
  height: 140px;
  color: #fff;
  text-indent: -10000px;
  background: url(/images/templatemo_logo.png) no-repeat top center;
}
#templatemo_menu {
  float: right;
}
#templatemo_fw {
  width: 1000px;
  height: 200px;
}
#templatemo_fw1 {
  width: 1000px;
  height: 200px;
}
#templatemo_fw2 {
  width: 1000px;
  height: 20px;
}
#templatemo_fw3 {
  width: 1000px;
  height: 120px;
}
#templatemo_main {
  clear: both;
  width: 1220px;
  /*margin-left: -120px;*/
}
#templatemo_content {
  float: left;
  width: 900px;
  min-height: 700px;
}
#templatemo_sidebar {
  float: right;
  width: 300px;
}
.sidebarh {
  float: right;
  width: 300px;
  color: #f18100;
  font-size: 20px;
  line-height: 1.5em;
  background-color: #ccc;
  border-left-width: 2px;
  border-left-color: #A5C451;
}
.col_fw {
  border-bottom: 1px solid #a3a3a3;
}
.col_fw_last {
  float: left;
  margin-left: -120px;
  padding-bottom: 20px;
  width: 1224px;
}
.col_fw_last2 {
  float: left;
  padding-bottom: 20px;
  /*width: 1224px; */
  width: 420px;
}
.col_fw_last_bottom {
  padding-bottom: 20px;
  margin-top: 50px;
}
.col_w460 {
  width: 460px;
}
.col_w300 {
  border-bottom-color: #FFFFFF;
  border-bottom-width: thin;
  border-left: thin solid #FFFFFF;
  border-right-color: #FFFFFF;
  border-right-width: thin;
  border-top-color: #FFFFFF;
  border-top-width: thin;
  margin-left: 15px;
  padding-left: 15px;
  width: 300px;
}
.col_w400 {
  border-bottom-color: #FFFFFF;
  border-bottom-width: thin;
  border-left: thin solid #FFFFFF;
  border-right-color: #FFFFFF;
  border-right-width: thin;
  border-top-color: #FFFFFF;
  border-top-width: thin;
  margin-left: 16px;
  padding-left: 12px;
  width: 400px;
}
.col_allw300 {
  float: left;
  width: 200px;
  margin-right: 38px;
}
.col_w240 {
  float: left;
  width: 220px;
  padding-right: 20px;
}
.col_w630 {
  width: 630px;
}
.col_rm {
  margin: 0;
}
.fp_service_box {
  padding-top: 2px;
  margin-bottom: 1px;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 10px;
}
.fp_service_box a {
  display: block;
  font-size: 16px;
  color: #000;
  font-family: Arial;
  padding-top: 20px;
  margin-top: 10px;
  margin-left: 60px;
}
.fp_service_box img {
  float: left;
  margin-right: 20px;
  width: 40px;
  margin-top: 22px;
}
.fp_c1 {
  background: #ffffff;
}
.fp_c2 {
  background: #ffffff;
}
.fp_c3 {
  background: #ffffff;
}
.fp_c4 {
  background: #ffffff;
}
.fp_c5 {
  background: #ffffff;
}
.fp_lp {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.fp_lp img {
  border-style: solid;
  border-width: 2px;
  border-color: #F28101;
  border-radius: 0px;
  box-shadow: 2px 2px 2px #888888;
}
.post_box {
  clear: both;
  margin-bottom: 40px;
  padding-bottom: 30px;
  margin-top: 20px;
}
.post_header {
  background: #ccc;
  margin-top: -20px;
}
.post_header h2 {
  padding-left: 100px;
  line-height: 59px;
}
.post_date {
  float: left;
  width: 64px;
  font-family: Arial;
  font-size: 40px;
  color: #000;
  text-align: center;
  padding: 12px 10px 20px 5px;
  background: #f28101;
}
.post_date_image {
  float: left;
  width: 64px;
  font-family: Arial;
  font-size: 40px;
  color: #000;
  text-align: center;
  padding: 12px 10px 20px 5px;
}
.post_date span {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  font-family: Arial;
}
.post_inner {
  padding-left: 0px;
}
.post_inner img {
  margin-bottom: 0px;
}
.post_meta {
  margin-bottom: 20px;
}
#comment_section {
  clear: both;
  margin-bottom: 60px;
  width: 570px;
}
.first_level {
  margin: 0;
  padding: 0;
}
.comments {
  list-style: none;
}
.comments li {
  margin-bottom: 10px;
  list-style: none;
}
.comments li .commentbox1 {
  border: 1px solid #CCC;
  background: #F4F4F4;
}
.comments li .commentbox2 {
  border: 1px solid #BBB;
  background: #CCCCCC;
}
.comments li .comment_box {
  clear: both;
  width: 100%;
  padding: 15px;
}
.comment_box .gravatar {
  float: left;
  width: 50px;
  margin-right: 15px;
  background: #000;
}
.comment_box .gravatar img {
  margin: 0;
  width: 50px;
  height: 50px;
}
.comment_box .comment_text {
  margin: 0 0 0 65px;
}
.comment_box .comment_text p {
  margin: 0;
}
.comment_text .comment_author {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.comment_text .date {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding-left: 10px;
}
.comment_text .time {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding-left: 10px;
}
.comment_text .reply a {
  display: block;
  clear: both;
  float: right;
  color: #666;
  font-weight: 700;
}
#comment_form {
  clear: both;
}
#comment_form h3 {
  font-size: 20px;
  border-bottom: 1px dotted #666;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#comment_form form {
  padding: 20px;
  background-color: #CCC;
  border: 1px solid #BBB;
}
#comment_form textarea {
  color: #666;
  background: #EEE none repeat fixed 0 0;
  border: 1px solid #999;
  display: block;
  font-size: 1.1em;
  height: 150px;
  margin-top: 5px;
  padding: 10px;
  width: 360px;
}
#comment_form .form_row {
  width: 100%;
  margin-bottom: 15px;
}
#comment_form form input {
  color: #666;
  margin-top: 5px;
  padding: 10px;
  width: 200px;
  background: #EEE none repeat fixed 0 0;
  border: 1px solid #999;
}
#comment_form .submit_btn {
  width: 80px;
  background: #EEE;
  border: 1px solid #999;
}
#gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gallery li {
  margin: 0;
  padding: 0;
}
#gallery li a {
  display: block;
  float: left;
  width: 190px;
  height: 150px;
  margin: 0 1px 1px 0;
}
.templatemo_paging {
  margin: 0 0 20px;
  padding: 0;
}
.templatemo_paging ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.templatemo_paging ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
.templatemo_paging ul li a {
  float: left;
  display: block;
  color: #666;
  text-decoration: none;
  margin-right: 5px;
  padding: 5px 10px;
  background-color: #ccc;
  border: 1px solid #999;
}
.templatemo_paging ul li a:hover {
  background: #a5c451;
  border: 1px solid #999;
  color: #000000;
}
#contact_form {
  padding: 0;
  width: 450px;
}
#contact_form form {
  margin: 0px;
  padding: 0px;
}
#contact_form form .input_field {
  width: 450px;
  padding: 10px;
  color: #666;
  border: 1px solid #CCC;
  background: #e8e8e8;
}
#contact_form form label {
  display: block;
  width: 100px;
  margin-right: 10px;
  font-size: 14px;
}
#contact_form form textarea {
  width: 450px;
  height: 200px;
  padding: 10px;
  color: #666;
  border: 1px solid #CCC;
  background: #e8e8e8;
}
#contact_form form .submit_btn {
  display: block;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #EEE;
  color: #666;
  border: 1px solid #999;
  font-size: 13px;
  cursor: pointer;
}
#map img {
  border: 5px solid #ffffff;
}
span.edit a {
  font-size: 12px;
  float: right;
  color: #0000FF;
  font-weight: normal;
  cursor: pointer;
}
span.editnosize a {
  color: #0000FF;
  font-weight: normal;
  cursor: pointer;
}
span.editnofloat a {
  font-size: 12px;
  color: #0000FF;
  font-weight: normal;
  cursor: pointer;
}
p.error {
  color: #BB0000;
  font-weight: bold;
}
.sb_box {
  margin-bottom: 40px;
}
.sb_box h3 {
  padding: 20px;
  background: #ccc;
  border-left: 6px solid #a5c451;
  box-shadow: 5px 5px 5px #888888;
}
.sb_box_gen h3 {
  padding: 10px;
  background: #F18100;
  border-left: 6px solid #F18100;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.tmo_list_gen {
  background-color: #c9c9c9;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-top: 0px;
  padding-right: 5px;
  padding-top: 10px;
  box-shadow: 5px 5px 5px #888888;
  padding-left: 20px;
  margin-bottom: 15px;
}
.sb_box .tmo_list {
  font-size: 14px;
}
.sb_box .tmo_list li:hover {
  background: url(/images/templatemo_list.png) no-repeat scroll 5px 7px;
}
.recent_post {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}
.recent_post li {
  margin: 0 0 15px 0;
  padding: 0;
}
.recent_post li a {
  display: block;
  font-weight: 700;
}
#templatemo_footer_wrapper {
  clear: both;
  width: 100%;
  background: #000000 url(/images/templatemo_footer.png) top repeat-x;
}
#templatemo_footer {
  clear: both;
  width: 100%;
  height: 70px;
  color: #666;
  text-align: center;
}
#templatemo_footer_logo {
  background-color: #F18100;
  margin-top: 4px;
  padding-top: 5px;
  width: 150px;
  float: left;
  height: 70px;
}
#templatemo_footer_text1 {
  margin-top: 15px;
  width: 80%;
  float: left;
  text-align: center;
  font-family: Arial;
  text-shadow: 1px 1px #E7E7E7;
}
#templatemo_main #templatemo_sidebar div strong {
  color: #000;
}
/* remove codrops styles and reset the whole thing */
#container_demo {
  text-align: left;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  font-family: Arial;
}
/** fonts used for the icons **/
a.hiddenanchor {
  display: none;
}
/** The wrapper that will contain our two forms **/
#wrapper {
  width: 250px;
  right: 0px;
  margin-top: 50px;
  min-height: 1000px;
  float: right;
  width: 280px;
  position: relative;
}
#wrapperdesc {
  width: 650px;
  right: 0px;
  margin-left: 350px;
  min-height: 1000px;
  float: left;
  position: relative;
}
#wrapperlogin {
  width: 300px;
  right: 0px;
  margin-left: -350px;
  min-height: 1000px;
  float: left;
  position: relative;
  padding-top: 200px;
}
/**** Styling the form elements **/
/**** general text styling ****/
#wrapper a {
  color: #5f9bc6;
  text-decoration: underline;
}
#wrapper h1 {
  color: #4C4C4C;
  font-weight: normal;
  font-family: Arial;
  text-align: center;
}
h1 {
  font-size: 40px;
  margin: 0 0 30px;
  padding: 5px 0;
}
/** For the moment only webkit supports the background-clip:text; */
#wrapper h1 {
  background: -webkit-repeating-linear-gradient(-45deg, #12535d, #12535d 20px, #406f76 20px, #406f76 40px, #12535d 40px);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#wrapper h1:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background: -moz-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, #93b8bd 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(147, 184, 189, 0)), color-stop(20%, rgba(147, 184, 189, 0.8)), color-stop(53%, #93b8bd), color-stop(79%, rgba(147, 184, 189, 0.8)), color-stop(100%, rgba(147, 184, 189, 0)));
  background: -webkit-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, #93b8bd 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
  background: -o-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, #93b8bd 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
  background: -ms-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, #93b8bd 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
  background: linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, #93b8bd 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
}
#wrapper p {
  margin-bottom: 15px;
}
#wrapper p:first-child {
  margin: 0px;
}
#wrapper label {
  color: #405c60;
  position: relative;
}
/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder {
  color: #bebcbc;
  font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bebcbc;
  font-style: italic;
}
input {
  outline: none;
}
/* all the input except submit and checkbox */
#wrapper input:not([type="checkbox"]) {
  width: 200px;
  margin-top: 4px;
  padding: 10px 5px 10px 32px;
  border: 1px solid #b2b2b2;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus {
  border: 1px solid rgba(91, 90, 90, 0.7);
  background: rgba(238, 236, 240, 0.2);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
  -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
  box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
}
/** the magic icon trick ! **/
[data-icon]:after {
  content: attr(data-icon);
  font-family: 'FontomasCustomRegular';
  color: #6a9fab;
  position: absolute;
  left: 10px;
  top: 35px;
  width: 30px;
}
/*styling both submit buttons */
#wrapper p.button input {
  cursor: pointer;
  background: #F08200;
  padding: 8px 5px;
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  border: 1px solid #1c6c7a;
  margin-bottom: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px #fefefe, 0px 5px 3px 3px #d2d2d2;
  -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px #fefefe, 0px 5px 3px 3px #d2d2d2;
  box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px #fefefe, 0px 5px 3px 3px #d2d2d2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#wrapper p.button input:hover {
  background: #FFAE00;
}
#wrapper p.button input:active,
#wrapper p.button input:focus {
  background: #FFAE00;
  position: relative;
  top: 1px;
  border: 1px solid #0c4c57;
  -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.login.button,
p.signin.button {
  text-align: right;
  margin: 5px 0;
  background-color: #F7F7F7;
}
/* styling the checkbox "keep me logged in"*/
.keeplogin {
  margin-top: -5px;
}
.keeplogin input,
.keeplogin label {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
}
.keeplogin input#loginkeeping {
  margin-right: 5px;
}
.keeplogin label {
  width: 80%;
}
/*styling the links to change from one form to another */
p.change_link {
  position: absolute;
  color: #7f7c7c;
  left: 0px;
  margin-bottom: 10px;
  height: 20px;
  width: 222px;
  margin-top: -5px;
  padding: 17px 30px 30px 30px;
  font-size: 16px	;
  text-align: right;
  border-top: 1px solid #dbe5e8;
  -webkit-border-radius: 0 0  5px 5px;
  -moz-border-radius: 0 0  5px 5px;
  border-radius: 0 0  5px 5px;
  background: #e1eaeb;
  background: -moz-repeating-linear-gradient(-45deg, #f18100, #f18100 15px, #f18100 15px, #f18100 30px, #f18100 30px);
  background: -webkit-repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 15px, #e1eaeb 15px, #e1eaeb 30px, #f7f7f7 30px);
  background: -o-repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 15px, #e1eaeb 15px, #e1eaeb 30px, #f7f7f7 30px);
  background: repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 15px, #e1eaeb 15px, #e1eaeb 30px, #f7f7f7 30px);
}
#wrapper p.change_link a {
  display: inline-block;
  font-weight: bold;
  background: #f7f8f1;
  padding: 2px 6px;
  color: #FFAE00;
  margin-left: 10px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #F18100;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s  linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s  linear;
  transition: all 0.4s  linear;
}
#wrapper p.change_link a:hover {
  color: #FFAE00;
  background: #fff;
  border: 1px solid #F18100;
}
#wrapper p.change_link a:active {
  position: relative;
  top: 1px;
}
/** Styling both forms **/
#register,
#login {
  position: absolute;
  width: 250px;
  padding: 18px 6% 60px 6%;
  margin: 0 0 35px 0;
  background: #f7f7f7;
  border: 1px solid rgba(147, 184, 189, 0.8);
  -webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
  -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
  box-shadow: 0pt 2px 5px rgba(222, 115, 16, 0.702), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
  -webkit-box-shadow: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#register {
  z-index: 21;
  opacity: 0;
}
#login {
  z-index: 22;
}
#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #login {
  z-index: 22;
  -webkit-animation-delay: .6s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-delay: .6s;
  -moz-animation-timing-function: ease-in;
  -o-animation-delay: .6s;
  -o-animation-timing-function: ease-in;
  -ms-animation-delay: .6s;
  -ms-animation-timing-function: ease-in;
  animation-delay: .6s;
  animation-timing-function: ease-in;
  -webkit-animation-name: scaleIn;
  -moz-animation-name: scaleIn;
  -ms-animation-name: scaleIn;
  -o-animation-name: scaleIn;
  animation-name: scaleIn;
}
#toregister:target ~ #wrapper #login,
#tologin:target ~ #wrapper #register {
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: scaleOut;
  -moz-animation-name: scaleOut;
  -ms-animation-name: scaleOut;
  -o-animation-name: scaleOut;
  animation-name: scaleOut;
}
/** the actual animation, credit where due : http://daneden.me/animate/ ***/
.animate {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.5s;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.5s;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
/** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */
.lt8 #wrapper input {
  padding: 10px 5px 10px 32px;
  width: 92%;
}
.lt8 #wrapper input[type=checkbox] {
  width: 10px;
  padding: 0;
}
.lt8 #wrapper h1 {
  color: #066A75;
}
.lt8 #register {
  display: none;
}
.lt8 p.change_link,
.ie9 p.change_link {
  position: absolute;
  height: 90px;
  background: transparent;
}
#gallery {
  border-color: #f28101;
  border-style: solid;
  border-radius: 7px;
}
div.legend table {
  border-left: none;
  width: auto;
}
