@import url('fonts/icomoon/icomoon.css');
@import url('fonts/flaticon/flaticon.css');

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 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 by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
   /* border: 1px solid #ddd !important;*/
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #1f3960;
    font-weight: 600;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
    color: #1f3960;
    text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
	.footer > .left {
		display: none;
	}
	#footer .col-md-6.right span {
		position: absolute;
		margin: auto;
	}
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#home-container {
	padding-right: 70px;
	padding-left: 70px;
}

@media (max-width: 700px) {
	#home-container {
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 480px) {
	#home-container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  /*margin-right: -15px;
  margin-left: -15px;
  position: absolute;
    left: 340px;*/
    max-width: 1303px;
}

.left-ad {
  padding-top: 290px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  position: absolute;
  left: 0px;
  width: 300px;
}

.right-content {
  padding-top: 90px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  position: absolute;
  right: 8px;
  width: 500px;
}


.footer {
  margin-right: -15px;
  margin-left: -15px;
  font-family: 'Source Sans Pro';
  font-weight: 400;
}



.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
   /* max-width: 750px;*/
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
   /* max-width: 970px;*/
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1333px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}



fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}



.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.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;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 500;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}





.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}



@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-right > a {
	color: #d4d9dd;
	font-weight: bold;
}

.pull-right > a:hover {
	text-decoration: underline;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

body {
    height: 100%;
    background-color: #fafafa;
}

html                                                                                { height:100%; }

input                                                                               { outline:none !important; }
textarea                                                                            { outline:none !important; }


.navbar {
    height: 59px;
    background: #375e98;
    padding: 0;
    border-bottom: solid #28497c 1px;
}

.navbar-header {
    float: left;
    width: 198px;
    background: #2d518a;
    height: 59px;
    border-right: solid #28497c 1px;
    border-bottom: solid #28497c 1px;
}

#sidebar-exp > .fa-bars {
    float: left;
    position: relative;
    left: 2rem;
    color: #FFF;
    font-size: 2.5rem;
    line-height: 60px;
    top: 0px;
}

#sidebar-exp > .fa-bars:hover {
	opacity: 1;
}

.navbar-weather {
    float: right;
    background: #2d518a;
    height: 100%;
    padding: 0 10px 0 10px;
    border-left: solid #28497c 1px;
    border-bottom: solid #28497c 1px;
}

#weather-temp {
    display: inline;
    width: 300px;
    padding-left: 10px;
}

#weather-temp > i {
	margin-left: 8px;
	font-size: 1.25em;
	position: relative;
	top: 1px;
}

.navbar-weather .top-right-style {
	color: #FFF;
	display: inline;
	line-height: 60px;
	font-size: 1.5em;
	padding-right: 10px;
	text-align: right;
}

.navbar-weather .top-right-style span {
	text-align: left;
}

.navbar-weather .top-right-style .flaticon-raindrops2 {
	line-height: 56px;
}

.navbar-weather .left {
	display: none;
}

@media (min-width: 480px) {
	.navbar-weather .left {
		display: inherit;
		float: left;
		padding: 1.55rem 0 0 0;
	}
	
	.navbar-weather .sun-info {
		font-size: 1.4rem;
		position: relative;
	    bottom: 4px;
	    display: block;
	    clear: both;
	    line-height: 34px;
	}
	
	.navbar-weather .sun-info span {
		font-size: 1.3rem;
		opacity: 0.75;
	}
}

