@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url(https://fonts.gstatic.com/s/opensans/v15/xjAJXh38I15wypJXxuGMBl02b4v3fUxqf9CZJ1qUoIA.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v15/u-WUoqrET9fUeobQW7jkRaCWcynf_cDxXwCLxiixG1c.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNStqQynqKV_9Plp7mupa0S4g.ttf)
      format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"),
    url(https://fonts.gstatic.com/s/robotocondensed/v16/b9QBgL0iMZfDSpmcXcE8nIU_FpLvXrv7la5ElqLzFTw.ttf)
      format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url(https://fonts.gstatic.com/s/robotocondensed/v16/Zd2E9abXLFGSr9G3YK2MsB43XjeME5heavxWqLE69Ro.ttf)
      format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"),
    url(https://fonts.gstatic.com/s/robotocondensed/v16/b9QBgL0iMZfDSpmcXcE8nG9QJ2ZrAngtF2xl-5ukicw.ttf)
      format("truetype");
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.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;
}
ul {
  list-style: none;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:active,
a:hover {
  outline: 0;
}
.brand img {
  width: 90px;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"],
label,
select {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  background-color: #fff;
}
a {
  color: #025f8f;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #012d44;
  text-decoration: none;
}
.row {
  margin-left: -20px;
  zoom: 1;
}
.row:after,
.row:before {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-fixed-bottom .container,
.navbar-fixed-top .container,
.navbar-static-top .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
[class*="span"].hide {
  display: none;
}
[class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  zoom: 1;
}
.container:after,
.container:before {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
p {
  margin: 0 0 10px;
  font-weight: 300;
}
.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Roboto Condensed";
  font-weight: 100;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
  line-height: 40px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
.page-header {
  padding-bottom: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote:after,
blockquote:before {
  content: "";
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
button,
input,
label,
select,
textarea {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
button,
input,
select,
textarea {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
input[type="text"],
input[type="password"],
select,
textarea {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}
input,
textarea {
  width: 206px;
}
textarea {
  height: auto;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  -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 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;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted\9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"],
input[type="file"],
input[type="image"] {
  width: auto;
}
input[type="file"],
select {
  height: 30px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="file"]:focus,
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.checkbox,
.radio {
  min-height: 20px;
  padding-left: 20px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  float: left;
  margin-left: -20px;
}
.controls > .checkbox:first-child,
.controls > .radio:first-child {
  padding-top: 5px;
}
.checkbox.inline,
.radio.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.checkbox.inline + .checkbox.inline,
.radio.inline + .radio.inline {
  margin-left: 10px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
  float: none;
  margin-left: 0;
}
input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][disabled],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
input:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
select:focus:invalid:focus,
textarea:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  zoom: 1;
}
.form-horizontal .control-group:after,
.form-horizontal .control-group:before {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.dropdown {
  position: relative;
}
.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;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 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 {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-submenu:focus > a,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #025885;
  background-image: -moz-linear-gradient(top, #025f8f, #024e76);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#025f8f),
    to(#024e76)
  );
  background-image: -webkit-linear-gradient(top, #025f8f, #024e76);
  background-image: -o-linear-gradient(top, #025f8f, #024e76);
  background-image: linear-gradient(to bottom, #025f8f, #024e76);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff025f8f', endColorstr='#ff024e76', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #025885;
  background-image: -moz-linear-gradient(top, #025f8f, #024e76);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#025f8f),
    to(#024e76)
  );
  background-image: -webkit-linear-gradient(top, #025f8f, #024e76);
  background-image: -o-linear-gradient(top, #025f8f, #024e76);
  background-image: linear-gradient(to bottom, #025f8f, #024e76);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff025f8f', endColorstr='#ff024e76', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #999;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
}
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#e6e6e6),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
  background-image: -o-linear-gradient(top, #e6e6e6, #e6e6e6);
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 0;
}
.btn.active,
.btn.disabled,
.btn:active,
.btn:focus,
.btn:hover,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
}
.btn.active,
.btn:active {
  background-color: #ccc\9;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-large [class*=" icon-"],
.btn-large [class^="icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 10.2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-small [class*=" icon-"],
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-danger.active,
.btn-info.active,
.btn-inverse.active,
.btn-primary.active,
.btn-success.active,
.btn-warning.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #02308f;
  background-image: -moz-linear-gradient(top, #02308f, #02308f);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#02308f),
    to(#02308f)
  );
  background-image: -webkit-linear-gradient(top, #02308f, #02308f);
  background-image: -o-linear-gradient(top, #02308f, #02308f);
  background-image: linear-gradient(to bottom, #02308f, #02308f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff02308f', endColorstr='#ff02308f', GradientType=0);
  border-color: #02308f #02308f #011744;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary[disabled] {
  color: #fff;
  background-color: #02308f;
}
.btn-primary.active,
.btn-primary:active {
  background-color: #011f5d\9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #bd362f, #bd362f);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#bd362f),
    to(#bd362f)
  );
  background-image: -webkit-linear-gradient(top, #bd362f, #bd362f);
  background-image: -o-linear-gradient(top, #bd362f, #bd362f);
  background-image: linear-gradient(to bottom, #bd362f, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
}
.btn-danger.active,
.btn-danger:active {
  background-color: #942a25\9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #03701f;
  background-image: -moz-linear-gradient(top, #03701f, #03701f);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#03701f),
    to(#03701f)
  );
  background-image: -webkit-linear-gradient(top, #03701f, #03701f);
  background-image: -o-linear-gradient(top, #03701f, #03701f);
  background-image: linear-gradient(to bottom, #03701f, #03701f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff03701f', endColorstr='#ff03701f', GradientType=0);
  border-color: #03701f #03701f #01250a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-success[disabled] {
  color: #fff;
  background-color: #03701f;
}
.btn-success.active,
.btn-success:active {
  background-color: #023e11\9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #2f96b4, #2f96b4);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#2f96b4),
    to(#2f96b4)
  );
  background-image: -webkit-linear-gradient(top, #2f96b4, #2f96b4);
  background-image: -o-linear-gradient(top, #2f96b4, #2f96b4);
  background-image: linear-gradient(to bottom, #2f96b4, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
}
.btn-info.active,
.btn-info:active {
  background-color: #24748c\9;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav .dropdown-toggle .caret {
  border-top-color: #025f8f;
  border-bottom-color: #025f8f;
  margin-top: 6px;
}
.nav .dropdown-toggle:focus .caret,
.nav .dropdown-toggle:hover .caret {
  border-top-color: #012d44;
  border-bottom-color: #012d44;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav > .dropdown.active > a:focus,
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  margin-left: -10px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
}
.navbar .brand:focus,
.navbar .brand:hover {
  text-decoration: none;
}
.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: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:focus,
.navbar .nav > .active > a:hover {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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: #e6e6e6;
  background-image: -moz-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#e5e5e5),
    to(#e5e5e5)
  );
  background-image: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -o-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: linear-gradient(to bottom, #e5e5e5, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar:active,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:hover,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
}
.navbar .btn-navbar.active,
.navbar .btn-navbar:active {
  background-color: #ccc\9;
}
.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 .nav li.dropdown > a:focus .caret,
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav li.dropdown.open > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar .nav > li > .dropdown-menu.pull-right,
.navbar .pull-right > li > .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar .nav > li > .dropdown-menu.pull-right:before,
.navbar .pull-right > li > .dropdown-menu:before {
  left: auto;
  right: 12px;
}
.navbar .nav > li > .dropdown-menu.pull-right:after,
.navbar .pull-right > li > .dropdown-menu:after {
  left: auto;
  right: 13px;
}
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu,
.navbar .pull-right > li > .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
body,
html {
  -webkit-backface-visibility: hidden;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.navbar-top {
  margin: 20px 0;
  height: 65px;
}
.brand img {
  float: left;
  display: inline-block;
  margin-right: 20px;
}
.brand .brand-text {
  display: inline-block;
}
.brand .brand-text h1 {
  font-size: 1.4em;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  color: #142f99;
  font-weight: 600;
}
.brand .brand-text h2 {
  font-size: 1em;
  font-size: 0.9em;
  font-style: italic;
  margin: 0;
  line-height: 1em;
}
.separator-20 {
  display: inline-block;
  width: 20px;
  content: " ";
}
.meta {
  font-style: italic;
  color: #aaa;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.iframe-width-fix {
  width: 100%;
  height: 500px;
}
.iframe-width-fix * {
  width: 100% !important;
}
#popup-lightbox {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
#pop-up {
  height: auto;
  width: 300px;
  padding-bottom: 10px;
  background: #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}
#closePopUp {
  position: absolute;
  right: -15px;
  top: -15px;
  background: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
  font-size: 20px;
  color: #fff;
}

span[class*=" icon-uwi"].cat-icon-213:before,
span[class*=" icon-uwi"].cat-icon-25:before,
span[class*=" icon-uwi"].cat-icon-28411:before,
span[class*=" icon-uwi"].cat-icon-33449:before,
span[class^="icon-uwi"].cat-icon-213:before,
span[class^="icon-uwi"].cat-icon-25:before,
span[class^="icon-uwi"].cat-icon-37753:before,
span[class^="icon-uwi"].cat-icon-28411:before,
span[class^="icon-uwi"].cat-icon-33449:before {
  content: "P";
}

span[class*=" icon-uwi"].cat-icon-140:before,
span[class*=" icon-uwi"].cat-icon-37758:before,
span[class*=" icon-uwi"].cat-icon-140:before,
span[class*=" icon-uwi"].cat-icon-208:before,
span[class*=" icon-uwi"].cat-icon-33450:before,
span[class*=" icon-uwi"].cat-icon-28412:before,
span[class^="icon-uwi"].cat-icon-140:before,
span[class^="icon-uwi"].cat-icon-208:before,
span[class^="icon-uwi"].cat-icon-33450:before,
span[class^="icon-uwi"].cat-icon-28412:before,
span[class^="icon-uwi"].cat-icon-37754:before {
  content: "N";
}

span[class*=" icon-uwi"].cat-icon-211:before,
span[class*=" icon-uwi"].cat-icon-33452:before,
span[class*=" icon-uwi"].cat-icon-28414:before,
span[class*=" icon-uwi"].cat-icon-31:before,
span[class*=" icon-uwi"].cat-icon-37756:before,
span[class^="icon-uwi"].cat-icon-211:before,
span[class^="icon-uwi"].cat-icon-33452:before,
span[class^="icon-uwi"].cat-icon-28414:before,
span[class^="icon-uwi"].cat-icon-31:before,
span[class^="icon-uwi"].cat-icon-37756:before {
  content: "C";
}

span[class*=" icon-uwi"].cat-icon-207:before,
span[class*=" icon-uwi"].cat-icon-37761:before,
span[class*=" icon-uwi"].cat-icon-33455:before,
span[class*=" icon-uwi"].cat-icon-28416:before,
span[class*=" icon-uwi"].cat-icon-34:before,
span[class^="icon-uwi"].cat-icon-207:before,
span[class^="icon-uwi"].cat-icon-33455:before,
span[class^="icon-uwi"].cat-icon-28416:before,
span[class^="icon-uwi"].cat-icon-34:before,
span[class^="icon-uwi"].cat-icon-37761:before {
  content: "D";
}

span[class*=" icon-uwi"].cat-icon-14140:before,
span[class*=" icon-uwi"].cat-icon-33457:before,
span[class*=" icon-uwi"].cat-icon-28418:before,
span[class*=" icon-uwi"].cat-icon-4:before,
span[class*=" icon-uwi"].cat-icon-790:before,
span[class^="icon-uwi"].cat-icon-14140:before,
span[class^="icon-uwi"].cat-icon-37759:before,
span[class^="icon-uwi"].cat-icon-33457:before,
span[class^="icon-uwi"].cat-icon-28418:before,
span[class^="icon-uwi"].cat-icon-4:before,
span[class^="icon-uwi"].cat-icon-790:before,
span[class^="icon-uwi"].cat-icon-37759:before {
  content: "E";
}

span[class*=" icon-uwi"].cat-icon-210:before,
span[class*=" icon-uwi"].cat-icon-30:before,
span[class^="icon-uwi"].cat-icon-210:before,
span[class^="icon-uwi"].cat-icon-30:before {
  content: "F";
}

span[class*=" icon-uwi"].cat-icon-206:before,
span[class*=" icon-uwi"].cat-icon-28419:before,
span[class*=" icon-uwi"].cat-icon-32:before,
span[class^="icon-uwi"].cat-icon-206:before,
span[class^="icon-uwi"].cat-icon-28419:before,
span[class^="icon-uwi"].cat-icon-32:before {
  content: "G";
}

span[class*=" icon-uwi"].cat-icon-14143:before,
span[class*=" icon-uwi"].cat-icon-155:before,
span[class*=" icon-uwi"].cat-icon-209:before,
span[class*=" icon-uwi"].cat-icon-33454:before,
span[class*=" icon-uwi"].cat-icon-28417:before,
span[class^="icon-uwi"].cat-icon-14143:before,
span[class^="icon-uwi"].cat-icon-155:before,
span[class^="icon-uwi"].cat-icon-209:before,
span[class^="icon-uwi"].cat-icon-33454:before,
span[class^="icon-uwi"].cat-icon-28417:before,
span[class^="icon-uwi"].cat-icon-37758:before {
  content: "Q";
}

span[class*=" icon-uwi"].cat-icon-214:before,
span[class*=" icon-uwi"].cat-icon-33456:before,
span[class*=" icon-uwi"].cat-icon-28420:before,
span[class*=" icon-uwi"].cat-icon-33:before,
span[class^="icon-uwi"].cat-icon-214:before,
span[class^="icon-uwi"].cat-icon-33456:before,
span[class^="icon-uwi"].cat-icon-28420:before,
span[class^="icon-uwi"].cat-icon-33:before,
span[class^="icon-uwi"].cat-icon-37760:before {
  content: "I";
}

span[class*=" icon-uwi"].cat-icon-141715:before,
span[class*=" icon-uwi"].cat-icon-5185:before,
span[class^="icon-uwi"].cat-icon-141715:before,
span[class^="icon-uwi"].cat-icon-5185:before {
  content: "L";
}

span[class*=" icon-uwi"].cat-icon-44308:before,
span[class*=" icon-uwi"].cat-icon-projects:before,
span[class^="icon-uwi"].cat-icon-44308:before,
span[class^="icon-uwi"].cat-icon-projects:before {
  content: "J";
}

span[class*=" icon-uwi"].cat-icon-10903:before,
span[class*=" icon-uwi"].cat-icon-28415:before,
span[class*=" icon-uwi"].cat-icon-8105:before,
span[class*=" icon-uwi"].cat-icon-37757:before,
span[class*=" icon-uwi"].cat-icon-33453:before,
span[class^="icon-uwi"].cat-icon-10903:before,
span[class^="icon-uwi"].cat-icon-28415:before,
span[class^="icon-uwi"].cat-icon-8105:before,
span[class^="icon-uwi"].cat-icon-33453:before,
span[class^="icon-uwi"].cat-icon-37757:before {
  content: "M";
}

span[class*=" icon-uwi"].cat-icon-110081:before,
span[class*=" icon-uwi"].cat-icon-2084:before,
span[class*=" icon-uwi"].cat-icon-334564:before,
span[class^="icon-uwi"].cat-icon-110081:before,
span[class^="icon-uwi"].cat-icon-2084:before,
span[class^="icon-uwi"].cat-icon-334564:before {
  content: "B";
}

span[class*=" icon-uwi"].cat-icon-14144:before,
span[class*=" icon-uwi"].cat-icon-37755:before,
span[class*=" icon-uwi"].cat-icon-15355:before,
span[class*=" icon-uwi"].cat-icon-28413:before,
span[class^="icon-uwi"].cat-icon-14144:before,
span[class^="icon-uwi"].cat-icon-15355:before,
span[class^="icon-uwi"].cat-icon-33451:before,
span[class^="icon-uwi"].cat-icon-28413:before,
span[class^="icon-uwi"].cat-icon-37755:before {
  content: "O";
}

.donate:before {
  position: absolute;
  content: "$";
  font-size: 70px;
  top: 21px;
  font-weight: 700;
  left: 0;
  color: rgba(2, 95, 143, 0.1);
}
.secondary-nav {
  margin: 15px 0;
  height: 36px;
}
.secondary-nav ul.nav {
  margin: 0;
}
.secondary-nav ul.nav .dropdown-toggle .caret {
  margin-top: 6px;
}
.secondary-nav li {
  border-right: 1px solid #eee;
}
.secondary-nav li:last-child {
  border-right: 0;
}
div.search_form {
  position: absolute;
  top: -5px;
  background: 0 0;
  display: block;
  right: 0;
  padding: 0;
  height: 45px;
  width: 0;
  overflow: hidden;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
div.search_form form {
  margin: 0;
  height: 45px;
  padding: 0 10px;
}
div.search_form input[type="text"] {
  width: 935px;
  padding: 10px;
  line-height: 25px;
  font-size: 20px;
  margin: 0;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.search_form input[type="submit"] {
  font-family: FontAwesome;
  background: 0 0;
  border: 0;
  font-size: 25px;
  height: 42px;
  line-height: 35px;
  color: #999;
  padding: 6px 15px;
}
#open-search {
  width: auto;
}
#close-search {
  font-family: FontAwesome;
  position: absolute;
  top: 13px;
  right: 6px;
  color: #999;
}
div.search_form_open {
  padding: 10px;
  width: 1040px;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
  background: #e47100;
  background: #fff;
  top: -15px;
}
#lang_selector li img {
  margin-left: 10px;
}
#lang_selector li a {
  padding-left: 0;
}
#main-slider {
  width: 100%;
  margin-bottom: 20px;
}
#main-slider img {
  position: absolute;
  min-width: 100%;
}
#main-slider h1 {
  margin: 0;
  font-size: 26px;
  line-height: 30px;
}
.rsContainer .content-wrapper {
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.8))
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8)
  );
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8)
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8)
  );
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  color: #fff;
  height: auto;
  width: 100%;
  display: block;
  padding: 40px 10px 20px;
  text-align: center;
  z-index: 1000;
}
.rsContainer .content-wrapper .content {
  width: 100%;
  display: block;
  overflow: hidden;
}
.rsContainer .content-wrapper .content a h1 {
  margin: 0;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 979px) {
  #main-slider {
    height: 250px;
  }
  #main-slider .content h1 {
    font-size: 20px;
  }
}
.sidebar .iframe-widget * {
  width: 100% !important;
}
.sidebar .category_list {
  border-left: 0;
}
.sidebar .category_list li {
  line-height: 18px;
  padding: 5px 0;
}
.sidebar .category_list li .content {
  left: -214px;
}
.sidebar .category-widget li {
  width: 50%;
  float: left;
  clear: none;
  height: 63px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 10px;
}
.sidebar-social {
  padding: 0 10px;
  background: #eee;
  margin: 0px 0 10px;
}
.sidebar-social .count {
  font-size: 63px;
  font-weight: 700;
  line-height: 54px;
  font-family: "Roboto Condensed";
  color: #e47100;
  text-shadow: -1px 1px 1px #fff;
  letter-spacing: -3px;
  margin-bottom: 14px;
  display: block;
}
.sidebar-social h2 {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.4);
  font-size: 30px;
  line-height: 15px;
  margin-top: 18px;
}
.share-links i {
  margin: 0;
  width: 12%;
  height: 40px;
  display: inline-block;
  font-size: 45px;
  line-height: 40px;
  margin-right: 4%;
}
.share-links i.icon-facebook-sign {
  color: #3b5998;
}
.share-links i.icon-facebook-sign:hover {
  color: #4c70ba;
}
.share-links i.icon-twitter-sign {
  color: #4099ff;
}
.share-links i.icon-twitter-sign:hover {
  color: #73b4ff;
}
.share-links i.icon-youtube {
  color: #f33;
}
.share-links i.icon-youtube:hover {
  color: #f66;
}
.share-links i.icon-pinterest-sign {
  color: #cb2027;
}
.share-links i.icon-pinterest-sign:hover {
  color: #e03e44;
}
.share-links i.icon-google-plus-sign {
  color: #dd4b39;
}
.share-links i.icon-google-plus-sign:hover {
  color: #e47365;
}
.share-links i.icon-flickr,
.share-links i.icon-instagram {
  color: #ff0084;
}
.share-links i.icon-flickr:hover {
  color: #ff339d;
}
.share-links i.icon-linkedin:hover {
  color: #0077b5;
}
.share-links a:last-child i {
  margin-right: 0;
}
.sidebar-ad-image {
  width: 280px;
}
.cat-projects .category-widget li {
  width: 100%;
  height: auto;
}
.widget {
  margin-top: 10px;
}
.view-all {
  float: right;
  font-size: 15px;
}
.cat-blog-spot {
  border: 1px solid #ffd8b1;
  padding: 7px;
  border-radius: 2px;
  background: #fcfcfc;
}
.cat-blog-spot .category-widget li {
  width: 100%;
  clear: both;
  height: auto;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 10px;
}
.cat-blog-spot .category-widget li img {
  border-radius: 50%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  transition: 0.3s;
  width: 70px;
  height: 70px;
}
.cat-blog-spot .category-widget li h5.author-meta {
  margin: 5px 0 0 0;
  font-style: italic;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  border: 0;
}
.cat-blog-spot .category-widget li h5.author-meta a,
.cat-blog-spot .category-widget li h5.author-meta a:hover {
  display: inline-block;
}
.cat-blog-spot .category-widget li:hover {
  background: #fff;
}
.cat-blog-spot .category-widget li:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0);
  transition: 0.3s;
}
.cat-blog-spot .category-widget li:last-child {
  margin-bottom: 0;
  border: 0;
}
ul.category_nav {
  float: left;
  list-style: none;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
ul.category_nav ul.dropdown.main-nav-dropdown {
  background: #edf9ff;
  width: 230px;
  z-index: 1019;
  padding: 10px;
  border-radius: 3px;
  position: relative;
  display: none;
  text-align: left;
}
ul.category_nav ul.dropdown.main-nav-dropdown:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #edf9ff transparent;
  position: absolute;
  top: -12px;
  left: 10px;
  content: "";
}
ul.category_nav ul.dropdown.main-nav-dropdown li {
  float: none;
  width: 100%;
  height: 25px;
  margin: 0;
  padding: 5px 10px;
  border: 0;
  text-align: left;
}
ul.category_nav ul.dropdown.main-nav-dropdown li a {
  text-align: left;
  height: 30px;
  padding: 0;
  color: #025f8f;
}
ul.category_nav ul.dropdown.main-nav-dropdown li a span[class^="icon-uwi"] {
  display: none;
}
ul.category_nav ul.dropdown.main-nav-dropdown li a span.link {
  text-align: left;
  position: initial;
  padding: 0;
  width: 100%;
  display: block;
}
.category_nav li {
  float: left;
  width: 8%;
  height: 100px;
  margin-right: 0.9%;
  font-size: 16px;
  font-family: "Roboto Condensed";
  font-weight: 100;
  border-right: 1px solid #eee;
  text-align: right;
  position: relative;
  text-transform: uppercase;
}
.category_nav li#cat-110081 a,
.category_nav li#cat-2084 a {
  color: red;
  font-weight: 500;
}
.category_nav li:hover ul {
  display: block;
}
.category_nav li a {
  color: #2eb6fc;
}
.category_nav li a span.link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10%;
}
.category_nav li a span[class*=" icon-uwi"],
.category_nav li a span[class^="icon-uwi"] {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(2, 95, 143, 0.1);
  font-size: 56px;
  text-align: left;
}
.category_nav li a span[class*=" icon-uwi"].cat-icon-206:before,
.category_nav li a span[class*=" icon-uwi"].cat-icon-4:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-206:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-4:before {
  font-size: 80px;
}
.category_nav li a span[class*=" icon-uwi"].cat-icon-214:before,
.category_nav li a span[class*=" icon-uwi"].cat-icon-33:before,
.category_nav li a span[class*=" icon-uwi"].cat-icon-37760:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-214:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-33:before {
  font-size: 50px;
}
.category_nav li a span[class*=" icon-uwi"].cat-icon-projects:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-projects:before {
  font-size: 35px;
}
.category_nav li a span[class*=" icon-uwi"].cat-icon-110081,
.category_nav li a span[class*=" icon-uwi"].cat-icon-2084,
.category_nav li a span[class^="icon-uwi"].cat-icon-110081,
.category_nav li a span[class^="icon-uwi"].cat-icon-2084 {
  color: rgba(255, 0, 0, 0.25);
}
.category_nav li a span[class*=" icon-uwi"].cat-icon-14140:before,
.category_nav li a span[class*=" icon-uwi"].cat-icon-206:before,
.category_nav li a span[class*=" icon-uwi"].cat-icon-4:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-14140:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-33457:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-206:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-4:before {
  font-size: 80px;
  line-height: 56px;
}
.category_nav li a span[class*=" icon-uwi"].cat-icon-214:before,
.category_nav li a span[class*=" icon-uwi"].cat-icon-33:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-214:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-33:before {
  font-size: 50px;
}
.category_nav li a span[class*=" icon-uwi"].cat-icon-44308:before,
.category_nav li a span[class*=" icon-uwi"].cat-icon-projects:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-44308:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-projects:before {
  font-size: 35px;
}
.category_nav li a span[class*=" icon-uwi"].cat-icon-140:before,
.category_nav li a span[class*=" icon-uwi"].cat-icon-37754:before,
.category_nav li a span[class*=" icon-uwi"].cat-icon-208:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-140:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-208:before {
  font-size: 44px;
}
.category_nav li a span[class*=" icon-uwi"].cat-icon-25:before,
.category_nav li a span[class^="icon-uwi"].cat-icon-25:before {
  font-size: 84px;
  line-height: 30px;
}
.category_nav li a:hover {
  color: #025f8f;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.category_nav li a:hover span[class*=" icon-uwi"],
.category_nav li a:hover span[class^="icon-uwi"] {
  color: rgba(2, 95, 143, 0.05);
  font-size: 70px;
}
.category_nav li a:hover .cat-icon-110081,
.category_nav li a:hover .cat-icon-2084 {
  color: rgba(255, 0, 0, 0.05);
}
.category_nav li.active {
  background: #2eb6fc;
}
.category_nav li.active a {
  color: #fff;
}
.category_nav lili#cat-110081 a,
.category_nav lili#cat-2084 a {
  color: red;
  font-weight: 500;
}
.category_nav lili:hover ul {
  display: block;
}
.category_nav li a {
  padding: 10px;
  display: block;
  height: 80px;
}
.category_nav li.donate {
  float: right;
  margin-right: 0;
}
.category_nav li.donate a {
  color: #46a546;
  font-weight: 500;
}
.category_nav_auto_show_container {
  height: 50px;
  background: rgba(2, 95, 143, 0.8);
  padding: 0;
  position: fixed;
  width: 100%;
  top: -50px;
  z-index: 9999;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  transition: all linear 150ms;
}
.category_nav_auto_show_container.down {
  top: 0;
}
ul.category_nav_auto_show li {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
ul.category_nav_auto_show li#go-to-top {
  border: 0;
}
ul.category_nav_auto_show li a {
  color: #fff;
  padding: 10px;
  line-height: 50px;
}
ul.category_nav_auto_show li.active {
  background: rgba(255, 255, 255, 0.9);
  border: 0;
}
ul.category_nav_auto_show li.active a {
  color: #025f8f;
}
#signup-form-wrapper {
  width: auto;
  background: #eee;
  margin-bottom: 10px;
  border: 1px solid #cfcfcf;
}
#signup-form-wrapper h3 {
  color: #333;
  padding: 0 10px;
  margin: 0;
  text-align: center;
  font-size: 30px;
}
#signup-form-wrapper form {
  margin-bottom: 5px;
}
#signup-form-wrapper .signup-form {
  padding: 10px 10px 0;
}
#signup-form-wrapper input[type="submit"],
#signup-form-wrapper input[type="text"] {
  width: 100%;
  margin-bottom: 7px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #cfcfcf;
  height: 100%;
}
#signup-form-wrapper input[type="submit"] {
  padding: 8px 10px;
  text-transform: uppercase;
}
#signup-form-wrapper .separator {
  border-bottom: 1px solid #999;
  height: 8px;
  margin-bottom: 15px;
  text-align: center;
}
#signup-form-wrapper .separator span {
  line-height: 6px;
  background: #eee;
  padding: 0 10px;
  color: #999;
}
#signup-form-wrapper .btn {
  border-radius: 0;
}
#signup-form-wrapper a.btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
}
#signup-form-wrapper a.btn i {
  display: block;
  width: 30px;
  height: 80%;
  left: 5px;
  position: absolute;
  top: 10%;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
#signup-form-wrapper a.btn i:after {
  content: "";
  width: 0;
  display: block;
  height: 100%;
  border-left: 1px solid;
  position: absolute;
  top: 0;
  right: -2px;
}
#signup-form-wrapper a.btn.fb-signup {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #344e86;
  background-image: -moz-linear-gradient(top, #344e86, #344e86);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#344e86),
    to(#344e86)
  );
  background-image: -webkit-linear-gradient(top, #344e86, #344e86);
  background-image: -o-linear-gradient(top, #344e86, #344e86);
  background-image: linear-gradient(to bottom, #344e86, #344e86);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff344e86', endColorstr='#ff344e86', GradientType=0);
  border-color: #344e86 #344e86 #1e2e4f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#signup-form-wrapper a.btn.fb-signup.active,
#signup-form-wrapper a.btn.fb-signup.disabled,
#signup-form-wrapper a.btn.fb-signup:active,
#signup-form-wrapper a.btn.fb-signup:focus,
#signup-form-wrapper a.btn.fb-signup:hover,
#signup-form-wrapper a.btn.fb-signup[disabled] {
  color: #fff;
  background-color: #344e86;
}
#signup-form-wrapper a.btn.fb-signup.active,
#signup-form-wrapper a.btn.fb-signup:active {
  background-color: #263961\9;
}
#signup-form-wrapper a.btn.fb-signup i {
  border-right: 1px solid #263961;
}
#signup-form-wrapper a.btn.fb-signup i:after {
  border-left-color: #5f7ec1;
}
#signup-form-wrapper .small {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.signup-wrapper {
  background: #ebc756;
  width: 100%;
  margin-bottom: 20px;
}
.validation-alert {
  display: inline-block;
  background: #bd362f;
  padding: 3px 10px;
  position: relative;
  color: #fff;
  border: 3px;
  display: none;
  width: 200px;
}
.validation-alert:before {
  position: absolute;
  display: block;
  background: 0 0;
  top: -6px;
  left: 10px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #bd362f transparent;
}
.signup {
  padding: 10px 20px 0;
}
.signup h3 {
  font-family: arial;
  font-size: 14px;
  margin: 0;
}
.signup input {
  line-height: 24px;
  border-radius: 2px 0 0 2px;
  border: 0;
  font-size: 16px;
  box-shadow: inset -1px 2px 3px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  margin: 0;
  width: 70%;
}
.signup .signup .disabled,
.signup .submit {
  line-height: 24px;
  box-shadow: none;
  color: #fff;
  border-radius: 0 2px 2px 0;
  width: 28%;
  font-size: 16px;
  margin: 0;
}
.signup .disabled {
  background: #555;
}
.featured3 {
  margin: 10px 0;
}
.featured3 a {
  display: block;
  position: relative;
}
.featured3 a h3 {
  font-size: 20px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
}
.featured3 .meta {
  padding-top: 5px;
}
.featured3 .meta a {
  display: inline-block;
}
.featured3 footer {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  text-align: center;
}
.featured3 .span2 {
  width: 128px;
  border-right: 1px solid #ededed;
  padding-right: 11px;
  margin-left: 10px;
}
.featured3 .span2:first-child {
  margin-left: 20px;
}
.featured3 .span2:last-child {
  border-right: 0;
  padding-right: 0;
  padding-left: 2px;
}
.featured3 .span2 h3 {
  font-size: 15px;
  line-height: 20px;
  height: 60px;
}
.featured3 .span2 .meta {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .featured3 .span2 {
    float: left;
    height: 190px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .featured3 .span2 {
    width: 72px;
  }
  .featured3 .span2:first-child {
    margin-left: 10px;
  }
  .featured3 .span2 h3 {
    font-size: 12px;
    line-height: 15px;
    height: 45px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .featured3 .span2 {
    width: 98px;
  }
}
.category-first-article {
  width: 100%;
  display: block;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}
.category-first-article img {
  position: relative;
  min-width: 100%;
}
.category-first-article h1 {
  margin: 0;
  font-size: 26px;
  line-height: 30px;
}
.category-first-article .content-wrapper {
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.8))
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8)
  );
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8)
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8)
  );
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  color: #fff;
  height: 60px;
  width: 100%;
  display: block;
  padding: 30px 0 10px 0;
  text-align: center;
  z-index: 1000;
}
.category-first-article .content-wrapper .content {
  width: 100%;
  display: block;
  overflow: hidden;
}
.category-first-article .content-wrapper .content a h1 {
  margin: 0;
  color: #fff;
  font-weight: 500;
}
.page-header.archive h1 {
  font-size: 26px;
  display: block;
  padding-left: 10px;
  margin: 0;
  background: #eee;
  margin-bottom: 20px;
}
.article-loop {
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: block;
  min-height: 185px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.article-loop .page-header h1 {
  margin: 0;
  font-size: 1.6em;
  line-height: 1.7em;
}
.article-loop .post_content p {
  max-height: 105px;
  overflow: hidden;
}
.content_post_links {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
}
.content_post_links i {
  font-size: 16px;
}
.content_post_links a {
  margin-left: 7px;
  display: inline-block;
}
.content_post_links a.fb {
  color: #3b5998;
}
.content_post_links a.twitter {
  color: #4099ff;
}
.content_post_links a.comments {
  color: #555;
}
.article-loop span.hover .links a.continue {
  color: #e47100;
  margin-right: 10px;
}
.article-loop span.hover .links a.continue i {
  margin-left: 5px;
}
.article-loop span.hover .links a:hover {
  background: #fff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  transition: all linear 150ms;
}
.article-loop:hover span.hover {
  bottom: 0;
  -webkit-transition: bottom linear 150ms;
  -moz-transition: bottom linear 150ms;
  -o-transition: bottom linear 150ms;
  transition: bottom linear 150ms;
}
.category_header {
  color: #e47100;
  background: #f5f3f3;
}
.category_header a:hover {
  border-bottom: 1px dotted;
  margin-bottom: 12px;
}
.category_header h3 {
  padding: 0 10px;
  margin: 0;
  font-weight: 500;
}
.category_header h4 {
  margin: 12px 0 0 10px;
  line-height: 14px;
}
.category_header h4 a {
  color: #e47100;
}
.category_header .small {
  float: right;
  display: inline-block;
  font-size: 14px;
  margin: 13px 0;
  line-height: 14px;
}
.load-more {
  font-size: 20px;
  text-align: center;
  background: #0380c1;
  border-radius: 2px;
  color: #fff;
  padding: 10px;
}
.load-more:hover {
  color: #e6e6e6;
}
.category-blog-spot .blog-post-content {
  display: block;
  margin-left: 140px;
}
.category-blog-spot .blog-post-content .page-header h1 a {
  color: #e47100;
}
.category-blog-spot .author-img {
  display: block;
  float: left;
  margin-right: 20px;
  height: 100%;
}
.category-blog-spot .author-img img {
  height: 120px;
  width: 120px;
  border-radius: 60px;
  display: block;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  transition: 0.3s;
}
.category-blog-spot .author-img:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0);
}
.category-blog-spot .page-header.archive h1 {
  padding-left: 0;
  background: 0 0;
  border-bottom: #eee;
  margin-bottom: 20px;
  color: #e47100;
  border-bottom: 3px solid #e47100;
}
.category_list {
  border-left: 1px solid #eee;
}
.category_list li {
  min-height: 40px;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  clear: both;
}
.category_list li img {
  float: left;
  margin-right: 5px;
}
.category_list li:not(.touch) a:hover {
  color: #e47100;
  display: block;
}
.category_list li .content:not(.touch) {
  width: 180px;
  padding: 10px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  left: -209px;
  z-index: 9999;
  top: -35px;
}
.category_list li .content:not(.touch):before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: -25px;
  top: 48px;
  border: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
}
.category_list li .content:not(.touch) a {
  color: #000;
  max-height: 300px;
  overflow: hidden;
  display: block;
}
.category_list li:hover .content {
  display: block;
}
h1.author {
  color: #555;
}
h1.author span {
  color: #000;
  font-weight: 700;
}
.touch .category_list li:hover .content {
  display: none;
}
@font-face {
  font-family: uwiregular;
  src: url(https://unitedwithisrael.org/wp-content/themes/uwi2013/library/fonts/uwi-regular.eot?v=1.01);
  src: url(https://unitedwithisrael.org/wp-content/themes/uwi2013/library/fonts/uwi-regular.eot?v=1.01#iefix)
      format("embedded-opentype"),
    url(https://unitedwithisrael.org/wp-content/themes/uwi2013/library/fonts/uwi-regular.woff?v=1.01)
      format("woff"),
    url(https://unitedwithisrael.org/wp-content/themes/uwi2013/library/fonts/uwi-regular.ttf?v=1.01)
      format("truetype"),
    url(https://unitedwithisrael.org/wp-content/themes/uwi2013/library/fonts/uwi-regular.svg?v=1.01#uwiregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-uwi"]:before,
[class^="icon-uwi"]:before {
  font-family: uwiregular;
}
#post-not-found .hero-unit {
  background: url(../img/404.png) right top no-repeat;
  padding: 20px 400px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#post-not-found .hero-unit .input-append,
#post-not-found .hero-unit .input-prepend {
  width: 100%;
}
#post-not-found .hero-unit form {
  margin-top: 40px;
}
#post-not-found .hero-unit input {
  width: 100%;
}
#post-not-found .hero-unit .add-on,
#post-not-found .hero-unit button,
#post-not-found .hero-unit input {
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#post-not-found .hero-unit .add-on {
  width: 40px;
  line-height: 30px;
}
.single .post_content h1,
.single .post_content h1 strong {
  font-weight: 400;
  font-size: 35px;
}
.single .share_likes {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.single .share_likes .addthis_toolbox {
  display: inline-block;
  float: left;
}
.single .share_likes .addthis_toolbox a {
  float: left;
}
.single .share_likes a {
  height: 18px;
  font-size: 16px;
}
.single .share_likes .add_this_print {
  float: right;
}
.single .share_likes .add_this_print a {
  float: right;
  margin-left: 5px;
}
.single .post img {
  border: 1px solid #ddd;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single .post img.no-border {
  border: 0;
}
.single .post .post_content p a {
  border-bottom: 1px dotted;
}
.single .post .post_content p a:hover {
  border-bottom: 1px solid;
}
.single .post header {
  position: relative;
  margin-bottom: 20px;
}
.single .post header .page-header {
  margin: 0;
}
.single .post header .credit {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: auto;
  padding: 2px 5px;
  font-size: 10px;
}
.single .post header .post-image {
  overflow: hidden;
  min-height: 250px;
}
.single .post header .post-image img {
  border: none;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  min-height: 250px;
}
.single .post header h1 {
  position: absolute;
  bottom: 0;
  margin: 0;
  font-weight: 100;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.8))
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8)
  );
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8)
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8)
  );
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  color: #fff;
  width: 100%;
}
.single .post header h1 span {
  padding: 10px 20px;
  display: block;
  margin: 0;
}
.single .post .meta {
  color: #000;
  margin-bottom: 30px;
  position: relative;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.single .post footer {
  clear: both;
}
.single ul.list {
  list-style: initial;
  padding-left: 20px;
}
.single ul.list li {
  font-size: 14px;
  line-height: 25px;
}
.side-header {
  font-size: 19px;
  border-bottom: 3px solid #ccc;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 0;
}
.author-name {
  font-weight: 700;
  line-height: 17px;
}
.author-bio {
  font-size: 11px;
  line-height: 14px;
}
.tags li {
  display: block;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  padding: 5px 0;
  font-family: "Roboto Condensed", sans-serif;
}
.post p,
.post_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.post p b,
.post p strong,
.post_content p b,
.post_content p strong {
  font-weight: 600;
}
.post .wp-caption img,
.post_content .wp-caption img {
  border: 0;
  padding: 5px 0;
}
.post p.wp-caption-text,
.post_content p.wp-caption-text {
  font-size: 11px;
  line-height: 15px;
}
.post h2,
.post h3,
.post h4,
.post_content h2,
.post_content h3,
.post_content h4 {
  font-weight: 500;
}
#fbcomments,
#fbcomments iframe[style],
.fb_iframe_widget,
.fb_iframe_widget iframe[style],
.fb_iframe_widget[style] {
  width: 100% !important;
}
span.at16nc.at300bs.at15nc.at15t_print.at16t_print {
  background: 0 0;
}
span.at16nc.at300bs.at15nc.at15t_print.at16t_print:before {
  content: "\f02f";
  background: 0 0;
  font-family: FontAwesome;
  color: #026ba1;
  line-height: 16px;
  font-size: 17px;
}
@media print {
  .single .span8,
  .single .span9 {
    width: 100%;
  }
}
#lightboxHover {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.25);
  display: none;
}
#lightbox {
  height: auto;
  width: 500px;
  padding-bottom: 10px;
  background: #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}
