/*
Theme Name: Blog Unpad 2014
Theme URI: http://blogs.unpad.ac.id
Author: Mohamad Noor Rizal
Author URI: http://blogs.unpad.ac.id/mnrizal
Description: more sophisticated
*/

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Small buttons  */
.btn.btn-small {
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
/* XL buttons  */
.btn.btn-xl {
  padding: 25px 40px;
}
/* Full buttons */
.btn-full {
  width: 100%;
}
/* Button Styles */
.btn-label {
  vertical-align: middle;
  float: left;
  padding: 15px 45px 15px 15px;
}
.btn {
  border: 1px solid transparent;
  color: #ffffff;
  padding: 1em;
  display: inline-block;
  float: left;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'metapro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  outline: 0;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.btn-default {
  color: #8c8c8c;
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-default:hover {
  background-color: #d9d9d9;
  border-color: #cccccc;
}

li.updated{
	line-height: 1.3;
}

.btn-default:active,
.btn-default.active {
  color: #8c8c8c;
  background-color: #d2d2d2;
  border-color: #c6c6c6;
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  outline: 0;
}
.btn-primary {
  color: #ffffff;
  background-color: #3498db;
  border-color: #217dbb;
  -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-primary:hover {
  background-color: #217dbb;
  border-color: #196090;
}
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #1f76b0;
  border-color: #185985;
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  outline: 0;
}
.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e43725;
  -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-danger:hover {
  background-color: #d62c1a;
  border-color: #bf2718;
}
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ca2a19;
  border-color: #b42516;
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  outline: 0;
}
.btn-info {
  color: #ffffff;
  background-color: #1abc9c;
  border-color: #17a689;
  -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-info:hover {
  background-color: #148f77;
  border-color: #117964;
}
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #12846e;
  border-color: #0f6e5b;
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  outline: 0;
}
.btn-warning {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #e08e0b;
  -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-warning:hover {
  background-color: #c87f0a;
  border-color: #b06f09;
}
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #bc770a;
  border-color: #a36708;
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  outline: 0;
}
.btn-success {
  color: #ffffff;
  background-color: #2ecc71;
  border-color: #29b765;
  -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-success:hover {
  background-color: #25a25a;
  border-color: #208e4e;
}
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #229854;
  border-color: #1e8349;
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25);
  outline: 0;
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}
.center-float {
  margin: 0 auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.justified {
  text-align: justify;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 2em;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  right: 35px;
  bottom: 35px;
  padding: 5px;
  color: #fff;
}
.icon-up-open:before {
  content: '\e802';
  opacity: .6;
  position: fixed;
  font-weight: lighter;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 1em;
  padding: 10px;
  display: inline-table;
}
.icon-up-open:hover:before {
  opacity: 1;
}

@media (min-width: 320px) and (max-width: 768px) {
  .icon-up-open:before {
    display: none;
    content: '';
  }
}
a .icon-twitter:before {
  content: '\e801';
  color: #bdc3c7;
  font-size: 3em;
}
/* '' */
a .icon-github:before {
  content: '\e800';
  color: #bdc3c7;
  font-size: 3em;
}
/* '' */
a .icon-twitter:before,
a .icon-github:before {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover .icon-github:before,
a:hover .icon-twitter:before {
  color: #031634;
  border-bottom: none;
  text-decoration: none;
}
.col6.social {
  text-align: center;
  padding-top: 5em;
}
/*.icon-twitter:before { content: '\e801'; float: left; }  '' */
/*.icon-github:before { content: '\e800'; }  '' */
@media (max-width: 480px) {
  .row {
    margin-left: 0;
  }
  .palette-example p {
    font-size: 14px;
  }
}
.schema-social-btns {
  margin-top: 20px;
}
ul.schema-social-btns {
  list-style: none;
  float: left;
  padding-left: 0;
  display: inline-block;
}
ul.schema-social-btns li {
  display: inline-block;
  float: left;
  padding-left: 0;
  margin-left: 0;
}
a {
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section.dropdowns a {
  color: #031634;
}
section.dropdowns a:hover {
  border-bottom: 1px solid #031634;
}
#logo a {
  opacity: 1;
}
.top-nav {
  display: inline-block;
}
.nav a.btn {
  margin-top: 16px;
  margin-bottom: 0;
  background: #fff;
  background-color: #fff;
  float: right;
  color: #031634;
  text-shadow: none;
  border-color: #fff;
  border-size: 1px;
  font-family: 'Open Sans';
}
.nav a.btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #fff;
  background-color: #fff;
  opacity: .97;
}
section.nav {
  width: 100%;
  background: #031634;
  background-color: #031634;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #0C0E53;
  z-index: 10;
  font-family: 'Open Sans', 'Merriweather', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(255, 255, 255, 0.15);
}
nav > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  font-size: 18px;
}
@media (max-width: 767px) {
  nav > ul {
    font-size: 12px;
  }
}
nav > ul > li {
  float: left;
  margin-right: 40px;
  position: relative;
  top: 50%;
  bottom: 50%;
  line-height:	1;
}
nav > ul > li:first-child {
  margin-left: 0;
  font-weight: bold;
}
nav > ul > li:last-child {
  margin-right: 0;
}
nav > ul > li a {
  color: #fff;
  text-decoration: none;
  opacity: .55;
}
nav > ul > li a:hover {
  opacity: 1;
}
footer {
  padding: 2.5em 0;
  display: block;
  background: #f4f4f4;
  border-top: 1px solid #e1e1e1;
}
footer,
footer h4 {
  text-transform: inherit;
  color: #555;
}
footer h4 {
  font-family: 'Glegoo', 'Merriweather', 'Open Sans', 'Armata', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
footer p a,
footer h5 a {
  color: #031634;
  text-decoration: none;
  border: none;
}

footer p {
  font-family: inherit;
  line-height: 1.7;
  font-size: 12px;
  color: #555;
}
header,
.header {
  background: url(img/blogcover.jpg) no-repeat top center scroll;
  font-family: 'Armata', 'Merriweather', 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 7.500em;
  padding-bottom: 7.500em;
  background-position-y: 45px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
header h1 {
  font-size: 80px;
  font-size: 4.250rem;
  font-weight: 300;
  font-family: 'Open Sans', 'Merriweather', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 0;
  padding-bottom: .3;
  width: inherit;
  text-shadow: 3px 3px 0 #031634, 7px 6px 0 rgba(0, 0, 0, 0.08);
  letter-spacing: -6px;
}
header h3 {
  color: #fff;
  font-size: 2em;
  font-weight: lighter;
  font-family: 'Open Sans', 'Merriweather', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 1.5em;
  text-transform: inherit;
  line-height: 1.4;
}
header p {
  color: #fff;
  padding-top: 40px;
  font-size: 1.125em;
  line-height: 2;
  font-size: .825em;
  margin-bottom: 2.5em;
}
nav.col6 {
  display: inline-block;
}
header h6 {
  color: #fff;
  font-family: 'Armata', 'Merriweather', 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 1.500em;
  border-bottom: 3px solid #fff;
  padding-top: 1.500em;
  border-top: 1px solid #fff;
  font-weight: 400;
  letter-spacing: 1px;
}
header a {
  color: #fff;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding-bottom: 3px;
}
header a:hover {
  color: #fff;
  border-bottom: 3px solid #fff;
  text-decoration: none;
}
:first-child section.container.elements nav.col6,
:first-child .typography .col4 {
  margin-left: 0;
}
section.container.elements hr {
  border: 3px solid #fff;
  margin-top: 6.00em;
}
section.container.elements ul {
  padding-left: 1.125em;
  list-style: square;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
}
section.container.elements li {
  padding-bottom: 1.125em;
}
.grid-system,
.typography,
.buttons,
.dropdowns,
.forms,
.palette,
.palette-example,
.credits {
  padding-top: 7.500em;
  padding-bottom: 7.500em;
}
.grid-example .col1,
.grid-example .col2,
.grid-example .col3,
.grid-example .col4,
.grid-example .col5,
.grid-example .col6,
.grid-example .col7,
.grid-example .col8,
.grid-example .col9,
.grid-example .col10,
.grid-example .col11,
.grid-example .col12 {
  background-color: #ecf0f1;
  min-height: 2em;
  margin-bottom: 1em;
  color: #7f8c8d;
  text-align: center;
}
.grid-example .col1:hover,
.grid-example .col2:hover,
.grid-example .col3:hover,
.grid-example .col4:hover,
.grid-example .col5:hover,
.grid-example .col6:hover,
.grid-example .col7:hover,
.grid-example .col8:hover,
.grid-example .col9:hover,
.grid-example .col10:hover,
.grid-example .col11:hover,
.grid-example .col12:hover {
  background-color: #bdc3c7;
  color: #fff;
}
.grid-system .col12 h4,
.typography .col12 h4,
.buttons .col12 h4,
.dropdowns .col12 h4,
.forms .col12 h4,
.palette .col12 h4 {
  font-weight: 300;
  margin-bottom: 2em;
  padding-bottom: 1em;
  color: #95a5a6;
}
.grid-system .col6 hr {
  border: 1px solid #ecf0f1;
}
.typography hr {
  margin-top: 1.250em;
  margin-bottom: 1.250em;
}
.row.headings h1,
.row.headings-last h1,
.row.headings h2,
.row.headings-last h2,
.row.headings h3,
.row.headings-last h3,
.row.headings h4,
.row.headings-last h4,
.row.headings h5,
.row.headings-last h5,
.row.headings h6,
.row.headings-last h6 {
  color: #95a5a6;
  margin-top: 0;
}
section.typography .row.headings-last {
  margin-bottom: 4em;
}
.btn:last-child,
.dropdown:last-child {
  margin-right: 0;
}
.btn {
  margin-bottom: 2em;
}
section.buttons {
  width: 100%;
  background: #f8f8f8;
  background-color: #f8f8f8;
}
section.buttons h1.title,
section.buttons h3.heading {
  border-bottom: 1px solid #cfd9db;
}
section.buttons pre {
  background-color: #fff;
  border: 1px solid #ecf0f1;
}
section.buttons code {
  margin-top: 0;
  position: relative;
}
section.buttons em {
  color: #031634;
}

/* login widget */

.widget_wp_sidebarlogin h3{
  visibility: hidden;
}

.widget_wp_sidebarlogin label{
  text-align: left !important;
  float: left;
  color: #fff;
}

p.login-username, p.login-password, p.login-remember, p.login-submit{
  padding: 0;
  float: left;
}

.widget_wp_sidebarlogin form .input {
  width: 100px !important;
  float: left;
}

li.lost_password-link a{
  border: none;
  padding: 0;
}

ul.pagenav.sidebar_login_links li{
  display: inline;
  margin-right: 8px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .grid-example .col1,
  .grid-example .col2,
  .grid-example .col3,
  .grid-example .col4,
  .grid-example .col5,
  .grid-example .col6,
  .grid-example .col7,
  .grid-example .col8,
  .grid-example .col9,
  .grid-example .col10,
  .grid-example .col11,
  .grid-example .col12 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .typography h1,
  .typography h2,
  .typography h3,
  .typography h4,
  .typography h5,
  .typography h6 {
    margin-top: 1em;
  }
}
label {
  text-align: right;
  color: #7f8c8d;
}
@media (max-width: 762px) {
  label {
    text-align: left;
  }
  label.r-password {
    text-align: left;
  }
}
input[type="checkbox"] {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
label.r-password {
  float: left;
  text-align: left;
  margin-top: 8px;
  margin-left: 60px;
  font-size: 12px;
}
@media (max-width: 762px) {
  label.r-password {
    text-align: left;
    margin-left: 0;
  }
}
.palette-example {
  height: 100%;
  width: 100%;
  float: left;
  display: block;
  padding-top: 0;
}
.palette-example p {
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  top: 50%;
  bottom: 50%;
  text-align: center;
  position: relative;
  vertical-align: middle;
  line-height: 0;
  margin: 0;
}
.example1:hover,
.example2:hover,
.example3:hover,
.example4:hover,
.example5:hover,
.example6:hover,
.example7:hover,
.example8:hover,
.example9:hover,
.example10:hover,
.example11:hover,
.example12:hover {
  opacity: .7;
}
.example1 {
  width: 25%;
  height: 350px;
  background: #031634;
  text-align: center;
  float: left;
}
.example2 {
  width: 25%;
  height: 350px;
  background: #ecf0f1;
  text-align: center;
  float: left;
  color: #95a5a6;
}
.example2 > p {
  color: #95a5a6;
}
.example3 {
  width: 25%;
  height: 350px;
  background: #7f8c8d;
  text-align: center;
  float: left;
}
.example4 {
  width: 25%;
  height: 350px;
  background: #bdc3c7;
  text-align: center;
  float: left;
}
.example5 {
  width: 25%;
  height: 350px;
  background: #f1c40f;
  text-align: center;
  float: left;
}
.example6 {
  width: 25%;
  height: 350px;
  background: #f4d03f;
  text-align: center;
  float: left;
}
.example7 {
  width: 25%;
  height: 350px;
  background: #e74c3c;
  text-align: center;
  float: left;
}
.example8 {
  width: 25%;
  height: 350px;
  background: #c0392b;
  text-align: center;
  float: left;
}
.example9 {
  width: 25%;
  height: 350px;
  background: #009e73;
  text-align: center;
  float: left;
}
.example10 {
  width: 25%;
  height: 350px;
  background: #ffbf00;
  text-align: center;
  float: left;
}
.example11 {
  width: 25%;
  height: 350px;
  background: #009e91;
  text-align: center;
  float: left;
}
.example12 {
  width: 25%;
  height: 350px;
  background: #2980b9;
  text-align: center;
  float: left;
}
@media (max-width: 480px) {
  .palette-example p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .example1,
  .example2,
  .example3,
  .example4,
  .example5,
  .example6,
  .example7,
  .example8,
  .example9,
  .example10,
  .example11,
  .example12 {
    width: 50%;
  }
}
body {
  background: #fff;
  background-color: #fff;
  font: 16px/23px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.000em;
  line-height: 1.9;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  margin: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.drop-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.hr_thin {
  border: 1px solid #ecf0f1;
}
.hr_medium {
  border: 3px solid #ecf0f1;
}
.hr_thick {
  border: 5px solid #ecf0f1;
}
.hr_thin_w {
  border: 1px solid #fff;
}
.hr_medium_w {
  border: 3px solid #fff;
}
.hr_thick_w {
  border: 5px solid #fff;
}
.border-bottom {
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: .5em;
  margin-bottom: 1em;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
[class^="col"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container {
  width: 940px;
  width: 58.750em;
}
.col12 {
  width: 940px;
  width: 58.750em;
}
.col11 {
  width: 860px;
  width: 53.750em;
}
.col10 {
  width: 780px;
  width: 48.750em;
}
.col9 {
  width: 700px;
  width: 43.750em;
}
.col8 {
  width: 620px;
  width: 38.750em;
}
.col7 {
  width: 540px;
  width: 33.750em;
}
.col6 {
  width: 460px;
  width: 28.750em;
}
.col5 {
  width: 380px;
  width: 23.750em;
}
.col4 {
  width: 300px;
  width: 18.750em;
}
.col3 {
  width: 220px;
  width: 13.750em;
}
.col2 {
  width: 140px;
  width: 8.750em;
}
.col1 {
  width: 60px;
  width: 3.750em;
}
.offset12 {
  margin-left: 980px;
  margin-left: 61.250em;
}
.offset11 {
  margin-left: 900px;
  margin-left: 56.250em;
}
.offset10 {
  margin-left: 820px;
  margin-left: 51.250em;
}
.offset9 {
  margin-left: 740px;
  margin-left: 46.250em;
}
.offset8 {
  margin-left: 660px;
  margin-left: 41.250em;
}
.offset7 {
  margin-left: 580px;
  margin-left: 36.250em;
}
.offset6 {
  margin-left: 500px;
  margin-left: 31.250em;
}
.offset5 {
  margin-left: 420px;
  margin-left: 26.250em;
}
.offset4 {
  margin-left: 340px;
  margin-left: 21.250em;
}
.offset3 {
  margin-left: 260px;
  margin-left: 16.250em;
}
.offset2 {
  margin-left: 180px;
  margin-left: 11.250em;
}
.offset1 {
  margin-left: 100px;
  margin-left: 6.250em;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class^="col"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106386%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class^="col"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class^="col"] + [class^="col"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .col12 {
  width: 100%;
}
.row-fluid .col11 {
  width: 91.48936170212765%;
}
.row-fluid .col10 {
  width: 82.97872340425532%;
}
.row-fluid .col9 {
  width: 74.46808510638297%;
}
.row-fluid .col8 {
  width: 65.95744680851064%;
}
.row-fluid .col7 {
  width: 57.44680851063829%;
}
.row-fluid .col6 {
  width: 48.93617021276595%;
}
.row-fluid .col5 {
  width: 40.42553191489362%;
}
.row-fluid .col4 {
  width: 31.914893617021278%;
}
.row-fluid .col3 {
  width: 23.404255319148934%;
}
.row-fluid .col2 {
  width: 14.893617021276595%;
}
.row-fluid .col1 {
  width: 6.382978723404255%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
}
[class^="col"].hide,
.row-fluid [class^="col"].hide {
  display: none;
}
[class^="col"].pull-right,
.row-fluid [class^="col"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.container-fluid:after {
  clear: both;
}


/*
--------------------------------------------------------------------------

Custom


--------------------------------------------------------------------------
*/

.getlost h1, .getlost h2{
	text-align: center;
	margin-top: 100px;
}


/*
--------------------------------------------------------------------------

These colors are just colors I used to start with. Please feel free to use, 
take away, or remove all the colors and use ones you want to use!


--------------------------------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #667273;
  font-family: 'Glegoo', 'Merriweather', 'Open Sans', 'Armata', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0.500rem;
  text-rendering: optimizelegibility;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: inherit;
}
h1.title,
h3.title {
  font-family: 'Open Sans', 'Merriweather', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #031634;
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: .5em;
  margin-bottom: 1em;
  font-weight: 300;
}
h1.heading,
h3.heading {
  font-family: 'Open Sans', 'Merriweather', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #95a5a6;
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: .5em;
  margin-bottom: 1em;
}

h1.content{
	margin-top: 100px;
}

h1.content a:hover{
	text-decoration: none;
}

h1 {
  font-size: 36px;
  font-size: 2.250rem;
  line-height: 1.4;
  letter-spacing: -1px;
}
h2 {
  font-size: 31px;
  font-size: 1.938rem;
  line-height: 1.2;
  /*margin-bottom: 10px;*/
}
h3 {
  font-size: 24px;
  font-size: 1.500rem;
  line-height: 34px;
  /*margin-bottom: 8px;*/
}
h4 { 	
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  /*margin-bottom: 4px;*/
}
h5 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
}
h6 {
  font-size: 12px;
  font-size: 0.750rem;
  line-height: 21px;
}
.subheader {
  color: #667273;
  text-transform: uppercase;
}
blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 5px solid #031634;
}
blockquote cite {
  font-weight: bold;
}
p, li , .content small{
  margin: 0 0 1em;
  color: #7f8c8d;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  /* 14px */
  line-height: 2.2;
}

a{
	color: #036564;
}

a:hover{
	color: #CDB380;
	text-decoration: underline;
}

p.lead {
  font-size: 1.313rem;
  line-height: 1.7;
  font-weight: bold;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.content small{
	
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
select,
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 {
  padding: 0.625em;
  font-size: 0.625em;
  width: auto;
  margin-bottom: 10px;
  font-size: 0.875em;
  line-height: 1.7;
  color: #95a5a6;
  width: 13.750em;
  vertical-align: middle;
  font-family: 'Glegoo', 'Merriweather', 'Open Sans', 'Armata', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bdc3c7;
  font-size: 0.825em;
  padding-top: 2px;
  font-family: 'Glegoo', 'Merriweather', 'Open Sans', 'Armata', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
textarea {
  height: auto;
}
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 {
  background-color: #ffffff;
  border: 1px solid #bdc3c7;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
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: #031634;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  color: #7f8c8d;
  -webkit-box-shadow: 0 0 8px rgba(244, 104, 1, 0.6);
  -moz-box-shadow: 0 0 8px rgba(244, 104, 1, 0.6);
  box-shadow: 0 0 8px rgba(244, 104, 1, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}
.form-group::before,
.form-group::after {
  clear: both;
  display: table;
  content: "";
}
.form-group {
  float: left;
  color: #7f8c8d;
  margin-bottom: 1em;
  margin-right: 5px;
}
label {
  padding-top: 6px;
  margin-right: 0.625em;
  margin-bottom: 18px;
  font-family: "armata";
  display: block;
}
/* --- EASYDROPDOWN DEFAULT THEME --- */
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.dropdown .selected::after,
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}
/* WRAPPER */
/* Change the background color to whatever you want to match your styles */
.dropdown {
  position: relative;
  width: 160px;
  border: 1px solid #bdc3c7;
  display: inline-block;
  cursor: pointer;
  background: #ffffff;
  color: #7f8c8d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dropdown.open {
  z-index: 2;
}
.dropdown:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.dropdown.focus {
  box-shadow: 0 0 5px rgba(51, 102, 248, 0.4);
}
/* CARAT */
/* Change the background color to whatever you want to match your styles */
.dropdown .carat {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
  border: 6px solid transparent;
  border-top: 6px solid #bdc3c7;
}
.dropdown.open .carat {
  margin-top: -10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #bdc3c7;
}
/* OLD SELECT (HIDDEN) */
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px;
}
.dropdown.touch .old {
  width: 100%;
  height: 100%;
}
.dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* SELECTED FEEDBACK ITEM */
.dropdown .selected,
.dropdown li {
  display: block;
  font-size: 1em;
  line-height: 1;
  /* 	color: #000; */
  color: inherit;
  padding: 9px 12px;
  overflow: hidden;
  white-space: nowrap;
}
.dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  /* 	box-shadow: inset -55px 0 25px -20px #fff; */
}
/* DROP DOWN WRAPPER */
.dropdown div {
  position: absolute;
  height: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #eee;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  opacity: 0;
}
/* Height is adjusted by JS on open */
.dropdown.open div {
  opacity: 1;
  z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  /* 	box-shadow: inset 0 -50px 30px -35px #fff; */
}
.dropdown.scrollable.bottom div::after {
  opacity: 0;
}
/* DROP DOWN LIST */
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding-left: 0;
}
.dropdown.scrollable.open ul {
  overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.dropdown li {
  list-style: none;
  padding: 8px 12px;
  color: #7f8c8d;
}
/* .focus class is also added on hover */
/* Change the background color to whatever you want to match your styles */
.dropdown li.focus {
  background: #031634;
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.dropdown li.active {
  font-weight: 700;
}
.dropdown {
  display: inline-block;
  margin-right: 40px;
  float: left;
}
@media (min-width: 300px) and (max-width: 596px) {
  .dropdown {
    width: 50%;
    margin-right: 5px;
    margin-bottom: 40px;
  }
  label {
    text-align: left;
  }
}