.navbar-nav > li > a                                                                { padding:19px; }
.navbar-nav > li > a.dashboard img                                                  { margin-top:-2px;margin-left:5px; }
.navbar-default .navbar-nav > li > a                                                { background:#37434f;color:#afb4b9;font-size:15px;-o-transition: all 160ms;-moz-transition: all 160ms;-webkit-transition: all 160ms;transition: all 160ms; }
.navbar-default .navbar-nav > li > a:hover                                          { background:#2c363f;color:#fff; }

.navbar-collapse                                                                    { padding-right:0; }

.navbar-default .navbar-nav > li > a:hover,
 .navbar-default .navbar-nav > li > a:focus                                         { background:#2c363f;color:#fff; }

.navbar-brand                                                                       { line-height: 31px; height: 59px; padding: 15px 25px; position: relative; width: 100%; }
.navbar-brand img {  }
.navbar-brand span {  }

.navbar-default .navbar-nav > .dropdown > a .caret                                  { border-top-color:#959DA5;border-bottom-color:#959DA5; }
.navbar-default .navbar-nav > .dropdown > a:hover .caret                            { border-top-color:#7C7E7E;border-bottom-color:#7C7E7E; }

.header-notifications li                                                            { display:block;width:55px;border-left:1px solid #49545F;height:59px;position:relative;float:left; }
.header-notifications li:last-child                                                 { border-right:1px solid #49545F; }
.header-notifications a                                                             { display:inline-block;width:55px;height:59px;transition:all 160ms; }
.header-notifications a:hover                                                       { background-color:#2c363f !important;color:#fff; }
.header-notifications li.last                                                       { width:57px; }

.header-notifications .lbl                                                          { display:block;height:13px;width:13px;display:block;background:#E24555;font-size:9px;color:#fff;line-height:13px;text-align:center;position:Absolute;top:15px;right:10px; }

.header-notifications a.clock                                                       { background:url('images/icon-clock-dashboard.png') no-repeat center center; } 
.header-notifications a.task                                                        { background:url('images/icon-task-dashboard.png') no-repeat center center; } 
.header-notifications a.globe                                                       { background:url('images/icon-globe-dashboard.png') no-repeat center center; } 



.header-drop-right li a                                                             { padding:0 20px 0 25px;color:#fff !important; }
.header-drop-right img                                                              { display:inline-block;padding:0 15px 0 20px; }

.user-dropdown-one.open > a                                                         { background:#2c363f !important; }

.user-dropdown-two                                                                  { box-shadow:none;border-radius:0;padding:0;border:none;right:19px !important;/*width:100px;*/width:100%; }
.user-dropdown-two li                                                               { height:45px;opacity:.9;/*width:185px;*/background:#414A52 url('images/dropd-1.png') no-repeat 160px 12px !important; }
.user-dropdown-two li a                                                             { color:#fff;text-decoration:none;height:45px;line-height:45px;font-size:14px;padding-left:20px;/*width:198px;*/border-bottom:1px solid #545c64;background:rgba('44,54,63,0.9');-o-transition: background-color 700ms;-moz-transition: background-color 700ms;-webkit-transition: background-color 700ms;transition: background-color 700ms; }
.user-dropdown-two.open a                                                           { color:#fff;background:#2c363f !important; }

.user-dropdown-two li.log-out                                                       { background:#2C363F url('images/dropd-2.png') no-repeat 160px 12px !important; }
.user-dropdown-two li.log-out a:link                                                {  }
.user-dropdown-two li.log-out a:visited                                             {  }
.user-dropdown-two li.log-out a:hover                                               { background:#20272d url('images/dropd-2.png') no-repeat 160px 12px !important;color:#2ecc71 !important; }
.user-dropdown-two li.log-out a:active                                              {  }


.user-dropdown-two a:link                                                           {  }
.user-dropdown-two a:visited                                                        {  }
.user-dropdown-two a:hover                                                          { background:#20272d url('images/dropd-1.png') no-repeat 160px 12px !important;color:#2ecc71 !important; }
.user-dropdown-two a:active                                                         {  }


.user-dropdown-two li:last-child a                                                  { border-bottom:none;border-radius:0 0 2px 2px; }
.user-dropdown-two li:last-child                                                    { border-radius:0 0 2px 2px; }

#footer {
    height: 60px;
    background-color: #375e98;
    text-align: left;
    padding-left: 50px;
    overflow: hidden;
    z-index: 0;
    position: relative;
    width: 100%;
    bottom: 0;
}

#footer ul                                                                          { float:left; }

#wrap                                                                               { min-height: 100%;height: auto !important;height: 100%;margin: 0 auto -60px;padding: 0 0 60px; }

#footer .col-md-6.left                                                              {  }
#footer .col-md-6.right                                                             { padding:0 60px 0 0; }
#footer .col-md-6.right span {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 11px 0 0 0;
    line-height: 36px;
}

@media (max-width: 415px) {
	.pull-right > br {
		display: none;
	}
}

#footer .col-md-6.right strong                                                      { color:#d4d9dd; }

#footer .col-md-6.left ul                                                           { list-style-type:none; }
#footer .col-md-6.left li                                                           { display:inline-block;line-height:60px; }
#footer .col-md-6.left li a                                                         { color:#d4d9dd;font-size:14px;text-decoration:none;-o-transition: all 700ms;-moz-transition: all 700ms;-webkit-transition: all 700ms;transition: all 700ms;font-weight:500; }
#footer .col-md-6.left li span                                                      { color:#d4d9dd;font-size:9px;margin:0 10px; }

#footer .col-md-6.left li a:link                                                    {  }
#footer .col-md-6.left li a:visited                                                 {  }
#footer .col-md-6.left li a:hover                                                   { color:#B9BCBF; }
#footer .col-md-6.left li a:active                                                  {  }

.timeline-comment .field-com .photo img                                             { display:block;border-radius:2px;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2), inset 0 1px 2px rgba(0,0,0,.95), inset 0 0 2px rgba(245,246,246,.25);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2), inset 0 1px 2px rgba(0,0,0,.95), inset 0 0 2px rgba(245,246,246,.25);box-shadow: 0 1px 2px rgba(0,0,0,.2), inset 0 1px 2px rgba(0,0,0,.95), inset 0 0 2px rgba(245,246,246,.25); }  
    
    
.italic                                                                             { font-style:italic; }

    
/* panel-shadow-style */

.panel-style                                                                        { background:#fff url('images/back-shadow-style.png') repeat-x left bottom;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-top:1px solid #e5e5e5;border-radius:2px 2px 4px 4px; }
.panel-style.space                                                                  { padding:25px;margin:55px 0 55px 0; }
.panel-style.space-m                                                                { margin:55px 0 30px 0; }
.panel-style.space.no-pad-bot                                                       { padding:25px 25px 5px 25px; }

.no-pad-bot                                                                         { padding-bottom:0 !important; }
.no-pad-bot-top                                                                     { padding-bottom:0 !important;padding-top:0 !important; }



.text-left { text-align:left !important; }
.text-center { text-align:center !important; }






h1 , h2 , h3 , h4 , h5 , h6 { margin:0 0 20px 0;padding:0;/*font-weight:300 !important;*/font-family: 'Source Sans Pro' !important; font-weight: 400; }

h2 { font-size:24px; }

h3 { font-size:21px; font-weight: 400; }

h4 { font-size:15px; }

h1 { font-size:34px;color:#3f4551; }

a:focus { outline:none !important; }



span { margin:0;padding:0; }

ul { margin:0;padding:0; }

a:link {  }
a:visited {  }
a:hover { text-decoration:none; }
a:active {  }

ul li { list-style-type:none; }

    
p { font-size:15px;color:#798189;line-height:24px;padding:10px 0 20px 0;font-weight:300; }  



.dropdown-menu .divider { color:#E5E5E5; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  /*background-color: #E1E2E3;*/ 
  outline:none;
}







input.easy-style[type=text] { background:url('images/back-shadow-input.png') repeat-x left top;
    border: solid 1px rgba(215,215,215,.75);
    border:1px solid #e1e1e1;height:45px;width:100%;border-radius:2px;padding:0 0 0 10px;font-size:15px;color:#899197;-o-transition: all 700ms;-moz-transition: all 700ms;-webkit-transition: all 700ms;transition: all 700ms; }

input.easy-style[type=text]:focus { background:#fbfbfb; }

input.easy-style[type=text].mail { font-style:italic; }
input.easy-style[type=text].website { font-style:italic; }

input.easy-style[type=text].input-button { font-style:italic; }

input.easy-style[type=text].password { color:#e86373;position:Relative;display:block; }
input.easy-style[type=text].password:focus { border-color:#eeb2b9;background:#fefcfc; }


.wrap-location-input { position:relative; }
.wrap-location-input > a { display:block;height:16px;width:11px;position:Absolute;top:13px;right:15px;background:url('images/maps-pin.png') no-repeat left top; }

.wrap-location-input > a:link {  }
.wrap-location-input > a:visited {  }
.wrap-location-input > a:hover { background:url('images/maps-pin.png') no-repeat right top; }
.wrap-location-input > a:active {  }


.wrap-password-input { position:Relative; }
.wrap-password-input > a { width:24px;height:24px;background:url('images/input-pass-close.png') no-repeat left top;display:block;position:absolute;top:9px;right:9px; }

.wrap-password-input > a:link {  }
.wrap-password-input > a:visited {  }
.wrap-password-input > a:hover { background:url('images/input-pass-close.png') no-repeat right top; }
.wrap-password-input > a:active {  }



label { font-size:15px;color:#899197;margin:0 0 10px 0; }

label.password { color:#e64d5f; }

.input-f-wrapper { margin:0 0 25px 0; }

.white-panel.extra { padding:25px; }

.button-drop-large  { 
    border: solid 1px rgba(215,215,215,.75);border-radius:2px;padding:9px 15px;font-size:15px;color:#899197;background:#fbfbfb; }

.button-drop-large:link {  }    
.button-drop-large:visited {  }     
.button-drop-large:hover { background:#FbFbFb;border-color:#D8D8D8;color:#81888d; }     
.button-drop-large:active {  }      
    
    
    
/*.button-drop-large .caret { margin:0 0 0 100px;background:url('images/drop-large-pin.png') no-repeat center center;width:8px;height:5px;border:none; }*/
.btn.btn-default.button-drop-large.dropdown-toggle { box-shadow:none; }
.btn-group.open .dropdown-toggle.button-drop-large { background:#FbFbFb;border-color:#D8D8D8;color:#81888d; }
    
.m-top-25 { margin-top:25px; }  

.wrap-check { margin:0 0 25px 0; }
.wrap-check li { line-height:24px;line-height:30px; }

.blue-btn-check { position:Relative;background:#3498db;border-radius:2px;padding:9px 20px 9px 70px;color:#fff;font-size:16px;-o-transition: all 160ms;-moz-transition: all 160ms;-webkit-transition: all 160ms;transition: all 160ms; }
.blue-btn-check:link {  }
.blue-btn-check:visited {  }
.blue-btn-check:hover { background:#3189C1;color:#fff; }
.blue-btn-check:active {  }

.blue-btn-check span { background:#2f89c5 url('images/icon-checked-btn.png') no-repeat center center;display:inline-block;width:50px;height:42px;position:Absolute;top:-1px;left:0; }

.wrap-form-btn {  }

.hr { height:1px;background:#e6e7e9;margin:0 -25px 25px -25px; }

h3.form-title { text-transform:uppercase;color:#3f4551;font-size:14px;font-weight:bold; }

.scroll-block { height:200px; }

.sg-button.btn-group.open .dropdown-menu li { height:40px;border-bottom:1px solid #E7EBEB;line-height:40px; }
.sg-button.btn-group.open .dropdown-menu { width:100%;padding-left:20px;padding-top:0;padding-bottom:0; }
.sg-button.btn-group.open .dropdown-menu li a { padding-left:0;color:#37434F; }

.toggle-light { margin-bottom:15px; }

.blue-toggle .toggle-on { background:#3498db url('images/back-toggle-checked.png') no-repeat 11px 8px !important; }
.blue-toggle .toggle-off { background-color:#3498db !important; }
 
.grey-toggle .toggle-on { background:#E1E1E1; } 
.grey-toggle .toggle-off { background:#E1E1E1; } 
 
.red-toggle .toggle-on { background:#E65062; } 
.red-toggle .toggle-off { background:#E65062; }  
 



/* index chart */

.average-statistics-wrapper { height:45px;border-top:1px solid #E5E5E5; }
.average-statistics-wrapper h3 { padding:13px 0 0 15px; }
.average-statistics-wrapper .button-dropdown { width:auto !important;margin:12px 0px 0 0 !important; }

.wrapper-dashboard { margin-top:55px;margin-bottom:15px; }

.index-chart { height:435px;width:100%; }

.wrapper-circle-charts { background:#fbfbfb url("images/back-shadow-style.png") repeat-x scroll left bottom;border-top:1px solid #E5E5E5;text-align:center; }
.wrapper-circle-charts .wrp { display:inline-block; padding-bottom: 35px; }

.wrapper-circle-charts .wrp .chart { margin-right:5px;margin-top:25px; margin-bottom: 0; }
/*.wrapper-circle-charts .wrp .chart:last-child { margin:0 !important; }*/

.container.dashboard #messages-wrapper .m-sidebar { margin-bottom:20px; }

.container.dashboard .m-sidebar .button-dropdown { margin-right:-10px; }
.container.dashboard #messages-wrapper .m-sidebar h3 { padding-left:5px; }
body .container.dashboard #messages-wrapper li > h3 { padding-left:0 !important; }

.button-dropdown.user-drop { padding-top:2px !important; }

/* ---------------- ui sliders -------------- */


.ui-widget-content                                                                                          { background:#f8f8f8;-webkit-box-shadow: inset 0 1px rgba(255,255,255,.45);-moz-box-shadow: inset 0 1px rgba(255,255,255,.45);box-shadow: inset 0 1px rgba(255,255,255,.45);border: solid 1px #E3E3E3; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br                                          { border-bottom-right-radius: 15px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl                                           { border-bottom-left-radius: 15px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr                                             { border-top-right-radius: 15px; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl                                              { border-top-left-radius: 15px; }


.ui-slider-wrap                                                                                             { margin-bottom:40px; }
.ui-slider-wrap .left { background:Red;margin:0 0 25px 0;}
.ui-slider-wrap .right { background:gold;height:30px; }

.ui-slider-wrap h3 { font-size:15px;color:#899197;margin-top:-4px; }
/*.ui-slider-wrap p { margin:20px 0 0 0;padding:0; }*/
.ui-slider-wrap p > label { color:#899197;font-size:14px;font-weight:300; }
.ui-slider-wrap p > input { color:#899197 !important;font-size:14px !important;font-weight:300 !important; }

.ui-slider-wrap h3.large-s { width:250px; }

#equalizer > span:first-child { margin-left:0 !important; }
#equalizer > span { margin-left:40px !important; }

.ui-slider-horizontal                                                                                       { height:8px;border-color:#e3e3e3; }
.ui-slider .ui-slider-handle                                                                                { height:22px;width:22px; }

#slider-vertical { height:140px !important; }
#slider-vertical.ui-slider .ui-slider-handle                                                                { height:22px;width:22px;left:-8px;border-color:#9da1a3; }                                                                                          
#slider-vertical.ui-slider-vertical { width:8px;border-color:#e3e3e3;background:#f8f8f8; }
#slider-vertical .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min { background:#f8f8f8; }

#slider-range-vertical { height:140px !important; }
#slider-range-vertical.ui-slider .ui-slider-handle                                                              { height:22px;width:22px;left:-8px;border-color:#9da1a3; }                                                                                          
#slider-range-vertical.ui-slider-vertical { width:8px;border-color:#e3e3e3;background:#f8f8f8; }
#slider-range-vertical .ui-slider-range.ui-widget-header.ui-corner-all{ background:#c1c5c7;border:1px solid #9DA1A3;left:-1px;width:8px; }


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default                { background:#fff;border:3px solid #9da1a3; }
.ui-slider-handle  { display:block;position:absolute; }

#slider-default .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ border-color:#9da1a3; }
#slider-default.ui-slider .ui-slider-handle                                                                 { top:-8px; }

#step-slider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default   { border-color:#9da1a3; }
#step-slider.ui-slider .ui-slider-handle                                                                { top:-8px; }


#slider-range .ui-slider-range.ui-widget-header.ui-corner-all                                               { background:#2ABC68;border:1px solid #1fa95a;top:-1px;height:8px; }
#slider-range .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default  { border-color:#1fa95a; }
#slider-range.ui-slider .ui-slider-handle                                                               { top:-8px; }

.circle-slider-wrapper { border-top:1px solid #E6E7E9;padding:40px 0 17px 0;margin:40px -25px 0 -25px !important; }
.circle-slider-wrapper .chart { margin:0;margin-right:30px; }
.circle-slider-wrapper h3 { width:240px;margin-top:65px;padding-left:25px; }

#slider-range-max .ui-slider-range.ui-widget-header.ui-corner-all                                               { background:#3498db;border:1px solid #2483c3;top:-1px;height:8px; }
#slider-range-max .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default  { border-color:#3498db; }
#slider-range-max.ui-slider .ui-slider-handle                                                               { top:-8px; }

#slider-range-min .ui-slider-range.ui-widget-header.ui-corner-all                                               { background:#3498db;border:1px solid #2483c3;top:-1px;height:8px; }
#slider-range-min .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default  { border-color:#3498db; }
#slider-range-min.ui-slider .ui-slider-handle                                                               { top:-8px; }


#equalizer > span                                                                                            { float:left;margin:0 0 0 25px; }
#equalizer .ui-slider.ui-slider-vertical.ui-widget.ui-widget-content.ui-corner-all { border-color:#e3e3e3;width:8px; }

#equalizer .ui-slider-handle.ui-state-default.ui-corner-all { left:-8px;border-color:#9da1a3; }

#equalizer .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min { background:#C1C5C7;border:1px solid #B9BBBD;left:-1px;width:8px; }
#equalizer .ui-slider-vertical { height:140px !important; }

#page-sliders h3.heading-title { margin-bottom:50px !important; }




/* ------------------ ui sliders - end ----------------- */


/* sidebar */

#wrapper.sidebar * {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* Hardware accelerated transitions */
}

#wrapper { position:relative;-o-transition: all 160ms;-moz-transition: all 160ms;-webkit-transition: all 160ms;transition: all 160ms; }

#wrapper.sidebar #sidebar { left:0; } 
#wrapper.sidebar { padding-left:305px;-o-transition: all 160ms;-moz-transition: all 160ms;-webkit-transition: all 160ms;transition: all 160ms; } 

.container {  }
#wrap {  }

#sidebar { background:#fff;width:305px;height:100%;position:absolute;left:-325px;top:0;padding:25px 25px 59px 25px;-o-transition: all 160ms;-moz-transition: all 160ms;-webkit-transition: all 160ms;transition: all 160ms;border-right:1px solid #E1E2E1;z-index: 0;overflow-y: hidden;overflow-x: hidden; }

#sidebar .search-block span { height:42px;width:30px;display:inline-block;background:url('images/icon-search-green.png') no-repeat left center;float:left; }
#sidebar .search-block input { border:none;height:42px;border-bottom:1px solid #D5D7D9;float:left;width:218px;font-style:italic;font-size:15px;color:#b2b5b9; }


#sidebar .drop-area { margin: 30px 0 0 0; }
#sidebar .drop-area > li:before { 
	content: '\f0c2';
	font-family: 'FontAwesome';
	color: rgba(0, 0, 0, 0.125);
	position: relative;
	right: 5px;
	font-size: 0.95em;
}
.no-back:before {
	content: '' !important;
}
#sidebar .drop-area > li {
    margin: 20px 0 0 0;
    font-size: 1.4em;
    font-weight: 400;
    padding: 0 0 0 30px;
    cursor: pointer;
    transition: all 160ms;
    font-family: "Source Sans Pro";
    text-indent: -23px;
}
#sidebar .drop-area > li a:hover {
    color: #375e98 !important;
}
#sidebar .drop-area > li:hover {
    color: #375e98 !important;
}
#sidebar .drop-area > li a { transition:all 160ms; }
#sidebar .drop-area > li.no-back { background:none !important; }
#sidebar .drop-area > li.selected { color:#3385FF; }
#sidebar .drop-area > li.active {  }
#sidebar .drop-area > li ul.active {  }
#sidebar .drop-area > li ul { display:none;margin:10px -25px 0 -55px;padding:15px 15px 15px 50px;background:url('images/back-shadow-panel-03.png') , url('images/back-shadow-panel-02.png');background-position:left top, left bottom;background-repeat:repeat-x , repeat-x;background-color:#f9f9fa;text-indent: 0; }
#sidebar .drop-area > li ul li { font-size:15px;color:#ADAEB0; }
#sidebar .drop-area > li ul a { color:#888E95;-o-transition: all 160ms;-moz-transition: all 160ms;-webkit-transition: all 160ms;transition: all 160ms; }
#sidebar .drop-area > li ul a:hover { color:#000 !important; }
#sidebar .drop-area > li ul li > span { float:left;margin:5px 10px 0 0; }

#sidebar .drop-area > li ul li.profile { background:url('images/icon-s-profile.png') no-repeat left 3px; }
#sidebar .drop-area > li ul li.login { background:url('images/icon-s-log.png') no-repeat left 3px; }
#sidebar .drop-area > li ul li.calendar { background:url('images/icon-s-calendar.png') no-repeat left 3px; }
#sidebar .drop-area > li ul li.error { background:url('images/icon-s-error.png') no-repeat left 3px; }
#sidebar .drop-area > li ul li.coming-s { background:url('images/icon-s-search.png') no-repeat left 3px; }
#sidebar .drop-area > li ul li.timeline { background:url('images/icon-s-clock.png') no-repeat left 3px; }
#sidebar .drop-area > li ul li.to-do { background:url('images/icon-s-task.png') no-repeat left 3px; }
#sidebar .drop-area > li ul li.gallery { background:url('images/icon-s-gallery.png') no-repeat left 3px; }
#sidebar .drop-area > li ul li.img-crop { background:url('images/icon-s-square.png') no-repeat left 3px; }

#sidebar .drop-area > li ul a:link {  }
#sidebar .drop-area > li ul a:visited {  }
#sidebar .drop-area > li ul a:hover { color:#3f4551; }
#sidebar .drop-area > li ul a:active {  }



#sidebar-exp {
  	float: left;
	font-size: 1.45em;
	line-height: 60px;
	color: #FFF;
	width: 126px;
	text-align: right;
	cursor: pointer;
	transition: color 160ms ease-in 0s;
}

#sidebar-exp > span {
	top: -1px;
	position: relative;
}

@media (max-width: 366px) {
	.navbar-header {
		width: 116px;
	}
	#sidebar-exp {
		width: 0;
	}
	#sidebar-exp > span {
		display: none;
	}
}

#sidebar-exp:hover,
#sidebar-exp:focus {
  text-decoration: none;
}
#sidebar-exp:hover {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  transition: color 160ms ease-out 0s
}

#logo { display:inline-block;height:40px;width:40px;background:url('images/sidebar-exp.png') no-repeat center left;opacity:1;transition:all 160ms;float: right;margin-right: 14px;margin-top: 9px;background-size: 40px 40px; }

#sidebar-exp:link {  }
#sidebar-exp:visited {  }
#sidebar-exp:hover { /*opacity:0.7;*/ }
#sidebar-exp:active {  }









.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}


#rotating-item-wrapper {
  position: relative;
  width: 980px;
  height: 347px;
}

.rotating-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

#items {
    position : relative;
    /*width : 1500px;*/
    /*height : 800px;*/
}
.item {
    position : relative;
  height: auto;
  max-width: 1070px;

    /*width : 1067px;
    height : 800px;*/
    display :none;
    text-align : center;
    font-size : 72px;
}
/* ADDED CSS */
.item > img {
    width: 100%;
    max-width: 1069px;
    border: 1px solid #f6f7fc; 
    border-radius: 3px;
    box-shadow: 0 18px 24px rgba(55, 94, 152, 0.1);
}

#adbar {
float: left;
right: 0px;
position: relative;
width: 100%;
top: 7px;
border: 1px solid #E1E2E1;
}

#adbar2 {
float: right;
right: -300px;
position: relative;
}

/* --------- */
.first{
    display : block;
}

.lit {
    display: inline-block;
    padding: 5px;
    padding-right: 8px;
    cursor: pointer;
}

.col > ul > li > b {
	font-family: 'Source Sans Pro';
}

.lit > span {
	font-weight: 400;
    font-family: 'Source Sans Pro';
}

.lit-controls {
    display: inline-block;
    padding: 8px;
    cursor: pointer;
}

@media (max-width: 1334px) {
	#controls {
		font-family: 'Source Sans Pro';
	}
	.lit-controls {
		font-weight: 400;
	}
}

@media (min-width: 1335px) {

 .lit-controls {
    font-size: 1.5em;
    width: 100%;
    text-align: center;
    margin-top: -1px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.85);
    float: left;
    margin-left: 0px;
    transform: translateX(6px);
    height: 45px;
    position: relative;
    left: -6px;
    border: none;
    border-radius: 3px;
    font-weight: 300;
}
 
  .lit-controls:hover {
    background: #fafafd;
  }
  
 #controls {
    float: right;
    clear: right;
    position: relative;
    left: 12px;
    background: #FFFFFF;
    padding: 21px;
    border: 0;
    /* -webkit-column-count: 2; */
    /* height: 273px; */
    display: inline-block;
    width: 234px;
    padding-left: 22px;
    padding-bottom: 24px;
    border: solid #f6f7fc 1px;
    border-radius: 3px;
    box-shadow: 0 18px 24px rgba(55, 94, 152, 0.1);
}
 
  .controls-label {
	line-height: 51px;
    font-size: 1.6em;
    width: 100%;
    /* clear: right; */
    float: left;
    margin: auto;
    text-align: center;
    transform: translateY(-9px);
  }
  
 .small-lit-controls {
    font-size: 1em !important;
    margin-top: 0 !important;
    text-shadow: none !important;
    float: none !important;
    transform: translateX(0) !important;
    left: 0 !important;
    display: inline;
    padding: 8px;
    cursor: pointer;
}
 
  .small-controls-label {
	  float: none !important;
	  font-size: 1em !important;
  }
  
  .small-lit-controls:hover {
	  background: transparent !important;
  }

	.small-controls {
		float: none !important;
		clear: none !important;
		position: relative !important;
		left: 0 !important;
		background: transparent !important;
		padding: 0 !important;
		border: 0 !important;
		display: inline-block !important;
		width: 100% !important;
		padding-left: 0 !important;
		padding-bottom: 0 !important;
		border: 0 !important;
		height: 42px;
	}
}

@media (max-width: 640px) {
	.col > ul > .lit > span {
		display: none;
	}
}

#welcome {
	text-align: center;
}

#instructions > li {
	font-size: 21px;
	margin-bottom: 5px;
}

#bugs {
	font-size: 21px;
}

#status {
	font-size: 21px;
}

#changelog > ul {
	font-size: 21px;
}

.col > h3 {
	line-height: 34px;
}

#tutorial {
	background: rgba(0, 0, 0, 0.85);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 59px;
}

#tutorial > h1 {
	color: #FFF;
	text-align: center;
	position: relative;
	top: 340px;
}

#tutorial-slide-one {
	position: absolute;
	width: 300px;
	z-index: 5;
	height: 276px;
	left: 16px;
	top: 17px;
}

#tutorial-close {
	height: 80px;
	width: 80px;
	float: right;
	position: relative;
	top: 16px;
	right: 24px;
	transition: opacity 300ms ease-out 0s;
}

#tutorial-close:hover {
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 300ms ease-out 0s;
}

nav {
	font-family: 'Source Sans Pro';
	font-weight: 400;
}

#changelog {
	font-family: 'Source Sans Pro';
	font-weight: 400;
}

@media (max-width: 914px) {
	#weather-home {
		display: none;
	}
}

@media (min-width: 915px) {
	#weather-home {
		height: 400px;
		width: 100%;
		padding: 32px;
		color: #FFF;
		background: #C3A88B;
		font-family: 'Source Sans Pro';
		font-weight: 200;
		text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
	}
	
	#weather-home * {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0); /* Hardware accelerated transitions */
	}
	
	#weather-home-container {
		width: 865px;
		margin: auto;
	}
	
	#weather-home-top {
		text-align: center;
		font-size: 3em;
	}
	
	#weather-home-conditions-label {
		font-style: italic;
	}
	
	#weather-home-bottom {
		margin: auto;
		font-size: 2.45em;
		margin-top: 18px;
		width: 845px;
	}
	
	#weather-home-left {
		float: left;
	}
	
	.weather-home-status-label {
		font-style: italic;
	}
	
	#weather-home-status {
		font-size: 3em;
		width: 100%;
		float: left;
		text-align: center;
		line-height: 86px;
	}
		
	#weather-home-right {
		position: relative;
		left: 26px;
	}
	
	#weather-home-icon {
		float: left;
		line-height: 168px;
		padding-left: 26px;
		padding-right: 26px;
	}
	
	#weather-home-cloud-cover {
		height: 150px;
		width: 150px;
		background: #FFF;
		border-radius: 100%;
		margin: auto;
		float: left;
		box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
		position: relative;
		top: 8px;
		text-align: center;
	}
	
	#weather-home-wind-direction {
		color: #B54E36;
		font-size: 2.85em;
		line-height: 161px;
		position: relative;
		text-shadow: none;
	}

	#weather-home-wind {
		height: 150px;
		width: 151px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	    -moz-transition: all 2s ease;
	    -webkit-transition: all 2s ease;
	    -o-transition: all 2s ease;
	    transition: all 2s ease;
	}
	
	.wind-south {
		-webkit-transform: rotate(360deg) !important;
		-moz-transform: rotate(360deg) !important;
		-ms-transform: rotate(360deg) !important;
		-o-transform: rotate(360deg) !important;
		transform: rotate(360deg) !important;
		-moz-transition: all 2s ease;
	    -webkit-transition: all 2s ease;
	    -o-transition: all 2s ease;
	    transition: all 2s ease;
	}
	
	.wind-south-west {
		-webkit-transform: rotate(45deg) !important;
		-moz-transform: rotate(45deg) !important;
		-ms-transform: rotate(45deg) !important;
		-o-transform: rotate(45deg) !important;
		transform: rotate(45deg) !important;
	    -moz-transition: all 2s ease;
	    -webkit-transition: all 2s ease;
	    -o-transition: all 2s ease;
	    transition: all 2s ease;
	}
	
	.wind-west {
		-webkit-transform: rotate(90deg) !important;
		-moz-transform: rotate(90deg) !important;
		-ms-transform: rotate(90deg) !important;
		-o-transform: rotate(90deg) !important;
		transform: rotate(90deg) !important;
	    -moz-transition: all 2s ease;
	    -webkit-transition: all 2s ease;
	    -o-transition: all 2s ease;
	    transition: all 2s ease;
	}
	
	.wind-north-west {
		-webkit-transform: rotate(135deg) !important;
		-moz-transform: rotate(135deg) !important;
		-ms-transform: rotate(135deg) !important;
		-o-transform: rotate(135deg) !important;
		transform: rotate(135deg) !important;
	    -moz-transition: all 2s ease;
	    -webkit-transition: all 2s ease;
	    -o-transition: all 2s ease;
	    transition: all 2s ease;
	}
	
	.wind-north {
		-webkit-transform: rotate(180deg) !important;
		-moz-transform: rotate(180deg) !important;
		-ms-transform: rotate(180deg) !important;
		-o-transform: rotate(180deg) !important;
		transform: rotate(180deg) !important;
	    -moz-transition: all 2s ease;
	    -webkit-transition: all 2s ease;
	    -o-transition: all 2s ease;
	    transition: all 2s ease;
	}
	
	.wind-north-east {
		-webkit-transform: rotate(225deg) !important;
		-moz-transform: rotate(225deg) !important;
		-ms-transform: rotate(225deg) !important;
		-o-transform: rotate(225deg) !important;
		transform: rotate(225deg) !important;
	    -moz-transition: all 2s ease;
	    -webkit-transition: all 2s ease;
	    -o-transition: all 2s ease;
	    transition: all 2s ease;
	}
	
	.wind-east {
		-webkit-transform: rotate(270deg) !important;
		-moz-transform: rotate(270deg) !important;
		-ms-transform: rotate(270deg) !important;
		-o-transform: rotate(270deg) !important;
		transform: rotate(270deg) !important;
	    -moz-transition: all 2s ease;
	    -webkit-transition: all 2s ease;
	    -o-transition: all 2s ease;
	    transition: all 2s ease;
	}
	
	.wind-south-east {
		-webkit-transform: rotate(315deg) !important;
		-moz-transform: rotate(315deg) !important;
		-ms-transform: rotate(315deg) !important;
		-o-transform: rotate(315deg) !important;
		transform: rotate(315deg) !important;
	    -moz-transition: all 2s ease;
	    -webkit-transition: all 2s ease;
	    -o-transition: all 2s ease;
	    transition: all 2s ease;
	}
}

@media (max-width: 739px) {
	#region-nav {
		display: none;
	}
}

#region-nav {
	float: left;
	position: relative;
	left: 1px;
	z-index: 1;
	color: #FFF;
}

#region-nav .fa-chevron-down {
	color: #ddd;
	padding-left: 0.66rem;
}

#region-nav > ul {
	font-size: 1.125em;
}

#region-nav > ul > ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#region-nav > ul > li {
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 15px 20px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	line-height: 30px;
	height: 59px;
}
#region-nav > ul > li:hover {
  background: #2d518a;
  color: #fff;
}
#region-nav > ul > li > ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 9999;
}
#region-nav > ul > li > ul > li {
    background: rgba(55, 94, 152, 0.95);
    display: block;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    width: 275px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 4px;
    cursor: pointer;
}
#region-nav > ul > li > ul > li:first-child {
	padding-top: 6px;
}
#region-nav > ul > li > ul > li:last-child {
	padding-bottom: 6px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 3px 3px;
}
#region-nav > ul > li > ul > li > a > img { 
	height: 65px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 100%;
	width: 85px;
}
#region-nav > ul > li > ul > li > a {
	display: block;
	height: 100%;
	width:100%;
	color: #FFF;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#region-nav > ul > li > ul > li > a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#region-nav > ul > li > ul > li:hover { background: rgba(55, 94, 152, 0.98); }
#region-nav > ul > li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 11px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