#lightbox .alert {
  margin-bottom: 0;
  border-radius: 0;
}
#lightbox h3 {
  border-bottom: 1px solid #ddd;
  background: #eee;
  margin: 0;
  padding: 0 20px;
  line-height: 50px;
}
#lightbox h3 #closeLightbox {
  font-size: 30px;
  width: 30px;
  float: right;
}
#lightbox .email-submit {
  padding: 10px;
}
#lightbox .email-input {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  margin: 0;
}
#lightbox .email-input.test {
  display: none;
}
#lightbox .email-input.error {
  background: #fee;
}
#lightbox .email-input label {
  width: 70px;
  float: left;
  line-height: 30px;
  margin: 0;
}
#lightbox .email-input input {
  border: 0;
  box-shadow: none;
  outline: 0;
  margin: 0;
  height: 30px;
  padding: 0;
  width: 410px;
  background: 0 0;
  background-color: transparent;
}
#lightbox .email-input textarea {
  border: 0;
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 480px;
  height: 153px;
  background: 0 0;
  background-color: transparent;
}
.btn-group-social {
  display: table;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 100%;
  table-layout: fixed;
}
.btn-group-social.top-bar {
  margin-top: 0;
  margin-bottom: 20px;
}
.btn-group-social .btn:first-child {
  border-radius: 3px 0 0 3px;
}
.btn-group-social .btn:last-child {
  border-radius: 0 3px 3px 0;
}
.btn-group-social a {
  display: table-cell;
  line-height: 20px;
  color: #fff;
  font-size: 18px;
}
.btn-group-social a.facebook-share {
  background: #3b5998;
}
.btn-group-social a.facebook-share:hover {
  background: #2d4373;
}
.btn-group-social a.twitter-share {
  background: #4099ff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn-group-social a.twitter-share:hover {
  background: #0d7eff;
}
.btn-group-social a.email-share {
  background: #b90d07;
}
.btn-group-social a.email-share:hover {
  background: #880a05;
}
.btn-group-social a:hover {
  color: #eee;
}
.small {
  font-size: 0.85em;
}
.cta-boxed,
.ninja-forms-cont {
  border: 1px solid #dcdcdc;
  padding: 10px;
  background: #efefef;
}
.shortcode-form {
  background: #daf2ff;
  padding: 25px 25px 10px;
  border-top: 7px solid #f89406;
  margin-top: 30px;
}
.shortcode-form h3 {
  margin-top: 0;
  line-height: 28px;
}
.shortcode-form .form-image {
  float: left;
  width: auto;
  display: inline-block;
  margin-right: 20px;
}
.shortcode-form .form-image img {
  border-radius: 4px;
  max-width: 280px;
  padding: 0;
}
.shortcode_mad_signup_form {
  background: #313f4c;
  padding: 30px 20px;
}
.shortcode_mad_signup_form .form-wrapper {
  display: table;
  width: 100%;
  padding: 0;
}
.shortcode_mad_signup_form .form-wrapper .input-wrapper {
  display: table-cell;
  padding: 0 5px;
}
.shortcode_mad_signup_form .form-wrapper .input-wrapper input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  font-size: 16px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .input-wrapper {
    display: block !important;
    margin-bottom: 6px;
  }
}
.ninja-forms-cont {
  border: 1px solid red;
  padding: 20px;
  background: #fdf3f3;
  border-radius: 5px;
}
.ninja-forms-cont #ninja_forms_required_items,
.ninja-forms-cont .field-wrap {
  margin-bottom: 5px;
}
.ninja-forms-cont .label-above label {
  margin-bottom: 2px;
}
.ninja-forms-cont input[type="text"] {
  width: 100%;
  margin-bottom: 3px;
}
.ninja-forms-cont .ninja-forms-form-wrap input[type="submit"] {
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: green;
  color: #fff;
  font-size: 16px;
}
.ninja-forms-cont .textarea-wrap textarea {
  height: 100px;
}
#side-links {
  position: fixed;
  top: 300px;
  left: 0;
}
#side-links a.btn {
  transition: all 0.3s ease;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 5px;
  font-size: 28px;
  color: #fff;
}
#side-links a.btn:hover {
  padding-left: 20px;
}
#side-links a.btn.facebook-share {
  background: #3b5998;
}
#side-links a.btn.facebook-share:hover {
  background: #2d4373;
}
#side-links a.btn.twitter-share {
  background: #4099ff;
}
#side-links a.btn.twitter-share:hover {
  background: #0d7eff;
}
#side-links a.btn.email-share {
  background: #b90d07;
}
#side-links a.btn.email-share:hover {
  background: #880a05;
}
.share-box {
  text-align: center;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #eee;
  padding: 0 0 10px 0;
}
.share-box a {
  display: block;
}
.related-articles {
  border-top: 1px solid #0380c1;
  border-bottom: 1px solid #0380c1;
  margin: 20px 0;
  padding: 0 0 20px 0;
}
.related-articles h2 {
  color: #0380c1;
}
.related-articles .image-wrapper {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.related-articles .image-wrapper img {
  min-width: 100%;
  min-height: 180px;
  border: 0;
  padding: 0;
}
.footer {
  padding: 20px 0 30px;
  margin-top: 20px;
  background: url(../../images/cross_scratches.png);
  border-top: 1px solid #ccc;
}
.footer h3 {
  line-height: 15px;
  margin-bottom: 10px;
}
#end-page-post {
  content: " ";
  height: 140px;
  width: 360px;
  padding: 20px;
  border-top: 2px solid #e47100;
  background: #555;
  color: #fff;
  display: block;
  position: fixed;
  bottom: 0;
  right: -400px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#end-page-post a {
  color: #fff;
}
#end-page-post h3 {
  line-height: 25px;
}
#end-page-post h4 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e47100;
}
#end-page-post h4 a {
  border-bottom: 1px dotted #fff;
}
#end-page-post img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100px;
  height: 100px;
}
#end-page-post p {
  line-height: 16px;
}
#end-page-post .actions {
  float: right;
}
#end-page-post .actions a {
  border-bottom: none;
}
@media print {
  .end-page-post {
    display: none;
  }
}
.advertisment {
  margin-bottom: 20px;
}
.content-advertisment {
  height: 250px;
  width: 300px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.single .content-advertisment-side {
  height: 500px;
  width: 80px;
  margin-top: 40px;
}
.single .advertisment img,
.single .content-advertisment img {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}
.single .content-advertisment-side img {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}
.blog-spot-post .single-title {
  color: #e47100;
}
.blog-spot-post .author-image img {
  width: 100%;
}
.author-block {
  border: 1px solid #ccc;
  background: #efefef;
  padding: 10px;
  min-height: 120px;
  margin: 10px 0;
  transition: 0.6s;
}
.author-block:hover {
  border: 1px solid #e47100;
}
.author-block:hover .author-image img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0);
}
.author-block .author-image {
  display: block;
  float: left;
  margin-right: 10px;
  transition: 0.6s;
}
.author-block .author-image img {
  height: 120px;
  width: 120px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  transition: 0.3s;
}
.author-block .author-bio {
  display: block;
  margin-left: 130px;
  font-size: 12px;
  line-height: 18px;
}
.author-block .author-bio h3 {
  margin-top: 0;
  line-height: 1em;
}
body.author .page-header {
  margin-bottom: 20px;
}
body.author h1.author span {
  color: #e47100;
  font-weight: 100;
}
body.author .author-meta {
  padding-bottom: 20px;
  border-bottom: 1px solid #e47100;
  display: block;
  margin-bottom: 20px;
}
body.author .author-meta .author-img {
  float: left;
  margin-right: 20px;
}
body.author .author-meta .author-img img {
  width: 120px;
  height: 120px;
}
body.author .author-meta .author-bio {
  font-size: 13px;
  line-height: 17px;
}
body.author .article-loop {
  border-bottom: 1px solid #eee;
  min-height: 30px;
}
body.author .article-loop .page-header {
  margin: 0;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.2.0);
  src: url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0)
      format("embedded-opentype"),
    url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.2.0)
      format("woff"),
    url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.2.0)
      format("truetype"),
    url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-search:before {
  content: "\f002";
}
.fa-times:before {
  content: "\f00d";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-comment:before {
  content: "\f075";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-comments:before {
  content: "\f086";
}
.fa-phone:before {
  content: "\f095";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-bars:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-reply:before {
  content: "\f112";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-flickr:before {
  content: "\f16e";
}

/*!
 * Bootstrap Responsive v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
    opacity: 0;
  }
  .single .post header h1 {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -20px;
    zoom: 1;
  }
  .row:after,
  .row:before {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-fixed-bottom .container,
  .navbar-fixed-top .container,
  .navbar-static-top .container {
    width: 1180px;
  }
  .span12 {
    width: 1180px;
  }
  .span11 {
    width: 1080px;
  }
  .span10 {
    width: 980px;
  }
  .span9 {
    width: 880px;
  }
  .span8 {
    width: 780px;
  }
  .span7 {
    width: 680px;
  }
  .span6 {
    width: 580px;
  }
  .span5 {
    width: 480px;
  }
  .span4 {
    width: 380px;
  }
  .span3 {
    width: 280px;
  }
  .span2 {
    width: 180px;
  }
  .span1 {
    width: 80px;
  }
  .offset12 {
    margin-left: 1220px;
  }
  .offset11 {
    margin-left: 1120px;
  }
  .offset10 {
    margin-left: 1020px;
  }
  .offset9 {
    margin-left: 920px;
  }
  .offset8 {
    margin-left: 820px;
  }
  .offset7 {
    margin-left: 720px;
  }
  .offset6 {
    margin-left: 620px;
  }
  .offset5 {
    margin-left: 520px;
  }
  .offset4 {
    margin-left: 420px;
  }
  .offset3 {
    margin-left: 320px;
  }
  .offset2 {
    margin-left: 220px;
  }
  .offset1 {
    margin-left: 120px;
  }
  .thumbnails {
    margin-left: -20px;
  }
  .thumbnails > li {
    margin-left: 20px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .row {
    margin-left: -20px;
    zoom: 1;
  }
  .row:after,
  .row:before {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-fixed-bottom .container,
  .navbar-fixed-top .container,
  .navbar-static-top .container {
    width: 940px;
  }
  .span12 {
    width: 940px;
  }
  .span11 {
    width: 860px;
  }
  .span10 {
    width: 780px;
  }
  .span9 {
    width: 700px;
  }
  .span8 {
    width: 620px;
  }
  .span7 {
    width: 540px;
  }
  .span6 {
    width: 460px;
  }
  .span5 {
    width: 380px;
  }
  .span4 {
    width: 300px;
  }
  .span3 {
    width: 220px;
  }
  .span2 {
    width: 140px;
  }
  .span1 {
    width: 60px;
  }
  .offset12 {
    margin-left: 980px;
  }
  .offset11 {
    margin-left: 900px;
  }
  .offset10 {
    margin-left: 820px;
  }
  .offset9 {
    margin-left: 740px;
  }
  .offset8 {
    margin-left: 660px;
  }
  .offset7 {
    margin-left: 580px;
  }
  .offset6 {
    margin-left: 500px;
  }
  .offset5 {
    margin-left: 420px;
  }
  .offset4 {
    margin-left: 340px;
  }
  .offset3 {
    margin-left: 260px;
  }
  .offset2 {
    margin-left: 180px;
  }
  .offset1 {
    margin-left: 100px;
  }
  .brand img {
    width: 100px;
    margin-right: 10px;
  }
  .brand .brand-text h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .brand .brand-text h2 {
    font-size: 14px;
  }
  .secondary-nav li {
    font-size: 12px;
  }
  div.search_form input[type="text"] {
    width: 500px;
  }
  div.search_form_open {
    width: 600px;
  }
  .sidebar-social .count {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 2px;
  }
  .sidebar-social h2 {
    font-size: 21px;
    line-height: 20px;
    text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.4);
  }
  .sidebar-social i {
    height: 40px;
    font-size: 25px;
    margin-right: 3%;
  }
  .sidebar-social i:hover {
    font-size: 29px;
    margin-left: -1.5%;
    margin-bottom: 0;
  }
  .signup-form {
    font-size: 11px;
    line-height: 13px;
  }
  .signup-form .btn,
  .signup-form input,
  .signup-form select {
    font-size: 11px;
  }
  .category_nav_auto_show_container {
    height: 40px;
  }
  ul.category_nav_auto_show li a {
    padding: 5px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: auto;
  }
  .sidebar h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .share-links i {
    font-size: 30px;
    line-height: 30px;
    width: 11%;
    height: 30px;
  }
  .iframe-width-fix {
    height: 350px;
  }
  #signup-form-wrapper {
    padding-top: 10px;
  }
  #signup-form-wrapper .signup-form form {
    margin-bottom: 3px;
  }
  #signup-form-wrapper .signup-form .separator {
    margin-bottom: 15px;
  }
  .category_nav li {
    font-size: 12px;
    height: 60px;
    line-height: 14px;
  }
  .category_nav li a {
    width: auto;
    height: 100%;
  }
  .category_nav li a span[class*=" icon-uwi"],
  .category_nav li a span[class^="icon-uwi"] {
    font-size: 36px;
  }
  .category_nav li a span[class*=" icon-uwi"].cat-icon-4:before,
  .category_nav li a span[class^="icon-uwi"].cat-icon-4:before {
    font-size: 40px;
  }
  .category_nav li a span[class*=" icon-uwi"].cat-icon-projects:before,
  .category_nav li a span[class^="icon-uwi"].cat-icon-projects:before {
    font-size: 25px;
  }
  .category_nav li a:hover span[class*=" icon-uwi"],
  .category_nav li a:hover span[class^="icon-uwi"] {
    font-size: 50px;
  }
  .related-articles .image-wrapper {
    height: 140px;
  }
  .related-articles .image-wrapper img {
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -10px;
    zoom: 1;
  }
  .row:after,
  .row:before {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 10px;
  }
  .container,
  .navbar-fixed-bottom .container,
  .navbar-fixed-top .container,
  .navbar-static-top .container {
    width: 734px;
  }
  .span12 {
    width: 734px;
  }
  .span11 {
    width: 672px;
  }
  .span10 {
    width: 610px;
  }
  .span9 {
    width: 548px;
  }
  .span8 {
    width: 486px;
  }
  .span7 {
    width: 424px;
  }
  .span6 {
    width: 362px;
  }
  .span5 {
    width: 300px;
  }
  .span4 {
    width: 238px;
  }
  .span3 {
    width: 176px;
  }
  .span2 {
    width: 114px;
  }
  .span1 {
    width: 52px;
  }
  .offset12 {
    margin-left: 754px;
  }
  .offset11 {
    margin-left: 692px;
  }
  .offset10 {
    margin-left: 630px;
  }
  .offset9 {
    margin-left: 568px;
  }
  .offset8 {
    margin-left: 506px;
  }
  .offset7 {
    margin-left: 444px;
  }
  .offset6 {
    margin-left: 382px;
  }
  .offset5 {
    margin-left: 320px;
  }
  .offset4 {
    margin-left: 258px;
  }
  .offset3 {
    margin-left: 196px;
  }
  .offset2 {
    margin-left: 134px;
  }
  .offset1 {
    margin-left: 72px;
  }
  .brand img {
    width: 100px;
    margin-right: 10px;
  }
  .brand .brand-text h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .brand .brand-text h2 {
    font-size: 14px;
  }
  .secondary-nav li {
    font-size: 12px;
  }
  div.search_form input[type="text"] {
    width: 500px;
  }
  div.search_form_open {
    width: 600px;
  }
  .sidebar-social .count {
    font-size: 41px;
    line-height: 54px;
    margin: 0;
  }
  .sidebar-social h2 {
    font-size: 16px;
    line-height: 16px;
    text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.4);
  }
  .sidebar-social i {
    height: 40px;
    font-size: 25px;
    margin-right: 3%;
  }
  .sidebar-social i:hover {
    font-size: 29px;
    margin-left: -1.5%;
    margin-bottom: 0;
  }
  .signup-form {
    font-size: 11px;
    line-height: 13px;
  }
  .signup-form .btn,
  .signup-form input,
  .signup-form select {
    font-size: 11px;
  }
  .category_nav_auto_show_container {
    height: 36px;
  }
  ul.category_nav_auto_show li a {
    padding: 5px;
    line-height: 13px;
    font-size: 11px;
    height: 36px;
    display: inline-block;
    width: 60px;
  }
  .sidebar h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .share-links i {
    font-size: 30px;
    line-height: 30px;
    width: 11%;
    height: 30px;
  }
  .iframe-width-fix {
    height: 350px;
  }
  #signup-form-wrapper h3 {
    padding: 10px 10px 0;
    font-size: 26px;
  }
  #signup-form-wrapper .signup-form form {
    margin-bottom: 3px;
  }
  #signup-form-wrapper .signup-form .separator {
    margin-bottom: 15px;
  }
  #signup-form-wrapper a.btn.fb-signup i.icon-facebook {
    padding: 0;
    margin: 0;
    border: 0;
    width: 12px;
  }
  #signup-form-wrapper a.btn.fb-signup:after {
    border: 0;
  }
  .category_nav li {
    font-size: 12px;
    height: 80px;
    line-height: 14px;
  }
  .category_nav li a {
    width: auto;
  }
  .category_nav li a span[class*=" icon-uwi"],
  .category_nav li a span[class^="icon-uwi"] {
    font-size: 36px;
  }
  .category_nav li a span[class*=" icon-uwi"].cat-icon-4:before,
  .category_nav li a span[class^="icon-uwi"].cat-icon-4:before {
    font-size: 40px;
  }
  .category_nav li a span[class*=" icon-uwi"].cat-icon-projects:before,
  .category_nav li a span[class^="icon-uwi"].cat-icon-projects:before {
    font-size: 25px;
  }
  .category_nav li a:hover span[class*=" icon-uwi"],
  .category_nav li a:hover span[class^="icon-uwi"] {
    font-size: 50px;
  }
  .related-articles .image-wrapper {
    height: 114px;
  }
  .related-articles .image-wrapper img {
    min-height: 114px;
  }
}
@media (max-width: 767px) {
  body {
    position: relative;
    right: 0;
    padding-top: 60px;
  }
  #main .featured3 .span2:first-child,
  #main .featured3 .span3:first-child {
    margin-left: 0;
  }
  #main .featured3 .span2,
  #main .featured3 .span3 {
    width: 33%;
    float: left;
    margin: 0;
    padding: 5px;
  }
  #main .featured3 .span2 img {
    width: 100%;
  }
  .span2.cat-featured-image {
    float: left;
    width: 100px;
    margin-right: 10px;
  }
  .footer {
    padding: 10px 20px 5px;
  }
  .mobile-header {
    height: 50px;
    background: rgba(51, 51, 51, 0.95);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 35px;
  }
  .mobile-brand #logo img {
    height: 30px;
    margin-right: 3px;
    padding-top: 10px;
  }
  .mobile-brand .brand-text h1 {
    color: #fff;
    line-height: 50px;
  }
  .mobile-brand #open-nav {
    float: right;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    margin-top: -2px;
  }
  .mobile-nav {
    background: #555;
    color: #eee;
    font-weight: 100;
    font-size: 14px;
    width: 200px;
    height: 100%;
    position: fixed;
    top: 45px;
    right: -200px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
  }
  .mobile-nav a {
    color: #eee;
    display: block;
    padding: 10px;
  }
  .mobile-nav li {
    display: block;
    border-top: 1px solid #999;
    border-bottom: 1px solid #333;
  }
  .mobile-nav form {
    padding: 10px;
    padding-bottom: 30px;
  }
  .mobile-nav form input[type="text"] {
    width: 130px;
  }
  .mobile-nav form .search-btn {
    border: 0;
    height: 30px;
    width: 30px;
  }
  .category_list,
  .content,
  .featured3,
  .footer,
  .post_content,
  .tags,
  footer {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tags-wrapper {
    display: inline-block;
    float: left;
    border: 0;
    font-size: 12px;
    padding: 0 5px 0 20px;
    line-height: 13px;
    margin: 0;
    margin-top: 3px;
  }
  .tags {
    border-bottom: 1px;
  }
  .tags li {
    font-size: 10px;
    float: left;
    border: 0;
    display: block;
    line-height: 13px;
    width: auto;
    padding: 2px 5px;
    background: #eee;
    margin-right: 5px;
  }
  .tags:after {
    clear: both;
    display: block;
    content: " ";
    margin-bottom: 10px;
  }
  #load-more {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container {
    width: auto;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-append input,
  .input-append input[class*="span"],
  .input-prepend input,
  .input-prepend input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
  #main-slider.royalSlider {
    height: 240px;
  }
  .category_nav {
    width: 100px;
  }
  .category_nav li {
    width: auto;
    float: none;
    text-align: left;
    margin: 0;
    padding: 10px;
    height: 20px;
    border: 0;
    border-bottom: 1px solid #eee;
  }
  .category_nav li a {
    width: auto;
    display: block;
    font-size: 12px;
  }
  .category_nav li a span.link {
    padding: 0 10px;
    position: relative;
    width: auto;
  }
  span[class*=" icon-uwi"],
  span[class^="icon-uwi"] {
    display: none;
  }
  .article-loop {
    min-height: 100px;
  }
  #main-slider h1,
  .article-loop .page-header h1 {
    font-size: 17px;
    line-height: 24px;
  }
  .post_content p {
    line-height: 22px;
    font-size: 14px;
  }
  .post_content img {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category_list {
    border-left: none;
  }
  .category_list li {
    min-height: 40px;
    padding: 5px 0;
  }
  .category_list li a {
    color: #000;
  }
  .related-articles .span2 {
    clear: both;
    display: block;
    margin-bottom: 10px;
    min-height: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .related-articles .span2 .image-wrapper {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .related-articles .span2 .image-wrapper img {
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .single .post header .post-image {
    min-height: 150px;
  }
  .single .post header .post-image img {
    min-height: 150px;
  }
  .category-first-article .content-wrapper .content a h1,
  .single-title {
    font-size: 20px;
    line-height: 26px;
  }
  div[id^="attachment"] {
    max-width: 100%;
  }
  .signup {
    padding: 10px;
    padding-bottom: 0;
  }
  .signup input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    height: 30px;
    border-radius: 2px 2px 0 0;
  }
  .signup .submit {
    border-radius: 0 0 2px 2px;
    width: 100%;
  }
  .signup h3 {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  #mail-catptcha {
    transform: scale(0.9);
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="radio"],
  input[type="checkbox"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main-slider.royalSlider {
    height: 180px;
  }
  #main-slider.royalSlider img {
    width: auto;
  }
  #main .featured3 .span2:first-child,
  #main .featured3 .span3:first-child {
    margin-left: 0;
  }
  #main .featured3 .span3 {
    width: 100%;
    float: none;
    margin: 0;
  }
  #main .featured3 img {
    width: 100%;
  }
  #main .featured3 .span2 {
    width: 50%;
    float: left;
    margin: 0;
    padding: 5px;
    border: 0;
  }
  .featured3 .span2:first-child {
    margin-left: 0;
  }
  #lightbox {
    height: 400px;
    width: 300px;
  }
  #lightbox .email-input input {
    width: 210px;
  }
  #lightbox .email-input textarea {
    width: 280px;
    height: 65px;
  }
  .shortcode-form form .input-wrapper {
    display: block;
  }
  .post p.wp-caption-text,
  .post_content p.wp-caption-text {
    background: #fdfdfd;
    border: 1px solid #eee;
    border-top: 0;
    margin-top: -5px;
    padding: 8px;
    font-style: 10px;
  }
}
@media (max-width: 979px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-bottom .navbar-inner,
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .dropdown-menu a,
  .nav-collapse .nav > li > a {
    padding: 9px 15px;
    font-weight: 700;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .dropdown-menu a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .nav > li > a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a,
  .navbar-inverse .nav-collapse .nav > li > a {
    color: #999;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .nav > li > a:hover {
    background-color: #111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:after,
  .nav-collapse .dropdown-menu:before {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:after,
  .nav-collapse .nav > li > .dropdown-menu:before {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111;
    border-bottom-color: #111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 450px) {
  .wp-caption.alignleft,
  .wp-caption.alignright {
    width: 100% !important;
  }
  .wp-caption.alignleft img,
  .wp-caption.alignright img {
    width: 100% !important;
  }
}
